@charset "UTF-8";


body	{margin: 0;
	font-family: "UD新ゴ R", "メイリオ", "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; margin: 1em 0 1em 0;}

.site-half img {width:49%;}

.site-access img {width:49%;}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	margin: 2px;
	vertical-align: bottom;}

.topimg2{max-width: 100%;
	border: none;
	height: auto;
	margin: 0px;
	vertical-align: bottom;}

.topimg3{max-width: 100%;
	border: none;
	height: auto;
	margin: 0px;
	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: 0px;
	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; margin: 1em;}

a	{color: #00B050;
	text-decoration: none}

a:hover	{color: #191970;
	text-decoration: none}



h1 {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-family: "UD新ゴ M";
    font-size:  24px;           /* 文字サイズ指定 */
    border-bottom: solid 3px #228B22;   /* 線指定 */
    padding-bottom: 1rem;       /* 余白指定 */
    margin-top: 1em;
    margin-bottom: 1em;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
}

h1:before {
    content:  '';                   /* 空白の要素を作る */
    width: 5em;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #FF8C00;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

h1z {
	position: relative;
	padding: 0 0 0 .75em;
	margin-bottom: 1em;
	border-left: 15px solid #00B050;
}
h1z::before {
	position: absolute;
	left: -15px;
	bottom: 0;
	content: '';
	width: 15px;
	height: 50%;
	background-color: #ccc;
}
h1z::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #191970;
}

h1z span	{font-size: 60%;}


h2	{
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 5px 5px;
	color: #003366;
	font-size: 180%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: D1F4D1;
}

.about h2	{
	font-family: "丸フォーク M";
	margin: 2em 0px 1.5em 0px;
	padding: .5em .75em;
	background-color: D1F4D1;
	border-radius: 6px;
	color: #228B22;
	font-size: 150%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: D1F4D1;
}

.about h2:before {
  content: '';
  color: #eedcb3;
}


h3	{
	font-family: "丸フォーク M";
	margin: 0px 0px 1em 0px;
	padding: 0px 0px .5em 0px;
	color: #000000;
	font-size: 140%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4D4398;}

h3 span	{font-size: 60%;}

h4	{
	font-family: "丸フォーク M";
	margin: 0px 0px 1em 0px;
	padding: 0px 0px .5em .5em;
	color: #000000;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #7cd5de;
	border-left: 10px solid #eedcb3;}

h5	{
	margin: 1em 0px 1em 0px;
	padding: .2em 1em;
	background-color: #00CED1;
	border-radius: 6px;
	color: #fff;
	font-size: 120%;
	text-align: center;}


ul	{padding: 0 0 0 0;
	list-style: none;}

ul li span  {color: #3498db; font-weight: bold;}

a:hover img {  
    opacity: 0.4;  
    filter: alpha(opacity=60);}


.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);}


.ggmap {position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; margin-bottom:.5em; height: 0;
	overflow: hidden;}
 
.ggmap iframe, .ggmap object, .ggmap embed
	{position: absolute;top: 0; left: 0; width: 98%; height: 100%;}


.square_btn{
    position: relative;
    display: inline-block;
    font-family: "丸フォーク M";
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #228B22;
    background: #eedcb3;
    transition: .2s;
  }

.square_btn:hover {
    background: #ECECEC;
    color: #003366;
}

.btn-square-raised {
  display: inline-block;
  font-family: "丸フォーク M";
  font-size:80%;
  padding: 0.5em 1em;
  margin: 0 0 0 1em;
  text-decoration: none;
  background: #4D2D0F;/*ボタン色*/
  color: #FFF;/*ボタン色と同じに*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ECECEC;
  border-radius: 3px;/*角の丸み*/
  font-weight: bold;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);
}
  
.btn-square-raised:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.btn-square-raised2 {
  display: inline-block;
  font-family: "丸フォーク M";
  font-size:80%;
  padding: 0.5em 1em;
  margin-left: 1em;
  text-decoration: none;
  background: #228B22;/*ボタン色*/
  color: #FFF;/*ボタン色と同じに*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ECECEC;
  border-radius: 3px;/*角の丸み*/
  font-weight: bold;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.44), 1px 1px rgba(0, 0, 0, 0.38);
}
  
.btn-square-raised2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}




/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #B22222;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/



/*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: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #228B22;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.news:before {left: 10px;}
.news:after {right: 10px;}
.news p {margin: 0; padding: 0;}

.news-title {color: #fff;
	background-color :#A52A2A;
	text-align: left;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 3px 10px 3px 10px;
	font-size: 130%;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #9CC3EA;}

.news ul {margin: 0; padding: 0;
	list-style: none}

.news time	{float: left;
	width: 100%;
	color: 	#003366; font-weight: bold;}

.news li a	{display: block;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover {background-color: #eeeeee;}

.news p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	font-size: 14px}

.news p a:hover {color: #4682B4;}

.news .text	{float: none;
	width: auto;
	margin-left: 0px}

.news-list  {text-align: right;}



/* 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: #fff;
	font-size: 14px}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	background-color: #228B22;
	clear: both;}

.box5 a	{color: #FFFFFF;
	text-decoration: none}
.box5 a:hover	{color: #003366;}


/* ボックスの左右 */
.boxA, .boxB, .box4, .box5, .box6, .box7
	{padding-left: 5px;
	padding-right: 5px}


