@charset 'utf-8';
* {
	margin: 0;
	padding: 0;
}

* img {
	border: 0;
	vertical-align: top;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#startline { 
    background: #62c8da;
    font-family: "メイリオ" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding-bottom: 50px;
}
#startline img { width: 100%;}
#startline .bnr_box { padding-top: 40px;}
#startline .container { width: 90%; margin:auto;}

#startline .contents_box {
    background: #FFF;
    padding-bottom: 10px;
}

#startline .contents_box ul {
    width: 90%;
    margin: 0 auto 60px auto;
}

#startline .contents_box li {
    margin-bottom: 15px;
}

#startline .lead { font-size: 150%;}
