@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333333;
	height:100%;
	background-color:#FFF;
}
img{
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}
.ind {
	color: #b50081;
}
.w100{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height: 35px;
}
.w54{
	width:30%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height: 35px;
	letter-spacing: normal;
}
.w80{
	width:80%;
	height:35px;
	letter-spacing: normal;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.w65{
	width:65%;
	height:35px;
	letter-spacing: normal;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.w25{
	width:25%;
	height:35px;
	letter-spacing: normal;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.w30{
	width:29%;
	height:35px;
	letter-spacing: normal;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.w90{
	width:90%;
}
/*------------------
	btn
------------------*/
.btn{
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bold;
	font-size: 14.5px;
	color:#444444;
	display: inline-block;
	*display: inline;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	white-space: nowrap;
}
.btn:hover{
	color: #444444;
	background-color: #f2f2f2;
	*background-color: #d9d9d9;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
			-o-transition: background-position 0.1s linear;
				transition: background-position 0.1s linear;
}
.btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn_area #entry {
width: 208px;
height: 36px;
margin:0 auto ;
padding: 7px 25px;
display:block;
}
/*------------------
	input
------------------*/
textarea,
input[type="text"],
input[type="password"],
.input_support {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
		transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.input_support:focus {
  border-color: rgba(96, 96, 96, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(96, 96, 96, 0.4);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(96, 96, 96, 0.4);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(96, 96, 96, 0.4);
}
/*------------------
	header
------------------*/
#header{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:10px;
}
#header h1 a{
	margin:0;
	padding:0;
}
.logout_btn{
	padding:0 20px;
	box-shadow: 0 0 0 5px #000 inset ;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bold;
	font-size: 12.5px;
	color:#ffffff;
	display: inline-block;
	*display: inline;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #d72ca0;
	*background-color: #d72ca0;
	background-image: -moz-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d72ca0), to(#a3016f));
	background-image: -webkit-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -o-linear-gradient(top, #d72ca0, #a3016f);
	background-image: linear-gradient(to bottom, #d72ca0, #a3016f);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	white-space: nowrap;
	height:27px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#header_logo {
	margin:0 0 0 0;
	padding:0;
	float:left;
	height:27px;
}
#btn_logout{
	margin:0;
	padding:0;
	float:right;
}
.btn_login{
	width: 150px;
	height: 35px;
	box-shadow: 0px 0px 5px #ffffff;
    border: 1px solid #CCCCCC;
	font-size: 14px;
	margin: 20px auto 0;
	display:block;
}
/*------------------
	contents
------------------*/
#sim span{
	display:block;
	width:90%;
	margin:0 auto;
}
#id_pass span{
	display:block;
	width:90%;
	margin:0 auto;
}
#contents{
	padding:10px 0 50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	min-height:100%;
	overflow:auto;
	background-color:#FFF;
}
#contents h2{
	width:70%;
	margin:30px auto;
	padding:0;
	text-align:center;
}
#contents h3{
	width:90%;
	margin:20px auto 30px;
	padding:0 0 0 5px;
	border-left:4px solid #a30170;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#contents form .error{
	color:#F00;
	letter-spacing:normal;
}
#contents form p{
	letter-spacing:normal;
}
.label{
	text-align:left;
	color:#333333!important;
	letter-spacing: normal;
}
.label2{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:left;
	color:#333333!important;
	letter-spacing: normal;
	display:block;
	margin:3px 0;
}

#contents form{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#contents form dl{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#contents form dt{
	margin:0;
	font-weight:bold;
}
#contents form dd{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #ccc;
	letter-spacing: -.40em;
	width:100%;
}
#contents form dd span{
	letter-spacing:normal;
}
.input1{
	font-size: 18px;
    height: 35px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    width: 90%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
}
.txt{
	width:90%;
	margin:20px auto;
	word-wrap:break-word;
}
table{
	width:100%;
}
table th{
	width:20%;
	font-size:0.9em;
}
table td{
	letter-spacing: -.40em;
}
table .w54 {
	width: 30%;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:inline-block;
}
.application_form {
	padding: 4px 10px 3px;
}
.b10{
	width:5%;
	padding:0;
	text-align:center;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing: normal!important;
	display:inline-block;
}
.b7{
	width:7%;
	padding:0;
	text-align:center;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing: normal!important;
	display:inline-block;
}
.calendar_icon{
	margin:0 5px;
}
.btn_area{
	text-align:center;
	margin-bottom:20px;
}
/*------------------
	footer
------------------*/
#footer{
	width:100%;
	border-top:5px solid #b50081;
	text-align:center;
	bottom:0;
	background-color:#FFF;
	margin-top: -50px;
	height:50px;
}

#footer #copy {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
	margin:17px 0 0 0;
}
/*------------------
	top
------------------*/
#service_list{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}
#service_list form{
	overflow:hidden;
	width:100%;
}
#service_list table{
	width:100%;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
}
#service_list table tr{

}
#service_list table td{
	vertical-align:middle;
	letter-spacing:normal;
	line-height:18px;
	border-bottom:1px solid #ccc;
	padding:10px 2px;
}
.service_btn{
	display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.cancel{
	background-color: #d72ca0;
	*background-color: #d72ca0;
	background-image: -moz-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d72ca0), to(#a3016f));
	background-image: -webkit-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -o-linear-gradient(top, #d72ca0, #a3016f);
	background-image: linear-gradient(to bottom, #d72ca0, #a3016f);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	color:#FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.cancel:hover{
	background-color: #d72ca0;
	*background-color: #d72ca0;
	background-image: -moz-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d72ca0), to(#a3016f));
	background-image: -webkit-linear-gradient(top, #d72ca0, #a3016f);
	background-image: -o-linear-gradient(top, #d72ca0, #a3016f);
	background-image: linear-gradient(to bottom, #d72ca0, #a3016f);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	color:#FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
			background-position:0;
}
.cancel:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.welcome{
	display:block;
	width:90%;
	margin:0 auto;
}