@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	background: url(../img/bg.png) top left no-repeat fixed #ffffff;
	color: #252525;
	font-family:Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	font-size: 1.3rem;
	line-height: 200%;
}

#wrapper {
	width:960px;
	margin:auto;
}

#goodsWrap {
	padding: 24px;
	background: #FFFFFF;
}
.itembg {
	padding:20px;
}

#imglogo {
	text-align:center;
	margin-bottom:24px;
}

h2.title {
	margin:4px 0px;
	/*border-bottom:#ffd900 solid 1px;*/
	color:#fff100;
	text-align:center;
	padding-bottom:4px;
	padding:12px;
	background:#d81d20;
	font-size: 1.8rem;
}

h3.title {
	margin:30px 0px;
	text-align:center;
	border-bottom:#000000 dotted 1px;
	padding-bottom:8px;
	font-size:1.5rem;
}
h3.subtitle {
	margin:20px 0px;
	color:#000000;
}


#goodsitem {
	text-decoration:none;
	border-bottom: #eb6ea5 dotted 1px;
	padding-bottom:16px;
	margin-bottom:16px;
	
}

.item {
	float:left;
	width:200px;
	padding:8px;
	margin:10px;
	border:#CCC solid 1px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color:#EFEFEF;
	color:#212121;
	position: relative;
}

a:hover .item {
	background-color:#e0e0e0;
}

.itemname,.itembody,.itemimg {
	/*font-size:80%;*/
}

.itemname {
	height:35px;
}
.itemimg {
	margin:8px auto;
	width:150px;
	text-align:center;
}
.itemimg { width:100%;}
.itemimg p {
	line-height: 100px;
}
.newgoods {
	width: 30px;
	height: 30px;
	position: absolute;
	top:-10px;
	right:0px;
}
.txtcenter {
	padding:20px;
	border:#999 solid 1px;
	border-radius: 3px;
	background:#efefef;
	text-align:center;
	color:#ff4a6b;
	/*text-decoration:underline;*/
}

.livesche table {
	border-collapse:collapse;
}
/*.livesche table tr:nth-child(even) {
    background:#dedede;
}
.livesche table tr:nth-child(even) {
    background:#dedede;
}*/
.livesche td {
	border:#666 solid 1px;
	padding:8px;
	line-height:100%;
}

.photofloat { margin-bottom:0;}
.photofloat img { width:370px;}

.item-img { float:left; width:49%;}
.item-img img { width:100%;}
.item-img img.nowid { width:50%}
.item-txt { float:right; width:50%;}
.item-txt dt { padding:5px 5px; background:#d81d20; font-weight: bold; color:#fff100}
.item-txt dd { padding:5px 15px; margin-bottom:16px; line-height:150%;}
.yoyaku  { float:left; width:49%; border:#CCC solid 1px; text-align:center; height:35px; line-height:35px}
.yoyaku a{ display:block; background:#6CF ; color:#FFF !important; text-decoration:none}
.yoyaku a:hover{ display:block; background:#3CF ; color:#FFF !important; text-decoration:none}

.thumimg { background: #FFFFFF;}
#photoThum li {
	float:left;
	width:20%;
	padding:8px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #FFFFFF;
	border: solid 1px #292929;
	text-align: center;
}
#photoThum li img {
	width:100%;
	height:auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.ChangePhoto:hover{cursor: pointer; opacity: 0.5}

#back { text-align:center; padding:16px 0px;}

.contents {
	margin-bottom:48px;
}
.goto {
	font-size: 1.5rem;
}
.goto img { vertical-align: middle}
.goto a {
	display: inline-block;
	background: #EFEFEF;
	text-decoration: none;
	padding: 3px 6px;
	color: #000000;
}
.goto a:hover {
	background: #d81d20;
	color: #ffffff;
}
#footer {
	text-align:center;
	height:80px;
	line-height:80px;
	background: #000000;
	color: #FFFFFF;
}
.clr1 { color: #d81d20;}
.pink { color:#FF007E}

.fsize80{ font-size:80%;}
.lager { font-size:larger;}
.tag {
	padding:4px;
	background:#FFFFFF;
	color:#000000;
	margin:8px 0px;
}