/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.22em; word-break:break-all;}
/* line-height:1.22em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:170%;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666666;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin:0px 5px 0px 15px;
	}

a:link    {color:#669900;text-decoration:underline;}
a:visited {color:#669900;text-decoration:underline;}
a:active  {color:#669900;text-decoration:underline;}
a:hover   {color:#ff9900;text-decoration:underline;}

.clear{
clear: both;
margin: 0;
}




/* wrapper */
#wrapper{
background-image: url(https://www.iac-int.com/rmjp/common/img/bgi.png);
background-repeat: repeat-x;
width: 100%;
margin: 0;
padding: 0;
}




/* contents */
#contents{
width: 1002px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
padding: 0;
}




/* header */
#header{
width: 1000px;
height: 30px;
margin: 0 0 0 2px;
padding: 0;
}


#headline{
width: 1000px;
height: 22px;
margin: 0;
padding: 8px 0 0 0;
}


#headcomment{
width: 300px;
margin: 0;
height: 0;
font-size: 11px;
color: #ffffff;
font-weight: normal;
float: left;
}


#headnavi_01{
width: 500px;
margin: 0;
padding: 0;
float: right;
}


.quicknavi_01{
margin: 0 0 0 20px;
padding: 0;
font-size: 12px;
color: #ffffff;
display: inline;
}

.quicknavi_01 a{
color: #ffffff;
text-decoration: none;
}

.quicknavi_01 a:hover{
color: #ff9900;
text-decoration: none;
}




/* main */
#main{
width: 1002px;
margin: 0;
padding: 0 0 50px 0;
}


#left{
width: 204px;
margin: 0;
padding: 0;
float: left;
}


#left h2{
margin: 0 2px;
padding: 0;
}


#headlogo{
width: 204px;
margin: 0 0 10px 0;
padding: 0;
}


.side_menu{
width: 198px;
margin: 0 0 10px 2px;
padding: 0;
border: solid 1px #CCCCCC;
}


.side_menu li{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: dotted 1px #CCCCCC;
line-height: 0;
}

#right{
width: 780px;
margin: 0;
padding: 0;
float: right;
}




#headnavi_02{
width: 780px;
height: 50px;
margin: 0;
padding: 20px 0 0 0;
text-align: right;
}


#quicknavi_02{
margin: 5px 0 0 0;
padding: 0;
}


#quicknavi_02 li{
margin: 0 0 0 30px;
padding: 0;
list-style: none;
display: inline;
}


#quicknavi_02 li a:hover{
position: relative;
top: 2px;
}



/* main_contents_box */
#main_contents_box{
width: 780px;
margin: 0;
padding: 0;
}




#topimg_box{
background-color: #000000;
width: 780px;
height: 439px;
margin: 20px 0 20px 0;
padding: 0;
}




/* slider */
#slide-holder {
z-index : 40;
width : 780px;
height : 439px;
position : absolute;
}


#slide-runner {
width : 780px;
height : 439px;
overflow : hidden;
position : absolute;
}


#slide-holder img {
margin : 0;
display : none;
position : absolute;
}


#slide-controls {
left : 0;
bottom : 5px;
width : 780px;
height : 46px;
display : none;
position : absolute;
}


.text {
float : left;
color : #fff;
display : inline;
font-size : 0px;
line-height : 16px;
margin : 18px 0 0 20px;
text-transform : uppercase;
font-weight: bold;
}


#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 15px 15px 0 0;
}


#slide-nav a {
float : left;
width : 15px;
height : 15px;
display : inline;
font-size : 0px;
margin : 0 10px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
color: #cccccc;
}


#slide-nav a.on {
background-position : 0 -24px;
}


#slide-nav a {
background-image : url(https://www.iac-int.com/rmjp/slide_img/silde-nav.png);
}


#slide-nav a:hover{
color: #ff9900;
}


#header_02 {
	margin:40px 0px 15px 0px;
	}

.title {
	width:950px;
	height:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	color:#666666;
	font-size:22px;
	}

