@charset "UTF-8";

/*PC*/

.sp{ display:none; }

body {
	width: 1000px;
	margin: 0 auto;
	color: #111;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover {
	color: #2B4700;
}
a.link {
	text-decoration: underline;
	color: #0000ff;
}

/*テンプレート　----------------------------------------------*/
	/*ヘッダ*/
header{
	width: 100%;
	height: 100px;
	/*background: url(../_images/bg_header.jpg) no-repeat;*/
}
.head_navi {
	width: 100%;
	height: 36px;
	background-color: #444;
}
.head_navi dl{
	float: left;
	padding-left: 25px;
	line-height: 34px;
}
.head_navi dl dt{
	float: left;
	color: #fff;
}
.head_navi dl dd{
	float: left;
	padding-left: 10px;
}
.head_navi dl dd input {
	width: 197px;
	height: 24px;
	padding-left: 15px;
	padding-right: 24px;
	background: url(../_images/bg_search.png) no-repeat;
	border: none;
}
#search_submit {
	background:url('../_images/search.png') no-repeat;
	width:20px;
	height:20px;
	border:0px solid;
	cursor:pointer;
}
.head_navi ul {
	width: 530px;
	float: right;
}
.head_navi ul.MainNavi2 {
	width: 340px;
}
.head_navi ul li {
	float: left;
	position: relative;
}
.head_navi ul li a {}
.head_navi ul li ul.sub {
    /*height: 220px;*/
    /*position: relative;*/
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    position: absolute;
}
.head_navi ul li ul.sub li {
    border-bottom: 1px solid #ffffff;
    float: none;
    height: 34px;
    opacity: 0.9;
    width: 100%;
}
.head_navi ul li ul.sub li a {
    background-color: #88a86f;
    background-image: none;
    color: #fff;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}
.head_navi ul li ul.sub li a:hover {
    background-color: #5c704b;
}

	/*フッタ*/
footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #111;
	padding-top: 10px;
	padding-bottom: 25px;
}

footer .copyright{
	text-align: center;
	font-size: 11px;
	line-height: 1.1;
	font-family: "Helvetica", Gadget, sans-serif;
}

/*全体*/
#Contents{
	clear: both;
	width: 100%;
	/*background: url(../_img/common/bg.gif);*/
}
	/*サイド*/
	#Side {
		width: 191px;
    	clear: both;
		float: left;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#Side .CatNavi {
		padding-bottom: 10px;
	}
	#Side .CatNavi li {
		margin-bottom: 10px;
	}
	#Side .SubNavi {
		border-bottom: 1px dotted #111;
		margin-bottom: 20px;
	}
	#Side .SubNavi dt {
		border-top: 1px dotted #111;
		height: 31px;
		line-height: 31px;
	}
	#Side .SubNavi dt.toggle {
		cursor: pointer;
	}
	#Side .SubNavi dd {
		padding-left: 20px;
		display: none;
		padding-bottom: 5px;
	}
	#Side .SubNavi:hover {
		color: #00a453;
	}
	#Side .cat:hover {
		color: #00a453;
	}

	#Side .news{
		margin-bottom: 10px;
	}
	#Side .news a:hover {
		color: #00a453;
	}

	#Side .news p{
		color: #876c37;
	    font-size: 12px;
	}	

	#Side .social {
		margin-top: 10px;
		float: right;
	}

	#Side .social p{
		float: left;
		margin-right: 10px;
	}
	#Side .social .fb-share-button{
		float: right;
	}
	/*メイン*/
	#Main {
		width: 740px;
		float: right;
	}
	#Main .breadcrumb {
		height: 60px;
		line-height: 60px;
		font-size: 100%;
	}
	#Main .breadcrumb p {
		/*font-size: 13pt;*/
	}
	#Main a {
		color: #1f52ff;
		text-decoration: underline;
	}

#Main h3.feature-title {
    color: #355a00;
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
    border-bottom: 1px dotted #444444;
    margin-bottom: 10px;
}

/*会員メニュー*/ 
/*.MemberMenu*/

