@charset "utf-8";
/* bugfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* body */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: normal;
	background: #9bafc9 url(../images/bg.gif) no-repeat calc(50% - 325px) top;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.close {
	color: #f00;
	padding-left: 1em;
}
/* table */
.table01{
	color: #333333;
	border-collapse: collapse;
	width: 100%;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 8px 0 5px;
}
.table01 th{
	font-weight: 600;
	background-color: #dae4f4;
	text-align: center;
	padding: 5px;
}
.table01 td{
	background-color: #ffffff;
	text-align: left;
	padding: 7px;
}

.table02{
	border-collapse: collapse;
	width: 100%;
	color: #900;
}
.table02 td,.table02 th{
	border: 1px solid #c3c3c3;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.table02 th{
	font-weight: normal;
	background-color: #ffd9cf;
}
.table02 td{
	background-color: #fff5f2;
}
	
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}
.table04 {
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table04 th,.table04 td{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #ededed;
	padding: 5px 0px;
	text-align: left;
	padding: 5px;
	line-height: 1.2;
	background: #fff;
}
#box_access .align_right {
	text-align: right;
	margin: .5em 0;
}
#earth {
	display: none;
}
.access_txt {
	padding: 5px;
	background: #fff;
}
#box_lead p.cap {
	font-size: 0.8em;
	color: #2b374a;
}
.maT5B10 {
		margin: 5px 0 10px;
	}
.small {
	font-size: 85%;
}

/**/
#program table{
	width: 90%;
}
/**/
#box_event h5 {
	margin: 0.3em 0 0.8em 0;
	text-align: right;
	color: #333;
}
.box h4 {
	margin: 10px 0;
	padding: 0 0 3px 0;
	color: #844f89;
	border-bottom: #c59ec8 2px dashed;
}

#box_event .entry a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to bottom, #c49dc8, #ad85b1);
	background: -moz-linear-gradient(top, #c49dc8, #ad85b1);
	background: -webkit-gradient(linear, left top, left bottom, from(#c49dc8), to(#ad85b1)); 
	border: #5c7b00;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 13px 0 15px;
	font-weight: 600;
}

#box_event .entry a:hover {
	color: #fff;
	text-decoration: underline;
	background: linear-gradient(to bottom, #c59ec8, #844f89);
	background: -moz-linear-gradient(top, #c59ec8, #844f89);
	background: -webkit-gradient(linear, left top, left bottom, from(#c59ec8), to(#844f89));
}
#box_event .aligncenter {
	margin: 0 auto;
	padding: 1em;
	text-align: center;
}

#box_lead p img {
	float: right;
	margin: 0 0 10px 5px;
	width: 100px;
}
@media screen and (max-width: 480px) {
	#footer {
		background-color: #003994;
		border-top: 1px solid #00173c;
		position: relative;
		margin-top: 35px;
		color: #fff;
	}
	#footer #footer_in {
		height: 100px;
		margin: 10px 10px 0;
	}
	a.totop {
		background: #003994 url(../images/btn_totop.png) 7px 9px no-repeat;
    display: block;
    border: 1px solid #250009;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    width: 74px;
    height: 0;
    padding: 35px 8px 0px 8px;
    position: absolute;
    right: 10px;
    top: -35px;
    overflow: hidden;
	}
	.cr {
		position: relative;
		clear: both;
		width: 96%;
		margin: 0;
		left: 0;
		top: 55px;
	}
	#box_flyer {
		display: none;
	}
	.access_txt {
	padding: 5px;
	background: #fff;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}

	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.br900 {
		display: none;
	}
}
@media screen and (max-width: 759px) {
	body {
		background: #fff;
	}
	#header {
		background: url(../images/mainImgSP.jpg) no-repeat;
		background-size: contain;
		padding-top: 39%;
		width: 100%;
	}
	#header h1,
	#header h2,
	#kahaku_top {
		display: none;
	}
	#bar01 img {
		width: 100%;
	}
	#lead,
	#contents {
		width: 96%;
		margin: 0 2%;
		background-color: #fff;
	}
	.map img {
		width: 100%;
	}
	h3 {
		color: #fff;
		background: #003893;
		border-left: 8px solid #00173c;
		padding: 5px 0 2px 10px;
		margin: 1em 0 .3em 0;
		clear: both;
	}
	#box_lead h3 span {
		font-size: 0.75em;
		font-weight: 300;
	}
	#footer {
		background-color: #003994;
		border-top: 1px solid #00173c;
		position: relative;
		margin-top: 35px;
		color: #fff;
	}
	#footer #footer_in {
		height: 100px;
		margin: 10px 10px 0;
	}
	.logo1{
		width: 206px;
		height: 0;
		padding-top: 42px;
		background: url(../images/img_logo01.png) no-repeat;
		position: absolute;
		overflow: hidden;
	}
	a.totop {
		background: #003994 url(../images/btn_totop.png) 7px 9px no-repeat;
		display: block;
    border: 1px solid #250009;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    width: 74px;
    height: 0;
    padding: 35px 8px 0px 8px;
    position: absolute;
    right: 10px;
    top: -35px;
    overflow: hidden;
	}
	.cr {
		position: relative;
		clear: both;
		width: 96%;
		margin: 0;
		right: 5px;
		top: 55px;
	}
	#box_flyer {
		display: none;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.br900 {
		display: none;
	}
}
@media screen and (min-width: 760px) {
	#concrete {
		width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	#header{
		position: relative;
		background: #fff;
	}
	#header-top {
		background: url(../images/mainImg_top.gif) no-repeat 20px 15px;
		height: 120px;
		position: relative;
	}
	#bar01 img {
		width: 920px;
		height: 50px;
		margin-left: -10px;
	}
	#bar02 {
		width: 920px;
		height: 20px;
		margin-left: -10px;
		background: #003994;
	}
	h1 {
		background: url(../images/mainImg_title.gif) no-repeat;
		width: 600px;
		height: 0px;
		padding-top: 226px;
		overflow: hidden;
		margin: 20px auto;
	}
	a#kahaku_top {
		background: url(../images/kahaku_logo.gif) no-repeat;
		width: 224px;
		height: 0px;
		padding-top: 47px;
		overflow: hidden;
		position: absolute;
		top: 40px;
		right: 15px;
		z-index: 11;
	}
	#lead {
		padding: 15px 20px;
	}
	#lead p {
		margin: 0 0 10px 0;
		text-indent: 1em;
	}
	#main_contents {
		width: 900px;
		padding: 0;
		background: #fff url(../images/contents_bg.gif) repeat-y 50% 0;
	}
