/************************************* 【sanitize.css】 ******************************************/

* {
    list-style: none;
}

/* biglietta CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font:75%'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height:130%;
	margin: 0 auto;
	color: #666;
}

img {
	border: none;
}

p {
	color: #666;
}


/*liを除くul〜h1,h2,h3,h4省略*/

li {
	color: #666666;
	list-style-type: none;
}

a {
    text-decoration: none;
    color: #666666;
    background-color: transparent;
}

a, a:link {
	color: #666666;
	text-decoration: none;
}
	
a:hover { 
	color:#517AFF;
	position:relative;
	top:1px;
	left:1px;
}

.pcitem_wrap1612 a:hover,
input:hover {
    position: relative;
    top: 1px;
    left: 1px;
}

/*.clear_both省略*/

/*.layout_body*/
.layout_body {
	margin: 0 auto;
	width: auto;
}

/*吹き出しcss*/
.tooltip {  
	position: relative;  
}  
	
.tooltip .tooltipBody {  
	border: solid 3px #cbd7ff;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;  
	position: absolute;  
	left: 1em;  
	top: -266px;  
	text-decoration: none;  
	visibility: hidden;  
	padding: 3px 5px;  
	width: 170px;  
	zoom: 1;
}  

.tooltip:hover .tooltipBody {
	color: #100044;
	background-color: #fffaf0;  
	visibility: visible;  
	z-index: 10;
}
   
.tooltip .tooltipBody .tooltipAngle {  
	border-right: solid 12px transparent;  
	border-left-width: 0;  
	border-top: solid 12px #cbd7ff;  
	line-height: 0;  
	position: absolute;  
	left: 1em;  
	bottom: -12px;  
	z-index: 20;
}  
    
.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
 	border-right: solid 5px transparent;  
	border-left-width: 0;  
	border-top: solid 5px #fffaf0;  
	line-height: 0;  
	position: absolute;  
	left: 3px;  
	bottom: 7px;  
	z-index: 30;
}  
      
/*  not supported tanseparent for border by IE6. */ 
* html .tooltip .tooltipBody .tooltipAngle {  
	border-right-color: #cbd7ff;  
	bottom: -11px;  
}  

* html .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
	border-right-color: #fffaf0;  
}  

/*  IE8 */ 
.tooltip .tooltipBody {
	top: -278px\9;
}

*:first-child+html .tooltip .tooltipBody {
	top: -92px;
} 

/*ヘッダー（最終削除対象）*/
.layout_header {
	margin: 0 auto;
	height: 240px;
	width:100%;
	color: #666666;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1.5px;
}

/*ロゴ*/
.layout_header h1{
	margin: 2px 0 0 0;
	display: block;
	float: left;
}

/*IE6.7対策*/
* html .layout_header h1 {
	margin: 8px 0 0 0;
	display: block;
	float: left;
}

*:first-child+html .layout_header h1 {
	margin: 8px 0 0 0;
	display: block;
	float: left;
}

/*グローバルナビ*/
.g_navi {  
	height: 60px;
	width: 678px;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 282px;
	padding: 0;
    /* ぼかし画像を指定 */  
    background: url(/shop/item/biglietta/design/img01/g_navi_b.gif) left top no-repeat;  
    zoom: 1;  
}  

/*IE6対策*/
* html .g_navi {  
	margin-right: 0px;
	padding-left: 18px;
} 

ul.g_navi li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.g_navi li a {
	display: block;
	width: 113px;
	height: 60px;
}

.g_navi:after {  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  

.g_navi:hover li a {  
    background-image: none;  
}  

.g_navi:hover li img {  
    position: relative;  
    z-index: -1;  
}  

.g_navi:hover li:hover a {  
    background-image: url(/shop/item/biglietta/design/img01/g_navi.gif);  
}  

.g_navi li {  
    float: left;  
}  

.g_navi li a {  
    background: url(/shop/item/biglietta/design/img01/g_navi.gif) left top no-repeat;  
    display: block; /* Firefox2用の指定 */  
	display: inline-block;  
	vertical-align: top;  
}  

.g_navi li.navi01 a { background-position: 0 0;}
.g_navi li.navi02 a { background-position: -113px 0;}
.g_navi li.navi03 a { background-position: -226px 0;}
.g_navi li.navi04 a { background-position: -340px 0;}
.g_navi li.navi05 a { background-position: -453px 0;}
.g_navi li.navi06 a { background-position: -566px 0;}
.g_navi li a:hover {  
        position: static; /* IE6用の指定 */  
}  
	
.g_navi li.navi01 a:hover { background-position: 0 -60px;}
.g_navi li.navi02 a:hover { background-position: -113px -60px;}
.g_navi li.navi03 a:hover { background-position: -226px -60px;}
.g_navi li.navi04 a:hover { background-position: -340px -60px;}
.g_navi li.navi05 a:hover { background-position: -453px -60px;}
.g_navi li.navi06 a:hover { background-position: -566px -60px;}
.g_navi li a:hover img , 
.g_navi li#current a img {  
        position: relative;  
        z-index: -1;  
}  

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .g_navi {
	height:1px;
	display: inline;
	margin-left: 0px;
}
/* End hide from IE-mac */

/*ヘッダーテキストナビ*/
.text_navi {
	color: #666666;
	height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	text-align: right;
	display: block;
}

.text_navi a { 
	color: #666666;
	font-size: 91%;
	text-decoration: none;
}
	
.text_navi a, a:link {
	color: #666666;
	text-decoration: none;
}
	
.text_navi a:hover {
	color: #100044;
	text-decoration: underline;
}

/*レイアウトテーブル（最終削除対象）*/
.layout_table {
	width:1100px;
	margin:20px auto;
	position:relative;
	overflow:hidden;
	height:auto;
}
	
/*左メニュー（最終削除対象）*/
.layout_menu {
	width: 260px;
	float: left;
}

/*IE6以下対策*/
* html .layout_menu {
	margin-right: 0px;
}

/*左メニュー　リンク*/
ul.l_navi_link {
	height: 150px;
	width: 175px;
	margin: 0;
	padding: 0;
}

ul.l_navi_link li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.l_navi_link li a {
	display: block;
	width: 175px;
	height: 30px;
}

