/*	共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	text-align: left;
	line-height: 1.2;
}

a {
	text-decoration: none;
}
.ribbon {																							/* 商品関連のリボン */
	position: absolute;
	top: -3px;
	left: -3px;
}
.kadomaru {
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	-ms-border-radius:     8px;
	-o-border-radius:      8px;
	border-radius:         8px;
	behavior: url("../js/PIE.htc");
}
.kadomaruShadow {
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	-ms-border-radius:     8px;
	-o-border-radius:      8px;
	border-radius:         8px;
	-webkit-box-shadow: 1px 3px 0 rgba( 8, 1, 3, 0.13 );
	-moz-box-shadow:    1px 3px 0 rgba( 8, 1, 3, 0.13 );
	-ms-box-shadow:     1px 3px 0 rgba( 8, 1, 3, 0.13 );
	-o-box-shadow:      1px 3px 0 rgba( 8, 1, 3, 0.13 );
	box-shadow:         1px 3px 0 rgba( 8, 1, 3, 0.13 );
	position: relative;
	behavior: url("../js/PIE.htc");
}
.mgt5 {
	margin-top: 5px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt25 {
	margin-top: 25px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt35 {
	margin-top: 35px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt45 {
	margin-top: 45px;
}
.mgt50 {
	margin-top: 50px;
}
.mgt60 {
	margin-top: 60px;
}
.mgb5 {
	margin-bottom: 5px;
}
.mgb10 {
	margin-bottom: 10px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb25 {
	margin-bottom: 25px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb35 {
	margin-bottom: 35px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb45 {
	margin-bottom: 45px;
}
.mgb50 {
	margin-bottom: 50px;
}
.mgb80 {
	margin-bottom: 80px;
}
.pdb120 {
	padding-bottom: 120px;
}
.fs16 {
	font-size: 133%;
}
.fs14 {
	font-size: 117%;
}
.fs13 {
}
.fs12 {
	font-size: 100%;
}
.bld {
	font-weight: bold;
}
.nml {
	font-weight: normal;
}


/*	ｺﾝﾃﾝﾂﾚｲｱｳﾄ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	overflow: hidden;
	text-align: left;
	background: #fff;

}
.content {
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*	Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header_area {
	background-color:#FFF;
	width:100%;
}

div#header_inner {
	width:960px;
	margin:0 auto;
}

#title {
	color: #333;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	width: 960px;
}

#title h1 {
	font-size: 166%;
	line-height: 1.2;
	width:960px;
	margin:0 auto;
}

div.group h1.inline {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
.balloon10p {
	position: absolute;
	top: -10px;
	right: -10px;
}



/*	sns
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.sns {
	right:0;																							/* 上書き */
	z-index:30;
}



/*	検索
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.shopSearchArea {
	position:relative;
	margin: 10px auto 0;
	padding: 18px 11px;
	width: 590px;
	height: 92px;
	border-radius: 5px;
}


.shopSearchArea ul {
	width:896px;
}

.shopSearchArea ul li {
	width: 213px;
	margin: 0 0 0 14px;
	padding: 18px 0 0;
	position: relative;
	float: left;
}
.shopSearchArea ul li:first-child {
	margin: 0;
}

.shopSearchArea ul li dl {
	text-align:center;
/*	padding:15px 0 15px 0;
	width:200px;
	background:url(../img/day/bg_s03sbox.png) 0 0 repeat;
*/
}
.shopSearchArea ul li dl dt {
	margin-bottom: 0;
	position: relative;
	z-index: 999;
	color: #00aeba;
	font-size: 167%;
	font-weight: bold;
}

.shopSearchArea ul li dl dd.txt {
	color:#7d0015;
}

.shopSearchArea ul li dl dd.btnSele {
	margin-top:4px;
}

.shopSearchArea ul li dl dd.btnArea {
	margin-top:4px;
}

.shopSearchArea ul li dl dd.btnSear {
	position:absolute;
	bottom:-20px;
	left:16px;

}
