@charset "utf-8";
/* INITIALIZE
2013.11.10 Reset CSS including HTML5 tags (with box-sizing to border-box)
==================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form, label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,summary,time,mark,audio,video,a{margin:0;padding:0; border:0; font-size:100%; background:transparent; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
pre,code,kbd,samp{font-family:monospace,monospace; font-size:inherit;}
table{border-collapse:collapse; border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
sup,sub{font-size:75%; position:relative; line-height:1; vertical-align:baseline;}
sup{bottom:.75ex;}
sub{bottom:.5ex;}
input,textarea,select{vertical-align:middle; font-family:inherit; font-size:inherit; font-weight:inherit;}
a{outline:none;}
audio:not([controls]){display:none;}
time{display:inline;}
[hidden]{display:none;}
input::-ms-clear,input::-ms-reveal,input:focus::-ms-clear,input:focus::-ms-reveal{visibility:hidden; display:none;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{padding:0; border:0;}
input,textarea,select{-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

/* BASE SETTING */
body {
    font-size: 62.5%;
    line-height: 1;
    color: #333;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* ANCHOR */
#pageBody a {
    color: #333;
    text-decoration: none;
}
#pageBody a:hover {
    text-decoration: underline;
}
.inner {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}

/* 503 Sorry. We’re under maintenance.
-----------------------------------------------*/
html{
	height:100%;
	overflow: scroll-y;
}
body {
	height:100%;
}
#siteHeader {
	background-color:#fff;
	border-bottom: #194f37 solid 1px;
	height:77px;	
}
#siteID {
    width: 308px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 25px;
}


#siteFooter{	
	background-image:none;
	background-color:#fff;
	border-top: #515151 solid 1px;
	/*min-height:100%;*/
  height:auto;
}

#siteFooter .inner {
    padding: 20px 0;
    font-size: .8em;
	text-align: right;
}


#sys_maint {
	height:100%;
}
#sys_maint main{
		background:url(../images/pageBg.png) repeat-x top #ddd;
}
#sys_maint #container{
	background:none;
	text-align: center;
	max-width: 990px;
	min-height:500px;
	margin:0 auto; 
	padding-bottom:50px;
	position:relative;
	z-index:1;
}

#sys_maint #container h2{
	text-align:center;
	line-height:180%;
	font-size:360%;
	padding:50px 0 20px 0;
}
#sys_maint #container p{
	text-align:center;
	font-size:150%;
	line-height:180%;
}
#sys_maint .inquiry{
	margin:3em 0 0;
	background:#f5f5f5;
	display: inline-block;
	padding:20px;
	border-radius: 10px;
}
#sys_maint .inquiry table{
	width:605px;
	margin:10px auto 0;
	background:#fff;
}
#sys_maint .inquiry table tr td{
	text-align: left;
	font-size:150%;
	white-space: nowrap;
	width: 100px;
	padding: 10px 0;
}
#sys_maint .inquiry table tr td:nth-of-type(1){
	font-weight: bold;
	font-size: 16px;
	color:#064C39;
	line-height: 1.6;
	padding:0 1em;
}
#sys_maint .inquiry table tr td:nth-of-type(2){
	font-weight: bold;
	padding:0 1em;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl{
	list-style: none;
	display: block;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl + dl{
	margin-top:15px;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl dt{
	display: inline-block;
	vertical-align: middle;
	margin-right:.5em;
	width:45px;
	padding:5px 0;
	background:#404040;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
	color:#fff;
}
#sys_maint .inquiry table tr td:nth-of-type(2) dl dd{
  display: inline-block;
  vertical-align: middle;
	letter-spacing: -0.03em;
	font-size: 20px;
}
#sys_maint .inquiry table tr td:nth-of-type(3){
	padding-right:.5em;
	line-height: 1.3;
}
#sys_maint .inquiry table tr td:nth-of-type(3) strong{
	font-weight: bold;
	font-size: 100%;
}
#sys_maint .inquiry table tr td:nth-of-type(3) span{
	font-size: 18px;
}