/*l_navi_link normal*/
.l_navi_link01 a { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) 0 0 no-repeat;}
.l_navi_link02 a { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) 0 -30px no-repeat;}
.l_navi_link03 a { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) 0 -60px no-repeat;}
.l_navi_link04 a { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) 0 -90px no-repeat;}
.l_navi_link05 a { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) 0 -120px no-repeat;}
	
/*l_navi_link rollover*/
.l_navi_link01 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) -175px 0px no-repeat;}
.l_navi_link02 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) -175px -30px no-repeat;}
.l_navi_link03 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) -175px -60px no-repeat;}
.l_navi_link04 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) -175px -90px no-repeat;}
.l_navi_link05 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_link.gif) -175px -120px no-repeat;}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.l_navi_link:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 
ul.l_navi_link {
   display:inline-block;
}
*/

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.l_navi_link {
   height:1px;
   display: inline;
}

ul.l_navi_link {
   display:block;
}
/* End hide from IE-mac */


/*左メニュー　カテゴリ*/
.category_menu {
	height: 336px;
	width: 175px;
	margin: 10px 0 6px 0;
	padding: 0;
}

ul.category_menu li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.category_menu li a {
	display: block;
	width: 175px;
	height: 24px;
}

/*categoryu_menu normal*/
.category_menu01 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 0 no-repeat;}
.category_menu02 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -24px no-repeat;}
.category_menu03 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -48px no-repeat;}
.category_menu04 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -72px no-repeat;}
.category_menu05 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -96px no-repeat;}
.category_menu06 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -120px no-repeat;}
.category_menu07 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -144px no-repeat;}
.category_menu08 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -168px no-repeat;}
.category_menu09 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -192px no-repeat;}
.category_menu10 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -216px no-repeat;}
.category_menu11 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -240px no-repeat;}
.category_menu12 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -264px no-repeat;}
.category_menu13 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -288px no-repeat;}
.category_menu14 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -312px no-repeat;}
.category_menu15 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -336px no-repeat;}
.category_menu16 a { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) 0 -360px no-repeat;}
	
/*categoryu_menu rollover*/
.category_menu01 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px 0px no-repeat;}
.category_menu02 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -24px no-repeat;}
.category_menu03 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -48px no-repeat;}
.category_menu04 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -72px no-repeat;}
.category_menu05 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -96px no-repeat;}
.category_menu06 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -120px no-repeat;}
.category_menu07 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -144px no-repeat;}
.category_menu08 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -168px no-repeat;}
.category_menu09 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -192px no-repeat;}
.category_menu10 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -216px no-repeat;}
.category_menu11 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -240px no-repeat;}
.category_menu12 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -264px no-repeat;}
.category_menu13 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -288px no-repeat;}
.category_menu14 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -312px no-repeat;}
.category_menu15 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -336px no-repeat;}
.category_menu16 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_b.gif) -175px -360px no-repeat;}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.category_menu:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 
ul.category_menu {
   display:inline-block;
}
*/

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.category_menu {
   height:1px;
   display: inline;
}

ul.category_menu {
   display:block;
}
/* End hide from IE-mac */

/*左メニュー　ブランドリスト*/
.brand_list {
	width: 175px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

ul.brand_list li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.brand_list li a {
	display: block;
	width: 175px;
	height: 24px;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.brand_list:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 
ul.brand_list {
   display:inline-block;
}
*/

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.brand_list {
   height:1px;
   display: inline;
}

ul.brand_list {
   display:block;
}
/* End hide from IE-mac */

.twitter {
	width: 175px;
	margin: 12px 0 0 0;
	padding: 0;
}

.mobile {
	width: 175px;
	margin: 17px 0 0 0;
	padding: 0;
}

/*左メニュー　メールマガジン*/
.mail_magazine {
	height: 95px;
	width: 175px;
	margin: 17px 0 0 0;
	padding: 0;
}

ul.mail_magazine li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.mail_magazine li a {
	display: block;
	width: 175px;
	height: 95px;
}

/*mail_magazine normal*/
.mail_magazine01 a { background:url(/shop/item/biglietta/design/img01/l_navi_mailmagazine.gif) 0 0 no-repeat;}
	
/*mail_magazine rollover*/
.mail_magazine01 a:hover { background:url(/shop/item/biglietta/design/img01/l_navi_mailmagazine.gif) -175px 0px no-repeat;}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.mail_magazine:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 
ul.mail_magazine {
   display:inline-block;
}
*/

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.mail_magazine {
   height:1px;
   display: inline;
}

ul.mail_magazine {
   display:block;
}
/* End hide from IE-mac */

/*.layout_content*/
.layout_content {
	width:790px;
	margin: 0px;
	padding: 0px;
}

#FS2_body_Goods .layout_content {
	font-size: 100% !important;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

.system_content {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}

/*IE7対策*/
*:first-child+html .system_content {
	width: 745px;
	margin: 0 0 0 40px;
	padding: 0;
}

/*IE6以下対策*/
* html .system_content {
	width: 745px;
	margin: 0 0 0 40px;
	padding: 0;
}

.layout_content a { 
	color: #100044;
	text-decoration: none;
}
	
.layout_content a, a:link {
	color: #100044;
	text-decoration: none;
}
	
.layout_content a:hover {
	color: #517AFF;
	text-decoration: underline;
}

/*メインイメージ＆ボタン*/
.top_cont01 {
	width: 765px;
	height: 300px;
	margin: 0;
	padding: 0;
}

.main_img {
	width: 765px;
	height: 300px;
	margin: 0;
	padding: 0;
	float: left;
}

/*フッター部分*/

.layout_footer a { 
	color: #666666;
	font-size: 100%;
	text-decoration: none;
}
	
.layout_footer a, a:link {
	color: #666666;
	text-decoration: none;
}
	
.layout_footer a:hover {
	color: #100044;
	text-decoration: underline;
}

.footer_area {
	width:1100px;
	margin: 0 auto ;
}

.footer_left {
	background-image: url(/shop/item/biglietta/design/img01/footer_info.gif);
	margin: 20px 0 0 0;
	width: 240px;
	height: 210px;
	float: left;
}

.footer_left ul {
	margin: 36px 0 0 12px;
	line-height: 1.6em;
}

.footer_left p {
	margin: 10px 0 0 12px;
	line-height: 1.6em;
}

.footer_center {
	margin: 20px 0 0 15px;
	width: 450px;
	height: 210px;
	float: left;
}

.footer_center img {
	margin-bottom: 14px;
}

/*IE7対策*/
*:first-child+html .footer_center img {
	margin-bottom: 12px;
}

/*IE6以下対策*/
* html .footer_center img {
	margin-bottom: 11px;
}

/*フッター　メールマガジン*/
.f_mail_magazine {
	height: 98px;
	width: 450px;
	margin: 0;
	padding: 0;
}

ul.f_mail_magazine li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	list-style: none;
}

ul.f_mail_magazine li a {
	display: block;
	width: 450px;
	height: 98px;
}

/*mail_magazine normal*/
.f_mail_magazine01 a { background:url(/shop/item/biglietta/design/img01/footer_mail.gif) 0 0 no-repeat;}
	
/*mail_magazine rollover*/
.f_mail_magazine01 a:hover { background:url(/shop/item/biglietta/design/img01/footer_mail.gif) 0px -98px no-repeat;}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.f_mail_magazine:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 
ul.mail_magazine {
   display:inline-block;
}
*/

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.mail_magazine {
   height:1px;
   display: inline;
}

ul.mail_magazine {
   display:block;
}
/* End hide from IE-mac */

.footer_right {
	background-image: url(/shop/item/biglietta/design/img01/footer_link.gif);
	margin: 20px 0 0 15px;
	width: 240px;
	height: 210px;
	float: right;
}

.footer_right ul {
	margin: 36px 0 0 12px;
	line-height: 1.6em;
}

.copyright {
	margin: 2px auto;
	width: 960px;
	text-align: right;
}

/*　画像ホスティング：商品詳細：パターンIH1　*/
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left{
width:320px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right{
width: 380px;
background: #ffffff;
padding-right:15px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_btn_container table{
width:208px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_container{
width:360px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_container_main{
width:320px;
float:right;
margin-right: 15px;
}

#FS2_itemlayout_IH1 .FS2_additional_image_container_sub{
width:320px;
float:right;
margin-right: 15px;
}

/*　IE6、7対策　*/
#FS2_itemlayout_IH1 .FS2_additional_image_container{
/width:345px;
}
#FS2_itemlayout_IH1 .FS2_additional_image_container_main{
/width:320px;
/float:right;
}
#FS2_itemlayout_IH1 .FS2_additional_image_container_sub{
/width:320px;
/float:right;
/padding-left:
}

/*　IE6対策　*/
#FS2_itemlayout_IH1 .FS2_additional_image_container{
_width:340px;
}
#FS2_itemlayout_IH1 .FS2_additional_image_container_main{
_width:310px;
_float:right;
}
#FS2_itemlayout_IH1 .FS2_additional_image_container_sub{
_width:310px;
/float:right;
}


#FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container{
width:400px;
}

/*　画像ホスティング：ポップアップ window
#FS2_additional_image_popup .FS2_thumbnail_container{
width:500px;
}

.FS2_additional_image_popup_container{
width:930px;
}

.FS2_additional_image_popup_container .FS2_additional_image_container{
float:right;
width:320px;
margin-top:0px;
}　*/

/*　パンくずナビ　*/
.pan {
	color: #999999;
}

.pan a:link {
	text-decoration: underline;
	color: #999999;
}

.pan a:visited {
	color: #999999;
}

.pan a:hover {
	text-decoration: underline;
	color: #100044;
}

/*　画像拡大ボタン幅　*/
.FS2_additional_image_btn_container .FS2_additional_image_btn_incart {
	text-align:left;
	width:68px;
}

/*　サムネイルカーソル変更　*/
.FS2_AdditionalImage_switcher_cursor_cross { 
 cursor: default 
} 

/*　商品コメント「スペック」　*/
.materialwrap {
	color: #666666;
	margin: 10px 0;
}

.material_top {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	background:#FFFFFF;
	padding: 4px 0;
	margin: 0;
}

.material {
	border-bottom:1px dotted #999999;
	background:#FFFFFF;
	padding: 4px 0;
	margin: 0;
}

/*商品名（商品詳細表示時）*/
/*色*/
.FS2_body_Goods_GoodsDetail .itemTitle, .itemTitle a {color: #666666;}
/*サイズ*/
.FS2_body_Goods_GoodsDetail .itemTitle {font-size: 123.1%;}
/*行間*/
.FS2_body_Goods_GoodsDetail .itemTitle {line-height: 1.3em;}
/*マージン*/
.FS2_body_Goods_GoodsDetail .itemTitle {margin-bottom: 0px;}

/*商品価格（商品詳細表示時）*/
/*色*/
.FS2_body_Goods_GoodsDetail .itemPrice {color: #000099;}
/*サイズ*/
.FS2_body_Goods_GoodsDetail .itemPrice {font-size: 123.1%;}
/*行間*/
.FS2_body_Goods_GoodsDetail .itemPrice {line-height: ;}
/*マージン*/
.FS2_body_Goods_GoodsDetail .itemTitle {margin: 0;}

/*商品詳細ページサイズ表文字の色*/
.spectable {color: #666666;}

/*　h2　*/
.layout_content h2 {
color:#100044;
border-bottom:1px dotted #999999;
font-size:14px;
font-weight:boder;
margin-bottom: 6px;
padding:0;
}

/*　買い物かごボタン右寄せ　*/
.FS2_additional_image_tableVariation_table{width:310px;}
.FS2_additional_image_tableVariation_table img{float:right; padding-right:2px;}
.FS2_additional_image_tableVariation_table input{float:right; padding-right:2px;}

/*商品詳細バリエーションの表部分*/
.FS2_additional_image_tableVariation_table th {
	height: 2.2em;
}

/*　商品詳細バリエーションの表部分system_DesignSettings.cssから削除した部分
おかしなことがあったら戻す
.FS2_additional_image_tableVariation_border th{
	vertical-align:top;
}
*/
.FS2_additional_image_btn_thumbnail_container img{vertical-align:bottom;}

/*　商品画面：商品詳細：ポイント進呈　*/
.FS2_point {width:310px;}

/*　グループ商品一覧ボーダー削除　*/
.groupLayout .itemGroup {
	border: none;
}

/*　グループ商品一覧商品名フォントサイズ調整　*/
.groupLayout .itemGroup {
	font-size: 100%;
}

/*左メニュー　商品検索用CSS*/
.search {
	width: 175px;
	margin: 10px 0 10px 0;
	padding: 0;
}

/*ブランド説明部分用CSS*/
.brand_head {
	width: 780px;
	margin: 0;
	padding: 0;
}

.brand_text {
	float: right;
	width: 580px;
	margin: 0;
	padding: 0;
}

.brand_text h1 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

.brand_logo {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.item_page_img {
	margin: 20px 0px 0px 0px;
}


/*「会員登録せずに購入」「会員登録後に購入」ボタンの入れ替え　→2014.06.18バージョンアップに伴いコメントアウト
.FS2_body_Cart_GuestLogin .FS2_Login_btn_position img {
position: relative;top:30px;
}

.FS2_body_Cart_GuestLogin #entry{
position: relative;top:-30px;
}
*/

/************* 2014.04.02追加（税込価格改行） *****************
.FS2_body_Goods_GoodsGroupList_0 .itemPrice{display: block;}
.FS2_body_Goods_GoodsGroupList_1 .itemPrice{display: block;}
.FS2_body_Goods_GoodsGroupList_2 .itemPrice{display: block;}
.FS2_body_Goods_GoodsGroupList_3 .itemPrice{display: block;}
.FS2_body_Goods_GoodsGroupList_4 .itemPrice{display: block;}
*/


/************* 2015.03.17追加（各商品ページ下部ブランドロゴ） ******************/

.brand {
	width: 765px;
	margin: 10px 0;
	padding: 0;
}

.brand img {
	margin: 5px 5px 0 0;
	padding: 0;
	float: left;
}

.brand a:hover img {
	filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;
	}

/************* 会員価格削除(プレセール用) 2015.06.10追加 ******************/
.FS2_body_Goods_GoodsDetail .FS2_special_members_price{display:none;}
.FS2_body_Goods_GoodsDetail .FS2_stage1_price{display:block;}

/************* 会員価格色変更(プレセール用) 2015.06.10追加 ******************/
.FS2_special_members_price .itemPrice {color: #000099;}

/************* 商品一覧ページ価格表示改行、コメント色変更(プレセール用) 2015.06.18追加 ******************/
.FS2_body_Goods_GoodsGroupList_1 .FS2_special_members_price_text{
display:block;
}
.FS2_body_Goods_GoodsGroupList_2 .FS2_special_members_price_text{
display:block;
}
.FS2_body_Goods_GoodsGroupList_3 .FS2_special_members_price_text{
display:block;
}
.FS2_body_Goods_GoodsGroupList_4 .FS2_special_members_price_text{
display:block;
}
.FS2_body_Goods_GoodsGroupList_5 .FS2_special_members_price_text{
display:block;
}

.FS2_special_members_price_text{color:#ff0000;}

/************* 2015.07.03追加（商品ページ新レイアウト） ******************/

/*****************item_page**********************/
.item_wrap{
	width:750px;
	text-align:left;
}

.item_flortl{
	overflow:hidden;
	margin:0 0 25px 0;
	width:750px;
}

.item_flortl p{
	float:left;
	width:368px;
	color:#666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	letter-spacing:1.5px;
	font-size: 12.8px;
	line-height: 20.4px;
}

.item_flortl img{
	width:368px;
	height:368px;
}

h4.item_title{
	font-size:30px;
	margin:0 0 25px 0;
	letter-spacing:4px;
	font-family: "Merriweather",serif !important;
	color:#666;
	line-height: 1.2;
}

h3.itemg_title{
	text-align:left;
	font-size:25px;
	margin:0 0 15px 0;
	font-family: "Merriweather",serif;
	color:#666;
	letter-spacing:1.5px;
}

	
.item_dis{
	margin:0 20px 30px;
	clear:both;
}

.item_dis p{
	line-height:1.4;
	font-size:16px;
	color:#666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	letter-spacing:1.5px;
}

.item_infocap{
	text-align:right;
	font-size:12px;
	margin:10px 15px 20px 0;
}


/*****************staff**********************/
.item_staff{
	border-top:#e4e4e4 4px solid;
	border-bottom:#e4e4e4 4px solid;
	padding:20px 20px;
	font-size:16px;
	position:relative;
	}

.item_staff_title{
	font-size:16px;
	margin:5px 0 20px 55px;
}

.item_staff p{
	font-size:14px;
	line-height:18px;
	color:#666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	letter-spacing:1.5px;
}

.item_staff_ball{
	position:absolute;
	top:18px;
	left:15px;
}

/*****************brand**********************/

.item_brand{
	border:#dddddd 1px solid;
	padding:30px 25px 20px;
	margin:0 auto;
	margin-bottom: 30px;
	width:700px;
	position:relative;
}

.item_brand_btn{
	border:#cccccc 1px solid;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #ededed), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#ededed 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#ededed 50%, transparent 50%, transparent);
	background-image: linear-gradient(#ededed 50%, transparent 50%, transparent);
	text-align:center;
	padding:20px;
	width:660px;
	clear:both;
	margin:0 auto ;
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	color:#666;
	letter-spacing:1.5px;
}



.item_blogo{
	display:inline;
	width: 205px;
	height: 145px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}

.item_brand dl{
	width:480px;
	position:absolute;
	top:35px;
	left:240px;
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	color:#666;
	letter-spacing:1.5px;
}

.item_brand dl dt{
	margin-bottom:5px;
	font-weight:bold;
}

.item_brand dl dd{
	line-height:1.2;
}

/*****************PC用販売説明文**********************/
.pcitem_wrap{
	width:495px;
	text-align:left;
}

.pcitem_bn {
	width: 580px;
	height: 100px;
}

.pcitem_bn p{
	float:left;
	width:255px;
	margin:10px 5px 20px 5px;
}

h1.pcitem_brand{
	background-color:#CCC;
	padding:10px 0 5px 15px;
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif !important;
	font-weight:bold;
	color:#FFFfff;
}

.pcitem_bwrap{
	float:left;
	width: 130px;
	height: 130px;
	position: relative;
}


div.pcitem_bwrap p.pcitem_breco{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 130px;
	height: 130px;
}

div.pcitem_bwrap p.pcitem_breco img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



div.pcitem_bwrap p.pcitem_breco img:hover{
filter:alpha(opacity=80) !important;
opacity:0.8;
}

/*****************margin**********************/
.m_r10 {
	margin-right:10px;
}

.m_b5 {
	margin-bottom:5px;
}

.m_b10 {
	margin-bottom:10px;
}

.m_b15 {
	margin-bottom:15px;
}

.m_b20 {
	margin-bottom:20px;
}

.m_b50 {
	margin-bottom:50px;
}

.m_b60 {
	margin-bottom:60px;
}

/*****************font**********************/
.font10 {
	font-size:10px;
}

.font12 {
	font-size:12px;
}

.font25 {
	font-size: 25px !important;
}

/*****************table**********************/

section.m_b50 tr {
	height: 40px;
}

section.m_b50 tr font, 
section.m_b50 tr img {
	margin:10px;
	color:#666;
}


/************* アマゾンログイン＆ペイメント 2015.09.17追加 ******************/
.FS2_PayWithAmazonWidget_area > div{
    display:block;
    width:auto;
}
.FS2_PayWithAmazonWidget_area .FS2_AmazonAddressbookWidget_area {
    padding-right: 0;
}
.FS2_PayWithAmazonWidget_area .FS2_AmazonWalletWidget_area {
    padding-left: 0;
        margin-top:30px;
}



.FS2_FixedContainer,
.FS2_TotalPreview_area{
    position: static !important;
}
.FS2_CheckoutInformation_block{
    margin-right: 0;
}
.FS2_TotalPreview_area{
    width: auto;
}



/**************biglietta新デザイン2015.10.08追加**************/

#main_content {
    width: 1100px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
    position: relative;
}

#main_content p{
	color:#666666;
	letter-spacing:1.5px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

#main_content a,
#main_content h2 a, { 
	text-decoration: none;
	color:#666666;
}

#main_content h2 a:hover,
#main_content a:hover { 
	color:#5aa1dd;
	position:relative;
	top:1px;
	left:1px;
}

.left_wrap{
	width:210px;
	text-align:left;
}

#right_area {
    width:790px;
    float:left;
    font-size: 100%;
    margin: 0px auto;
}

/**************h1*****************/

#right_area h1{
	font-family: 'Merriweather', serif !important;
	font-size:22px;
	font-weight:normal;
	color:#666666;
	font-style: normal;
	font-weight: 600;
}
.right_area h1 img{
	margin:0 10px -2px 10px;
}

.ttlruby{
	font-size:13px;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	margin:0 0 0 10px;
	letter-spacing:3px;
}

/***************herder******************/

#herderbody{
	width:100%;
	margin:0 auto;
	background-image:url(/shop/item/biglietta/design/img04/bgtop.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	min-width: 1050px;
}

#header_wrap{
	width:1050px;
	margin:0 auto;
	position:relative;
}

#h_top_nav{
	float:right;
	margin:9px 10px 0 0;
}

