@charset "UTF-8";

/*-------------------------------------------
photo-imagebox
-------------------------------------------*/
#photo-imagebox {
	width: 100%;
	height: 300px;
	margin:-300px 0 0;
	position:relative;
	z-index:-10;
	overflow:hidden;
}

#photo-imagebox  img {
	width:100%;
	height:auto;
}

#photo-imagebox h2 {
	display: none;
/*	position: absolute;
	top:300px !important;
	width: 100%;
	text-align: center;
	z-index:100;
	font-size: 3.5em;
	color: #ffffff;
	font-weight: normal;
	line-height: 2em;*/
}
.flexslider {
	height:300px !important;
}
.flexslider li {
	height:300px !important;
}

#header {
	height:300px;
}


.product_wrap {
	width:92%;
	padding:2%;
	border:1px solid #E2E2E2;
	margin:0 auto 30px;
}


.pic_logo_img {
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin:0 0 20px;
}


.product_box {
	font-size:1.1em;
	font-weight:bold;
	background:#E2E2E2;
	padding:2%;
	margin:0 0 30px;
}


.product_list {
	margin:0;
	padding:0;
	list-style-type:none;
}

.product_list li {
	width:20%;
	padding:0.5%;
	border:1px solid #E2E2E2;
	float:left;
	margin:0 1.5% 3%;
}

.product_list li img {
	width:100%;
	height:auto;
}

.business_tit_txt {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.6em;
	letter-spacing:1px;
	margin:0 0 30px;
	text-align:center;
}