@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 reset・基本スタイル設定関連
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
	@group reset
===========================================*/
*{ margin: 0;padding: 0;}
a {	text-decoration: none; border: none;}
a img { border: none;}
ul,ol {	list-style: none;}
img { vertical-align: middle;}
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section { 
	display:block;
}
/*==========================================
	@group Fluid-img
===========================================*/
img { width : auto}
img { max-width : 100%}
.img-r {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.img-l {
	float: left;
	margin-right: 10px;
}
/*==========================================
	body
===========================================*/
body {
	color: #333;
	font-size: 16px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/*==========================================
 見出しタグのスタイル
===========================================*/
h2,h3,h4,h5,h6 {
	margin-bottom : 24px;
}
h1 {
	font-size: 36px;
	line-height: 1.3333;} /* 48px */
/* h2 {
	font-size: 24px;
	line-height: 1;} /* 24px */
.toppage #slideshow h2 { display: none;} 
h3 {
	font-size: 18px;
	line-height: 1.3333;} /* 24px */
h4,h5,h6,p {
	font-size: 16px;
	line-height: 1.5;} /* 24px */
#contents h2 {
	line-height: 1;
	position: relative;
	padding: 6px;
	padding-left: 16px;
	font-weight: bold;
	font-size: 18px;
	background-color: #390;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents h2:before{
	content:''; 
	height:22px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:5px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#contents #message h2, #contents .top-message h2 {
	background: #FFF;
	position: relative;
	padding: 12px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 22px;
	color: #390;
	border: 1px solid #390;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents #message h2:before, #contents .top-message h2:before {
	content:''; 
	height:35px; 
	width:3px; 
	display:block; 
	position:absolute; 
	top: 5px; 
	left:5px; 
	background-color:#390;
	border-left: 4px solid #390;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


main h3 {
	color: #390;
	padding-left: 16px;
	position: relative;
}
main h3:before{
	content:''; 
	height:22px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:0; 
	left:5px; 
	background-color:#390;
	border-left: 4px solid #390;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#toppage .toppage_menue h2 {
	background: #FFF;
	border: none;
	color: #390;
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: center;
}

h4 {
	margin-left: 10px;
}

h4.waku {
	position: relative;
	color: #390;
	border: 2px solid #390;
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 23px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
}
h4.waku:after, h4.waku:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
h4.waku:after {
    /*left: 40px;*/
	left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
}
h4.waku:before {
    left: 37px; 
	left: 27px; 
    border: 13px solid transparent;
    border-top: 13px solid #390;
}

/*==========================================
 リンクのスタイル
===========================================*/
a{
	outline: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
a:focus{
outline: none;
}
#contents main a {
	color: #090;
	text-decoration: underline;
}
#contents main a:hover {
	color: #9C9;
	text-decoration: underline;
}


/*==========================================
 table
===========================================*/
.table-container {
	margin-bottom: 24px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table {
	border-collapse: collapse;
	line-height: 1.4;
	margin-left: 5px;
	width: 670px;
}
table, th, td {
	border: solid 1px #063;
}
th, td {
	padding: 8px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
th {
	background-color: #696;
	color: #FFF;
	text-align: center;
}
th.no {
	width: 5%;
}
tr td.no {
	text-align: center;
}
th.shisetumei {
	width: 30%;
}
th.tel {
	width: 19%;
}
th.ryouiki {
	width: 9%;
}
tbody > tr:nth-child(odd) > td {
	background-color: #fdfde3;
}
tbody > tr:nth-child(even) > td {
	background-color: #f0fae7;
}

/*==========================================
　新着NEWマーク　
===========================================*/
span.new {
	background-color: #F60;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 8px 6px;
	padding: 1px 3px 1px 5px;
	vertical-align: 3px;
}

/*==========================================
 clearfix
===========================================*/
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC向けレイアウトの指定：961px以上では固定レイアウト
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 ヘッダーのスタイル
===========================================*/
#skip {
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#header {
	width: 960px;
	margin:0px auto;
	overflow: hidden;
}
#header h1 {
	float: left;
	margin:10px;
	width: 335px;
}
/*プライマリーメニュー設定 */
#header #pri_nav {
	float: right;
	line-height: 1.2;
	margin: 5px 10px 0 0;
	text-align: right;
	vertical-align: top;
	width: 300px;
}
#header #pri_nav ul li {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	padding: 2px 5px;
}
#header #pri_nav ul li a {
	color: #090;
	display: block;
}
#header #pri_nav ul li#toiawase a {
	background: url(../images/toiawase.png) left 2px no-repeat;
	padding-left: 17px;
}
#header #pri_nav ul li#sitemap a {
	background: url(../images/sitemap.png) left 2px no-repeat;
	padding-left: 17px;
}
#header #pri_nav ul li a:hover {
	color: #9C9;
}
#header #pri_nav ul li#toiawase a:hover {
	background: url(../images/toiawase_on.png) left 2px no-repeat;
	padding-left: 17px;
}
#header #pri_nav ul li#sitemap a:hover {
	background: url(../images/sitemap_on.png) left 2px no-repeat;
	padding-left: 17px;
}

