@charset "utf-8";

/* -----------------------------------------------------
 + リセット
------------------------------------------------------ */
.section.html ul.itemization,
.section.html dl,
.section.html dl dd,
.section.html td.num_img dl dd,
#contents .contents_body .section ol{
    margin: 0px;
    padding: 0px;
}

.section.html ul,
.section.html ul.itemization li.list_style_none,
#contents .contents_body .section ol{
    list-style-type: none;
}

/* -----------------------------------------------------
 + 行間
------------------------------------------------------ */
.section.html .space_lines {
    margin-top: 1em;
}

.section.html ul li.between_li {
    margin-top: 4px;
}

/* -----------------------------------------------------
 + 装飾・配置
------------------------------------------------------ */

/* - 注釈 */
#contents .contents_body .section ol.attention_come > li{
    padding-left: 2em;
}

#contents .contents_body .section ol.attention_come > li:before{
    margin-left: -2em;
    padding-right: 0.5em;
}

.section.html ol.attention_come li:first-child:before{
    content: "※１";
}

.section.html ol.attention_come li:nth-child(2):before{
    content: "※２";
}

.section.html ol.attention_come li:first-child+ *:before{
    content: "※２";/* IE8用ハック */
}

.section.html .bline_box dl dd dl dt:after,
.section.html dl.colon dt:after {
    content: "：";
}



/* -----------------------------------------------------
 + 見出し
------------------------------------------------------ */
.section.html div.title_btm {
    margin-bottom: 6px;
}

/* -----------------------------------------------------
 + リスト
------------------------------------------------------ */
#contents .contents_body .section.html ul.itemization.access {
    list-style-type: disc;
    padding-left: 20px;
}

.section.html dl dd ul.itemization li,
.section.html dl dd ul.itemization.access li {
    padding-top: 4px;
}

/* -------------------------------------------------------------------
 + 表
------------------------------------------------------------------- */

#contents .contents_body .section.html .newsTBL th{
    font-weight: normal;
}

#contents .contents_body .section.html .newsTBL .tx_center{
    text-align: center;
}

.section.html table tr td.cell_cnt {
    text-align: center;
}

.section.html table tr td.cell_rgt {
    text-align: right;
}

/* - タイトル */
#contents .contents_body .section.html .newsTBL_title_wrapper{
    width: 760px;
}

#contents .contents_body .section.html .newsTBL_title{
    float: left;
}

.section.html .newsTBL_title_info{
    float: right;
}

.section.html .newsTBL_title,
.section.html .newsTBL_title_info{
    margin-bottom: 0.5em; 
}

/* - 海外の生産拠点
------------------------------------------------------------------------*/
.section.html table td.num_img dl dt {
    width: 25px;
    display: table-cell;
    vertical-align: middle;
}

.section.html table td.num_img dl dd{
    display: table-cell;
}

.section.html h4.overseas_title {
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* - 国内外の研究・開発拠点 
------------------------------------------------------------------------*/
#contents .contents_body .section.html table.training_development_base tr th {
    text-align: left;
    padding-left: 1em;
}

#contents .contents_body .section.html table.training_development_base td.newsTD { 
    padding: 15px 15px 0 !important;
}

#contents .contents_body .section.html table.training_development_base td.newsTD.open_b {
    padding-bottom: 0;
    border-bottom: none;
}

.section.html .bline_box {
    margin-left: 1em;
    margin-right: 1em;
    border-bottom: 1px solid #999;
    padding: 0 0 2em;
    overflow: auto;
}

.section.html .bline_box div.img_box {
    float: left;
}

.section.html .bline_box div.img_box.two_img img:first-child {
    margin-bottom: 1em;
}

.section.html .bline_box div.txt_box {
    overflow: hidden;
    padding-left: 2em;
}

.section.html .bline_box div img {
	display: block;
}

.section.html .bline_box div span {
    font-weight: bold;
}


.section.html .bline_box.open_b {
	border-bottom: 0;
}

.section.html .bline_box dl {
	margin-top: 0;
	margin-bottom: 0;
}

.section.html .bline_box dl dt {
	margin-left: 0;
	font-weight: bold;
}

.section.html .bline_box dl dd dl dt {
	margin-top: 1em;
	font-weight: normal;
}

.section.html .bline_box dl dd,
.section.html .bline_box dl dt dd {
	margin-left: 0;
}

/* スマホレイアウト */
@media screen and (max-width: 760px){
    .section.html .bline_box {
        margin-left: 5px;
        margin-right: 5px;
    }

    .section.html .bline_box div.img_box {
        float: none;
        padding-bottom: 0.5em;
    }

    .section.html .bline_box div.img_box.two_img img:first-child {
        float: left;
        margin-right: 1em;
        margin-bottom: 0;
    }

    .section.html .bline_box div.txt_box {
        overflow: hidden;
        padding-left: 0;
    }
}

/* -----------------------------------------------------
 + googleマップ
------------------------------------------------------ */
.section.html .google_maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.section.html .google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
