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

/* このサイトについて */
div#aboutsite h3 {
	color:#0063A9;
	font-size:13px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	}

ul.koumoku {
	margin:0 0px 0 25px;
	padding:0 0;
	}

li.koumoku {
	list-style-type:decimal;
	margin:0 0;
	padding:0 0;
	list-style-position:outside;
	}

.banner {padding:15px; border:#CCCCCC 1px solid;}


/* 参画校一覧 */	
.unei {font-weight:bold;}


.sch {}
.sch ul,.sch li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.sch li{
	width:865px;
	height:25px;
	}
#list h3 {
	font-size:13px;
	text-align:left;
	font-weight:normal;
	}	





/* RSS配信について */	
#rss {
	width:835px; 
	border:#CCCCCC 1px solid; 
	background-color:#E8F8FF; 
	padding:10px 15px; 
	font-size:13px;
	}

#rss span {
	font-weight:bold; 
	line-height:30px;
	}

#rss h4 {
	font-size:13px;
	text-align:left;
	font-weight:normal;
	}


/* NEWS */
#nn h3{
	font-size:12px;
	text-align:left;
	font-weight:normal;
	}		

.list4 {
	clear:both;
	margin:0; 
	padding:5px 10px; 
	border-top:#999999 1px dotted;
	height:auto;
	}


/* サイトマップ */
#sitemap table td {
	border-bottom:#666666 1px dotted; 
	padding-bottom:5px;
	}

.morebox{
	clear:both;
	padding-top:20px;
}
.morebox a{
	display:block;
	width:60%;
	margin:0 auto;
	text-align:center;
	padding:10px;
	color:#fff;
	background:#999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.morebox a:hover{
	text-decoration:none;
	background:#666;
}		
/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {

#pagetitle_others {
width: auto;
margin: 0;
height: auto;
font-size: 22px;
font-weight: normal;
padding: 20px 10px;
background-size: auto 100%;
background-position: -3px 0;
}

#contents {
width: auto;
padding: 0;
}

.list4 {
padding: 5px 0;
}

#nn h3 {
font-size: 13px;
}

.list4 .date{
	font-size:13px;
}

/* RSS配信について */	
#rss {
	width:auto; 
	font-size:16px;
	padding:10px;
	line-height:1.6;
	}

#rss span {
	display:block;
	}

#rss h4 {
	font-size:16px;
	line-height:1.6;
	}

#rss a {
	font-size:16px;
	}

div#aboutsite h3 {
font-size: 18px;
	font-weight:normal; 
}

/* 参画校一覧 */	
.unei {font-weight:bold;}


.sch {}
.sch ul,.sch li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.sch li{
	width:auto;
	height:auto;
	}

#list table{
	width:100%;
}

#list table tr{
	width:auto;
	display:block;
	margin:0;
	border-bottom: 1px dashed #ccc;
	padding:20px 0;
}

#list table tr:nth-of-type(1){
	padding:0 ;
	border-bottom: none;
}

#list table tr:nth-of-type(2){
	display:none;
}

#list table td{
	width:auto;
	display:block;
}

#list h3 {
	font-size:18px;
	padding:3px 0;
	}	

#list table td a {
	padding:3px 10px;
	display:block;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}	

#list table tr td:nth-of-type(2) a {
background: #0077C8;
	}	

#list table tr td:nth-of-type(3) a {
background: #FF901B;
	}	



.koumoku table td{
	display:block;
	width:auto;
}

.koumoku table td img{
	margin-bottom:10px;
	max-width: 100%;
}

.banner {
word-break: break-all;
}


/* サイトマップ */

#sitemap table{
	border-spacing:0;
}

#sitemap table td {
	display:block;
	width:auto;
	padding-top:5px;
	}

#sitemap table td.sp_non{
	display:none;
}

.morebox a{
	width:80%;
}

}
	
	