@charset "utf-8";
/*全体*/
.tokushu {
	width: 510px;
	height: auto;
	background-color: #FFFFFF;
	background: url(http://www.chara-ani.com/p/C/fair/225/images/225_bg001.jpg) repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 150%;
	color: #FFFFFF!important;
	text-align: center;
}
.tokushu_wrap_sns {
	margin: 0;
	padding: 0;
	width: 510px;
}
/*top*/
.tokushu .top {
	width: 510px;
	height: 319px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	background: url(http://www.chara-ani.com/p/C/fair/225/images/225_bg002.png) no-repeat;
}
.tokushu .top .logo {
	position: absolute;
	bottom: 8px;
}
.tokushu .top .il001 {
	position: absolute;
	right: 0px;
	bottom: 8px;
}
.tokushu .top .tx001 {
	position: absolute;
	top: 8px;
	left: 0px;
}
.tokushu .top .tx003 {
	position: absolute;
	top: 130px;
	left: 5px;
}
.tokushu .top .tx004 {
	position: absolute;
	top: 0px;
	right: 0px;
}
.tokushu .top .bt003 {
	position: absolute;
	top: 115px;
	left: 35px;
}
.tokushu .top .bt004 {
	position: absolute;
	top: 175px;
	left: 35px;
}
/*contents*/
.tokushu .contents {
	background-color: #000000;
	width: 494px;
	height: auto;
	margin: 0 auto 30px;
	text-align: center;
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4d000000, EndColorStr=#4d000000);/*IE8以下用*/
	z-index: 1;
}
.tokushu .h3 {
}
.tokushu .box {
	text-align: center;
	padding: 10px 20px 20px!important;
}
.tokushu .youtube {
	width: 420px;
	text-align: center;
	margin: 30px auto;
}
.tokushu .youtube img{
	width: 100%;
}
.tokushu .h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}
.tokushu .tokuten_tx p {
	text-align: left;
}

.tokushu .img1{
	width: 260px;
}
.tokushu .img1 img {
	border: #EBE9E9 solid 1px;
	width: 260px;
}
.tokushu .img2 img {
	border: #EBE9E9 solid 1px;
	width: 160px;
}
.tokushu .float {
	width: 430px;
	height: auto;
	margin:0 auto 10px!important;
}
.tokushu .left {
	float: left;
}
.tokushu .right {
	width: 160px;
	height: 260px;
	float: right;
	position: relative;
}
.tokushu .right .value {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFFFFF;
}
.tokushu .ph_box{
	width: 100%;
	margin: 0 auto 10px!important;
}
.tokushu .img3{
	width:88px;
	padding: 0 1px;
	position: relative;
	font-size: 70%!important;
}
.tokushu .img3 img{
	width:100%;

}
.tokushu .img3:after{
	content:"クリックで拡大";
	display:block;
	font-weight: bold;
	color: #000!important;
	background-color: rgba(255,255,255,0.65);
	padding: 3px 0!important;
	width: 88px;
	text-align: center;
	position: absolute;
	bottom:0;
	left: auto;
	text-shadow:-2px -1px 1px #ffffff,1px 0px 0px #ffffff,1px 1px 0px #ffffff,-1px -1px 0px #ffffff,1px 0px 0px #ffffff;
}
.tokushu table {
	color: #000000;
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto!important;
}
.tokushu th{
	width: 30%!important;
	border: solid 1px;
	background-color: #d4d4d4;
}
.tokushu td {
	border: solid 1px;
	padding: 0.5em;
	width: 70%!important;
	background-color: #FFFFFF;
}
/*related_product*/
.tokushu .related_product {
	margin-bottom: 30px;
}
/*footer*/
.tokushu .footer {
	text-align: center;
	width: 510px;
	padding: 10px 0!important;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 30px;
	font-size: 70%!important;
}
/*backtop*/
.tokushu .page-top .backtop {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9999!important;
}
/*link*/
.tokushu a:link {
	text-decoration: none;
	color: #FFFFFF!important;
}
.tokushu a:visited {
	color: #FFFFFF !important;
}
.tokushu a:hover {
	color: #f5a100 !important;
}
.tokushu .img1 a:hover img,.tokushu .cart a:hover img,.tokushu .backtop a:hover img,.tokushu .related_product a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tokushu .img3 a:hover img{
	position: relative!important;
	top: 2px!important;
}
.tokushu .youtube a:hover img{
	position: relative!important;
	top: 2px!important;
	
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}