@charset "UTF-8";

/* -- sns -- */
.sns-wrap {
	margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
	margin-top: -2px !important;
}

/* -- all -- */
.tokusetsu {
	position: relative;
	width: 720px;
	margin: 0;
	padding: 0;
	background: url(../imgs/bg.jpg) repeat left top;
	background-color: #202020;
	color: #202020 !important;
	font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
	font-size: 62.5% !important;
	line-height: 1 !important;
	text-align: center;
	overflow: hidden;
}

.tokusetsu .header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 720px;
	height: 486px;
	/*background: url(../imgs/header.png) no-repeat left top;*/
}

.tokusetsu .lead {
	width: auto;
	color: #fff !important;
	font-family: "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
	font-size: 16px !important;
	font-size: 1.6em !important;
	line-height: 1.3 !important;
	margin-bottom: 20px !important;
	padding: 5px 40px 10px !important;
	text-align: left !important;
	-webkit-text-shadow: 2px 2px 2px rgba(211, 200, 139, 0.95);
	-ms-text-shadow: 2px 2px 2px rgba(211, 200, 139, 0.95);
	-moz-text-shadow: 2px 2px 2px rgba(211, 200, 139, 0.95);
	-o-text-shadow: 2px 2px 2px rgba(211, 200, 139, 0.95);
	text-shadow: 2px 2px 2px rgba(211, 200, 139, 0.95);
	/*background-color: rgba(255, 255, 255, 0.3);*/
  background: -moz-linear-gradient(top,rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  /* Firefox */
  background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  /* safari Chrome */
  background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  /* IE */
}

.tokusetsu .lead p:first-child {
	text-align: center !important;
	font-size: 15px !important;
	font-size: 1.5em !important;
	line-height: 1.6 !important;
}


.tokusetsu a,
.tokusetsu a img {
	text-decoration: none !important;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tokusetsu div,
.tokusetsu p,
.tokusetsu h3,
.tokusetsu h4 {
	margin: 0 !important;
	padding: 0 !important;
	background: none;
}

.tokusetsu .top {
	width: 720px;
	margin-bottom: -20px !important;
	height: 20px;
	background: url(../imgs/deco_top.png) no-repeat center bottom;
	text-align: center;
}

/* -- main-block -- */
.tokusetsu .main-block {
	position: relative;
	width: 630px;
	margin: 20px auto !important;
	padding: 1px !important;
	border: 1px solid #94771d;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .main-block > span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px !important;
	border: 2px solid #94771d;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .main-block:before {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 23px;
	height: 24px;
	background: url(../imgs/deco_side.png) no-repeat left top;
	content: "";
}

.tokusetsu .main-block:after {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 23px;
	height: 24px;
	background: url(../imgs/deco_side.png) no-repeat left top;
	content: "";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.tokusetsu .main-block > span:before {
	display: inline-block;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 23px;
	height: 24px;
	background: url(../imgs/deco_side.png) no-repeat left top;
	content: "";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.tokusetsu .main-block > span:after {
	display: inline-block;
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 23px;
	height: 24px;
	background: url(../imgs/deco_side.png) no-repeat left top;
	content: "";
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.tokusetsu .main-block h3 {
	padding: 5px !important;
	border-bottom: 4px double rgba(148, 119, 29, 0.6);
	color: #94771d !important;
	font-size: 2.2em;
	font-size: 22px !important;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .main-block h3 small {
	font-size: 1.6em;
	font-size: 16px !important;
}

/* -- product -- */
.tokusetsu .product {
	width: 580px;
	margin: 10px auto !important;
	padding: 10px !important;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .product > table {
	width: 100%;
	color: #fff !important;
	font-size: 1.3em;
	font-size: 13px !important;
	text-align: left;
}

.tokusetsu .product > table th,
.tokusetsu .product > table td {
	padding: 6px 6px 3px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .product > table th {
	width: 25%;
	font-weight: bold;
}

.tokusetsu .product > table td {
	width: 75%;
}

.tokusetsu .product > table td i {
	position: relative;
	bottom: 5px;
	margin: 0 3px !important;
	font-size: 0.8em;
	font-size: 8px !important;
}

.tokusetsu .product iframe {
	width: 420px;
	height: 236px;
	margin-top: 20px !important;
	border: 1px solid rgba(211, 200, 139, 0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
	-ms-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
	-moz-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
	-o-box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
	box-shadow: 0px 0px 10px 0px rgba(211, 200, 139, 0.65);
}

.tokusetsu .product p {
	margin-bottom: 10px !important;
	color: #94771d !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: bold;
	text-align: left;
	line-height: 1.4 !important;
}

.tokusetsu .product img {
	width: 100%;
	margin: 5px auto 15px auto !important;
}

.tokusetsu .product ul {
	text-align: left;
}

.tokusetsu .product ul li {
	color: #dadada !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.15em;
	font-size: 11.5px !important;
	line-height: #dadada !important;
}

/* -- item -- */
.tokusetsu .item {
	width: 580px;
	margin: 10px auto !important;
	padding: 5px 0 !important;
	text-align: center;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item img:first-child {
	float: left;
	width: 250px;
	margin: 5px 15px 5px 5px !important;
	border: 1px solid #ebebeb;
}

.tokusetsu .item .detail {
	position: relative;
	height: 250px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item .detail p {
	margin: 5px !important;
	color: #94771d !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6em;
	font-size: 16px !important;
	font-weight: bold;
	text-align: left;
	line-height: 1.4 !important;
}
.tokusetsu .item .detail p a{
	color:#94771d !important;
}
.tokusetsu .item .detail p a:hover{
	color: #aeaeae !important;
	text-decoration: underline !important;
}


.tokusetsu .item .detail .value {
	position: absolute;
	bottom: -5px;
	right: 5px;
	text-align: right;
}


.tokusetsu .item .detail .value dl {
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.tokusetsu .item .detail .value dl dt {
	display: inline-block;
	margin-right: 5px !important;
	font-size: 1.5em;
	font-size: 15px !important;
}

.tokusetsu .item .detail .value dl dd {
	display: inline-block;
	font-size: 2.2em;
	font-size: 22px !important;
	font-weight: bold;
}

.tokusetsu .item .detail .value dd:after {
	display: inline-block;
	font-size: 1em;
	font-size: 10px !important;
	font-weight: normal;
	content: "（税込）";
}

.tokusetsu .item .detail .value a {
	display: inline-block;
	width: 150px;
	height: 38px;
	margin: 8px 2px !important;
	background: -moz-linear-gradient(top, #f2bc29, #e79d0f);
	background: -webkit-linear-gradient(top, #f2bc29, #e79d0f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2bc29), to(#e79d0f));
	background: -o-linear-gradient(top, #f2bc29, #e79d0f);
	background: linear-gradient(to bottom, #f2bc29, #e79d0f);
	text-align: center;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 0px 1px #96461b;
	-ms-box-shadow: 1px 1px 0px 1px #96461b;
	-moz-box-shadow: 1px 1px 0px 1px #96461b;
	-o-box-shadow: 1px 1px 0px 1px #96461b;
	box-shadow: 1px 1px 0px 1px #96461b;
}

.tokusetsu .item .detail .value a span {
	display: block;
	color: #000 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.45em;
	font-size: 14.5px !important;
	font-weight: bold;
	line-height: 42px !important;
	letter-spacing: -1px;
}

.tokusetsu .item .detail .value a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: galpha(opacity=70) ;
}

.tokusetsu .item h4 {
	display: block;
	width: 98%;
	margin: 20px auto 15px auto !important;
	padding: 10px 0 7px !important;
	border: 1px solid #aeaeae;
	color: #dadada !important;
	font-size: 1.8em;
	font-size: 18px !important;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item h4 + ul {
	margin: 15px 0 10px !important;
	text-align: left;
}

.tokusetsu .item h4 + ul li {
	color: #dadada !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.25em;
	font-size: 12.5px !important;
	line-height: 1.6 !important;
}


.tokusetsu .item .images {
	width: 100%;
	text-align: center;
}

.tokusetsu .item .images img {
	display: inline-block;
	margin: 0 5px !important;
}

/* -- item_l -- */
.tokusetsu .item_l {
	width: 580px;
	margin: 10px auto !important;
	padding: 5px 0 !important;
	text-align: center !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item_l > p {
	margin: 5px !important;
	color: #94771d !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6em;
	font-size: 16px !important;
	font-weight: bold;
	text-align: center !important;
	line-height: 1.4 !important;
}

.tokusetsu .item_l > p a{
	color:#94771d;
}

.tokusetsu .item_l > p a:hover{
	color: #aeaeae !important;
	text-decoration: underline !important;
}

.tokusetsu .item_l .media {
	margin: 10px auto !important;
	overflow: hidden;
	text-align:center !important;
	width: 580px;
}

.tokusetsu .item_l .media img {
	display: inline-block;
	width: 200px;
	margin: 5px !important;
	border: 1px solid #ebebeb;
	vertical-align: top;
}

.tokusetsu .item_l .media img:first-child {
	width: 250px;
}

.tokusetsu .item_l .value {
	text-align: center;
}

.tokusetsu .item_l .value dl {
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.tokusetsu .item_l .value dl dt {
	display: inline-block;
	margin-right: 5px !important;
	font-size: 1.5em;
	font-size: 15px !important;
}

.tokusetsu .item_l .value dl dd {
	display: inline-block;
	font-size: 2.2em;
	font-size: 22px !important;
	font-weight: bold;
}

.tokusetsu .item_l .value dd:after {
	display: inline-block;
	font-size: 1em;
	font-size: 10px !important;
	font-weight: normal;
	content: "（税込）";
}

.tokusetsu .item_l .value a {
	display: inline-block;
	width: 160px;
	height: 38px;
	margin: 8px !important;
	background: -moz-linear-gradient(top, #f2bc29, #e79d0f);
	background: -webkit-linear-gradient(top, #f2bc29, #e79d0f);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2bc29), to(#e79d0f));
	background: -o-linear-gradient(top, #f2bc29, #e79d0f);
	background: linear-gradient(to bottom, #f2bc29, #e79d0f);
	text-align: center;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 0px 1px #96461b;
	-ms-box-shadow: 1px 1px 0px 1px #96461b;
	-moz-box-shadow: 1px 1px 0px 1px #96461b;
	-o-box-shadow: 1px 1px 0px 1px #96461b;
	box-shadow: 1px 1px 0px 1px #96461b;
}

.tokusetsu .item_l .value a span {
	display: block;
	color: #000 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.5em;
	font-size: 15px !important;
	font-weight: bold;
	line-height: 42px !important;
	letter-spacing: -1px;
}

.tokusetsu .item_l .value a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: galpha(opacity=70) ;
}

.tokusetsu .item_l .value p {
	margin: 10px auto 5px auto !important;
	color: #f2bc29;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.5em;
	font-size: 15px !important;
	font-weight: bold;
	text-decoration: underline;
}

.tokusetsu .item_l h4 {
	display: block;
	width: 98%;
	margin: 20px auto 15px auto !important;
	padding: 10px 0 7px !important;
	border: 1px solid #aeaeae;
	color: #dadada !important;
	font-size: 1.8em;
	font-size: 18px !important;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item_l h4 + ul {
	margin: 15px 0 10px !important;
	text-align: left;
}

.tokusetsu .item_l h4 + ul li {
	color: #dadada !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.25em;
	font-size: 12.5px !important;
	line-height: 1.6 !important;
}

.tokusetsu .item_l .ca_tokuten {
	width: 98%;
	margin: 20px auto 10px auto !important;
	padding: 20px 15px !important;
	background-color: #94771d;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item_l .ca_tokuten h5 {
	width: 100%;
	padding: 10px 0 7px !important;
	background-color: #000;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.8em;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
}

.tokusetsu .item_l .ca_tokuten p {
	margin: 15px auto 10px auto !important;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.2em;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.6 !important;
	text-align: left !important;
}

.tokusetsu .item_l .ca_tokuten p + img {
	width: 58%;
}

.tokusetsu .item_l .ca_tokuten img + img {
	display: inline-block;
	width: 45%;
	margin: 15px 5px 0 !important;
}

/* -- tokuten -- */
.tokusetsu .tokuten {
	width: 100%;
	text-align: center;
}

.tokusetsu .tokuten div {
	display: inline-block;
	width: 48%;
	margin: 15px 0 5px !important;
	text-align: center;
	vertical-align: top;
}

.tokusetsu .tokuten div img {
	width: 96%;
	margin: 8px !important;
}

.tokusetsu .tokuten div p {
	color: #dadada !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.2em;
	font-size: 12px !important;
	letter-spacing: -0.5px !important;
}

/* -- oficial -- */
.tokusetsu .official {
	display: inline-block;
	width: 280px;
	margin: 5px auto 8px !important;
	padding: 7px 15px 3px !important;
	border: 1px solid #474747;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .official a {
	display: block;
	width: 100%;
	height: 100%;
}

.tokusetsu .official a p {
	margin: 5px auto !important;
	color: #dadada !important;
	font-size: 1.5em;
	font-size: 15px !important;
}

.tokusetsu .official a p:last-child {
	letter-spacing: -1.5px;
}

.tokusetsu .official a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: galpha(opacity=70) ;
}

/* -- footer -- */
.tokusetsu .footer {
	padding: 10px 0 !important;
	text-align: center;
}

.tokusetsu .footer p {
	display: inline-block;
	color: #dadada !important;
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-size: 11px !important;
}

.tokusetsu .footer p:before {
	display: inline-block;
	margin: 0 5px !important;
	font-family: FontAwesome;
	content: "\f1f9";
}

/* -- backtop -- */
.tokusetsu .backtop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

.tokusetsu .backtop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: rgba(204, 204, 204, 0.95);
	text-align: center;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.tokusetsu .backtop i {
	margin: 10px auto !important;
	color: #fff !important;
	font-size: 4em;
}

.tokusetsu .backtop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: galpha(opacity=70) ;
}