/*==========================================
	グローバル・ナビゲーションのスタイル
===========================================*/

nav#menu-box {
	background-color: #390;
	clear: both;
	margin-bottom: 24px;
	overflow: hidden;
}
#toggle {
	display: none;
}
#menu{
	display: inherit;
}
#menu-box ul#menu {
	width: 940px;
	margin: 0 auto;
}
#menu-box ul#menu li {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: auto;
}
#menu-box ul#menu li a {
	color: #FFF;
	display: block;
	padding: 10px;
	background-color: #390;
}
#menu-box ul#menu li a:hover {
	background: #9C6;
	color: #FFF;
}
#toppage #menu-box #menu #nav-toppage a,.page_kyoukai #menu-box #menu #nav-kyoukai a,.page_johou #menu-box #menu #nav-johou a,.page_hiroba #menu-box #menu #nav-hiroba a,.page_link #menu-box #menu li#nav-link a {
	color: #FFF;
	background-color: #9C6;
}

/*==========================================
	段組みレイアウト
===========================================*/

#contents {
		overflow: hidden;
		margin: 0 auto;
		width: 940px;
}
#contents main, #contents aside {
	float: left;
}
#contents main {
	width: 680px;
}
#contents aside {
	margin-left: 20px;
	width: 240px;
}

/*==========================================
 スライドショーのスタイル
===========================================*/

#toppage .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 940px;
	padding: 0;
	margin: 0 auto;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
p#sl_credit {
	background: #060;
	color: #FFF;
	font-size: 13px;
	width: 930px;
	padding: 5px 10px 3px 0;
	text-align: right;
	margin: 0 auto 24px auto;
}
/*==========================================
 コンテンツエリアのスタイル
===========================================*/

/*　位置調整　*/
#contents .l-pos {text-align: left;}
#contents .r-pos {text-align: right;}
/*　段落のスタイル　*/
#contents p {
	line-height: 1.5;
	margin: 0 10px 24px 10px;
	text-align: left;
}
#contents #message p {
	border: 2px dotted #76BA55;
	border-radius: 5px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
}
/*　マイナスインデント　*/
#contents .note {
	text-indent: -1em;
	margin-left: 26px;
}
/*　リストのスタイル　*/
main ul,main dl,main ol {
	margin: 0px 0px 24px 10px;
	line-height: 1.5;
}
main ul li, main dl dt, aside dl dt, main dl dd ul li,main ul li ul li {
	padding-left: 18px;
	position: relative;
}
main ul li:before, main dl dt:before,aside dl dt:before{
	content:url(../images/list_mark.png);
	left: 0;
	position: absolute;
}
main dl dd ul li:before, main ul li ul li:before {
	content:url(../images/list_mark03.png);
	left: 0;
	position: absolute;
}
main dl {
	margin: 0 0 24px 5px;
}
main dl dt {
	font-weight: bold;
}
main dl dt,main dl dd {
	margin-bottom: 24px;
}
main .infoBox .address dt {
	color: #393;
}
main .kiji_list li {
	line-height: 2;
}

/* リスト（並列）のスタイル */

main section .parallel dt {
	font-weight: normal;
	width: 7em;
	float: left;
	margin-bottom: 0;
}
main section .parallel dd {
	margin-bottom: 12px;
	margin-left: 16px;
	padding-left: 7em;
	/*border-bottom: dotted 1px #9c9;*/
}

main section .parallel2 dt {
	font-weight: normal;
	width: 3em;
	float: left;
	margin-bottom: 0;
}
main section .parallel2 dd {
	margin-bottom: 12px;
	margin-left: 16px;
	padding-left: 3em;
	/*border-bottom: dotted 1px #9c9;*/
}


