/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html{
	color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

html>/**/body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
* + html body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

img {
   vertical-align:bottom
}

/*------------------------------------------------------------
	Allレイアウトcss
------------------------------------------------------------*/

body {
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	background: url(../img/bg.jpg) repeat-y left top;
	background-size: contain;
}
.clr {
	clear: both;
	line-height: 0 !important;
	display: block;
	height: -1px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

a, a:hover {
	color: #000;
	text-decoration: none;
}


/*------------------------------------------------------------
	 content
------------------------------------------------------------*/


header {
	position: relative;
	width: 100%;
	background: #fff;
}

header img {
	float: left;
	width:60%;
}

header h1 {
	position: absolute;
	width: 60%;
	top: 0;
	left: 0;
	float: left;
	text-indent: -9999px;
}

header div.mouter {
	position: absolute;
	width: 35%;
	padding: 0.5em 0;
	bottom: 0.5em;
	right: 4%;
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top, #a90329, #6d0019);
	background: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
}

.portrait div.mouter {
	position: absolute;
	width: 35%;
	padding: 0.5em 0;
	bottom: 0.5em;
	right: 4%;
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top, #a90329, #6d0019);
	background: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
}

.landscape div.mouter {
	position: absolute;
	width: 35%;
	padding: 0.5em 0;
	bottom: 1.7em;
	right: 4%;
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top, #a90329, #6d0019);
	background: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
}

header div.marquee {
	width: 85%;
	margin: 0 auto;
	padding: 0 0 0.5em 0.5em;
	text-align: left;
	line-height: 2;
	background: #fff;
	overflow: hidden;
	height: 1.2em;
	-webkit-box-shadow: inset 1px 1px 0px 0px #666;
	-moz-box-shadow: inset 1px 1px 0px 0px #666;
	box-shadow: inset 1px 1px 0px 0px #666;
}

p.mchild {
	text-indent: 0.5em;
}

p.mchild a:link, p.mchild a:visited {
	color: #00f !important;
	text-decoration: underline;
}

.search, .ranking {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.shadow {
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 100;
}

.over_cont {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
}

.over_cont p {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
}

.search .over_cont p {
	text-align: left;
	margin-top: 0.5em;
}

.search select, .search input[type="text"] {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
}

.search button {
	font-size: 16px;
	margin-top: 0.5em;
}

.over_cont a, .over_cont a:hover {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1;
	padding: 0.7em 0;
	color: #fff !important;
	border-top: 1px solid #fff;
}

.over_cont a.last {
	border-bottom: 1px solid #fff;
}


.over_cont p img {
	height: 1em;
	padding-left: 0.5em;
}

img.close {
	float: right;
	width: 40px;
	margin-top: 20px;
	margin-right: 20px;
}

.search h2, .ranking h2 {
	position: static;
	width: 50%;
	margin: 1em auto 0.5em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-indent: 0;
	padding-top: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #fff;
	background: transparent;
}

nav {
	width: 95%;
	padding: 0 2.5%;
	background: url(../img/bghead.jpg) repeat-x left top;
	background-size: contain;
}

nav li {
	width: 19.8%;
	margin: 3% 1.3%;
	padding: 1%;
	float: left;
	background: #000;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

nav li img {
	width: 100%;
}

div.ad {
	width: 95%;
	margin: 3% auto;
}

div.ad img {
	width: 100%;
}

section {
	width: 95%;
	margin: 3% auto;
	padding-bottom: 1em;
	background: #fff;
	border: 1px solid #8aa7cc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 2px 3px #333;
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
}

section.pick {
	border: 1px solid #ff858e;
}

section h2 {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	text-indent: 0.8em;
	padding-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #8aa7cc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: -moz-linear-gradient(top, #ffffff, #eaf3fe);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaf3fe));
}

section.pick h2 {
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	text-align: center;
	border-bottom: 1px solid #ff858e;
	background: -moz-linear-gradient(top, #fe9798, #ff5b5c);
	background: -webkit-gradient(linear, left top, left bottom, from(#fe9798), to(#ff5b5c));
}

section.new h2 {
	text-indent: 2em;
}

section h2 span {
	color: #dc0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	float: right;
	margin-top: 1.3em;
	margin-right: 1em;
}

section h2 img {
	position: absolute;
	top: 0.1em;
	left: 0.2em;
	height: 1.8em;
}

div.boxl, div.boxm {
	margin-left: 3%;
	margin-bottom: 1em;
	float: left;
	text-align: left;
}

div.boxl img, div.boxm img {
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

div.box .fl img {
	width: 100px;
}

div.box .fr img {
	width: 10px;
}

div.boxl h3, div.boxm h3 {
	height: 3em;
	overflow: hidden;
}

div.boxl {
	width: 46%;
	min-height: 160px;
	max-height: 160px;
}

div.boxm {
	width: 30%;
	min-height: 120px;
}

div.box {
	width: 95%;
	height: 80px;
	margin: 0 auto;
	padding: 0.5em;
	text-align: left;
	position: relative;
}

div.even {
	background: #eee;
}

div.box .fl {
	margin-right: 0.5em;
}

div.box .fr {
	margin-right: 0.5em;
	margin-top: 2em;
	position: absolute;
	top: 15px;
	right: 0;
}

div.box h3 {
	height: 3em;
	overflow: hidden;
}

div.box h3, div.box p {
	padding: 0.5em;
}

div.box p span {
	color: #dc0000;
	padding-left: 1em;
}

div.page {
	width: 95%;
	margin: 0.5em auto;
	font-size: 1.2em;
}

div.page .prev, div.page .next {
	display: table-cell;
	vertical-align: middle;
}

div.page .prev img, div.page .next img {
	width: 70px;
}

div.page ul {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

div.page li {
	display: inline-block;
	padding: 0 0.5em;
}

div.more {
	width: 95%;
	margin: 0 auto;
}

div.more img {
	width: 100%;
}

div.play {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

div.play h3 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0.5em;
}

div.play hr {
	border: 0;
	height: 1px;
	background: #8aa7cc;
}

div.play img {
	width: 100%;
}

p.deta01, p.deta02 {
	width: 100%;
	text-align: right;
}

p.deta01 span {
	color: #dc0000;
	padding-left: 1em;
}

p.deta02 a:link, p.deta02 a:hover {
	color: #039;
}

p.detail {
	text-align: left;
}

p.detail strong {
	display: block;
	font-weight: bold;
}

section.rel h2 {
	font-size: 12px;
}

section.cate {
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

ul#tab {
	width: 100%;
}

ul#tab li {
	display: block;
	width: 48%;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	padding-top: 0.2em;
	border: 1px solid #8aa7cc;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: -moz-linear-gradient(top, #ffffff, #eaf3fe);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaf3fe));
}

ul#tab li.select {
	width: 50%;
	border-bottom: 1px solid #fff;
	background: #fff;
}

div.tabcont {
	background: #fff;
	padding: 1em;
	border-left: 1px solid #8aa7cc;
	border-right: 1px solid #8aa7cc;
	border-bottom: 1px solid #8aa7cc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

div.none {
	display: none;
}

div.tabcont a {
	display: block;
	width: 40%;
	margin: 0.5em 2% 0 8%;
	float: left;
	font-size: 18px;
	text-align: left;
}

p.etc {
	text-align: left;
	margin: 0 0.5em;
}

p.etc strong {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}

footer {
	width: 100%;
	color: #2e2e2e;
	font-size: 10px;
	padding-top: 1em;
}

footer a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	color: #000;
	font-size: 16px;
	text-align: left;
	text-indent: 1.3em;
	text-decoration: none;
	border-top: 1px solid #8e8e8e;
	background: -moz-linear-gradient(top, #fefefe, #e6e6e6);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
}

footer a.last {
	border-bottom: 1px solid #8e8e8e;
}

footer img {
	float: right;
	height: 1em;
	margin-top: 0.3em;
	margin-right: 1.3em;
}

footer p {
	padding: 2em 0;
}

section.app {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #c8cacc;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

section.app h2, section.app a.more {
	display: block;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	text-indent: 0;
	padding: 0.2em 0;
	margin: 0;
	border-bottom: 1px solid #2b2e30;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: -moz-linear-gradient(top, #b1bccc, #7086a5);
	background: -webkit-gradient(linear, left top, left bottom, from(#b1bccc), to(#7086a5));
}

.app_box {
	position: relative;
	width: 96%;
	padding: 6px 2%;
	text-align: left;
	background: #98989c;
}

.app_detail {
	position: relative;
	width: 96%;
	padding: 6px 2%;
	text-align: left;
}

.app_detail a {
	float: right;
	color: white;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	background: #8CA1BE;
	background: -moz-linear-gradient(top, #8CA1BE 0%, #5978A4 50%, #476997 51%, #496B9B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8CA1BE), color-stop(50%,#5978A4), color-stop(51%,#476997), color-stop(100%,#496B9B));
	background: -webkit-linear-gradient(top, #8CA1BE 0%,#5978A4 50%,#476997 51%,#496B9B 100%);
	background: -o-linear-gradient(top, #8CA1BE 0%,#5978A4 50%,#476997 51%,#496B9B 100%);
	background: -ms-linear-gradient(top, #8CA1BE 0%,#5978A4 50%,#476997 51%,#496B9B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8CA1BE', endColorstr='#496B9B',GradientType=0 );
	background: linear-gradient(top, #8CA1BE 0%,#5978A4 50%,#476997 51%,#496B9B 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.app_box.even {
	background: #adadb0;
}

.app_box .fl img, .app_detail .fl img {
	width: 57px;
	margin-right: 0.5em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 2px 3px #333;
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
}

.app_box .fr img {
	width: 10px;
	margin-right: 0.5em;
	margin-top: 15px;
	position: absolute;
	top: 15px;
	right: 0;
}

.app_box h3, .app_detail h3 {
	font-size: 18px;
	overflow: hidden;
}

.app_box h3 span, .app_detail span.inc {
	display: block;
	font-size: 11px;
	color: #333;
}

.app_box p img, .app_detail img {
	width: 13px;
	float: left;
}

.app_box p span, .app_detail span {
	font-size: 10px;
	color: #333;
}

.app p.exp {
	width: 96%;
	padding: 1em 2%;
	text-align: left;
}

.demo {
	margin: 0 auto;
	width: 100%;
	background-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.demo .item {
	width: 200px;
	margin: 0 10px;
	text-align: center;
	float: left;
}
.demo .flipsnap {
	width: 1195px;
	padding-left: 45px;
}

.demo .pointer {
	text-align: center;
}

.demo .pointer span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 1px solid #000;
}

.demo .pointer span.current {
	background: #FC0;
}

div.btn {
	width: 95%;
	margin: 1em auto 0;
	text-align: left;
}

div.btn a {
	display: block;
	padding: 1em;
	margin: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: white;
	background: -moz-linear-gradient(top, white 0%, #E9EAEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#E9EAEB));
	background: -webkit-linear-gradient(top, white 0%,#E9EAEB 100%);
	background: -o-linear-gradient(top, white 0%,#E9EAEB 100%);
	background: -ms-linear-gradient(top, white 0%,#E9EAEB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#E9EAEB',GradientType=0 );
	background: linear-gradient(top, white 0%,#E9EAEB 100%);
	border: 1px solid white;
}

div.btn a.h {
	width: 38%;
	padding: 0.7em;
	text-align: center;
}

div.btn a img {
	width: 13px;
	padding-bottom: 6px;
}

div.btn dl {
	padding: 0.5em 0 1em;
}

div.btn dt {
	width: 100px;
	color: #666;
	float: left;
	text-align: right;
	padding-right: 10px;
}

footer.ap {
	background: #1C1C1C;
	background: -moz-linear-gradient(top, #1C1C1C 0%, #303030 3%, #2E2E2E 5%, #151515 50%, black 51%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1C1C1C), color-stop(3%,#303030), color-stop(5%,#2E2E2E), color-stop(50%,#151515), color-stop(51%,black), color-stop(100%,black));
	background: -webkit-linear-gradient(top, #1C1C1C 0%,#303030 3%,#2E2E2E 5%,#151515 50%,black 51%,black 100%);
	background: -o-linear-gradient(top, #1C1C1C 0%,#303030 3%,#2E2E2E 5%,#151515 50%,black 51%,black 100%);
	background: -ms-linear-gradient(top, #1C1C1C 0%,#303030 3%,#2E2E2E 5%,#151515 50%,black 51%,black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C1C', endColorstr='black',GradientType=0 );
	background: linear-gradient(top, #1C1C1C 0%,#303030 3%,#2E2E2E 5%,#151515 50%,black 51%,black 100%);
	height: 45px;
}





#wrap_slider{
	width:100%;
	min-width:320px;
	height:310px;
	background-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
}

#slider {
	width:100%;
	min-width:320px;
	height:300px;
}

#slider > div > div {
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	overflow:hidden;
}

#slider > div > .swipeview-loading {
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#444), to(#555)),
		-webkit-gradient(linear, 0 0, 100% 0, from(#777), to(#777));
	background-position:50% 50%, 50% 50%;
	background-size:200px 140px, 210px 150px;
	background-repeat:no-repeat;
}



#nav {
	z-index:100;
	top:8px;
	width:150px;
	height:20px;
	left:50%;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}

#nav li {
	float:left;
	width:8px;
	height:8px; line-height:8px;
	-webkit-border-radius:7px;
	background:rgba(255,255,255,0.1);
	padding:0;
	margin:3px 11px 0 0;
	text-align:center;
}

#nav li#prev {
	margin-left:5px;
	background:transparent;
}

#nav li#next {
	margin-right:0;
	background:transparent;
}

#nav li.selected {
	background:rgba(255,255,255,0.4);
}