.MemberMenu {
	background-color: #ddd;
	border-radius: 10px;
	padding: 20px 10px;
	clear: both;
}
.MemberMenu li {
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-left: 10px;
}
.MemberMenu li:first-child {
	border-top: 1px solid #ccc;
}
.MemberMenu li a {
	display: block;
	width: 100%;
	height: 100%;
}
/*.MemberMenu li:hover {
	background-color: #00A453;
}*/

/*購入*/ 
/*#Payment*/
#Payment .compBox {
	padding: 20px 20px 40px 20px;
}
#Payment .compBox .thx {
	font-size: 150%;
	color: #CC6600;
	margin-bottom: 20px;
}
#Payment .compBox .descrption {
	margin-bottom: 20px;
}
#Payment .compBox .mess {
	margin-bottom: 20px;
	font-size: 110%;
}
#Payment .backBtn {
	width: 157px;
	margin: 0 auto;
}

/*TOPページ*/ 
/*#Top*/

#Top h2.spSelect {
	padding-top: 20px;
	margin-bottom: 10px;
}
#Top .ListArea {
	margin-bottom: 20px;
}
#Top .ListArea li {
	margin: 0 10px 10px 0;
}

#Top .ListArea2 {
	margin-bottom: 20px;
}
#Top .ListArea2 li {
	margin: 0 10px 10px 0;
}

#TSideop .bnr {
	padding-bottom: 20px;
	padding-right: 20px;
	float: left;
}
#Side .bnr li {
	margin-bottom: 10px;
}
#Side .text {
	padding-bottom: 20px;
	float: left;
}
#Side .text a {
	color: #385C00;
}
#Side .text a:hover {
	color: #1A2801;
}


/*下層ページ*/

/*add*/

/* 本文テキストbox*/
.honbun{
	width:740px;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom:40px;
	padding-left: 5px;
}

/*脚注*/
.kyakuchu{
	width:740px;
	line-height: 19px;
	font-size: 13px;
	margin:10px;
}

/*表組設定 */                      
td {
vertical-align: middle; 
font-size:15px;
}




/* [privacy_pollicy]　[terms_of_use]　[company]共通グレーの帯 */

div.contents {
	line-height: 2em;
}
div.contents ol {
	padding-left: 3em;
}
div.contents p {
	margin: 1em 0;
}

div#obi_gray{  
	background:#aaa6c7;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 3px 3px 3px 10px;

}

/* グレー帯内の英文 */
.obi_english{
 font-size: 16px;
 font-family:serif;
 font-weight: normal;
 }

/* 小見出しのグレー文字とライン*/
.midashi_g{
	width:740px;
	height:26px;
	text-align:left;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 15px 5px;
	color:#717092;
}

/*[about_licenses]小見出し青文字とライン*/
.midashi_blue{
	width:740px;
	height:26px;
	text-align:left;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 15px 5px;
	color:#20697c;
}
ol.paren {
	margin-top: 10px 0;
}

/*()つきリスト*/
	ol.paren li {
    list-style:none;
    text-indent:-2.6em;
    padding-left:2.6em;
    }
　
/***********************/
/*FAQ リスト*/
div#faq-list{
	width:740px;
	margin-bottom:40px!important;
}
/* FAQ リストリンク色*/
a.qa:link {
	color : #535252!important; 	
	font-size:17px;
	line-height:25px;
	font-weight: bold;
	text-decoration : none!important; 
}
a.qa:visited {
	color : #b7b7b7!important; 
	font-size:17px;
	line-height:25px;
	font-weight: bold;
	text-decoration : none!important; 
}
a.qa:hover {
	color :#d9803a!important; 
	font-size:17px;
	line-height:25px;
	font-weight: bold;
	text-decoration : underline!important; 
}
/* FAQ　質問*/
.q_box{
	width:740px;
	font-size: 17px;
	font-weight: bold;
	color:#d9803a;
	display:inline-block;
}
.q_box img{vertical-align:middle;}

