@charset "UTF-8";
/* reset --------------------------------------------------*/
html {
	color:#000;
	background:#FFF;
}
body,main,article,section,aside,footer,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,co,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input{
	font-size: 16px;
}
/*to enable resizing for IE*/
input,
textarea,
select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend { color:#000; }
del,
ins { text-decoration:none; }

/*original*/
a,
a:link,
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

/* section.sub_hedder --------------------------------------------------*/
section.sub_hedder {
	width:100%;
	margin:95px auto 0 auto;
    border-top: solid 3px #E5080B;
    text-align: center;
}
section.sub_hedder h1 {
	/*width:500px;*/
	font-size:3em;
    font-weight: bold;
	padding:5px 10px 0 10px;
    margin:30px auto 20px;
}
section.sub_hedder h1 br{
display: none;
}
section.sub_hedder h1 a,
section.sub_hedder h1 a:link,
section.sub_hedder h1 a:visited,
section.sub_hedder h1 a:hover {
	color:#000;
	text-decoration:none;
}
section.sub_hedder>img {
	float:right;
	margin:10px;
}
/* nav#pankuzu */
#pankuzu {
	clear:both;
	padding:10px;
}
#pankuzu ul li {
	float:left;
	font-size:0.9em;
	color:#999;
	margin-right:5px;
}
#pankuzu ul li a,
#pankuzu ul li a:link,
#pankuzu ul li a:visited {
	color:#999;
	text-decoration:none;
}
#pankuzu ul li a:hover {
	color:#ccc;
	text-decoration:underline;
}

.sample { border-top:solid 3px #f00; }
.aichigakuin { border-top:solid 3px #f00; }
.meijo { border-top:solid 3px #c03; }
.aichi { border-top:solid 3px #c03; }
.nagoyashiritsu { border-top:solid 3px #c03; }
.nagoyakeizai { border-top:solid 3px #c03; }
.chubu { border-top:solid 3px #c03; }
.daido { border-top:solid 3px #c03; }
.chukyo { border-top:solid 3px #c03; }
.toyotakango { border-top:solid 3px #c03; }
.fujitahoken { border-top:solid 3px #c03; }
.fujitagakuen { border-top:solid 3px #c03; }
.gifu { border-top:solid 3px #c03; }
.yokkaichi { border-top:solid 3px #c03; }
.kogakkan { border-top:solid 3px #c03; }
.shizuoka { border-top:solid 3px #c03; }
.tokoha { border-top:solid 3px #c03; }
.nagoyagaikokugo { border-top:solid 3px #c03; }
.nagoyagakugei { border-top:solid 3px #c03; }
.chukyogakuin { border-top:solid 3px #c03; }
.aichiika { border-top:solid 3px #f00; }

/* base
--------------------------------------------------*/
html { background-color:#eee; }
body {
	background-color:#fff;
	width:100%;
	font-size:80%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	margin:0 auto;
}

/* ClearFix
--------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac ¥*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */

/* base --------------------------------------------------*/
input[type="text"]{
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 5px;
}

input[type="radio"], input[type="checkbox"]{
    margin: 0 auto;
}
/* section --------------------------------------------------*/
section { margin-bottom:30px; }
/* section.lead */
section.lead { padding:0 10px; 
               text-align: center;}
section.lead img { margin-bottom:20px; }
section.lead h2 {
	font-size:2.0em;
	margin:0 auto 10px auto;
}
section.lead p {
	font-size:0.7em;
	line-height:1.5em;
	color:#666;
	margin:0 auto;
    width: 650px;
    margin: 0 auto 10px auto;
    text-align: left;
}
/* section.question */
section.question dl {
	width:700px;
	margin:0 auto 10px auto;
}
section.question dl dt {
	border:solid 1px #ccc;
	border-top:none;
	background-color:#eee;
	font-size:1.8em;
	padding:10px;
}
section.question dl dt:first-child { border:solid 1px #ccc; }
section.question dl dt span {
	display:block;
	font-size:0.8em;
	color:#666;
	padding:5px 10px;
}
section.question dl dd {
	border:solid 1px #ccc;
	border-top:none;
	font-size:1.5em;
	line-height:1.5;
	padding:10px 20px;
}
section.question dl dd ul li {
	float:left;
	margin-right:12px;
	padding:2px 0;
}
section.question dl dd select,
section.question dl dd ul li input { 
margin-right:5px; 
padding: 5px 10px;
}
section.question ul.bt {
	display:block;
	width:150px;
	text-align:center;
	margin:0 auto;
}
section.question ul.bt li {
	float:left;
	margin:0 10px;
}
section.question ul.bt li input {
	background-color:#fdd;
	border:none;
	border-radius:5px;
	width:150px;
	color:#900;
	padding:5px 10px;
	cursor:pointer;
    font-size: 1.8em;
}
section.question ul.bt li input:hover { background-color:#fee; }

/* footer --------------------------------------------------*/
footer {
	border-top:solid 1px #ccc;
	font-size:1.1em;
	color:#666;
	text-align:center;
	padding:5px;
}
footer span { margin-left:10px; }
footer small {
	font-size:1.1em;
	color:#666;
	text-align:center;
	padding:5px;
}


div#footer{
margin-bottom: 80px;
}

@media screen and (max-width:900px){
/* section.sub_hedder --------------------------------------------------*/
section.sub_hedder { 
width:95%;
margin:0px auto;
border-top: none;}

section.sub_hedder h1 {
	float:none;
	width:96%;
	font-size:2.8em;
	padding:20px 2% 20px;
    margin: 0;
    line-height: 1.5em;
}
section.sub_hedder h1 br{
display: block;
}
section.sub_hedder h1 img {
	width:100%;
	height:auto;
    padding-top: 20px;
}
section.sub_hedder>img { float:none; }
/* nav#pankuzu */
#pankuzu { display:none; }


footer {
	font-size:0.9em;
	padding:5px 2%;
}
footer span {
	display:inline-block;
	margin:0;
}

body { width:100%; }

/* section --------------------------------------------------*/
/* section.lead */
section.lead {
	width:100%;
	padding:0;
}
section.lead img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
section.lead h2 {
	width:96%;
	font-size:1.8em;
	padding:0 2%;
}
section.lead h2 span {
	display:inline-block;
	font-size:0.8em;
}
section.lead p {
	width:96%;
	padding:0 2%;
    font-size: 0.9em;
}
/* section.question */
section.question dl { width:96%; }
section.question dl dt {
	border:solid 1px #ccc;
	border-top:none;
	background-color:#eee;
	font-size:1.8em;
	font-weight:bold;
	padding:10px;
}
section.question dl dt:first-child { border:solid 1px #ccc; }
section.question dl dt span {
	display:block;
	font-size:0.9em;
	font-weight:normal;
	color:#666;
	padding:5px 10px;
}
section.question dl dd {
	border:solid 1px #ccc;
	border-top:none;
	font-size:1.0em;
	line-height:1.5;
	padding:10px 20px;
}
section.question dl dd ul:nth-child(2),
section.question dl dd ul:nth-child(3) { margin-top:10px; }
section.question dl dd ul:nth-child(2) li:first-child,
section.question dl dd ul:nth-child(3) li:first-child {
	float:none;
	font-weight:bold;
}
section.question dl dd ul li {
	float:left;
	margin-right:15px;
	padding:2px 0;
    font-size: 1.5em;
}
section.question dl dd select,
section.question dl dd ul li input { margin-right:5px; }

}
