﻿/*layout*/
/*------------------------------------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	color: #333;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	background:#FFFFFF;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover,a:active {
	color: #9c1f24;
	text-decoration: none;
}

#wrapper {
	width:100%;
	min-width:1000px;
	overflow: hidden;
	padding: 74px 0 0 0;
}
#common #wrapper {
	width:100%;
	background:#FFFFFF;
	min-width:1000px;
	overflow: hidden;
	padding: 74px 0 0 0;
}
#about #wrapper {
	width:100%;
	background:#FFFFFF;
	min-width:1000px;
	overflow: hidden;
	padding: 74px 0 0 0;
}

#header{
	width:100%;
	height:84px;
	position:relative;
	background-color: #000;
	position: fixed;
	z-index: 200;
	top: 0px;
	border-bottom: 10px #A9181F solid;
}

#header_line {
    background-color: #a9181f;
    height: 9px;
    width: 100%;
}

#headerMain {
	width: 1000px;
	height: 84px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #000;
	border-bottom: 10px #A9181F solid;
}

#headerMain h1 {
	width: 121px;
	height: 27px;
	position:absolute;
	top: 23px;
	left: 0px;
}
#headerMain #headerInfo {
	height: 48px;
	position:absolute;
	top: 13px;
	right: 0px;
}
#headerMain #headerInfo li {
	width: 75px;
	height: 61px;
	float: left;
}
#headerMain #headerInfo li a.header_icon{
	display: table-cell;
	width: 75px;
	height: 48px;
	text-align: center;
	vertical-align: bottom;
	line-height: 1;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #fcc;
	border-left: 1px solid #808080;
	padding: 0 0 4px 0;
}
#headerMain #headerInfo li.search a.header_icon {
	background: url(../image/common/icon_search.png) no-repeat 50% 2px;
}
#headerMain #headerInfo li.lang a.header_icon {
	background: url(../image/common/icon_lang.png) no-repeat 50% 2px;
}
#headerMain #headerInfo li.contact a.header_icon {
	background: url(../image/common/icon_contact.png) no-repeat 50% 5px;
	border-right: 1px solid #808080;
}
#headerMain #headerInfo li a:hover {
	color: #ffc8ca;
}

#headerInfo .search .dropdown{
	width: 2000px;
	padding: 20px 500px;
	position: absolute;
	left: -1260px;
	top: 61px;
}
/*header_serch*/
#header_search_read{
	float:left;
	width:140px;
	line-height:40px;
	font-size:16px;
	color:#FFF;
}
#header_search{
 width: 860px;
 height: 40px;
 position:relative;
 background:#FFF;
 float:right;
}
#header_search input.search_textbox{
 width: 760px;
 height: 40px;
 padding:0 20px 0 20px;
 border:none;
 color: #333333;
 font-size:14px;
 line-height:45px;
 position:absolute;
 top:0px;
 left:0px;
}
#header_search input.search_subit{
 width:100px;
 height:40px;
 background:url(../image/common/btn_search.gif) no-repeat;
 display:block;
 border:0;
 cursor: pointer;
 margin:0 auto;
 text-indent:-9999px;
 position:absolute;
 top:0px;
 right:0px;
 transition:0.2s;
}
#header_search input.search_subit:hover{
	opacity:0.7;
	transition:0.2s;
}
/*end:header_serch*/

/* ch */
#header_search_ch{
 width: 860px;
 height: 40px;
 position:relative;
 background:#FFF;
 float:right;
}
#header_search_ch input.search_textbox{
 width: 760px;
 height: 40px;
 padding:0 20px 0 20px;
 border:none;
 color: #333333;
 font-size:14px;
 line-height:45px;
 position:absolute;
 top:0px;
 left:0px;
}
#header_search_ch input.search_subit{
 width:100px;
 height:40px;
 background:url(../image/btn_search_ch.gif) no-repeat;
 display:block;
 border:0;
 cursor: pointer;
 margin:0 auto;
 text-indent:-9999px;
 position:absolute;
 top:0px;
 right:0px;
 transition:0.2s;
}
#header_search_ch input.search_subit:hover{
	opacity:0.7;
	transition:0.2s;
}


/* en */
#header_search_en{
 width: 860px;
 height: 40px;
 position:relative;
 background:#FFF;
 float:right;
}
#header_search_en input.search_textbox{
 width: 760px;
 height: 40px;
 padding:0 20px 0 20px;
 border:none;
 color: #333333;
 font-size:14px;
 line-height:45px;
 position:absolute;
 top:0px;
 left:0px;
}
#header_search_en input.search_subit{
 width:100px;
 height:40px;
 background:url(../image/btn_search_en.gif) no-repeat;
 display:block;
 border:0;
 cursor: pointer;
 margin:0 auto;
 text-indent:-9999px;
 position:absolute;
 top:0px;
 right:0px;
 transition:0.2s;
}
#header_search_en input.search_subit:hover{
	opacity:0.7;
	transition:0.2s;
}



#headerInfo .lang{ position: relative;}
#headerInfo .lang .dropdown{
	position: absolute;
	top: 61px;
	background:#FFF;
}
#headerInfo .lang .dropdown p{
	color:#FFF;
	border-bottom:1px #808080 solid;
}
#headerInfo .lang .dropdown p:last-child{
	border-bottom:none;
}
#headerInfo .lang .dropdown p a{
	display:block;
	padding:5px 10px;
	color:#FFF;
	background:#2c2c2c;
}
#headerInfo .lang .dropdown p.active a,#headerInfo .lang .dropdown p a:hover{
	background:#666;
	color:#FFF !important;
}
#headerInfo .lang .dropdown p a:hover{
	opacity:0.7;
}
#headerInfo .lang .dropdown p.active a{
	opacity:1 !important;
}

#mainimage {
	width: 100%;
	height: 500px;
	margin: 0 0 30px 0;
}
#mainimage li {
	width: 100%;
	height: 500px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#mainimage .mainimage01 {
	background: url(../image/mainimage01.jpg) no-repeat top center;
}
#mainimage .mainimage02 {
	background: url(../image/mainimage06.jpg) no-repeat top center;
}
#mainimage .mainimage03 {
	background: url(../image/mainimage03.jpg) no-repeat top center;
}
#mainimage .mainimage04 {
	background: url(../image/mainimage04.jpg) no-repeat top center;
}
#mainimage .mainimage05 {
	background: url(../image/mainimage05.jpg) no-repeat top center;
}
#mainimage .mainimage06 {
	background: url(../image/mainimage07.jpg) no-repeat top center;
}
#mainimage .mainimage08 {
	background: url(../image/mainimage08.jpg) no-repeat top center;
}


/*--- en ---**/
#mainimage .mainimage01_en {
	background: url(../image/mainimage01.jpg) no-repeat top center;
}
#mainimage .mainimage02_en {
	background: url(../image/mainimage06.jpg) no-repeat top center;
}
#mainimage .mainimage03_en {
	background: url(../image/mainimage03_en.jpg) no-repeat top center;
}
#mainimage .mainimage04_en {
	background: url(../image/mainimage04_en.jpg) no-repeat top center;
}
#mainimage .mainimage05_en {
	background: url(../image/mainimage05_en.jpg) no-repeat top center;
}
#mainimage .mainimage06_en {
	background: url(../image/mainimage07.jpg) no-repeat top center;
}
#mainimage .mainimage08_en {
	background: url(../image/mainimage08_en.jpg) no-repeat top center;
}


/*--- cn ---**/
#mainimage .mainimage01_cn {
	background: url(../image/mainimage01.jpg) no-repeat top center;
}
#mainimage .mainimage02_cn {
	background: url(../image/mainimage06.jpg) no-repeat top center;
}
#mainimage .mainimage03_cn {
	background: url(../image/cn_mainimage03.jpg) no-repeat top center;
}
#mainimage .mainimage04_cn {
	background: url(../image/cn_mainimage04.jpg) no-repeat top center;
}
#mainimage .mainimage05_cn {
	background: url(../image/cn_mainimage05.jpg) no-repeat top center;
}
#mainimage .mainimage06_cn {
	background: url(../image/mainimage07.jpg) no-repeat top center;
}
#mainimage .mainimage08_cn {
	background: url(../image/cn_mainimage08.jpg) no-repeat top center;
}







/* --- /en ---*/

#contents{
	width:100%;
	text-align:left;
	position: relative;
}

#common #contents{
	width: 1000px;
	text-align:left;
	position: relative;
	margin: 0 auto;
	padding: 45px 0 100px 0;
}
#contents_left{
	width:710px;
	float:left;
	padding: 0 0 0 30px;
}
#contents_right{
	width:230px;
	float:right;
}

#about #contents{
	width: 100%;
	text-align:left;
	position: relative;
	margin: 0 auto;
	padding: 0px 0 100px 0;
}
#about #contents_left{
	width:100%;
	float:none;
	padding: 45px 0 0 0;
}
#about #contents_right{
	display: none;
	width:230px;
	float:right;
}

#interview #contents{
	width: 100%;
	text-align:left;
	position: relative;
	margin: 0 auto;
	padding: 0px 0 100px 0;
}
#interview #contents_left {
    float: none;
    padding: 45px 0 0;
    width: 100%;
}