/* ボックスの上下 */
.boxA	{padding-top: 0px;
	padding-bottom: 0px;}

.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; margin-top: -20px;}


.boxMENU	{padding-top:10px; background-color:#F0FFF0;}

.boxMENU-1, .boxMENU-2, .boxMENU-3
		{padding: 0 0 0 .5em;}
.boxMENU-4
		{padding: 0 0 .5em .5em;}


.box10 {
    position: relative;
    margin: 0 0; padding: 1.8em .5em .5em;
    border: solid 2px #FFC107;
}
.box10 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px; background: #FFC107;
    color: #ffffff; font-weight: bold;
}
.box10 p {margin: 0; padding: 0;}



/*content_left--------*/

#content_left {
	width: 100%;
	float: left;
	margin-bottom: 60px;}


/*greeting------------------------------*/

.greeting {
	padding: 10px;
	background-color:#FFFFFF;}


.clearfix { display: inline-table; }


/*staff------------------------------*/

.staff {max-width: 100%;
	padding: 5px;
	background-color:#FFFFFF;
	border-bottom: dotted #ccc 1px;}

.staff img {float: left;
	max-width: 25%;
	height: auto;
	padding: 10px;
	margin: 0 20px 10px 0;
	vertical-align: bottom;}

.staff ul {
	margin: 0;
	padding: 5px 5px 5px 0;
	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;}


.detail_link {
	text-align: right;
	font-size: 90%;
	padding: .3em 1em .3em .5em;
	background-color: #FFFAF0;
	transition: .4s;
}

.detail_link:hover {
  background: #eedcb3;
}

.detail_link a {
	color: #8B0000;
}


.clearfix { display: inline-table; }


/* テーブル */

table		{margin: 1em;}
table td	{vertical-align: top;}

table.schedule {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
table.schedule td,table.schedule th {
	border: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
table.schedule th {
	width: 10%;
	background: #003366;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
table.schedule td {
	width: 10%;
}



/*content_right--------*/

#content_right {
	width: 100%;
	float: left;
	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 5px 10px 10px;
	background-color:#FFFFFF;}

.cat1 { border: 1px solid #228B22;}

h3.side_title {display: block;
	width: 100%;
	padding: 5px 0px 5px 0px; margin: 0px;
	border-bottom: 1px solid #228B22;
	border-left: none;
	color: #FFF; font-size: 16px; text-align: center;
	background-color:#228B22;}

#sidenavi ul {display: block;
	margin: 0; padding: 0;
	font-size: 90%;}

#sidenavi ul li {display: block;
	color: #434343;
	text-decoration: none;
	border-bottom: dotted #ccc 1px;
}
#sidenavi ul li a {
	display: block;
	color: #434343;
	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;
}

#sidenavi img{width: 100%;}




/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .boxB-inner, .box5-inner, .boxMENU
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

.box2	{margin-bottom: 2em;}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 0px;
	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: 5px 10px; margin:0 .5em;
	border-bottom:  solid 5px #228B22;
	background-color: #FFF;
	color: #000; font-size:14px; font-weight:bold;
	text-decoration: none}

.menu li a:hover {background-color: #eeeeee;
	border-bottom: solid 5px #B22222;
	color: #5d627b;}

.menu li span {display: block;
	color: #edd18e;
	font-size: 10px;}

.menu li span a:hover {color: #006eb0;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 20%;}

.topimg		{width: 99%; border: double 2px #AFDFE4;}
.topimg2	{width: 75%;}
.topimg3	{width: 70%;}
.site img	{width: 90%; margin: 1em 0 1em 0;}
.site2		{float: right; width: 80%; margin-top :2em;}
.site2 span	{margin: 0 0 0 2em;}
.site2 img	{margin: 0 1em 0 1em;}

h1	{font-size:200%; line-height:150%;}

/* キャッチコピー */
.catch	{font-size: 28px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1		{float: left;
		width: 50%}

.box1-1		{float: right;
		width: 50%}

.box2	{float: right;
	width: 100%}


/* content_leftとcontent_rightを横に並べる設定 */
.boxB:after	{content: "";
	display: block;
	clear: both}

.content_left	{float: left;
	width: 75%}

.content_right	{float: right;
	width: 23%}


/* BOX3-1とBOX3-2を横に並べる設定 */
.box3:after	{content: "";
	display: block;
	clear: both}

.box3-1	{float: left;
	width: 49%;
	padding-right: 0px;}

.box3-2	{float: right;
	padding-right: 10px;
	width: 49%;
	background-color:#FFF;}
.box3-2 a:hover	{opacity: 0.8}


/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 38%;
	padding-right: 10px;
	margin-right: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 60%;}
.box4-2 a:hover	{opacity: 0.8}


/* BOXMENU-1、BOXMENU-2、BOXMENU-3、BOXMENU-4を横に並べる設定 */
.boxMENU:after	{content: "";
	display: block;
	clear: both}

.boxMENU-1	{float: left;
	width: 23%;
	margin-right: 1%}

.boxMENU-2	{float: left;
	width: 23%;
	margin-right: 1%}

.boxMENU-3	{float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%}

.boxMENU-4	{float: left;
	width: 23%;}


}


/* ########### 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: 5px 10px; margin:0 .5em;
	border-bottom:  solid 5px #4D4398;
	background-color: #FFF;
	color: #000; font-size:14px; font-weight:bold;
	text-decoration: none}

.menu li a:hover {background-color: #eeeeee;
	border-bottom: solid 5px #5d627b;
	color: #5d627b;}

.menu li span {display: block;
	color: #edd18e;
	font-size: 10px;}

.menu li span a:hover {color: #006eb0;}

menu li:first-child a {border-left: solid 1px #ffffff;}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	clear: right;
	text-align: center;
	margin-bottom: 1px;
	width: 33.33333%;}

.site img	{width: 70%;}
.site2 img	{float: right; width: 65%;}
.topimg2	{width: 70%;}
.topimg3	{width: 70%;}


/* キャッチコピー */
.catch	{font-size: 16px}


/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 40%;}

.box2	{float: right;
	width: 60%}

/* BOX3-1とBOX3-2を横に並べる設定 */
.box3:after	{content: "";
	display: block;
	clear: both}

.box3-1	{float: left;
	width: 49%;
	padding-right: 0px;}

.box3-2	{float: right;
	padding-right: 10px;
	width: 49%;
	background-color:#FFF;}
.box3-2 a:hover	{opacity: 0.8}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 48%;
	padding-right: 10px;
	margin-right: .5em;
	-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}



}



/* ########### 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: #5d627b;
	color: #5d627b;}


p	{text-align:justify; padding:0 .3em;}

h1	{font-size: 200%;}
h2	{font-size: 130%;}
.about h2 {font-size: 130%; padding: .5em .2em;}
h3	{font-size: 120%; padding-left: .2em; margin: 0;}

h4	{padding-left: .5em; margin: 0;}

.site img	{width: 65%;}
.site2 img	{float: right; width: 35%;}

.topimg		{width: 97%; align="center"}
.topimg2	{width: 70%;}
.topimg3	{width: 70%;}


.box3-2 img{width: 47%;}

#sidenavi img{width: 49%;}

.cat1 h3.side_title {width: 100%; border-left: none;}

.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: 30px 0 0 0;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	list-style: none
}
.menu li a	{
	display: block;
	padding: 10px 7px;
	background-color: #eeeeee;
	border-style: solid;
	color: #003366;
	font-size: 11px
	text-decoration: none}

.menu li span {color:#eedcb3; font-size: 10px;}

.menu li a:hover	{
	background-color: #5d627b; color: #FFF;}

.menu li a:hover span {color:#eedcb3; font-size: 10px;}


p	{text-align:justify; padding:0 .3em; line-height:150%;}

.site img  {width: 100%;}

.site-half img {width:100%;}

.site2 span	{margin: 2em 0 0 2em;}
.site2 img {float: right; width: 55%;}
.site-access img {width:100%;}

.topimg	   {width: 100%;}
.topimg3   {width: 95%;}

.box1 img  {width: 80%;}

.staff img {max-width: 95%;}
.staff h3  {margin-bottom: 1em;}

.content_right img{width:30%;
	  	   vertical-align: middle;}

.cat1 h3.side_title {width: 100%; border-left: none;}

h1	{font-size: 170%;}
h1 span	{font-size:45%;}
h2	{font-size: 125%;}
.about h2 {font-size: 120%; padding: .5em .2em;}
h3	{font-size: 120%; padding-left: .5em;}
h4	{padding-left: .5em;}


/* 補足説明 */
.follow-info	{font-size: 15px;}

.newsletter h1 {
	font-size: 20px;
	width: 93%;}

.contact h1{
	font-size: 20px;
	width: 90%;}

h3.side_title {
	font-size: 16px;
	width: 93%;}


}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img {width: 70%;
	height: auto}

.site-half img {width:100%;}

.topimg3	{width: 95%;}



/* キャッチコピー */
.catch	{padding: 3px 5px;
	font-size: 10px}

/* 補足説明 */
.follow-info	{font-size: 11px;}


.news-list p a  {font-size: 12px;}



}





