@charset "utf-8";
@import url(html5reset.css);

/* base
----------------------------------------------------*/
body {
	text-align: center;
	font-family:
		'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3',
		'メイリオ','Meiryo',Osaka,'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}


h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 116%;
}
	
h4 {
	font-size: 108%;
}

h5,h6 {
	font-size: 100%;
}

p {
	margin-bottom: 2em;
	font-size: 93%;
	line-height: 1.8;
}

p.caution {
	clear: both;
	margin-top: -1em;
	margin-bottom: 2em;
	font-size: 77%;
	line-height: 1.4;
}

p.sign {
	line-height: 1.4;
}

p.right {
	text-align: right;	
}

hr {
	margin: 40px 0;
	height: 1px;
	background: #ddd;
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	display: block;
	border: none;
}

.img-right {
	float: right;
	margin-left: 20px;
}

.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


table {
	margin-bottom: 10px;
	width: 100%;
	background: #fff;
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
}

tr {
	border-top: 1px solid #ddd;
}

th,
td {
	border-bottom: 1px solid #ddd;
	padding: 12px 20px;
	vertical-align: middle;
}

th {
	font-size: 100%;
	font-weight: bold;
	background: #f6f6f6;
}

td {
	font-size: 100%;
	line-height: 1.4;
}

a img:hover { opacity:0.6 }

/* utils
---------------------------------------------------*/
.clear {
	clear: both;
}

.cf:after,
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf, .clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .cf, * html .clearfix { height: 1%; }
/* End hide from IE-mac */


.borderless {
	border: none;
}




/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	color: #563411;
	text-decoration: none;
}

a:hover,
a:active {
	color: #563411;
	text-decoration: underline;
}

/* header
----------------------------------------------------*/
#header {
	height: 180px;
	background: url(../img/header_bg.jpg) repeat-x;
}

#header section {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header section h1 {
	position: absolute;
	top: 65px;
}

#header section h2 {
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 85%;
	font-weight: normal;
	color: #96afc5;
}

#header-arrow {
	position: absolute;
	top: 180px;
	left: 492px;
	z-index: 10;
}


#btn-login a {
	position: absolute;
	top: 0;
	right: 0;
}

/* nav
----------------------------------------------------*/
#nav {
	position: absolute;
	top: 70px;
	right: 0;
}

#nav ul {
	height: 30px;
}

#nav li,
#nav li a {
	float: left;
	margin-right: 2px;
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	
}

#nav li a:hover {
	
}

#nav1, #nav1 a { width: 77px; }
#nav2, #nav2 a { width: 85px; }
#nav3, #nav3 a { width: 47px; }
#nav4, #nav4 a { width: 69px; }
#nav5, #nav5 a { width: 129px; }

/* footer
----------------------------------------------------*/
#footer {
	clear: both;
	height: 100px;
	background: #e8e8e8;
	font-size: 77%;
	background: url(../img/footer_bg.jpg);
}

#footer section {
	margin: 0 auto;
	padding-top: 40px;
	width: 960px;
}

#fnav li,
#fnav li a {
	float: left;
	margin-right: 1em;
}

#fnav label { margin-right: 1em; }

#copyright {
	float: right;
	font-size: 85%;
	color: #666;
}



/* contents
----------------------------------------------------*/
.contents-bg {
	padding-top: 50px;
	min-height: 170px;
	background: url(../img/contents_bg2.jpg) repeat-x;
}


#contents section {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;	
}

#login #contents section {
	width: 680px;
}

#contents section h1 {
	margin-bottom: 1.5em;
	color: #630;
}

#contents section h3 {
	margin-bottom: 1em;
	color: #630;
}

#contents section h4 {
	margin-bottom: 0.5em;
	font-size: 100%;
	font-weight: bold;
}

#contents section ul {
	margin-bottom: 3em;
	font-size: 93%;
}

#contents section ul li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	list-style: disc;
}

#contents section dl {
	margin-bottom: 100px;
}

#contents section dt {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	color: #630;
}

#contents section dd {
	margin-left: 1.5em;
	margin-bottom: 2em;
}
	


#lead {
	padding-bottom: 50px;
}

#lead section {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	width: 960px;
	text-align: left;
}


#lead h1 {
	width: 960px;
	color: #630;
}

#home #lead h1 {
	margin-bottom: 1em;
	width: 750px;
}

#lead h2 {
	margin-bottom: 1em;	
	text-align: left;
	color: #630;
}

#lead p {
	margin: 0 auto;
	width: 960px;
	font-size: 116%;
	text-align: left;
	color: #666;
}

#lead em {
	font-size: 119.4%;
	line-height: 1;
}

#lead p.note {
	margin-top: 2em;
	font-size: 85%;
	line-height: 1.5;
}


#home #feature {
	height: 360px;
}

#feature div {
	float: left;
	width: 260px;
	height: 200px;
	margin-right: 90px;
}

#feature div.right-end {
	margin-right: 0;
}

#feature h2 {
	margin-bottom: 1em;
	font-size: 116%;
	color: #630;
}

#feature h2 span {
	margin-left: 1em;
	font-size: 66.4%;
	font-weight: normal;
}


#feature1 p {
	width: 250px;
}

#feature2 p {
	width: 260px;
}

#feature3 p {
	width: 270px;
}

#feature2 {
	position: absolute;
	top: 0;
	left: 340px;
}

#feature3 {
	position: absolute;
	top: 0;
	left: 690px;
}

#subnav {
	position: relative;
	height: 80px;
	background: #efefef;
	border-top: solid 1px #fff;
}

#info{
	position: relative;
	height: 120px;
	background: #efefef;
	border-top: solid 1px #fff;
}

#info section,
#subnav section {
	position: relative;
	margin: 0 auto;
	width:960px;
	text-align: left;
	padding-top: 17px;
}

