/* ----- section-2 ----- */
#about_bg{
	width:100%;
	background: url(../img/bg_2019.gif) repeat;
}
.section-2_title{
	width:410px;
	height:90px;
	margin: 35px auto 0 auto;
}
.section-2_title2{
	width:410px;
	height:90px;
	margin: 35px auto 0 auto;
}
.section-2_content{
	width:780px;
	background: url(../img/about-bg.gif) repeat;
	text-align:left;
	display:block;
	margin: 0 auto; 
	padding: 34px 85px;
	font-size: 100%;
	line-height: 2.2em;
	font-weight: bold;
}
.section-2_content p{
	font-size: 80%;
	line-height: 2.4em;
}
.committee{
	width:780px;
	margin: -20px auto 60px auto;
	text-align:left;
}
.committee td, .committee th {
	padding: 20px 0;
}
.committee th{
	width:162px;
}
.committee th img{
	width:162px;
	height: aute;
}
.committee td{
	padding:0 0 0 40px;
	vertical-align:middle;
}
.committee .name{
	padding-top: 0px;
	font-size: 124%;
	font-weight: bold;
	padding-bottom:6px;
}
.committee .title{
	font-size: 85%;
	font-weight: bold;
	padding-bottom:20px;
}
.committee .note{
	font-size: 80%;
}

/* ----- /section-2 ----- */


/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
/* ----- section-2 ----- */

#section-2_about{
	width:100%;
	min-width:100%;
	margin: 0 auto ;
	padding-bottom: 20px;
}

#section-2{
	width:100%;
	min-width:100%;
	margin: 0 auto ;
	padding-bottom: 20px;
}


.section-2_title{
	width:100%;
	height:auto;
	padding: 20px 0px;
	margin: 0 auto ;
}
.section-2_title2{
	width:100%;
	height:auto;
	margin: 35px auto 0 auto;
}
.section-2_content{
	width:100%;
	height:auto;
	background: url(../img/about-bg.gif) repeat;
	text-align:left;
	display:block;
	margin: 0 auto; 
	padding: 20px 20px 20px 20px;
	font-size: 84%;
	line-height: 1.6em;
}
.section-2_content p{
	font-size: 80%;
	line-height: 1.6em;
}
.committee{
	width:100%;
	font-size: 100%;
	margin: 0 auto;
}
.committee li{
	width:100%;
	float: none;
	margin: 20px auto;
	text-align:center;
}
.committee li .note{
	text-align:left;
}
.committee .name{
	font-size: 100%;
	font-weight: bold;
	padding:10px 0 6px 0;
}
.committee .title{
	padding-bottom:10px;
}
.committee li img{
	width:140px;
	margin: 0 auto;
	text-align:center;
}
}
/* ----- /section-2 ----- */