#interview #contents_right{
	display: none;
	width:230px;
	float:right;
}


#pageTopArea {
	width: 1000px;
	height: 55px;
	text-align: right;
	background-color: #fff;
	margin: 0 auto;
}


#footer {
	width: 100%;
	color: #fff;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,#footer a:active {
	color: #fff;
	text-decoration: underline;
}

#footerMain {
	width: 100%;
	height: 290px;
	background: url(../image/common/footer_bg.jpg) no-repeat top center;
}
#footerMain_in {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 55px 0 0 0;
}
#footerMain_in div {
	float: left;
	/*width: 20%;*/
	/*padding: 0 0 0 40px;*/
}
#footerMain_in div.box01 {
	width: 215px;
}
#footerMain_in div.box02 {
	width: 173px;
}
#footerMain_in div.box03 {
	width: 280px;
}
#footerMain_in div.box03 td {
	width: 50%;
}
#footerMain_in div.box04 {
	width: 190px;
}
#footerMain li {
	line-height: 1.8;
}
#footerMain li.subNav01 {
	margin: 0 0 10px 0;
}
#footerMain li.subNav01 ul {
	padding: 10px 0 0 0;
}
#footerMain li.subNav01 a {
	font-size: 14px;
	font-weight: bold;
}
#footerMain li.subNav02 a {
	font-size: 13px;
	padding: 0 0 0 5px;
	font-weight: normal;
}

#en_footer {
	width: 100%;
	color: #fff;
}

#en_footer a:link {
	color: #fff;
	text-decoration: none;
}
#en_footer a:visited {
	color: #fff;
	text-decoration: none;
}
#en_footer a:hover,#en_footer a:active {
	color: #fff;
	text-decoration: underline;
}

#en_footerMain {
	width: 100%;
	height: 290px;
	background: url(../image/common/footer_bg.jpg) no-repeat top center;
}
#en_footerMain_in {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 55px 0 0 0;
}
#en_footerMain_in div {
	float: left;
	/*width: 20%;*/
	/*padding: 0 0 0 40px;*/
}
#en_footerMain_in div.box01 {
	width: 215px;
}
#en_footerMain_in div.box02 {
	width: 240px;
}
#en_footerMain_in div.box03 {
	width: 240px;
}

#en_footerMain_in div.box04 {
	width: 190px;
}
#en_footerMain li {
	line-height: 1.8;
}
#en_footerMain li.subNav01 {
	margin: 0 0 10px 0;
}
#en_footerMain li.subNav01 ul {
	padding: 10px 0 0 0;
}
#en_footerMain li.subNav01 a {
	font-size: 14px;
	font-weight: bold;
}
#en_footerMain li.subNav02 a {
	font-size: 13px;
	padding: 0 0 0 5px;
	font-weight: normal;
}


#footerBottom {
	width: 100%;
	height: 63px;
	background-color: #000;
}
#footerBottomMain {
	width: 1000px;
	height: 63px;
	margin: 0 auto 0 auto;
	position: relative;
}
#footerLogo {
	width: 262px;
	height: 19px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#copyright {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 13px;
}



#locator_wrap{
	width:100%;
	background-color: #A9181F;
	padding: 80px 0 0 0;
}
#locator{
	width:1000px;
	height: 30px;
	margin:0 auto;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #fff;
	text-align:right;
}
#locator a:link {
	color: #fff;
	text-decoration:none;
}
#locator a:visited {
	color: #fff;
	text-decoration:none;
}
#locator a:hover,#locator a:active {
	color: #fff;
	text-decoration:underline;
}


/*globalnav*/
/*------------------------------------------------------------------------------*/

#globalnav {
	position: absolute;
	top: 0;
	left: 150px;
}

#globalnav > ul {
	list-style-type:none;
}

#globalnav > ul > li {
	float:left;
}
/*#globalnav ul li+li {
	margin: 0 0 0 32px;
}*/

#globalnav > ul > li > a {
	display: table-cell;
	height: 74px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

#globalnav01 > a { width: 75px;}
#globalnav02 > a { width: 110px;}
#globalnav03 > a { width: 140px;}
#globalnav04 > a { width: 125px;}
#globalnav05 > a { width: 75px;}
#globalnav06 > a { width: 75px;}

#globalnav > ul > li > a:hover, #globalnav.main_current > ul > li > a {
	background: url(../image/common/gnav_arr.png) no-repeat bottom center;
	background-color: #9b1e23;
}

/* ドロップダウン */
#globalnav > ul > li {
	position: relative;
}
.close {
	display: none;
}
.open {
	display: block;
}
.dropdown {
	min-width: 100%;
	/*padding: 20px;*/
	background-color: #2c2c2c;
	position: absolute;
	top: 74px;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
}
.dropdown td {
	padding: 20px;
}
/*.dropdown ul {
	float: left;
}*/
.dropdown ul li {
	line-height: 2;
}
.dropdown a {
	font-size: 12px;
	color: #fff;
}
.dropdown a:hover {
	color: #9b1e23;
}
.dropdown a span.gt {
	font-size: 10px;
}





/*subnav*/
/*------------------------------------------------------------------------------*/

#subnav {
	width: 230px;
	/*margin: 0 0 50px 0;*/
}

#subnav a:link {
	color:#333;
	text-decoration:none;
}
#subnav a:visited {
	color:#333;
	text-decoration:none;
}
#subnav a:hover,#subnav a:active {
	color:#A9181F;
	text-decoration:none;
}

#subnav_title {
	height: 64px;
	background: url(../image/common/subnav_title_bg.gif) no-repeat;
}
#subnav_title a {
	display: table-cell;
	width:230px;
	height:64px;
	font-size:19px;
	font-weight: bold;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
	border-left: 6px solid #A9181F;
}

#subnav ul {
	width:230px;
}

#subnav li a {
	display: table-cell;
	width:230px;
	height: 50px;
	font-size:13px;
	vertical-align: middle;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #c6c6c6;
}

#subnav li a:hover,
#subnav ul li.current a,
#subnav ul li.current a:hover{
	color:#A9181F;
	text-decoration:none;
	background-color: #f5f5f5;
}
#subnav li.current ul {}
#subnav li.current ul li a {
	padding: 0 0 0 40px;
	color:#333333;
	background-color: #FFFFFF;
}

#subnav li.current ul li a:hover,
#subnav li.current ul li.current a{
	color:#A9181F;
	text-decoration:none;
	background-color: #f5f5f5;
}
#subnav li.current ul li.current ul li a {
    color: #333333;
}
#subnav li.current ul li.current ul li.current a {
    font-weight: bold;
    color: #A9181F;
}

/*global*/
/*------------------------------------------------------------------------------*/
.subtitle02_wrap {
	width:100%;
	position: absolute;
	top: -70px;
}
.subtitle02 {
	width: 1000px;
	line-height: 1;
	color: #fff;
	font-size: 36px;
	margin: 0 auto;
	color: #fff;
}
.subtitle03 {
	width:100%;
	background:url(../image/common/subtitle03.png) no-repeat left bottom;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	line-height:40px;
	text-indent:2px;
	margin-bottom:30px;
}
.subtitle03_1 {
	width:680px;
	height:45px;
	background:url(../image/common/subtitle03.png) no-repeat left bottom;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	line-height:40px;
	text-indent:2px;
}

.subtitle03_2 {
    background: rgba(0, 0, 0, 0) url("../image/common/subtitle03.png") no-repeat scroll left bottom;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
    text-indent: 2px;
    width: 100%;
}

.subtitle03_3 {
	width:100%;
	background:url(../image/common/subtitle03.png) no-repeat left bottom;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	line-height:40px;
	text-indent:2px;
	margin-bottom:15px;
}

.subtitle03_2 span {
    background: #a9181f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 70%;
    font-weight: normal;
    line-height: 170%;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 8px;
}

.subtitle03_3 span {
    background: #a9181f none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 70%;
    font-weight: normal;
    line-height: 170%;
    padding: 5px 10px;
    position: absolute;
    right: 290px;
}


.subtitle04 {
	font-size:18px;
	font-weight:bold;
	color:#0A1267;
	padding:10px 20px;
	background:#EEE;
	border-bottom:3px solid #0A1267;
	margin-bottom:20px;
}
.subtitle04_01 {
	font-size:15px;
	font-weight:bold;
	background: url(../image/common/subtitle04_01_bg.gif) no-repeat left 5px;
	padding: 0 0 0 18px;
}

.subtitle04_01_en {
	font-size:15px;
	font-weight:bold;
	background: url(../image/common/subtitle04_01_bg.gif) no-repeat center left;
	padding: 0 0 0 18px;
	height: 42px;
	padding-top: 10px;
}

.subtitle05 {
	font-size:18px;
	font-weight:bold;
	color:#a9181f;
}

.subtitle05_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    border-left: solid #a9181f;
    color: #a9181f;
}
.subtitle06{
    font-size: 200%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;	
}

.subtitle_flag {
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding:5px 0;
	border-bottom:dotted 1px #ccc;
}

.subtitle_flag .flag {
	float:left;
	width:45px;
}
.subtitle_flag .cntry_name {
	line-height:35px;
	width:635px;
	float:left;
}

