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

#contents.about_us {
	padding-bottom: 0;
}

.about_us h1 {
    font-size: 32px;
    text-align: center;
    border-bottom: none;
    font-weight: normal;
    margin: 0 0 20px;
    background: #41648C;
    color: #fff;
    font-weight: bold;
    padding: 45px 0;
    letter-spacing: 0.07em;
}

#contentsmain {
    width: 100%;
    padding: 0px 0 0;
}


/*------ #index ------*/

#index dl {
    overflow: hidden;
    width: 820px;
    margin: 0 auto 72px;
}
#index dt {
    width: 166px;
    height: 84px;
    float: left;
}
#index dd {
	text-align: center;
    border-left: 1px #999 solid;
    margin-left: 216px;
    padding-left: 50px;
}
#index h2{
	font-size:160%;
	text-align: left;
	line-height:140%;
	font-weight:bold;
	margin-bottom: 10px;
}
#index p{
	text-align: left;
}
#index dd img {
	margin-bottom: 1em;
}


#index .tablearea {
    overflow: hidden;
    _zoom: 1;
    width: 78vw;
    margin: 0 auto;
    padding: 72px 11vw 2vw;
    background: #fff;
}
#index .tablearea .leftblock{
	float:left;
	width:38vw;
}
#index .tablearea .rightblock{
	float:right;
	width:38vw;
	line-height:196.2%;
	margin-left: 2vw;
}
#index .tablearea table{
	width:38vw;
	font-size: 12px;
	border-collapse:collapse;
}
#index .tablearea table th,
#index .tablearea table td{
	padding:10px 20px;
	border-top:#dddddd solid 1px;
	border-bottom:#dddddd solid 1px;
	text-align:left;
	vertical-align:middle;
}
#index .tablearea table th{
	width:85px;
	border-right:#dddddd solid 1px;
	background-color:#f4f4f4;
}
#index .tablearea table td{
	padding-right:0;
}
#stage #index .tablearea table td a{
	text-decoration:underline;
}
#stage #index .tablearea table td a:hover{
	text-decoration:none;
}



#stage.ipad #index .tablearea {
	width: 100%;
	box-sizing: border-box;
}
#stage.ipad #index .tablearea .leftblock,
#stage.ipad #index .tablearea .rightblock {
	width: 48%;
}
#stage.ipad #index .tablearea table {
	width: 100%;
}

.staff_wrap{
	width: 720px; margin: 30px auto; 
}

.staff{    display: -webkit-flex;
	display: flex; width: 720px; margin: 10px auto;
}

.staff_t{font-weight: 800; text-decoration: underline; margin-bottom: 0.5em;}

.staff_name{ font-weight: 300; font-size: 1.6em; margin-bottom: 0.5em;}

.staff_l{
	 width: 150px; margin-right: 20px;
}

.staff_l img {
	width: 150px;
}

.staff_r{
	width: 550px;
}

@media screen and (max-width: 480px) {
	
	
.staff_wrap{
	width: 320px; margin: 10px auto; 
}

.staff{    display: -webkit-flex;
	display: flex; width: 320px; margin: 10px auto;
}

.staff_t{font-weight: 800; text-decoration: underline; margin-bottom: 0.5em;}

.staff_name{ font-weight: 300; font-size: 1.2em; margin-bottom: 0.5em;}

.staff_l{
	 width: 80px; margin-right: 10px;
}

.staff_l img {
	width: 80px;
}

.staff_r{
	width: 240px; font-size: 0.8em;
}
	
}