@charset "utf-8";

* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
	background:#f3f3f3;
}
body {
	margin: 0;
	padding:0;
	position: relative;
	color: #000;
	text-align: center;
	font-size: 75%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	outline:none;
	cursor:pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
#wrapper {
	width:100%;
	margin:0;
	padding:0;
	min-width:900px;
	overflow:hidden;
}
.wrapper {
	width:100%;
	margin:0;
	padding:0;
	min-width:900px;
	overflow:hidden;
	opacity:0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity:0; /* Safari 1.x */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
	position:relative;
}
header {
	width:100%;
	margin:0 auto;
	padding:0 0 12px;
}
header h1 {
	background:#000;
	margin:0;
	padding:8px;
	text-align:left;
	line-height:0;
	border-bottom:#fa1a00 solid 5px;
	-webkit-box-shadow: -1px 6px 7px -2px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: -1px 6px 7px -2px rgba(0, 0, 0, 0.44);
	box-shadow: -1px 6px 7px -2px rgba(0, 0, 0, 0.44);
}
header .sns {
	width:900px;
	margin:0 auto;
	padding:15px;
	text-align:right;
}
header .sns ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
}
header .sns ul:after {
	overflow: hidden;
}
header .sns li {
	float: left;
	margin: 0 10px 0px 0;
	padding: 0;
	list-style:none;
}
.fb_iframe_widget{
	width:100px;
}


iframe.twitter-share-button {
	width: 90px !important;
	margin-bottom: 0;
}
iframe.hatena-bookmark-button-frame {
	margin-bottom: 0;
}
div#___plusone_0 {
	width: 60px !important;
}
.fb-like {
	line-height: 1;
}
header h2 {
	width:900px;
	margin:0 auto;
	padding:0;
	line-height:0;
}
footer {
	margin:0;
	padding:20px 0;
	text-align:center;
}
footer h1 {
	margin:0 0 10px;
	padding:0;
}
footer p.copyright {
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
	color:#656269;
}
/* section classes
----------------------------------------------------------------------*/

section.list {
	padding:27px 27px 0px 27px;
	width:846px;
	background:#fff;
	margin:0 auto;
	border-top:#000 solid 7px;
	border-bottom:#000 solid 7px;
	position:relative;
}
section.list .glow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1116px;
	background:#FFF;
	z-index:10;
	display:none;
	opacity:0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity:0; /* Safari 1.x */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
}
section.list .glow .load {
	position:absolute;
	top:325px;
	left:434px;
}
section.list .read {
	width:900px;
	height:682px;
	z-index:20;
	display:none;
	position:absolute;
	top:-7px;
	left:0;
	opacity:0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity:0; /* Safari 1.x */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
}
section.list #frame {
	border:none;
	width:900px;
	height:682px;
	margin:0;
	padding:0;
}
section.list #button_fadeOut {
	position:absolute;
	top:70px;
	right:30px;
	z-index:21;
	width:17px;
	height:17px;
	display: none;
	opacity:0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity:0; /* Safari 1.x */
	-moz-opacity:0; /* FF lt 1.5, Netscape */
}
section.list .model_area {
	width:846px;
	margin:0;
	padding:0;
	overflow:hidden;
}
section.list ul {
	margin:0;
	padding:0;
	width:864px;
}
section.list li {
	width:270px;
	margin:0 18px 50px 0;
	padding:0;
	float:left;
	list-style:none;
}
section.list li figure {
	width:270px;
	height:270px;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	overflow:hidden;
}
section.list li figure a {
	display:block;
}
section.list li figure img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
section.list li figure img:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
section.list li figcaption {
	margin:0;
	padding:10px 0 0;
	text-align:left;
}
section.models {
	padding:0;
	width:900px;
	background:#fff;
	margin:0;
	border-bottom:#000 solid 7px;
	position:relative;
}
section.models .control {
	margin:0;
	padding:12px;
	background:#000;
}
section.models .control a:hover {
	opacity:0.7; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity:70; /* Safari 1.x */
	-moz-opacity:70; /* FF lt 1.5, Netscape */
}
section.models .control .back {
	float:left;
}
section.models .control .next {
	float:right;
}
section.models figure {
	float:left;
	width:453px;
	height:632px;
}
section.models .right {
	float: right;
	width: 348px;
	position: relative;
	margin: 50px 60px 0 0;
	text-align:left;
}
section.models .right h1 {
	height:166px;
	margin:0;
	padding:0;
	text-align:left;
}
section.models .right .text {
	height:154px;
	margin:0;
	padding:0;
}
section.models .right .product {
	height:206px;
	margin:0;
	padding:20px 0 0;
	border-bottom:#e8e8e8 solid 1px;
	border-top:#e8e8e8 solid 1px;
}
section.models .right .buy {
	position:absolute;
	bottom:10px;
	left:0;
}
section.models .right .buy a:hover {
	opacity:0.7; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity:70; /* Safari 1.x */
	-moz-opacity:70; /* FF lt 1.5, Netscape */
}
section.models .right .shop {
	position: absolute;
	bottom: -16px;
	right: -40px;
}
section.models .right .shop a:hover {
	opacity:0.7; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity:70; /* Safari 1.x */
	-moz-opacity:70; /* FF lt 1.5, Netscape */
}
.loading {
	position:absolute;
	top:325px;
	left:434px;
}
.movie {
	margin:0;
	padding:100px 0;
	text-align:center;
	position:relative;
}
.movie .link {
	position:absolute;
	right:0;
	top:0;
}
.movie .link a:hover {
	opacity:0.7; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity:70; /* Safari 1.x */
	-moz-opacity:70; /* FF lt 1.5, Netscape */
}
