/*___________________________________

オープンキャンパス個別CSS
____________________________________*/

#openCampas{;}

#openCampas img{
border: 0;
}

#openCampas h1{
border: none;
margin: 15px 0 0 0;
padding: 0;
}

#openCampas p{
padding-bottom: 1.1em;
}


/* ボトム5ピクセル */
.mar05{
margin-bottom: 5px;
}

/* ボトム10ピクセル */
.mar10{
margin-bottom: 10px;
}

/* ボトム15ピクセル */
.mar15{
margin-bottom: 15px;
}

/* ボトム20ピクセル */
.mar20{
margin-bottom: 20px;
}

/* ボトム25ピクセル */
.mar25{
margin-bottom: 25px;
}

.alignCenter{
text-align: center;
}

.alignRight{
text-align: right;
}

/*  */
.clearfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*___________________________________

Voice個別CSS
____________________________________*/

#buttonTable{
	margin-bottom: -20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 9px;
	border-bottom: 1px dotted #9E072A;
}

/* 右10ピクセル */
.mar-r10{
	margin-right: 10px;
}

/*___________________________________

qa個別CSS
____________________________________*/

#qa{
text-align: left;
margin: 0 auto;
}

#qa img{
border: 0;
}

#qa p{
padding-bottom: 1.1em;
}

#qa table{
	font-size:1em;
}

#profTable{
	width: 518px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-left: 1px dotted #9E072A;
}

#profTable td{
	width: 33%;
	padding: 5px 10px 5px 10px;
	border-right: 1px dotted #9E072A;
	text-align: left;
	vertical-align: top;
	font-size:0.85em;
}

.qaTable{
	border: 1px solid #9E072A;
	margin: 10px 0 0 0;
}

.qaTable th{
	border-bottom: 1px dotted #9E072A;
	border-left: 0px;
	border-right: 0px;
	color: #9E072A;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.qaTable td{
	padding: 8px;
	vertical-align: top;
}

.img01Box{
	width: 95%;
	height: 79px;
	margin: 10px auto 0 auto;
	background-image: url(../exam/images/qa/bg01.jpg);
	background-repeat:no-repeat;
}

.img01Box p{
	margin: 10px 10px 10px 100px;
	padding-top: 10px;
	font-size: 0.8em;
}

.img02Box{
	width: 95%;
	height: 79px;
	margin: 10px auto 0 auto;
	background-image: url(../exam/images/qa/bg02.jpg);
}

.img02Box p{
	margin: 10px 10px 10px 100px;
	padding-top: 10px;
	font-size: 0.8em;
}

.img03Box{
	width: 95%;
	height: 79px;
	margin: 10px auto 0 auto;
	background-image: url(../exam/images/qa/bg03.jpg);
}

.img03Box p{
	margin: 10px 10px 10px 100px;
	padding-top: 10px;
	font-size: 0.8em;
}

#qaMenu{
	margin-bottom: 10px;
}

#qaMenu a{
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
}
#qaMenu a:hover{
	color:#009FE8;
}

#qaBox{
	margin: 10px;
	color: #9E072A;
	font-size: 1.1em;
	font-weight: 700;
}

p.qamenu{
text-decoration:none;
color: #b50033;
text-align:right;
font-size:0.7em;
font-weight:bold;
margin:5px 0px 5px 0;
}

.openbox {
	text-align:center;
}
.openbox p.openTile{
	display:block;
	float:left;
	width: 100px;
	text-align: center;
	line-height:1.2;
	padding:0;
	margin:0;
}
.openbox p.openTile img{
	margin-bottom:0.25em;
}
.openbox p.openTile a{
	text-decoration: none;
	color:#000;
}
.openbox p.openTile a:hover{
	color:#009FE8;
}
.clear {
	clear:both;
}
