/****************************************

			製品ページ総合
			   
****************************************/

/* カレントページ点灯 */
#menuon_sub a, #menuon_sub a:hover {
	background:rgba(90,179,253,1.00);
} 
#menuon_subsub_kanto a, #menuon_subsub_kanto a:hover {
	background:#99FF66;
} 
#menuon_subsub_kansai a, #menuon_subsub_kansai a:hover {
	background:#FFCC00;
} 


/****************************************

			　製品ページ
			   
****************************************/

/* ヘッダー枠背景 */
.header_bg {
	background-color:#0A1C4A;
}

#product_container {
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:50px;
}
#product_container a {
	color:#333333;
}

#product_container li {
	list-style:none;
}



.under_menu_waku {
	position:relative;
	width:100%;
	height:200px;
	overflow:hidden;
}
.under_menu_text_waku {
	position:relative;
	z-index:10;
	width:1300px;
	margin-left:auto;
	margin-right:auto;
}
.under_menu_text {
	position:absolute;
	z-index:10;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-size:36px;
	top:68px;
	letter-spacing:0.4em;
	
}
.under_menu_photo img {
	position:absolute;
	width:100%;
	height:auto;
	top:-100px;
}

/* カテゴリ */
.product_category {
	margin-bottom:40px;
	
}
	.product_catename {
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:26px;
		margin-bottom:10px;
		border-bottom:rgba(0,0,0,1.00) 2px solid;
	}
	
	/* １商品 */
	.productlist_wrap {
		width:100%;
		margin-bottom:10%;
	}
	.productlist_photo {
		width:100%;
		height:140px;
		overflow:hidden;
	}
	.productlist_photo img {
		max-height:140px;
		width:auto;
	}
	.productlist_title {
		width:100%;
		text-align:center;
		font-size:14px;
		background-color:#101010;
		color:#fff;
		padding:4px;
	}

	.productlist_degicata {
		width:100%;
		text-align:center;
		/*margin-top:1%;*/
		background-color: #2896E5;
		padding:6px;
	}
	.productlist_degicata_button {
		font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
		background-color: #2896E5;
		color: #fff;
		font-size: 12px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		text-decoration: none;
		display: block;
		/*border-radius: 6px;*/
	}
	.productlist_degicata a {
		color: #fff !important;
		font-size:12px !important;
	}
	.productlist_degicata a:visited {
		color: #fff;
	}
	.productlist_degicata_button:hover {
		text-decoration: none;
		background-color: #2896E5;
		color: #fff;
		text-decoration: none;
	}

	.productlist_common {
		width:100%;
		height:110px;
		padding:10px;
		background-color:#efefef;
		display:block;
		border-radius: 6px;
		margin-top:2%;
	}
	.productlist_common_title {
		font-size:12px;
		border-bottom:rgba(0,0,0,1.00) 1px solid;
	}
	.productlist_common_photo {
		width:30px;
		height:30px;
		overflow:hidden;
		float:left;
	}
	.productlist_common_photo img {
		margin:10px;
		width:20px;
		height:20px;
	}
	.common_none {
		display:none;
	}




@media (max-width: 767px) {

#product_container {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:50px;
}

#contents {
	width:100%;;
	/*padding-top:350px;*/
	padding-left:0px;
	padding-right:0px;
}

#side_menu {
	display:none;
}
}

@media (min-width: 768px) {

#product_container {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:50px;
}


#contents {
	width:80%;
	float:right;
	/*padding-top:350px;*/
	padding-left:0px;
	padding-right:0px;
}

#side_menu {
	width: 18%;
	float: left;
	/*margin-top: 350px;*/
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E9E9E9;
}
#side_menu ul {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:30px;
	padding-left:8px;
	padding-right:0px;
}

#side_menu li {
	font-size: 13px;
	margin-bottom: 5px;
	background-image: url(img/side_icon1.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:15px;
}
#side_menu p.side_name {
	display:block;
	background-color:#373737;
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:15px;
}

#seko_box {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding-left:0px;
	padding-right:0px;
}
}


@media (min-width: 1024px) {

#product_container {
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:50px;
}

}
