@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, header, footer{margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}
object{outline: none;}
audio{margin:0;padding:0;position:absolute;top:0;left:0;display:none;}

/* 基本 */
body{
	margin:0;
	text-align:center;
	background:#eef0f3 url(/img/back.gif);
	-webkit-text-size-adjust: none;
}
body,tr,td,th,input,select{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#444;
	font-size:14px;
	line-height:20px;
}
p{
	text-indent:14px;
	padding:5px 0;
}
table{
	margin:0 auto;
	border-collapse:collapse;
}

tr,td,th{
	vertical-align:middle;
	line-height:18px;
	text-align:left;
	padding:7px;
}
th{
	font-weight:bold;
	font-size:16px;
}
td.send{
	text-align:center;
}
table.displayTable{
	border:1px solid #aaa;
}
table.displayTable tr,table.displayTable td,table.displayTable th{
	border:1px solid #aaa;
	padding:7px;
}
table.formTable tr,table.formTable td,table.formTable th{
	padding:7px 0;
}
label{
	margin-right:10px;
}
#pc .select label{
	padding:1px 4px;
	border:1px solid transparent;
	display:block;
	float:left;
}
#smart .select label{
	margin:0;
	display:block;
	line-height:30px;
	outline:1px solid #aaa;
	background:#fff;
	padding-left:10px;
}
#pc .select label:hover {
	background: #eaffe8;
	border:1px solid #83d96c;
}
#pc .select label input{
	margin: -3px 5px 0 0;
	padding: 0;
	border:none !important;
}

