

/*--------------------------------------------------------------------------

   サイト共通 reset

---------------------------------------------------------------------------*/

* {
	font-size: 100%;
}
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, pre, form, blockquote, fieldset, input, address {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, caption, address, em {
	font-style: normal;
	font-weight: normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
#menu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
fieldset {
	border: none;
}
img {
	border: 0;
	vertical-align: top;
}
br {
	letter-spacing: 0;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#spLinkBlockInPc {
	display: none;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/*--------------------------------------------------------------------------

   サイト共通 html

---------------------------------------------------------------------------*/


body {
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	font-size: 70%;
	line-height: normal;
}
/*--------------------------------------------------------------------------

   サイト共通 リンク設定

---------------------------------------------------------------------------*/

a {
	outline: none;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a.link-type02:link, a.link-type02:visited {
	color: #666;
	text-decoration: none;
}
a.link-type02:hover {
	color: #666;
	text-decoration: underline;
}
/*--------------------------------------------------------------------------

   サイト共通 ul 商品リスト2～5列組 width900px

---------------------------------------------------------------------------*/

.itempc_list2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.itempc_list2 {
    display: table;
    width:900px;
}
ul.itempc_list2 > li:nth-child(2n+1) {
    clear: both;
}
ul.itempc_list2 > li {
    display: table-cell;
    float: 900px;
    width: 50%;
    padding-top: 5px;
}
.itempc_list3 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.itempc_list3 {
    display: table;
    width:900px;
}
ul.itempc_list3 > li:nth-child(3n+1) {
    clear: both;
}
ul.itempc_list3 > li {
    display: table-cell;
    float: left;
    width: 33%;
    padding-top: 5px;
}
.itempc_list4 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.itempc_list4 {
    display: table;
    width:900px;
}
ul.itempc_list4 > li:nth-child(4n+1) {
    clear: both;
}
ul.itempc_list4 > li {
    display: table-cell;
    float: left;
    width: 25%;
    padding-top: 5px;
}
.itempc_list5 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.itempc_list5 {
    display: table;
    width:900px;
}
ul.itempc_list5 > li:nth-child(4n+1) {
    clear: both;
}
ul.itempc_list5 > li {
    display: table-cell;
    float: left;
    width: 20%;
    padding-top: 5px;
}
span.itiranpc {
	clear: both;
	display: block;
	width: 400px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
/*--------------------------------------------------------------------------

   サイト共通 ul 商品リスト2～5列組 width100%ver

---------------------------------------------------------------------------*/

.item_list2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.item_list2 {
    display: table;
    width:100%;
}
ul.item_list2 > li:nth-child(2n+1) {
    clear: both;
}
ul.item_list2 > li {
    display: table-cell;
    float: left;
    width: 50%;
    padding-top: 5px;
}
.item_list3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.item_list3 {
    display: table;
    width:100%;
    text-align: center;
}
ul.item_list3 > li:nth-child(3n+1) {
    clear: both;
}
ul.item_list3 > li {
    display: table-cell;
    float: left;
    width: 33%;
    padding-top: 15px;
}
.item_list4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.item_list4 {
    display: table;
    width:100%;
}
ul.item_list4 > li:nth-child(4n+1) {
    clear: both;
}
ul.item_list4 > li {
    display: table-cell;
    float: left;
    width: 25%;
    padding-top: 5px;
}
.item_list5 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.item_list5 {
    display: table;
    width:100%;
}
ul.item_list5 > li:nth-child(4n+1) {
    clear: both;
}
ul.item_list5 > li {
    display: table-cell;
    float: left;
    width: 20%;
    padding-top: 5px;
}
span.itiran {
	clear: both;
	display: block;
	width: 400px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
/*--------------------------------------------------------------------------

   サイト共通 見出し/キャッチ　太字設定

---------------------------------------------------------------------------*/
.rain_font{
	font-size: 14px;
	text-align: left;
    }
.rain_font2{
	font-size: 14px;
	text-align: center;
    }
.font_index{
	font-size: 14px;
    padding: 0.5em;
	text-align: center;
    }
.font_title{
	font-size: 18px;
    padding: 0.5em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
    }
.bold_title1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration: underline;
    }
.bold_title2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
    }
/*--------------------------------------------------------------------------

     右サイド 企画用バナー

---------------------------------------------------------------------------*/

#obi {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 9999;
	_position: absolute;
}
#obi1 {
	position: fixed;
	bottom: 40px;
	right: 0;
	z-index: 9999;
}
#obi2 {
	position: fixed;
	top: 330px;
	right: 0;
	z-index: 9999;
	_position: absolute;
}
/*--------------------------------------------------------------------------

   Header ログインメニュー会員関連　レイアウト

---------------------------------------------------------------------------*/
#Header {
	position: relative;
	width: 100%;
	height: 90px;
	z-index: 9998;
}
#Header h1.logo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	top: 55px;
	text-align: center;
	margin-top:50px;
}
#Header .header-navi {
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}
#Header .header-navi li {
	float: right;
	height: 32px;
}
#Header .header-navi .sns_icon img {
	padding:4px 3px;
	width:20px;
	height:20px;
}
.top_label {
	width: 100%;
	background-color: rgba(235,235,235,1.00);
	padding: 15px 0px 10px;
	font-size:12px;
}
.top_label_inner {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 5px;
	box-sizing: border-box;
	letter-spacing: 0.08em;
	position: relative;
}
.top_label_inner p.top_label_souryou {
	float: left;
	position:absolute;
	bottom:0.25%;
}
.top_label_inner p.top_label_souryou span{
	font-weight:800;
	color:#CD0000;
}
.top_label_inner .top_label_menu {
	float: right;
	width: 450px;
	text-align:right;
	font-size:11px;
}
.top_label_inner .top_label_menu li {
	padding: 0px 0.25%;
	display: inline;
}

