@charset "UTF-8";


body	{margin: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}


/* サイト名 */
.site h1 a {color: #000000;
	text-decoration: none}

.site h1 {margin: 0;
	font-size: 30px}

.site img {border: none;}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* gotop */
.gotop {
	margin: 0 0 10px;
	text-align: right;
}
.gotop a {
	padding-right: 15px;
	background: url(../img/arrow7.png) right 2px no-repeat;
	color: #001437;
	text-decoration: none;
}
.gotop a:hover {color: #5d7296;}


.input-mini{width:60px}
.input-small{width:90px}
.input-medium{width:150px}
.input-large{width:210px}
.input-xlarge{width:95%}
.input-xxlarge{width:95%;}


p	{text-align: justify;}

a	{color: #191970;
	text-decoration: none}
a:hover	{color: #4682B4;}


h1	{
	margin: 20px 0px 40px 0px;
	padding: 5px 0px 3px 15px;
	color: #000000;
	font-size: 170%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008ED2;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #008ED2;
}

h1 span	{font-size: 60%;}

h2	{
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 5px 0px;
	color: #000000;
	font-size: 150%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008ED2;
}

h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 170%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008ED2;
}

h3 span {font-size: 60%;}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1em;
	color: #000000;
	font-size: 130%;
	border-bottom:double 3px #008ED2;
}

h4 span {font-size: 60%;}

h5 {
	margin: 1em 0 1em 0;
	padding: .2em 1em;
	background-color: #008ED2;
	border-radius: 6px;
	color: #FFF;
	font-size: 120%;
}


.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);}




