/*
Theme Name: siah2015
*/

/* htmlタグ設定 */
*{
	margin: 0px;
	padding: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	max-height: 999999px;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #fff;
	color: #000;
	font-size: 13px;
	/* safari対応 */
	min-width: 960px;
	_display: inline;
	_zoom:1;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #666;
}

a.arrow {
	position: relative;
	display: block;
	padding-left: 20px;
}
a.arrow::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.arrow::before {
	position: absolute;
	top: 50%;
	left: 4px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img {
	vertical-align: bottom;
}
img.alignright {
	margin: 0 0 10px 10px;
}
img.alignleft {
	margin: 0 10px 10px 0;
}


span.s {
	font-size: 80%;
}

/* ベースレイアウト */
div#container {
	margin-top: 10px;
}
#header #subnavigation,
#header #globalnavigation nav,
#header #slider,
#main,
#footer .widgets,
#footer #copyright {
	width: 960px;
	margin: 0 auto;
}

#header #subnavigation {
	margin-bottom: 10px;
}
#header #subnavigation #logo {
	float: left;
}
#header #subnavigation .button {
	float: right;
}
#header #subnavigation .button .fontsize {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header #subnavigation .button .fontsize img.title {
	float: left;
	margin-right: 5px;
}
#header #subnavigation .button .fontsize ul {
	float: left;
	list-style-type: none;
}
#header #subnavigation .button .fontsize ul li {
	float: left;
	margin-left: 5px;
}
#header #subnavigation .button .other {
	margin-top: 10px;
}
#header #subnavigation .button .other a {
	margin-left: 10px;
}
#header #globalnavigation {
	background-color: #5089c7;
	margin: 0 auto 20px;
	padding: 0;
	height: 37px;
	line-height: 37px;
}


#mobileimg {
	display: none;
}

#header #slider {
	margin-bottom: 20px;
}

#main {
	margin-bottom: 20px;
}
#main #content {
	width: 715px;
	float: left;
	line-height: 154%;
}
#main #sidebar {
	width: 225px;
	float: right;
}

#footer {
}

#footer .navigation {
	background-color: #5089c7;
	margin-bottom: 20px;
	padding: 20px 0;
	color: #fff;
}
#footer .navigation .widgets .widget {
	width: 320px;
	float: left;
}
#footer #copyright {
	text-align: center;
	margin-bottom: 20px;
}
	#footer #copyright p {
		text-align: center;
		font-size: 12px;
	}



/* サブナビ */
#header #subnavigation .button a {
	transition: 0.5s;
}
#header #subnavigation .button a:hover {
	opacity: 0.3;
	transition: 1.0;
}


/* メインナビ */
#header #globalnavigation nav {
	overflow: hidden;
/*	background-image: url('images/menu-separator.png');
	background-repeat: no-repeat;*/
}
#header #globalnavigation nav ul {
	list-style-type: none;
	display: flex;
}
#header #globalnavigation nav ul.menu li {
/*	float: left;
	position: relative;
	width: 136px;*/
	margin-left: 1px;
	font-size: 14px;
	text-align: center;
	flex: 1;
	position: relative;
}
#header #globalnavigation nav ul.menu > li::before,
#header #globalnavigation nav ul.menu > li:last-child::after {
	content: " ";
	display: block;
	width: 1px;
	padding: 10px 0;
	border-left: 1px dashed #FFF;
	position: absolute;
	top: 10px;
}
#header #globalnavigation nav ul.menu > li::before {
	left: -1px;
}
#header #globalnavigation nav ul.menu > li:last-child::after {
	right: -1px;
}
#header #globalnavigation nav ul.menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#header #globalnavigation nav ul.menu li a:hover {
	background-color: #EEE;
	color: #444;
}
#header #globalnavigation nav ul.menu li ul {
	display: none;
/*	position: absolute;	*/
	top: 36px;
	left: 0;
/*	margin-top: -14px;	*/
}
#header #globalnavigation nav ul.menu li ul li {
	float: none;
	font-size: 14px;
	line-height: 0;
	z-index: 99;
}
#header #globalnavigation nav ul.menu li ul li a {
	display: block;
/*	width: 124px;*/
	color: #fff;
	padding: 8px 5px;
	background: #5089c7;
	line-height: normal;
	border-top: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
#header #globalnavigation nav ul li ul li a:hover {
	color: #444;
	background: #eee;
}

