@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	color: #4D4D4D;
	font-family: 'UD Shin Go Light', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}




a {
	color:#4D4D4D;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:hover,
a:focus {
	color: #666;
}
.clr{
	clear:both;
	min-height:1em;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}

.new {
	margin-left: 0;
	padding: 2px 5px 0 5px;
	color: #FFFF33;
	font-size: 80%;
	background-color: #ff0000;
	display: inline-block;
	line-height: 100%;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */



@media print,screen and (min-width: 768px) {



a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

input::placeholder {
	color: #666;
}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	line-height: 140%;


}

	th,td {
    border: solid 1px;          
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
 
th {
	background-color: #feedeb;
    width:  30%;              
    height: 30px; 
	text-align: center;
	vertical-align: middle;
	
}

	td {
		padding: 8px 0px 8px 20px;
		vertical-align: middle;
	}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 0px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 0.6;
	filter: alpha(opacity=600);
	width: 60px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.logo {
	width: 350px;
	padding: 10px 0 10px 10px;

	}	
	
	
	.logo img {
		width: 100%
	}
	
	#top-pc-header {
		width: 100%;
/*		 position: relative;*/
	}
	
	#header {
	}
	
	#header-inner {
		width: 100%;
		padding: 10px 0 0 0;
		text-align: right;
		border-bottom: 11px solid #f28689;

	}
	
	.header-inner-l {
		float: left;
		width:  50%;
	}
	
	.header-inner-r {
		float: left;
		width:  50%;
		text-align: right;
		padding: 33px 0 0px 0;
		vertical-align: bottom;

	

	}
	
	.header-inner-r a {
		border-left: 1px solid #000;
		font-weight: bold;
		padding:0 30px;

	}
	
	.header-inner-r_nav {
		
	}
	
	.header-inner-r a:hover {
	color: #f28689;
	text-decoration: none;
   border-bottom: 1px solid #ee5d74;
   padding-bottom: 2px;
	}
	
	#keyword {
		width: 220px;
		height: 25px;
		margin: 0;
		padding: 0 4px 0 4px;
		border: none;
		border-radius: 5px 0 0 5px;
	}
	
	#searchsubmit {
		background-color: #007ccb;
		margin-left: -5px;
		padding: 2px;
		width: 25px;
		border-radius: 0 5px 5px 0;
	}
	
	.sp-header {
		display: none;
	}
	
	
/*	メニュー始まり*/
	
	#globalNav {
		width: 100%;
	}
	
	#globalNavInner {
		width: 100%;
	}
	
	#globalNavInner ul {
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content: flex-end;
	}
	
	
	
	#globalNavInner ul li {
		text-align: center;
		padding: 10px 0;
		
	}
	
	#globalNavInner ul li:last-child{
		border-right: 1px solid #fff;
	}
	
	
	#globalNavInner ul li a {
		display: block;
		padding: 5px 40px;
		text-decoration: none;
		font-weight: bold;
		font-size; 110%;
		border-left: 1px solid #000;
	}
	
	#globalNavInner ul li a span {
		display: block;
		font-size: 60%;
		color: #007ccb;
	}
	
	#globalNavInner ul li a:hover {
		color: #999999;
/*		background-color: aqua;*/
	}
	
	
	#globalNavInner ul li a:hover span {
		color: #999999;
	}
	
	
	#content {
		width: 100%;
		margin: 0 auto;
	}
	
	.top1 {
		width: 100%;
		margin-top: -6px;
	}
	
	.top1-inner {
		width: 100%;
	}
	
	.top1 .slick-box {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.top1 .slick-box img {
		width: 100%;
		vertical-align: bottom;
	}
	
	.image_title {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 25%;
		
	}
	
	
	.image_title img {
		width: 100%;
		display: block;
	}
	
	
	.top2 {
		width: 100%;
		margin-top: 0px;
		padding-top: 40px;
	}
	
	.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0 5px;
	}
	
	.top2-l {
		width: 45%;
		margin-right: 5%;
		float: left;
	}
	.top2-0 {
		width: 100%;
		margin-right: 5%;
		float: left;
	}