/*top rss*/
/*------------------------------------------------------------------------------*/
#top_rss_box{
/*	font-size: 15px;*/
}

#top_rss_box dl:before, #top_rss_box dl:after { content: ""; display: block; }
#top_rss_box dl:after { clear: both; }
#top_rss_box dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#top_rss_box dl {
	border-bottom: 1px solid #dedede;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}
#top_rss_box .rss_date{
	clear:both;
	width: 127px;
	float: left;
	color:#808080;
}
#top_rss_box .rss_title {
	width: 873px;
	float: left;
	padding: 0 0 0 10px;
}
#top_rss_box .rss_title a:link {
	color: #000;
	text-decoration: none;
}
#top_rss_box .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#top_rss_box .rss_title a:hover,#top_rss_box .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#top_rss_box .rss_contents{ display:none;}



/*en_top rss*/
/*------------------------------------------------------------------------------*/
#en_top_rss_box{
/*	font-size: 15px;*/
}

#en_top_rss_box dl:before, #en_top_rss_box dl:after { content: ""; display: block; }
#en_top_rss_box dl:after { clear: both; }
#en_top_rss_box dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#en_top_rss_box dl {
	border-bottom: 1px solid #dedede;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}
#en_top_rss_box .rss_date{
	clear:both;
	width: 105px;
	float: left;
	color:#808080;
}
#en_top_rss_box .rss_title {
	width: 873px;
	float: left;
	padding: 0 0 0 10px;
}
#en_top_rss_box .rss_title a:link {
	color: #000;
	text-decoration: none;
}
#en_top_rss_box .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#en_top_rss_box .rss_title a:hover,#en_top_rss_box .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#en_top_rss_box .rss_contents{ display:none;}



/*side*/
/*------------------------------------------------------------------------------*/

#sideBanner li+li {
	margin: 5px 0 0 0;
}

/*simtemap*/
/*------------------------------------------------------------------------------*/

.sitemap { margin-left:20px; padding-top:10px;}
.sitemap li{
	list-style:none;
	background:url(../image/common/arr.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	margin:10px 0px;
}
.sitemap ul{ padding:0 0 5px 30px;}
.sitemap ul li{
	background:none;
	list-style:square;
	padding:0 0 0 0;
	margin:5px 0px;
}
.sitemap ul ul{ padding:0 0 5px 30px;}
.sitemap ul ul li{
	background:none;
	list-style:none;
}

/*box*/
/*------------------------------------------------------------------------------*/

.box2:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.box2_left{
 float:left;
 width:310px;
}
.box2_right{
	float:right;
	width:310px;
}




/*------------------------------------------------------------------------------*/

/*----------------*/
/* top */
/*----------------*/
.topInfoWrapper {
	width: 100%;
}
.topInfoWrapper .topInfo {
	width: 1000px;
	margin: 0 auto 25px;
}
#topNewsBox01 {
	background-color: #fff;
	margin: 0 0 45px 0;
}
#topNewsBox01 .topNewsBox01_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#topNewsBox01 .topNewsBox01_in ul#tab {
	zoom: 1;
	border-bottom: 1px solid #030000;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#topNewsBox01 .topNewsBox01_in ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#topNewsBox01 .topNewsBox01_in ul#tab li {
	float: left;
}
#topNewsBox01 .topNewsBox01_in ul#tab li a {
	display: table-cell;
	width: 200px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #7F7F7F;
	background-color: #eee;
}
#topNewsBox01 .topNewsBox01_in ul#tab li a:hover {
	background: #030000;
	color: #fff;
}
#topNewsBox01 .topNewsBox01_in ul#tab li.active,
#topNewsBox01 .topNewsBox01_in ul#tab li.active a,
#topNewsBox01 .topNewsBox01_in ul#tab li.active a:hover {
	background: #030000;
	color: #fff;
}
#topNewsBox01 .topNewsBox01_in #detail {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	padding-top: 4px;
}
#topNewsBox01 .topNewsBox01_in .tabbox {
	display: none;
}
.topLink01 a {
	font-size: 14px;
}
.topLink01 a:link {
	color: #9c1f24;
	text-decoration: none;
}
.topLink01 a:visited {
	color: #9c1f24;
	text-decoration: none;
}
.topLink01 a:hover,.topLink01 a:active {
	color: #9c1f24;
	text-decoration: underline;
}

#topTitleBox01 {
	border-bottom: 1px solid #C6C6C6;
	margin: 0 0 30px 0;
}
#topTitleBox01_in {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	position: relative;
}
h2.topTitle01 {
	font-size: 42px;
	line-height: 1;
}

#topProductBox01 {
	margin: 0 0 140px 0;
}
#topProductBox01_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#topAboutBox01 {
	margin: 0 0 140px 0;
}
#topAboutBox01_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#topAboutBox01_in li {
	float: left;
	padding: 0 50px 20px;
	cursor: pointer;
}
#topAboutBox01_in li.topAboutBoxMain01 {
	width: 334px;
	border-left: 1px solid #efefef;
}
#topAboutBox01_in li.topAboutBoxMain02 {
	width: 333px;
	border-left: 1px solid #efefef;
}
#topAboutBox01_in li.topAboutBoxMain03 {
	width: 333px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#topAboutBox01_in li.active {
	border-color: #a9181f;
	background-color: #a9181f;
	color: #fff;
}
#topAboutBox01_in li.active a {
	color: #fff;
	background-image: url(../image/common/arr02.png);
}
div.iconBox {
	height: 98px;
}
div.iconBox .iconMain {
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
div.titleBox {
	text-align: center;
	margin: 0 0 30px 0;
}
div.titleBox h3 {
	font-size: 26px;
}
div.titleBox p {
	font-size: 16px;
}
div.textBox01 {
	font-size: 14px;
	margin: 0 0 35px 0;
}
div.textBox02 {
	text-align: center;
}
div.textBox02 a {
	font-size: 13px;
}
#topAboutBox01_in li.topAboutBoxMain01 div.iconBox {
	padding: 11px 0 0 0;
}
#topAboutBox01_in li.topAboutBoxMain01 div.iconBox .iconMain {
	height: 70px;
	background: url(../image/top_icon01.png) no-repeat top center;
}
#topAboutBox01_in li.topAboutBoxMain02 div.iconBox {
	padding: 24px 0 0 0;
}
#topAboutBox01_in li.topAboutBoxMain02 div.iconBox .iconMain {
	height: 46px;
	background: url(../image/top_icon02.png) no-repeat top center;
}
#topAboutBox01_in li.topAboutBoxMain03 div.iconBox {
	padding: 13px 0 0 0;
}
#topAboutBox01_in li.topAboutBoxMain03 div.iconBox .iconMain {
	height: 69px;
	background: url(../image/top_icon03.png) no-repeat top center;
}
#topAboutBox01_in li.active div.iconBox .iconMain {
	background-position: bottom center;
}

.topLink01 {
	position: absolute;
	top: 18px;
	right: 0;
}
.arr01 a {
	background: url(../image/common/arr01.png) no-repeat center left;
	padding: 0 0 0 1em;
}

