@charset "utf-8";

/*----------------------------------------------------------------------------
*/

* {font-family: "ＭＳ Ｐゴシック"!important;}

table {
	border-collapse: collapse;
	border: 0px;
}

th, td { vertical-align: top; }


.soldOut {
	background: #888;
	color: #fff;
	margin: 0 5px;
	padding: 2px 1.5em;
}


.boxGroup {
	margin : 0px 0px 10px;
	background : #fff;
	padding : 2px;
	width : 688px !important; width: 688px;	/* Gekko:IE */
}

.boxGroup table.boxGroup {
	width: 100%;
}

table.boxGroup td {
	padding : 4px;
}


.boxItem {
	float: left;
	text-align: center;
	border-radius: 7px;
}
.boxItem img {
	margin-top: 3px;
}
a.boxItem:hover {
	color: #f05470;
	background-color: #fde1e7
}

.itemHoriz3 .boxItem {
	width: 224px;
	margin: 1px;
}


.itemHoriz4 .boxItem {
	width: 168px;
	margin: 1px;
}


.itemHoriz6 .boxItem {
	width: 112px;
	margin: 1px;
}

.itemHeight405 .boxItem { height: 405px; }
.itemHeight230 .boxItem { height: 230px; }
.itemHeight210 .boxItem { height: 210px; }
.itemHeight200 .boxItem { height: 200px; }
.itemHeight185 .boxItem { height: 185px; }
.itemHeight170 .boxItem { height: 170px; }
.itemHeight140 .boxItem { height: 140px; }



/*----------------------------------------------------------------------------
*/
#page_menu {
	margin : 5px auto 5px;
	width: 200px;
	background : #fff;
	padding : 3px;
	text-align : left;
	color: #f05470;
}

#page_menu a {
	font-weight : bold;
}



/*----------------------------------------------------------------------------
 個別：「和風堂玩具店」オンマウス画像変更
*/
#wafudo01 ,
#wafudo02 ,
#wafudo03 ,
#wafudo04 {
	display: block;
	width: 100px;
	height: 160px;
	background-repeat: no-repeat;
}

#wafudo01 {background-image: url(../images/figure/wafudo/4541993014262_a.jpg);}
#wafudo02 {background-image: url(../images/figure/wafudo/4541993014361_a.jpg);}
#wafudo03 {background-image: url(../images/figure/wafudo/4541993014453_a.jpg);}
#wafudo04 {background-image: url(../images/figure/wafudo/4541993014460_a.jpg);}

a#wafudo01:hover {background-image: url(../images/figure/wafudo/4541993014262_b.jpg);}
a#wafudo02:hover {background-image: url(../images/figure/wafudo/4541993014361_b.jpg);}
a#wafudo03:hover {background-image: url(../images/figure/wafudo/4541993014453_b.jpg);}
a#wafudo04:hover {background-image: url(../images/figure/wafudo/4541993014460_b.jpg);}



/*----------------------------------------------------------------------------
 blog グッズ */


#feedNf * {
	text-align: left;
	line-height: 1.2;
}

/*投稿日（掲載日）*/
#feedNf p {
	display: block;
	position: absolute;
	right: 1px;
	top: 3.2em;
	top: 50px\9;/*IE*/
}

#feedNf span {
	display: none;
}

#feedNf a {
	text-decoration: none;
}

/*サムネイル*/
#feedNf a img {
	float: left;
	width: 60px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #d6cdcf;
	background-color: #fff;
}

#feedNf a:hover img {
	border-color: #c00;
}

#feedNf div {
	zoom: 100%;
	position: relative;
	width: 210px;
	float: left;
	margin: 8px 8px;
}

#feedNf div:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#feedNf:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}



/*[EOF]*/