/* CSS Document */

/* subpage_common
------------------------------------------------------------------*/
body{
	color: #0c2333;
	font-size: 62.5%; /* topとベース値変更 */
	}
header {
	position: absolute;
	width:100%;
	z-index: 10;
	top:0;
	}
#content{
	margin-top: 80px;
	position:relative;
	z-index: 1;
	}

#content h1{
	position:relative;
	z-index: 1;

	height:136px;
	text-align:center;
	background: #d9f2f7;
	border-bottom: 4px solid #56bacc;
	}


/* column_box */
.column{
	padding: 70px 0;
	}
.column .inner{
	width: 900px;
	margin: 0 auto; 
	}
.column h2{
	text-align:center;
	margin-bottom: 58px;
	font-size: 0;
	line-height: 1;
	}
.column h3{
	margin-bottom: 18px;
	font-size: 0;
	line-height: 1;
	}
.column p{
	font-size: 1.6em;
	line-height: 1.8;
	margin-bottom: 40px;
	}


sup{
	font-weight: normal;
	font-size: 10px !important;
	vertical-align:top;
	}
	

.mb0{
	margin-bottom:0 !important;
	}
.mb20{
	margin-bottom:20px !important;
	}