.top_block{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.top_product_box:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.top_product_box_l{
	float:left;
	width:488px;
	position:relative;
	cursor:pointer;
	transition:0.2s;
}
.top_product_box_r{
	float:right;
	width:488px;
	position:relative;
	transition:0.2s;
}
.top_product_box_txt{
	width:100%;
	padding:25px;
	background:rgba(51,51,51,0.9);
	color:#FFF;
	position:absolute;
	bottom:0;
}
.top_product_box_l.active,.top_product_box_r.active{
	opacity:0.7;
	transition:0.2s;
	cursor:pointer;
}
.top_tech_box:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.top_tech_box li{
	float:left;
	width:232px;
	margin-left:24px;
	border:1px #E6E6E6 solid;
	text-align:center;
}
.top_tech_box li img{
	box-sizing:content-box;
	margin:25px 0 15px;
	border-radius:100%;
	border:5px solid #FFF;
}
.top_tech_box li:first-child{
	margin-left:0px;
}
.top_tech_box li p{
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:30px;
}

.top_tech_box li.active{
	border-color:#DDD;
	cursor:pointer;
}
.top_tech_box li.active img{
	border-color:#E0E0E0;
	opacity:0.7;
}
.top_tech_box li.active p a{
	color:#9C1F24;
}
.top_tech_box li *{ transition:0.2s;}




.top_tech_box02:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.top_tech_box02 li{
	float:left;
	width:317px;
	margin-left:24px;
	border:1px #E6E6E6 solid;
	text-align:center;
}
.top_tech_box02 li img{
	box-sizing:content-box;
	margin:25px 0 15px;
	border-radius:100%;
	border:5px solid #FFF;
}
.top_tech_box02 li:first-child{
	margin-left:0px;
}
.top_tech_box02 li p{
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:22px;
}

.top_tech_box02 li.active{
	border-color:#DDD;
	cursor:pointer;
}
.top_tech_box02 li.active img{
	border-color:#E0E0E0;
	opacity:0.7;
}
.top_tech_box02 li.active p a{
	color:#9C1F24;
}
.top_tech_box02 li *{ transition:0.2s;}


.top_dev_box{
	width:100%;
	height:220px;
	position: relative;
	background: url(../image/top_dev_bg_01.jpg) no-repeat 0 0;
}
.top_dev_box_in{
	width:240px;
	height:220px;
	padding:0 30px;
	background:rgba(0,0,0,0.85);
	position:absolute;
	top:0;
	right:1px;
	display:table;
}
.top_dev_box_textarea{
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:14px;
}
.top_dev_box_btn a{
	display:inline-block;
	width:160px;
	height:40px;
	line-height:40px;
	border:1px solid #FFF;
	color:#FFF;
	transition:0.2s;
}
.top_dev_box_btn a:hover{
	background:#A9181F;
	border-color:#A9181F;
	transition:0.2s;
}





/*sub common*/
/*------------------------------------------------------------------------------*/
.pageCatch {
	margin: 0 0 50px 0;
}
.pageCatch p {
	font-size: 15px;
}


.kome {
	color: #f00;
}
.bold {
	font-weight: bold;
}








/*------------------------------------------------------------------------------*/
/* 20151211 yamanaka */
/*------------------------------------------------------------------------------*/

/* company */
/*------------------------------------------------------------------------------*/
.companyBox01 td.spacer {
	width: 19px;
}





/*----------------------*/
/* 2015/12/11 shige add */
/*----------------------*/

.philosophy_bg01 {
	background:url(../image/common/philosophy_bg01.png) no-repeat right bottom;
	width:680px;
	height:490px;
}
.philosophy_box01 {
	padding-top:30px;
}
.philosophy_bg02 {
	background:url(../image/common/philosophy_bg02.png) no-repeat left top;
	width:680px;
	height:150px;
}
.philosophy_box02 td{
	height:150px;
	font-family: "ＭＳ 明朝", sans-serif;
	font-size:20px;
	line-height:160%;
	color:#000000;
	text-align:center;
	vertical-align:middle;
}
table.philosophy_table01 {
	border-collapse:collapse;
	border:1px solid #cccccc;
}
table.philosophy_table01 td {
	border:1px solid #CCC;
	font-weight:normal;
	line-height:140%;
	padding:5px 5px 5px 10px;
	vertical-align:middle;
}

table.philosophy_table01 td.philosophy_td01 {
	width:180px;
	background-color:#EEE;
	border:1px solid #CCC;
}





/*------------------------------------------------------------------------------*/
/* 20151214 yamanaka */
/*------------------------------------------------------------------------------*/











/*------------------------------------------------------------------------------*/
/* 20151214 yamazaki */
/*------------------------------------------------------------------------------*/

.tblGreetA {
	width:450px;
	margin: 0 auto;
}


.btnCommon a {
	display:inline-block;
	padding:3px 30px 3px 30px;
	border:1px solid #a9181f;
	font-size:15px;
	background:url(../image/common/arr03.png) no-repeat 8px center #a9181f;
	color:#fff!important;

}
.btnCommon a:hover {
	background: url(../image/common/arr04.png) no-repeat 8px center;
	color:#000!important;
}

.btnMap_2{
padding-bottom:20px;
}

.btnMap a {
	display:inline-block;
	padding:3px 30px 3px 30px;
	border:1px solid #000;
	background:url(../image/common/arr03.png) no-repeat left 8px center #000;
	color:#fff!important;

}
.btnMap a:hover {
	background: url(../image/common/arr04.png) no-repeat left 8px center;
	color:#000!important;
}

.btnMap_2 a {
	display:inline-block;
	padding: 0 15px 0 21px;
	border:1px solid #000;
	background:url(../image/common/arr03.png) no-repeat left 8px center #000;
	color:#fff!important;

}
.btnMap_2 a:hover {
	background: url(../image/common/arr04.png) no-repeat left 8px center;
	color:#000!important;
}


/* pageAnchor */
/*------------------------*/

ul.pageAnchor {
	margin-bottom:20px;
}
ul.pageAnchor li {
	float:left;
	margin-right:20px;
}

ul.pageAnchor li a {
	display:inline-block;
	padding:3px 30px;
	border:1px solid #a9181f;
	font-size:14px;
	background:url(../image/common/arr05.png) no-repeat left 8px center #a9181f;
	color:#fff!important;
	text-align: center;
	width:150px;

}
ul.pageAnchor li  a:hover {
	background: url(../image/common/arr06.png) no-repeat left 8px center;
	color:#000!important;
}



/* en_pageAnchor */
/*------------------------*/

ul.en_pageAnchor {
	margin-bottom:20px;
}

ul.en_pageAnchor li {
	float:left;
	margin-right:20px;
}

ul.en_pageAnchor li .page_nav_btn a {
	display:inline-block;
	padding:3px 25px;
	border:1px solid #a9181f;
	font-size:12px;
	background:url(../image/common/arr05.png) no-repeat left 8px center #a9181f;
	color:#fff!important;
	text-align: center;
	width:150px;
	display: table-cell;
	vertical-align: middle;
	line-height: 150%;
}

ul.en_pageAnchor li  a:hover {
	background: url(../image/common/arr06.png) no-repeat left 8px center;
	color:#000!important;
}

ul.en_pageAnchor li .page_nav_btn {
    display: table;
    width: 100%;
}



/*------------------------*/

.tblNoBorder th,
.tblNoBorder td {
	border:0!important;
	padding-left:0!important;
}



table.tblHistory {
	border-collapse:collapse;
	border:1px solid #cccccc;
}
table.tblHistory td {
	border:1px solid #CCC;
	font-weight:normal;
	line-height:140%;
	padding:5px 5px 5px 10px;
	vertical-align:top;
}

table.tblHistory td.history_td01 {
	width:125px;
	background-color:#EEE;
	border:1px solid #CCC;
	text-align:left;
}

table.tblHistory td.history_td01_ch {
	width:62px;
	background-color:#EEE;
	border:1px solid #CCC;
	text-align:left;
}

table.tblHistory td.history_td02 {
	width:46px;
	background-color:#EEE;
	border:1px solid #CCC;
	text-align: right;
}
table.tblHistory .noBtm {
	border-bottom:0!important;
}
table.tblHistory .noTop {
	border-top:0!important;
}



.network_bg01 {
	padding:15px;
	background:url(../image/common/network_bg01.png) no-repeat right bottom;
	width:680px;
	width:650px;
	height:350px;
}

.catch {
	font-size: 22px;
    font-weight: bold;
	color:#a9181f;
}
.subCatch {
	font-size:15px;
	font-weight:bold;
	color:#a9181f;
}
.subCatch a {
	color:#36c;
	text-decoration:underline;
}
.subCatch a:hover {
	color:#36c;
	text-decoration:none;
}

.subCatch_2 {
	background:url("../image/common/arr07.png") no-repeat scroll left 9px;
    font-size: 13px;
    padding-left: 11px;
    padding-top:5px;
}

.oversea_subCatch {
	font-size:15px;
	font-weight:bold;
	color:#a9181f;
	vertical-align:middle;
}
.oversea_subCatch a {
	color:#a9181f;
	text-decoration:underline;
	display:block;
	position: relative;
	padding-left:21px;
}

.oversea_subCatch a:before {
	content: "";
	background:url(../image/common/oversea_arow.jpg) no-repeat;
	display:block;
	position: absolute;
	width:17px;
	height:17px;
	left:0px;
	top:50%;
	margin-top:-8px;
}

.oversea_subCatch a:hover {
	color:#a9181f;
	text-decoration:none;
}

.tblAuto {
	margin:0 auto;
}

.csr_gray_bg {
	width:680px;
	background:#f5f5f5;
	padding:20px;
}

.csr_gray_bg02 {
	background:#f5f5f5;
	padding:20px;
}


.network_box01{
	width: 100%;
	min-height: 250px;
	background:url(../image/common/network_box01_bg.jpg) no-repeat right bottom;
}

.network_box01 .network_box01_title{
	width: 264px;
	color: #A9181F;
	font-size: 19px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
}

.network_box01 .network_box01_txt{
	width: 240px;
}





/*------------------------------------------------------------------------------*/
/* 20151215 yamanaka */
/*------------------------------------------------------------------------------*/
/* about */
/*------------------------------------------------------------------------------*/
#aboutSlide {
	width: 1000px;
	height: 520px;
	margin: 0 auto 100px auto;
}
#aboutSlide li {
	width: 100%;
}

#contentsTitleArea {
	width:1000px;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	margin: 150px auto 50px;
}


/* interview */
/*------------------------------------------------------------------------------*/
.interviewArea01 {
	width: 100%;
	margin: 0 0 20px 0;
}
.interviewInner {
	width: 1000px;
	margin: 0 auto;
}