.top_label_inner .top_label_menu li.top_label_point{
	padding-bottom:0.5%;
	display:block;
}
.top_label i {
	padding-right: 2px;
}
.top_label i.fa-shopping-cart {
	transform: scale(-1, 1);
	padding-right: 0px;
	padding-left: 2px;
}

/*--------------------------------------------------------------------------

   ニュース一覧設定

---------------------------------------------------------------------------*/


#gallery {
	list-style: none;
	width: 720px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 75px;
}
.page-main {
	clear: both;
	margin-top: 10px;
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
/* masonry itemSelector 横幅設定*/
.cat-item {
	width: 100%;
}
.cat-item a {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	letter-spacing: 0px;
	font-size: 11px;
	z-index: 0;
}
.gallery-item {
	margin-bottom: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18); /*水平方向 垂直方向 ぼかし距離 影の色*/
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
	position: relative;
	width: 172px;
}
.loading {
	opacity: 0;
}
.gallery-item a {
	display: block;
	margin: 0;
	padding: 0;
	color: #666;
}
.gallery-item img {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.filter-form label {
	display: block;
	float: left;
	cursor: pointer;
	width: 142px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #FFF;
	height: 26px;
	background-color: #CCC;
	padding-bottom: 10px;
	padding-top: 20px;
	border: 1px solid #FFF;
}
.filter-form2 label {
	display: block;
	float: left;
	cursor: pointer;
	width: 10%;
	color: #333;
	font-size: 1em;
	text-align: center;
	line-height: 1;
	color: #FFF;
	background-color: #333;
	height: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.filter-form input {
	display: none;
	margin: 0;
	padding: 0;
}
.filter-form2 input {
	display: none;
	margin: 0;
	padding: 0;
}
.load-more {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(230, 230, 230);
	display: block;
	padding: 1em 0;
	width: 100%;
	margin-top: 10px;
}
.title {
	font-size: 11px;
	padding: 10px;
	text-decoration: none;
	clear: both;
	display: block;
}
.gallery-item a {
	text-decoration: none;
}
.title span.amarillo {
	background-color: #CC0033;
	color: #FFF;
	padding: 3px;
}
.title span.newitem {
	background-color: #CC0033;
	color: #FFF;
	padding: 3px;
}
.title span.season {
	background-color: #CC0033;
	color: #FFF;
	padding: 3px;
	letter-spacing: 0.1em;
}
.title span.time {
	background-color: #333;
	color: #FFF;
	padding: 3px;
	margin-right: 5px;
}
.title span.color {
	background-color: #EE7744;
	color: #FFF;
	padding: 3px;
}
.title span.usually {
	background-color: #00997A;
	color: #FFF;
	padding: 3px;
}
.title span.rearrival {
	background-color: #40BFBC;
	color: #FFF;
	padding: 3px;
}
.title span.reser {
	background-color: #F1A7A7;
	color: #FFF;
	padding: 3px;
}
.title span.size {
	background-color: #CC0;
	color: #FFF;
	padding: 3px;
}
#rogo {
	text-align: right;
	height: 30px;
	padding: 5px;
}
#rogo img {
	margin-top: 5px;
	margin-right: 5px;
}
/*--------------------------------------------------------------------------

   企画・メインスライドと下のコンテンツ

---------------------------------------------------------------------------*/

