@charset "utf-8";
/* CSS Document */

.page_title h2
{
	background-image:url(../../cmn/img/icon/icon_recruit2.png) ;
	margin-bottom:20px;
}

.section
{
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}

.section h3 {
	font-size:24px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;
	margin-top:30px;
}

table.css_tb th
{
	background:#f5f5f5;
}
table.css_tb th,
table.css_tb td
{
	font-size:16px;
	line-height:25px;
	padding:20px 15px;
	text-align:left;
	border:solid 1px #ccc;
}
.photo
{
	float:left;
}
.g_map
{
	float:right;
}

.offices div.backfujio
{
	background-image:url(../img/fujio_fujiko.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:40%;
}



.offices div {
	background:#eee;
	padding:20px;
	margin-bottom:15px;
}
.offices div h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.offices div th, .offices div td {
	font-size:12px;
	line-height:18px;
	padding:5px 8px;
	text-align:left;
}

.offices div th, .offices div td p {
	margin: 0 0 2px 0;
}

@media all and (max-width : 960px){
.section
{
	width:768px;
	margin:0 auto;
	padding-bottom:20px;
}
.g_map
{
	width:500px;
}

.offices table
{
	width:100%;
}
.offices div.backfujio
{
	background-image:url(../img/fujio_fujiko.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:35%;
}


.offices table tr {
	display: block;
}
.offices table th {
	display: list-item;
	border: none;
}
.offices table td {
	display:table-cell;
	border: none;
}
.offices table th {
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #000;
	text-align:left !important;
}
.offices table td {
	margin-left: 0px;
	list-style-type: none;
	padding: 5px 5px 10px;
}

}

@media screen and (max-width : 640px){
	

.section
{
	width:98%;
	margin:10px auto;
	padding-bottom:20px;
}

table.css_tb
{
	width:98%;
}
table.css_tb tr {
	display: block;
	margin-bottom: 1.5em;
}
table.css_tb th, table.css_tb td {
	display: list-item;
	border: none;
}
table.css_tb th {
	margin-bottom: 5px;
	list-style-type: none;
	color: #000;
	background:#ccc;
	text-align:left !important;
	padding: 10px;
}
table.css_tb td {
	margin-left: 0px;
	list-style-type: none;
	padding: 0;
}

.photo
{
	width:100% !important;
	float:none;
	margin-bottom:10px;
}
.photo img
{
	width:100% !important;
	height:auto !important;
}
.g_map
{
	display:none;
}

.offices table
{
	width:100%;
}


.offices table tr {
	display: block;
	margin-bottom: 1.5em;
}
.offices table th, .offices table td {
	display: list-item;
	border: none;
}
.offices table th {
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #000;
	text-align:left !important;
}
table td {
	margin-left: 0px;
	list-style-type: none;
	padding: 0;
}

.offices table td img {
	width: 100%;
}

.offices div.backfujio
{
	background-image:none;
}

}
	
.mynavi_flex{
	display: flex;
	flex-direction: row;
}
.mynavi_flex li{
	margin-right: 5px;
}
