@charset "utf-8";
/* CSS Document */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {overflow:hidden;height:auto;}
#sub #header {overflow:hidden; height:auto;}
#header h1{
	width:100%;
	padding: 0px;
	height:auto;
}
#header h1 img{width:100%;height:auto;}
#header h1 #title-right {display:block;}
#header h1 #title-left {display:none;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ナビゲーションメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#navi
{
	padding: 0px;
	overflow:hidden;
	width:98%;
	height: auto;
	border-radius:5px;
}
#navi li{
	/*float:none;*/
	margin-right:0px;
	padding: 0px;
	text-align:center;
	width:50%;
	background-image: url(../img/navi_bg.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#navi li a{
	display:block;
	margin-top: 0px;
	height: 26px;
	/*border-left: 0px none;*/
	color:#FFFFFF;
	text-decoration:none;
	padding-top:10px;
}

#navi li a:hover,
#navi li strong{
	margin:0;
	display:block;
	height:26px;
	background-image: url(../img/navi_bg_over.png);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFFFFF;
	padding-top:10px;
	border-left: 0px none;
	padding-left:1px;
	margin-top:0px;
}
#navi li strong{
	background:#fff;
	color:#1280BB;
	
}
#navi .index{
	border-radius:3px 3px 0 0;
}
#navi .index strong{
	border-left: 0px none;
	border-radius:3px 3px 0 0;
}

#navi .index a:hover,
#navi .index strong
{
	background-position: center top;
}
#navi .theme{ width:50%;
border-radius:0 0 3px 3px ;
}
#navi .theme a:hover,
#navi .theme strong
{
	background-position: center top;
	
}
#navi .theme strong, #navi .program strong {
border-bottom:1px dotted #7f7f7f;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents
{width:98%;  padding:0;}
.block{
	width:auto;
	padding:15px;
}
.block .body{
	width:auto;
	overflow:hidden;
	padding-right:0px;
}
.block .body dt{
	float:none;
	width:auto;
	margin-right:0px;
	margin-bottom:5px;
	font-size:16px;
}
.block .body dd{
	float:none;
	width:auto;
	margin-bottom:20px;
}



