@charset "UTF-8";
/* -------------------------------------------------------------------
共通スタイル
------------------------------------------------------------------- */
@import url("../../../common/css/style.css?ver260311");  

/* -------------------------------------------------------------------

------------------------------------------------------------------- */
.subNav .btnSeito{
	display:inline-block;
	margin:12px;
	border-radius: 5px;
	background-color: #bd7c00;
	padding-bottom:5px;
}
.subNav .btnSeito:hover{
	padding-top:5px;
	padding-bottom:0;
	background:none;
}
.subNav span{
	display:block;
	margin:0 10px;
	border-bottom: 1px dotted #cccccc;
  padding:0 0 .5em 0;
}
h2 {
	background: url(../images/ico_h2.png) no-repeat left 25%;
	font-size: 215%;
	padding-left: 50px;
	margin: 25px 0;
}
ol {
	margin-bottom: 1em;
}
.schoolHalfList {
	width:310px;
	float: left;
	margin-right: 20px;
}
table.history {}
table.history th {
	white-space: nowrap;
}
table.curriculum {
	margin-bottom: 1em;
}
.unit {
	font-size:85.7%;
	text-align: right;
}
table.goukaku {
	text-align:center;
}
.messageName {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 0.3em;
}
.messageName strong {
	font-size: 128.6%/*18px*/;
}
.life th, .life td { vertical-align:middle;}
.life span { color:#fa8997;}
.gMap { margin-top: 20px;}

.qa dt p {
}
.qa dt {
	padding-left: 3.5em;
	position: relative;
	font-weight: bold;
	margin: 0.5em 0;
}
.qa dd {
	padding-left: 3.5em;
	position: relative;
	margin: 0.5em 0 1em 0;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 1em;
}
.qa dt span {
	display: block;
	position: absolute;
	top: -5px; left: 0;
	font-size:128.6%;/*18px*/
	color: #fa8997;
}
.qa dd span {
	display: block;
	position: absolute;
	top: -5px; left: 0;
	font-size:128.6%;/*18px*/
	color: #2da5da;
	font-weight: bold;
}

.add dl {
}
.add dt {
	clear:both;
	float:left;
	width:5.5em;
	text-align: center;
}
.add dd {
  margin-left:5.5em;
}
.add dd:after {
  content:'';
  display:block;
  clear:both;
}

a.btn {
	display:inline-block;
	padding: 0.5em 4em;
	text-align: center;
	margin: 0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px #a4afaf;
	-moz-box-shadow: 0 3px #a4afaf;
	box-shadow: 0 3px #a4afaf;
	border: solid 7px #d5e5e5;
	margin-bottom: 6px;
}
a:hover.btn {
	margin-top: 3px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
	border: solid 7px #d5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 3px;
}