@charset "utf-8";

body {
	margin: 0;
	padding: 0;
    font-family: "Century", "Source Serif Pro", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "HG明朝E", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;	
}

/* ========================================================================== */
/* header                                                                     */
/* ========================================================================== */

/* ========================================================================== */
/* contents                                                                   */
/* ========================================================================== */

.pageTitle h2 {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    text-align: center;
    margin: -0.5em 0 0 -250px;
	font-size: 30px;
	color: #FFF;
}

.sectionTitle {
	font-size: 30px;
	text-align: center;
	margin: 50px 0 0 0;
}

.sectionTitle2 {
	font-size: 30px;
	line-height: 35px;
	margin: 50px 0 0 0;
	color: #000;
}

.sectionTitle2 span {
	display: block;
	font-size: 18px;
	line-height: 35px;
	margin: 30px 0 0 0;
}

.subHead {
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0 0;
	text-align: center;
}

.subHead2 {
	font-size: 22px;
	line-height: 30px;
	margin: 20px 0 0 0;
	text-align: center;
}

.captionGreen {
	padding-top: 20px;
	background-image: url(../../images/common/caption_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	font-size: 18px;
}















/* ========================================================================== */
/* footer                                                                     */
/* ========================================================================== */

/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */