/*================== 全体ページ構成 ==================*/
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.jpg");
	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;}

	#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,.requirement01 .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;
	}
	/*----- 商品情報 -----*/
	.jacket dl {width:300px;}

	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:5px;}
  .requirement01{padding:5px;}

	/*----- テーブル -----*/
	.table{
		border: 1px solid #cccccc;
		overflow:hidden;
		margin:10px 0px;
		background-color:#ffffff;
		-moz-border-radius: 5px;    /* Firefox */
		-webkit-border-radius: 5px; /* Safari,Chrome */
		border-radius: 5px;         /* CSS3 */
	}
	.table_cell{
		vertical-align:middle;
		padding: 5px 10px;
		font-size:10pt;
	}
	.title{
		text-align: center;
		background:#eeeeee;
		font-size:14px;
	}
}


/*================== 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:180%;
		font-weight:bold;
		color: #444444;
	}

	/*----- テキスト用 -----*/
	.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:250px;}

	/*----- フレーム (paddingのみ指定)-----*/
	.frame01{padding:15px;}
  .requirement01{padding:15px;}

	/*----- テーブル -----*/
	.section_table{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		display: table;
		overflow:hidden;
		width:100%;
		margin:10px 0;
		background-color:#ffffff;
		-moz-border-radius: 5px;    /* Firefox */
		-webkit-border-radius: 5px; /* Safari,Chrome */
		border-radius: 5px;         /* CSS3 */
	}
	.table{
		display: table-row;
		margin: 0;
	}
	.table_cell{
		display: table-cell;
		vertical-align:middle;
		padding: 5px 10px;
		border-bottom: 1px solid #cccccc;
		font-size:14px;
	}
	.title{
		width:18%;
		text-align: center;
		font-size:11pt;
		border-right:1px solid #E1E1E1;
		background:#eeeeee;
	}
/*----- Google Map -----*/


}

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

/*----- 見出し -----*/
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 dotted #FF9900;
	border-left:10px solid #FF9900;
	-moz-border-radius: 5px 0 0 5px;    /* Firefox */
	-webkit-border-radius: 5px 0 0 5px; /* Safari,Chrome */
	border-radius: 5px 0 0 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:10px 5px;
	border:1px solid #FF9900;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
}

/*----- 画像用 -----*/
.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;
}

.imgbox01 ul li iframe{
	max-width:300px;
  float:right;
}
/*----- テキスト装飾 -----*/
.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;
}
