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

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button{margin: 0px; padding: 0px;}
html{overflow-y: scroll;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img,button{border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal;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 --- */



/* clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/*    base   */
body {
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-word;
	font-family: "Hiragino Kaku Gothic Pro" , "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3";
	text-align: center;
	vertical-align: baseline;
	background-color: #000;
}
/*    for WinIE6-7   */
/*    for WinIE6   */
* html body {
	font-size: 80%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
img{
	-ms-interpolation-mode: bicubic;
	-zoom:1;//ie hack
	position:static;
}
/*    for WinIE7   */
*:first-child+html body { 
	font-size: 80%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/*  Over  for WinIE6-7   */

#header {
	//height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-bottom: 1px solid #fefefe;
}
#headertopbg {
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #FF6600;
	z-index : 2;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#headertop {
	width: 940px;
	height: 60px;
	padding-right:10px;
	padding-left:10px;
	margin-right: auto;
	margin-left: auto;
}
h1{
	width: 460px;
	height: 54px;
	float: left;
	margin: 3px 0px;
}
#nav {
	width: 300px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	//background-color: #ffffff;
	float: right;
}
#nav li {
	font-size: 85%;
	float: left;
	margin: 25px 0px 0px 10px;
}
li#btn_mycart {
	width: 60px;
	height: 54px;
	margin: 3px 0px;
	float: right;
}
li#btn_mycart a:link {
	width: 60px;
	height: 54px;
	display: block;
	background-image: url(http://www.blister.jp/image/btn_mycart.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
li#btn_mycart a:hover {
	background-image: url(http://www.blister.jp/image/btn_mycart_hover.png);
}
#headerbottom {
	width: 940px;
	height: 200px;
	margin-top: -62px;
	padding-right:10px;
	padding-left:10px;
	margin-right: auto;
	margin-left: auto;
	z-index : 1;
	overflow: hidden;
}
#topbigbanner {
	width: 940px;
	height: 200px;
	background-color: #000000;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#mainbg {
	background-color: #f6f6f6;
	background-image: url(http://www.blister.jp/close/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 10px 200px 10px;
	background-image: url(http://www.blister.jp/image/bg_mainbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainarea {
	width: 700px;
	float: right;	
	//background-color: #ff0000;
}
#mainarea h2 {
	margin: 20px 0px;
}
#centerarea {
	width: 460px;
	float: left;	
	//background-color: #ffffff;
}
#rightarea {
	width: 220px;
	padding-left: 20px;
	float: right;	
	//background-color: #000000;
}
#bannerarea li {
	margin-bottom: 8px;
}
#leftarea{
	width: 220px;
	text-align: left;
	float: left;
}
#menuarea{
	width: 218px;
	background-color: #e2e2e2;
	border: 1px solid #fefefe;
}
#aboutusarea{
	font-size: 85%; 
	padding: 10px;
	background-image: url(http://www.blister.jp/image/underline_dark.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#aboutusarea h2{
	margin-bottom: 10px;
}
#aboutusarea p{
	padding: 0px 10px 10px 10px;
	line-height: 140%;
}
#aboutusarea a{
	padding: 0px 10px 10px 10px;
}
#previewsorderform{
	padding: 10px;
	background-image: url(http://www.blister.jp/image/underline_dark.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#previewsorderform a:link {
	width: 200px;
	height: 40px;
	display: block;
	background-image: url(http://www.blister.jp/image/btn_previewsorderform.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
}
div#previewsorderform a:hover {
	background-image: url(http://www.blister.jp/image/btn_previewsorderform_hover.png);
}
#searchform{
	height: 33px;
	padding: 9px;
	background-image: url(http://www.blister.jp/image/underline_dark.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#search_formarea{
	font-size: 110%;
	height: 29px;
	width: 146px;
	padding: 2px 47px 2px 7px;
	margin-bottom: -33px;
	background-image: url(http://www.blister.jp/image/bg_search_formarea.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid #c6c6c6;
	background-color: #e2e2e2;
	float: left;
}
#search_formbt{
	height: 33px;
	width: 40px;
	margin-top: --33px;
	float: right;
	
}
#menulist{
	width: 210px;
	padding: 0px 4px 0px 4px;
	margin-bottom: 40px ;
}
#menulist dt{
	color: #ff6600;
	font-weight: bold;
	width: 200px;
	padding: 15px 0px 10px 10px;
	text-shadow:0px 1px 0px #ffffff;
}
#menulist dd{
	font-size: 85%; 
	width: 190px;
	padding: 3px 0px 5px 20px;
	margin-bottom: 10px;
	background-image: url(http://www.blister.jp/image/underline_light.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menulist dd a:link{
	padding-left: 15px;
	background-image: url(http://www.blister.jp/image/triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#menulist dd a:hover{
	background-image: url(http://www.blister.jp/image/triangle_hover.png);
}
#referencarea{
	font-size: 78%;
	padding: 8px ;
	margin: 10px ;
	border: 1px solid #c6c6c6;
	background-color: #d4d4d4;
}
#referencarea dt{
	margin-bottom: 10px ;
}
#referencarea dd{
	margin-bottom: 10px ;
}
#referencarea p{
	line-height: 140%;
	padding-left: 0.9em ;
	text-indent: -0.9em;
	margin-bottom: 5px ;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-color: #bab5a7;
	clear: both;
	background-image: url(http://www.blister.jp/image/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footerlogotagarea {
	width: 940px;
	margin: 0px auto;
}
#footerlogotagarea h2 {
	padding-bottom: 10px;
}
#sociallink{
	width: 300px;
	margin: 0px auto;
	padding: 30px 320px;
}
#sociallink a:link{
	width: 70px;
	height: 90px;
	margin: 10px 15px 10px 15px;
	float: left;
	display: block;	
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
a#btn_facebook:link{
	background-image: url(http://www.blister.jp/image/btn_facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#btn_facebook:hover{
	background-image: url(http://www.blister.jp/image/btn_facebook_hover.png);
}
a#btn_twitter:link{
	background-image: url(http://www.blister.jp/image/btn_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#btn_twitter:hover{
	background-image: url(http://www.blister.jp/image/btn_twitter_hover.png);
}
a#btn_blog:link{
	background-image: url(http://www.blister.jp/image/btn_blog.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#btn_blog:hover{
	background-image: url(http://www.blister.jp/image/btn_blog_hover.png);
}
#footerreferenc{
	width: 760px;
	margin: 10px auto;
	padding: 0px 90px;
	clear: both;
}
#map{
	float: left;	
}
#map a:link{
	width: 300px;
	height: 230px;
	background-image: url(http://www.blister.jp/image/map.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#map a:hover{
	background-image: url(http://www.blister.jp/image/map_hover.png);
}
#footerreferenctext{
	width: 380px;
	font-size: 90%;
	color: #222222;
	text-align: left;
	margin-top: 10px;
	float: right;
	text-shadow:1px 1px 2px #999999;
}
#footerreferenctext dt{
	padding-top: 1px;
	font-weight: bold;
	float: left;
}
#footerreferenctext dd{
	padding-left: 6em;
	padding-bottom: 3px;
}
#footernav{
	font-size: 85%;
	padding: 100px 0px 10px 0px;
	clear: both;
	text-shadow:1px 1px 2px #aaaaaa;
}
#footernav a:link{
	color: #333333;
}
#footernav a:hover{
	color: #0099FF;
	text-decoration: underline;
	text-shadow:0px 0px 20px #ffffff;
}
#copylight {
	height: 40px;
	color:#bab5a7;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000;
	border-top: 1px solid #FF6600;
	clear: both;
	text-shadow:0px -1px 0px #333333;
}
#breadcrumbarea{
	font-size: 80%;
	padding-bottom: 10px;
	margin: 10px 0px 20px 0px ;
	text-align: left;
	background-image: url(http://www.blister.jp/image/underline_pale.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#breadcrumbarea .footstamp {
	color: #0099FF;   
	 margin-bottom: 0px;
    width: 700px;
}
#breadcrumbarea a:link{
	color: #0099FF;
}
#breadcrumbarea a:hover{
	color: #00CCFF;
}