#h_top_nav li{
	display: inline-block;
	font-size:10px;
	border-right:#666666 1px solid;
	padding:0 6px 0 6px;
	letter-spacing:1px;
}

#h_top_nav li:last-child {
	border:none;
}

#logo{
	width:100%;
	margin:35px auto 0;
	padding:5px 0 15px 0;
	border-bottom:#999999 1px solid;
}

#shoplead{
	text-align:center;
	border-bottom:#999999 1px solid;
	font-size:12px;
	padding:10px;
	color:#666666;
	letter-spacing:1.5px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

/***************g_nav******************/

#g_nav {
	text-align:center;
	padding:15px 0 10px;
	border-bottom:#999999 2px solid;
}

#g_nav li{
		display: inline-block;
		font-size:10px;
		margin:0 10px;
		vertical-align:top;
}

#g_nav li span.gnav_text{
	font-family: "Merriweather", serif;
	font-size:18px;
	line-height:22px;
}

#g_nav li.g_nav_home{
	margin:6px 17px 5px;
}

/*form*/

.gnav_form{
	margin:0 0 5px -5px;
}

input.sBtn{
	width:50px;
	height:25px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

/*
input[type="submit"]{
	width:50px;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	}


input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

*/

#g_nav li a{
	display:block;

}


#g_nav li a:hover{
	color:#666666;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/***************h_r_info******************/

