@charset "utf-8";
/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * ------------------------------- */
/*--------------
基本設定
----------------------------------------------------------*/
html {
/*	background:#ffffff;*/
	background:#f2f2f2;
}
body {
	line-height:1.4;
	letter-spacing:1px;
	color:#333;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
br {
	letter-spacing:normal;
}
a{
	color:#1111cc;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#cc6666;
	text-decoration:underline;
	outline: none;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
strong {
	font-weight:bold;
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
/*--------------
構造
#container
	┗#header
	┗#contents
		┗#menu
		┗#main
#footer
@media print
----------------------------------------------------------*/
#container {
	width:100%;
	padding-bottom: 40px;
/*	border-bottom: 1px solid #c9c7bc;*/
/*	background:#f2f2f2;*/
}
#header {
	width:100%;
	height:109px;
	border-bottom: 1px solid #c9c7bc;
	background: #ffffff;
}
#contents {
	width:698px;
	margin:15px auto 0;
}
#menu {
	width:100%;
	height: 45px;
}
#main {
	width:698px;
	padding-top:25px;
	background: url("../images/main_contents_bg.jpg") 0 0 repeat-y;
}
#footer {
	background:#fff;
	border-top: 1px solid #c9c7bc;
	width:100%;
}
/*--------------
container
----------------------------------------------------------*/
.komeindent {
	display:block;
	text-indent:-1em;
	padding-left:1em;
}
.red{color:#f00;}

/*--------------
header
----------------------------------------------------------*/
#header h1 {
	width:688px;
	height:109px;
	margin:0 auto;
	background: url("../images/title.gif") 0 23px no-repeat;
}

#header h1 span{
	visibility: hidden;
	display: block;
}
#header ul {
	float:left;
	margin-top:-19px;
}
#header li {
	float:left;
	margin:0;
	padding:0 15px 0 8px;
	background: url(../images/bg_mark.gif) 0 50% no-repeat;
	font-size:86%;
	font-weight:bold;
}
#header li a{
}
#header span {
	visibility: hidden;
}

/*--------------
menu
----------------------------------------------------------*/
#menu ul {
	width:672px;
	height:45px;
	margin:0 auto;
}
#menu li {
	float:left;
	height:45px;
	margin:0;
	/*padding:0 20px;*/
	font-size:86%;
	font-weight:bold;
	background: url(../images/menu_bar.gif) 0 50% no-repeat;
	line-height:45px;
}
#menu li a {
	display:block;
	_display:inline;
	height:43px;
	padding:0 20px;
	text-align:center;
}
#menu span {
	visibility: hidden;
}