/*  top page   */
#top_itemlist{
	width: 440px;
	padding: 0px 10px 20px 10px;
}
#top_itemlist .itemlist_s{
	width: 110px;
	height: auto;
	padding: 0px;
	font-size: 80%;
	float: left;
	//background-color: #ff0000;
}
#top_itemlist .itemlist_s img{
	width: 100px;
	//height: 153px;
}
#top_itemlist .itemlist_s .itemname{
	padding: 5px 0px;
	text-align: left;
	//font-weight: bold;
	text-shadow:0px 1px 2px #cccccc;
}
#top_itemlist .itemlist_s .price{
	color: #666666;
	background-image: url(http://www.blister.jp/image/bg_black5.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
#top_itemlist .itemlist_s a:link{
	//color: #444444;
	width: 100px;
	height: auto;
	padding: 5px;
	display: block;
}
#top_itemlist .itemlist_s a:hover{
	text-decoration: none;
	background-image: url(http://www.blister.jp/image/bg_black5.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

/*  list page   */
#itemlist{
	width: 700px;
}
#itemlist h2{
	color: #999999;
	width: 680px;
	text-align: left;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
#itemlist h2 span{
	color: #666666;
	font-size: 250%;
	text-indent: 120%;
	font-weight: bold;
	text-shadow:0px 1px 2px #cccccc;
	padding-right:10px;
}
#subcategroup{
	padding:5px 10px;
	background-image: url(http://www.blister.jp/image/bg_black5.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #aaaaaa;
}
#subcategroup li{
	font-size: 80%;
	color: #666666;
	padding:5px 40px;
	margin:10px 20px 10px 0px;
	background-image: url(http://www.blister.jp/image/bg_gradation5.png);
	background-repeat: repeat;
	background-position: left center;
	border: 1px solid #aaaaaa;
	float: left;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
#subcategroup li a:link{
	color: #666666;
}
#subcategroup li a:visited{
	color: #666666;
}
#list_itemlist{
	padding:0px 10px 20px 10px;
}
#list_itemlist .itemlist_s{
	width: 170px;
	height: auto;
	padding: 0px;
	font-size: 90%;
	float: left;
	//background-color: #ff0000;
}
#list_itemlist .itemlist_s .itemname{
	padding: 5px 0px;
	text-align: left;
	//font-weight: bold;
	text-shadow:0px 1px 2px #cccccc;
}
#list_itemlist .itemlist_s .price{
	color: #666666;
	background-image: url(http://www.blister.jp/image/bg_black5.png);
	background-repeat: repeat;
	background-position: left top;
	padding:2px 0px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
#list_itemlist .itemlist_s .expl{
	padding:2px 0px;
	color: #666666;
	font-size:80%;
}
#list_itemlist .itemlist_s a:link{
	//color: #444444;
	width: 150px;
	height: auto;
	padding: 10px;
	display: block;
}
#list_itemlist .itemlist_s a:hover{
	text-decoration: none;
	background-image: url(http://www.blister.jp/image/bg_black5.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

/*  detail page   */
#itemdetail .detail_txt_block{
	width: 300px;
	padding: 0px 25px;
	float: right;
}
#itemdetail .detail_img_block{
	width: 300px;
	padding: 0px 25px;
	float: left;
}
#itemdetail .detail_img_block .detail_img img{
	width: 300px;
	padding: 0px
}