#header_kikaku {
	width: 980px;
	margin:0 auto;
	margin-bottom:10px;
}
#haeder_wrap{
	height:auto;
	margin:0 auto;
	margin-bottom:28px;
}
#haeder_wrap iframe{
	width:980px;
	height:520px;
	display:block;
	margin:0 auto;
}
#h_contents {
	width: 980px;
	margin:0 auto;
	margin-bottom: 80px;
}
#h_contents .hottopics {
	margin:0 auto;
	list-style: none;
	width: 930px;
	margin-top:30px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#h_contents .hottopics li {
	float: left;
	margin: 0 auto;
	margin-right: 30px;
	width: 450px;
	margin-bottom: 30px;
}
#h_contents .hottopics li.r-side {
	margin: 0 auto;
}
#h_contents .hottopics li p {
	font-size: 11px;
	margin:0 auto;
	padding:4px 0px 1px;
	letter-spacing: 0.5px;
	width:90%;
}
#h_contents .hottopics li .hottopics_title {
	 text-align:center;
	 font-size:15px;
	 margin-top:15px;
	 font-weight:bold;
}
#h_contents .hottopics li .hottopics_comment {
	 width:90%;
	 margin:0 auto;
	 text-align:left;
}
.data{
	text-align:center;
	text-decoration:underline;
}
/*hotitem スライド*/
.hotitem_slick {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	min-width: 100%;
	max-width: 980px;
	clear: both;
}
.hotitem_slick img {
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 0px 7.5px;
}
.hotitem_slick .multiple-item {
	margin: 0 auto;
	padding: 0;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #ccc;
}
.hotitem_slick .multiple-item p {
	font-size: 0.9em;
	padding: 8px;
	letter-spacing: 0.15em;
}
.hotitem_slick .multiple-item p span {
	font-weight: 800;
	display: block;
	margin-bottom: 5px;
}
.hotitem_slick .multiple-item p span.saletag{
	background-color:#A31012;
	color:#FFFFFF;
	display:inline-block;
	padding:2px 5px 0px;
	font-size:0.75em;
	margin-right:4px;
	font-weight:normal;
}
.hotitem_slick .multiple-item p span.newtag{
	background-color:#80AAA9;
	color:#FFFFFF;
	display:inline-block;
	padding:2px 5px 0px;
	font-size:0.75em;
	margin-right:4px;
	font-weight:normal;
}
/*--------------------------------------------------------------------------

   サイドとメインコンテンツまとめ

---------------------------------------------------------------------------*/



#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}

/*
サイドナビゲーション
*/


#Left-navi {
	width: 200px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*
メインコンテンツ
*/


#Right-main {
	margin: 0;
	padding: 0;
	width: 720px;
	float: right;
}

#Center-main {
	margin: 0;
	padding: 0;
	width: 940px;
}
/*--------------------------------------------------------------------------

   サイドコンテンツ

---------------------------------------------------------------------------*/

#Left-navi ul.Navi {
	margin: 0 auto;
	margin-bottom:30px;
	margin-top:5px;
}
#Left-navi ul.Navi li{
	margin-bottom:8px;
}
#Left-navi ul.Navi li.ln_bnr {
	margin-bottom: 24px;
}
#Left-navi ul.Navi li.ln_bnr img{
	padding-bottom: 8px;
	width:180px;
	margin:0 auto;
	display:block;
}
#Left-navi ul.Navi li.ln_bnr p {
	display: block;
	letter-spacing: 0.5px;
	font-size: 11px;
	width:180px;
	margin:0 auto;
	line-height:1.45em;
}
#Left-navi ul.Navi li.ln_bnr .tag {
	letter-spacing: 0.8px;
	border: 1px #ccc solid;
	padding: 2px 10px 2px;
	margin-bottom: 4px;
	display: table;
}


#Left-navi .Navi_award {
	width: 190px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#Left-navi .Navi_award li {
	width: 33.3333%;
	float: left;
}
#Left-navi .Navi_award li img {
	width: 92%;
}
#Left-navi .price_search a:hover {
	color: #999;
}
#Left-navi .Navi_guide li.guide_box{
	display: block;
	width: 200px;
	height: auto;
	border: solid 4px #eee;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	padding: 11px 8px 8px 8px;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.1em;
}
#Left-navi .Navi_guide li.guide_box{
	display: block;
	width: 200px;
	height: auto;
	border: solid 4px #eee;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	padding: 11px 8px 8px 8px;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.1em;
}
#Left-navi li.guide_box span{
	font-size: 10px;
	color: #999;
	font-weight: normal;
	padding-top:4px;
	display:block;
}
#Left-navi .guide_box_att{
	border: 4px solid #C55355;
	color: #C00;
	display: block;
	width: 200px;
	height: auto;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	padding: 11px 8px 8px 8px;
	letter-spacing: 0.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.1em;
}
#Left-navi .guide_box_att span{
	font-size: 10px;
	font-weight: normal;
	padding-top:4px;
	display:block;
	color: #C00;
}
#Left-navi .side_guide a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#Left-navi .Navi_pick .pick_box{
	text-align:center;
	margin-bottom:2px;
}
#Left-navi .Navi_pick .pick_box img{
	width:170px;
	margin:0 auto;
	padding-bottom:1px;
    border: 1px #a9a9a9 solid;
}
#Left-navi .pick_box{
	display: block;
	letter-spacing: 0.5px;
	font-size: 11px;
	text-align:center;
}
#Left-navi .Navi_price li.price_search{
	text-align: right;
	text-align:left;
	padding: 5px 4px 4px 4px;
	font-size: 11px;
	color: #444;
	margin-top:8px;
	border-bottom: 1px solid #EEE;
	}
