@charset "UTF-8";
/* CSS Document */

/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- 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:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}



/* --- Reset End --- */
html{
	width: 100%;
	text-align: center;
	margin:0;
	padding:0;
}

body{
	width: 100%;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5;
	letter-spacing:0.1em;
border-top:15px solid #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 0;
	vertical-align: bottom;
}

#logname{
  margin:15px 0 0 0 ;
  text-align:right;
}



p,li {
	font-size: 1em;
}
li {
	list-style: none;
}
h1 {
	font-size: 0.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
hr {
	border-style: solid;
	border-color: #999999;
}
strong{
	font-weight:bold;
	font-size:1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/*----------------------------------
 text-link style
------------------------------------*/
a {
	color: #333;
	outline: 0;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}



/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

div#header{
	width: 1100px;
	text-align: left;
	margin:0 auto;
	padding:0;
	position:relative;
}
h1#logo{
	margin:20px 0 0;
	text-align:left;
}
ul#subNavi{
	position:absolute;
	top:7px;
	right:220px;
	margin-bottom:10px;
}
ul.subNaviTop{
	margin-bottom:10px;
	padding-right:10px;
	float:right;
}
ul.subNaviTop li{
	font-size:11px;
}
ul#subNavi li{
	float:left;
	font-size:10px;
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/arrow.gif?20130816191910) no-repeat left 0.5em;
	padding:0 15px 5px 0.7em;
}
ul#subNavi li.end{
	padding-right:0;
}
ul#naviIcon{
	position:absolute;
	top:-7px;
	right:0;
}
ul#naviIcon li{
	float:left;
	padding-left:20px;
	height:40px;
}
ul#naviIcon li.cart{
	padding:0px 0px 0 20px;
}
div#naviArea{
	width:1100px;
	height:70px;
	margin:0 auto;
}
ul#nav{
	margin:0;
	padding:20px 0 0 0;
}
ul#nav li {
	float:left;
	padding-right:60px;
	font-family: 'Questrial',  Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul#nav li span{
	font-size:15px;
   font-family: "Gill Sans",Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}









/* navi */

/* Basic code - don't modify */
 
ul#nav { display: block; margin: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; text-align:center; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: -36px; margin: 0; padding: 0; }
  #nav li.color ul { display: none; position: absolute; left: -50px; margin: 0; padding: 0; }
  #nav li.information ul { display: none; position: absolute; left: -21px; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 210px; }
#nav ul ul { left: 210px; }

/* Everything else is theming */
 
#nav { height:19px;}
#nav *:hover { background-color: none; }
#nav a { color: #333; font-size: 1em; padding: 0px; line-height: 1.6; }
  #nav ul { top: 40px;}
	#nav ul li a { background:#FFF; padding:0px 7px 15px; text-decoration:none; }
      #nav ul a:hover {  color:#F60; text-decoration:none;}
   #nav ul a { opacity: 0.95; filter: alpha(opacity=95); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


#nav li{
	display: block;
}




/* ************************************************ 
 *	#contents共通
 * ************************************************ */

#contents{
	min-height:300px;
	text-align:left;
}
.contents{
	width:1100px;
	margin:0 auto;
	padding:0px 0px 20px;
}
#contents p{
	margin-bottom:1em;
}

ul#subNaviBottom{
	clear:both;
	border-top:solid 1px #999;
	padding-top:5px;
	margin-bottom:40px;
}
ul#subNaviBottom li{
	float:left;
	font-size:1em;
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/arrow.gif?20120328071046) no-repeat left 0.5em;
	padding:0 30px 5px 0.7em;
}
#shoppingCart{
	border:solid 1px #999;
	background:#f2f2f2;
	padding:10px 5px;
	margin:5px 0 30px 0;
}
.bold{
	font-weight:bold;
}
#contents h2{
	color:#ff6600;
	padding:4px 0 10px 0;
	/*border-bottom:solid 1px #999;*/
	font-family: 'Questrial',  Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents h3{
	color:#ff6600;
	padding-bottom:5px;
	border-bottom:solid 1px #999;
	margin-bottom:15px;
}



