@charset "UTF-8";

/*======================================

	for Smartphone

=======================================*/

/*-----------------------------
	base
-----------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,
header,hgroup,section,article,aside,footer,figure,figcaption,nav {
	margin: 0px;
	padding: 0px;
}
body {
	color: #ffffff;
	background: #000000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 10px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display: block;
}
input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6,p,li,dd,dt {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
}
dt,dd,li {
	text-indent: 0;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
address,em,cite {
	font-style: normal;
}
fieldset {
	border: none;
}

/*-----------------------------
	link
-----------------------------*/
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

/*-----------------------------
	clearfix
-----------------------------*/
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*-----------------------------
	container
-----------------------------*/
#container {
	width: 320px;
	margin: 0 auto;
	padding-bottom: 16px;
}

/* movie */
section.movie {
	position: relative;
	margin-bottom: 30px;
	margin-top: -227px;
}

section.movie p.movie {
	text-align: center;
	margin-bottom: 3px;
}

section.movie p.release {
	text-align: center;
	margin-bottom: 0px;
}

section.movie p.title {
	position: absolute;
	left: 65px;
	top: -56px;
}

section.movie p.sub {
	text-align: center;
}

section.movie p.spmovie {
	text-align: center;
}

ul.special {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 256px;
}

ul.special_top {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 275px;
}

ul.special_top li,
ul.special li {
	display: inline;
}

section.kentei ul {
	margin: 0 auto 30px;
}

section.kentei ul li {
	margin-bottom: 5px;
	text-align: center;
}

/* content */
div.content {
	padding: 0 0 0 15px;
}

div.toptemp {
	margin-top: -130px;
}

div.content p.spmovie {
	text-align: center;
	margin-bottom: 28px;
	padding: 0 15px 0 0;
}

/* detail */
section.detail {
	margin-bottom: 33px;
}

section.detail dl {
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
}

section.detail dl dt {
	float: left;
	margin-right: 8px;
}

section.detail dl dd {
	float: left;
	padding-top: 1px;
}

section.detail p.caution {
	font-size: 7px;
	line-height: 2;
}

section.detail dl dd.txts {
	padding-top: 0px;
	font-size: 9px;
}

section.dvd {
	margin-bottom: 35px;
}

section.dvd h2 {
	margin-bottom: 7px;
	text-align: center;
}

section.dvd p {
	text-align: center;
}

/* campaign */
section.campaign {
	position:relative;
	margin-top:-300px;
}

section.campaign h2 {
	margin-bottom:15px;
}

section.campaign a {
	color:red;
}

section.campaign .campaign_inner {
	padding:0 25px 25px 30px;
}

section.campaign div.detail {
	padding:10px;
	border:solid 1px #999999;
	margin-bottom:40px;
}

section.campaign dl {
	margin-bottom:20px;
}

section.campaign dl.last {
	margin-bottom:0px;
}

section.campaign dl dt {
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	color:#ffffff;
	line-height:2;
}

section.campaign dl dd {
	font-size:11px;
	margin-bottom:5px;
	color:#b2b2b2;
	line-height:1.333;
}

section.campaign dl dd .caution {
	font-size:9px;
}

section.campaign div.oubo {
	margin-bottom:40px;
}

section.campaign div.oubo h4 {
	margin-bottom:10px;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
}

section.campaign div.oubo p.lead {
	margin-bottom:20px;
}

section.campaign div.oubo dl {
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}

section.campaign div.oubo dl dt {
	width:39px;
	float:left;
	font-size:11px;
	line-height:1.333;
}

section.campaign div.oubo dl dt span.arrow{
	line-height:3;
}

section.campaign div.oubo dl dd {
	width:226px;
	float:left;
	font-size:11px;
}

section.campaign div.oubo dl dd p {
	margin-bottom:5px;
}

section.campaign div.oubo dl dd p span {
	font-size:9px;
}

section.campaign div.oubo dl dd p.btn_tweet {
	cursor: pointer;
}

section.campaign div.detail dl dd span.present {
	color: #fc8708;
	font-weight:bold;
}



/* sep */
p.sep1 {
	margin-bottom: 35px;
	text-align: center;
}

p.sep2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

/* share */
ul.share {
	margin-bottom: 0px;
	padding-left: 21px;
	overflow: hidden;
}

ul.share li {
	float: left;
	margin-right: 14px;
}

ul.share li.mixi {
	position: relative;
}

ul.share li.mixi a {
	width: 73px;
	height: 60px;
	display: block;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}

ul.share li.mixi a img {
	display: none;
}

ul.share li.mixi img.btnImg {
/*	display: none;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}


/* footer */
footer {

}

footer p.logo {
	text-align: center;
	margin-bottom: 10px;
}

footer ul.logo {
	margin-bottom: 12px;
	padding-left: 21px;
	overflow: hidden;
}

footer ul.logo li {
	float: left;
	margin-right: 17px;
}

footer p.caption {
	font-size: 8px;
	line-height: 2;
	color: #999999;
	padding-right: 15px;
}

footer p.copyright {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 15px;
}









/* special */
section.special {
	margin-top: -135px;
	padding-left: 27px;
	height: 90px;
	margin-bottom: 28px;
}

section.special ul li {
	position: relative;
	float: left;
}

section.special ul li:nth-child(1) {
	margin-right: 8px;
}

section.special ul li .title {
	position: absolute;
	left: -13px;
	top: -13px;
}

section.special ul .spimg {
	-webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
}


/* gnavi */
nav.gnavi {
	padding-left: 12px;
	margin-bottom: 34px;
}

nav.gnavi ul li {
	margin-bottom: 1px;
}


/* feature */
section.feature {
	margin-top: -608px;
	margin-bottom: 50px;
}

section.feature dl {
}

section.feature dl dt {
	width: 265px;
	margin: 0 auto 10px;
}

section.feature dl dd {
	width: 240px;
	margin: 0 auto;
	font-size: 8px;
	line-height: 1.57;
	color: #cccccc;
}