﻿@charset "utf-8";


/* index.html
----------------------------------------------------------------------------------------- */
#contents .president{
float:right;
margin:0 -18px 0 20px;
width:180px;
}
* html #contents p.president{
margin-right:-9px;
}



/* business.html
----------------------------------------------------------------------------------------- */
#contents .sectionLv1A ul{
margin-bottom:1.5em;
}
#contents .sectionLv1A li{
margin-left:20px;
list-style-type:disc;
}



/* history.html
----------------------------------------------------------------------------------------- */
#contents .history{
margin-bottom:30px;
}
#contents .history th{
width:auto;
white-space:nowrap;
}



/* recruit.html
----------------------------------------------------------------------------------------- */
.recruit img.president{
float:right;
margin:0 -18px 0 20px;
display:inline;
}
.recruit dt{
margin:0 0 5px;
}
.recruit dd{
margin:0 0 15px;
}
.recruit ol,
.recruit ul{
margin:1.5em;
}
.recruit .sectionLv1A ol li{
list-style-type:decimal !important;
}
.recruit .map{
margin:1.5em;
}