.top2-0 h2 {
	font-size: 150%;
	display: table;
	background-image: url(../images/shool_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 15px 0 0 50px;
	border-bottom: 1px dotted #ee5d74;
	margin-bottom: 20px;
	width: 100%;
	}
	.top2-1 {
		width: 45%;
		margin-right: 5%;
		float: left;
	}
	
	
	.top2-1 h2 {
		font-size: 150%;
		display: table-cell;
		background-image:url(../images/shool_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 40px;
		padding: 15px 0 0 50px;
	}
	
	
	.top2-0 ul, .top2-1 ul {
		margin-top: 10px;
		width: 100%;


	}
	
	.top2-0 ul li, .top2-1 ul li{
		background-image:url(../images/top2-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		padding: 12px 0 12px 30px;
	}
	
	.top2-0 h2 span, .top2-1 h2 span {
		font-size: 50%;
		margin-left: 10px;
		color: #ee5d74;
		vertical-align: middle;
	}
	.info2{margin-top: 38px;}
	.top2-1 ul li .title a {
		

	}
	.tbl-flex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top2-0 table {
		background-color: #fff;
		width: 40%;
	}
	.top2-0 table td{
	background-color: #fff;
	border-style: none;
	text-align: center;
}
	.top2-0 table th{
	border-style: none;
	text-align: center;
	height: 125px;
    background-color: #fff;
	}

	.title{
		background-image:url(../images/top2-icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
		padding: 12px 0 12px 30px;
	}
	.foo {
   text-decoration: none;
   border-bottom: 1px solid #ee5d74;
   padding-bottom: 2px;
}
	
	.top2-l h2 {
		font-size: 150%;
		display: table-cell;
		background-image:url(../images/news_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 40px;
		padding: 15px 0 0 50px;
	}
	
	
	
	.top2-l h2 span {
		font-size: 50%;
		margin-left: 10px;
		color: #ee5d74;
		vertical-align: middle;
	}
	
	
	.top2-l ul {
		margin-top: 10px;
		border-top: 1px dotted #ee5d74;
		width: 100%;
	}
	
	
	.top2-l ul li {
		padding: 10px 0;
		border-bottom: 1px dotted #ccc;
	}
	
	
	.top2-l ul li .date {
	color: #fff;
	font-size: 80%;
	padding: 4px 8px;
	background-color: #ee5d74;
	border-radius: 8px;
	letter-spacing: 0.1em;

	}
	
	
	.top2-l ul li .title {
		display: block;
		padding: 10px 25px;

	}
	

	
	.top2-l ul li .title a {
		text-decoration: none;
	}
	
	.top2-l ul li .title a:hover {
		text-decoration: underline;
	}
	
	.news-list {
		text-align: right;
		margin-top: 10px;
	}
	
	.news-list a {
		display: inline-block;
		text-decoration:  none;
		color: #fff;
		background-color: #ee5d74;
		padding: 2px 5px 1px;
	}
	
	.news-list a:hover {
		color:#ccc;
	}
	
	.top2-r {
		width: 50%;
		float: left;
	}
	
	.top2-r img {
		width: 100%;
	}
	
	.com {
		font-weight: bold;
		padding-top: 5px;
	}
	
	
	#footer {
		width: 100%;
		background-color: #feedeb;
		margin-top: 50px;
	}
	
	.footer-image {
		width: 100%;
	}
	
	
	.footer-image img {
		width: 100%;
	}
	
	.footer-inner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 10px 5px 10px 5px;
		text-align: center;
		color: #010101;
		font-size: 80%;
		line-height: 1.5em;

	}
	
	.footer-logo {
		margin: 10px 0 0 0;
	}
	
	.footer-logo img {
		width: 100%;
		max-width: 250px;
	}
	
	.copy {
		padding: 0;
		text-align: center;
		background-color: #f28689;
		font-size: 70%;
		color: #fff;
	}
	
	
}

/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

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


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 80%;
	line-height: 145%;

}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

		th,td {
    border: solid 1px;          
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
 
th {
	background-color: #feedeb;
    width:  30%;              
    height: 30px; 
	text-align: center;
	vertical-align: middle;
	
}

	td {
		padding: 8px 0px 8px 20px;
		vertical-align: middle;
	}
	
ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}




.pc-disp {
	display: none;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 0;
	z-index: 20;
	margin-bottom: 135px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 60px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#top-pc-header {
	display: none;
}

#header {
	display: none;
}
#globalNav {
	display: none;
}




.sp-header {
	margin-top: 50px;
	
}