/*  .apply
-------------------------------------------------------*/
.apply .block .body dt{	width:auto;}
.apply .block .body dd{	float:none;	width:auto;	overflow:hidden;}
.apply .block .body dd.hd{	border-radius:2px;	border:1px solid #1280BB;	padding:3px 10px;	margin-bottom:5px;	width:auto;}
.apply .block .body dd.hd strong{ margin-bottom:5px; float:none;}
.apply .block .body dd.hd a{margin:0 0 5px 0; display:block; float:none; }





/*  .course 
-------------------------------------------------------*/
.course .body {
	overflow:hidden;
	margin-bottom:30px;
}
.course .fl_l {
	float:none;
	width:100%;
	overflow:hidden;
}
.course .fl_l h3 {
	margin:0 0 10px 0;
	background:url(../img/ico1.png) no-repeat 0 center;
	padding:0 0 0 10px;
	line-height:1.3;
	font-weight:bold;
	width:auto;
}
.course .second h3 {
	background:url(../img/ico2.png) no-repeat 0 center;
}
.course .fl_l ul {	margin:0 0 10px 0;}
.course .fl_l li {	float:left;	margin:0 7px 0 0;}
.course .fl_l p {	float:none;	font-size:16px;}




.course .fl_r {
	float:none;
	width:auto;
}
.course .fl_r table {
	width:100%;
}
.course .fl_r table td , .course .fl_r table th {
	padding:5px 10px;
	text-align:left; vertical-align:top;
	border:1px solid #c7c6c7;
}
.course .fl_r .caption {
	background:#51c0d8;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	padding:2px 0;
}
.course .second .caption {
	background:#1d81b8;
}
.course .fl_r .no { border:none; padding:0; height:3px;}
.course .fl_r .gray { 	background:#edebea; white-space:normal;}
.course .fl_r .w23 { width:23%; white-space:normal;}
.course .fl_r .w46 { width:46%;}
.course .fl_r .w54 { width:54%;}



/*  .theme
-------------------------------------------------------*/
.theme .block .body{	width:auto;	/*overflow:hidden;*/	padding: 0;	margin:0 0 30px 0;}
.theme .block .body dl {	width:auto;}
.theme .block .body dl.fl_l ,
.theme .block .body dl.fl_r { float:none;}

.theme .block .body dt {
    clear: both;
    color: #595757;
    letter-spacing: 3px;
    margin-right: 17px;
    width: 100%;
	font-size:10px;
	letter-spacing:2px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin:0 0 5px 0;
}
.theme .block .body dd {
	float:none;
	clear:both;
	border-bottom:1px dotted #999;
	margin:0 0 5px 0;
	/*background:url(../img/ico4.png) no-repeat 0 3px;*/
	overflow:visible;
	padding:0 0 0 25px;
	font-size:10px;
	line-height:1.3;
	width:100%;
	height:auto;
}
.theme .block .body dd.last {	border-bottom:1px dotted #999;}
.theme .block .body dd .theme_title {	width:auto;	float:none; margin-bottom:5px; }
.theme .block .body dd .profile{	width:auto;	float:none; }
.theme .block .body dd .profile .group {	display:block;	margin-bottom:5px;}
.theme .block .body dd .profile .bold {	font-size:13px;}
.theme .block .body dl.fl_r dt { display:none;}

#list_bottom .hd { display:none;}

/*#list_bottom .list_bottom_box1 { background:url(../img/bg_box_middle.png) repeat-y 0 0; width:auto;}
#list_bottom .list_bottom_box2 { background:url(../img/bg_box_bottom.png) no-repeat 0 bottom; width:auto;}
#list_bottom .list_bottom_box3 { background:url(../img/bg_box_top.png) no-repeat 0 0; padding:10px 0; width:auto;}*/
#list_bottom .list_bottom_box1 ,
#list_bottom .list_bottom_box2 ,
#list_bottom .list_bottom_box3 { background:none; width:auto; }

#list_bottom .list_item { background:none; border:1px solid #d3d1d3; border-radius:5px; margin-top:-1px;}
#list_bottom .list_item .into {  position:relative; background:none; padding:0 0 30px 0;  width:auto; margin:0 auto; }
#list_bottom .list_item .head { width:auto; margin:10px;  padding:0;	border-bottom:1px dotted #999; overflow:hidden;}
#list_bottom .list_item .head .fl_l { float:none;}
#list_bottom .list_item .head .fl_r { float:none;}
#list_bottom .list_item .head div { width:auto; overflow:hidden; font-size:11px; line-height:1.3; margin-bottom:10px;}
#list_bottom .list_item .head div .hd2 { background:#eeeeee; color:#1180bb; font-size:10px; padding:2px 5px; margin: 0 0 5px 0; display:inherit;}
#list_bottom .list_item .head div img { float:left; margin:0 10px 0 0;}
#list_bottom .list_item .head div .profile {}
#list_bottom .list_item .head div .profile .group {	display:block;	margin-bottom:5px;}
#list_bottom .list_item .head div .profile .bold {	font-size:15px;}
#list_bottom .list_item .txt {	 line-height:1.5; font-size:12px;   width:90%; margin:0 auto;}








/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer
{
	border-radius:3px;
	background-color:#ffffff;
	clear:both;
	width:98%;
	padding: 0px;
	background-image: none;
	height: auto;
	overflow:hidden;
}
#footer #footerlogo{
	position:static;
	background-image: none;
	height:auto;
	padding-top: 10px;
	width: auto;
	padding-left: 15px;
	width:95px;
}
#footer  #footernavi{
	position:static;
	padding:10px 15px;
	padding-left:50px;
	width:auto;
	padding-bottom:10px;
	overflow:hidden;
}
#footer  #footernavi li{
	float:left;
	margin-right:0px;
	padding-left: 12px;
}
#footer #riken{

	border-left:2px dotted #CCCCCC;
	height: 60px;
	width: 21px;
	padding: 30px 20px 0px;
}