/* float設定 */
.floatL { float:left; }
.floatR { float:right; }

/* font設定 */
body {
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
}

.font_xs  { font-size:84%; } /*10px*/
.font_s { font-size:92%; } /*11px*/
.font_l { font-size:109%; } /*13px*/
.font_xl { font-size:117%; } /*14px*/

/* ここから下に各ページオリジナルの設定を書いて下さい */
ul li {
	list-style:none;
}

#ec_wrap {
	text-align:center;
	font-size:14px;
	line-height:150%;
	color:#3d2c06;
	padding:0 0 50px 0;
}
#ec_header {
	background:url(../images/bg_main_side.jpg) 0 0 repeat-x;
	margin:2px 0 0 0;
}
#ec_header_inner {
	width:980px;
	height:767px;
	background:url(../images/bg_main.jpg) 0 0 no-repeat;
	margin:0 auto;
}
#ec_header_btn {
	width:548px;
	margin:0 auto;
	padding:555px 0 0 0;
}
#ec_header_txt {
	margin:34px 0 0 0;
}
#ec_nav {
	width:853px;
	margin:34px auto 0 auto;
}
#ec_nav li {
	float:left;
	margin:0 8px 0 0;
}
#ec_nav li:last-child {
	margin:0;
}
#ec_tembea {
	margin:75px 0 0 0;
}
#tembea02_img ,
#tembea03_img {
	margin:30px 0 0 0;
}
.tembea_txt {
	margin:13px 0 0 0;
}
#tembea_mustitem {
	width:418px;
	margin:13px auto 0 auto;
}
#tembea_detail {
	position:relative;
	width:852px;
	height:1015px;
	background:url(../images/bg_tembea.jpg) 0 0 no-repeat;
	margin:67px auto 0 auto;
}
#tembea_btn {
	position:absolute;
	right:0;
	width:168px;
	padding:19px 0 0 0;
}
#ec_packers {
	margin:89px 0 0 0;
}
#packers_detail {
	position:relative;
	width:852px;
	height:1023px;
	background:url(../images/bg_packers.jpg) 0 0 no-repeat;
	margin:0 auto;
}
#packers_btn01 {
	position:absolute;
	right:0;
	padding:25px 0 0 0;
}
#mother_bag {
	width:830px;
	margin:82px auto 0 auto;
}
#mother_tembea_img02 ,
#mother_packers_img02 {
	margin:60px 0 0 0;
}
#mother_tembea_btn {
	width:218px;
	margin:4px auto 0 auto;
}
#mother_packers_btn {
	width:178px;
	margin:4px auto 0 auto;
}
#ec_baby {
	width:833px;
	height:507px;
	background:url(../images/bg_babypackers.jpg) 0 0 no-repeat;
	margin:70px auto 0 auto;
}
#baby_txt {
	font-size:92%;
	line-height:125%;
	padding:311px 0 0 0;
}
#baby_btn {
	width:238px;
	margin:14px auto 0 auto;
}
#ec_footer {
	margin:69px 0 0 0;
}
#ec_footer_logo {
	width:340px;
	margin:0 auto;
}
#sns {
	width:94px;
	margin:47px auto 0 auto;
}
#sns #fb {
	cursor:pointer;
}

/* 各ページオリジナルの設定はここまで */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}