@charset "utf-8";
/* CSS Document */
/* 右メニューのマーカー */
div#rightbox div.rmenubox a.policy { background: #FFE6F2; }
/* トップイメージ */
div.topimgbox {
	width:100%;
	height:367px;
	background-size: 100% auto;
	background-position: center center;
	margin: 0 auto;
	position: relative;
}
	div.topimgbox div.imgbox {
		width:100%;
		height:367px;
		position: absolute;
		top:0;
		left:0;
		z-index: 1;
	}
		div.topimgbox div.imgbox div.topimg {
			width:100%;
			height:367px;
			position: absolute;
			top:0;
			left:0;
		}
	div.topimgbox div.coverbox {
		width:100%;
		height:367px;
		position: absolute;
		top:0;
		left:0;
		z-index: 2;
		box-sizing: border-box;
		padding-top: 170px;
	}
		div.topimgbox div.coverbox div.topmessagebox {
			width:104px;
			height:30px;
			margin: 0 auto;
		}
			div.topimgbox div.coverbox div.topmessagebox div.topmessagebox02 {
				width:0px;
				height:30px;
				overflow: hidden;
			}
				div.topimgbox div.coverbox div.topmessagebox div.topmessagebox02 img {
					width:104px;
					height:30px;
				}
/* 内容 */
p.ptext {
	margin: 20px auto 0 auto;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	letter-spacing: 1px;
}
	p.ptext span.blue {
		font-size: 14px;
		color: #114479;
	}
h3 {
	box-sizing: border-box;
	margin-top: 20px;
	padding-left: 21px;
	min-height: 21px;
}
h3.h3_01 {
	background: url(../images/policy/1.jpg) no-repeat, url(../images/policy/bar.png) repeat-x;
	background-position: left top, right top;
}
h3.h3_02 {
	background: url(../images/policy/2.jpg) no-repeat, url(../images/policy/bar.png) repeat-x;
	background-position: left top, right top;
}
h3.h3_03 {
	background: url(../images/policy/3.jpg) no-repeat, url(../images/policy/bar.png) repeat-x;
	background-position: left top, right top;
}
h3.h3_04 {
	background: url(../images/policy/4.jpg) no-repeat, url(../images/policy/bar.png) repeat-x;
	background-position: left top, right top;
}
h3.h3_all {
	background: url(../images/cmn/logo2.png) no-repeat, url(../images/policy/bar.png) repeat-x;
	background-size: 20px auto, auto auto;
	background-position: left top, right top;
}
	h3 span {
		display: inline-block;
		line-height: 21px;
		background: #fff;
		box-sizing: border-box;
		padding: 0 5px;
		font-weight: normal;
		font-size: 14px;
		color: #666;
		letter-spacing: 1px;
	}
img.policyimg {
	display: block;
	margin: 20px auto 0 auto;
}