/* left+right_cont */
	.left_cont,
	.right_cont {
		width: 430px;
	}
	.left_cont {
		float: left;
	}
	.right_cont {
		float: right;
	}
	
	#contents {
		background: url(../images/topbg.gif) no-repeat;
	}
	/* left+right_cont */
	.left_cont,
	.right_cont {
		width: 445px;
	}
	.left_cont {
		float: left;
	}
	.right_cont {
		float: right;
	}
	/* box */
	.box {
		background: #fff;
		padding: 15px;
		margin-bottom: 10px;
	}
	.box2 {
		background: #fff;
		padding: 10px;
		margin-bottom: 10px;
	}
	.box p {
		margin: 0;
		padding: 0;
	}
	.box2 p {
		margin: 0 0 1em 0;
		padding: 0;
		line-height: 1.3;
	}
	.box .img_r {
		float: right;
		margin: 0 0 10px 8px;
	}
	.map {
		border: 1px solid #999;
		margin: 10px 0;
	}
	
	/* TTL_h3 */
	#box_lead h3,
	#box_info h3,
	#box_access h3,
	#box_flyer h3,
	#box_event h3,
	#box_recture h3,
	box_flyer h3 {
		height: 0;
		padding-top: 30px;
		overflow: hidden;
		background-repeat: no-repeat;
		margin: 0 0 15px 0;
	}
	#box_info h3 {
		background-image: url(../images/TTL_info.gif);
	}
	#box_access h3 {
		background-image: url(../images/TTL_access.gif);
	}
	#box_flyer h3 {
		background-image: url(../images/TTL_flyer.gif);
	}
	#box_event h3 {
		background-image: url(../images/TTL_event.gif);
	}
	#box_recture h3 {
		background-image: url(../images/TTL_lecture.gif);
	}
	#box_flyer h3 {
		background-image: url(../images/TTL_flyer.gif);
	}
	#box_lead h3.TTL_01 {
		background: url(../images/TTL_01.gif) no-repeat;
		padding-top: 45px;
	}
	#box_lead h3.TTL_02 {
		background: url(../images/TTL_02.gif) no-repeat;
		padding-top: 45px;
		margin-top: 10px;	
	}
	#box_lead h3.TTL_03 {
		background: url(../images/TTL_03.gif) no-repeat;
		padding-top: 45px;
		margin-top: 10px;
	}
	#box_lead h3.TTL_04 {
		background: url(../images/TTL_04.gif) no-repeat;
		padding-top: 45px;
		margin-top: 10px;
	}
	#box_lead p {
		text-indent: 1em;
		line-height: 1.5;
		margin-bottom: .6em;
	}
	/* box_dl */
	.box_dl1 a {
		display: block;
		width: 240px;
		height: 52px;
		padding: 55px 20px 0 150px;
		background-repeat: no-repeat;
		color: #333333;
		font-size: 12px;
		line-height: 1.2em;
		text-decoration: none;
	}
	.box_dl1 a:link,.box_dl1 a:visited,.box_dl1 a:hover {
		color: #333333;
		text-decoration: none;
	}
	.box_dl1 a {
		background-image: url(../images/btn_dl.gif);
		background-repeat: no-repeat;
	}
	.box_dl1 a:hover {
		background-position: 0 -107px;
	}
	/* footer */
	#footer{
		clear: both;
		background-color: #003994;
		border-top: 1px solid #00173c;
		margin-top: 0;
	}
	#footer_in{
		width: 900px;
		height: 150px;
		margin: 0 auto;
		position: relative;
	}
	.logo1{
		width: 206px;
		height: 0;
		padding-top: 42px;
		background: url(../images/img_logo01.png) no-repeat;
		position: absolute;
		top: 20px;
		left: 10px;
		overflow: hidden;
	}
	.logo2{
		width: 163px;
		height: 35px;
		position: absolute;
		left: 183px;
		top: 52px;
	}
	.support{
		width: 500px;
		color: #c9bdb1;
		font-size: 12px;
		text-align: left;
		position: absolute;
		left: 398px;
		top: 36px;
	}	
	.cr{
		width: 500px;
		color: #fff;
		font-size: 10px;
		text-align: right;
		position: absolute;
		right: 5px;
		top: 118px;
	}
	a.totop {
		background: #003994 url(../images/btn_totop.png) 7px 9px no-repeat;
		display: block;
    border: 1px solid #250009;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    width: 74px;
    height: 0;
    padding: 35px 8px 0px 8px;
    position: absolute;
    right: 10px;
    top: -35px;
    overflow: hidden;
	}
	.map img {
		width: 100%;
	}
}