/* FAQ　回答ボックス*/
.answer_box{
	width:660px; 
	background-color:#e5e5e5;
	margin-left:80px;
	overflow: auto;
}
.a_img{	
	width: 34px;   
	height:44px; 
	float : left ;
	background-color: inherit;
}
.answer_text{
	width: 570px;   
	float:left;
	font-size: 15px;
	line-height: 21px;
	padding:10px 20px 10px 10px;
	background-color: inherit;
}
.back_to_list{
	width: 740px; 
	height: 20px;
	font-size: 12px;
	text-align: right;
	margin-bottom:30px;
	vertical-align: middle; 
}




/*ご利用方法５ページ分共通タイトル画像*/
div#riyou_title{
	width: 740px;   
	height:97px;  
	float:left;
}

/* [how_to_buy]ページ*/	
.howto-title{
	width: auto;  
	height:100px; 
	float : left ;
}

.howto_textbox{
	width:550px;  
	font-size: 15px;
	line-height: 21px;
	float : left ;
	padding : 0 0 0 15px;
	margin-bottom : 50px;
}
	
.creditcard{
	width:530px;  
	font-size: 15px;
	line-height: 21px;
	padding:10px;
	border: solid 2px gray;
}
.howto_gray_textbox{
	width: 535px;  
	font-size: 15px;
	line-height: 21px;
	margin-left:180px;
	margin-bottom:20px;
	background-color:#e5e5e5;
	padding:10px;
}

.browser_name{
	font-size: 17px;
	line-height: 25px;
	 font-weight:bold;
	color:#20697c;
 }

.clear{clear:both;} 


/*()つきリスト*/
	ol.paren li {
    list-style:none;
    text-indent:-2.7em;
    padding-left:2.7em;
    }　
 /*[price_list]ページ*/
 
div#wrapper{
 		width:740px;  
		font-size: 15px;
		line-height: 21px;
}
 
 
 
.size_setumei_box{
 		width: 680px;  
		margin-left:70px;
}

.blue_text{
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color:#20697c;
}

	
  /* [price_list]ページ、見出し青帯*/
 .obi_bulegreen{
 	width: 740px;   
	background:#a6d0de;
	 font-size: 17px;
	 margin: 60px 0 15px 0;
         padding: 3 3 3 10;
}

/*脚注*/
.kyakuchu{
	width:740px;
	line-height: 19px;
	font-size: 13px;
	margin:10px;
}


/***********************/ 
/*AddEnd*/






/*下層ページ共通見出し*/
#Main .cat {
	color: #355A00;
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
}
#Main .rub {
	color: #616161;
	font-size: 12px;
	border-top: 1px dotted #444444;
	line-height: 200%;
	margin-bottom: 30px;
}
#Main .descrption {
	color: #000000;
	border-top: 1px dotted #444444;
	line-height: 140%;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.CtrlBox {
	width: 334px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.CtrlBox .centerBtn {
	width: 157px;
	display: block;
	margin: 0 auto;
}
.CtrlBox .leftBtn {
	width: 157px;
	display: block;
	float: left;
}
.CtrlBox .rightBtn {
	width: 157px;
	display: block;
	float: right;
}

/*検索リスト画面*/ 
/*#SearchResult*/

#SearchResult #Main .SearchArea li {
	margin: 0 10px 10px 0;
}
#SearchResult #Main .SearchArea li img {
	width: 230px;
}

/*詳細画面*/ 
/*#Detail*/

#Detail #Main .ItemImage {
	width: 375px;
	float: left;
}
	#Detail #Main .ItemImage p {
		text-align: center;
	}