#h_r_info{
	margin:2px 10px 0 0;
	position:absolute;
	top:30px;
	right:5px;
	text-align:right;
	font-size:11px;
	line-height:14px;
	letter-spacing:1px;
	width:230px;
}

.sns_arrow_box {
	position: relative;
	background: #b9c3e5;
	padding:4px;
	width:125px;
	height:13px;
	border-radius:6px;
	margin:3px 5px 3px;	/*box-shadow:0 1px 1px rgba(0,0,0,0.3)*/
}

.sns_arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(185, 195, 229, 0);
	border-left-color: #b9c3e5;
	border-width: 4px;
	margin-top: -4px;
}

.sns_icon{
	position:relative;
	top:-23px;
	right:2px;
	font-size:20px;
	height:0;
	color:#999999;	
	width:100px;
	float:right;
}

.bg_blue_free{
	background-color:#1f297e;
	color:#FFFfff;
	padding:3px;
	width:140px;
	margin-left:auto;
	font-size:12px;
}

/***************slider_wap******************/

#sliderbody{
	width:1100px;
	margin: 0 auto ;
	background-repeat: repeat-x;
	overflow:hidden;
}

#slider_wap{
	width:1000px;
	margin:10px auto 50px;
	position:relative; left:15px;
	overflow:hidden;
	height:auto;
}

.bx-wrapper {/*reset*/
	position: relative;
	padding: 0;
	*zoom: 1;
	margin: 20px auto;
	width: 100%;
	max-width: 1000px;/*使用画像の幅*/
	}
	
.bx-wrapper img {
	width: 1000px;
	height: auto;/*auto又は100%に指定・縦横比を維持する*/
	display: block;
}