/*  previwes page   */
#mainpreviews{
	width: 460px;
	float: left;
}
#mainpreviews h2{
	width: 460px;
	font-size:200%;
	font-weight: bold;
	text-align: left;
	text-shadow:1px 1px 2px #aaaaaa;
}
#mainpreviews h3{
	width: 460px;
	font-size:200%;
	font-weight: bold;
	color:#ff6600;
	text-align: left;
	margin: 10px 0px;
	border-bottom: 2px solid #ff6600;
	text-shadow:1px 1px 2px #aaaaaa;
}
#mainpreviews p{
	margin: 0px 20px 20px 20px;
	text-align: left;
	font-size:85%;
}
#mainpreviews dl{
	margin: 0px 20px 0px 20px;
	text-align: left;
	font-size:85%;
}
#mainpreviews dl dt{
	font-weight: bold;
}
#mainpreviews dl dd{
	padding:5px 5px 15px 15px;
}
#previewsnote h4{
	color:#ff6600;
	padding: 5px 0px;
	background-color: #fff;
	margin-bottom: 10px;
}
#mainpreviews .howtoorderh2{
	font-weight: bold;
	margin-bottom: 10px;
}
#mainpreviews #previewsnote{
	color:#ffffff;
	padding: 4px 4px;
	background-color: #ff6600;
	border: 1px solid #ff6600;
	margin: 20px;
}
#exordermail{
	color:#333333;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #999999;
	margin: 10px;
		-moz-box-shadow: 0px 1px 5px #aaa; /* Firefox */
	-webkit-box-shadow: 0px 1px 5px #aaa; /* Safari and Chrome */
	box-shadow: 0px 1px 5px #aaa; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
#orderpreviews{
   float: right;
   width: 220px;
}
#orderpreviews #pvorderarea{
	width: 200px;
	padding: 9px 9px;
   	background-image: url(http://www.blister.jp/image/bg_black10.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #aaaaaa;
}
#pvorderarea h2{
	margin: 10px 0px;
}
#pvorderarea dl{
	padding-bottom: 10px;
}
#pvorderarea dt{
	font-size:90%;
}
#pvorderarea dd{
	font-size:200%;
	font-weight: bold;
	text-shadow:1px 1px 2px #aaaaaa;
}
#linkaboutaoder{
	font-size:80%;
	margin-bottom: 10px;
	text-align: right;
	display:block;
}
#pvorderarea li{
	font-size:80%;
	text-align: right;
	margin-bottom: 5px;
}