.interviewArea02 {
	width: 100%;
	margin: 0 0 50px 0;
}
.interviewArea02_in {
	width: 1000px;
	margin: 0 auto;
}
.interviewArea02_in p {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
.subtitle03_wrap {
	width: 1000px;
	margin: 0 auto;
}


/* article01 */
/*------------------------------------------------------------------------------*/
.article01Area01 {
	width: 1000px;
	margin: 0 auto 75px auto;
}

.article01Area02 {
	width: 1000px;
	margin: 0 auto 30px auto;
	font-size: 18px;
	font-weight: bold;
	color: #a9181f;
	line-height: 1.6;
}

.article01Area03 {
	width: 1000px;
	margin: 0 auto 75px auto;
	font-size: 15px;
	line-height: 1.6;
}
.article01Area03 span.name {
	font-weight: bold;
}

#article01TitleBox01 {
	border-bottom: 1px solid #C6C6C6;
	margin: 0 0 60px 0;
}
#article01TitleBox01_in {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	position: relative;
}
h3.article01Title01 {
	font-size: 42px;
	line-height: 1;
	text-align: center;
}

.article01Area04 {
	width: 1000px;
	margin: 0 auto;
}
.article01Area04_left {
	width: 500px;
	min-height: 200px;
	float: left;
	border-right: 2px solid #efefef;
	padding: 0 50px 0 0;
}
.article01Area04_right {
	width: 500px;
	min-height: 200px;
	float: right;
	padding: 0 0 0 50px;
}
.article01Area04 p.name {
	font-size: 32px;
	line-height: 1;
	padding: 22px 0 5px 0;
}
.article01Area04 li {
	font-size: 15px;
	color: #808080;
}
.article01Area04 .profileText {
	font-size: 15px;
	line-height: 1.6;
}


/* article02 */
/*------------------------------------------------------------------------------*/
.article02Area01 {
	width: 1000px;
	margin: 0 auto 20px auto;
}

.article02Area02 {
	width: 1000px;
	margin: 0 auto 50px auto;
	font-size: 16px;
	line-height: 1.6;
}

.article02Area03 {
	width: 1000px;
	margin: 0 auto 70px auto;
}
.article02Area03 .text_q {
	font-size: 18px;
	font-weight: bold;
	color: #a9181f;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.article02Area03 .text_a {
	margin: 0 0 40px 0;
	font-size: 15px;
	line-height: 1.6;
}
.article02Area03 span.name {
	font-weight: bold;
}

.article02Area04 {
	width: 100%;
	height: 559px;
	margin: 0 auto;
	background: url(../image/article02_profile_bg.jpg) no-repeat center center;
}
.article02Area04_in {
	width: 1000px;
	margin: 0 auto;
}
.profileBox {
	padding: 30px;
}
.profileBox .imgBox {
	margin: 0 0 20px 0;
}
.profileBox .profileText {
	font-size: 14px;
}
.profileBox ul {
	margin: 0 0 10px 0;
}
.profileBox li {
	font-weight: bold;
}

#article02TitleBox01 {
	border-bottom: 1px solid #C6C6C6;
	margin: 0 0 0 0;
}
#article02TitleBox01_in {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	position: relative;
}
h3.article02Title01 {
	font-size: 42px;
	line-height: 1;
	text-align: center;
}





/*------------------------------------------------------------------------------*/
/* 20151216 yamanaka */
/*------------------------------------------------------------------------------*/
/* show */
/*------------------------------------------------------------------------------*/
.showInner {
	width: 1000px;
	margin: 0 auto;
}

.showInner img { border: 1px solid #e0e0e0;}

.showArea02_box {
	float: left;
	margin: 0 50px 0 0;
	padding: 0 0 0 10px;
	font-size: 16px;
}
.sliderBox {
	width: 840px;
	margin: 0 auto;
}
.slider {
	position: relative;
}
.slick-arrow {
	position: absolute;
	border-style: none;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}
.slick-prev {
	width: 22px;
	height: 38px;
	top: 50%;
	left: -50px;
	background: url(../image/common/arr_prev.png) no-repeat;
	margin: -19px 0 0 0;
}
.slick-next {
	width: 22px;
	height: 38px;
	top: 50%;
	right: -50px;
	background: url(../image/common/arr_next.png) no-repeat;
	margin: -19px 0 0 0;
}
.slider li {
	width: 280px;
	text-align: center;
}
.slider li a {
	display: block;
	width: 280px;
}

/* history */
/*------------------------------------------------------------------------------*/

.history_area{
	width:1000px;
}
.history_area:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.history_area_l{
	float:left;
	width:501px;
	border-right:2px solid #A9181F;
	min-height:400px;
	padding-right:81px;

}
.history_area.first .history_area_l{
	margin-top:0;
}
.history_area_r{
	float:right;
	width:501px;
	border-left:2px solid #A9181F;
	min-height:400px;
	padding-left:81px;

}
.history_area_year{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:300%;
	color:#A9181F;
	line-height:60px;
	height:68px;
	margin-bottom:25px;
	letter-spacing:1px;
	border-bottom:2px solid #DDD;
	display:inline-block;
}
.history_area_year:after{
	display:inline-block;
	height:60px;
	content:"年代";
	font-size:70%;
	margin-left:6px;
	background:url(../../dcms_media/image/icon_seat.png) no-repeat right 14px;
	padding:15px 50px 0 0;
}
.history_area_title{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
	position:relative;
}
.history_area_l .history_area_title:after{
	display:block;
	content:"";
	width:74px;
	height:12px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	right:-88px;
	background:url(../../dcms_media/image/common/history_title_l.gif) no-repeat;
}
.history_area_r .history_area_title:after{
	display:block;
	content:"";
	width:74px;
	height:12px;
	position:absolute;
	top:50%;
	margin-top:-6px;
	left:-88px;
	background:url(../../dcms_media/image/common/history_title_r.gif) no-repeat;
}
.history_area .img:after {
	content:"";
	display:table;
	clear:both;
}
.history_area .img {
	margin-top: 20px;
}
.history_area .img > div{
	float: left;
	width: 42%;
	margin: 0 4%;
	position: relative;
}
.history_area .img img{
	width: 100%;
	height: auto;
}




/* contenst */
#contentsTitle_in {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
#contentsTitle_in h2 {
	font-size: 30px;
	line-height: 1;
}
#contentsMain {
	width: 1000px;
	margin: 0 auto;
}
#contentsMain li {
	width: 300px;
	float: left;
	text-align: center;
	/*background-color: #f2f2f2;*/
	border: 1px solid #e0e0e0;
	padding: 20px;
	cursor: pointer;
}
#contentsMain li+li {
	margin: 0 0 0 50px;
}
#contentsMain li a {
	font-size: 18px;
}
#contentsMain div.imgBox {
	height: 60px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	overflow: hidden;
}
#contentsMain div.imgBox01 {
	background: url(../image/common/icon_about_contents01.png) no-repeat top center;
}
#contentsMain div.imgBox02 {
	background: url(../image/common/icon_about_contents02.png) no-repeat top center;
}
#contentsMain div.imgBox03 {
	background: url(../image/common/icon_about_contents03.png) no-repeat top center;
}
#contentsMain li.activeLink div.imgBox {
	background-position: bottom center;
}
#contentsMain li.activeLink a {
	color: #a9181f!important;
}


/*------------------------------------------------------------------------------*/
/* 20151215 yamazaki */
/*------------------------------------------------------------------------------*/

.share_news_ttl {
	position:relative;
}

.share_Link {
	position: absolute;
	right:0;
	top:5px;
}
.share_Link a {
	color:#9c1f24;
	text-decoration:none;
}
.share_Link a:hover {
	text-decoration:underline;
}

#ir_rss_box dl:before, #ir_rss_box dl:after { content: ""; display: block; }
#ir_rss_box dl:after { clear: both; }
#ir_rss_box dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#ir_rss_box dl {
	border-bottom: 1px dotted #dedede;
	margin: 0 0 5px 0;
}
#ir_rss_box .rss_date{
	clear:both;
	width: 127px;
	float: left;
	color:#9c1f24;
}
#ir_rss_box .rss_title {
	width: 553px;
	float: left;
	padding: 0 0 0 10px;
}
#ir_rss_box .rss_title a:link {
	color: #000;
	text-decoration: none;
}
#ir_rss_box .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#ir_rss_box .rss_title a:hover,
#ir_rss_box .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#ir_rss_box .rss_contents{ display:none;}



/* en ir top rss */
/*------------------------------------------------------------------------------*/

#en_ir_rss_box dl:before, #en_ir_rss_box dl:after { content: ""; display: block; }
#en_ir_rss_box dl:after { clear: both; }
#en_ir_rss_box dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#en_ir_rss_box dl {
	border-bottom: 1px dotted #dedede;
	margin: 0 0 5px 0;
}
#en_ir_rss_box .rss_date{
	clear:both;
	width: 110px;
	float: left;
	color:#9c1f24;
}
#en_ir_rss_box .rss_title {
	width: 553px;
	float: left;
	padding: 0 0 0 10px;
}
#en_ir_rss_box .rss_title a:link {
	color: #000;
	text-decoration: none;
}
#en_ir_rss_box .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#en_ir_rss_box .rss_title a:hover,
#en_ir_rss_box .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#en_ir_rss_box .rss_contents{ display:none;}

/* in rss */
/*------------------------------------------------------------------------------*/