.bx-wrapper .bx-pager {/*ページャーの表示位置など*/
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.bx-wrapper .bx-pager {
	text-align: center;
    margin-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}

.bx-pager a {
	background: #777;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 5px;/*角丸指定*/
	border-radius: 5px;/*角丸指定*/
}

.bx-pager a:hover,
.bx-pager a.active {
	background: #000;
}

.bx-controls-direction a {
	position: absolute;
	top: 43%;
	margin-top: 0;
	/*width: 30px;
	height: 25px;*/
	z-index: 9999;
	color: #ffffff;
	text-decoration: none;
	font-size: 60px;
	/*font-weight: bold;*/
	-moz-text-shadow: 1px 1px 2px #777;
	-webkit-text-shadow: 1px 1px 2px #777;
	text-shadow: 1px 1px 2px #777;
	font-family:sans-serif;
	transform: scale( 1 , 2.1 );
	-moz-transform-origin: scale( 1 , 2.1 ); /* Firefox */
	-webkit-transform-origin: scale( 1 , 2.1 ); /* Chrome,Safari */
	-o-transform-origin: scale( 1 , 2.1 ); /* Opera */
	-ms-transform-origin: scale( 1 , 2.1 ); /* IE */
	transform-origin: scale( 1 , 2.1 ); /* CSS3 */
}

.bx-prev {
	left: -45px;
}
.bx-next {
	right: -45px;
}

/***************form*****************/

.form_text{
	font-size:11px;
	color:#1f297e;
	margin:0 0 5px 0;
}

.left_form_kw{
	margin:20px 0 20px 0;
}

/*
form, input {
  margin: 0;
	-webkit-appearance: none;
}

input.sBtn2{
	padding:0px 0 2px 1px;
}

input[type="submit"]{
font-family: FontAwesome;
font-size:18px;
color:#ffffff;
	height:30px;
	width:30px;
	background-color:#9fa0a0;
	border:none;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	cursor: pointer;
}

input[type="text"] {
    -webkit-appearance: none;
	-webkit-border-radius : 0;
}


input, textarea2{
	width:165px;
	height:26px;
	background-color:#efefef;
	border:#bebebe 1px solid;
	padding:0px 0 0px 5px;
}

*/

.price_form{
	width:215px;
	margin-left:-3px;
}

.price_text{
	vertical-align:bottom;
	margin:0 0 0 2px;
	font-size:12px;
}


input.price_box{
	width:57px;
}


/***************style search*****************/

#s_search{
	border-bottom:#c0c5eb dotted 1px;
	padding:20px 0 20px 0;
}

#s_search a{
	display:block;
}

#s_search a:hover { 
	color:#5aa1dd;
	position:relative;
	top:1px;
	left:1px;
}

#s_search li.s_sh_list{
	border-top:#c0c5eb dotted 1px;
	margin:13px 0;
}

.s_sh_icon{
	margin:0 0 0 10px;
	color:#1f297e;
}

.first_sh{
	border:none !important;
}



/***************brand search*****************/

.brand_sh {
	margin: 10px 0 30px 0;
	padding: 10px 0 0 0;
}
.brand_sh li {
   list-style: none;
   width: 190px;
}


.brand_sh li a {
   display: table;
   margin-top: 1px;
   padding: 10px 0 0 20px;
   width: 100%;
   text-decoration: none;
   text-align: left;
   color:#666666;
   overflow: hidden;
   font-size:11px;
}

.brand_sh li ul {
   margin: 0;
   padding: 0;
}
.brand_sh li li a {
   display: block;
   margin-top: 0;
   padding: 0 10px;
   height: 0;
   background: #efefef;
   color: #9fa0a0;
   font-size:11px;
   line-height:1.5;
}

.brand_sh li li a:hover {
	background-color:#f9f9f9;
}

.brand_sh > li:hover li a {
   display: table;
   margin-top: 1px;
   padding: 11px 10px;
   width: 100%;
}
.brand_sh * {
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
}

.b_sh_head{
	font-size:20px;
	font-weight:bold;
	margin-right:3px;
}

.rigth_arw{
position:absolute;
top:8px;
right:5px;
}


div.b_sh_title{
	position:relative;
	/*margin:10px 5px 10px 18px;*/
	font-size:11px;
}

.b_hot{
	background-color:#1f297e;
	color:#ffffff;
	padding:0 3px 0 4px;
	font-size:10px;
	margin-left:3px;
}

.b_sh_list{
	background-color:#efefef;
	text-align:right;
	padding:10px;
	font-size:12px;
	margin:10px 0 0 0;
}



/***************banner*****************/

.s_banner img{
	margin-bottom:15px;
}

.s_banner img:hover {
	opacity: 0.6;
	transition: 0.5s;
}

.shop_rev{
	font-size:12px;
	letter-spacing:1;
	padding:10px;
	text-align:center;
	line-height:22px;
}

.rev_color{
	color:#fd9292;
}

.rev_eval{
	font-size:20px;
	font-weight:bold;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

/***************blog*****************/

#s_blog{
	border-bottom:#c0c5eb dotted 1px;
	padding:15px 0 10px 0;
	margin-bottom:15px;
}

#s_blog a{
	display:block;
}

#s_blog p{
	font-size:10px;
	padding-top:10px;
}

#s_blog a:hover { 
	color:#5aa1dd;
	position:relative;
	top:1px;
	left:1px;
}

#s_blog li.s_blog_list{
	border-top:#c0c5eb dotted 1px;
	margin:10px 0 10px 0;
	font:Meiryo;
	font-size:1px;
	width:210px;
	text-align:left;
}

.s_blog_icon{
	margin:0 0 0 5px;
	color:#1f297e;
	float:left;
}


/**************coordinate*****************/

#coordinate{
	text-align:center;
	margin:30px 0 30px 0;
}

#coordinate h2{
	border-top:#efefef solid 1px;
	padding:25px 0 15px;
}

#coord_wrap{
	border:#efefef solid 1px;
	overflow:hidden;
	padding:15px 0 10px 15px;
	margin:0 0 15px 0;
}

.coord_content{
	float:left;
	width:370px;
	text-align:left;
}

.coord_content2{
	float:right;
	width:370px;
	text-align:left;
}

.coord_content p, 
.coord_content2 p{
	width:264px;
	float:left;
	margin:0 10px 5px 0;
}

.coord_content p img,
.coord_content2 p img{
	width:264px;
	border:#fefefe solid 1px;
}

.coord_content ul li img,
.coord_content2 ul li img{
	border:#fefefe solid 1px;
	width:75px;
}

.coord_content a, 
.coord_content2 a { 
	text-decoration: none;
	color:#666666;
}

.coord_content a:hover, 
.coord_content2 a:hover { 
	color:#5aa1dd;
	position:relative;
	top:1px;
	left:1px;
}