#Left-navi .Navi_price .pick_box img{
	margin-bottom:1px;
}
/*サーチ*/
.serch_icon {
	position: relative;
	float: left;
	text-align: center;
}
.serch_icon:hover {
	background-color: #FFFFFF;
}
.serch_icon input.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.serch_icon input.search_form {
	background-color: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: none;
	border: 1px solid #EEE;
	width: 160px;
	letter-spacing: 0.08rem;
	padding: 3px 0px 3px 5px;
	background-image: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.serch_icon input.headerSearch__button {
	display: inline-block;
	text-indent: -9999em;
	background-size: 100%;
	width: 27px;
	height: 25px;
	background-image: url(https://www.rakuten.ne.jp/gold/aranciato/images/img_search.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	padding: 0px;
	margin: 0 auto;
	margin-left: -1px;
}
#Left-navi .serch_icon {
	text-align: left;
	margin: 0 auto;
	padding-bottom: 5px;
}
#Left-navi h5 {
	display: block;
}

/*--------------------------------------------------------------------------

   サイド_カレンダー部分

---------------------------------------------------------------------------*/

table.calbase_rakuten     {
    background-color: #FFFFFF;
    border:1px solid #CECECE;
    width: 190px;
    border-collapse: collapse;
    padding: 0px 0px 10px 0px;
    }
table.calbase_rakuten *   {
    font-size: 98%;
    color: #000000;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    }
table.calbase_rakuten th  {
    text-align: center;
    }
th.caltitle_rakuten       {
    font-size: 85%;
    padding: 10px 0px 0px 0px;
    }
table.calframe_rakuten    {
    border-collapse: collapse;
    margin: 10px 10px 0px 10px;
    table-layout: fixed;
    width: 141px;
    }
table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
    }
table.calframe_rakuten td {
    border:1px solid #FFFFFF;
    background-color: #FFFFFF;
    width:19px;
    height:17px;
    text-align: center;
    }
tr.weektitle_rakuten td   {
    background-color: #EEEEEE;
    }
td.event1day_rakuten      {
    background-color: #FFC6C6 !important;
    }
font.event1day_rakuten    {
    color: #FFC6C6;
    }
td.event2day_rakuten      {
    background-color: #B5DAFF !important;
    }
font.event2day_rakuten    {
    color: #B5DAFF;
    }
td.event3day_rakuten      {
    background-color: #FEDE93 !important;
    }
font.event3day_rakuten    {
    color: #FEDE93;
    }
table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 175px;
    }
table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
    }
table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 175px;
    }


/*--------------------------------------------------------------------------

   アコーディオンボタン アイテム別

---------------------------------------------------------------------------*/

.accordion {
	width: 190px;
	margin: 0 auto;
}
#accordion-40 {
	font-size: 11px;
}
#accordion-40 .accordion-head {
	padding-left: 10px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-top: 10px;
}
#accordion-40 h3.hover {
	color: #333;
}
#accordion-40 dl {
	padding: 0;
	margin: 0;
}
#accordion-40 dl dt {
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
}
/*--------------------------------------------------------------------------

   アコーディオンボタン

---------------------------------------------------------------------------*/
.accordion{
	margin-bottom:40px;
}


#accordion-41 {
	font-size: 12px;
}
#accordion-41 .accordion-head {
	padding-left: 10px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-top: 10px;
}
#accordion-41 h3.hover {
	color: #333;
}
#accordion-41 dl {
	margin: 0;
	padding: 0;
}
#accordion-41 dl dt {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#accordion-41 dl dt span {
	color: #999;
	font-size: 11px;
	display: block;
}
#Left-navi .Navi-color {
	width: 160px;
	margin: 0 auto;
	margin-bottom:40px;
}
#Left-navi .Navi-color li {
	float: left;
	padding: 3px
}
li a.key-tittle-a {
	background-color: #F5F5F5;
	padding: 5px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}
.navi-tittle {
	clear: both;
}
footer {
	width: 100%;
	clear: both;
}
/*--------------------------------------------------------------------------

   グローバルメニューボタン

---------------------------------------------------------------------------*/


#fade-in li {
	position: static;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.05em;
}
#fade-in li a {
	display: block;
	padding: 30px 18px;
}
#fade-in li.last {
	margin-right: 10px;
}
#fade-in li:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
}
#fade-in {
	position: relative;
	z-index: 6;
	margin: 0px;
	padding: 0px;
	width: 980px;
}



/*メニューボタン（ブランド）*/


@keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
#fade-in li div iframe.mm2 {
	position: absolute;
	display: none;
	height: 0;
	transition: .2s;
}
#fade-in li:hover iframe.mm2 {
	position: absolute;
	width: 980px;
	height: 820px;
	display: block;
	animation: show 0.2s linear 0s;
	z-index: 10;
	left: 0px;
}
/*メニューボタン（アイテムカテゴリ）*/