#news_rss_box_in dl:before, #news_rss_box_in dl:after { content: ""; display: block; }
#news_rss_box_in dl:after { clear: both; }
#news_rss_box_in dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#news_rss_box_in dl {
	border-bottom: 1px dotted #dedede;
	margin: 12px 0;
}
#news_rss_box_in .rss_date{
	clear:both;
	width: 127px;
	float: left;
	margin-top: 0px;
}
#news_rss_box_in .rss_title {
	width: 535px;
	float: left;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
}
#news_rss_box_in .rss_title a:link {
	color: #000;
	text-decoration: none;
	margin-top: 0px;
}
#news_rss_box_in .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#news_rss_box_in .rss_title a:hover,
#news_rss_box_in .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#news_rss_box_in .rss_contents{
	border-bottom:none;
    margin-bottom: 5px;
    padding-left: 136px;
    width: 690px;
    padding-bottom: 0px;
    float:left;
}

/* en in rss */
/*------------------------------------------------------------------------------*/


#en_news_rss_box_in dl:before, #en_news_rss_box_in dl:after { content: ""; display: block; }
#en_news_rss_box_in dl:after { clear: both; }
#en_news_rss_box_in dl {
	zoom: 1;
	/*padding: 0 0 25px 0;*/
}

#en_news_rss_box_in dl {
	border-bottom: 1px dotted #dedede;
	margin: 12px 0;
}
#en_news_rss_box_in .rss_date{
	clear:both;
	width: 110px;
	float: left;
	margin-top: 0px;
}
#en_news_rss_box_in .rss_title {
	width: 535px;
	float: left;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
}
#en_news_rss_box_in .rss_title a:link {
	color: #000;
	text-decoration: none;
	margin-top: 0px;
}
#en_news_rss_box_in .rss_title a:visited {
	color: #000;
	text-decoration: none;
}
#en_news_rss_box_in .rss_title a:hover,
#en_news_rss_box_in .rss_title a:active {
	color: #9c1f24;
	text-decoration: underline;
}
#en_news_rss_box_in .rss_contents{
	border-bottom:none;
    margin-bottom: 5px;
    padding-left: 120px;
    width: 690px;
    padding-bottom: 0px;
    float:left;
}


/*------------------------------------------------------------------------------*/




.tblHighLight {
	border-collapse:collapse;
}

.tblHighLight td {
	border:solid 1px #ccc;
	padding:3px;
	font-size:12px;
}
.tblHighLight td.ttl {
	background:#eee;
	text-align:center!important;
}
.tblHighLight td.cell1 {
	text-align:center;
	width:200px;
}

.tblHighLight td.cell2 {
	text-align:right;
	width:120px;
}
.tblHighLight td.cell3 {
	text-align:center;
	width:120px;
	vertical-align:middle;
	font-size:120%;
}


.txt_blue {
	font-weight:bold;
	color:#610E12;
}
.txt_green {
	font-weight:bold;
	color:#B75156;
}

.txtLink a {
	color:#A9181F;
	text-decoration:underline;
}
.txtLink a:hover {
	text-decoration:none;
}

.tblIrA,
.tblAssem {
	border-collapse:collapse;
}
.tblIrA td{
	vertical-align:middle;
}
.tblIrA .iconPdf a{
	display:block;
}
.tblIrA td,
.tblAssem td {
	border-bottom:1px dotted #ccc;
	padding:5px 5px;
}

.tblIrA td.date,
.tblAssem td.date {
	width:115px;
}
.tblIrA td.ttl,
.tblAssem td.ttl {
	width:440px;
}

.tblAssem td.ttl {
	width:460px;
}

.tblIrA td.size,
.tblAssem td.pdf {
	width:100px;
}

/*.iconPdf a {
	background:url(../image/irnews_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}*/
.iconPdf a.ir_icon {
	background:url(../image/irnews_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}
.iconPdf a.in_icon {
	background:url(../image/infomation_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}

.iconPdf a.oth_icon {
    background: rgba(0, 0, 0, 0) url(../image/other_btn.jpg) no-repeat scroll 0 center;
    color: #9c1f24;
    padding: 10px 0 10px 120px;
}


.iconPdf a:hover {
	text-decoration:underline;
}




.iconPdf a.en_ir_icon {
	background:url(../image/en_irnews_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}
.iconPdf a.en_in_icon {
	background:url(../image/en_infomation_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}

.iconPdf a.en_oth_icon {
    background: rgba(0, 0, 0, 0) url(../image/en_other_btn.jpg) no-repeat scroll 0 center;
    color: #9c1f24;
    padding: 10px 0 10px 120px;
}

.iconPdf a.ch_ir_icon {
	background:url(../image/ch_irnews_btn.jpg) no-repeat 0 center ;
	padding:10px 0 10px 120px;
	color:#9c1f24;
}







.btnPdf a {
	display:inline-block;
	padding:3px 30px 3px 30px;
	border:1px solid #000;
	background:url(../image/common/arr03.png) no-repeat left 8px center #000;
	color:#fff!important;

}
.btnPdf a:hover {
	background: url(../image/common/arr04.png) no-repeat left 8px center;
	color:#000!important;
}

.tblIrCal {
	border-collapse:collapse;
}

.tblIrCal .ttl {
	background:#eee;
	text-align:center;
}

.tblIrCal td {
	border:solid 1px #ccc;
	padding:5px;
	vertical-align:top;
}

.tblIrCal .cell1 {
	width:400px;
}
.tblIrCal .cell2 {
	width:130px;
}
.tblIrCal .cell3 {
	width:130px;
}


.faq_accordion {

}

.faq_accordion_head{
	background:#fff url(../image/common/icon_q.png) no-repeat  0 center;
	padding:10px 10px 10px 35px;
	cursor:pointer;
	position:relative;
	color: #333;
}
.faq_accordion_head:hover{
	opacity:0.7;
}
.faq_accordion_head:after{
	width:24px;
	height:24px;
	display:block;
	content:"";
	background-color:#999;
	background-image:url(../image/common/faq_btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top: 50%;
	margin-top:-12px;
	right:0;
}
.faq_accordion_head:hover:after{
	background-image:url(../image/common/faq_open.png);
}
.faq_accordion_head.selected:after{
	background-color:#A9181F;
	background-image:url(../image/common/faq_open.png);
}

.faq_accordion_head.selected:hover:after{
	background-image:url(../image/common/faq_close.png);
}


.fwB { font-weight:bold; }

.faq_accordion_in {
	background:#f5f5f5;
	padding:15px 10px 15px 20px;
}

.faq_accordion_in .iconA {
	background:url(../image/common/icon_a.png) no-repeat top left;
	padding:0 0 5px 35px;
}

.faq_accordion_in a {
	color:#9c1f24;
	text-decoration:underline;
}
.faq_accordion_in a:hover {
	text-decoration:none;
}

.tblIrFaqA {
	border-collapse:collapse;

}

.tblIrFaqA td {
	vertical-align:top;
}
.tblIrFaqA td.cell1 {
	width:120px;
}
.tblIrFaqA td.cell2 {
	width:480px;
}

.tblIrFaqB {
	border-collapse:collapse;
}

.tblIrFaqB td {
	vertical-align:top;
	border:solid 1px #ccc;
	padding:5px;
	background:#fff;
	text-align:center;

}
.tblIrFaqB td.ttl {
	background:#fbe8e9;
}
.tblIrFaqB td.cell1 {
	width:150px;
}
.tblIrFaqB td.cell2 {
	width:190px;
}
.tblIrFaqB td.cell3 {
	width:190px;
}

.faqLayout {
	width:610px;
	margin-bottom:20px;
}

.faqLayout .left {
	float:left;
}
.faqLayout .right {
	float:right;
	width:200px;
}





/* seat */
/*------------------------------------------------------------------------------*/
.seatGallery01_title { background: url(../image/seat_icon01.jpg) no-repeat bottom right;}
.seatGallery02_title { background: url(../image/seat_icon02.jpg) no-repeat bottom right;}
.seatGallery03_title { background: url(../image/seat_icon03.jpg) no-repeat bottom right;}
.seatGallery04_title { background: url(../image/seat_icon04.jpg) no-repeat bottom right;}
.seatGallery05_title { background: url(../image/seat_icon05.jpg) no-repeat bottom right;}
.seatGallery06_title { background: url(../image/seat_icon06.jpg) no-repeat bottom right;}
.seatBox01 .box_left{position:relative}
.seatBox01  .icon_seat {position:absolute; right:0;}
.seatBox01 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #a9181f;
}
.seatBox01 h3 span.en {
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
}
.mod_gallery {
 margin: 0 0 10px 0!important;
}
.seatBox01 h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/* .mod_gallery_navi */
.mod_gallery_navi li {
	width: 90px;
	height: 90px;
	float: left;
	background: none;
/*	padding: 0 10px 0px 0;
	margin: 0 0 10px 0;*/
}
.mod_gallery_navi li+li {
	margin: 0 0 0 15px;
}
.mod_gallery_navi li a {
	display:block;
	border: 1px solid #ccc;
}
.mod_gallery_navi li a img {
	width: 100%;
	height: auto;
}
.mod_gallery_navi li a:hover   {opacity:0.8;}
.mod_gallery_navili a:active  {opacity:0.8;}
/* IE用 ↓*/
.mod_gallery_navi li a:hover img {filter:alpha(opacity=80);}

/* mod_gallery_photo */
.mod_gallery_photo {
	width: 300px;
	height: 350px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.seat_name{
	font-size: 20px;
	font-weight: bold;
	color: #a9181f;
	background:url(../../dcms_media/image/icon_seat.png) no-repeat right top;
	line-height:170%;
	min-height:44px;
	margin-bottom:10px;
	padding:10px 40px 0 0;
}

/* mod_thumbnail*/
/* サムネイル画像表示（thumbnaillist）*/
.thumbnaillist{
	margin-bottom:10px;
}
.thumbnaillist li{
    width:94px;
    float:left;
    margin:0 0 14px 14px;
}
.thumbnaillist li:nth-child(3n+1){
	clear:both;
    margin:0 0 14px 0;
}
.thumbnaillist li a{
	display:inline-block;
	height:auto;
	text-align:center;
	background:#A9181F;
	border:1px solid #CCC;
}
.thumbnaillist li a img{
	width:100%;
	height: auto;
}
.thumbnaillist li a:hover{
	cursor:default;
	border-color:#A9181F;
}
.thumbnaillist li a:hover img{ opacity:0.9;}

/* メイン画像表示（mod_mainimglist）*/
.mainimglist{
    width:310px;
    margin-bottom:20px;
}
.mainimglist img{
	width:100%;
	height:auto;
	border:1px solid #ccc;
}


/* parts */
/*------------------------------------------------------------------------------*/
.partsBox05 table {
	border-collapse: collapse;
}
.partsBox05 td {
	border: 1px solid #9e602d;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
}
.partsBox05 td.thead {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
/*	padding: 5px 0;*/
}
.partsBox05 td.tdTitle {
	text-align: left;
}
.partsBox05 td.star {
	color: #a9181f;
	font-size: 18px;
}





/* technology */
/*------------------------------------------------------------------------------*/
.technologyBox01 {
	background: url(../image/technology_img01.jpg) no-repeat top right;
	padding: 10px 0 40px 0;
}
.technologyBox01 p {
	width: 65%;
}





/* contenst */
#contentsTitle_in {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
#contentsTitle_in h2 {
	font-size: 30px;
	line-height: 1;
}
#contentsMain {
	width: 1000px;
	margin: 0 auto;
}
#contentsMain li {
	width: 300px;
	float: left;
	text-align: center;
	/*background-color: #f2f2f2;*/
	border: 1px solid #e0e0e0;
	padding: 20px;
	cursor: pointer;
}
#contentsMain li+li {
	margin: 0 0 0 50px;
}
#contentsMain li a {
	font-size: 18px;
}
#contentsMain div.imgBox {
	height: 60px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	overflow: hidden;
}
#contentsMain div.imgBox01 {
	background: url(../image/common/icon_about_contents01.png) no-repeat top center;
}
#contentsMain div.imgBox02 {
	background: url(../image/common/icon_about_contents02.png) no-repeat top center;
}
#contentsMain div.imgBox03 {
	background: url(../image/common/icon_about_contents03.png) no-repeat top center;
}
#contentsMain li.activeLink div.imgBox {
	background-position: bottom center;
}
#contentsMain li.activeLink a {
	color: #a9181f!important;
}



