@charset "UTF-8";

/* CSS Document */

body {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    vertical-align: bottom;
}

#container {
    background: url(../images/cantai_bg.png) top center repeat-y;
    background-color: #fff;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

a:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    /*IE*/
    -moz-opacity: 0.8;
    /*Firefox*/
    opacity: 0.8;
    /*Opera・Safari*/
}

table a{
    text-decoration: none;
}
table a:hover{
    text-decoration: underline;
}


/*
ヘッダー
*/

header {
    overflow: hidden;
    background: #fff;
    height: 160px;
}

h1.head_logo {
    float: left;
}

h1.head_logo a:hover {
    opacity: 0.7;
}

.title_box {
    padding: 25px 0 15px 25px;
    width: 280px;
    float: left;
}

.cnt_item a {
    color: #333;
    text-decoration: none;
}

.op_title {
    color: #006934;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}

.corp_name {
	margin:10px 0 0 0;
    text-align: left;
}

p.tel_img {
    width: 309px;
    float: right;
    background: url(../images/head_contact.png) no-repeat center center;
    padding-top: 22px;
    padding-right: 18px;
    text-align: right;
    margin-top: 35px;
}
ul.language_btn {
    float: left;
    margin-top: 33px;
}
footer ul.language_btn {
    margin-top: 21px;
}

nav.gnav {
    background: url(../images/nav_bg.png) top center repeat-y;
    width: 710px;
    height: 57px;
    float: right;
}

nav.gnav ul {
    overflow: hidden;
    margin-top: 5px;
}

nav.gnav ul li {
    float: left;
    margin-right: 6px;
}

nav.gnav ul li a:hover {
    opacity: 0.7;
}

nav.gnav ul li:last-child {
    margin-right: 0;
}

.cnt_wrapper {
    padding-top: 15px;
    background: #fff;
}

.main_cnt {
    width: 706px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.main_v {
    width: 960px;
}

.top_main_v {
    position: relative;
    height: 225px;
    background: url(../images/main_v.png) no-repeat center center;
}

.topmv_item01 {
    width: 100px;
    position: absolute;
    right: 49px;
    top: 27px;
}

.topmv_item01 a:hover {
    filter: alpha(opacity=90);
    /*IE*/
    -moz-opacity: 0.9;
    /*Firefox*/
    opacity: 0.9;
    /*Opera・Safari*/
}

.topmv_item02 a:hover {
    filter: alpha(opacity=90);
    /*IE*/
    -moz-opacity: 0.9;
    /*Firefox*/
    opacity: 0.9;
    /*Opera・Safari*/
}

.topmv_item02 {
    width: 100px;
    position: absolute;
    right: 49px;
    top: 125px;
}

.top_cnt01,
.top_cnt02,
.top_cnt03 {
    width: 706px;
    margin: 10px auto;
    overflow: hidden;
}

.top_cnt01 {
    background: url(../images/osagasi_haikei.png) no-repeat center center;
    height: 365px;
    margin-top: 0;
}

.top_cnt02 {
    background: url(../images/tuite_haikei.png) no-repeat center center;
    height: 367px;
}

.top_cnt03,
.top_cnt04 {
    background: url(../images/saiyou_haikei.png) no-repeat center center;
    height: 360px;
}

.cnt_item {
    width: 302px;
    height: 287px;
    float: left;
    font-size: 12px;
    margin-right: 0;
}

.top_cnt_tl {
    clear: both;
    color: #006934;
    font-size: 19px;
    font-weight: bold;
    padding: 29px 0 14px 0;
    margin-left: 53px;
}

.item_tx_box {
    padding: 10px 15px 15px 15px;
    background: #fff;
}

.item_tx {
    margin-bottom: 12px;
}

.space {
    margin-right: 28px;
    margin-left: 53px;
}

.cnt04_tx_wrap01 {
    background: url(../images/white_bg_top.png) center center no-repeat;
    width: 608px;
    height: 94px;
    margin: 0 auto;
    overflow: hidden;
}

.cnt04_tx {
    width: 275px;
    font-size: 12px;
    float: left;
    margin: 13px 0 18px 15px;
}

.cnt04_tx_wrap01 p img {
    float: right;
    margin: 26px 40px 18px 0;
}

.cnt04_tx_wrap02 {
    background: url(../images/white_bg_bottom.png) center center no-repeat;
    width: 608px;
    height: 113px;
    margin: 0 auto;
    overflow: hidden;
}

.cnt04_tx_wrap02 p.icon_img {
    float: right;
    margin: 26px 40px 18px 0;
}

.pdf_icon img {
    margin-right: 17px;
}

.cnt04_tl {
    clear: both;
    color: #006934;
    font-size: 19px;
    font-weight: bold;
    padding: 22px 0 13px 0;
    margin-left: 53px;
}


/*
トップコンテンツ
サイドナビ
*/

.right_nav {
    float: right;
}

.right_nav_btm {
    margin: 0 30px 20px 0;
}

.right_nav li {
    margin-bottom: 4px;
}

.sangyou {
    border-left: 6px solid #0070c2;
	box-sizing:border-box;
}

.kougyou {
    border-left: 6px solid #00ff99;
	box-sizing:border-box;
}

.tech {
    border-left: 6px solid #000193;
	box-sizing:border-box;
}

.malasia {
    border-left: 6px solid #fe9901;
	box-sizing:border-box;

}



.recruit img{
	margin-bottom:10px;
}
.hvac img{	
	margin-bottom:10px;
}
.recruit p{
	text-align:left;
}
.hvac p {
	text-align:left;
}

/*
フッター
*/

.top_return {
    padding-left: 835px;
    clear: both;
    margin-bottom: -5px;
}

footer {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

.foot_top {
    background: url(../images/foot_top_bg.png) center center no-repeat;
    height: 84px;
}

.foot_top ul {
    overflow: hidden;
    padding: 25px 0 25px 65px;
}

.foot_top ul li {
    float: left;
    font-size: 12px;
    margin-right: 17px;
}

.foot_top ul li a {
    color: #fff;
    text-decoration: none;
}

.ac_footer {
    background: #959394;
    color: #000 !important;
    padding: 0 5px
}

.foot_top ul li a:hover {
    text-decoration: underline;
}

.foot_top ul li .arow {
    color: #F4A320;
}

.foot_botm {
    background: url(../images/foot_bg.png) center center no-repeat;
    overflow: hidden;
    height: 130px;
    margin-top: 3px;
}

.foot_logo {
    float: left;
    width: 171px;
    margin: 20px 0 0 30px;
}

.foot_botm dl {
    font-size: 8px;
    color: #fff;
    float: left;
    margin: 20px 0 0 12px;
}

.foot_botm dl dt {
    float: left;
}

.foot_botm dl dd {
    width: 300px;
    text-align:left;
}

.contact_img {
    width: 315px;
    background: url(../images/foot_cntact.png) no-repeat center center;
    padding-top: 25px;
    padding-right: 18px;
    text-align: right;
    margin-right: 22px;
    margin-top: 20px;
    float: right;
}

.contact_img a {
	margin:0 0 0 0;
}

.contact_img a img {
	margin:-2px 3px 0 3px;
}

.copy {
    text-align: center;
    font-size: 9px;
    color: #fff;
    padding-top: 17px;
    clear: both;
}


/*
ここまでindex.html css
*/


/*
パンくず
*/

ul.pankuzu {
    margin-left: 30px;
    padding: 10px 0;
    width: 996px;
    overflow: hidden;
    text-indent: 6px;
}

ul.pankuzu li {
    float: left;
    color: #006934;
    font-size: 12px;
    font-weight: bold;
}

ul.pankuzu li a {
    color: #231815;
    text-decoration: none;
    margin-right: 5px;
}

#pankuzu_active:hover {
    text-decoration: underline;
}

.pan_arow {
    color: #231815;
}


/*
日電の技術力
*/

.gijutu_img {
    margin: 50px 0 0 35px;
    clear: both;
}

.gijutu_img02 {
    margin: 20px 0 10px 18px;
    clear: both;
}

.pro_title02 {
    width: 638px;
    height: 31px;
    line-height: 31px;
    background: url(../images/kasou_tl02.png) no-repeat;
    font-size: 15px;
    color: #595757;
    font-weight: bold;
    padding-left: 14px;
}


/*
設備紹介
*/

table {
    width: 604px;
    margin: 20px auto;
    border-top: #68a211 solid 1px;
    border-left: #68a211 solid 1px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.table_color01 {
    background: #eff3e9;
}

.table_color02 {
    background: #dee7d0;
}
.table_color02.end{
    display: block;
    width: calc(100% + 1px);
    margin: 0;
    text-align: right;
}
.table_color02.end td{
    box-sizing: border-box;
}

th {
    width: 50%;
    text-align: left;
    padding: 2px 0 2px 10px;
    border-right: #68a211 solid 1px;
    border-bottom: #68a211 solid 1px;
}

td {
    width: 50%;
    text-align: left;
    padding: 2px 0 2px 10px;
    border-right: #68a211 solid 1px;
    border-bottom: #68a211 solid 1px;
}


/*
製品案内
*/


/*
用途別製品一覧
*/

.width {
    width: 250px !important;
    margin-bottom: 10px !important;
}

.youto_img {
    margin: 0px 0 10px 15px;
    clear: both;
}


/*
種類別製品一覧
*/

.pro_main_cnt {
    width: 706px;
    float: left;
    overflow: hidden;
    background: url(../images/seihin_bg.png) repeat-y;
    padding-bottom: 35px;
}

.pro_main_cnt02 {
    width: 706px;
    float: left;
    overflow: hidden;
    background: url(../images/seihin_bg.png) repeat-y;
    padding-bottom: 35px;
    margin: 50px 0 0 0;
}

.pro_main_cnt .top_cnt_tl {
    width: 638px;
    margin: 0 auto;
}

.movie_title{
	width:400px;
	font-size:22px;
	font-weight:bold;
	padding:20px 0 0 10px;
	margin:10px auto 0 auto;
	text-align:center;
	border-bottom: 5px solid #005c2b;
}

.movie{
	width:619px;
	margin:0 auto;
}

.movie_text{
	margin:10px 0;
	text-align:center;
}

.pro_desc {
    font-size: 15px;
    color: #231815;
    width: 638px;
    margin: 0 auto;
}

.pro_bx01 {
    width: 638px;
    overflow: hidden;
    margin-left: 40px;
}

.pro_title {
    float: left;
    width: 450px;
    height: 31px;
    line-height: 31px;
    background: url(../images/kasou_tl.png) no-repeat;
    font-size: 15px;
    color: #595757;
    font-weight: bold;
    padding-left: 14px;
}

.pro_title a {
    clear: both;
}

.pro_txbx {
    background: #fff;
    overflow: hidden;
    padding-bottom: 9px;
    width: 638px;
}

.pro_img {
    float: left;
    margin-left: 12px;
}

.dl_box {
    overflow: hidden;
    margin: 15px 0 0 12px;
    float: left;
}

.dl_box .dl_tl {
    font-size: 15px;
    padding-left: 14px;
    font-weight: bold;
    color: #595757;
    line-height: 31px;
    background: url(../images/kasou_s_tl.png) no-repeat;
    width: 248px;
    height: 31px;
    float: left;
    margin-bottom: 15px;
}

.dl_box dd img {
    margin-bottom: 15px;
}

.dl_box .dl_tl.l {
    background: url(../images/kasou_s_tl_l.png) no-repeat;
    width: 412px;
    height: 31px;
    float: left;
}

.download_dd {
    position: relative;
}

.download_dd img {
    position: absolute;
    top: 0;
    right: 13px;
}

.pro_bx {
    margin-top: 25px;
    width: 638px;
    overflow: hidden;
    margin-left: 40px;
}

.pro_bx02tx_l {
    float: left;
    width: 165px;
    margin: 20px 0 0 13px;
    line-height: 23px;
    color: #231815;
}

.pro_bx02tx_r {
    width: 252px;
    float: left;
    margin: 20px 0 0 5px;
    line-height: 23px;
    color: #231815;
}

.pro_bx03tx {
    float: left;
    margin: 20px 0 0 30px;
    line-height: 23px;
    color: #231815;
}

.pro_img02 {
    float: right;
    margin-right: 20px;
}

.pro_bx02tx_l li {
    font-size: 15px;
    color: #006834;
    font-weight: bold;
}

.pro_bx02tx_r li {
    font-size: 15px;
    color: #006834;
    font-weight: bold;
}

.pro_bx03tx li {
    font-size: 15px;
    color: #006834;
    font-weight: bold;
}

.pro_bx03tx.list li {
    font-size: 15px;
    color: #006834;
    font-weight: bold;
	margin:20px 0 0 0;
}

.green_tx {
    font-size: 15px;
    line-height: 26px;
    color: #006834;
    font-weight: bold;
    width: 340px;
    padding-left: 13px;
}

p.cnt_desc {
    font-size: 12px;
    margin: 15px 20px 0 13px;
    color: #231815;
}

p.cnt_desc_l {
    font-size: 12px;
    margin: 15px 20px 0 13px;
    color: #231815;
    width: 418px;
}

.pro_tx {
    width: 450px;
    float: left;
}

.right {
    float: right;
    margin-top: 20px;
}

p.cnt_desc_s {
    width: 418px;
    font-size: 12px;
    margin: 15px 0 25px 13px;
    float: left;
    color: #231815;
}

.pro_img03 img {
    margin: 15px 0 0 29px;
}

.pro_bx04tx {
    float: left;
    width: 330px;
    margin-top: 10px;
}

.pro_img04 img {
    margin-bottom: 10px;
}

.pro_bx05tx {
    float: left;
    width: 345px;
    margin: 10px 0;
}

.pro_img06 {
    width: 131px;
    float: right;
    margin: 10px 49px 10px 0;
}

.pro_bx07tx {
    float: left;
    width: 340px;
    margin-top: 10px;
}

.pro_img07 img {
    float: right;
    margin-right: 60px;
    margin-bottom: 10px;
}

.pro_bx08tx {
    width: 300px;
    float: left;
}

p.pro_img08 {
    width: 161px;
    float: right;
    margin: 22px 18px 14px 0;
}

.right_nav_top {
    background: url(../images/sidenavi_bg.png) top center no-repeat;
    width: 100%;
    height: 317px;
    padding-top: 20px;
}

.right_nav_top li {
    width: 99%;
}

.right_nav_top li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-left: 24px;
}

.right_nav_top li a:hover {
    text-decoration: underline;
    opacity: 1;
}


/*
メッセージ
*/

.message_img01 {
    width: 619px;
    margin: 20px auto;
}


/*
comtact
*/

.company_iframe {
    margin: 20px 0 0 20px;
}

.nounyusaki_font {
    font-size: 14px;
    margin: 0 0 0 20px;
}


/*
採用情報
*/

.pro_title03 {
    margin: 15px;
}


/*
privacy
*/

.privacy_tit {
    font-size: 15px;
    line-height: 26px;
    color: #006834;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding-left: 13px;
}

.privacy_txt {
    font-size: 14px;
    color: #231815;
    width: 600px;
    margin: 0 auto;
}


/*
form
*/

.form_check {
    margin: 0 0 15px 15px;
    vertical-align: top;
}

.form_check li {
    float: left;
    font-size: 14px;
}

.form_coment01 {
    margin: 15px 0 0 15px;
    font-size: 14px;
}

.form_coment02 {
    width: 600px;
    margin: 40px 0 40px 15px;
    font-size: 14px;
    color: #004219 !important;
}

.form_area01 {
    width: 100%;
    margin: 10px 0 30px 15px;
}

.must {
    padding: 0 0 0 5px;
    color: #f00;
}

.form_left {
    text-align: left !important;
}

.inputMargin {
    margin: 5px 0 0 63px;
}

.masp {
    margin-left: 65px;
}


/* other
------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.opacity:hover {
    filter: alpha(opacity=80);
    /*IE*/
    -moz-opacity: 0.8;
    /*Firefox*/
    opacity: 0.8;
    /*Opera・Safari*/
}

.numup {
    font-size: 11px;
    vertical-align: top;
}

.icon_img a:hover,
.right_nav_btm li a:hover {
    filter: alpha(opacity=60);
    /*IE*/
    -moz-opacity: 0.6;
    /*Firefox*/
    opacity: 0.6;
    /*Opera・Safari*/
}

p.go_form a img:hover {
    filter: alpha(opacity=60);
    /*IE*/
    -moz-opacity: 0.6;
    /*Firefox*/
    opacity: 0.6;
    /*Opera・Safari*/
}

.groop_tl {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    border-bottom: dotted 1px #2B623E;
    margin-bottom: 7px;
    width: 193px;
    text-align: left;
}

.info_tl {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    border-bottom: dotted 1px #2B623E;
    margin-bottom: 7px;
    width: 193px;
    text-align: left;
}

.ico {
    color: #2B623E;
    margin-right: 3px;
    font-size: 12px;
    vertical-align: middle;
}

#map_canvas01,
#map_canvas02{
	width:600px;
	height:260px;
}

.plf_style th,
.plf_style td{ font-size: 13px;}