#fade-in li div iframe.mm3 {
	position: absolute;
	display: none;
	height: 0;
	animation: show 0.2s linear 0s;
}
#fade-in li:hover iframe.mm3 {
	position: absolute;
	width: 980px;
	height: 700px;
	display: block;
	left: 0px;
	z-index: 11;
}
/*メニューボタン（ショッピングガイド）*/

#fade-in li div iframe.mm6 {
	position: absolute;
	display: none;
	height: 0;
	animation: show 0.2s linear 0s;
}
#fade-in li:hover iframe.mm6 {
	position: absolute;
	width: 980px;
	height: 220px;
	display: block;
	left: 0px;
	z-index: 13;
}
/*メニューボタン（マガジン）*/

#fade-in li div iframe.mm7 {
	position: absolute;
	display: none;
	height: 0;
	animation: show 0.2s linear 0s;
}
#fade-in li:hover iframe.mm7 {
	position: absolute;
	width: 980px;
	height: 310px;
	display: block;
	left: 0px;
	z-index: 13;
}
/*メニューボタンプルダウン内容　フレーム設定*/

#fade-in iframe {
	opacity: 0.95;
	background-color: #F2F2F2;
}
/*メニューボタン　SNSボタン*/

#fade-in2 li.sns_icon {
	position: relative;
	float: left;
	text-align: center;
}
#fade-in2 li.sns_icon:hover {
	background-color: #FFFFFF;
}
#fade-in2 .sns_icon {
	padding-left: 3px;
}
/*メニューボタン　サーチ*/

#fade-in2 li {
	float: left;
	padding-top: 27px;
}
#fade-in2 .serch_icon input.search_form {
	width: 165px;
}
/*--------------------------------------------------------------------------

   index h2タイトル

---------------------------------------------------------------------------*/


.h2__title {
	padding-bottom: 10px;
	clear: both;
}
.h2__title2 {
	margin-top: 60px;
}
.h2__title3 {
	margin-top: 80px;
}
.h2__title h2 {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 24px;
	padding-left: 0px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.h2__title span {
	font-size: 11px;
	text-align: right;
	display: block;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------

   index h4タイトル レフトナビ

---------------------------------------------------------------------------*/


.h4__title {
	padding-bottom: 15px;
	clear: both;
}
.h4__title_pb0 {
	padding-bottom: 0px;
}
.h4__title h4 {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 13px;
	padding-left: 0px;
	display: block;
	font-weight:bold;
}

.h4__title span {
	font-size: 12px;
	text-align: right;
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search_title {
	margin: 0 auto;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0.08em;
}
.search_title span {
	display: block;
	font-size: 9px;
	letter-spacing: 0.62em;
}
.search_title_cat {
	margin-top: 10px;
	margin-bottom: -5px;
}
.search_title_brand {
	margin-top: 45px;
	margin-bottom: -5px;
}
/*--------------------------------------------------------------------------

   予約バナー

---------------------------------------------------------------------------*/


#reserve {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#reserve ul {
	overflow: auto;
}
#reserve li {
	display: block;
	float: left;
}
#reserve .li_l {
	padding-top: 10px;
	padding-right: 12px;
}
#reserve .li_r {
	padding-top: 10px;
	padding-right: 0px;
}
#reserve span.itiran {
	clear: both;
	display: block;
	width: 230px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
#reserve .reserve_data {
	font-size: 11px;
	text-align: right;
	display: block;
	color: #555;
	padding-bottom: 35px;
}
#reserve .reserve_brand {
	font-weight: 800;
	margin: 8px 10px 0px 2px;
	letter-spacing: 0.1em;
}
#reserve .reserve_att {
	color: #cc3333;
	width: 100%;
	padding-right:5px;
}
#reserve .reserve_txt {
	font-weight: 500;
	margin: 0px 10px 24px 2px;
	letter-spacing: 0.1em;
}
#reserve .reserve_redtxt {
	font-weight: 500;
    color: crimson;
	margin: 0px 10px 24px 2px;
	letter-spacing: 0.1em;
}
#reserve td {
	padding-bottom:20px;
}
#reserve .td_l {
	padding-right: 6px;
	width: 354px;
	vertical-align: top;
	padding-bottom:5px;
}
#reserve .td_r {
	padding-left: 6px;
	vertical-align: top;
	width: 354px;
}
#reserve td img {
	width: 100%;
}