/* サイドバーバナー */
#main #sidebar .widget {
	margin-bottom: 10px;
}
#main #sidebar .facebookbanner a,
#main #sidebar .banner {
	transition: 0.5s;
	color: #000;
}
#main #sidebar .banner {
	width: 225px;
}
#main #sidebar .facebookbanner a {
	display: block;
}
#main #sidebar .facebookbanner a:hover,
#main #sidebar .banner:hover {
	opacity: 0.3;
	transition: 1.0;
}
#main #sidebar .facebookbanner {
	width: 223px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	display: table;
	border-collapse: separate;
    border-spacing: 4px 4px;
}
#main #sidebar .facebookbanner .icon {
	display: table-cell;
	width: 50px;
}
#main #sidebar .facebookbanner .text {
	display: table-cell;
	margin-left: 4px;
	width: 152px;
	vertical-align: middle;
}
#main #sidebar .facebookbanner .text .e {
	font-size: 90%;
}
#main #sidebar > .widget > .textwidget > div {
	margin: 5px 0;
}

.facebookbanner .facebook_link_chr {
	font-weight: bold;
}


/* フッタウィジェット */
#footer .navigation .widgets .widget ul {
	list-style: none inside url('images/small-arrow.png');
}
#footer .navigation .widgets .widget ul li {
	line-height: 2.0;
}
#footer .navigation a {
	color: #fff;
}

/* トップページ */
#content #topslider {
	width: 715px;
	margin-bottom: 20px;
}

#content #topslider .easingslider {
/*	z-index: -999;*/
}

#mobileimg {
	display: none;
}

#content #whatsnew {
	width: 715px;
	color: #444444;
}
#content #whatsnew div.title {
	padding-bottom: 10px;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 10px;
}
#content #whatsnew .list {
	list-style: none inside none;
}
#content #whatsnew .list li {
	line-height: 2.0;
	height: 28px;
/*	padding-left: 100px;
	display: block;*/
	clear: left;
}
#content #whatsnew .list li.committee { background: url('images/icon-committee.png') no-repeat 0 8px; }
#content #whatsnew .list li.region { background: url('images/icon-region.png') no-repeat 0 8px; }
#content #whatsnew .list li.information { background: url('images/icon-information.png') no-repeat 0 8px; }
#content #whatsnew .list li.club { background: url('images/icon-club.png') no-repeat 0 8px; }
#content #whatsnew .list li.act { background: url('images/icon-act.png') no-repeat 0 8px; }

#content #whatsnew .list li span {
	display: block;
	margin-top: 2px;
}

#content #whatsnew .list li span.date {
	float: left;
	width: 110px;
	margin-left: 100px;
}
#content #whatsnew .list li span.title {
	float: left;
	width: 465px;
	font-weight: normal;
}




/* コンテンツ */
#content #breadcrumb {
	margin-bottom: 10px;
}
#content #breadcrumb > div {
	float: left;
}
#content #breadcrumb > div a span {
	font-weight: bold;
}

#content h1 {
	font-size: 150%;
	line-height: 120%;
/*	height: 18px;	*/
	border: #ccc solid 1px;
	border-left: #ccc solid 6px;
	padding: 8px 10px;
	background: #eee;
	margin-bottom: 20px;
	color: #444444;
}

#content h2 {
	font-size: 125%;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	border: #ccc solid 1px;
	border-bottom: #ccc solid 4px;
	padding: 6px 10px;
	margin-bottom: 10px;
	color: #444444;
}
#content h3 {
	font-size: 115%;
	font-weight: bold;
	line-height: 16px;
	/*height: 16px;*/
	border-bottom: #ccc dotted 2px;
	padding: 6px 10px;
	margin-bottom: 10px;
	color: #444444;
}
#content a.wpdm-download-link {
	color: #FFF;
	font-size: 85%;
	width: 100%;
}
#content a {
	color: #5089c7;
	font-weight: bold;
}
#content p {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 110%;
}
#content p.center {
	text-align: center;
}
#content p.to-top {
	width: 100%;
	margin: 0 0 10px;
	padding-right: 20px;
	text-align: right;
}
#content div.box {
	margin: 0 10px 10px;
	border: 1px dashed #ccc;
	padding: 10px 0 0;
}
#content span.title {
	font-size: 110%;
	font-weight: bold;
}
#content table {
	margin: 0 20px 10px;
}
#content .postdate {
	width: 675px;
	text-align: right;
	color: #333;
	margin: 0 20px 10px;
	font-size: 110%;
}

