/*================== 全体ページ構成 ==================*/
body{
   	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

img{
	max-width:100%;
    height:auto;
}

#wrapper {
	z-index: 992;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#wrap{
	text-align:left;
	width:100%;
	margin: 0 auto;
	padding:0;
	background-color: #ffffff;
	background-image: url("./img/bg01.gif");
	background-repeat: repeat;
	background-attachment: fixed;
}
#content{
	background-color:rgba(255,255,255,1.0);
	text-align:left;
	padding:0;
	margin:0 auto;
}

a:link { color: #444444; }
a:visited { color: #444444; }
a:hover {color: #999999;}
a:active { color: #444444; }
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}

/*================== スマフォ用 ==================*/
@media screen and (max-width:768px)
{
	/*----- 全体 -----*/
	#information_header table{margin: 0; padding: 0;}
	#information_header th{font-size:8pt; line-height:1.2em;margin: 0; padding: 0;}
	#information_header td{font-size:8pt;margin: 0; padding:0 5px 0 0;}
	#information_header .logo{width:40px;}
	#information_header img{height:15px;}
	#information_returnmenu{font-size:7pt;}

	#wrap{padding-top:40px;}/* スマフォ用メニューを使わない場合はこれを消す */
	
	#content table,tr,td,th,dl,dd,dt{
		font-size : 10pt;
		line-height:180%;
	}
	#content{
		width:100%;
		max-width:900px;
	}
	#mainimg {
		margin:0;
		padding:0;
	}
	#mainimg img {
		max-width:900px;
		min-width:200px;
		width:100%;
	}
	/*----- 見出し(フォントサイズのみ指定) -----*/
	h2{font-size:14pt;}
	h3{font-size:11pt;}
	h4{font-size:10pt;}
	h5{font-size:10pt;}
	h6{font-size:10pt;}
	h7{font-size:10pt;}
	
	/*----- セクション(項目毎に使用) -----*/
	.section01{
		margin:10px;
		padding:0;
	}
	/*----- キャッチ -----*/
	#catch{
		font-size:10pt;
		margin:0px 10px;
		padding-top:10px;
		text-align:left;
		line-height:180%;
		font-weight:bold;
		color: #444444;
	}
	/*----- テキスト用 -----*/
	.textbox01{
		font-size:10pt;
		margin:10px 0px;
		padding:0;
		line-height:180%;
	}
	.frame01 .textbox01{
		font-size:10pt;
		margin:10px 5px;
		padding:0;
		line-height:180%;
	}
	.textbox01 dt{
		float:left;
		margin:0;
		padding:0;
	}
	.textbox01 dd{
		margin:0 0 0 10px;
		padding:0;
	}

	/*----- スマホ用メニュー -----*/
	.side-open #wrapper,
	.side-open .overlay {
		-webkit-transform: translate3d(-150px, 0, 0);
  		transform: translate3d(-150px, 0, 0);
	}
	.overlay {
		z-index: 993;
		content: '';
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.overlay::after {
		content: "";
		visibility: hidden;
		position: fixed;
		top: 40%;
		left: 0;
		display: block;
		width: 100%;
		height: 50px;
		color: rgba(255,255,255,0);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.side-open .overlay {
		visibility: visible;
		cursor: pointer;
		background: rgba(0,0,0,.7);
	}
	.side-open .overlay::after {
		visibility: visible;
		color: rgba(255,255,255,.8);
	}

	.side-menu {
		z-index: 991;
		background-color:#000000; /* メニューのカラーを変更する場合はここを変える */
		position: fixed;
		top: 0;
		right: 0;
		width: 150px;
		height: 100%;
		padding-top: 40px;
		text-align: left;
		font-size: 13px;
		overflow:auto;
	}

	.side-menu  ul{
		margin: 0;
		padding: 0;
	}
	.side-menu  li{
		vertical-align: middle;
		border-bottom: solid 1px #ffffff; 
		list-style: none;
		padding:15px 0;
		margin: 0;
	}
	.side-menu  li a{
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#side-menu-btn_bg{
		z-index: 993;
		background-color:#000000; /* メニューのカラーを変更する場合はここを変える */
		border-bottom: solid 1px #ffffff; 
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width:100%;
		height:40px;
	}
	.side-menu-btn {
		z-index: 994;
		display: block;
		width: 50px;
		height:40px;
		position: fixed;
		top: 0px;
		right: 0px;
		text-align: right;
	}
	.side-menu-btn span {
		display: block;
		background: #ffffff;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 9px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	.side-menu-btn span:first-child {top: 12px;}
	.side-menu-btn span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	.side-menu-btn span:last-child {bottom: 12px;}
	.side-menu-btn.active span:first-child {
		-webkit-transform: translateY(7px) rotate(45deg);
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.side-menu-btn.active span:nth-child(2) {opacity: 0;}
	.side-menu-btn.active span:last-child {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	
	/*----- 商品情報 -----*/
	.jacket dl {width:300px;}
	
	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:5px;}

	/*----- テーブルリスト -----*/
	.itemoutline{font-size:10pt;}
	.itemoutline h3{ text-align: left;}
}


/*================== PC用 ==================*/
@media screen and (min-width:769px)
{
	/*----- 全体 -----*/
	#content table,tr,td,th,dl,dd,dt{font-size : 11pt;}
	#content{width:900px;}

	#mainimg {
		margin:0;
		padding:0;
	}
	#mainimg img {}

	/*----- 見出し(フォントサイズのみ指定) -----*/
	h2{font-size:17pt;}
	h3{font-size:12pt;}
	h4{font-size:11pt;}
	h5{font-size:11pt;}
	h6{font-size:11pt;}
	h7{font-size:11pt;}
	
	/*----- セクション(項目毎に使用) -----*/
	.section01{
		margin:10px;
		padding:0 30px;
	}
	/*----- キャッチ -----*/
	#catch{
		margin:0px 60px;
		padding-top:20px;
		text-align:left;
		line-height:150%;
		font-weight:bold;
		color: #444444;
	}

	/*----- スマホ用メニュー -----*/
	#side-menu-btn_bg{display: none;}
	.side-menu-btn{display: none;}
	.side-menu{display: none;}
	
	/*----- テキスト用 -----*/
	.textbox01{
		font-size:11pt;
		margin:20px 10px;
		padding:0;
		line-height:180%;
	}
	.textbox01 dt{
		float:left;
		margin:0;
		padding:0;
	}
	.textbox01 dd{
		margin-left:60px;
		padding:0;
	}
	/*----- 商品情報 -----*/
	.jacket dl {width:220px;}
	
	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:15px;}
	/*----- テーブルリスト -----*/
	.itemoutline{display: table;}
	.itemoutline h3{
		vertical-align:middle;
		display: table-cell;
		width:130px;
		text-align:center;}
	.itemoutline .box{display: table-cell;}
}