/* メニュー関係
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-top{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width:100%;
	height:50px;
	padding:0px;

    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
	z-index: 2;
	border-bottom: 3px solid #f28689;
}

.header-top .logo{
	padding: 10px;
	text-align: center;
}
.header-top .logo img {
	width: 250px;
}

.header-top a{
}

.header-navi form {
	padding: 10px 0 10px 22px;

}

#keyword {
	width: 200px;
	height: 28px;
	margin: 0px -26px 0px 0;
	border: 0;
	padding: 0 26px 0 0;
	border: 1px solid #ccc;
}

#searchsubmit {
	width: 25px;
}






.menu_open_button{
  margin-top: 0;
	color: #fff;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/menu_icon.png);
	background-position: center top;
  background-size: 37px;
/*  background-color: #00a6e2;*/
  padding-top: 0px;
  text-align: center;
	width:  55px;
	height: 55px;
  font-size: 10px;
  text-decoration: none;
}
.menu_close_button{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/menu_close.png);
	background-size: 55px;
	color: #fff;
/*	background-color: #00a6e2;*/
	padding-top: 34px;
	text-align: center;
	width:  55px;
	height: 55px;
	font-size: 10px;
	text-decoration: none;
	margin-bottom:10px;
	margin-right:20px;
	float: right;
}


/* Header Nav
================================================== */

.header-navi{
	margin-top: -10px;

}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .close{

	padding-top: 10px;
}


.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/

#modal { display: none; }

#modal h2{
}

#modal h2,

#modal ul{
	padding: 0px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }

#modal ul li{
	margin-left: 5px;
	background-color: #fff;
	margin-bottom:1px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
  }


#modal ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/pul01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}

#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}


.close{
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

}

.close a{
}

.open{
  display:block;
  margin-top: 3px;
  margin-right: 3px;
  float: right;
}

.open img{
  vertical-align:middle;
}


#sp-keyword {
	width: 180px;
	height: 25px;
	margin:0px;
	padding: 0px 4px 0px 4px;
	border: 1px solid #000;
	border-radius: 5px 0 0 5px;
}


#sp-searchsubmit {
	margin-left: -5px;
	padding: 2px;
	width: 25px;
	background-color: #007CCB;
	border-radius: 0 5px 5px 0;
}



/*メニュー関係終わり
---------------------------------------------------------------*/


/* トップ動画
================================================== */


#content {
	width:100%;
	padding-bottom: 0px;
}



.top1 {
	width:100%;
/*	margin-top: -6px;*/
	position: relative;
}

	.image_title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	}

.image_title img {
	width: 100%;
	display: block;
	
	}
	
.top1-inner {
	width: 100%;


}

.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top1 .slick-box img{
	width: 100%;
	vertical-align: bottom;
}

.foo {
   text-decoration: none;
   border-bottom: 1px solid #ee5d74;
   padding-bottom: 2px;
}

.top2 {
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
}
.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;

}
	
	.top2-1 {
		width: 100%;
		margin-top: 0;
	}
	
	
	.top2-1 h2 {
		font-size: 150%;
		display: table-cell;
		background-image:url(../images/shool_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 40px;
		padding: 20px 0 10px 50px;
	}
	
	
	.top2-1 ul {
/*		margin-top: 10px;*/
		width: 100%;
		border-top: 1px dotted #ee5d74;
		
		

	}
	
	.top2-1 ul li{
		background-image:url(../images/top2-icon.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 20px;
		padding: 15px 0 0 30px;
		line-height: 1.5em;
		
	}
	
	.top2-1 h2 span {
		font-size: 50%;
		margin-left: 10px;
		color: #ee5d74;
		vertical-align: middle;
	}
	
	.top2-1 ul li .title a {
	font-size: 120%;

	}
	

.top2-l {
    width: 100%;
	margin-bottom: 20px;
}
	

.top2-l h2{
	font-size: 150%;
	display: table-cell;
	background-image: url(../images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 20px 0 10px 50px;
	
}

.top2-l h2 span{	
	font-size: 50%;
	margin-left: 10px;
	color: #ee5d74;
	vertical-align: middle;
	}
	
.top2-l ul {
/*	margin-top: 10px;*/
	border-top: 1px dotted #ee5d74;
	width: 100%;
	
	}
	
.top2-l ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	}
	

	
.top2-l ul li .date {
	color: #fff;
	background-color: #ee5d74;
	padding: 2px 5px;
	border-radius: 8px;	
	}
	

	
.top2-l ul li .title {
	display: block;
	margin-top: 3px;
	}

.top2-l ul li .title a {
	text-decoration: none;
	}

.top2-l ul li .title a:hover {
	text-decoration: underline;
	}



.news-list{
		text-align: right;
		margin-top: 10px;
	}
	
.news-list a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #007CCB;
	padding: 2px 5px 1px;
	}

.news-list a:hover {
	color: #ccc;
	}



.top2-1 {
	width: 100%;
	margin-bottom: 30px;

	
}
.top2-1 img{
	width: 100%;
	}

	
.top2-1 ul li {
/*	margin-bottom: 20px;*/
	color: #fff;
}
.top2-1 ul li .date {
	display: inline-block;
	font-size: 90%;

	padding: 0 5px;
}
.top2-0 h2 {
	font-size: 150%;
	display: table;
	background-image: url(../images/shool_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 15px 0 0 50px;
	border-bottom: 1px dotted #ee5d74;
	margin-bottom: 20px;
	width: 100%;
	}
	.top2-0 table {
background-color: #fff;
}
	.top2-0 table td{
	border-style: none;
	text-align: center;
	background-color: #fff;

}
	.top2-0 table th{
		background-color: #fff;
	border-style: none;
	text-align: center;
		height: 90px;
}
	
.list-category-mark{
		display: inline-block;
	margin:0px 10px 0px 0px;
color: #fff;
	padding:2px 10px 2px 10px;
	font-size: 80%;
	border: solid 1px #fff;


		
	}
.list-category-news{
	
		background-color:#0082B1;
	
	}
.list-category-recruit-news{
    background-color: #FF0606;
		
	}
.top2-r ul li .title a {
	color: #fff;
	text-decoration: none;
}
.top2-r ul li .title a:hover {
	text-decoration: underline;
}

	
.com {
		font-weight: bold;
		padding-top: 5px;
	}
		

	
#footer {
	width: 100%;
	background-color: #feedeb;
	margin-top: 30px;
}

.footer-image {
	width: 100%;	
	}
	
.footer-image img {
	width: 100%;
	}
	
	
.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 5px 10px 5px;
	text-align: center;
	
}
	
