@charset "UTF-8";
/* CSS Document */

#wrap {
	width: 920px;
	margin:0 auto 80px;
}
#inner {
	margin:0px 0 0;
	overflow: hidden;
}
#inner #left {
	width: 620px;
	float: left;
}
#inner #left #title {
	background:#00408F;
	height:100px;
}
#inner #left #title h1 {
	margin:35px 0 0 30px;
	float: left;
	color: #FFF;
	font-size: 160%;
	letter-spacing:3px;
}
#inner #left #title #img {
	float: right;
}

#inner #left h2{
	margin:10px 0 20px;
	font-size:120%;
    color:#00408F;
}

#inner #left h3{
	margin:10px 0 20px;
	font-size:110%;
    color:#00408F;
}

#inner #left .stxt {
    margin: 20px 0 10px;
    font-size: 90%;
 	line-height:22px;
    border-bottom: dotted 1px #CCC;
    padding: 0 0 3px;
}

#inner #left .ptxt {
    margin: 10px 0 10px;
    font-size: 80%;
 	line-height:22px;
    padding: 0 0 3px;
}

#inner #left #tel_txt {
    text-align: center;
    color: #00408F;
    margin: 20px 0 10px;
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 3px;

}


#inner #left #aisatu-image{
	width:250px;
	float: left;
	margin:0px 0;

}

#inner #left #txt {
	font-size:90%;
	text-align:justify;
	line-height:22px;
}
#inner #left #name {
	font-weight: bold;
	color: #3E3A39;
	font-size: 120%;
	margin:15px 0 0;
}
#inner #left #title_name {
	margin:15px 0 0 50px;
}

#inner #left table {
	width: 100%;
	font-size: 90%;
	clear:both;
	margin:50px 0 0;
}
#inner #left table tr .left {
	width:130px;
	text-align:center;
	vertical-align:middle;
	background:#C8BB9B;
	border-bottom:solid 1px #fff;
	color:#fff;
}
#inner #left table tr .right {
	padding:15px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

#inner #left table tr td {
	padding:15px 0;
}
#inner #left .q_ti {
	font-size: 160%;
	font-weight: bold;
	color: #06428D;
	margin:20px 0 5px;
	
}
#inner #left hr {
	height: 1px;
  border: none;
  border-top: 1px #000000 solid;
  margin:25px 0;
}
#inner #left .a_txt {
	line-height: 22px;
	color: #595757;
	font-size: 90%;
}
.item {
    margin: 20px 10px 30px;
}
.clearfix {
    min-height: 1px;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}
.line{display:inline}