.title a         {color:#666666;}
.title a:link    {color:#666666; text-decoration:none;}
.title a:visited {color:#666666; text-decoration:none;}
.title a:active  {color:#666666; text-decoration:none;}
.title a:hover   {color:#666666; text-decoration:none;}

#gbn {
	margin-bottom:15px;
	}
	
#gbn1 {width:90px;}
#gbn2 {width:88px;}
#gbn3 {width:89px;}
#gbn4 {width:89px;}
#gbn5 {width:89px;}
#gbn6 {width:88px;}
#gbn7 {width:89px;}
#gbn8 {width:101px;text-align:right;}
#gbn9 {}
#gbn9_form {
width: 190px;
margin: 0 0 10px 2px;
padding: 15px 5px;
background-color: #333333;
}

.gbn9_form_select {
	width:190px;
	margin-bottom:5px;
	}

.gbn9_form_input {
	width:140px;
	margin-right:5px;
	}

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a         {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link    {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
	padding-right:29px;
	text-align:left;
	}


table.sidemenu {
	width:195px;
	margin-bottom:25px;
	color:#666666;
	}

.side_title {
	width:195px;
	height:33px;
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg03.gif) 0px 0px no-repeat;
	}
	
.st_contents {
	overflow:hidden;
	width:175px;
	text-align:left;
	}

.side_text a         {color:#669900; text-decoration:underline;}
.side_text a:link    {color:#669900; text-decoration:underline;}
.side_text a:visited {color:#669900; text-decoration:underline;}
.side_text a:active  {color:#669900; text-decoration:underline;}
.side_text a:hover   {color:#ff9900; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
	padding:10px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/31/left-navi_bg.gif) 0px 0px repeat-y;
	}
	
.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/rs_m_rect.gif) 0px 3px no-repeat;
	padding-left:15px;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	width:180px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
	padding-left:5px;
	font-size:10px;
	border-left:3px solid #6699CC;
	border-right:3px solid #6699CC;
	}
	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer{
background-color: #1f4e78;
width: 100%;
margin: 0;
padding: 0;
border-top: solid 2px #003366;
}


#foot_navi{
width: 1070px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
padding: 10px 15px;
text-align: right;
}


#foot_navi li{
color: #FFFFFF;
font-size: 12px;
margin: 0;
padding: 0;
list-style: none;
display: inline;
}


#foot_navi a{
color: #FFFFFF;
font-size: 12px;
margin: 0;
padding: 0;
text-decoration: none;
}


#foot_navi a:hover{
text-decoration: underline;
color: #FF9900;
}


#copy{
width: 100%;
margin: 0;
padding: 0;
}


address{
font-size: 12px;
font-style: normal;
color: #999999;
text-align: center;
padding: 30px 0;
}


address a{
color: #999999;
text-decoration: none;
}


address a:hover{
color: #FF9900;
text-decoration: underline;
}


#copyright{
	border-top:1px #e6e6e6 solid;
	width:950px;
	text-align:center;
	padding-top:30px;
	margin:30px 0px;
	color:#999999;;
	}

#_footer a         {color:#669900; text-decoration:underline;}
#_footer a:link    {color:#669900; text-decoration:underline;}
#_footer a:visited {color:#669900; text-decoration:underline;}
#_footer a:active  {color:#669900; text-decoration:underline;}
#_footer a:hover   {color:#ff9900; text-decoration:underline;}


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */

.main_title{
width: 780px;
margin: 0;
padding: 40px 0 20px 0;
}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
padding: 0px;
margin: 0 10px;
font-size: 12px;
color: #ff3300;
text-align: right;
}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

/* ------------------------------------- 
 *	カレンダー部分
 * ------------------------------------- */

.shopinfo_box_ｃ{
width:192px;
margin: 20px 0 20px 2px;
padding: 15px 5px;
}

.calendar{
width: 182px;
margin: 0 5px;
padding: 10px 0 0 0;
}


.shopinfo_title_c{
background-color: #333333;
width:172px;
margin: 0;
padding: 5px 10px;
color: #ffffff;
}