#content img.aligncenter {
	display: block;
	margin: 10px auto;
}
#content img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
#content img.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

#content .h2block,
#content .h3block,
#content .h4block {
	margin-bottom: 20px;
}

#content .pagination {
	margin: 20px auto 10px;
	text-align: center;
	font-size: 110%;
}

#content .pagination {
	margin-top: 20px;
	margin-bottom: 10px;
}

#content .pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #5089c7;
	text-decoration: none; 
	color: #5089c7;
}
#content .pagination a.prev,
#content .pagination a.next {
	border: none;
}
#content .pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #5089c7;
	font-weight: bold;
	background-color: #5089c7;
	color: #fff;
}

#content ul.clublist {
	list-style: none inside none;
	margin: 0 10px 20px 15px;
}
#content ul.clublist li {
	line-height: 2.0;
	float: left;
	padding-bottom: 5px;
	display: block;
	width: 225px;
	margin-left: 5px;
	font-size: 110%;
}

#content ul.clublist li img {
	vertical-align: middle;
	padding-bottom: 5px;
}

#content ul.clublist li .homepagelink img {
/*	#content ul.clublist li img {	*/
	padding-left: 10px;
}

#content .new_icon {
	padding-left: 10px;
}

#content .icon_popup {
	padding-right: 5px;
}

#content ul.childcategorieslist,
#content ul.categoryarticlelist,
#content ul.clubposts {
	list-style: none inside none;
	margin-left: 20px;
	margin-right: 20px;
}
#content ul.childcategorieslist li,
#content ul.categoryarticlelist li,
#content ul.clubposts li {
	line-height: 2.0;
	clear: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}

#content ul.childcategorieslist li span,
#content ul.categoryarticlelist li span,
#content ul.clubposts li span {
	display: table-cell;
	margin-top: 2px;
	font-size: 110%;
}

#content ul.childcategorieslist li span.date,
#content ul.categoryarticlelist li span.date,
#content ul.clubposts li span.date {
	float: left;
	width: 120px;
}
#content ul.childcategorieslist li span.club {
	float: left;
	width: 120px;
}
#content ul.childcategorieslist li span.title {
	float: left;
	width: 435px;
	font-weight: normal;
}
#content ul.categoryarticlelist li span.title,
#content ul.clubposts li span.title {
	float: left;
	width: 555px;
	font-weight: normal;
}

#content #lobbtn {
	margin-top: 10px;
	font-size: 110%;
}
	#content #lobbtn a {
		float: right;
		display: block;
		background: #eee;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #333;
		padding: 5px 20px;
	}

#content #tags {
	margin-top: 10px;
	font-size: 110%;
}
	#content #tags a {
		float: right;
		display: block;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #666;
		padding: 5px 20px;
		margin-left: 10px;
	}

#content .halfblock {
	width: 355px;
	vertical-align: top;
	display: inline-block;
	/display: inline; 
	/zoom: 1;
}

#content ul.list {
	list-style: disk outside none;
	font-size: 110%;
	margin-left: 
}
	#content ul.list li {
		margin-left: 20px;
	}

.widget .tagcloud ul {
	border: 1px solid #666;
	padding: 5px 10px 5px 25px;
	list-style-position: outside;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}







#list ul {
	list-style: none inside none;
	margin: 20px 20px 20px;
}
	#list ul li {
		display: block;
		padding-bottom: 10px;
		font-size: 110%;
	}
#links ul {
	list-style: none inside none;
	margin: 20px 20px 20px;
}
#links ul.c2 {
	margin-left: 15px;
}
#links ul.c4 {
	margin-left: 15px;
}
	#links ul li {
		line-height: 1.0;
		padding-bottom: 10px;
		font-size: 110%;
		vertical-align: top;
		display: inline-block;
		/display: inline; 
		/zoom: 1;
	}
	#links ul.c2 li {
		width: 330px;
		margin-left: 5px;
	}
	#links ul.c4 li {
		width: 160px;
		margin-left: 5px;
	}
#link ul.c2 li font.nomal{
font-weight:100;
color:#000000;
}

#goods ul {
	margin-left: 5px;
	margin-right: 0;
        
}
	#goods ul li {
		display: inline-block;
		/display: inline; 
		/zoom: 1;
		vertical-align: top;
		width: 330px;
		margin-left: 15px;
                
	}
	#goods ul.c4 li {
		width: 155px;
		margin-left: 15px;
	}