/*--------------
contents
----------------------------------------------------------*/
/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*--------------
login_box
----------------------------------------------------------*/
#login_box {
	width:500px;
	margin:0 auto 10px;
	padding:25px 0 0 0;
	border:1px solid #ccc;
	background:#efefef;
	/*background: url(../images/menu_bg.gif) repeat-x;*/
	text-align:center;/* for IE6 */
}
#login_box dl {
	width:380px;
	margin:0 auto;
	padding-bottom:15px;
}
#login_box dt {
	float: left;
	width: 97px;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	color: #333;
	text-align:right;
	/*border:1px solid #f00;*/
}
#login_box dt span {
	visibility: hidden;
}
#login_box dt.id {
	background: url("../images/login_id-trans.png") 0 50% no-repeat;
}
#login_box dt.pw {
	background: url("../images/login_pw-trans.png") 0 50% no-repeat;
}
#login_box dd {
	margin: 0 0 0 97px;
	padding: 0.5em 0;
	font-weight:bold;
	text-align:left;
	/*border:1px solid #f00;*/
}
#login_box dd input {
	width: 210px;
	height: 20px;
}
div.login_button a {
	display:block;
	width: 216px;
	height: 57px;
	/*margin:0 auto;*/
	margin-top: 8px;
	margin-left: 13px;
	background: url("../images/login_button.gif") 0 0 no-repeat;
}
div.login_button a:hover {
	background: url("../images/login_button.gif") 0 -57px no-repeat;
}
div.login_button span {
	visibility: hidden;
}
/* パスワード表示切替 */
#login_box dd.show_pass {
	margin-left: 111px;
	padding-top: 0;
}
.show_pass input[type="checkbox"] {
	display: none;
}
.show_pass input[type="checkbox"] + label {
	display: inline-block;
	font-weight: normal;
	margin-right: 0.8em;
	padding: 6px 3px 3px 22px;
	position: relative;
	user-select: none;
}
.show_pass input[type="checkbox"] + label::before,
.show_pass input[type="checkbox"] + label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
.show_pass input[type="checkbox"] + label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
}
.show_pass input[type="checkbox"] + label::after {
	border-left: 2px solid #767676;
	border-bottom: 2px solid #767676;
	top: calc(0.5em + 4px);
	left: 3px;
	width: 8px;
	height: 4px;
	opacity: 0;
	transform: rotate(-45deg) scale(.5);
}
.show_pass input[type="checkbox"] + label:hover::before {
	background: #fff;
}
.show_pass input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #767676;
}
.show_pass input[type="checkbox"]:checked + label::after {
	transform: rotate(-45deg) scale(1);
	opacity: 1;
}

/*--------------
help_menu
----------------------------------------------------------*/
#help_menu {
	width:500px;
	margin:25px auto;
}
#help_menu ul {
	width:250px;
	margin:0 auto;
}
#help_menu ul li {
	width:250px;
	height:25px;
}
#help_menu ul li a {
	padding-left:15px;
	background: url("../images/link_arrow_blue.png") 0 50% no-repeat;
}
/*--------------
.info_soushitu 資格喪失のご注意
----------------------------------------------------------*/
.info_soushitu {
	position: relative;
	margin: 6em 0 0;
	padding: 0.5em 1em;
	border: solid 2px #e6492e;
	background-color:#fffbf4;
}
.info_soushitu .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	background: #e6492e;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.info_soushitu p {
	margin: 0; 
	padding: 0;
	text-align:left !important;
}
/*--------------
seal
----------------------------------------------------------*/
#seal {
	width:500px;
	margin:0 auto;
}
#seal ul {
	width:400px;
	height:80px;
	margin:0 auto;
}
#seal ul li {
	float:left;
	padding-right:15px;
}

/*--------------
main
----------------------------------------------------------*/
#main p {
	text-align:center;
}

/*--------------
footer
----------------------------------------------------------*/
#footer ul{
	width:698px;
	margin: 0 auto;
	padding-top:10px;
	text-align: center;
}
#footer li{
	font-size:86%;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	list-style-type:none;
}
#footer li a {
	padding:0 10px;
	background: url("../images/bg_mark.gif") 0 50% no-repeat;
}
address {
	padding:10px 0;
	font-style:normal;
	font-size:72%;
	color:#333;
	text-align:center;
}
/*--------------
totop
----------------------------------------------------------*/
div#totop{
	position:fixed;
	bottom:0;
	right:0;
}
div#totop img { /* IE7,8で透過pngにjsで透過させた場合のバグ（背景色に#000000が設定される）対応として */
	background-color:#fff;
}
/*--------------
印刷用設定
----------------------------------------------------------*/
@media print{
	html {
	}
	#totop{
		display:none;
	}
}

.mt3em {
	margin-top: 3em;
}
/*--------------
お知らせ
----------------------------------------------------------*/
.info_area {
	margin: 0 auto;
	padding-bottom: 32px;
	width: 600px;
}
.info_area .info_soushitu {
	margin: 4em 0;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mt3em {
	margin-top: 3em !important;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.bold {
	font-weight: bold;
}
.fs16 {
	font-size: 16px;
}
.text_center {
	text-align: center;
}
