@charset "UTF-8";
/* CSS Document */

html,body{
	box-sizing:border-box;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}

a:link{
	color:#e73b69;
}
a:visited{
	color:#e73b69;
}

/*----------------------
 common
----------------------*/

img{
	max-width:100%;
	height:auto;
	box-shadow:0 0 0 #000;
}

.text-center{
	text-align:center;
}

/*----------------------
 layout
----------------------*/
.container{
	width:auto;
	max-width:980px;
	margin:0 auto;
}

section{
	margin-bottom:20px;
}

article{
	padding:30px 0;
}

/*----------------------
 section
----------------------*/
#mainvisual{
	background:url(../images/mainvisual_bg.jpg) repeat-x top center;
	margin-bottom:0;
}
#mainvisual img{
	vertical-align:bottom;
}

#sec01{
	margin-bottom:0;
}

#sec01{
	background:#f4eed7;
}

#sec01 .obi{
	background:#b49f2e;
}

#sec02 .obi{
	background:#54b511;
}

#sec02 .inner{
	background:url(../images/lp02_bg.jpg) repeat-x top;
}

#sec05{
		background:url(../images/lp05_bg.jpg) repeat-x top center;
		margin-bottom:0;
		padding:30px 0;
}

#sec10{
		background:#ecece4;
}

.obi img,
.arrow img{
	vertical-align:top;
}

@media(min-width:728px){
	section{
	margin-bottom:40px;
}
}

/*----------------------
 table
----------------------*/
table.table{
	margin-bottom:10px;
	width:100%;
}

table.table th,
table.table td{
	padding:5px;
	text-align:left;
	border-bottom:1px solid #999;
}