/*pankuzu--------------------*/
.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}
.breadcrumb ul { 
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb ul li { 
	float: left;
}
.breadcrumb ul li a {
	color: #fff;
	text-decoration: none; 
	padding: 3px 0 3px 50px;
	background: #1c5380;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #1c5380;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}
.breadcrumb li:first-child a {
	padding-left: 20px;
}
.breadcrumb li:nth-child(2) a       { background: #3d7fb5; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #3d7fb5; }
.breadcrumb li:nth-child(3) a       { background: #7eb5e2; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #7eb5e2; }
.breadcrumb li:last-child a {
	background: #7eb5e2 !important;
	color: #fff;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border-left-color:#7eb5e2; }
.breadcrumb li a:hover { background: #7eb5e2; }
.breadcrumb li a:hover:after { border-left-color:#7eb5e2 !important; }



/* contact */

.contact {
	padding: 10px;
	background-color:#FFFFFF;}

.contact h1{
	border: 1px solid #4169E1;
	border-left: 10px solid #4169E1;
	background-color: #FFFFFF;
	width: 97%;
	font-size: 28px;
	color: #000000;
	padding: 10px;
	margin-bottom: 30px;}


.contact a {
	display: block;
	color: #191970;
	text-decoration: none}

.contact p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-size: 16px}

.contact p a:hover {background-color: #eeeeee}



/* お知らせ */
.news	{padding: 10px 10px 25px 10px;
	border: solid 5px #F5F5F5;
	background-color: #ffffff;}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 12px;
	text-decoration: none
}

.news li a:hover {background-color: #eeeeee}


.news a {color: #191970; text-decoration: none}

.news p {margin-top: 0; margin-bottom: 0; padding: 5px;
	font-size: 14px}

.news p a:hover {color: #4682B4;}

.news time {float: left; margin-right: 10px;
	color: #888888; font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news .text	{float: none;
	width: auto;
	margin-left: 90px}

.news-title {text-align: left;
	     float: left;}

.news-title {color: #888888;
	text-align: left;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #9CC3EA;
}

.news-list  {text-align: right;}

.titlebar   {font-weight:bold; padding:0.1em;}



/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #191970;
	border-style: double;
	color: #ffffff;
	font-size: 18px;
	text-align: center}


.follow-info	{
	position: relative;
	background: #191970;}

.follow :hover	{opacity: 0.8}


/* ボタン */

.button {display: inline-block;
	padding: 2px 20px 2px 20px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #DF0101;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;}

.button:hover,
.button:focus {outline: none;
	background-color: #DF0101;}


/* コピーライト */
.copyright p	{margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px}

.copyright a	{color: #FFFFFF;}

.copyright a:hover {color: #eeeeee}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	background-color: #191970;
	clear: both;}


/* ボックスの左右 */
.boxA, .boxB, .box4, .box5, .box6, .box7
{padding-left: 5px; padding-right: 5px}


/* ボックスの上下 */
.boxA	{padding-top: 0px;
	padding-bottom: 10px}

.boxB	{padding-top: 0px;
	padding-bottom: 20px}

.box3	{padding-top: 10px;
	padding-bottom: 10px}

.box4	{padding-top: 10px;
	padding-bottom: 10px}

.box4-1	{padding-bottom: 20px}


.news-list img {width:100%;}



/*content_left--------*/

#content_left {float: left;
	width: 100%; margin-bottom: 60px;}


/*staff------------------------------*/

.staff {max-width: 100%;
	padding: 5px;
	background-color:#FFFFFF;
	border-bottom: dotted #ccc 1px;}

.staff img {float: left;
	max-width: 15%; height: auto;
	padding: 10px; margin: 0 20px 10px 0;
	vertical-align: bottom;}

.staff ul {margin: 0; padding: 5px; overflow: auto;}

.staff ul li {list-style-type: none;
	font-size: 15px;
	margin: 0; padding: 0 0 5px 0;
	overflow: auto;}

.staff p {margin: 5px 0 10px 0;
	font-size: 14px;
	line-height: 1.6;
	overflow: auto;}


.staff a {
	display: block;
	color: #191970;
	text-decoration: none}

.staff:after {content:"";
	display: block;
	clear: both;}

.staff {*zoom: 1;}

.clearfix { display: inline-table; }



/*newsletter------------------------------*/

.newsletter {
	padding: 10px;
	background-color:#FFFFFF;}

.newsletter h1{
	background-color: #4169E1;
	width: 98%;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;}

.newsletter h2{
	width: 98%;
	font-size: 20px;
	font-weight: bold;
	color: #191970;
	padding-left: 5px;}

.newsletter p {margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.6;}

.newsletter a {
	display: block;
	color: #191970;
	text-decoration: none}

.newsletter p a:hover {color: #4682B4}



/*our-achievements------------------------------*/

.our-achievements {padding: 10px; background-color:#FFFFFF;}

.our-achievements img {
	max-width: 45%;
	height: auto;
	padding: 10px;
	vertical-align: top;
	clear: both;}

.our-achievements2 img {
	max-width: 100%;
	height: auto;
	padding: 10px;
	vertical-align: top;
	clear: both;}

.our-achievements h1{
	border: 1px solid #CC3366;
	border-left: 10px solid #CC3366;
	background-color: #FFFFFF;
	width: 97%;
	font-size: 28px; color: #000000;
	padding: 10px; margin-bottom: 30px;}

.our-achievements h2{
	background-color: #4169E1;
	width: 97%;
	font-size: 20px; color: #FFFFFF;
	padding: 10px; margin-bottom: 30px;}

.our-achievements a {display: block;
	color: #000000; text-decoration: none}

.our-achievements p {
	margin-top: 0; margin-bottom: 0; padding: 10px;
	font-size: 14px}

.our-achievements p a:hover {background-color: #eeeeee}



.border_box {
	border-bottom: 1px solid #3d7fb5;
	padding: 5px 0px; margin-bottom: 10px;}



/* テーブル */

table	{border-collapse: collapse;
	width: 100%; margin-bottom: 20px;}

table, th,td {border: 1px solid #aaa;
	padding: 5px 5px;
	font-size: 90%;
	vertical-align: middle;}

table th{background: #5d6c87;
	color: #fff;
	width: 15%;}

table a {color: #191970; text-decoration: none}

table a:hover {background-color: #eeeeee}



/*content_right--------*/

#content_right {float: left;
	width: 100%;
	margin-bottom: 60px;
	background-color:#FFFFFF;}

.content_right h1 {
	padding: 10px; margin-bottom: 0;
	font-size: 24px; font-weight: bold}


/*sidenavi*/

#sidenavi {display: block;
	margin: 10px;
	background-color:#FFFFFF;}

.cat1 { border: 1px solid #008ED2;}

h3.side_title {display: block; width: 100%;
	padding: 5px 0px 5px 0px; margin: 0px;
	font-size: 16px; color: #FFFFFF; text-align: center;}

.cat1 h3.side_title {background-color: #191970;}

#sidenavi ul {display: block;
	margin: 0; padding: 0;}

#sidenavi ul li {display: block;
	color: #434343;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}
#sidenavi ul li a {
	display: block;
	color: #434343;
	font-size: 13px;
	padding: 8px 10px 5px 23px;
	text-decoration: none;
}

#sidenavi ul li a span {font-size: 12px;}

.cat1 ul li a {background: url(../img/arrow5.png) 3px 10px no-repeat;}
.cat1 ul li a.act {background-color: #dbebf7;}

#sidenavi li a:hover {color: #666;}



/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .boxB-inner, .box5-inner
{width: 1140px; margin-left: auto; margin-right: auto}


/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 10px;
	border-right: solid 1px #ffffff;
	background-color: #191970;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.menu li span {display: block;
	font-size: 10px;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu li a:hover {background-color: #eeeeee;
	color: #191970;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 25%;}


.site img	{width: 80%;}
.site1 img	{width: 40%;}
.banner img	{width: 30%;}



/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}


/* キャッチコピー */
.catch	{font-size: 28px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 100%}

.box2	{float: right;
	width: 100%}

/* BOX1-1とBOX1-2を横に並べる設定 */
.box1:after	{content: "";
	display: block;
	clear: both}

.box1-1	{float: left;
	width: 50%}

.box1-2	{float: right;
	width: 40%}


/* BOX3とBOX4を横に並べる設定 */
.boxB:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 69%}

.box4	{float: right;
	width: 30%}

/* content_leftとcontent_rightを横に並べる設定 */
.boxB:after	{content: "";
	display: block;
	clear: both}

.content_left	{float: left;
	width: 80%}

.content_right	{float: left;
	width: 20%}


/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%;
	padding-right: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 50%;}
.box4-2 a:hover	{opacity: 0.8}


/* BOX6-1、BOX6-2、BOX6-3、BOX6-4を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 24%;
	margin-right: 1%}

.box6-2	{float: left;
	width: 24%;
	margin-right: 1%}

.box6-3	{float: left;
	width: 24%;
	margin-left: 1%;
	margin-right: 1%}

.box6-4	{float: left;
	width: 24%;}


/* BOX7-1、BOX7-2、BOX7-3、BOX7-4を横に並べる設定 */
.box7:after	{content: "";
	display: block;
	clear: both}

.box7-1	{float: left;
	width: 24%;
	margin-right: 1%}

.box7-2	{float: left;
	width: 24%;
	margin-right: 1%}

.box7-3	{float: left;
	width: 24%;
	margin-left: 1%;
	margin-right: 1%}

.box7-4	{float: left;
	width: 24%;}


/* pamph-left、pamph-rightを横に並べる設定 */


.pamph-left {float: left;
		width: 48.5%;
		margin-left: 1%;
		text-align: justify;}

.pamph-right{float: left; width: 48.5%;
		margin-left: 1%; margin-right: 1%;}


}


/* ########### 768px以上 1189px以下  ########### */
@media (min-width: 768px) and (max-width: 1189px) {


/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 10px;
	border-right: solid 1px #ffffff;
	background-color: #191970;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none}

.menu li span {display: block;
	font-size: 10px;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu li a:hover {background-color: #eeeeee;
	color: #191970;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 20%;}


.site img	{width: 70%;}
.site1 img	{width: 30%;}


/* キャッチコピー */
.catch	{font-size: 16px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: 100%}


/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 100%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 0%}


}


/* ########### 600px以上 767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* トグルボタン */
#menubtn	{
	padding: 6px 6px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{
	margin: 0;
	padding: 0;
	background-color: #191970;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 5px;
	background-color: #191970;
	border-style: solid;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none
}

.menu li span {font-size: 10px;}

.menu li a:hover	{
	background-color: #eeeeee;
	color: #191970;}


.site img	{width: 50%;}
.site1 img	{width: 50%;}


/* キャッチコピー */
.catch	{margin: 0;
	padding: 10px;
	background-color: rgba(255,255,255,0.7);
	font-size: 25px}


}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* トグルボタン */
#menubtn	{
	padding: 6px 6px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 5px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	}


/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{
	margin: 0;
	padding: 0;
	background-color: #191970;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 10px 7px;
	background-color: #191970;
	border-style: solid;
	color: #FFFFFF;
	font-size: 11px
	text-decoration: none}

.menu li span {font-size: 10px;}

.menu li a:hover	{
	background-color: #eeeeee;
	color: #191970;}


.site img	{width: 80%;}
.site1 img	{width: 100%;}

h1	{font-size: 150%;}
h2	{font-size: 140%;}
h3	{font-size: 130%;}
h4	{font-size: 115%;}


/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 15px}


/* 補足説明 */
.follow-info	{font-size: 15px;}


table, th td {font-size: 11px;}


.newsletter h1 {
	font-size: 20px;
	width: 93%;}

.our-achievements h1{
	font-size: 20px;
	width: 90%;}
.our-achievements h2{
	font-size: 20px;
	width: 93%;}
.our-achievements img {
	max-width: 90%;}

.contact h1{
	font-size: 20px;
	width: 90%;}

h3.side_title {
	font-size: 16px;
	width: 100%;}


}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img {width: 70%;
	height: auto}

.site1 img {width: 100%;}


/* キャッチコピー */
.catch	{padding: 3px 5px; font-size: 10px}

/* 補足説明 */
.follow-info	{font-size: 11px;}


.news-list p a  {font-size: 12px;}


}


