/* home
---------------------------------------------------------------*/

#info p.image{
	margin: 0 0 1.5em 0;
	line-height: 1.5;
	font-size: 90%;
}

#info p.text{
	line-height: 1.5;
	padding-left: 22px;
	font-weight: bold;
	font-size: 95%;
	background: url(https://img08.shop-pro.jp/PA01033/512/etc/_icon-leaf.gif) 0 0 no-repeat;
}

#info p.text a:link,
#info p.text a:visited{	color: #d75e25;}
#info p.text a:active{	color: #a13804;}


.content h2{
	margin: 0 0 1em 0;
}

/* H2 Type Blue
------------------------------------*/

.content #news h2,
.content #newitem h2
	line-height: 1.2;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-left: 8px solid #1D2E5E;
	padding: 0.5em;
	background-image: none;
}

.content #news h2 a,
.content #newitem h2 a{
	color: #000 !important;
	text-decoration: none;
}

.content #news h2 a:hover,
.content #newitem h2 a:hover{
	text-decoration: underline;
}

#news p{
	line-height: 1.5;
	font-size: 78%;
}

#newitem .sm{
	width: 550px !important;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	background: url(https://img08.shop-pro.jp/PA01033/512/etc/_dot-h.gif) bottom left repeat-x;
}


#newitem .sm .main{
	float: right;
	width: 370px !important;
}

#newitem .sm .sub{
	float: left;
	width: 150px !important;
}


#newitem h3{
	margin: 0 0 0.5em 0;
	font-size: 90%;
}

#newitem h3 a{
	line-height: 1.2;
}

/*?*/
* html #newitem h3 a{
	height: 1%;
}
/**/


/* H3 Type Red Square
------------------------------------*/

#newitem h3{
	line-height: 1.2;
	margin: 0 0 1em 0;
	font-weight: bold;
	border-left: 9px solid #900;
	padding-left: 5px;
}


#newitem h3 a{
	color: #000 !important;
	text-decoration: none;
}

#newitem h3 a:hover{
	text-decoration: underline;
}


#newitem .main p{
	line-height: 1.5;
	font-size: 78%;
}

#newitem .main p.price{
	padding: 1em 0 1em 0;
	font-size: 90%;
/*	font-family: '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;*/
	font-weight: bold;
}

#newitem .main p.soldout{
	margin: 0 0 1em 0;
	font-size: 90%;
	font-weight: bold;
	color: #a13804;
}

#newitem .main p.detail{
	margin: 0 0 1em 0;
	padding: 0.8em 0;
	text-align: right;
	font-size: 84%;
}

#newitem .main p.detail a{
	padding-left: 12px;
	background: url(https://img08.shop-pro.jp/PA01033/512/etc/_icon-to-detail.png) 0% 50% no-repeat;
	text-decoration: none;
}

#newitem .main p.detail a:hover{
	text-decoration: underline;
}





/* clear fix
---------------------------------------------------------------*/

#newitem:after,
.sm:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

#newitem,
.sm{
	display: inline-block;
}

/*\*/
#newitem,
.sm{
	display: block;
}
/**/