.clear{
	clear:both;
	font-size:10px;
}

.next{
	font-size:14px;
	text-align:right;
	margin-top:5px;
}

.next_l{
	font-size:14px;
	text-align:left;
	margin-top:5px;
}

/**************feature*****************/

#feature{
	overflow:hidden;
	margin:10px 0 30px 0;
}

.feacont{
	overflow:hidden;
	margin-bottom:15px;	
	color:#666666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

#feature h2{
	border-top:#efefef solid 1px;
	border-bottom:#efefef solid 1px;
	padding:25px 0 15px;
	margin-bottom:10px
}

.feature2col_l{
	float:left;
	width:342px;
	border:#efefef solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:18px 18px 13px;
	margin-bottom:10px;
}


.feature2col_r{
	float:right;
	width:342px;
	border:#efefef solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:18px 18px 13px;
	margin-bottom:10px;
}

.featitle{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 5px 10px;
	border-bottom:#efefef 1px solid;
}

.featread{
	font-size:12px;
	padding:10px 0 5px 10px;
	line-height:15px;
}

.feature3col_l{
	float:left;
	width:214px;
	border:#efefef solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:18px 18px 10px;
}

.feature3col_c{
	float:right;
	width:214px;
	border:#efefef solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:18px 18px 10px;
}

.feature3col_r{
	float:right;
	width:214px;
	border:#efefef solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:18px 18px 10px;
	margin-right:4px;
}

.featitle2{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 5px 6px;
	border-bottom:#efefef 1px solid;
}

.featread2{
	font-size:10px;
	padding:10px 0 5px 6px;
	line-height:12px;
}

/**************特集ページ一覧*****************/

.frature_l{
	float:left;
	width:750px;
	margin:0 0px 20px 15px;
}

.frature_l p{
	border:#CCC 1px solid;
}

.frature_l p:hover{
	background-color:#f5f5f5;
}

.frature_l p img{
	margin:20px;
}

.frature_l p span{
	margin:0px 0 10px 10px;
	display:block;
	font-size:12px;
}

.frature_m{
	float:left;
	width:360px;
	margin:0 15px 20px 15px;
}

.frature_m p{
	border:#CCC 1px solid;
}

.frature_m p:hover{
	background-color:#f5f5f5;
}

.frature_m p img{
	margin:10px;
}

.frature_m p span{
	margin:0px 0 10px 10px;
	display:block;
	font-size:12px;
}


/**************** backNo *******************/

.item_wrap{
	width:750px;
	text-align:left;
	margin-left:15px;
}

section.backno_title h2{
	color:#666666;
	letter-spacing:1.5px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
	font-size:20px;
	margin:0 0 10px 0px;
	border-bottom:#CCC 1px solid;
	border-top:#CCC 1px solid;
	padding:15px 0 15px 0;
	line-height: 1.2;
}

.backno_title p{
	margin:0 0 10px 5px;
	line-height:20px;
}

#comm_wrap{
	width:750px;
	padding:10px 0 0 5px;

}
	
.comm_l_bnr{
	width:740px;
	margin:0 0px 20px 0;
	text-align:center;
	font-size:12px;
}



.comm_m_bnr{
	float:left;
	width:240px;
	margin:0 10px 20px 0;
	text-align:center;
	font-size:10px;
}


.comm_m_bnr a:hover { 
	position:relative;
	top:1px;
	left:1px;
}

/***************footer*****************/

#footerbody{
	width:1100px;
	margin:0 auto;
	background-repeat: repeat-x;
	overflow:hidden;
}

#footer_warp{
	width:100%;
	background-color:#efefef;
	background-image:url(/shop/item/biglietta/design/img04/bgfooter.gif);
	background-repeat:repeat-x;	
	margin:30px auto 0 0;
	min-width: 1100px;
}

#footer_content{
	width:1050px;
	margin:0 auto;
	overflow:hidden;
	padding:25px 0;
}

.footer_shop{
	float:left;
	width:286px;
	padding:60px 0;

}

.footer_shop p{
	margin-top:6px;
	text-align:center;
	font-size: 10px;
	color:#666666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

.footer_nav{
	float:left;
	width:250px;
	text-align:left;
	border-left:#ffffff 1px solid;
	height:255px;
	padding:10px 0 0 0;
}

.footer_nav p{
	font-weight:bold;
	font-size:15px;
	margin:0px 0 10px 24px;
	color:#666666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

.footer_nav a:hover { 
	color:#5aa1dd;
	position:relative;
	top:1px;
	left:1px;
}

.footer_nav ul{
	margin:5px 0 0 20px;
}

.footer_nav ul li{
	font-size:14px;
	margin-bottom:13px;
	color:#666666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

.f_shopinfo{
	background:#FFF;
	margin:20px;
	padding:15px 15px;
	letter-spacing:1.1px;
	line-height:12px;
	font-size:10px;
	color:#666666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

#copy{
	width:1050px;
	margin:0 auto;
	text-align:right;
	letter-spacing:1.1px;
	padding:10px 10px 20px 0;
	line-height:25px;
	color:#666666;
	font-size:14px;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,メイリオ,YuGothic,游ゴシック,sans-serif;
}

.copy_icon{
	color:#9fa0a0;
	padding:0 8px 0 0;
}


/*************margin**************/

.m_b1{
	margin-bottom:1px;
}

.m_b5{
	margin-bottom:5px;
}

.m_b10{
	margin-bottom:10px;
}

.m_b15{
	margin-bottom:15px;
}

.m_b20{
	margin-bottom:20px;
}

.m_b30{
	margin-bottom:30px;
}

.m_b40{
	margin-bottom:30px;
}

.m_b50{
	margin-bottom:50px;
}

.m_b60{
	margin-bottom:60px;
}

.m_b70{
	margin-bottom:70px;
}

.m_r10{
	margin-right:10px;
}

.m_r20{
	margin-right:20px;
}

.m_t10{
	margin-top:10px;
}


/*****************2016.03.03追加（アマゾンペイメント通信欄広げるcss）**********************/
.FS2_body_amazon .FS2_Communication_textarea {
height: 24em;
line-height: 1.5em;
} 

/*通信欄用*/
#communication	{
width: 99%;
height: auto;
}

/*****************2016.06.09追加（商品問い合わせ・友達にメールで教えるcss）**********************/

#FS2_body_Inquiry #herderbody,
#FS2_body_Friend #herderbody{
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}

#FS2_body_Inquiry .layout_header,
#FS2_body_Friend .layout_header{
    background-image: url(/shop/item/biglietta/design/img04/bgtop.gif);
    background-repeat: repeat-x;
    overflow: hidden;
}

