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


/*-------------------------------------------------------------------
		others
-------------------------------------------------------------------*/

/*		main
----------------------------------------------------*/
main#others{
	padding: 0 0 100px;
}
main#others section{
	width: 100%;
	padding: 0 30px;
}
main#others section .content{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
main#others h1{
	margin: 40px auto 100px;
	text-align: center;
}
main#others h1 span{
	font-size: 3em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: 2px solid #000;
	display: inline-block;
}
main#others h1 span small{
	font-size: 50%;
	letter-spacing: 0;
	padding-left: 10px;
}
main#others p{
	font-size: 1.4em;
	line-height: 2;
}


/*		recruit
----------------------------------------------------*/
main#others section#recruit{
	margin-top: -100px;
	padding: 100px 30px 100px;
	background: #f5f5f5;
	overflow: hidden;
}
main#others section#recruit p{
	text-align: center;
}
.contact_set{
	max-width: 800px;
	margin: 40px  auto 0;
	padding: 50px 20px 50px 240px;
	background: #ddd;
	position: relative;
}
.contact_set h2{
	width: 200px;
	height: 80px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	line-height: 80px;
	border-right: 1px solid #666;
}
.contact_set table{}
.contact_set table th,
.contact_set table td{
	font-size: 1.4em;
}
.contact_set table th{
	text-align: right;
}
.contact_set table td{
	padding: 5px 0 5px 10px;
}


/*		president
----------------------------------------------------*/
main#others section#president{}
.president_table{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.president_table tbody{}
.president_table tbody tr th,
.president_table tbody tr td{
	padding: 20px;
	font-size: 1.2em;
	font-weight: normal;
    border: none !important;
}
.president_table tbody tr th{
	width: 120px;
    padding: 20px 0 20px 0;
	color: #000;
	text-align: right;
}
.president_table tbody tr td{
	line-height: 2;
}

main#others section#president .president_set{
    display: flex;
    flex-direction: row;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
}
main#others section#president .president_set .image{
    flex: 1;
}
main#others section#president .president_set .image img{
    max-width: 100%;
    height: auto;
    display: block;
}
main#others section#president .president_set .table{
    width: 60%;
    max-height: 600px;
    overflow-y: scroll;
}


/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/



/*		
----------------------------------------------------*/


@media screen and (max-width:1000px){}
@media screen and (min-width:801px){}
@media screen and (max-width:800px){

/*-------------------------------------------------------------------
		others
-------------------------------------------------------------------*/

/*		main
----------------------------------------------------*/
main#others{}
main#others section{
	padding: 0 20px;
}
main#others section .content{
	max-width: none;
}main#others section h1{
	margin: 30px auto 60px;
	}
main#others section h1 span{
	font-size: 2.4em;
}
main#others section h1 small{}


/*		recruit
----------------------------------------------------*/
main#others section#recruit{
	margin-top: -100px;
	padding: 100px 40px 100px;
}
main#others section#recruit p{
	text-align: left;
}
.contact_set{
	max-width: none;
	margin: 40px  auto 0;
	padding: 140px 40px 50px;
}
.contact_set h2{
	width: 200px;
	height: 100px;
	margin-top: 0;
	margin-left: -100px;
	top: 0;
	left: 50%;
	line-height: 100px;
	border-right:none;
	border-bottom: 1px solid #666;
}
.contact_set table{}
.contact_set table th,
.contact_set table td{
	font-size: 1.2em;
}
.contact_set table th{
	text-align: right;
}
.contact_set table td{}


/*		president
----------------------------------------------------*/
main#others section#president{}
.president_table{
	max-width: none;
	box-shadow: none;
	border: none;
}
.president_table tbody{}
.president_table tbody tr th,
.president_table tbody tr td{
	width: 100%;
	display: block;
}
.president_table tbody tr th{
	padding: 4px 10px;
	background: #eee;
	text-align: left;
}
.president_table tbody tr td{
	padding: 10px 10px 20px;
}

main#others section#president .president_set{
    max-width: 480px;
    margin: 0 auto;
    flex-direction: column;
}
main#others section#president .president_set .image{}
main#others section#president .president_set .table{
    width: 100%;
    max-height: none;
    overflow-y: auto;
}





}