@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table {
	border:none;
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, ul, li, ol, table {
	font-size: 100%;
	font-style: normal;
	margin: 0px;
	padding:0px;
}
body {
	text-align: center;
	margin: 0px;
	font-family : 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
	_font-family:"メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif";
	color: #333333;
	padding: 0px;
}
img {
	border:none;
}
ul li {
	list-style-type: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
caption {
	font-size: 0.9em;
	text-align: left;
	border-left: 4px solid #CE4D66;
	color: #000000;
	padding: 10px;
	margin-bottom: 8px;
}
#up {
	text-align:right;
	margin: 0px auto;
	clear: both;
}
#up a:link, #up a:visited, .up a:link, .up a:visited {
}
#up a:hover, .up a:hover {
}
.up {
	clear: both;
	text-align:right;
}
/* ----------------------------------{ common style }---------------------------------- */

.mgnB {
	margin-bottom: 15px;
}
.ss {
	font-size: 0.8em;
}
.pctL {
	float: left;
	text-align: center;
	margin-right: 10px;
}
img.pctL {
	margin-right: 12px;
	margin-bottom: 25px;
}
.pctR {
	float: right;
	font-size: 0.68em;
	text-align: center;
}
.pctR img {
	margin-left: 18px;
}
img.pctR {
	margin-left: 12px;
	margin-bottom: 15px;
}
.bb {
	font-weight: 900;
	color: #000000;
}
.redBB {
	font-weight: 900;
	color: #CE4D66;
}
.aRIGHT {
	text-align: right;
}
.aCENTER {
	text-align: center;
}
.aCENTER img {
}
.tbl {
	clear: both;
}
.red {
	color: #C92034;
}
.midd {
	vertical-align: middle;
	margin-right: 5px;
}
.fltR, .boxR {
	float: right;
}
.fltL, .boxL {
	float: left;
}
.mgnT {
	margin-top: 10px;
}
.txtTop {
	vertical-align: top;
	font-size: 0.6em;
}
.txtMidashi {
}
ul.listInline li {
	float: left;
	display: inline;
}
/*  ---------------------------------{ clear }--------------------------------- */
#hrCLEAR, .hrCLEAR {
	clear:both;
	visibility: hidden;
}
.clearBT {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
    * html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Holly Hack */


.verMidd, .verMidd img {
	vertical-align: middle;
	margin-right: 5px;
}


.imgOver a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
hr.lineDotted {
	margin: 0px 0px 15px;
	clear: both;
	line-height: 1%;
	height: 1px;
	border-top: 1px dotted #C8C8C8;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nonborder {
	border: none;
	outline: none;
}

/* -------------- category -------------- */

.catNet{
	color: #CE4D66;

}
.catF{
	color: #9E74C9;

}

.catLadies{
	color: #E67E7E;

}

.catMens{
	color: #4681E8;

}

.catBaby{
	color: #FFCC00;

}

.catLiving{
	color: #996600;

}
.catGourmet{
	color: #FF6600;

}
.catGift{
	color: #A7E7E1;


}

/*  ---------------------------------{ box }--------------------------------- */


.box:after, .section:after, .Inner:after, .boxArticle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box, .section, .Inner, .boxArticle {
	display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
    * html .box, * html .section, * html .Inner, * html .boxArticle {
	height: 1%;
}
.box, .section, .Inner, .boxArticle {
	display: block;
}
    /* End Holly Hack */
