@charset "UTF-8";
html, body, div, span, object, iframe, h1, .recent-updated-heading, 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, button, input[type=submit], input[type=button] {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* ----------------------------
 import css
---------------------------- */ 
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}
/*=============================================================
#base
=============================================================*/
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
iframe {
	width : 100%;
}
#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.hd {
	display: none;
}
/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: left;
	position: fixed;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
	display: block;
	-webkit-box-shadow: 2px 2px 3px #8f8f8f;
  -moz-box-shadow: 2px 2px 3px #8f8f8f;
  box-shadow: 2px 2px 3px #8f8f8f;
}
#header .body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
}

#header .left {
	overflow: hidden;
	position: relative;
}
#header .left .logo {
	width: 25%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-left: 5px;
}
#header .left h1 {
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #231815;
	padding-top: 5px;
	text-align: left;
	float: right;
	padding-right: 5px;
}
#header .right {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
}
#header .right a {
	background: #1064ff;
	background-image: -webkit-linear-gradient(top, #1064ff, #0033b5);
	background-image: -moz-linear-gradient(top, #1064ff, #0033b5);
	background-image: -ms-linear-gradient(top, #1064ff, #0033b5);
	background-image: -o-linear-gradient(top, #1064ff, #0033b5);
	background-image: linear-gradient(to bottom, #1064ff, #0033b5);
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 2px #918e91;
	-moz-box-shadow: 0px 0px 2px #918e91;
	box-shadow: 0px 0px 2px #918e91;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0em;
}
#header .right a:hover {
	background: #a37423;
  background-image: -webkit-linear-gradient(top, #a37423, #854d10);
  background-image: -moz-linear-gradient(top, #a37423, #854d10);
  background-image: -ms-linear-gradient(top, #a37423, #854d10);
  background-image: -o-linear-gradient(top, #a37423, #854d10);
  background-image: linear-gradient(to bottom, #a37423, #854d10);
}
/*=============================================================
#contents
=============================================================*/
#mainbody {
	position: relative;
}

#rule {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rule .body {
}
#rule .block {
	text-align: left;
	background: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: linear-gradient(to bottom, #fafafa, #f5f5f5);
	-webkit-box-shadow: 0px 0px 2px #8f8f8f;
	-moz-box-shadow: 0px 0px 2px #8f8f8f;
	box-shadow: 0px 0px 2px #8f8f8f;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}
#rule h4 {
	color: #039;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#rule h4 b {
	font-size: 13px;
	color: #666;
	margin-left: 10px;
	font-weight: normal;
}
#rule h5 {
	color: #FFF;
	background-color: #666;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#rule p {
	font-size: 14px;
	line-height: 1.5em;
}
#rule p.title {
	border-left: none;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #3177A0;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#support {
	background-color: #f6fcff;
	text-align: center;
	margin-top: 20px;
}
#support .body {
	padding-top: 30px;
	padding-bottom: 20px;
}
#support h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #0d3387;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#support p {
	font-size: 14px;
	line-height: 1.5em;
	color: #231815;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#support .image {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
}
.pagetop a {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop a:hover {
  background: #4776AF;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
#footer .body {
	text-align: left;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer .logo {
	width: 50%;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 2%;
}
#footer .profile {
	text-align: left;
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .profile p.name {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer .profile p.ad {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 20px;
}
#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/*=============================================================
#socialbutton
=============================================================*/
#boxArea {
	padding-top: 20px;
}
/*=============================================================
#form
=============================================================*/
#contents input[type="text"]:hover,#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],#contents textarea {
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}
.anq_required {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
