/* 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*/

/* ここから下に各ページオリジナルの設定を書いて下さい */
#ecContent {
	text-align:center;
	font-size:12px;
	font-family: 'Noto Sans Japanese', serif;
	background:url(../images/bg_pattern.gif) 0 0 repeat;
}

#ecHeader {
	background-color:#fefcf3;
	margin:0 0 60px 0;
	padding:15px 0 84px 0;
}
#ecHeader_inner {
	width:1092px;
	margin:0 auto;
}
#btnSitetop {
	text-align:right;
	margin:0 4px 90px 0;
}
#logoHeader {
	margin:0 0 82px 0;
}
#txtHeader {
	font-size:108%;
	line-height:230%;
}

#ecSection {
	width:1092px;
	margin:0 auto;
}

.ecCotegory {
	margin:0 0 128px 0;
}
.ecCotegory ul li {
	float:left;
	margin-right:3px;
}
.ecCotegory ul li:last-child {
	margin-right:0;
}
.ttlCotegory {
	margin:0 0 50px 0;
}
.txtCotegory {
	font-size:150%;
	margin:0 0 52px 0;
}
.listTop {
	margin:0 0 37px 0;
}
.itemBlock {
	width:214px;
	background-color:#fffbe0;
	padding:26px 0;
	border:1px solid #fffbe0;
}
.casualBlock {
	background-color:#e9f5e6;
	border:1px solid #e9f5e6;
}
.householdBlock {
	background-color:#e3eff7;
	border:1px solid #e3eff7;
}
.itemBusiness {
	background-color:#fffbe0;
	border:none;
	width:216px;
	padding:27px 0;
}
.itemCasual {
	background-color:#e9f5e6;
	border:none;
	width:216px;
	padding:27px 0;
}
.itemHousehold {
	background-color:#dfeff9;
	border:none;
	width:216px;
	padding:27px 0;
}
.imgItem {
	width:200px;
	height:180px;
	margin:0 auto 30px auto;
}
.imgOther {
	margin:0 auto 99px auto;
}
.imgCasual {
	border:none;
}
.imgHousehold {
	border:none;
}
.ttlItem {
	font-size:183%;
	font-weight: 400;
	font-family: 'Asap', sans-serif;
	letter-spacing:1px;
	margin:0 0 27px 0;
}
hr.lineItem {
	display:block;
	width:29px;
	height: 1px;
	border: none;
	border-top: 1px #2e1e05 solid;
	margin:0 auto 20px auto;
}
.txtItem {
	text-align:left;
	height:84px;
	margin:0 15px 25px 15px;
	line-height:180%;
}
.txtOther {
	height:84px;
}
.btnItem a {
	display:block;
	width:100px;
	background-color:#ffffff;
	font-size:133%;
	font-weight: 400;
	font-family: 'Asap', sans-serif;
	text-decoration:none;
	color:#000000;
	margin:0 auto;
	padding:8px 0;
}
.casualBlock .btnItem a {
	background-color:#ffffff;
}
.householdBlock .btnItem a {
	background-color:#ffffff;
}
.btnBusiness a {
	background-color:#ffffff;
}
.btnCasual a {
	background-color:#ffffff;
}
.btnHousehold a {
	background-color:#ffffff;
}

.ecGift {
	margin:0 0 100px 0;
}
.giftBlock {
	width:630px;
	height:520px;
	background-color:#dedede;
	padding:10px 0 0 0;
	margin:0 auto;
	border:2px solid #dedede;
}
.imgGift {
	width:610px;
	height:400px;
	/*border:2px solid #fff3f3;*/
	margin:0 auto 25px auto;
}
.txtGift {
	text-align:center;
	font-size:116%;
	margin:0 0 25px 0;
}
.btnGift a {
	display:block;
	width:100px;
	background-color:#ffffff;
	font-size:133%;
	font-weight: 400;
	font-family: 'Asap', sans-serif;
	text-decoration:none;
	color:#000000;
	margin:0 auto;
	padding:6px 0;
}

#ecFooter {
}
#ecFooter_inner {
	width:1092px;
	margin:0 auto;
}
#ttlSns {
	margin-left:980px;
	margin-bottom:18px;
}
#sns {
	width:84px;
	margin-left:1000px;
	margin-bottom:21px;
}
#fb {
	cursor:pointer;
}
#copyright {
	background-color:#091139;
	padding:14px 0 13px 0;
}





a.penetration:hover ,
.itemBlock a:hover ,
.giftBlock a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* 各ページオリジナルの設定はここまで */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#header {
	display:none;
}
#footer {
	display:none;
}