.btnCommon02 a {
	display:block;
	border:1px solid #a9181f;
	font-size:15px;
	background:url(../image/common/arr03.png) no-repeat 5% 50% #a9181f;
	color:#fff!important;
	text-align: center;
	padding: 2px 0;

}
.btnCommon02 a:hover {
	background: url(../image/common/arr04.png) no-repeat 5% 50%;
	color:#000!important;
}
.btnCommon03 a {
	display:block;
	border:1px solid #a9181f;
	font-size:15px;
	background:url(../image/common/arr03.png) no-repeat 20% 50% #a9181f;
	color:#fff!important;
	text-align: center;
	padding: 15px 0;

}
.btnCommon03 a:hover {
	background: url(../image/common/arr04.png) no-repeat 20% 50%;
	color:#000!important;
}

.btnCommon03_1 a {
	display:block;
	border:1px solid #a9181f;
	font-size:15px;
	background:url(../image/common/arr03.png) no-repeat 20% 50% #a9181f;
	color:#fff!important;
	text-align: center;
	padding: 26px 0;

}
.btnCommon03_1 a:hover {
	background: url(../image/common/arr04.png) no-repeat 20% 50%;
	color:#000!important;
}


.commonCategoryBox {
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
}
.commonCategoryMain {
	border: 1px solid #a9181f;
	padding: 10px;
}
.commonCategoryMain a {
	display: block;
	text-align: center;
	background-color: #a9181f;
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	border: 1px solid #a9181f;
}
.commonCategoryMain a span.cateArr {
	background:url(../image/common/arr03.png) no-repeat center left;
	padding: 0 15px;
}
.commonCategoryMain a:hover {
	color:#a9181f!important;
	background-color: #fff;
	border: 1px solid #a9181f;
}
.commonCategoryMain a:hover span.cateArr {
	background:url(../image/common/arr04.png) no-repeat center left;
}


dd.rss_contents {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

dd.rss_title {
    margin-bottom: 5px;
}

dt.rss_date {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

.rss_title a {
    display: block;

    font-size: 15px;
    border-radius: 3px;
        margin-top: 10px;
    margin-bottom: 10px;
}



#formElementVal31Zip1,#formElementVal31Zip2,#formElementVal26Sei,#formElementVal26Mei,
#formElementVal27SeiKana,#formElementVal27MeiKana,#formElementVal31Addr1,#formElementVal25{
        padding: 5px !important;
    border-radius: 3px !important;
    border: 1px solid #ccc !important;

}

.line_left_box{
	float: left;
	width: 45%;
}

.line_right_box{
	float: right;
	width: 45%;
}

.line_left_img img,.line_right_img img{
	width: 100%;
	margin-bottom: 10px;
}

.line_top_box{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.line_bottom_right_box{
	margin-top: 32px;
	margin-bottom: 20px;
}

.line_bottom_left_box{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

.line_left_title, .line_right_title {
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #8C3D3D;
    border-top: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}

.line_box03_left{
	width: 35%;
	padding-right: 5%;
	background-image: url(../image/production_line_arr04.png);
	background-repeat: no-repeat;
    background-position: 100% 42.5%;
        background-size: 14%;
	float: left;
}

.line_box03_right{
	width: 35%;
	padding-left: 5%;
	background-image: url(../image/production_line_arr05.png);
	background-repeat: no-repeat;
    background-position: 0% 42.5%;
    background-size: 14% 11.1%;
	float: left;
}

.line_box03_center{
	width: 30%;
	float: left;
}

.bottom_img{
	width: 100%;
	margin-bottom: 10px;
}

.production_line_box04{
	width: 100%;
}

.production_line_box04_in{
	margin:0 auto;
	width: 30%;
	text-align: center;
}

.more_bottom_img{
	margin-top: 10px;
	margin-bottom:10px;
}

.production_line_box04 p{
	text-align: left;
}

.production_line_bottom_btn{
	text-align: right;
}

.production_anchor{
	position:relative;
}
.production_anchor ul li{
	position:absolute;
}
.production_anchor01{left:0; top:0;}
.production_anchor02 {
    left: 11px;
    top: 360px;
}

.production_anchor03 {
    left: 243px;
    top: 370px;
}

.production_anchor04 {
    left: 305px;
    top: 369px;
}

.top_btn{
	display: block;
	padding:5px 20px 5px 20px;
	background-color:#A9181F;
	width: 30%;
	text-align: center;
	color: #fff !important;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: auto;
}

.bottom_btn{
    display: block;
    padding: 5px 20px 5px 20px;
    background-color: #A9181F;
    width: 30%;
    text-align: center;
    color: #fff !important;
    margin-bottom: 10px;
    margin-left: auto;
}

.top_btn:hover{
	background-color: #BD7276;
}

.bottom_btn:hover{
	background-color: #BD7276;
}

.develop_box01{
	margin-bottom: 10px;
}

.develop_box_left,.develop_box_center,.develop_box_right{
	float: left;
}

.develop_box_left{
	text-align: center;
	width: 20%;
}

.develop_box_left img{
	width: 65%;
}

.develop_box_center{
	width: 50%;
}

.develop_box_right{
	width: 30%;
}

.develop_box_right img{
	width: 100%;
}

.develop_top_txt {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #925457;
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    color: #fff;
}

.develop_bottom_txt{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2.5%;
	padding-left: 2.5%;
    width: 100%;

}

.product_develop_box01{
	height: 240px;
	width: 680px;
	background-image: url(../image/common/develop_product_h3_bg.png);
	margin-bottom: 80px;

}

.product_develop_title{
	font-size: 17px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
}


.product_develop_box01 p{
	line-height: 2.5;
}

.product_develop_box02{
	margin-top: 30px;
	margin-bottom: 70px;
}

.product_develop_left{
	float: left;
	width: 48%;
}

.product_develop_right{
	float: right;
	width: 48%;
}

.left_h3,.right_h3{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin-bottom: 10px;
}

.product_develop_left img,.product_develop_right img{
    margin-left: 12px;
}

.product_develop_left p,.product_develop_right p{
	width: 93%;
	margin:0 auto;
	padding-top: 10px;
}

.product_develop_left p a,.product_develop_right p a{
	width: 100%;
	margin:0 auto;
	display: block;
	text-align: center;
	padding:5px;
	background-color: #A9181F;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;

}

.product_develop_left p a:hover,.product_develop_right p a:hover{
	background-color:#B5676B;
}

/*product*/
/*------------------------------------------------------------------------------*/

#product_icon {
	width: 100%;
	margin: 120px auto 0 auto;
}

#product_icon li:first-child {
	margin-right: 20px;
}
#product_icon li {
	width: 330px;
	height: 70px;
	float: left;
	text-align: center;
	cursor: pointer;
	margin-bottom: 16px;
}
#product_icon li:last-child {
	width: 680px;
}
#product_icon div.imgBox {
	height: 70px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	overflow: hidden;
}
#product_icon div.imgBox_last {
	height: 122px;
	/*margin: 0 0 20px 0;*/
	text-indent: -9999px;
	overflow: hidden;
}


