body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: 'Padauk', sans-serif;
}

/* リストパターン
-------------------------------------------------------------- */
#li2{

}
#li2 li{

}
#li3{

}
#li3 li{

}
#li4{

}
#li4 li{

}
#li5{

}
#li5 li{

}


/* よく使うクラス
-------------------------------------------------------------- */
.clear{
	clear: both;
}
.rsimg{
	width: 100%;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
#lpcon{
	position: relative;
}
.c{
	text-align: center;
}
.l{
	text-align: left;
}
.r{
	text-align: right;
}
.fwb{
	font-weight: bold;
}
.fwn{
	font-weight: normal;
}
.white{
	color: white;
}
.black{
	color: black;
}
.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color: green;
}
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.f15{
	font-size: 15px;
}
.f16{
	font-size: 16px;
}
.f17{
	font-size: 17px;
}
.f18{
	font-size: 18px;
}
.f19{
	font-size: 19px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.f26{
	font-size: 26px;
}
.f28{
	font-size: 28px;
}
.f30{
	font-size: 30px;
}
.w100{
	width: 100px !important;
}
.w200{
	width: 200px !important;
}
.w300{
	width: 300px !important;
}
.w400{
	width: 400px !important;
}
.w500{
	width: 500px !important;
}
.w600{
	width: 600px !important;
}
.w700{
	width: 700px !important;
}
.w800{
	width: 800px !important;
}
.w900{
	width: 900px !important;
}
.w1000{
	width: 1000px !important;
}
.pd10xy{
	box-sizing: border-box;
    padding: 10px;
}
.pd20xy{
	box-sizing: border-box;
    padding: 20px;
}
.pd30xy{
	box-sizing: border-box;
    padding: 30px;
}
.pd40xy{
	box-sizing: border-box;
    padding: 40px;
}
.pd50xy{
	box-sizing: border-box;
    padding: 50px;
}
.pd10x{
	box-sizing: border-box;
    padding: 0 10px;
}
.pd20x{
	box-sizing: border-box;
    padding: 0 20px;
}
.pd30x{
	box-sizing: border-box;
    padding: 0 30px;
}
.pd40x{
	box-sizing: border-box;
    padding: 0 40px;
}
.pd50x{
	box-sizing: border-box;
    padding: 0 50px;
}
.pd10y{
	box-sizing: border-box;
    padding: 10px 0;
}
.pd20y{
	box-sizing: border-box;
    padding: 20px 0;
}
.pd30y{
	box-sizing: border-box;
    padding: 30px 0;
}
.pd40y{
	box-sizing: border-box;
    padding: 40px 0;
}
.pd50y{
	box-sizing: border-box;
    padding: 50px 0;
}
.ln0{
	line-height: 0;
}
.ln1{
	line-height: 1;
}
.ln2{
	line-height: 2;
}
.ln3{
	line-height: 3;
}


/* カスタマイズ用CSS
-------------------------------------------------------------- */
.ec-orderDelivery__actions{
	display: none;
}
.ec-rectHeading h2{
	font-size: 14px;
}
.ec-headerNav .ec-headerNav__itemLink{
	margin-right: 25px;
}
.ec-headerTitle .ec-headerTitle__title a{
	color: #c33600;
	font-weight: normal;
	font-size: 30px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
	background: #82b7ff;
}
.ec-itemNav__nav > li:hover li:hover > a{
	background: #efc116;
}
.ec-footerRole{
	background: #525263;
}
.ec-role h2{
    font-size: 24px;
    font-weight: bold;
}
.ec-role h2 b{
    font-weight: normal;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription{
	margin: 0 0 10px;
}
.ec-itemNav__nav li ul li a{
    padding: 7px 10px 7px 14px;
    font-size: 14px;
}
.ec-itemNav__nav li ul{
	min-width: 255px;
}