h1{
	position:relative;
	color:#fff;
	font-weight:bold;
	background: #92bece;
	background: -moz-linear-gradient(top,  #92bece 50%, #4d87a5 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#92bece), color-stop(50%,#4d87a5));
	background: -webkit-linear-gradient(top,  #92bece 50%,#4d87a5 50%);
	background: -o-linear-gradient(top,  #92bece 50%,#4d87a5 50%);
	background: -ms-linear-gradient(top,  #92bece 50%,#4d87a5 50%);
	background: linear-gradient(to bottom,  #92bece 50%,#4d87a5 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92bece', endColorstr='#4d87a5',GradientType=0 );
	text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 1px;
	font-size:18px;
	line-height:22px;
	padding:10px 0;
}
h1 span{
	margin-left:5px;
	font-size:12px;
}
h1 span span{
	margin-left:inherit;
	font-size:inherit;
}
h2 span{
	margin-left:10px;
	font-size:70%;
	font-weight:normal;
}

a{
	color:#09f;
}
a:hover, a:active{
	background-color:#09f;
	color:#fff;
}
a.button{
	padding:8px 20px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #2db9ed;
	background: -moz-linear-gradient(top,  #2db9ed 50%, #008bcc 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2db9ed), color-stop(50%,#008bcc));
	background: -webkit-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: -o-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: -ms-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: linear-gradient(to bottom,  #2db9ed 50%,#008bcc 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db9ed', endColorstr='#008bcc',GradientType=0 );
	text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 1px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #444;
}
a img:hover{
	filter:brightness(120%);
	-webkit-filter:brightness(120%);
}
strong{
	font-weight:bold;
}
button{
	padding:0 20px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #2db9ed;
	background: -moz-linear-gradient(top,  #2db9ed 50%, #008bcc 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2db9ed), color-stop(50%,#008bcc));
	background: -webkit-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: -o-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: -ms-linear-gradient(top,  #2db9ed 50%,#008bcc 50%);
	background: linear-gradient(to bottom,  #2db9ed 50%,#008bcc 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db9ed', endColorstr='#008bcc',GradientType=0 );
	text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 1px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #444;
	height:35px;
}
button.cancel{
	background: #7b9eaf;
	background: -moz-linear-gradient(top,  #7b9eaf 50%, #6f8d99 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7b9eaf), color-stop(50%,#6f8d99));
	background: -webkit-linear-gradient(top,  #7b9eaf 50%,#6f8d99 50%);
	background: -o-linear-gradient(top,  #7b9eaf 50%,#6f8d99 50%);
	background: -ms-linear-gradient(top,  #7b9eaf 50%,#6f8d99 50%);
	background: linear-gradient(to bottom,  #7b9eaf 50%,#6f8d99 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9eaf', endColorstr='#6f8d99',GradientType=0 );
	border:1px solid #444;
}
button:active, a.button:hover{
	background: #ea52ab;
	background: -moz-linear-gradient(top,  #ea52ab 50%, #e81e90 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ea52ab), color-stop(50%,#e81e90));
	background: -webkit-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: -o-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: -ms-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: linear-gradient(to bottom,  #ea52ab 50%,#e81e90 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea52ab', endColorstr='#e81e90',GradientType=0 );
	border:1px solid #444;
}
h1 button.back{
	position:absolute;
	left:5px;
	top:5px;
	padding:0 5px 0 2px;
	height:32px;
	font-size:11px;
}

input,textarea{
	height:20px;
	border:1px solid #C1CDD2;
	vertical-align:middle;
	padding:5px;
	*padding:5px 5px 0 5px;
	margin-right:5px;
}
input[type="checkbox"], input[type="radio"]{
	height:inherit;
}
textarea{
	height:inherit;
	resize: vertical;
}
input:hover, textarea:hover, input.selected, textarea.selected{
	background:#eaffe8;
	border:1px solid #83d96c;
}
input.error, textarea.error{
	background:#ffe8f8;
	border:1px solid #FE48D9;
}

.im{
	color:#f66;
	font-weight:bold;
}
.my{
	color:#66f;
}
.note{
	color:#999;
	font-size:11px;
}
th .note{
	font-weight:normal;
}
p.note, .note p{
	line-height:12px;
}
.block{
	display:block;
}
.box{
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.more{
	text-align:right;
}
span.length{
	margin-left:5px;
	color:#999;
	font-size:11px;
	font-weight:bold;
}

#base{
	margin:0 auto;
	width:825px;
	position:relative;
}
#smart #base{
	width:100%;
}

header{
	overflow:hidden;
}
#logo{
	margin:5px 0;
	float:left;
}
#logo img{
	display:block;
	width:175px;
	height:40px;
}
#menu{
	float:right;
	margin:5px 5px 0 0;
}
#menu button{
	padding:0;
	width:100px;
	height:40px;
}
#menuList{
	margin:5px 0 0 auto;
	width:400px;
}
#smart #menuList{
	clear:both;
	width:320px;
}
#menuList li{
	margin:0 2px 0 2px;
	float:left;
}
#menuList li a{
	display:block;
	padding:10px 0;
	width:74px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background: #2db9ed;
	border:1px solid #666;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#menuList li a:hover{
	background: #ea52ab;
	background: -moz-linear-gradient(top,  #ea52ab 50%, #e81e90 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ea52ab), color-stop(50%,#e81e90));
	background: -webkit-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: -o-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: -ms-linear-gradient(top,  #ea52ab 50%,#e81e90 50%);
	background: linear-gradient(to bottom,  #ea52ab 50%,#e81e90 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea52ab', endColorstr='#e81e90',GradientType=0 );
}
#contents{
	position:relative;
	padding:15px;
	text-align:left;
	background:#fff;
	border:1px solid #aaa;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#smart #contents{
	min-height:100vh;
	padding:10px;
	border-right:none;
	border-left:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
#contents h2{
	margin-bottom:5px !important;
	padding:5px 10px;
	background:#F2F2F2;
	border:1px solid #e0e0e0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:16px;
	line-height:20px;
	height:20px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
#contents h3{
	margin:15px 0 15px 10px;
	padding:5px 5px 5px 10px;
	font-size:18px;
	line-height:22px;
	color:#FF618B;
	font-weight:bold;
	border-left:10px solid #FF618B;
}
#contents h4{
	margin:15px 0 5px 10px;
	font-size:16px;
	line-height:20px;
	color:#00CC27;
	font-weight:bold;
}

ol li{
	margin:10px 0 10px 35px;
	list-style-type:decimal;
}
ul.list{
	margin-left:10px;
}
ul.list li{
	margin:6px 0;
	padding-left: 25px;
	background: url("/img/list_icon.gif") no-repeat scroll 5px 8px transparent;
	line-height:22px;
}
ul.selectList{
	padding:10px;
	cursor:pointer;
}
ul.selectList li{
	width:100%;
	padding:10px 0;
	text-align:center;
	border:1px solid #aaa;
	border-bottom:none;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	background:#fff;
}
ul.selectList li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul.selectList li:last-child{
	border-bottom:1px solid #aaa;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.selectList li.selected{
	background:#ffdbe3 url(/img/check.png) right center no-repeat;
	background-size:auto 50%;
}
ul.selectList li span{
	font-size:12px;
	color:#aaa;
	margin-left:10px;
	font-weight:normal;
}
ul.selectList li:hover{
	background-color:#eee;
}
ul.selectList li.selected:hover{
	background:#ffdbe3 url(/img/check.png) right center no-repeat;
	background-size:auto 50%;
}
#smart ul.linkList{
	width:285px;
	margin:0 -10px;
}
ul.linkList li{
	background:#fff url(/img/link_arrow.png) right center no-repeat;
}
#smart ul.linkList li{
	padding-right:15px;
}
ul li.arrowDown{
	background:#fff url(/img/link_arrow_down.png) right center no-repeat;
}
ul.box3{
	padding:5px;
	overflow:hidden;
}
ul.box3 li{
	width:33%;
	float:left;
	border:1px solid #aaa;
}
ul.box3 li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
}
ul.box3 li:nth-child(3){
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
}
ul.box3 li:nth-child(3n+2), ul.box3 li:nth-child(3n+3){
	border-left:none;
}

ul.socialList{
	margin:10px 0;
	text-align:center;
}
ul.socialList li{
	display:inline;
	margin:0 5px;
}
ul.pager{text-align:center;margin:2px 0;}
ul.pager li{display:inline;padding:5px;}
ul.pager li strong{display:inline-block;padding:10px;border:1px solid #aaa;}
ul.pager li a{display:inline-block;padding:10px;}

#headerAd{
	clear:both;
	padding-top:5px;
}
#smart #headerAd{
	margin:0 auto;
	width:320px;
	height:100px;
}
#footerAd{
	text-align:center;
	margin:5px 0;
}
#leftAd{
	position:absolute;
	top:20px;
	left:-200px;
}
#rightAd{
	position:absolute;
	top:20px;
	right:-200px;
}

footer{
	margin:0;
	clear:both;
	width:100%;
	padding:10px 0 5px 0;
	background:#F2F2F2;
	border-top:1px solid #e0e0e0;
}
footer a{
	color:#444;
}
#pc footer li{
	display:inline;
	margin-right:20px;
}
#pc footer a:hover{
	background-color:#09f;
	color:#fff;
}
#smart footer li{
	float:left;
}
#smart footer li a{
	display:block;
	width:160px;
	padding:10px 0;
}
#smart #copyright{
	clear:both;
	padding-top:10px;
	font-size:9px;
	line-height:10px;
	color:#999;
}