@charset "utf-8";

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}



#maincontents-in{
	border:#ccc solid 1px;
	font-size:12px;
	padding:20px;
}

#maincontents-in h3 {
	clear:both;
	color:#fff;
	padding:5px;
	/*border:#000 solid 1px;*/
	border-bottom:#f11a88 solid 3px;
	background: rgb(14,14,14); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(57,58,57,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(57,58,57,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(57,58,57,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#393a39',GradientType=0 ); /* IE6-9 */
}

#maincontents-in #shopName {
	text-align:center;
	margin:25px 0;
	font-size:23px;
	line-height:1.4;
}

#maincontents-in {
	overflow:hidden;
}

#maincontents-in ul {
	margin-bottom:10px;
}

#maincontents-in ul li{
	margin-bottom:5px;
}

#maincontents-in ul li span{
	display:inline-block;
	text-align:center;
	background-color:#ccc;
	width:75px;
	margin-right:5px;
}

#maincontents-in #shopBox {
	overflow:hidden;
	margin-bottom:15px;
}

#maincontents-in #shopBox img#shopBoxL{
	float:left;
	width:180px;
}
#maincontents-in #shopBox #shopBoxR{
	float:right;
	width:390px
}

#maincontents-in #shopBox #shopBoxR .txt1{
	font-size:19px;
	color:#ff3399;
	margin-bottom:5px;
}