#officer ul {
	margin-left: 5px;
	margin-right: 0;
}
	#officer ul li {
		display: inline-block;
		/display: inline; 
		/zoom: 1;
		vertical-align: top;
		width: 330px;
		margin-left: 15px;
	}
	#officer ul.c4 li {
		width: 155px;
		margin-left: 15px;
	}


#officer_table .row {
	padding: 0px;
	width: 750px; 
}

#officer_table .cell {
	padding: 5px;
	width: 240px;
	height: 240px;
	float: left; 
}
#officer_table .image {
  width: 224px;
  height: 300px;
}
#officer_table .caption {
  width: 300px;
  height: 300px;
  position: relative;
}
#officer_table .caption > div {
  position: absolute;
  bottom: 0px;
}


/*
        #officer_table .undertext  {
         display: inline-block;
         vertical-align: text-bottom;
        }
*/
/*バーティカルライン*/



/* コンタクトフォーム用 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background-color: #fbfbfb;
	color: #333;
	width: 663px;
	padding: 5px;
	margin: 5px 0px;
	border: #ccc solid 1px;
	-webkit-appearance: none;
}
.wpcf7 p {
	margin-bottom: 10px;
}
.wpcf7 p span.title {
	font-weight: bold;
}
.wpcf7-submit {
	padding: 2px 20px;
	font-size: 110%;
}

.wpcf7 [data-name="ono1"] input,
.wpcf7 [data-name="ono2"] input,
.wpcf7 [data-name="ono3"] input,
.wpcf7 [data-name="ono4"] input,
.wpcf7 [data-name="ono5"] input,
.wpcf7 [data-name="ono6"] input,
.wpcf7 [data-name="ono7"] input {
	width: 80px;
}
.wpcf7 [data-name="ona1"] input,
.wpcf7 [data-name="ona2"] input,
.wpcf7 [data-name="ona3"] input,
.wpcf7 [data-name="ona4"] input,
.wpcf7 [data-name="ona5"] input,
.wpcf7 [data-name="ona6"] input,
.wpcf7 [data-name="ona7"] input {
	width: 320px;
}
.wpcf7 [data-name="of1"] input,
.wpcf7 [data-name="of2"] input,
.wpcf7 [data-name="of3"] input,
.wpcf7 [data-name="of4"] input,
.wpcf7 [data-name="of5"] input,
.wpcf7 [data-name="of6"] input,
.wpcf7 [data-name="of7"] input {
	width: 40px;
}
.wpcf7 [data-name="op1"] input,
.wpcf7 [data-name="op2"] input,
.wpcf7 [data-name="op3"] input,
.wpcf7 [data-name="op4"] input,
.wpcf7 [data-name="op5"] input,
.wpcf7 [data-name="op6"] input,
.wpcf7 [data-name="op7"] input {
	width: 80px;
}
.wpcf7 [data-name="ot1"] input,
.wpcf7 [data-name="ot2"] input,
.wpcf7 [data-name="ot3"] input,
.wpcf7 [data-name="ot4"] input,
.wpcf7 [data-name="ot5"] input,
.wpcf7 [data-name="ot6"] input,
.wpcf7 [data-name="ot7"] input {
	width: 80px;
}


/* Download Manager用 */
.w3eden {
	margin: 0 20px 10px;
}

#content .c2 .w3eden {
	display: inline-block;
	width: 330px;
	margin: 0 0 10px 20px;
	vertical-align: top;
}

/* calendar */
#content .ai1ec-calendar-toolbar {
/*	display: none;	*/
}
#content .ai1ec-subscribe-container,
#content .ai1ec-views-dropdown {
/*	display: none;	*/
}

#content .ai1ec-month-view th,
#content .ai1ec-week-view th,
#content .ai1ec-week-view .ai1ec-hour-marker div,
#content .ai1ec-week-view .ai1ec-allday-label,
#content .ai1ec-oneday-view th,
#content .ai1ec-oneday-view .ai1ec-hour-marker div,
#content .ai1ec-oneday-view .ai1ec-allday-label {
	color: #444 !important;
	text-shadow: none;
	font-weight: bold;
}

#content #ai1ec-container a {
	color: #205997;
	font-weight: bold;
}

#content table.ai1ec-month-view,
#content .ai1ec-week-view table,
#content .ai1ec-oneday-view table {
	border: 1px solid #888 !important;
}
	#content .ai1ec-month-view td,
	#content .ai1ec-week-view td,
	#content .ai1ec-oneday-view td {
		border: 1px solid #888 !important;
	}