#Detail #Main .ItemDetail {
	width: 345px;
	float: right;
}
	#Detail #Main .ItemDetail dl {
		font-size: 11px;
	}
	#Detail #Main .ItemDetail dt {
		background-color: #E6E6E6;
		border-top: 1px solid #111111;
		border-bottom: 1px solid #111111;
		height: 28px;
		line-height: 28px;
	}
		#Detail #Main .ItemDetail dt .title {
			padding-left: 10px;
			float: left;
		}
		#Detail #Main .ItemDetail dt .size {
			padding-left: 40px;
			float: left;
		}
		#Detail #Main .ItemDetail dt .price {
			padding-right: 15px;
			float: right;
		}
	#Detail #Main .ItemDetail dd {
		border-bottom: 1px solid #111111;
		height: 29px;
		line-height: 29px;
	}
		#Detail #Main .ItemDetail dd span {
			float: left;
		}
		#Detail #Main .ItemDetail dd .check {
			padding-left: 10px;
			display: block;
		}
		#Detail #Main .ItemDetail dd .size {
			padding-left: 10px;
			width: 15px;
			display: block;
		}
		#Detail #Main .ItemDetail dd .px {
			padding-left: 35px;
			display: block;
			width: 100px;
		}
		#Detail #Main .ItemDetail dd .data {
			padding-left: 0px;
			display: block;
			width: 50px;
			text-align: right;
		}
		#Detail #Main .ItemDetail dd .d_price {
			padding-left: 30px;
			display: block;
			width: 50px;
			text-align: right;
		}
	#Detail #Main .ItemDetail a.buy {
		margin-bottom: 10px;
		width: 160px;
		height: 40px;
		display: block;
	}
	#Detail #Main .ItemDetail a#post input{
		margin-top: 15px;
	}
	#Detail #Main .ItemDetail h5 {
		font-size: 11px;
		line-height: 30px;
	}
	#Detail #Main .ItemDetail .tag{
		width: 100%;
	}
	#Detail #Main .ItemDetail .tag a{
		font-size: 11px;
		color: #1F52FF;
		line-height: 15px;
		text-decoration: underline;
		display: inline-block;
	}
	#Detail #Main .ItemDetail p.attention {
		float: right;
		font-size: 11px;
	}
	#Detail #Main .ItemDetail .at_size a{
		color: #1F52FF;
	    display: inline-block;
	    font-size: 11px;
	    line-height: 15px;
	    text-decoration: underline;
		clear: right;
		float: right;
	}

#Detail #Main .social {
	float: right;
}

#Detail #Main .social p{
	float: left;
	margin-right: 10px;
}
#Detail #Main .social .fb-share-button{
	float: right;
}

#Detail #Main .Recomend {
	clear: both;
}
	#Detail #Main .Recomend h3 {
		line-height: 30px;
		border-bottom: 1px dotted #444;
		margin-bottom: 10px;
	}
	#Detail #Main .Recomend li {
		float: left;
		margin: 0 10px 10px 0;
	}

/*会員登録*/ 
/*#Regist*/
#Regist #Main dl {
		border-top: 1px solid #CCC;
		font-size: 18px;
		padding-bottom: 20px;
}
	#Regist #Main dl dt {
			border-bottom: 1px solid #CCC;
			height: 49px;
			line-height: 49px;
			width: 30%;
			float: left;
			background-color: #EEE;
	}
		#Regist #Main dl dt span {
			padding-left: 20px;
		}
	#Regist #Main dl dd {
			border-bottom: 1px solid #CCC;
			height: 49px;
			line-height: 49px;
			width: 70%;
			float: left;
			background-color: #EEE;
	}
		#Regist #Main dl dd input {
		    border-color: #999999 #e0e0e0 #e0e0e0 #999999;
		    border-style: solid;
		    border-width: 1px;
		    padding: 4px;
		    border-radius: 10px;
		    /* width: 400px; */
		    height: 30px;
		}
		#Regist #Main dl dd input.radio {
		    border-color: #999999 #e0e0e0 #e0e0e0 #999999;
		    border-style: solid;
		    border-width: 1px;
		    padding: 4px;
		    border-radius: 10px;
		    width: 30px;
		    height: 30px;
		}
		.cau {
			color: #CC0000;
			font-size: 15px;
			padding-left: 5px!important;
		}


/*利用規約*/ 
/*#Terms*/

#Terms h5 {
	border-left: 10px solid #355a00;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 10px;
}
#Terms .descrption {
	line-height: 160%;
}

/*マイページ*/ 
/*#Mypage*/

#Mypage table {
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 20px;
}
#Mypage td {
	border-bottom: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}
