@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
section#mainphoto_top {
	background: url(../img/pattern.gif) repeat-x top;
	padding-top: 7px;
	margin-bottom: 10px;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 7px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#mainphoto_bottom {
	background: url(../img/pattern.gif) repeat-x bottom;
	padding-bottom: 7px;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 7px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#mainphoto {
	background: url(../img/mainphoto_bg.jpg) no-repeat center;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 160px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#mainphoto div {
	text-align: center;
}
.mbn {
	clear: both;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px;
}