/*　詳細ページへのリンクスタイル　*/
#contents main p.syousai {
	margin-right: 0;
	text-align: right;
}
#contents main .syousai span {
}
#contents main .syousai span a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	padding:5px 8px;
	background-color: #9C6;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
#contents main .syousai span a:hover {
	background-color: #390;
}
/*　記事の投稿日などのスタイル　*/
.newsBox article{
	position: relative;
}
#contents main p.hinichi time {
	border: #390 2px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #390;
	font-size: 12px;
	font-weight: bold;
	padding:3px 6px;
	position: absolute;
	top: -1px;
	right: 2px;
}

/*　画像へのテキスト回りこみ　*/
#contents main section p.img_left {
	float: left;
	margin: 0 20px 0 10px;
	width: auto;
}
#contents main section p.img_right {
	float: right;
	margin: 0 10px 0 20px;
	width: auto;
}
#contents main section p.img-caption {
	margin-top:-12px;
	text-align:center;
	font-size: 90%;
}


/* googleマップ表示領域 */
#contents main section .mapcap {
	margin-bottom: 5px;
}
#accessmap {
	height: 300px;
	margin-bottom: 48px;
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-left: 10px;
}

/*　画像ビューワー　*/
.thumbnail {
	margin-bottom: 16px;
}
#contents main section .thumbnail ul li {
	float: left;
	padding-left:0;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contents main section .thumbnail ul li::before {
	position: relative;
	content:none;
}


/*--------------------------------------------
　トップページのコンテンツ
---------------------------------------------*/

#toppage #contents main {
	float: none;
	width: auto;
}
#toppage #contents aside.toppage_menue {
	float: none;
	margin: 0 0 24px 0;
	width: inherit;
}
#toppage .toppage_menue div {
	border: 1px solid #390;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	margin-right: 13px;
	padding-top: 60px;
	width: 32.1%
}
#toppage .toppage_menue div#kyoukai {
	background: url(../images/topmenue01.png) no-repeat center 10px;
}
#toppage .toppage_menue div#johokyoku {
	background: url(../images/topmenue02.png) no-repeat center 10px;
}
#toppage #contents .toppage_menue div#kouryu {
	background: url(../images/topmenue03.png) no-repeat center 10px;
	margin-right: 0;
}
#toppage .toppage_menue.cf ul {
	margin: 0 25px 24px 25px;
}
#toppage #contents main .toppage_menue .syousai span {
	margin-right: 20px;
}
.newsBox article{
	border-bottom: #390 2px dotted;
	margin-bottom: 24px
}
.newsBox {
	float: left;
	width: 570px;
}
.infoBox {
	float: right;
	width: 350px;
}
#toppage #contents main .infoBox dd {
	margin-bottom: 0px;
}

/*--------------------------------------------
　更新情報ページのコンテンツ
---------------------------------------------*/

#toppage #contents dl#whatsnew dt,.koushin #contents main dl dt {
	width: 7em;
	float: left;
	margin-bottom: 0;
}
#toppage #contents dl#whatsnew dd,.koushin #contents main dl dd {
	margin-bottom: 12px;
	margin-left: 16px;
	padding-left: 7em;
	border-bottom: dotted 1px #9c9;
}

/*--------------------------------------------
　会則ページのコンテンツ
---------------------------------------------*/

#kaisoku main h3 {
	margin-bottom: 10px;
}
#kaisoku main h4 {
	clear: both;
	float: left;
	margin:0 0 0 17px;
	width: 4em;
}
#kaisoku main ul {
	display: block; 
	margin-left: 4em;
}
#kaisoku main ul ul {
	float: none;
	clear: both;
	margin-left: 15px;
}
#kaisoku #contents main section ul li {
	padding-left: 0;
}
#kaisoku #contents main section ul li:before {
	content: inherit;
}
#kaisoku #contents main section ul li.kou {
	text-indent:-16px;
}
#kaisoku #contents main section ul li.kou02 {
	text-indent:-24px;
}

/*--------------------------------------------
　サイトマップページのコンテンツ
---------------------------------------------*/

main ul#sitemap {
	margin-left: 20px;
}
main ul#sitemap ul, main ul#sitemap ul ul {
	margin-bottom: 0;
}
main ul#sitemap li {
	margin-bottom: 20px;
}
main ul#sitemap li ul li {
	line-height: 2;
	margin-bottom: 0;
}
main ul#sitemap li ul li:before {
	content: url(../images/list_mark02.png);
	top: 1px;
}
main #sitemap li ul li ul li:before {
	content: url(../images/sidemenue_mark.png);
	top: 3px;
}