/*--------------------------------------------------------------------------

   スタイルブック/マガジン

---------------------------------------------------------------------------*/
#pick_contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align:center;
}
#pick_contents {
	overflow: auto;
}
#pick_contents li {
	display: block;
	float: left;
	line-height: 17px;
}
#pick_contents li h3 {
	text-align: center;
	padding:10px 0px 4px;
	font-size: 12px;
	font-weight: 800;
}
#pick_contents li p {
	padding: 0px 15px;
}
.pick_stylebook {
	padding-right: 10px;
}
.pick_50{
	width:350px;
	margin-bottom:40px;
}
.pick_50 img, .pick_100 img{
	padding-bottom:6px;
	width:100%;
}
.pick_stylebook #stylebook_frame iframe {
	height: 536px;
}
.pick_restock{
	padding-left: 10px;
}
#pick_contents span.more {
	clear: both;
	display: block;
	width: 230px;
	height: 25px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #F5F5F5;
	text-align: center;
}
/*--------------------------------------------------------------------------

   特集一覧

---------------------------------------------------------------------------*/



#feature {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#feature h3 {
	font-size: 11px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 2px;
	font-style: italic;
	border-bottom: solid 1px #CFCFCF;
	margin-bottom: 8px;
}
#feature .feature_title {
	font-size: 11px;
	text-align: center;
	display: block;
	margin-bottom: 2px;
	font-weight: 800;
	margin-top: 8px;
}
#feature ul {
	overflow: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#feature li {
	display: block;
	width: 230px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
	padding-bottom: 35px;
}
#feature li p {
	display: block;
	width: 210px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.15rem;
}
#feature span {
	clear: both;
	display: block;
	width: 230px;
	height: 25px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
/*--------------------------------------------------------------------------

   インスタ設定

---------------------------------------------------------------------------*/

#scroller {
	width: 720px;
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 120px;
	margin-top: 30px;
}
#scroller span {
	clear: both;
	display: inline-block;
	width: 230px;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F5F5F5;
	text-align: center;
}
#instafeed {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	overflow: auto;
}
ul#instafeed div.grid-item {
	height: 230px;
	overflow: hidden;
	float: left;
	width: 230px;
	border: 3px solid #FFF;
}
ul#instafeed img {
	/*margin-top:-60px;
	margin-left:-60px;
	margin-top:-30px;
	margin-left:-30px;*/
	width: 120%;
	margin-top: -20%;
	margin-left: -10%;
}
/*--------------------------------------------------------------------------

   PICK UP BRAND

---------------------------------------------------------------------------*/


#pickupbrand, #recommendbrand {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.brand_subtitle {
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #555;
	border: 1px solid #eee;
	padding: 8px 5px;
	width: 120px;
	margin-top: 10px;
}
#pickupbrand, .brand_subtitle {
	margin-bottom: 40px;
}
#pickupbrand h3 {
	font-size: 9px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#pickupbrand img {
	width: 100px;
	line-height: 24px;
	border: 1px solid #CCC;
}
#pickupbrand ul {
	overflow: auto;
}
#pickupbrand li {
	display: block;
	width: 140px;
	float: left;
	padding-bottom: 20px;
}
#pickupbrand span.ichiran {
	clear: both;
	display: block;
	width: 230px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #F5F5F5;
}
/*--------------------------------------------------------------------------

   フッター

---------------------------------------------------------------------------*/


footer {
	background-color: #F5F5F5;
	width: 100%;
	height: auto;
	margin-top: 150px;
	padding-top: 40px;
	padding-bottom: 50px;
	color: #444;
}
footer div.h2__title {
	padding-bottom: 15px;
	padding-top: 50px;
	clear: both;
}
footer div.h2__title h2 {
	padding-bottom: 10px;
	font-size: 18px;
	padding-left: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
}
footer div.h2__title span {
	font-size: 12px;
	text-align: right;
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	overflow: auto;
}
#footer h3 {
	font-size: 12px;
	text-align: left;
	display: block;
	line-height: 42px;
	font-weight: bold;
}
#footer ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footer li {
	display: block;
	float: left;
	width: auto;
	padding: 0px 38px;
	text-align: left;
}
#footer span {
	display: block;
	height: 80px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer span a {
	display: block;
	width: 230px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#footer ul li .fot_li ul, #footer ul li .fot_li li, #footer ul li .fot_li span, #footer ul li .fot_li a {
	margin: 0px;
	padding: 0px;
	float: none;
}
#footer ul li .fot_li ul {
	width: 100%;
}
#footer ul li .fot_li li {
	display: block;
	width: auto;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
#footer .serch_icon div {
	margin-bottom: 5px;
}
address {
	display: block;
	clear: both;
	text-align: center;
	margin-top: 50px;
	font-size: 10px;
	color: #999;
}
/*--------------------------------------------------------------------------

   フッター（ショッピングガイド）

---------------------------------------------------------------------------*/

#fot_guide {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	overflow: auto;
	margin-top: 60px;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
}
#fot_guide ul {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
}
#fot_guide h3 {
	font-size: 13px;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
#fot_guide li {
	display: block;
	width: 820px;
	float: left;
	line-height: 24px;
	background-color: #FFF;
	text-align: left;
	padding: 25px 70px;
	height: autox;
	color: #666;
	font-size: 11px;
}
#fot_guide span {
	display: block;
	height: 80px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fot_guide span a {
	display: block;
	width: 230px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #F5F5F5;
}
/*--------------------------------------------------------------------------

  トップのコンテンツ

---------------------------------------------------------------------------*/