.shopinfo_comment_c{
width: 174px;
margin: 0 5px;
padding: 10px 0;
line-height: 1.5;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
.shopinfo{
width: 1070px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
padding: 0;
}


.shopinfo_left{
width: 380px;
margin: 0;
padding: 0;
float: left;
}

.shopinfo_box_l{
width: 340px;
margin: 20px 0px;
padding: 0 20px 0 20px;
}

.shopinfo_title_l{
background-color: #333333;
width: 330px;
margin: 0;
padding: 5px 10px;
color: #ffffff;
}

.shopinfo_comment_l{
margin: 0 5px;
padding: 10px 0;
line-height: 1.5;
}


.shopinfo_right{
width: 380px;
margin: 0;
padding: 0;
float:left;
}

.shopinfo_box_r{
width: 340px;
margin: 20px 0px;
padding: 0 20px 0 20px;
}

.shopinfo_title_r{
background-color: #333333;
width: 330px;
margin: 0;
padding: 5px 10px;
color: #ffffff;
}

.shopinfo_comment_r{
margin: 0 5px;
padding: 10px 0;
line-height: 1.5;
}




#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/31/shop_info_deli_bg.gif) 0px 0px repeat-y;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#666666;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#666666;
	}

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
width: 780px;
height: 28px;
color: #333333;
background: #e7e7e7;
margin-bottom: 1px;
text-align: right;
}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
text-decoration: none;
color: #ff6600;
}

.sort_01 a:active,
.sort_01 a:hover {
text-decoration:underline;
color:#9E9C9D;
}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_all {
padding: 0px;
margin: 0 10px;
font-size: 12px;
color: #ff3300;
text-align: right;
}

.discount_rate_all {
	padding:0px;
	margin:0px;
	color:#333333;
	}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
width: 780px;
height: 28px;
color: #333333;
background: #e7e7e7;
margin-bottom: 1px;
text-align: right;
}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
text-decoration: none;
color: #ff6600;
}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_search {
padding: 0px;
margin: 0 10px;
font-size: 12px;
color: #ff3300;
text-align: right;
}

.discount_rate_search {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
width: 780px;
height: 28px;
background: #e7e7e7;
margin-bottom: 15px;
}

.pagenavi a {
color: #333333;
text-decoration: underline;
}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
float: left;
width: 195px;
height: 230px;
margin: 0 0 10px 0;
padding: 0;
}

.product_item {
width: 181px;
height: 228px;
margin: 0 6px;
padding: 0;
border: solid 1px #e7e7e7;
text-align: center;
}

.product_item img {
margin: 9px;
border: 1px solid #999999;
}

.product_item .name {
	margin:10px 10px 0 10px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price{
margin: 15px 0px 5px 0px;
font-weight:bold;
}

.product_item .expl {
line-height: 1.5;
text-align: left;
margin: 10px;
padding: 0;
}

.product_list a         {color:#669900; text-decoration:underline;}
.product_list a:link    {color:#669900; text-decoration:underline;}
.product_list a:visited {color:#669900; text-decoration:underline;}
.product_list a:active  {color:#669900; text-decoration:underline;}
.product_list a:hover   {color:#ff9900; text-decoration:underline;}




/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
width:780px;
color:#333333;
margin: 30px 0;
}

.footstamp a         {color:#666666; text-decoration:underline;}
.footstamp a:link    {color:#666666; text-decoration:underline;}
.footstamp a:visited {color:#666666; text-decoration:underline;}
.footstamp a:active  {color:#666666; text-decoration:underline;}
.footstamp a:hover   {color:#ff9900; text-decoration:underline;}

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	padding-top:20px;
	text-align:center;
	}

/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

.detail_cont {
width: 780px;
}

.detail_img_block {
width: 462px;
float: left;
margin-bottom: 20px;
}

.detail_txt_block {
width: 294px;
float: right;
text-align: left;
margin-bottom: 20px;

}


.detail_img_block img {
	border:1px solid #999999;
}

.product_name {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}


.expl_head{
margin: 20px 0 0 0;
padding: 0;
}

.expl_block {
width: 720px;
margin: 0;
padding: 0 30px;
line-height: 1.5;
background-image: url(https://www.iac-int.com/rmjp/common/img/expl_body.png);
background-repeat: repeat-y;
}

.expl_foot{
margin: 0;
padding: 0;
}


.detail_img {
width: 460px;
text-align: center;
}

.detail_other{
width: 780px;
text-align: center;
}

.detail_other .sub{
}

.detail_other .sub img{
width: 720px;
margin: 0 0 20px 0;
padding: 10px;
border: solid 1px #e7e7e7;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#e7e7e7 solid 1px;
	border-top:#e7e7e7 solid 1px;
	margin-bottom:20px;
}

.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#e7e7e7 solid 1px;
	border-bottom:#e7e7e7 solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
}

.sk_link_other {
margin: 15px 0 15px 15px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
margin-bottom: 10px;
background: transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 15px 3px no-repeat;
padding-left: 37px;
}

.txt_inq {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/31/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
text-align: center;
margin-bottom:10px;
}

.btn_quick {
}


/* 会員専用価格の表示 商品詳細用 */	
.regular_price_detail {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_detail {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
	}

.discount_rate_detail {
	padding:0px;
	margin:0px;
	color:#333333;
	}

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
margin: 0px;
padding: 0 15px 0 0;
float: left;
width: 160px;
}

#together .together_listbox{
width: 160px;
margin: 0;
padding: 0;
text-align: center;
}

#together .together_list img {
margin: 0 0 5px 0;
border: 1px solid #cccccc;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

#trackback .tb_main_title {
	font-weight:bold;
	margin:0px 0px 5px;
}


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

#trackback .tb_title {
	padding:0px 0px 10px;
	}

#trackback .tb_body {
	line-height:150%;
	padding:10px 0px;
	border-top:1px dotted #e7e7e7;
	border-bottom:1px dotted #e7e7e7;
	}

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

#Option .option_cell1 {
	text-align:left;
	font-weight:normal;
	padding:5px 5px 5px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell2 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 6px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#Option .option_cell3 {
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	padding:2px 10px 2px 6px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

div#Option table.main_title td{
	text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#333333;
	}

.price_detail_stock {
	padding:0px;
	margin:0px;
	}

.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#333333;
	}

/* ************************************************ 
 *	Facebook記述に関して
 * ************************************************ */
#facebook{
 float: left;
  width:280px;
 margin:20px 20px 10px 10px;
}
.fb-page {
}
/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
 
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	}

#ShopKeeper {
width: 726px;
margin: 0 27px 15px 27px;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
}