/*================== 共通 ==================*/

/*----- 更新履歴 -----*/
#n_title{
	margin:0px 0px;
	padding:5px 0 0 0 ;
	border-top: 1px dotted #5F5F5F;
	border-left: 1px dotted #5F5F5F;
	border-right: 1px dotted #5F5F5F;
	line-height: 1.5;
	font-weight: bold;
	color: #5F5F5F;
	font-size: 11pt;
	text-align: center;
}
#newstext{
	font-size:10pt;
	height:100px;
	margin:0px;
	padding:0px;
	overflow:auto;
	text-align:left;
	line-height:1.2em;
	border-bottom: 1px dotted #5F5F5F;
	border-left: 1px dotted #5F5F5F;
	border-right: 1px dotted #5F5F5F;
}
#newstext dl{
	font-size:10pt;
	margin:0px;
	padding:0 10px;
}
#newstext dl dt{
	font-size:10pt;
	font-weight:bold;
	float:left;
}
#newstext dl dd{
	font-size:10pt;
	margin:0 3px 5px 80px;
	padding-left:10px;
}
/*----- 見出し -----*/
h1{
	text-align:center;
	color:#333333;
	font-weight:bold;
	font-size: 20pt;
}
h2{
	margin:15px 0;
	padding: 5px 0 5px 20px;
	border-bottom:10px double #ffffff;
	border-top:10px double #ffffff;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ff9212', endColorstr = '#ffe536');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#ff9212', endColorstr = '#ffe536')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(left, #ff9212, #ffe536);
	background-image: -ms-linear-gradient(left, #ff9212, #ffe536);
	background-image: -o-linear-gradient(left, #ff9212, #ffe536);
	background-image: -webkit-gradient(linear, left top, right top, from(#ff9212), to(#ffe536));
	background-image: -webkit-linear-gradient(left, #ff9212, #ffe536);
	background-image: linear-gradient(left, #ff9212, #ffe536);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
h3{
	text-align:left;
	margin:0px;
	padding:3px 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	background-color: #FF9900;
	border:1px solid #FF9900;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
h4{
	margin:15px 0px;
	padding:2px 10px;
	color:#FF9900;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	background-color: #FFFFFF;
	border-bottom:1px dashed #FF9900;
	border-left:10px solid #FF9900;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
/*----- フレーム -----*/
.frame01{
	margin:15px 0;
	background-color: #ffffff;
	background-image: url("./img/bg_frame01.jpg");
	background-repeat: repeat;
	border:1px solid #cccccc;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
.requirement01{
	margin:0 20px;
	padding:0;
	border:1px solid #FF9900;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
/*----- 商品情報（幅指定有） -----*/
.jacket{
	text-align:center;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.jacket ul{
	font-size:10pt;
	margin:5px 0;
	padding: 10;
	list-style-type:none;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.jacket ul li{
	font-size:10pt;
	vertical-align: top;
	text-align:center;
	font-size:7pt;
	margin:0;
	padding:2px;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.jacket dl {
	font-size:10pt;
	line-height:150%;
	margin: 0px;
	padding: 0;
	text-align:left;
}
.jacket dt {
	font-weight: bold;
	font-size:10pt;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	text-align:left;
}
.jacket dd {
	font-size:10pt;
	margin: 0px 5px;
	padding: 1px;
}
/*----- 商品情報（幅指定無） -----*/
.jacket02{
	text-align:center;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.jacket02 ul{
	font-size:10pt;
	margin:5px 0;
	padding: 10;
	list-style-type:none;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.jacket02 ul li{
	font-size:10pt;
	vertical-align: top;
	text-align:center;
	font-size:7pt;
	margin:0;
	padding:2px;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.jacket02 dl {
	font-size:10pt;
	line-height:150%;
	margin: 0px;
	padding: 0;
	text-align:left;
}
.jacket02 dt {
	font-weight: bold;
	font-size:10pt;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	text-align:left;
}
.jacket02 dd {
	font-size:10pt;
	margin: 0px 5px;
	padding: 1px;
}
/*----- 画像用 -----*/
.imgbox01{
	max-width:100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	zoom:1;
}

.imgbox01 ul{
	max-width:100%;
	margin:10px;
	padding: 0;
	list-style-type:none;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.imgbox01 ul li{
	max-width:100%;
	font-size:10pt;
	line-height:150%;
	margin:0;
	padding:2px;
	text-align:center;
	position: relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
/*----- テーブルリスト -----*/
.itemoutline{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
	width:100%;
	text-align:left;
	border-collapse: collapse;
}
.itemoutline h3{
	font-size:10pt;
	background-color:#FF9900;
	border: 1px solid #FF6900;
	color:#ffffff;
	margin:0;
	padding:5px;
	line-height:1.5em;
	-moz-border-radius: 0;    /* Firefox */
	-webkit-border-radius: 0; /* Safari,Chrome */
	border-radius: 0;         /* CSS3 */
}
.itemoutline .box{
	font-size:10pt;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	margin:0;
	padding:5px 10px;
	line-height:1.5em;
}
/*----- テキスト装飾 -----*/
.em01{
	font-weight: bold;
}
.end01{
	color: #ffffff;
	font-weight: bold;
	background-color: #ff0000;
	border:1px solid #ff0000;
}
/*----- 注意事項 -----*/
ul.attention{
	text-align:left;
	margin:15px 30px;
	padding:0;
}
ul.attention li{
	margin:0px;
	padding-bottom:5px;
	color: #FF0000;
	font-size:10pt;
}
/*----- コピーライト -----*/
.copyright{
	margin: 20px 0;
	text-align: center;
	font-size: 9pt;
}

/*-----通販・特集ボタン（共通/comming soon用）-----*/
.btn_mailorder{
	width:150px;
	margin-top:5px;
	background:url(img/btn_icon01.png) left center no-repeat;
	background-color:#99d444;
	padding:5px 5px 5px 10px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:14px;
	font-family:メイリオ, Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
	text-shadow:0px 0px 3px rgba(0,0,0,0.5);
	border:2px solid #ffffff;
	color:#ffffff;
	-moz-border-radius:20px;    /* Firefox */
	-webkit-border-radius:20px; /* Safari,Chrome */
	border-radius:20px;         /* CSS3 */
}
.btn_mailorder:link { color: #ffffff; }

/*通販用*/
.tuhan{ background-color:#4096ee; cursor:pointer;}
.tuhan:hover{ background-color:#8cc5ff; }

/*終了用*/
.no-tuhan{ background-color:#cccccc; }

/*特集用*/
.tokusyu{ background-color:#ff9a00; cursor:pointer;}
.tokusyu:hover{ background-color:#ffb547; }

/*amazon用*/
.amazon{ background-color:#231f20; color:#fe9900; cursor:pointer;}
.amazon:hover{ background-color:#b7b7b7; }

/*----- 右下ボタン -----*/
#page-top{
	z-index:999;
	position:fixed;
	right:10px;
	bottom:0px;
	display:none;
}
#page-top button{
   	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"Century Gothic";
	background-color:rgba(0,0,0,0.4);
	font-size:11pt;
	color:#ffffff;
	border: 0;
	width: 80px;
	height: 60px;
	-moz-border-radius:20px 20px 0px 0px;    /* Firefox */
	-webkit-border-radius:20px 20px 0px 0px; /* Safari,Chrome */
	border-radius:20px 20px 0px 0px;         /* CSS3 */
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
}
#page-top p a{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*----- footer -----*/
.footer{
	font-size:9pt;
}
