@charset "utf-8";
/*****************************
1. common
2. top
*****************************/

/*****************************
1. common
*****************************/

/*****************************
2. top
*****************************/
#products_body> #contents{
	width: 100%;
	background: url(../images/bg_star.png) repeat;
	background-size: 320px;
	padding:10px 0;
	margin-top: 10px;
	border-top:5px solid #fff;
	}

#mainVisual{
	width: 320px;
	height: 172px;
	background: url(../images/main.png) no-repeat;
	background-size: 320px;
	margin: 0 auto;
	}



#contents-area {
	padding: 5px 5px 5px;
	margin-top: -50px;
}



div .box-info {
position:relative;
	-moz-border-radius: 6x;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
	
	background-color: #f6ef95;   /* 背景色 */
	margin-bottom: 30px;
	box-shadow: 3px 4px 3px #71363c;
	}

div .box-info h2{
	text-align: center;
	padding: 5px 0 8px;
	}

div .box-info h2.ttl-1,
div .box-info h2.ttl-4{
	display:inline-block;
	margin-top:-10px;
	width:100%;
	text-align:center;
	}
	
div .box-info h2.ttl-4{
	margin-top:-16px;
	}


div .box-info h2.ttl-2{
	padding-top: 15px !important;
	}



div .box-info p {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 10px 20px;
	}

div .box-info img.jack {
	padding: 10px 5px 0 10px;
	float:left;
	}



#bnr-halloween{
	width: 100%;
	margin-top: -10px;
	text-align: center;
}

#bnr-halloween li{
	padding-bottom: 10px;
}




footer {
	width: 100%;
	color: rgb(38, 38, 38);
	background-color: rgb(255, 255, 255);
}

nav {
	width: 90%;
	margin: 15px auto 0 !important;
}

/*共通フッター調整*/
a:link, a:visited {
	color: #666;
}
