@charset "utf-8";
/* -- design.css -- */
/** frame **************************************/
html{ font-size: 62.5%; }
body{
	margin: 0;
	background: #fff;
	font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'HiraMinProN-W3' , Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, serif;
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #535353;
	-webkit-text-size-adjust: none;
}

#header,#home,#top-contents,#footer{ width: 100%; }
#home{
	height: auto;
	min-height: 100%;
}

.contentArea{
	position: relative;
	width: 1050px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

a,
a:link,
a:visited{ color: #535353; }
a:hover,
a:active{ color: #999; border-bottom: 1px dotted #999; }
a img:hover{ opacity: 0.60; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)"; }

/** header *************************************/
#header{
	position: relative;
	height: 80px;
	background-color: #fff;
	z-index: 5;
}
#header h1{
	float: left;
	margin: 30px 30px 0 32px;
}

#header #nav{
	float: right;
	margin: 44px 0 0 0;
}
#nav ul li{
	float: left;
	margin-right: 50px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#nav ul li.now{
	border-bottom: 1px dotted #014f9a;
	font-size: 25px;
	font-size: 2.5rem;
	color: #014f9a;
}
#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited{ color: #111; }
#nav ul li a:hover,
#nav ul li a:active{ color: #888; border-bottom: 1px dotted #888; }

/** maincontents ***********************************/
#top-contents{
	position: absolute;
	min-height: 250px;
	bottom: 134px;
	background: url(../images/bg/cont-bottom.png) center bottom no-repeat;
	z-index: 3;
}

#top-contents #cont-logo{
	display: none;
	height: 250px;
	margin: 0 2%;
	background: url(../images/bg/cont-logo.png) center bottom no-repeat;
	background-size: 98%;
}
/* -------------- */
#contents{
	position: relative;
	margin: 100px 0 0 30px;
	background: url(../images/bg/cont.png) 300px 100px repeat-y;
}
#contents h2{
	background: url(../images/bg/h2.png) 100px top no-repeat;
}
#main-cont{
	position: relative;
	float: right;
	width: 68%;
	margin: 70px 3% 270px 0;
	z-index: 2;
}
#main-cont h3{
	margin-bottom: 20px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}
#main-cont h3.p2{
	margin-bottom: 25px;
	font-size: 16px;
	font-size: 1.6rem;
}
#main-cont p{ margin-bottom: 25px; }

#pages #contents #cont-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 318px;
	background: url(../images/bg/pages-cont-bottom.png) center bottom no-repeat;
	z-index: 1;
}

.block02 .section{
	margin-bottom: 60px;
}
/* -------------- */
table.info-t{ margin-top: -15px; }
table.info-t tr{ border-bottom: 1px solid #b5b5b5; }
table.info-t tr:last-child{ border-bottom: 0 none; }
table.info-t th, table.info-t td{ padding: 15px 10px; }
table.info-t th{
	min-width: 150px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	vertical-align: top;
}
table.info-t td ul{ margin-top: 60px; }
/* -------------- */
dl.seminar{
	margin-bottom: 80px;
}
dl.seminar dt, dl.seminar dd{
	float: left;
}
dl.seminar dt{ width: 230px; }
dl.seminar dd ul.li02 li{ margin-bottom: 20px; }

/* -------------- */
#formarea{
	margin: 60px 10%;
	padding: 1px 0;
	background-color: #fff;
	border-radius: 4px;
}
#formarea table{
	width: 80%;
	margin: 50px auto 40px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, serif;
}
#formarea table tr{
	display: block;
	margin-bottom: 15px;
	background-color: #e9e9e9;
	border-radius: 4px;
	box-shadow: 1px 1px 4px 0 #666 inset;
}
#formarea table th, #formarea table td{
	padding: 6px 0 4px;
}
#formarea table th{
	width: 35%;
	background-color: #95bac8;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 1px 1px 4px 0 #666 inset;
	text-shadow: 0 1px 3px #555;
}
#formarea table td{
	width: 600px;
	padding-left: 1px;
}
#formarea table td input,#formarea table td textarea{
	width: 92%;
	padding: 8px 3% 4px;
	border: 0 none;
	background-color: transparent;
}
#formarea table td textarea{
	height: 200px;
}
#formarea .button{
	width: 70%;
	margin: 0 auto 50px;
	padding: 30px 5% 5px;
	border: 4px solid #ccc;
	font-size: 90%;
	text-align: center;
}
#formarea .button input[type="submit"]{
	padding: 2px 20px;
	border: 0 none;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