#Mypage .index td {
	background-color: #ccc;
}
#Mypage td.size {
	width: 10%;
}
#Mypage td.data {
	width: 20%;
}
#Mypage td.image {
	width: 50%;
}
#Mypage td.dl {
	width: 20%;
}
#Mypage .paginate {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#Mypage #calcBox {
	padding: 20px 20px 40px 20px;
}
#Mypage #calcBox .calc {
	text-align: right;
	font-size: 150%;
	margin-bottom: 20px;
}
#Mypage #calcBox .calc span {
	color: #cc0000;
}
#Mypage #calcBox .calcBtn {
	width: 157px;
	margin: 0 auto;
}

#Mypage span.red {
	color: #ff6b6b;
}

.paginate a:link, .paginate a:visited, .paginate a:hover {
    text-decoration: underline;
}

/*お知らせ*/ 
/*#news*/
#News h4{
	color: #c8b778;
    font-size: 12px;
    margin-bottom: 5px;
}
#News h5{
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #c8b778;
}
#News p{
    font-size: 15px;
}

/*会社概要*/ 
/*#Company*/

#Company h5 {
	border-left: 10px solid #355a00;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 10px;
}

#Company table {
	border-top: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 20px;
	width: 100%;
}
#Company td {
	border-bottom: 1px solid #ccc;
	padding: 7px 3px;
	text-align: left;
}
#Company td.item {
	width: 25%;
}

#Company .table_wrapper {
	background-color: #b7d8db;
	padding: 3px;
	margin-bottom: 20px;
}
#Company .table_body {
	text-align: center; 
	border-top: 1px solid #20697c;
	border-left: 1px solid #20697c;
	width: 732px;
	font-size: 15px;
	margin-bottom: 0px;
}
#Company .table_body td {
	border-right: 1px solid #20697c;
	border-bottom: 1px solid #20697c;
	text-align: center;
}
#Company .table_body td.index {
	width: 230px;
	background-color:#a6d0de;
}
#Company .table_body td.index2 {
	width: 230px;
	background-color:#e3e3e3;
}
#Company .table_body td.index3 {
	width: 300px;
	background-color:#a6d0de;
}
#Company .table_body td.index4 {
	width: 300px;
	background-color:#e3e3e3;
}
#Company .table_body td.sky{
	background-color: #e3f7f6;
}
#Company .table_body td.white{
	background-color: #ffffff;
}


#Company .table_company {
	text-align: left; 
	border: none;
/*	width: 732px;
	font-size: 15px;
	margin-bottom: 0px;*/
}
#Company .table_company td{
	border: none;
}
#Company .table_company td.index {
	width: 35px;
}
#Company .table_company td.index2 {
	width: 115px;

}
#Company .table_company td.index3 {
	width: 7px;
}
#Company .table_company td.index4 {
	border-left: 10px solid #aaa6c7;
	width: 463px;
	padding-left: 13px;
}
#Company .table_company td.index4 p {
	margin: 0.5em 0;
}

/*下層全般*/ 
	/*background-color: #6cafbf;*/
/*.detail*/
.detail p {
    margin-bottom: 20px;
}
.detail p.title {
	margin-top: 30px;
    color: #355a00;
    font-weight: bold;
    line-height: 200%;
    margin-bottom: 10px;
}
#Company table td.th {
	background-color: #EEEEEE;
}
#Company table.price {
    border-top: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 20px;
    width: 50%;
}
#Company table.price td {
    width: 25%;
}


/*特集*/ 
/*.search*/
#SearchResult .social {
	float: right;
}

#SearchResult .social p{
	float: left;
	margin-right: 10px;
}
#SearchResult .social .fb-share-button{
	float: right;
}

#newsdetail a {
	text-decoration: underline;
	color: #0000ff;
}

/*商品詳細拡大*/ 
.zoombox {
	width: 190px;
	padding-top: 10px;
	float: right;
	margin-right: -10px;
}
.zoombox .zoom {
	width: 35px;
	line-height: 35px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
.zoombox .detail {
	width: 150px;
	text-align: left!important;
	float: left;
}
.zoombox .detail .xl {
	font-size: 12px;
}
.zoombox .detail .small {
	font-size: 11px;
}

.indent2 {
	padding-left: 2em!important;
}


