@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: company.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* common
----------------------------------------------------------- */


h3{
	width:585px;
	display:table;
	padding-left:30px;
	height:63px;
	background-color:#fafafa;
	border-top:2px #88bcbf solid;
	font-size:2.5em;
	font-family:'roboto';
	font-weight:100;
	color:#1a1a1a;
	line-height:63px;
	margin-bottom:20px;
}

h3 span{
	margin-left:20px;
	vertical-align:middle;
	font-size:0.4em;
	font-family:'Noto Sans Japanese';
	font-weight:300;
}

#company #contents .content{
	padding-top:140px;
	margin-top:-140px;
}

/* #greeting
----------------------------------------------------------- */

#greeting div{
	margin-top:30px;	
}

#greeting div p{
	line-height:2em;
	margin-bottom:1.7em;
}

/* #mission
----------------------------------------------------------- */

#mission div p{
	line-height:2em;
	margin-bottom:1.7em;
}

/* #employee
----------------------------------------------------------- */

#employee h4{
	margin-bottom: 0.8em;
}

#employee dl {
	margin-bottom: 2em;
}

#employee dl dt,
#employee dl dd{
    margin-left: 2em;
    padding-left: 0.5em;
}

#employee dl dt{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
    display: list-item;
    list-style-type: decimal;
}

#employee h5 {
    padding-left: 20px;
    color: #1a1a1a;
    border-left: 3px #88bcbf solid;
    font-size: 1.2em;
    font-family: 'Noto Sans Japanese';
    line-height: 3em;
    font-weight: 700;
    margin-bottom: 20px;
    background: url(../../../../common/img/modules/img_dot.gif) repeat-x bottom left;
}

#employee p#enactment {
    text-align: right;
}


/* .content table
----------------------------------------------------------- */

.content table{
	width:615px;
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x top left;
	margin:10px 0 30px;
}
.content table th{
	color:#1a1a1a;
	text-align:center;
	font-weight:bold;
	background-color:#e8f1f1 !important;
}

.content table td{
	padding:15px 0 12px 30px;
}

.content table th,
.content table td{
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x bottom left;
}

/* #office
----------------------------------------------------------- */

#office ul{
	display:table;
	width:615px;
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x top left;
}

#office ul li{
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x bottom left;
}

#office ul li dl{
	height:240px;
	padding-left:30px;
	width:360px;
	display:table-cell;
	vertical-align:middle;
}
#office ul li dl dt{
	color:#1a1a1a;
	font-size:1.2em;
	font-family:'Noto Sans Japanese';
	font-weight:700;
	margin-bottom:0.5em;
}
#office ul li dl dt span{
	font-size:0.8em;
	margin-left:1em;
}

#office ul li div{
	width:200px;
	display:table-cell;
	vertical-align:middle;
}

#office ul li div p{
	margin-left:20px;
	margin-top:10px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
	text-indent:-99999px;
}

#office ul li:nth-child(1) div p{background: url("../img/img_office_01.jpg");}
#office ul li:nth-child(2) div p{background: url("../img/img_office_02.jpg");}
#office ul li:nth-child(3) div p{background: url("../img/img_office_03.jpg");}
#office ul li:nth-child(4) div p{background: url("../img/img_office_04.jpg");}
#office ul li:nth-child(5) div p{background: url("../img/img_office_05.jpg");}


/* #csr
----------------------------------------------------------- */

#csr p{
	line-height:2em;
	margin-bottom:1.7em;
}

#csr h4{
	padding-left:20px;
	color:#1a1a1a;
	border-left:3px #88bcbf solid;
	font-size:1.2em;
	font-family:'Noto Sans Japanese';
	line-height:3em;
	font-weight:700;
	margin-bottom:20px;
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x bottom left;
}

#csr h5{
	color:#1a1a1a;
	font-size:1.1em;
	font-family:'Noto Sans Japanese';
	font-weight:700;
	margin-bottom:0.5em;
}


#csr ul{
	overflow:hidden;
	clear:both;
}
#csr ul li{
	float:left;
	margin-right:10px;
}
#csr ul li:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #csr ul li{
	display:inline-block;
}
*+ html .#csr ul li{
	display:inline-block;
}

























