@charset "utf-8";

/*----------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　	margin-bottom: 20px;
}
.secRelatedLink {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EEEEEE;
	border-left: 5px solid #003399;
	margin-top: 20px;
}
/*----------------------------------------------------------------------------------
title
----------------------------------------------------------------------------------*/
.h301 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.secReg .h301 h3 {
	font-weight: bold;
	font-size: 20px;
	color: #4D9900;
}
.secLogin .h301 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
.grayBox3D .h301 h3 {
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	line-height: 1.3;
	text-align: center;
}
.h201 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #003399;
	border-bottom: 5px solid #B2C1E0;
	margin-bottom: 10px;
}
.h201 h2 {
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.2;
}
.h401 h4 {
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	font-size: 1.4em;
}

/*----------------------------------------------------------------------------------
font
----------------------------------------------------------------------------------*/
.fS {
	font-size: 0.8em;
}
/*----------------------------------------------------------------------------------
section
----------------------------------------------------------------------------------*/
.sectionLv1, .secIn {
	display: block;
	min-height: 1%;
}
.sectionLv1:after, .secIn:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .sectionLv1, * html .secIn {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.sectionLv1 {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
}
/*----------------------------------------------------------------------------------
block align
----------------------------------------------------------------------------------*/
.blockC { text-align: center;}
	.blockC .block { margin-right: auto; margin-left: auto; text-align: left;}
	* html .blockC .block { margin-right: 0; margin-left: 0;}/* ie 6 Fix */
.blockR { text-align: right;}
	.blockR .block { margin-left: auto; text-align: left;}
	* html .blockR .block { margin-left: 0;}/* ie 6 Fix */
/*----------------------------------------------------------------------------------
home
----------------------------------------------------------------------------------*/
.secReg {
	width: 570px;
	background-color: #EEEEEE;
	float: left;
	margin-right: 30px;
	border-top: 5px solid #4D9900;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.secLogin {
	width: 300px;
	float: right;
	background-color: #EEEEEE;
	border-top: 5px solid #003399;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.secReg p, .secLogin p {
	font-size: 0.857em;
}
.grayBox3D {
	width: 260px;
	float: left;
	background-color: #EEEEEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 6px;
}

/*----------------------------------------------------------------------------------
button
----------------------------------------------------------------------------------*/
/*---- btnBlue ----*/
.btnBlue {
	display: inline-block;
	width: 300px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	background-color: #6086D5;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 4px;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-top: 3px solid rgba(255,255,255,0.2);
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.btnBlue::before, .btnBlue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnBlue, .btnBlue::before, .btnBlue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnBlue a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.btnBlue a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btnBlue:hover {
	color: #FFFFFF;
	background-color: #B7C8EC;
}

/*---- btnLiteBlue ----*/
.btnLiteBlue {
	display: inline-block;
	width: 400px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	background-color: #00A3D9;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 4px;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-top: 3px solid rgba(255,255,255,0.2);
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.btnLiteBlue::before, .btnLiteBlue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnLiteBlue, .btnLiteBlue::before, .btnLiteBlue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnLiteBlue a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.btnLiteBlue a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btnLiteBlue:hover {
	color: #FFFFFF;
	background-color: #4AC8E8;
}

/*---- btnLiteGreen ----*/
.btnLiteGreen {
	display: inline-block;
	width: 400px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	background-color: #63C600;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 4px;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-top: 3px solid rgba(255,255,255,0.2);
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.btnLiteGreen::before, .btnLiteGreen::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnLiteGreen, .btnLiteGreen::before, .btnLiteGreen::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnLiteGreen a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.btnLiteGreen a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.btnLiteGreen:hover {
	color: #FFFFFF;
	background-color: #A6E36A;
}

/*----------------------------------------------------------------------------------
procedure
----------------------------------------------------------------------------------*/
.step {
	width: 300px;
	margin-right: 30px;
	float: left;
}
.step dt {
	float: left;
	width: 1em;
	font-size: 2em;
	color: #003399;
	line-height: 1;
}
.step dd {
	padding-left: 2em;
}
.stepScreen {
	float: left;
	width: 630px;
}
.sectionLine {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}
