@charset "utf-8";
.main_bg{
	background:#ffffff;
	background: linear-gradient(to bottom left, #afeeee, #ffffff 30%, #ffffff 70%, #afeeee);
	position: relative;
}
#asagao{
    max-width: 1280px;
    padding-bottom: 100px;
    margin: 0 auto;
    position: relative;
}
#asagao .sewrap{
	background: url(../images/bg_main.png?201102) no-repeat top center;
	padding-top: 123%;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height: 1.5;
	background-size: cover;
}
#asagao .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
a.btn{
    display: block;
    text-decoration: none;
    width: 65%;
    font-size: 25px;
    font-weight: bold;
    border: 4px #fff solid;
    background: #38a1db;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    transition: .3s;
}
a.btn:hover{
    background: #38a1db;
    color: #ffff00;
}

/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}
@media print {
  #asagao {
	display: none !important;
	}
}