@charset "UTF-8";

a img {border:none;}

.sp-layout,
#greeting-sp{
	display: none;
}

/*###############################################
wholl
###############################################*/
#wholl{
	background: url(../img/bg_head.jpg) left top repeat-x #fffefe;
}

#wholl img{
	vertical-align: bottom;
}

#content{
	background: url(../img/bg_cast.jpg);
}

/*###############################################
wrapper
###############################################*/
#wrapper{
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 990px;
    margin: 0 auto;
    padding: 75px 0 0 0;
    font-size: 15px;
}

/* greeting */
#greeting-pc{
	padding: 40px 0 0;
	overflow: hidden;
}

#greeting-pc ul{
	overflow: hidden;
}
#greeting-pc ul li{
	float: left;	
}

/* protagonist */
#greeting-pc ul.protagonist{
	width: 672px;
	margin: 0 auto 40px;
}
	#greeting-pc ul.protagonist li:first-child{
		margin: 0 112px 0 0;
	}
	#greeting-pc ul.protagonist li img{
		width: 280px;	
	}

/* other */
#greeting-pc ul.other{
	width: 800px;	
	margin: 0 auto;
}
	#greeting-pc ul.other li{
		margin: 0 40px 45px 0;		
	}
	#greeting-pc ul.other li.end{
		margin-right: 0;	
	}
	#greeting-pc ul.other li img{
		width: 240px;
	}

/* btn-area */
.btn-area {
    width: 770px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.btn-area a{
	width: 370px;
	height: 45px;
	text-align: center;
	line-height: 47px;
	background: #de1a00;
	color: #f5e597;	
	float: left;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.btn-area a:hover{
		opacity: 0.9;	
		filter: alpha(opacity=90); 
		-ms-filter: "alpha(opacity=90)";	
	}

.btn-area a#btn-kasouken-top{
	margin: 0 30px 0 0;
}

span.scroll2top {
    width: 40px;
    height: 40px;
    display: block;
    background: #006c9e;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
}

/*###############################################
sb-container（jquery.rwdImageMaps.min.jsを読んでると出現する）
###############################################*/
div#sb-container {
    display: none;
}



