﻿body {
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height:1.4;
	font-family: "メイリオ","ヒラギノ角ゴ","ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FCFCFC;
}

.underline {
	text-decoration: underline;
}
.red {
	color: #C00;
	font-size: 12px;
}
.small {
	font-size: 10px;
}
.resizelogo {
	max-width: 468px; 
	min-width: 300px;
}
.resizelogo img {
	width: 100%;
}
.wrapper {
	background-color: #FCFCFC;
	padding-top: 0px;
	padding-bottom:10px;
}
#header,h1 {
	color: #333;
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
#footer {
	color: #666;
	font-size: 12px;
	background-color: #FCFCFC;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding-top: 0px;
	padding-bottom:10px;
}
/*-----contents-----*/
.article {
	color: #333;
	text-align: left;
	margin: 10px 15px 10px 10px;
	padding-top: 0px;
	padding-bottom:0px;
}
.article2 {
	color: #FFF;
	text-align: left;
	margin: 10px 15px 10px 15px;
	padding-top: 0px;
	padding-bottom:0px;
}

#start {
	margin: 10px 5px 10px 5px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 4px solid #EEE;
}
.gray {
	margin: 0px 5px 0px 5px;
	border-collapse: separate;
	border-spacing: 5px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 4px solid #666;
	background-color: #666;
}
#finish {
	margin: 10px 5px 10px 5px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 4px solid #EEE;
}

/*------------アイコン----------*/
.pc {
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #0066FF;
	background-color: #0066FF;
}
.phone {
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #009933;
	background-color: #009933;
}
.tv {
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #CC0000;
	background-color: #CC0000;
}
.settopbox {
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #333333;
	background-color: #333333;
}
.game {
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	line-height: 32px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #FF9900;
	background-color: #FF9900;
}

/*--------u-next-----*/
#u-next a,a:visited{
	color: #FFF;
	font-size: 15px;
	display:block;
	text-align:center;
	text-decoration: none;
	width:300px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #00A7BA;
	background-color: #00A7BA;
}
#u-next a:hover{
	border: 1px solid #2BD;
	background-color: #2BD;
}

#u-nextline {
	margin: 10px 5px 10px 5px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 4px solid #00A7BA;
}
#u-nextbg {
	color: #FFF;
	padding: 3px 3px 0px 10px;
	background-color: #00A7BA;
}

/*--------back-------*/
#back a,a:visited{
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
#back a:hover{
	color: #B00;
}


#contact a,a:visited{
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#contact a:hover{
	color: #B00;
}

/*--------display-------*/
@media(min-width: 350px){
.wrapper {
	display: inline-block;
	*display: inline; 
	*zoom: 1; 
	width: 340px;
}
#u-nextadult a,a:visited{
	color: #FFF;
	font-size: 15px;
	display: block;
	*display: inline; 
	*zoom: 1; 
	text-align:center;
	text-decoration: none;
	width:200px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #00A7BA;
	background-color: #00A7BA;
}
#u-nextadult a:hover{
	border: 1px solid #2BD;
	background-color: #2BD;
}
}

@media(min-width: 400px){
.wrapper {width: 390px;}
}

@media(min-width: 450px){
.wrapper {width: 440px;}
}

@media(min-width: 500px){
.wrapper {width: 490px;}
}

@media(min-width:640px){
.wrapper {width: 630px;}

#u-nextadult a,a:visited{
	color: #FFF;
	font-size: 15px;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	width:200px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #00A7BA;
	background-color: #00A7BA;
}
#u-nextadult a:hover{
	border: 1px solid #2BD;
	background-color: #2BD;
}
}

@media(min-width:770px){
.wrapper {width: 760px;}
}

@media(min-width:970px){
.wrapper {width: 960px;}
}

@media only screen and (min-width: 1050px) {
.wrapper {width:1000px}
}

@media only screen and (min-width: 1140px) {
.wrapper {width: 1000px;}
}
