@charset "UTF-8";
/* CSS Document */

body {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,"メイリオ", "ＭＳ Ｐゴシック",sans-serif;
}

p {
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
	margin: 20px auto;
}

hr {
	border-top: 1px dotted #ccc;
	margin: 0 0 20px;
}

.notes {
	font-size: 11px;
}

/* contents
-------------------------------*/

h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

h3 {
	color: #006687;
	font-size: 22px;
	margin-bottom: 25px;
	text-align: center;
}

h4 {
	border-left: 4px solid #006687;
	font-size: 17px;
	margin-bottom: 15px;
	padding: 0 0 0 15px;
}

h5 {
	font-size: 15px;
	margin-bottom: 5px;
}

h6 {
	font-size: 15px;
	margin-bottom: 5px;
}

.contents {
	background: url(../images/bnr_ver112.png) no-repeat 0 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 3px #e3e3e3;
	margin: 0 auto 25px;
	padding: 360px 50px 30px;
	width: 900px;
}

.section {
	padding: 20px;
}

.section dl {
	margin-left: 20px;
}

.section .left {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	width: 530px;
}

.section .right {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	width: 530px;
}

.section .sttl {
	margin-bottom: 15px;
}

.section .img {
	display: inline-block;
	vertical-align: top;
	width: 270px;
}

.section dt {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.phpUpdate {
	margin-bottom: 20px;
}

.phpUpdate h4 {
	border-left: none;
	margin-bottom: 10px;
	padding-left: 0;
}

.phpUpdate dd {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 5px;
}

.phpUpdate table td {
	padding: 5px 0;
}


/* btn contact
---------------------------------------------*/

.btnContact {
	display: table;
	margin: 0 auto 30px;
}

.btnContact a {
	background: #00759c;
	border-radius: 5px;
	border-bottom: 2px solid #00437E;
	color: #fff;
	display: table-cell;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 600px;
}


.btnContact a:hover {
	background: #1794CA;
}