@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFF;
	color: #4b4b4b;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style:none;
}
a{
	border:none;
	text-decoration:none;
	color: #666666;
}
img {
	border-style:none;
}
a img {
	border: none;
	outline: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0593c8;
	text-decoration:none;
}
a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.dw_icon{
	width: 12px;
}

/*ヘッダー*/
.top_area {
	max-width: 1100px;
	text-align: center;
	margin: 30px auto;
}

.choson_logo{
	text-align: left;
	float:left;
}
.choson_logo img{
	width: auto;
	height: 37px;
	margin: 15px auto auto auto;
}
.cities_logo{
	text-align: right;
	float:right;
}
.cities_logo ul {
	margin: auto;
}
.cities_logo ul li {
	float:left;
}
.cities_logo:after {
	clear: both;
	content: '';
	display: block;
}

.cities_logo ul li img{
	width: auto;
	height: 55px;
	margin: 0 5px;
}
.top_logo:after {
	clear: both;
	content: '';
	display: block;
}

.top_menu {
	width: 100%;
	margin: 30px auto;
}
.top_menu a {
	color: #FFF;
}
.top_menu ul {
	background-color: #065491;
	color: #FFF;
	margin: auto;
	/*width: 100%;*/
	height: 50px;
}
.top_menu ul li {
	text-align: left;
	margin: 15px 30px auto auto;
	float:left;
}
.top_menu:after {
	clear: both;
	content: '';s
	display: block;
}
.top_menu ul li img{
	width: 20px;
	height: auto;
	margin: auto;
}

/*フッター*/

.cities_logo_bottom {
	display: none;
}

.address{
	text-align: center;
	font-size: smaller;
	line-height: 36px;
	border-top: solid 1px #DDD;
}
.address_tittle{
	font-weight: bold;
}
.copyright_wp {
	max-width: 100%;
	height: 38px;
	background: #065491;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	font-size: smaller;
	line-height: 36px;
}

/*トップページ*/
.banner {
	width: 1100px;
	height: auto;
	margin: auto;
}
.banner img{
	width: 1100px;
	height: 400px;
	margin: auto;
}
.content {
	max-width: 1100px;
	margin: auto auto 30px;
}
.content_tittle img{
    width: auto;
	height: 60px;
}
.news_addition{
    font-size: 10pt;
	margin-bottom: 25px;
}

.content #news_box{
	overflow-y: scroll;
	width: 1100px;
	height: auto;
	margin: auto 50px auto auto;
	border: solid #DDD 2px;
}

/*会長あいさつページ*/
.chairman_icon{
    margin: auto;
	text-align: center;
}
.greeting_text{
	width: 80%;
	margin: 30px auto;
	line-height: 180%;
}
.sign{
	width: 80%;
	text-align: right;
	margin: auto;
}

/*中部市町村会館概要ページ*/
.overview_detailed{
	width: 90%;
	margin: auto;
	padding: 0;
}
.overview_name{
	max-width: 1100px;
	color: #065491;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	border: outset;
}
.overview_catch{
	color: #065491;
	font-size: medium;
	font-weight: bold;
	margin: 20px auto;
}
/*.overview_detailed li{
	margin: 20px auto;
}*/

.overview_quote{
    text-align: right;
}



.officer-list{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 2rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2rem;
	width: 100%;
}

.officer-ttl-left{
	vertical-align: top;
	flex: 0 0 20%;
}
.overview_chairman{
	width: 90%;
	margin: auto;
	padding: 0;
}

.ttl-position{
	border-left: 5px solid #065491;
	padding-left: 5px;
}

.officer-ttl-right{
	vertical-align: top;
	flex: 0 0 80%;
}
	
.overview_chairman_catch{
	color: #065491;
	font-size: medium;
	font-weight: bold;
	border-bottom: solid;
}
.overview_chairman li{
	margin: 20px auto;
}

/*活動状況ページ*/
.activity_detailed{
	width: 90%;
	margin: auto;
	padding: 0;
}
.activity_catch{
	color: #065491;
	font-size: medium;
	margin-bottom: 20px;
}

/*中部市町村会館についてページ*/
.about_detailed{
	width: 90%;
	margin: auto;
	padding: 0;
}
.about_name{
	max-width: 1100px;
	color: #065491;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	border: outset;
}
.about_catch{
	color: #065491;
	font-size: medium;
	font-weight: bold;
}
.about_detailed li{
	margin: 20px auto;
}


/*関連団体ページ*/
.group_name{
	max-width: 1100px;
	color: #065491;
	font-size: x-large;
	font-weight: bold;
	padding-left: 10px;
	border: outset;
}
.catch{
	color: #065491;
	font-size: medium;
	font-weight: bold;
}


    
/* ########### 767px以下 ########### ########################################## 767px以下 ##############*/
@media screen and (max-width:768px) {
    
    
    
/*ヘッダー*/
.top_area {
	width: 100%;
    margin: auto;
}

.cities_logo {
	display: none;
}
    
.choson_logo{
	text-align: center;
	float:none;
}

.choson_logo img{
    height: 40px;
}

.top_menu {
	margin: auto;
}
.top_menu ul {
	background-color: #FFF;
	color: #FFF;
	margin: auto;
	width: 100%;
	height: auto;
    padding: 0;
}
.top_menu ul li {
	text-align: left;
	margin: 0 1px 1px 1px;
	float:left;
    width: 49.2%;
    background: #065491;
    padding: 8px 0;
    text-indent: 6px;
    font-size: small;
    height: 20px;
}

    
/*フッター*/
.cities_logo_bottom{
	text-align: center;
	float:none;
    width: 80%;
    margin: 5px auto;
}

.cities_logo_bottom{
    display: block;
	text-align: right;
	float:none;
}
.cities_logo_bottom ul {
	margin: auto;
    padding: 0;
}
.cities_logo_bottom ul li {
	float:left;
}
.cities_logo_bottom:after {
	clear: both;
	content: '';
	display: block;
}

.cities_logo_bottom ul li img{
	width: auto;
	height: 55px;
	margin: 0 5px;
}
    
.copyright_wp {
	width: 100%;
}
.address{
	line-height: 120%;
    width: 80%;
    margin: auto;
}
    
/*トップページ*/
.banner {
	width: 100%;
}
.banner p{
    margin: auto;
}
.banner img{
	width: 100%;
	height: auto;
}
.content {
	width: 100%;
}
.content_tittle img{
    margin-left: 10px;
    width: auto;
    height: 45px;
}

.content #news_box{
	width: 90%;
    margin: auto;
}

    
/*中部市町村会館についてページ*/    
#width100img{
	width: 100%;
}   


}