/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	}
	
dl.subtotal {
	padding:5px 0;
}
dt.incart_name{
	float: left;
	clear: left;
	width: 300px;
}
dd.stotal {
	padding-left: 300px;
	padding-bottom:0.6em;
	margin-bottom:0.6em;
	text-align:right;
	border-bottom:1px dotted #C3C3C3;
}

.total {
	padding:5px 0 0 0;
	text-align:right;
}

.postage {
	padding-top:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	text-align:center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

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

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */
#icatch{
	width:1100px;
	margin:0 auto 20px;
	clear:both;
}


/* slides.jquery.js */
#slides{
	height:450px;
	width:100%;
	z-index:100;
	overflow:hidden;
	margin-bottom:20px;
}

#slides .slides_container {
	position:absolute;
	left:50%;
	margin-left:-600px;
	overflow:hidden;
	display:none;
}

#slides .slides_container a {
	height:450px;
	display:block;
}
#slides .slides_container a img {
	display:block;
}
#pager{
	width:1100px;
	margin:0 auto;
	
}
#slides .next,#slides .prev {
	position:absolute;
	padding-top:60px;
	top:300px;
	width:30px;
	height:60px;
	display:block;
	z-index:101;
}

#slides .next {
	margin-left:1100px;
}
/* END slides.jquery.js */





/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#666;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#666;
	margin-bottom: 15px;
	}


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

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
#sort {
	}
.sortL{
	float:left;
}
.sortR{
	text-align:right;
}

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

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

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

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

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

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

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


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
#total{
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin:10px 0;
}
.pagenavi {
	text-align:center;
	}
.pagenavi a {
	padding:0 10px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 190px;
	text-align: center;
	padding:15px 15px 15px;
	}


.product_item {
	text-align:center;
	width: 180px;
	margin:0 auto;
	}

.product_item img {
  	width: 170px;
	padding: 0px;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	font-family: 'Questrial',  Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333;
	}

.addToCart{
	border:solid 1px #666;
	background:#f2f2f2;
	padding:0;
}

.addToCart a:link, .addToCart a:visited,  .addToCart a:hover{
	color:#666;
}


.product_item .expl {
	color: #999;
	font-size:1em;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}



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

.footstamp {
	background:#f2f2f2;
	border:solid 1px #ccc;
	margin-bottom: 25px;
	padding:10px 0;
	clear:both;
	}
.footstamp span{
	font-weight:bold;
}
.footstamp  a{
	text-decoration:none;
	font-size:1em;
}

.pankuzuline{
	margin:0!important;
	padding:0 10px!important;
}
.pankuzuline span{
	font-size:1em;
}



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









/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

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

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

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

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float:left;
	width: 170px;
	text-align:center;
	}

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 10px 20px 10px;

	}

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


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

#trackback .tb_date {
	font-size:80%;
	padding: 10px 10px 10px 10px;
	}

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

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

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}

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

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

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

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

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

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

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 790px;
	margin: 15px 0;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px 10px 10px 0;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	}

/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

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

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

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

#PrivacyExplain {
	margin-bottom: 15px;
	}

.pe_title {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	}
.pe_title:first-child {
	border:none;
}

.pe_note {
	margin:5px 15px 20px;
	}

/* ************************************************ 
 *	フリーページ	
 * ************************************************ */
 


 
 /**history**/

.history_page{
  background: no-repeat right/40% url("https://img17.shop-pro.jp/PA01169/694/etc/history_watches.jpg?cmsp_timestamp=20230123215030");
font-size:1em;
}
.history_page p{
	width:620px;
}
.history_page h2{
	border:none!important;
	margin-bottom:10px;
	background-image:none!important;
	padding-left:0!important;
}
.history_page h3{
	border:none!important;
	margin-top:20px;
}

 /**shoplist**/