/*   Privacy Policy   */
#privacypolicy{
	width: 600px;
	text-align: left;
	line-height: 160%;
	margin: 0px auto;
}
#privacypolicy h2{
	margin: 10px 0px;
	font-size:200%;
	font-weight: bold;
	text-shadow:1px 1px 2px #aaaaaa;
}
#privacypolicy h3{
	font-size:100%;
	font-weight: bold;
	color:#ff6600;
	margin: 10px 0px;
	border-bottom: 2px solid #ff6600;
}
#privacypolicy p{
	font-size:90%;
	color:#999999;
	margin-bottom: 20px;
}

/*   aboutus   */
#right_aboutstore {
   float: right;
   width: 220px;
   }
#right_aboutstore #storeinfo {
	width: 200px;
	padding: 9px 9px;
   	background-image: url(http://www.blister.jp/image/bg_black10.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #aaaaaa;
}
#right_aboutstore #storeinfo h2{
	margin: 10px 0px 5px 0px;
	padding: 10px;
	font-size:90%;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	text-shadow:1px 1px 2px #aaaaaa;
}
#storeinfo .shopname{
	padding: 5px;
	font-size:80%;
	font-weight: bold;
	text-align: center;
}
#storeinfo dl{
	padding: 10px;
	text-align: left;
}
#storeinfo dt{
	font-size:80%;
	font-weight: bold;
}
#storeinfo dd{
	font-size:70%;
	padding: 0px 0px 5px 5px;
}

/*   payment methods   */
#paymentmethods h2{
	margin: 10px 0px;
	font-size:200%;
	font-weight: bold;
	text-shadow:1px 1px 2px #aaaaaa;
}

/*   css3 text shadw   */
{
	text-shadow:1px 1px 2px #aaaaaa;
}

/*   css3  corner   */
{
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

/*   css3 box shadw   */
#menuarea{
	-moz-box-shadow: 0px 1px 5px #999999; /* Firefox */
	-webkit-box-shadow: 0px 1px 5px #999999; /* Safari and Chrome */
	box-shadow: 0px 1px 5px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
























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

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

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

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

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#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(http://img.shop-pro.jp/tmpl_img/31/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(http://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(http://img.shop-pro.jp/tmpl_img/31/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:700px;
}


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

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:700px;
	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:#333333;
	}


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

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

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:700px;
	height:28px;
	font-size:90%;
	color: #333333;
	margin:10px 0px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

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

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

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

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


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

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.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:0px;
	font-size:14px;
	color:#ff0000;
	}

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

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	font-size:90%;
	width:700px;
	height:28px;
	margin:10px 0px;
	}

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


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:181px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 50px;
	}

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

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

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

.product_item .expl {
	color:#333333;
	line-height:120%;
	text-align:left;
	margin:5px 0px;
	}

.product_list a         {color:#0099FF; text-decoration:underline;}
.product_list a:link    {color:#0099FF; text-decoration:underline;}
.product_list a:visited {color:#0099FF; text-decoration:underline;}
.product_list a:active  {color:#0099FF; text-decoration:underline;}
.product_list a:hover   {color:#ee0000; text-decoration:underline;}


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

.footstamp {
	width:700px;
	color:#333333;
	margin-bottom:15px;
	}

.footstamp a         {color:#0099FF; text-decoration:underline;}
.footstamp a:link    {color:#0099FF; text-decoration:underline;}
.footstamp a:visited {color:#0099FF; text-decoration:underline;}
.footstamp a:active  {color:#0099FF; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

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

.footstamp img {
	vertical-align:middle;
	}

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

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

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

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

.detail_cont {
	width:700px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


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

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

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

.detail_other .sub {
	width:135px;
	float:left;
}

.detail_other .sub img {
	width: 120px;
}

.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-bottom:20px;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(http://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(http://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(http://img.shop-pro.jp/tmpl_img/31/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

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

.txt_review {
	margin-bottom:10px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/31/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(http://img.shop-pro.jp/tmpl_img/31/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

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

.rs_pd_cart_btn {
	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 3px;
	float:left;
	width:175px;
	}

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

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#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;
	}

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

#ShopKeeper {
	width:700px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	}
	
#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:#333333;
	}

.pe_title {
	padding-top:15px;
	color:#333333;
	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 */