@charset "utf-8";

/* ****************************************************
Title: css
---------------------------------------------------------------------------- */
body#secondary .text_area{
    padding: 0 0 90px;
}

.contents_area .chead {
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 25px;
    border-left: solid 3px #AEAEAE;
    padding-left: 10px;
    line-height: 1;

}

.section .data {
	font-size: 90%;
}

.section .infolist {
	border-bottom: solid 1px #707070;
	padding: 100px 0;
}

/* =============================
 .section1
==============================*/
.sec01 {
    width: 705px;
    margin: 0 auto;

}

@media screen and (max-width: 740px) {
.contents_area .chead {
    line-height: 1.5;
}

/* sec01 */
.sec01 {width: 95%;}
}


