#report_29 {
	margin: 30px 0;
}

#content .memberonlydoc li {
	padding-bottom: 10px;
}

/* lightbox */

#lightbox #controls { /* ページ数表示・スライドショーボタン削除 */
	display: none;
}

#lightbox #hoverNav { /* 前・次画像矢印削除 */
	display: none !important;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*促*//*/
	height: auto;
	overflow: hidden;
	/**/
}





/*グラフ*/

#committeea table {
  /*white-space: nowrap;*/
  width: 670px;
  margin: 20px 0 10px 0;
  border-spacing: 0;
  font-size:100%;
  border-collapse: collapse;
}
#committeea table th {
  color: #000;
  padding: 8px 10px;
  font-weight: bold;
  border:2px  solid #000000;
  line-height: 120%;
  text-align: left;
  width: 300px;
}

#committeea table th:last-child {
   
}
#committeea table tr{
}
#committeea table tr td.top{
vertical-align: top;
}
#committeea table tr td {
  padding: 4px 4px;
  border-bottom: 1px dashed #000000;
  border-left: 1px dashed #000000;
  text-align: center;
vertical-align: middle;
}

#committeea table tr td.01{
    width: 60px;
}

#committeea table tr td.02{
    width: 100px;
}

#committeea table tr td.03{
    width: 90px;
}

#committeea table tr td.04{
    width: 85px;
}
#committeea table tr td.char{
    font-size: 100%;
    padding:0px 0px;
}
#committeea table tr td:last-child {

}
#committeea table tr {

}
#committeea table td.leftline{
    border-left:2px solid #000000;
}
#committeea table td.underline{
    border-bottom:2px solid #000000;
}
#committeea table tr:last-child td {
    border-bottom:2px solid #000000;
}
#committeea table tr:last-child td:first-child {

}
#committeea table tr td.long{
line-height: 12px;
padding:6px 8px;
}
#committeea table tr td:last-child {
     border-right:2px solid #000000;
}
#committeea table tr td.clearbox{
     border:none;  
     border-top:2px solid #000000;
}
/*一番下の小さい表*/
#committeea table.table_one{
      width:335px;
}
#committeea table tr.tr_one{
      border:none;
}

#committeea table tr th.th_one{
     border-right:1px dashed #000000 ;
     width:160px;
}
#committeea table tr td.td_one01{
     border-top:2px solid #000000;
     width:90px;
}
#committeea table tr td.td_one02{
     border-top:2px solid #000000;
     width:85px;
}
#committeea table tr th.td_none{
     border:none;
     border-left:2px solid #000000;
}

        #committeea .img_table {
            width: 750px;
            /* ＝.row の width ＋ padding * 2 */
            /* ※.row に border を付ける場合はその width も考慮する。 */
        }
        /* <tr>タグに相当*/

        #committeea .row03 {
            padding: 0px;
            width: 555px;
            /* ＝.cell の （width ＋ padding * 2）* 1行の.cell数 */
            /* ※.cell に border を付ける場合はその width も考慮する。 */
        }

        #committeea .row04 {
            padding: 0px;
            width: 740px;
            /* ＝.cell の （width ＋ padding * 2）* 1行の.cell数 */
            /* ※.cell に border を付ける場合はその width も考慮する。 */
        }
        /* <td>タグに相当 */

        #committeea .cell03 {
            padding: 15px;
            width: 155px;
            float: left;
            /* float は .cellにつける（<img>に直接つけない）。 */
            /* ※画像や文章等は.cell 内に記述する。 */
        }

        #committeea .cell04 {
            padding: 15px;
            width: 155px;
            float: left;
            /* float は .cellにつける（<img>に直接つけない）。 */
            /* ※画像や文章等は.cell 内に記述する。 */
        }

/*グラフ終わり*/

/*  ポップアップ */

.popup_left{
	width:200px;
	float:left;
	margin-top:20px;
}

.popup_right{
	width:460px;
	float:left;
	margin-top:20px;
	padding-left:20px;
	font-size: 16px;
}

/*  ポップアップ終わり */

#content img[usemap="#map"] {
	display: block;
} 
#content #sp_map {
	display: none;
}

/* スマートフォン対応 */
@media (max-width: 768px) {

/* 20250112 ToDo*/
body.cbp-spmenu-push {
overflow-x: auto;
}
.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
    width: 100% !important;
}