.footer-logo {
	margin: 5px 0;
	
}
	
	.footer-logo img {
	width: 100%;
	max-width: 200px;
	}
	
	.copy {
		padding: 0;
		text-align: center;
		background-color: #f28689;
		font-size: 70%;
		color: #fff;
	}

/* スマホコンテンツページ関係始まり
================================================== */


/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}
.contentBody .if-renrakumo iframe {
	height: 130px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}






#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 0px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px;
	font-size: 90%;
}


#breadCrumb p {
	margin-left: 0px;
	
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



.contentListWrapper{
	padding:0px 10px;	

}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0px 5px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

article{

}

#main {
	width: 100%;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}





.contentListWrapper .pageList {
	width: 100%;
	margin-top: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.contentListWrapper .pagelist-item {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px solid #00a6e2;
	padding: 10px;
}
.contentListWrapper .pagelist-item .thumb{
	display: table-cell;
	width: 32%;
	padding-right: 10px;
}
.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
}
.contentListWrapper .pagelist-item .list-right {
	display: table-cell;
	vertical-align: top;
	width: 68%;
}

.contentListWrapper .pagelist-item .title{
	display: block;
	background-image: url(../images/list-_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size:20px;
	padding:5px 0px 5px 35px;
	font-size: 120%;
}




.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
	display: block;
	color: #00a6e2;
}
.contentListWrapper .pagelist-item .title a:hover {
	text-decoration: underline;
}
.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 35px;
	display: block;
	font-size: 90%;
}
.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #666;
}















.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}



#sidemenu {
    width: 100%;
    margin: 30px 0;
    background-color: #E6F1F9;
    padding: 15px 5px 5px 5px;
}
#sidemenu .sideHeader {
}
#sidemenu .sideHeader h2 {
    text-align: center;
    margin: 10px 0px 10px 10px;
    color: #00A0EA;
    font-size: 150%;
}
#sidemenu .sideBody ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sidemenu .sideBody ul li{
	width: 100%;
	margin: 0 0 0px 0;
}
#sidemenu .sideBody ul li a {
	display: block;
	background-image: url(../images/list-_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	padding: 10px 0px 10px 35px;
}
#sidemenu .sideBody ul li span {
	display: block;
	background-image: url(../images/list-_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	padding: 10px 0px 10px 35px;

	font-weight: bold;
}
#sidemenu .sideBody ul li a:hover {
	text-decoration: underline;
}


/*　検索一覧ページ
*********************************************/

.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


/*　アクセスページ
*********************************************/
.access_tb tr {
	display: block;
}
.access_tb td {
	display: list-item;
}
.access_tb .td_l {
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}
.access_tb .td_l img{
	width: 100%;
	max-width: 500px;
}

.access_tb .td_r {
	width: 100%;

}


	
	

/*コンテンツページ関係終わり
================================================== */

	.tbl-resp{
		
		
	}
	
	.tbl-resp th ,.tbl-resp td{
		display: block;
		
	}




/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}




}
/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */

	
	
	
	
	
	