#FS2_body_Inquiry #left_area,
#FS2_body_Friend #left_area{
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}

#FS2_body_Inquiry .layout_body,
#FS2_body_Friend .layout_body{
    height: 650px;
    overflow: hidden;
}

#FS2_body_Inquiry .layout_table,
#FS2_body_Friend .layout_table{
    overflow: auto;
}

#FS2_body_Inquiry .layout_menu,
#FS2_body_Friend .layout_menu{
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
}

#FS2_body_Inquiry .layout_content,
#FS2_body_Friend .layout_content{
    width: 1100px;
    position: relative;
    top: -220px;
    margin: 0 auto !important;
}

#FS2_body_Inquiry .system_content,
#FS2_body_Friend .system_content{
    width: auto;
}

#FS2_body_Friend,
#FS2_body_Inquiry {
    width: 100%;
}

/*****************https用**********************/

#FS2_body_Member .layout_body .layout_header,
#FS2_body_Cart .layout_body .layout_header,
#FS2_body_MailMagazine .layout_body .layout_header,
#FS2_body_Login .layout_body .layout_header,
#FS2_body_MyPage .layout_body .layout_header {
  font-family: '"Merriweather",serif !important;
  font-style: normal;
}

#FS2_body_Member .layout_body .layout_table,
#FS2_body_Cart .layout_body .layout_table,
#FS2_body_MailMagazine .layout_body .layout_table,
#FS2_body_Login .layout_body .layout_table,
#FS2_body_MyPage .layout_body .layout_table{
	width:1000px;
	float: none;
}

#FS2_body_Member .layout_body .layout_table td.layout_content,
#FS2_body_Cart .layout_body .layout_table td.layout_content,
#FS2_body_MailMagazine .layout_body .layout_table td.layout_content,
#FS2_body_Login .layout_body .layout_table td.layout_content,
#FS2_body_MyPage .layout_body .layout_table td.layout_content {
	width:auto;
	float: none;
}

#FS2_body_Member .layout_body .layout_table td.layout_content .system_content,
#FS2_body_Cart .layout_body .layout_table td.layout_content .system_content,
#FS2_body_MailMagazine .layout_body .layout_table td.layout_content .system_content,
#FS2_body_Login .layout_body .layout_table td.layout_content .system_content,
#FS2_body_MyPage .layout_body .layout_table td.layout_content .system_content {
	width:auto;
	float: none;
	font-size: 100%;
}


@media screen and (max-width: 1100px) {
/* スマートフォン用のスタイル記述・表示 */
/************top*****************/

#FS2_body_Member .layout_body .layout_table,
#FS2_body_Cart .layout_body .layout_table,
#FS2_body_MailMagazine .layout_body .layout_table,
#FS2_body_Login .layout_body .layout_table,
#FS2_body_MyPage .layout_body .layout_table {
	width:100%;
	float: none;
	left: 50px;
}

}

/*****************2016.09.27追加（カートボタンcss）**********************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 120%;
    display:none;	
}

#page-top a  {
    background: #00427E;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 24px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 1101px) {
/* PC用のスタイル記述・非表示 */
/************top*****************/

#page-top a {
	display:none;
}

#cart-page {
	display:none;
}

#h_smp_menu-list {
	display:none;
}

}

@media screen and (max-width: 1100px) {
/* スマートフォン用のスタイル記述・表示 */
/************top*****************/

#page-top {
    position: fixed;
    bottom: 244px;
    right: 19px;
    display:none;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.2;
	
}
#page-top a {
    background: #00427E;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 25px 0 24px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    min-height: 51px;
}

/************cart*****************/

#cart-page {
    position: fixed;
    bottom:127px;
    right: 19px;
    font-size: 40px;
}
#cart-page a {
    background: #00427E;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 27.5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    min-height: 45px;
}

#page-top a:hover,
#cart-page a:hover {
    text-decoration: none;
    background: #0057a8;
}

/************header smp*****************/

#h_smp_menu-list {
	width: 100%;
	border-top: 2px solid #d9d9d9;
    position: fixed;
	bottom:0px;
	left: 0px;
    background-color: #fff;
	z-index: 2147483647;
}

#h_smp_menu-list .h_smp_menu {
	width: 20%;
	float: left;
	border-bottom: 1px solid #d9d9d9;
}

#h_smp_menu-list .h_smp_menu a:hover {
    text-decoration: none;
    position: relative;
    top: 1px;
    left: 0px;
}

#h_smp_menu-list .h_smp_menu p {
	text-align: center;
	padding: 10px 0px 5px;
	font-size: 180.8%;
	font-weight: bold;
	color: #666;
	border: 1px solid #d9d9d9;
	border-top: 0px;
	margin: 0px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}

#h_smp_menu-list .h_smp_menu img {
	width: 23%;
	margin: 6px 0 5px 0px !important;
}

}

/*****************2016.10.04追加（カートページAmazon＆サイト支払い入れ替えcss）**********************/
.FS2_SelectCheckoutService_area {
    padding-top: 20px;
}

.FS2_PayWithAmazonButton:hover {
position: relative;
top: 1px;
left: 1px;
}

/**coom**/
#elem {
    max-width: 38% !important;
    padding-bottom: 7.5em !important;
}

/*****************FS_ブランドグループ上部**********************/

.FS_brand {
text-align: center !important;
padding: 1em 0;
}

.FS_brand > figure {
margin-bottom: .5rem !important;
}

.FS_brand > figure > img {
width: 150px;
max-width: 150px;
}

.FS_brand > h6 {
font-size: 1rem;
font-weight: bold;
margin: 0 !important;
}

.FS_brand > p {
font-size: 1rem;
letter-spacing: 1.5px;
line-height: 1.5;
margin-top: 1rem !important;
}

.FS2_eye_catch_icon img {
    max-width: 40px !important;
}

.FS2_original_icon01 img {
    max-width: 80px !important;
}