#ShopKeeper th {
background-color: #333333;
width: 200px;
overflow: hidden;
padding: 15px 10px;
color: #ffffff;
font-weight: normal;
text-align: left;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

#ShopKeeper td {
padding: 15px 10px;
text-align: left;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#e7e7e7;
	}

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin-bottom:15px;
	color:#666666;
	}

.pe_title {
padding: 15px 10px 0 10px;
color: #669900;
border-top: 1px solid #eaeaea;
}

.pe_note {
	line-height:150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */




/* guide */
#guide{
width: 780px;
margin: 0;
padding: 0 0 100px 0;
}

#guide h2{
margin: 40px 0 0 0;
padding: 0;
}


#flow{
width: 750px;
margin: 0 15px;
padding: 0;
}

#flow h3{
margin: 40px 0 15px 0;
pdding: 0;
}


.flowbox{
width: 750px;
margin: 0;
padding: 0;
}


.flowbox_l{
width: 370px;
margin: 0;
padding: 0;
float: left;
}

.flow_comment{
margin: 0;
padding: 0 0 15px 0;
font-size: 13px;
line-height: 1.7;
}


.flowbox_r{
width: 372px;
margin: 0;
padding: 0;
float: right;
}

.flow_pic{
width: 370px;
margin: 0;
padding: 0;
border: solid 1px #e7e7e7;
}




/* sitemap */
#sitemap{
width: 780px;
margin: 0;
padding: 0 0 50px 0;
}

#sitemap h2{
margin: 40px 0 30px 0;
padding: 0;
}


#sitemap_box{
width: 750px;
margin: 0 15px;
padding: 0;
}

#sitemap_box h3{
background-image: URL(https://www.iac-int.com/rmjp/common/img/sitemap_title_bg.gif);
background-repeat: no-repeat;
width: 325px;
height: 20px;
margin: 0 0 15px 0;
padding: 5px 15px 0 20px;
font-size: 14px;
color: #333333;
font-weight: normal;
}

#sitemap_box ul{
margin: 0 0 0 20px;
padding: 0 0 20px 0;
}

#sitemap_box li{
background-image: url(https://img06.shop-pro.jp/PA01133/158/etc/arrow.gif?20110520065645);
background-repeat: no-repeat;
background-position: left center;
margin: 0 0 7px 0;
padding: 0 0 0 10px;
font-size: 13px;
}

#sitemap_box li a{
color: #666666;
text-decoration: none;
}

#sitemap_box li a:hover{
color: #ff9900;
}

.sitemap_left{
width: 360px;
margin: 0;
padding: 0;
float: left;
}

.sitemap_right{
width: 360px;
margin: 0;
padding: 0;
float: right;
}

