/*----------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------*/
#logo{
	border-bottom: 2px solid #0060b1;
	height: 65px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(top, #fff, #bbb);
	overflow: hidden;
}
#logo img {
	padding:10px 0px 0 10px;
	display: block;
}
header {
	background: url(/jushinryo/enquete2014/preset201405/sp/images/common/bg_head.png) left top repeat-x;
	background-size: contain;
	margin-bottom: 10px;
}
header h1 {
	text-align: center;
	padding: 10px 10px 15px;
}
header h1 img{
	width:100%;
	height:auto!important;	
	}
/*----------------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------------*/
/* メール */
.pg_mail{
	margin:0 10px 30px;
	}
.pg_mail div {
	text-align: center;
}
.pg_mail div img {
	width: 100%;
	height: auto!important;
}
/* 壁紙設定の使い方 */
.pg_about {
	border: solid 6px #663300;
	background-color: #663300;
	border-radius: 4px;
	margin: 0 10px 30px;
}
.pg_about h3 {
	padding: 6px 10px 10px;
}
.pg_about h3 img {
	max-width:90%;
	height: auto!important;
}
.box_about {
	border-radius: 4px;
	background-color: #FFF;
	padding: 10px;
}
.box_about h4 {
	font-weight: bold;
	color: #663300;
	border-bottom: solid 3px #663300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 138.5%;
}
.box_about h5 {
	font-weight: bold;
	color: #663300;
	margin-bottom: 5px;
	font-size: 123.1%;
}
.box_about p {
	margin-bottom: 30px;
}
.box_about ol {
	margin-bottom: 25px;
}
.box_about ol li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.box_about ol .no1 {
	background: url(/jushinryo/enquete2014/preset201405/sp/images/common/icon_no1.gif) left 1px no-repeat;
}
.box_about ol .no2 {
	background: url(/jushinryo/enquete2014/preset201405/sp/images/common/icon_no2.gif) left 1px no-repeat;
}
.box_about ol .no3 {
	background: url(/jushinryo/enquete2014/preset201405/sp/images/common/icon_no3.gif) left 1px no-repeat;
}
/* トップへ戻るボタン */
.btn_top{
	text-align:center;
	margin-bottom:30px;	
	}
/*----------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------*/
footer {
	text-align: center;
	border-top: solid 1px #CECECD;
	padding: 10px;
	line-height: 1.2;
}
footer p {
	color: #646464;
	font-size: 10px;
}
footer p img {
	float: left;
	margin-right: 10px;
}
/*----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/* */
.mb0	{margin-bottom: 0 !important;}