#top_contents {
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 40px;
	background-color: #EBEBEB;
}
#top_contents ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
#top_contents li {
	float: left;
	margin-right: 5px;
}
#top_contents li.r-side {
	margin-right: 0;
}
/*--------------------------------------------------------------------------

   ARGIS 新作GOLDページ用

---------------------------------------------------------------------------*/
table.ar_clv2 {
    width:70%;
    text-align: left;
}
table.ar_clv2 th {
    font-size: 16px;
    text-align: left;
    width: 100%;
    font-weight: bold;
}
table.ar_clv2 td {
    font-size: 12px;
    width: 48%;
}

table.ar_clv3 {
    width:70%;
    text-align: left;
}
table.ar_clv3 th {
    font-size: 16px;
    text-align: left;
    width: 33%;
    font-weight: bold;
}
table.ar_clv3 td {
    font-size: 12px;
    width: 33%;
}

table.ar_clv4 {
    width:70%;
    text-align: left;
}
table.ar_clv4 th {
    font-size: 16px;
    text-align: left;
    width: 100%;
    font-weight: bold;
}
table.ar_clv4 td {
    font-size: 12px;
    width: 25%;
}

table.ar_clv5 {
    width:70%;
    text-align: left;
}
table.ar_clv5 th {
    font-size: 16px;
    text-align: left;
    width: 100%;
    font-weight: bold;
}
table.ar_clv5 td {
    font-size: 12px;
    width: 20%;
}
.argis_btn_buy {
    width:  280px;
    display:  block;
    color:  #fff;
    background-color: #999;
    padding:  20px;
    text-decoration:  none;
    text-align:  center;
    font-weight:bold;
}
.argis_btn_buy4 {
    display:  block;
    color:  #fff;
    background-color: #999;
    padding:  15px;
    text-decoration:  none;
    text-align:  center;
    font-weight:bold;
    width:  215px;
}
.argis_btn_buy5 {
    display:  block;
    color:  #fff;
    background-color: #999;
    padding:  15px;
    text-decoration:  none;
    text-align:  center;
    font-weight:bold;
    width:  150px;
}
.ar_btn_sold {
    width: 90%;
    background-color: #999;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
    font-weight: bold;
}
.ar_title1 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.ar_title2 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.ar_title3 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