#formarea .button input:hover{
	background-color: #888;
}
#formarea .button a,
#formarea .button a:link,
#formarea .button a:visited{ color: #1f8fbc; }
#formarea .button a:hover,
#formarea .button a:active{ color: #41add4; }


/* -------------- */
ul.li01,
ul.li02{ margin-bottom: 25px; }
ul.li01 li{
	list-style-type: disc;
	margin-left: 25px;
}
ul.li02 li{
	list-style-type: square;
	margin-left: 25px;
}

/** sidecontents ***********************************/
#side-cont{
	float: left;
	width: 300px;
	margin-top: 70px;
}
#side-cont ul.menu li{
	margin-bottom: 30px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#side-cont ul.menu li a,
#side-cont ul.menu li a:link,
#side-cont ul.menu li a:visited{ color: #333; }
#side-cont ul.menu li a:hover,
#side-cont ul.menu li a:active{ color: #999; }

/** footer *************************************/
#footer{
	position: absolute;
	bottom: 0;
	overflow: hidden;
	height: 135px;
	background-color: #174e97;
	text-align: right;
	color: #fff;
	z-index: 5;
}
#footer a,
#footer a:link
#footer a:visited{ color: #fff; }
#footer a:hover,
#footer a:active{ color: #ccc; }

#footer .footer-menu ul{
	float: right;
	margin: 75px 40px 5px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
#footer .footer-menu ul li{
	float: left;
	margin-left: 20px;
}

#copy{
	margin-right: 40px;
	font-size: 11px;
	font-size: 1.1rem;
}

/* -------------- */
#pages #footer{
	position: relative;
	height: auto;
	padding-top: 8px;
	background-color: #fff;
	border-top: 1px solid #111;
 	text-align: center;
	color: #111;
}
#pages #footer a,
#pages #footer a:link
#pages #footer a:visited{ color: #111; }
#pages #footer a:hover,
#pages #footer a:active{ color: #888; }

#pages #footer .footer-menu ul{
	float: none;
	margin: 0;
}
#pages #footer .footer-menu ul li{
	float: none;
	display: inline;
	margin-left: 20px;
}
#pages #copy{ margin: 0 0 5px; }

/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:1400px){
#main-cont{ width: 62%; }
}

@media screen and (max-width:1080px){
#nav ul li{ margin-right: 30px; }
#contents{
	background: url(../images/bg/cont.png) 200px 100px repeat-y;
}
}

@media screen and (max-width:960px){
#header{ height: auto; text-align: center; }
#header h1{
	float: none;
	margin: 50px 0 0 0;
}
#pages #header h1{ margin: 15px 0 0 0; }
#header #nav{
	float: none;
	margin: 5px 0 0 0;
	padding-top: 30px;
	border-top: 30px solid #174e97;
}
#pages #header #nav{
	padding: 5px 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

#nav ul li{
	float: none;
	margin: 0 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
#pages #nav ul li{
	display: inline;
	margin: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
#pages #nav ul li.now{
	font-size: 14px;
	font-size: 1.4rem;
}

#top-contents{ display: none; }
#contents{
	margin: 30px 1% 0;
	background: url(../images/bg/cont.png) center top repeat-y;
}
#contents h2{
	padding: 0 5% 20px;
	background: none #fff;
	text-align: center;
}
#main-cont{
	float: none;
	width: 94%;
	margin: 20px 3%;
}
#main-cont h3{
	font-size: 22px;
	font-size: 2.2rem;
}
#pages #contents #cont-bottom{ display: none; }

#pages #side-cont{
	float: none;
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
	text-align: center;
}

#footer{
	height: auto;
	padding-top: 8px;
	background-color: #fff;
	border-top: 1px solid #111;
 	text-align: center;
	color: #111;
}
#footer a,
#footer a:link
#footer a:visited{ color: #111; }
#footer a:hover,
#footer a:active{ color: #888; }

#footer .footer-menu ul{
	float: none;
	margin: 0 0 5px 0;
}
#footer .footer-menu ul li{
	float: none;
	display: inline;
	margin-left: 20px;
}
#copy{ margin: 0 0 10px; }
}

@media screen and (max-width:600px){
table.info-t{ margin-top: 0; }
table.info-t th, table.info-t td{ display: block; }
table.info-t th{
	padding-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
table.info-t td ul{ margin-top: 60px; }

dl.seminar dt, dl.seminar dd{
	float: none;
}
dl.seminar dt{ width: auto; margin-bottom: 30px; }

#formarea{ margin: 60px 2%; }
#formarea table{ width: 90%; }

}
