@charset "utf-8";

/*--Text------------------------------------------------------------*/
body {
	background: #edf2f8 url(../img/back_top.png) repeat-x top left;
}
h1 {
	color:#4f95d1;
	font-size:20px;
	font-weight: normal;
	text-align:center;
	width:556px;
	margin: 120px auto 80px;
}
#wrapper {
	width: 100%;
//	min-width: 587px;
}
/*--------------------------------------------------------------------
--------------------------------------------------------------------*/
#content {
	overflow: hidden;
}
#longin_box {
	width: 354px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 20px 50px;
	box-shadow: 3px 3px 3px #ccc;
	-o-box-shadow: 3px 3px 3px #ccc;
	-ms-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
}
#longin_box input.form_input{
	font-size:16px;
	padding: 20px;
	width: 310px;
	line-height: 16px;
}
#longin_box label{
	display: block;
	margin: 20px 0 0;
}
#longin_box p{
	padding: 20px 0;
}
#longin_box button{
	padding: 10px 30px;
	font-size:16px;
	color: #fff;
	background: #4791d2;
	border: 1px solid #1d68ac;
	-webkit-border-radius: 4px;  /* Safari,Google Chrome */
	-moz-border-radius: 4px;      /* Firefox12まで */
	border-radius: 4px;           /* Firefox13以降 */
}
#longin_box .form_input{
//	margin: 0 0 20px 0;
}
input#longin_btn{
	padding: 10px 30px;
	font-size:16px;
	color: #fff;
	background: #4791d2;
	border: 1px solid #1d68ac;
	-webkit-border-radius: 4px;  /* Safari,Google Chrome */
	-moz-border-radius: 4px;      /* Firefox12まで */
	border-radius: 4px;           /* Firefox13以降 */
   float: right;
   margin:-12px 0 0 0
}
#reissue_send{
	display: block;
	margin: 20px 0 20px auto;
	width: 250px;
}
.reissue{
	margin: 30px auto ;
	text-align:center;
}
.reissue a{
	text-decoration: underline;
}
/*--------------------------------------------------------------------
右サイドバー
--------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0 -260px 0 0;
}
#main-inner {
	max-width: 960px;
	min-width: 587px;
	margin: 0 auto;
}
/*------------------------------------------------------------------*/
#contents_link{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size:14px;
}
.box_under{
	height: 130px;
	margin: 10px 10px;
}
.box_under a{
	text-decoration:underline;
}
.box_under img{
	margin: 10px;
}
#contents_link h6{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#foot_com{
	overflow: hidden;
	width: 100%;
	background: #fff;
}
#foot_com section{
	width: 960px;
	margin: 0 auto;
	font-size:14px;
}
#foot_com p{
	padding: 20px 0 ;
	width: 50%;
	background: #fff;
}
/*------------------------------------------------------------------*/
#footer {
	text-align:center;
}
#footer footer {
	margin: 0 auto;
	padding: 6px 0 ;
	background: #fff;
}
#header header,#navi
#contents,
#footer footer {
	max-width: 960px;
}
/*--common----------------------------------------------------------*/
#header h1,
#header h2,
#contents h3,
#header p,
#contents p,
#contents ul,
#footer p {
	padding: 4px;
}
.left{
float:left;
}
.right{
float:right;
}
.clear{
float:none;
clear:both;
}
/*------------------------------------------------------------------*/
.btn_next {
	display: block;
	width: 220px;
	margin: 30px auto;
	text-align: center;
	font-size: 24px;
	padding: 20px 40px;
	background-color: #248;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}