/* ベースレイアウト */
	body {
		min-width: auto;
	}

	#header #subnavigation, 
	#main, 
	#footer .widgets, 
	#footer #copyright {
		width: 100%;
	}

	#header #subnavigation #logo {
		box-sizing: border-box;
		padding: 0 2px;
		float: none;
	}
	#logo img {
		width: 100%;
	}
	#header .fontsize {
		display: none;	
	}

	#main {
		display: flex;
		flex-direction: column;
	}

	#main #content {
		width: 100%;
		float: none;
		order: 2;
	}



/* サブナビ */
	#header #subnavigation .button {
		float: none;
		display: flex;
		justify-content: space-evenly;
	}

/* メインナビ */
	#header #globalnavigation {
		display: none;
	}

/* サイドバーバナー */
	#main #sidebar {
		width: 100%;
		float: none;
		order: 1;
	}

	#main #sidebar .textwidget {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	#main #sidebar .widget .textwidget > div {
		width: 48%;
		max-width: 225px;
 	}

	#main #sidebar .textwidget .banner {
		width: 100%;
		height: auto;
	}

	#main #sidebar .facebookbanner {
		width: 100%;
	}
	.facebookbanner .facebook_link_chr {
		display: inline-block;
	}

/* フッタウィジェット */
	#text-4, #text-5 {
		display: none;
	}
	#footer .navigation .widgets #text-6 {
		width: 100%;
	}

	#footer .navigation .widgets .widget ul {
		display: flex;
		justify-content: space-evenly;
	}

/* トップページ */
	#mobileimg {
		display: block;
		margin-bottom: 5px;
	}
	#mobileimg > img {
		width: 100%;
	}

	#topslider {
		display: none;
	}

/* クラブ */
	#content img[usemap="#map"] {
		display: none;
	}
	#content #sp_map {
		display: block;
	}

	#content ul.clublist li {
		width: 48%;
		max-width: 225px;
	}

/* 全体 */

	#content h2 {
		height: auto;
	}

	#content p {
		box-sizing: border-box;
		padding: 0 5px;
	}

	#content #whatsnew {
		width: 100%;
	}
	#content #whatsnew .list li {
		margin-left: 5px;
		display: flex;
		height: auto;
	}
	#content #whatsnew .list li span.date {
		margin-left: 75px;
		padding-left: 5px;
		float: none;
	}
	#content #whatsnew .list li span.title {
		margin-left: 0;
		padding: 0 10px;
		float: none;
		flex-grow: 1;
	}

	#content .postdate {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.w3eden .card-body {
		padding: 0.5rem !important;
	}
	#content .c2 .w3eden {
		display: block;
		width: auto;
		margin: 0 20px 10px;
	}
	#content .w3eden .card h3 {
		margin-bottom: 3px;
	}

	#content table {
		display: block;
		width: 100% !important;
		margin: 0;
		height: auto !important;
	}
	#content table tbody {
		display: block;
	}
	#content table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#content table tr td {
		flex: 1;
	}

	#content video {
		width: 100%;
	}

	#content .wp-caption {
		max-width: 100%;
	}

	#committeea table th {
		flex: 1;
	}
	#committeea table tr td:first-child {
		width: 110px;
		flex: none;
	}
	#committeea table tr td:last-child {
		flex: 1;
		text-wrap: auto;
	}

	#content ul.childcategorieslist li, 
	#content ul.categoryarticlelist li, 
	#content ul.clubposts li {
		display: flex;
	}
	#content ul.childcategorieslist li > .date, 
	#content ul.categoryarticlelist li > .date, 
	#content ul.clubposts li > .date {
		padding-right: 5px;
	}

	.wpcf7 input[type="text"], 
	.wpcf7 input[type="email"], 
	.wpcf7 textarea {
		box-sizing: border-box;
		width: 100%;
	}

	#wpcf7-f389-p261-o1 th:nth-child(1),
	#wpcf7-f389-p261-o1 td:nth-child(1),
	#wpcf7-f389-p261-o1 th:nth-child(4),
	#wpcf7-f389-p261-o1 td:nth-child(4),
	#wpcf7-f389-p261-o1 th:nth-child(5),
	#wpcf7-f389-p261-o1 td:nth-child(5) {
		width: 20%;
	}
	#wpcf7-f389-p261-o1 th:nth-child(2),
	#wpcf7-f389-p261-o1 td:nth-child(2) {
		width: 30%;
	}
	#wpcf7-f389-p261-o1 th:nth-child(3),
	#wpcf7-f389-p261-o1 td:nth-child(3) {
		width: 10%;
	}
}


