@charset "UTF-8";

/* Global Reset
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Common
-------------------------------------------------------------------- */
body {
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
    position: relative;
    overflow-x: hidden;
}

a {
	color: #2d69a1;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

p {
	margin-bottom: 1.5em;
}


/* contents
-------------------------------------------------------------------- */
article {
	margin: 20px 3.2%;
	background: #fff;
	border: 1px solid #9b9da0;
	box-sizing: border-box;
}

h1 {
    border-bottom: 1px solid #9b9da0;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    color: #48ce50;
}

.box {
	overflow: hidden;
}

.photo {
    float: left;
	width: 400px;
	margin: 10px;
	text-align: center;
}

.photo img {
	width: 100%;
}

.photo li + li {
	margin-top: 10px;
}

.text {
    margin: 10px 10px 10px 420px;
}

.text .movie {
	margin-bottom: 0.5em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}

.text .movie iframe,
.text .movie object,
.text .movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text strong {
	font-weight: bold;
}

.comment {
    color: #ff003f;
}

/* Goods Icon
-------------------------------------------------------------------- */
.icon {
	overflow: hidden;
}

.icon li {
	border: 0;
	background: url(../imgs/icon_goods.png) 0 bottom no-repeat;
	background-size: 100%;
	float: left;
    margin: 0 5px 10px;
	padding-top: 72px;
	height: 0;
	width: 72px;
	overflow: hidden;
}

.icon li.presale {
	background-position: 0 0;
}

.icon li.favor {
	background-position: 0 -73px;
}

.icon li.newitem {
	background-position: 0 -146px;
}

.btnArea {
	width: 204px;
	height: 37px;
	margin: 10px auto;
	overflow: hidden;
}

.itemTw a {
	background: url(../imgs/btn_item_tw.png) left top no-repeat;
    background-size: 100%;
	display: block;
	padding-top: 35px;
	height: 0;
	width: 205px;
	overflow: hidden;
}

.shop {
	overflow: hidden;
}

.shop a {
	text-decoration: none;
}

.shop dt {
	background: #12bb3a;
	margin: 10px 0;
	padding: 2px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;	
}

.shop dt:before {
	content: "▼ "
}

.shop dt:after {
	content: " ▼"
}

.shop dd {
	width: 50%;
	float: left;
	font-size: 11px;
	text-align: center;
}

.shop dd p {
	margin-bottom: 10px;
}

.shop .otomart,
.shop .otoizumi {
	width: 150px;
	height: 50px;
	margin: 0 auto 10px;
}

.shop span {
	background: #f00;
	color: #fff;
	padding: 2px 4px;
}

.shop .otomart a {
	background: url(../imgs/btn_shop.jpg) no-repeat left top;
    display: block;
    padding-top: 50px;
    height: 0;
    width: 150px;
    overflow: hidden;
}

.shop .otoizumi a,
.shop .otomart.under,
.shop .otomart.no,
.shop .otoizumi.under,
.shop .otoizumi.no {
	background: url(../imgs/btn_shop.jpg) no-repeat right top;
    display: block;
    padding: 50px 0 0;
    height: 0;
    width: 150px;
    overflow: hidden;
}

.shop .otomart.under {background-position: left -50px;}
.shop .otoizumi.under {background-position: right -50px;}
.shop .otomart.no {background-position: left -100px;}
.shop .otoizumi.no {background-position: right -100px;}


/* Copyright
-------------------------------------------------------------------- */
.copyright {
	margin: 20px;
}


/* aside
-------------------------------------------------------------------- */
aside {
	display: none;
}


/* SmartPhone
-------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

article {
	position: relative;
	margin: 10px 3.2%;
	overflow: hidden;
}

.photo { 
	float: none;
	width: auto;
}

.text { 
	float: none;
	width: auto;
	margin: 0 3.2%;
    min-width: 200px;
}

.photo img {
	width: 200px;
}

.icon {
	margin: 10px 0;
}

.icon li {
	padding-top: 50px;
    width: 50px;
}

.icon li.favor {
	background-position: 0 -50px;
}

.icon li.newitem {
	background-position: 0 -100px;
}

ul.btnArea {
	width: 100%;
	display: table;
}

ul.btnArea li {
	display: table-cell;
}

ul.btnArea li a{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow:rgba(51, 51, 51, 0.3) 0px 0px 3px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	display: block;
    margin: 2px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

.itemTw a {
    background: #55acee;
	padding-top: 0;
	height: auto;
	width: auto;
}

.itemLine a {
    background: #09B701;
}

.shop dd {
	font-size: 10px;
}

.shop dd p a span {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.shop .otomart,
.shop .otoizumi {
    width: 130px;
    height: 43px;
    margin: 0 auto;
}

.shop .otomart a,
.shop .otoizumi a,
.shop .otomart.under,
.shop .otomart.no,
.shop .otoizumi.under,
.shop .otoizumi.no {
	background-size: 260px;
    padding-top: 43px;
    width: 130px;
}

.shop .otomart.under {background-position: left -43px;}
.shop .otoizumi.under {background-position: right -43px;}
.shop .otomart.no {background-position: left -86px;}
.shop .otoizumi.no {background-position: right -86px;}

#button {
	display: none;
}

.copyright {
	font-size: 10px;
	margin: 10px 3.2%;
}

aside {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
}

}