﻿body{
background:#fff;
font-family: Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif;
text-align:center;
	padding:0;
	margin:0;
}

img{
	width:100%;
	margin:2px 0;
}

footer{
	width:100%;
	height:20px;
	text-align:center;
	font-size:12px;
	padding-top:10px;
}

#p_container{
	width:100%;
	min-height:650px;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin:0;
	padding:0;
}

@media screen and (max-width: 1280px) {
	#p_container{
	width:100%;
	min-height:1200px;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin:0;
	padding:0;
}

}
@media screen and (max-width: 320px) {
	#p_container{
	width:100%;
	min-height:650px;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin:0;
	padding:0;
}
}

#p_main{
	width:100%;
	padding:10px 0;
}
#p_main img{
	width:80%;
	border:#666 solid 1px;
}
#p_main p{
	width:90%;
	margin-left:5%;
	line-height:25px;
	font-weight:bold;
	font-size:1em;
	
}

.box{
	width:87%;
	margin:10px auto;
	padding:5px;
	border:#fff solid 3px;
	box-shadow: 0px 0px 5px 3px #999;
	background:#ffc0cb;
	line-height:20px;
	font-size:14px;
	text-align:left;
}

.box ul{
	width:95%;
	margin:0px auto;
	
}

.box-t{
	margin:5px auto;
	width:100%;
	font-weight:bold;
	text-align:center;
}

.flexslider{
	margin-top:20px;
	border-top:#666 solid 1px;
	border-bottom:#666 solid 1px;
}