#product_icon div.imgBox01 {
	background: url(../image/product_icon_01.png) no-repeat top center;
}
#product_icon div.imgBox02 {
	background: url(../image/product_icon_02.png) no-repeat top center;
}
#product_icon div.imgBox03 {
	background: url(../image/product_icon_03.png) no-repeat top center;
}
#product_icon li.activeLink div.imgBox {
	background-position: bottom center;
}
#product_icon li.activeLink div.imgBox_last {
	background-position: bottom center;
}
#product_icon li.activeLink a {
	color: #a9181f!important;
}


/*about*/
/*------------------------------------------------------------------------------*/


#about_icon {
	margin: 0 0 0 0;
}
#about_icon_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#about_icon_in li {
	width: 300px;
	float: left;
	cursor: pointer;
	margin-right: 50px;
	border: solid #E0E0E0 1px;
}
#about_icon_in li:last-child{
	margin: 0 auto;
}

#about_icon_in li.about_icon01 {
}
#about_icon_in li.about_icon02 {
}
#about_icon_in li.about_icon03 {
}
#about_icon_in li.active {
	border-color: #a9181f;
	background-color: #a9181f;
	color: #fff;
}
#about_icon_in li.active a {
	color: #fff;
	background-image: url(../image/common/arr02.png);
}
div.about_iconBox {
	height: 98px;
}
div.about_iconBox .about_iconMain {
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
div.about_titleBox {
	text-align: center;
	margin: 0 0 0 0;
}
div.about_titleBox h3 {
	font-size: 26px;
}
div.about_titleBox p {
	font-size: 16px;
}
div.about_textBox01 {
	font-size: 14px;
	margin: 0 0 35px 0;
}
div.about_textBox02 {
	text-align: center;
}
div.about_textBox02 a {
	font-size: 13px;
}
#about_icon_in li.about_icon01 div.iconBox {
	padding: 18px 0 0 0;
}
#about_icon_in li.about_icon01 div.iconBox .iconMain {
	height: 70px;
	background: url(../image/top_icon01.png) no-repeat top center;
}
#about_icon_in li.about_icon02 div.iconBox {
	padding: 26px 0 0 0;
}
#about_icon_in li.about_icon02 div.iconBox .iconMain {
	height: 46px;
	background: url(../image/top_icon02.png) no-repeat top center;
}
#about_icon_in li.about_icon03 div.iconBox {
	padding: 20px 0 0 0;
}
#about_icon_in li.about_icon03 div.iconBox .iconMain {
	height: 69px;
	background: url(../image/top_icon03.png) no-repeat top center;
}
#about_icon_in li.active div.iconBox .iconMain {
	background-position: bottom center;
}

.safe_box01,.safe_box02{
	width: 100%;
	margin-bottom: 50px;
}

.safe_left_box01{
	width: 60%;
	float: left;
}

.safe_right_box01{
	width: 35%;
	float: right;
}

.safe_right_box01 img{
	width: 100%;
}


.safe_h3_01{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.safe_box01,.safe_box02{
	width: 100%;
}

.safe_right_box02{
	width: 60%;
	float: right;
	text-align: right;
}

.safe_left_box02{
	width: 35%;
	float: left;
}

.safe_left_box02 img{
	width: 100%;
}


.safe_h3_02{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.safe_txt_02{
	margin-bottom: 60px;
}

.takumi_h3{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.takumi_box_01{
	width: 100%;
}

.takumi_box_01 img{
	width: 100%;
	margin-bottom: 10px;
}

.takumi_title_02{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.takumi_subtitle_02{
	font-size: 16px;
	margin-bottom: 10px;
}

.takumi_02_left{
	float: left;
	width: 60%;
}

.takumi_02_right{
	float: right;
	width: 35%;
}

.takumi_box_01{
	margin-bottom: 50px;
}

.takumi_03_left{
	float: left;
	width: 35%;
}

.takumi_03_right{
	float: right;
	width: 60%;
}

.takumi_box_02{
	margin-bottom: 50px;
}

.sensibility_box01,.safe_box{
	width: 100%;
}

.sensibility_left_box{
	width: 60%;
	float: left;
}

.sensibility_right_box{
	width: 60%;
	float: right;
}
.sensibility_right_box_2{
	width: 35%;
	float: right;
}
.sensibility_right_box_3{
	width: 35%;
	float: right;
}
.sensibility_left_box_2{
	width: 35%;
	float: left;
	margin-right: 0;
}
.sensibility_right_box_2 img{
	width: 100%;
}
.sensibility_right_box_3 img{
	width: 100%;
}
.sensibility_left_box_2 img{
	width: 100%;
}
.sensibility_box{
	width: 100%;
	margin-bottom: 50px;
}


.sensibility_h3_01{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sensibility_txt{
	margin-bottom: 60px;
}

/*Electronic_pub_box01*/
/*----------------------------------------------------------------------*/
.Electronic_pub_box01 a{
    color: blue;
  }

/*1/21 追加*/
.takumi_box_main {
	position:relative;
	width:100%;
}
.takumi_box_main img{
	width:100%;
	height:auto;
}
.takumi_box_main h3 {
	position:absolute;
	top:30px;
	left:30px;
	color:#fff;
	line-height:1.7;
}
.partsBox05 td ul li{
	text-align:left;
	padding-left: 2em;
	text-indent: -2.5em;
}

/* olympic */
/*----------------------------------------------------*/

.olympic_q{
	position:relative;
	/*padding-left:20px;*/
	color:#A9181F;
	margin-bottom:8px;
}
/*
.olympic_q:before{
	position:absolute;
	left:0;
	top:0;
	display:block;
	content:"Q.";
	font-weight:bold;
}
*/
.olympic_a{
	position:relative;
	padding-left:20px;
}
.olympic_a:before{
	position:absolute;
	left:0;
	top:0;
	display:block;
	content:"A.";
	font-weight:bold;
}




/*---------------*/
.ir_news_top dt.rss_date{
	background: url(../image/irnews_btn.jpg) no-repeat 0 center;
	padding: 10px 0 10px 120px;
}
.in_news_top dt.rss_date{
	background: url(../image/infomation_btn.jpg) no-repeat 0 center;
	padding: 10px 0 10px 120px;
}



.design_logo img {
    margin-left: 29px;
}

/*stock_information*/
.box_2_1{
	display: flex;
	justify-content: space-around;
}
.box_2_1_in{
	flex: 0 1 38%;
	width: 38%;
}
.box_2_1_in img{
	max-width: 100%;
	height: auto;
}



.subtitle04_st {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 0px;
}


.bd {
    border: solid 1px #6d6d6d;
}
.bg_glay {
    background-color: #f3f3f3;
    border: double;
    padding: 15px;
}
.bg_red{	
    background-color: #fffbfb;
    border: solid 1px #a9181f;
    padding: 15px;
}
.bg_yellow{
	background-color: #ffffef;
    border: double;
    padding: 15px;
}
.table01.wauto {
    width: auto;
}
.table01.ver02 th {
    padding: 0 8px;
}
.table01.ver02 td:first-child {
    vertical-align: middle;
}
.table01.ver02 td{
    vertical-align: baseline;
	padding: 0 8px;
}
.table01.ver02 thead td {
    text-align: center;
}



.att{
	margin-left: 20px;
	position: relative;
}
.att::before{
	content: "※1";
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
}

.atta1{
	margin-left: 40px;
	position: relative;
}
.atta1::before{
	content: "(注)1";
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
}
.atta2{
	margin-left: 40px;
	position: relative;
}
.atta2::before{
	content: "(注)2";
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
}


.list_disc li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.3;
	margin-bottom: 8px;
}


.mnum li{
	list-style: none;
	margin-left: 20px;
	line-height: 1.3;
	margin-bottom: 8px;
	position: relative;
}
.mnum li:nth-child(1)::before{
	content: "①";
	position: absolute;
	top: 0;
	left: -20px;
}
.mnum li:nth-child(2)::before{
	content: "②";
	position: absolute;
	top: 0;
	left: -20px;
}
.mnum li:nth-child(3)::before{
	content: "③";
	position: absolute;
	top: 0;
	left: -20px;
}

.bd_20{
	padding: 20px 20px 10px;
	border: 1px solid #cccccc; 
}


.dotslist .in{
	width: 145px;
}