#info h1 {
	float: left;
	margin-right: 1em;
}

#info p {
	margin-bottom: 0;
	line-height: 30px;
}

#info .date {
	margin-left: 2em;
	font-size: 85%;
	color: #999;
}

#subnav ul li {
	float: left;
	height: 80px;
	font-weight: bold;
	line-height: 80px;
	margin-right: 5em;
}

#subnav li a {
	font-size: 108%;
	color: #777;
	text-shadow: 0px 1px 0px #fff;
}

#subnav li a:hover {
	color: #333;
	text-decoration: none;
}

.general-btn a {
	display: block;
	width: 300px;
	height: 50px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 50px;
	border: solid 1px #0978b3;
	background: #0d85c7;
	color: #fff;
	text-shadow: 0 -1px 0 #226f99;
	border-radius: 4px;
}

.general-btn a:hover {
	text-decoration: none;
	border: solid 1px #0978b3;
	background: #1999de;
}


/* news
----------------------------------------------------*/
#news section h1 {
	font-size: 116%;
}

#news section p.date {
	margin-bottom: 0.5em;
}

#news #contents section {
	margin-bottom: 60px;	
}

#news .contents-bg {
	min-height: 90px;
}




/* application
----------------------------------------------------*/
#application, #terms {
	margin: 0 auto 40px;
	padding: 40px;
	width: 590px;
	height: 200px;
	overflow: auto;
	color: #333;
	border: solid 1px #ccc;
}

#terms h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#terms h4 {
	font-size: 93%;
}

#terms p {
	font-size: 85%;
	line-height: 1.4;
}

#term p {
	font-size: 85%;
	line-height: 1.4;
}

form {
	margin-bottom: 60px;
}

#form  {
	margin: 0 auto;
	width: 620px;
	border: solid 1px #ccc;
	padding: 40px 0 40px 50px;
	margin-bottom: 20px;
	background: #fff;
}

#form table {
	background: #fff;
	border: none;
}

#form th {
	text-align: center;
	font-size: 93%;
	font-weight: bold;
	background: #eee;
}

#form td {
	padding: 8px;
	font-size: 93%;
	line-height: 1.4;
	text-align: center;
	
}

#form table tr,
#form table th,
#form table td {
	padding-bottom: 15px;
	font-size: 100%;
	text-align: left;
	border: none;
	background: none;
}

th.add input,
td.add input {
	margin-bottom: 5px;
}

#form th {
	width: 150px;
	vertical-align: middle;
}

#form td {
	vertical-align: middle;
}

input {
	padding: 0.25em;
}

td span {
	margin-left: -1em;
	vertical-align: top;
}

td span,
.red {
	color: #D90000;
}

.long {
	width: 350px;
}

.short {
	width: 80px;
}

.btn  {
	width: 270px;
	height:50px;
	margin: 0 auto;
}

.btn-login {
	width: 200px;
	height:50px;
	margin: 0 auto;
}

#application .btn {
	width: 270px;
}

.btns {
	width: 440px;
	margin: 0 auto 60px;
}

#contents section .btns li {
	list-style: none;
	float: left;
	margin: 0 10px 60px;
}

.form-text {
	margin: 0 auto;
	width: 660px;
}




/* company
----------------------------------------------------*/
#company table {
	margin-bottom: 60px;
	width: 100%;
	border: none;
	border-top: 1px solid #ddd;
	background: none;
}

#company tr {
	border: none;
}

#company th,
#company td {
	border-right: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}

#company th {
	width: 100px;
	font-size: 93%;
	font-weight: bold;
	background: none;
	text-align: left;
}

#company td {
	font-size: 93%;
	line-height: 1.5;
}




/* faq
----------------------------------------------------*/
#faq h2 {
	margin-top: 3em;
	margin-bottom: 2em;
	padding: 0 0 0 0.5em;
	border-left: solid 5px;
}

#contents section#faq dl {
	margin-bottom: 5em;
}

#contents section#faq dt {
	margin-bottom: 1em;
	padding-left: 30px;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	background: url(../img/q_bg.gif) no-repeat 0 2px;
}

#contents section#faq dd {
	margin-left: 0;
	margin-bottom: 3em;
	padding-left: 30px;
	font-size: 100%;
	color: #555;
	background: url(../img/a_bg.gif) no-repeat 0 0;
}

#contents section#faq dd dt {
	margin-bottom: 0.25em;
	padding-left: 10px;
	font-size: 100%;
	background: none;
}

#contents section#faq dd dd {
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 10px;
	font-size: 93%;
	background: none;
}

#contents section#faq dd h3 {
	margin-top: 2em;
	font-size: 100%;
	color: #555;
}

#faq dd p {
	line-height: 1.6;
}

#faq ol,
#faq ul {
	margin-bottom: 2em;
}

#faq ol li {
	list-style: decimal;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#faq li img {
	margin: 10px 0 20px;
}

#faq ul li {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}

#faq li ul {
	margin-top: 1em;
}

#faq li ul li {
	margin-bottom: 0.5em;
}

#faq .ex {
	margin-bottom: 1.5em;
	border: solid 1px #ccc;
	padding: 18px 15px 0 15px;
}


/* service
----------------------------------------------------*/

#feature_new div {
	float: left;
	width: 260px;
	height: 200px;
	margin-right: 90px;
}

#feature_new div.right-end {
	margin-right: 0;
}

#feature_new h2 {
	margin-bottom: 1em;
	font-size: 116%;
	color: #630;
}

#feature_new h2 span {
	margin-left: 1em;
	font-size: 66.4%;
	font-weight: normal;
}

#feature_new .icon {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 80px;
	height:	80px;
	border-radius: 4px;
}