.shopList{
	padding-top:60px;
}
#event{
	float:left;
	width:515px;
}


#shopList{
	float:left;
	width:515px;
  padding-top:40px;
}
#shopListR{
	float:right;
	width:515px;
  padding-top:40px;
}

.shopList ul{
	margin-bottom:10px;
	padding-bottom:10px;
	width:515px;
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/line_dot_x_2.gif?2041031840) repeat-x bottom;
}
.shopList li{
	padding: 0;
}
.shopList li.shopname,li.eventDate{
	font-size:1em;
}
.shopList li.limited{
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/icon_shoplist.gif?2041030406) no-repeat 385px 0;
}
.shopList h2{
	border:none!important;
	margin-bottom:10px;
	background-image:none!important;
	padding-left:0!important;
	color: #666!important;
	font-size:16px;
	font-weight:normal!important;
	font-family:"Times New Roman", Times, serif!important;
	font-style:italic;
}
.shopList h3{
	border:none!important;
	margin-top:20px;
}

.limitedIcon{
	padding-right:7px;
}

 /**NEWS**/

.news{
	padding-top:20px;
}

.boxNews{
	margin-bottom:15px;
	padding-bottom:5px;
	width:410px;
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/line_dot_x_2.gif?2041031840) repeat-x bottom;
}

.news h2{
	border:none!important;
	margin-bottom:10px;
	background-image:none!important;
	padding-left:0!important;
	color: #666!important;
	font-size:16px;
	font-weight:normal!important;
	font-family:"Times New Roman", Times, serif!important;
	font-style:italic;
}
.news h3{
	border:none!important;
	color: #666!important;
	margin-top:0px;
	padding-bottom:0!important;
	margin-bottom:0!important;
}


/* カテゴリーイメージ*/
#category_image{
  width:1100px;
  height:400px;
  margin: 100px auto 80px ;
  clear:both;
}

#category_image img{
  float:left;
  padding:0 33px 0 33px;
  width:300px;
}





/* 最近チェックした商品*/

.box_recentlychecked{
  margin: 30px 0px 0px 0px;
  width: 1100px;
  clear:left;
}

.item_box {
  display:inline-block;
  float: left;
  margin: 10px 15px 10px 0px;
  width: 125px;
  text-align:center;
  vertical-align:top;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: dotted 1px #ddd;
}

.sold_out{
  color: #f44336;
}




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

#footer {
	clear:both;
	width: 1100px;
	margin:0 auto;
	padding:0;
	}
ul#footNavi{
	width:890px;
	margin:0 auto;
border-top:solid 1px #ccc;
padding:30px 0px 30px 0px;
	
}
ul#footNavi li{
	float:left;
	font-size:10px;
	background:url(https://img17.shop-pro.jp/PA01169/694/etc/arrow.gif?20130816191910) no-repeat left 0.5em;
	padding:0 15px 20px 0.7em;
	
}
#copyright{
	clear:both;
	text-align:center;
}
#copyright p{
	padding:20px 0 80px 0;
	margin:0;
	letter-spacing:0.2em;
	font-size:10px;
}

.internationalshipping{
  width:670px;
  margin:50px auto ;
}



/* ************************************************ 
 *	TOPページのモーダルウィンドウ
 * ************************************************ */



/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
    background-color: #FFF;
    color: #333;
    
    padding: 12px 10px 0px 10px;
}

.jqmClose{
	text-align:right;
	display:block;
}

.jqmOverlay { background-color: #000; }

/* FAQ  ------------------------------------------------------------ */

.qa-8{
    width:750px;
  margin-right: auto;
  margin-left: auto;
}

.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #fffc41;
    color: #333333;
}

/*.qa-8 dd::before {
    content: "A.";
}*/
/* FAQ  ------------------------------------------------------------ */



/* 改行の指定  ------------------------------------------------------------ */

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* 改行の指定  ------------------------------------------------------------ */





/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}