@charset "utf-8";
/*--------------------------------------------------------------------
----style.css 画面の横幅が769pxまで-----------------------------------
--------------------------------------------------------------------*/
@media (max-width:769px) {
a {
	color: #4a301c;
	outline: none;
}

a:link, a:visited, a:active {
	color: #4a301c;
	text-decoration: underline;
}

a:hover {
	color: #4a301c;
	text-decoration: none;
}

#wrap-head {
	margin: 0 auto;
	padding: 0 0 3px 0;
	background: #e7e5be;
}

#wrap-main-page, #wrap-main {
	margin: 15px auto;
	width: 90%;
}

.wrapper.wrap-foot {
	padding: 5px 0;
}

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

video {
	max-width: 100%;
	height: auto;
	width: auto;

}


#header-link {
	display: none;
}

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft img, .alignright img, .aligncenter img {
	display: block;
	margin: 0 auto;
}

.alignleft p, .alignright p {
	text-align: center;
	margin-top: 3px;
}



/*--------------------------------------------------------------------
----ヘッダー----------------------------------------------------------
--------------------------------------------------------------------*/
header {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 95%;
}


/*文字サイズ変更*/
#cgtext {
	display: none;
}

#globalNavi li {
	clear: both;
	display: block;
	text-decoration: none;
	padding: 6px;
	border-bottom: solid 1px #dedede;
	font-size: 110%;
	background: #FFFFFF;
	text-align: center;
}

#globalNavi li a {
	clear: both;
	display: block;
	text-decoration: none;
	padding: 6px;
	border-bottom: solid 1px #dedede;
	font-size: 110%;
	background: #FFFFFF;
	text-align: center;
}

#globalNavi li#gn01 a, #globalNavi li#gn02 a, #globalNavi li#gn03 a, #globalNavi li#gn04 a, #globalNavi li#gn05 a {
	width: inherit;
	height: inherit;
	background: none;
	text-indent: 0;
	border: none;
}

#globalNavi li#gn01 a:hover, #globalNavi li#gn02 a:hover, #globalNavi li#gn03 a:hover, #globalNavi li#gn04 a:hover, #globalNavi li#gn05 a:hover {
	width: inherit;
	height: inherit;
	background: none;
	text-indent: 0;
	border: none;
}

#globalNavi {
	display: none;
}

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #c1bf8e;
	letter-spacing: 2px;
}

#toggle a {
	display: block;
	position: relative;
	padding: 18px 0 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #c1bf8e;
}

#toggle a:before {
	margin-top: -6px;
}

#toggle a:after {
	margin-top: 2px;
}



/*--------------------------------------------------------------------
----パンくずリスト----------------------------------------------------
--------------------------------------------------------------------*/
#breadcrumbs {
	display: none;
}

#like-btn {
	clear: both;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 8px auto;
	max-width: 100%;
}

.fb-like {
	position: relative;
	bottom: 2px;
}

#line-btn {
	position: relative;
	bottom: 2px;
}

.access-count {
	position: relative;
	top: -2px;
}



/*--------------------------------------------------------------------
----トップページスライダー--------------------------------------------
--------------------------------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {
	background: #4cb5e8 url(../images/slide/prev.jpg) no-repeat right center;
}

.slider_next {
	background: #4cb5e8 url(../images/slide/next.jpg) no-repeat left center;
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}



/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/*--------------------------------------------------------------------
----レイアウト--------------------------------------------------------
--------------------------------------------------------------------*/
#main {
	font-size: 80%;
	line-height: 140%
}



/*--------------------------------------------------------------------
----トップページ見出し------------------------------------------------
--------------------------------------------------------------------*/
h2.h2top-midashi, h2#h2top-iinkai {
	clear: both;
	margin: 5px 0;
	padding: 8px 5px 5px 5px;
	width: 98%;
	border-radius: 6px;
	background: #eef2ad;
	color: #000000;
}

.newArticle-wrapper{
	margin:15px 0;
}

.top-midashi {
	margin: 0 0 15px 0;
}

.top_infothumb {
	margin-bottom: 5px;
}

h2#h2top-iinkai {
	font-size: 120%;
}

.btn-more {
	display: none;
}

#sidebar {
	margin: 10px 0;
}

#iinkai-txt {
	color: #000000
}

#top-iinkai, #top-kaiin {
	margin: 10px 0;
}

#top-iinkai li a, #top-kaiin li a {
	padding: 10px 5px;
	display: block;
	background: #dde1a0;
	width: 98%;
	border-bottom: solid 1px #efefef;
}

.h2title {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 12px 5px 8px 5px;
	width: 98%;
	border-radius: 6px;
	background: #24BCFC;
	color: #FFFFFF;
	text-align: center;
}

.contents-main {
	margin-bottom: 25px;
}

.contents-main h3 {
	font-size: 140%;
	margin: 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
	line-height: 140%;
	border-bottom: solid 1px #aaaa8c;
}

.contents-main h4 {
	font-size: 120%;
	margin: 5px 0;
}

h3#jigyou {
	padding: 10px 0;
}

.contents-main p {
	margin-bottom: 0 0 20px 0;
	line-height: 160%;
}

.contents-main ol li {
	list-style: decimal outside;
	margin: 0 0 5px 20px;
	line-height: 160%;
}

.contents-main ul li {
	list-style: disc outside;
	margin: 0 0 5px 20px;
	line-height: 160%;
}

.contents-main .event-list dt {
	margin: 10px 0 0 0;
}

.contents-main .event-list dd {
	margin: 0;
}

.contents-main .syousai {
	margin: 15px 0;
	padding: 15px;
	border: solid 1px #d9d9d9;
}

.contents-main .syousai dt {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	clear: both;
	font-weight: bold;
	letter-spacing: 5px;
}