/*==========================================
 asideのスタイル
===========================================*/
/*-------------------------------------------
 サブメニュー
------------------------------------------  */
/*
.submenu {
	margin: 10px 10px 24px 10px;
}
.submenu h3	{
	border: solid 1px #9C9;
	border-left: none;
	border-right: none;
	color: #090;
	font-size: 18px;
	line-height: 2;
	margin: 0;
	padding-left: 10px;
}
.submenu ul {
	margin: 0;
	padding: 0;
}
.submenu li a {
	border-bottom: solid 1px #9C9;
	color: #090;
	display: block;
	line-height: 2;
	position: relative;
	padding: 0 10px 0 28px;
}
.submenu li a:hover {
	background-color: #fec;
}
.submenu li a:before {
	position: absolute;
	left: 12px;
	top: 2px;
	content: url(../images/more_marker.png);
}


#banner {
	margin: 10px 10px 24px 10px;
}
#banner ul,#banner_sp ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
#banner li,#banner_sp li {
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#banner li a {
	display: block;
	width: 277px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}
#banner li.banner_b a {
	height: 160px;
}
#banner_sp li a {
	display: block;
	width: 267px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}
#banner a#banner-00 {
	background-image : url(../images/banner_00.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#banner a:hover#banner-00 {
	background-image : url(../images/banner_00_on.png);
}
#banner a#banner-01 {
	background-image : url(../images/banner_01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#banner a:hover#banner-01 {
	background-image : url(../images/banner_01_on.png);
}
#banner a#banner-02 {
	background-image : url(../images/banner_02.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#banner a:hover#banner-02 {
	background-image : url(../images/banner_02_on.png);
}
#banner a#banner-03 {
	background-image : url(../images/banner_03.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#banner a:hover#banner-03 {
	background-image : url(../images/banner_03_on.png);
}
#banner a#banner-04 {
	background-image : url(../images/banner_04.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#banner a:hover#banner-04 {
	background-image : url(../images/banner_04_on.png);
}

*/





/*==========================================
 asideのスタイル
===========================================*/
/*　ページメニュー　 */
aside ul.contents_menue {
	border-top: #390 2px dotted;
	margin-bottom: 24px;
}
aside ul.contents_menue li {
	line-height: 1.8;
	border-bottom: #390 2px dotted;
	padding-left: 18px;
	position: relative;
}
aside ul.contents_menue ul {
	border-top: none;
}
aside ul.contents_menue ul li  {
	border-bottom: none;
}
aside ul.contents_menue li a {
	color: #390;
	display: block;
}
aside ul.contents_menue li a:hover {
	background: #9C6;
	color: #FFF;
}
aside ul.contents_menue li:before {
	content:url(../images/sidemenue_mark.png);
	left: 0;
	top: 3px;
	position: absolute;
}

/*　事務局アドレス　 */
aside .address {
	border: #393 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 24px;
	overflow:visible;
	padding: 10px;
}
#contents aside .address h2 {
	background: #FFF;
	border: #393 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #393;
	letter-spacing: 1em;
	margin-bottom: 10px;
	text-align: center;
}
#contents .infoBox .address dt {
	color: #393;
	font-weight: bold;
	margin-bottom: 8px;
}
#contents aside .address dl dd {
	font-size: 13px;
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
#topbutton {
	position: fixed;
	bottom: 5px;
	right: 3px;
	display: none;
	opacity: 0.75;
	z-index: 99;
}
#topbutton a:hover {
	opacity: 0.75;
}

/*==========================================
 snsリンクボタンのスタイル
===========================================*/
.sns_style {
	width: 940px;
	margin: 0px auto;
}
.sns_style div {
	float: left;
	margin: 0px 5px 5px 3px;
	vertical-align: top;
	width: auto;
}
.sns_style .fb-like {
	margin-top: -5px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer	{
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #390;
	padding: 20px 0;
}
footer p {
	color: #390;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 20px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC・タブレット向けのレイアウトの指定：768px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media only screen and (max-width: 768px) {
body {
	min-width: 100%;
}
/*==========================================
	ヘッダーのスタイル
===========================================*/	
#header {
	margin: 0 auto;
	position: relative;
	width: 95%;
}
#header #pri_nav {
	position: absolute;
	top: 5px;
	right: -20px;
}
#header h1 {
	margin:10px 0 ;
	width: 100%;
}

