@charset "utf-8";

section{
	margin-bottom:100px;
}	

span.headtitle{
	font-size: 16px;
	display: block;
	margin-top: -5px;
	padding: 0px;
}


#page_main{
	padding-right: 0.5em;
	padding-left: 0.5em;
}




.pagetitle_a1{
	margin: 0 auto 10px;
	clear: both;
	text-align: center;

}
.title_a3{
	clear: both;
	text-align: center;
	font-size: 28px;
	color: #0061b2;
	margin-bottom: 15px;
	padding: 0px;
}
.title_unt {
text-align: center;
margin-bottom: 40px;
}


p.attention {
margin-bottom: 50px!important;
text-align: center;
	font-size: 18px;
	font-weight: bold;
    line-height: 1.8;
}

.restaurant{
	position: relative;
	margin: 30px 0 30px;

}

.restaurant h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	background: #ed6f00;
	color: #FFF;
	line-height: 1.4;
}

.restaurant h3 em{
    font-size: 16px;
    font-style: normal;
}


p.right-txt{
margin:10px 0;
text-align: right;
clear:both;

}

p.center{
margin:10px 0;
text-align: center;
clear:both;

}

.detail dl {
	margin: 0px;

}
.detail dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.detail dt {
	clear: left;
	float: left;
	width: 4em;
	font-weight: bold;
	padding: 0.1em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
	text-align: left;
	font-size:16px;
	margin-bottom:7px;
}

.detail dt:after {
    content: "";
}

.detail dd {
	font-size:16px;
	float: left;
	padding: 0.1em 0; /* dt と dl の 「padding:」 上下を揃えないと微妙にずれる */
	margin-bottom:7px;

}


p.sm-midasi{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 7px 0px 0em;
	display: block;
}

#article table {
	width: auto!important;
}


table.curriculum {
	border-collapse: collapse;
	text-align: left;
}



table.curriculum td {
	vertical-align: top;
	line-height: 1.8;
    font-size: 16px;
    padding-bottom: 15px!important;
}

table.curriculum td.times{
    text-align: left;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
    white-space: nowrap;
}


p.copyblock{
	font-size: 14px;
	line-height: 1.8;
}