.contents-main .syousai dd {
	clear: both
}

.contents-main .syousai-re {
	margin: 10px 0;
}

.contents-main .syousai-re dt {
	float: left;
	display: inline;
	width: 120px;
	margin: 0 10px 5px 0;
	padding: 4px 6px 2px 6px;
	clear: both;
	font-weight: bold;
	background: #00416b;
	color: #FFFFFF;
	border-radius: 5px;
}

.contents-main .syousai-re dd {
	margin: 0 0 5px 140px;
	padding: 0px 4px 2px 4px;
	line-height: 160%;
}

.contents50 h3 {
	margin: 15px 0;
}

.contents50 h4 {
	margin: 10px 0;
}

.contents50 img {
	margin: 0 0 10px 0;
}

.contents30, .contents30-last {
	clear: both;
	display: block;
	max-width: 100%;
	margin: 0 0 15px 0;
}

.contents30 img, .contents30-last img {
	display: block;
	margin: 0 auto;
}

.event-icon {
	position: relative;
	top: -4px;
	right: 3px;
}

#publish-date {
	margin: 0 0 10px 0;
	text-align: right;
}

.list-common {
	margin: 15px 0;
}

.list-common li {
	list-style: outside disc;
	margin: 10px 0 10px 28px;
}


/*▼情報公開ページテーブル▼*/
table.koukai {
	width: 100%;
	margin-bottom: 20px;
}

table.koukai>thead>tr>th {
	padding: 8px;
	background-color: #E7E5BE;
	border-top: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
	border-left: solid 1px #d9d9d9;
}

table.koukai .odd {
	background-color: #fafaf2;
}

table.koukai td {
	padding: 8px;
	border: solid 1px #d9d9d9;
}

.koukai td.col-1 {
	width: 40%;
}
.koukai td.col-2, .koukai td.col-3, .koukai td.col-4 {
	width: 20%;
}
/*▲情報公開ページテーブル▲*/


/*▼例会　新着情報▼*/
.info_scrollbox {
	padding: 10px;
	margin-bottom: 20px;
}

.info_box {
	padding: 10px;
	margin-bottom: 20px;
}

time {
	display: block;
	margin:4px 0px;
}
/*▲例会　新着情報▲*/


/*▼インタビュー dt dd dl▼*/
.nterviewer dt {
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0px 4px 0px;
}

.nterviewer dd {
	margin: 0px;
}

.interviewee>dt {
	font-weight: bold;
	font-size: 120%;
	margin: 10px 0px 4px 0px;
}

.interviewee dd dt {
	margin: 6px 0px 4px 0px;
	font-weight: bold;
}

.interviewee dd dd {
	margin: 0px;
}
/*▲インタビュー dt dd dl▲*/



/*--------------------------------------------------------------------
----フッター----------------------------------------------------------
--------------------------------------------------------------------*/
footer {
	clear:both;
	padding: 15px;
	background: #e7e5be;
	color: #4a301c;
}

/*フッターリンク*/
.footer-link {
	float: right;
}

ul.footer-link {
	float: left;
	display: inline;
	padding: 0 0 10px 0;
	width: 140px;
}

.footer-link li {
	margin: 0 6px 12px 0;
	padding: 0 0 0 15px;
	list-style: none outside;
	background: url(../images/list-footer-link.png) no-repeat 0px 4px;
}

.footer-link li a {
	color: #4a301c;
}


/*バナーリンク*/
.bunner {
	margin: 15px 0;
}

ul.bunner {
	padding: 15px 0;
	overflow: hidden;
}

.bunner li {
	float: left;
	margin: 0 8px 8px 0;
	display: inline-block;
}

#footer-address {
	clear: both;
	margin: 0;
}

#footer-address p {
	margin: 5px 0;
	line-height: 130%;
}

#copyright {
	font-size: 60%;
	padding: 0 0 20px 0;
}


/*トップページバナー*/
.top-bunner {
	margin: 10px 0;
}

.top-bunner img {
	margin-bottom: 3px;
}

.wrapper#wrap-foot {
	padding: 15px 0;
	overflow: hidden;
}

#wrap-foot p {
	margin-bottom: 5px;
}


/*facebook*/
div.fb-like-box, div.fb-like-box iframe[style], div.fb-like-box span {
	max-width: 100% !important;
}


/* Facebook Like Box width:100% */
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
	max-width: 100%! important;
}
/*.fb-likebox iframe{ width: 100%!important; }*/


/*メールフォーム*/
#formWrap {
	max-width: 100%;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
}

table.formTable {
	max-width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}

table.formTable th {
	width: 20%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

table.formTable td {
	max-width: 100%;
}

input.con-name {
	width: 100%;
}

input.con-tel {
	width: 100%;
}

input.con-mail {
	width: 100%;
}

textarea.con-inq {
	width: 100%;
	height: 200px;
}

.center01 {
	margin: 20px 0;
	text-align: center;
}

table.rekinen td {
	padding: 8px;
	border: solid 1px #d9d9d9;
}

.rekinen td.col-1 {
	width: 25%;
}

.rekinen td.col-2 {
	width: 75%;
}

/*酒田まつりギャラリー*/
.gallery {
	margin:0 0 30px 0;
	overflow:hidden;
}

.gallery ul li {
	float:left;
	max-width:46%;
	margin:4px;
	list-style:none;	
}

.gallery ul li img {
	border-radius:3px;
}

.youtube {
	position: relative;
	margin-bottom:15px;	
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*ふるさとOMOIYARIプロジェクト*/
dl.omoiyari {
	margin-bottom: 20px;
}
dl.omoiyari>dt {
	font-weight: bold;
	margin: 6px 0 0;
	line-height: 180%;
}

dl.omoiyari>dd {
	line-height: 180%;
}

}