/*--------------------------------------------------------------------------

   ARGIS 新作GOLDページ用 h1タイトル

---------------------------------------------------------------------------*/
.h1_ar_title {
	padding-bottom: 10px;
	clear: both;
    text-align: center;
}
.h1_ar_title2 {
	margin-top: 60px;
}
.h1_ar_title3 {
	margin-top: 80px;
}
.h1_ar_title h1 {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	font-size: 24px;
	padding-left: 0px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
    text-align: center;
}
.h1_ar_title span {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------------------

   ARGIS 新作GOLDページ用 h2タイトル

---------------------------------------------------------------------------*/
.h2_ar_title {
	padding-bottom: 10px;
	clear: both;
}
.h2_ar_title2 {
	margin-top: 60px;
}
.h2_ar_title3 {
	margin-top: 80px;
}
.h2_ar_title h2 {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	font-size: 20px;
	padding-left: 0px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.h2_ar_title span {
	font-size: 11px;
	text-align: right;
	display: block;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------

   ARGIS 新作GOLDページ用 h3タイトル

---------------------------------------------------------------------------*/
.h3_ar_title {
	padding-bottom: 10px;
	clear: both;
	text-align: center;
}
.h3_ar_title2 {
	margin-top: 60px;
}
.h3_ar_title3 {
	margin-top: 80px;
}
.h3_ar_title h3 {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	font-size: 16px;
	padding-left: 0px;
	display: block;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
}
.h3_ar_title span {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------

   ARGIS 新作GOLDページ用 h5タイトル

---------------------------------------------------------------------------*/


.h5_ar_title {
	padding-bottom: 10px;
	clear: both;
    text-align: center;
}
.h5_ar_title2 {
	margin-top: 60px;
}
.h5_ar_title3 {
	margin-top: 80px;
}
.h5_ar_title h5 {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	font-size: 14px;
	padding-left: 0px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.02em;
    text-align: center;
}
.h5_ar_title span {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------

   GUIDE（よくあるご質問ページ）

---------------------------------------------------------------------------*/

#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 14px; /*全体のフォントサイズ*/
}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
/*--------------------------------------------------------------------------

   SALEページ

---------------------------------------------------------------------------*/
.offritu {
	background: ##ff0505;/*背景色*/
    padding: 1em;/*文字周りの余白*/
    color: #fff;/*文字色*/
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
    text-align: center;
}
.p10_item {
	background: #d2b48c;/*背景色*/
    padding: 1em;/*文字周りの余白*/
    color: #dc143c;/*文字色*/
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
    text-align: center;
}
.sele_price {
    color: #ff1919;/*文字色*/
    width: 100%;
    font-size: 22px;
    font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
    text-align: center;
}
table.p10 {
    width:780px;
    text-align: center;
}
table.p10 td {
    border: solid 3px #d2b48c;/*線色*/
}
/*--------------------------------------------------------------------------

   スリッポン特集

---------------------------------------------------------------------------*/

#slp {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.slp {
    display: table;
    width:100%;
}
ul.slp > li:nth-child(4n+1) {
    clear: both;
}
ul.slp > li {
    display: table-cell;
    float: left;
    width: 25%;
	padding-top: 15px;
}
#slp span.itiran {
	clear: both;
	display: block;
	width: 400px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
table.slp {
    width:100%;
    text-align: left;
    border:1px solid;
}
table.slp td {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
#p.slp {
    padding: 0.5em;/*文字周りの余白*/
    color: #010101;/*文字色*/
    background: #f5f5f5;/*背景色*/
    width: 90%;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 3px #696969;/*下線*/
    margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
/*--------------------------------------------------------------------------

   実店舗連動特集

---------------------------------------------------------------------------*/
.toku_item {
    padding: 0.5em;/*文字周りの余白*/
    color: #010101;/*文字色*/
    background: #f5f5f5;/*背景色*/
    width: 90%;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 3px #696969;/*下線*/
    margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
#toku span.itiran {
	clear: both;
	display: block;
	width: 400px;
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F5F5F5;
	text-align: center;
}
#tokubox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul.tokubox {
    display: table;
    width:100%;
}
ul.tokubox > li:nth-child(4n+1) {
    clear: both;
}
ul.tokubox > li {
    display: table-cell;
    float: left;
    width: 25%;
	padding-top: 15px;
}
/*--------------------------------------------------------------------------

   特集ページ用テーブルレイアウト

---------------------------------------------------------------------------*/
table.sc_item {
    width:100%;
    text-align: left;
    border: 0;
}
table.sc_item td {
    width: 400px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-top;
}


table.sc_item02 {
    width:100%;
    text-align: left;
    border: 0;
}
table.sc_item td02 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    vertical-align: text-top;
}
table.tokusyu {
    width:950px;
    text-align: left;
}
table.tokusyu td {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
/*--------------------------------------------------------------------------

   特集企画（シューケア用）

---------------------------------------------------------------------------*/
#scare_contents {
    width: 100%;
    margin: auto;
    padding: auto;
    text-align: center;
    background-color: #ffffff;

}
.scare {
    width: 980px;
    margin-bottom: 0;
    padding-bottom: 75px;
    background-color: #ffffff;

}
.scare_title01{
    text-align: center;
    font-size:20px;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}
.scare_title02{
    text-align: left;
    font-size:20px;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}
.scare_step_title01{
    text-align: left;
    font-size:18px;
    font-weight: bold;
    color: #4169e1;
    text-decoration: underline;
    line-height: 2;
}
.scare_text01{
    text-align: center;
    font-size:14px;
    color: #333333;
    line-height: 1.8;
}

.scare_text02{
    text-align: left;
    font-size:14px;
    color: #333333;
    line-height: 1.8;
}

.scare_text03{
    text-align: center;
    font-size:14px;
    color: #333333;
    line-height: 1.8;
}
.scare_a_text{
    text-align: left;
    font-size:14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.8;
}
.scare_pointtext{
    text-align: left;
    font-size:14px;
    color: #ff4500;
    line-height: 1.6;
    background-color: #f5f5f5;
    padding: 15px;
}
.scare_exmtext{
    text-align: left;
    font-size:12px;
    color: #333333;
    line-height: 1.6;
}
.scare_list2 {
	width: 100%;
	margin: auto;
	margin-left: auto;
}
ul.scare_list2 {
    display: table;
    width:100%;
}
ul.scare_list2 > li:nth-child(2n+1) {
    clear: both;
}
ul.scare_list2 > li {
    display: table-cell;
    float: left;
    width: 40%;
    padding-top: 5px;
    margin: 20px;
}
.scare_img{
    text-align: left;
}
/*--------------------------------------------------------------------------

   ARGIS公式からのリンク先GOLDページ

---------------------------------------------------------------------------*/
#argis_contents {
    width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 30px;
    background-color: #ffffff;
}
.argis {
    width: 980px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 75px;
    background-color: #ffffff;

}
.argis_title01{
    text-align: center;
    font-size:28px;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}
.argis_title02{
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}
.argis_title03{
    text-align: left;
    font-size:18px;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}
.argis_text01{
    text-align: center;
    font-size:14px;
    margin-bottom: 5px;
    color: #333333;
    line-height: 1.8;
}
.argis_exmtext{
    text-align: left;
    font-size:12px;
    color: #333333;
    line-height: 1.6;
}