/*==========================================
	基本段組みのスタイル
===========================================*/	
#contents {
	margin: 0 auto;
	width: 95%;
}
#contents main, #contents aside {
	float: none;
	margin: 0;
	width: 100%;
}

main ul, main dl {
	margin-left: 10px;
	margin-right: 0;
	overflow: hidden;
}

/*==========================================
	グローバル・ナビゲーションのスタイル
===========================================*/	
#menu{
	display: none;
}
#menu-box ul#menu {
	width: inherit;
}
#menu-box ul#menu li {
	border-bottom: #9c6 1px solid;
	display: inherit;
	float: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#menu-box ul#menu li a {
	background-color: #deedcf;
	color: #390;
}
#menu-box ul#menu li a:hover,#toppage #menu-box #menu #nav-toppage a,.page_kyoukai #menu-box #menu #nav-kyoukai a,.page_johou #menu-box #menu #nav-johou a,.page_hiroba #menu-box #menu #nav-hiroba a,.page_link #menu-box #menu li#nav-link a {
	color: #FFF;
	background-color: #9c6;
	/*background-color: #d1e9d1;*/
}
#toggle{
	background: #390;
	display: block;
	padding: 12px 0 12px 5px;
	width: 100%;
}

/*==========================================
 スライドショーのスタイル
===========================================*/
#toppage .rslides,p#sl_credit {
  width: 100%;
}
p#sl_credit span {
	margin-right: 5px;
}
/*==========================================
　トップページのコンテンツ
===========================================*/
#toppage .toppage_menue div,
#toppage #contents .toppage_menue div#kouryu {
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
}
#toppage .toppage_menue.cf ul {
	margin: 0 auto 16px auto;
	width: 248px;
}
#toppage .toppage_menue h2 {
	margin-bottom: 10px;
}
.newsBox article{
	border-bottom: #390 2px dotted;
	margin-bottom: 24px
}
#toppage #contents .toppage_menue p {
	margin-bottom: 16px;
}
#toppage #contents main .toppage_menue .syousai span {
	margin-right: 5px;
}
.newsBox {
	float: none;
	width: auto;
}
.infoBox {
	float: none;
	width: auto;
}

#toppage #contents main .infoBox dd {
	margin-bottom: 0px;
}


/* headerメニュー設定 */
/*プライマリーメニュー設定 */

/*==========================================
	段組みレイアウト
===========================================*/

/*==========================================
 コンテンツエリアのスタイル
===========================================*/


/* ------------------------------------------
　toppage＆updating_info
------------------------------------------ */


/*==========================================
 フッターのスタイル
===========================================*/
.sns_style.cf {
	width: inherit;
	padding-left: 10px;
} 
footer {
	padding-bottom: 60px;
}
footer p.mob_none {
	display: none;
}

}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 スマートフォン および小型タブレット向け
 レイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (max-width: 592px) {
/*==========================================
 ヘッダーのスタイル
===========================================*/
#header {
	text-align: center;
}
#header #pri_nav {
	float: none;
	position: inherit;
	text-align: center;
	width: 100%;
}
#header #pri_nav ul {
	margin-bottom: 10px;
	margin-left: -15px;
}
	
	
#header h1 {
	margin:10px 0 0 0 ;
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/

#contents main section p.img_left,
#contents main section p.img_right {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 24px;
	text-align: center;
}

/*==========================================
 フッターのスタイル
===========================================*/
}

@media only screen and (max-width: 480px) {
/*==========================================
 body
===========================================*/

/*==========================================
 フッターのスタイル
===========================================*/

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/

/*--------------------------------------------
　トップページのコンテンツ
---------------------------------------------*/
#toppage .toppage_menue div,
#toppage #contents .toppage_menue div#kouryu {
	width: auto;
}
.newsBox article{
	position: inherit;
}
#contents main p.hinichi {
	text-align: right;
}
#contents main p.hinichi time {
	position: inherit;
}
/*--------------------------------------------
　新着・更新情報のコンテンツ
---------------------------------------------*/

#toppage #contents #whatsnewdl dt,.koushin #contents main dl dt {
	float: none;
	margin-bottom: 8px;
	width: 100%;
}
#toppage #contents #whatsnewdl dt,.koushin #contents main dl dd {
	border-bottom: dotted 1px #9c9;
	padding-left: 0;
}
