﻿@charset "utf-8";

/* メイン画像
----------------------------------------------------*/
.submain {
	background-image: url(../jpg/submain-14.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.submain_sp {
	display: none;
}



/* ビジネスフィールド
----------------------------------------------------*/
.BFtit {
	font-size: 160%;
	color: #666;
	margin-bottom: 40px;
}
.BFillust {
	margin-bottom: 40px;
}
.BFbox {
	border: 1px solid #CCC;
	position: relative;
	margin-bottom: 40px;
}
.BFbox .ttl {
	font-size: 110%;
	font-weight: bolder;
	padding: 15px 10px 15px 10px;
	border-top-width: 7px;
	border-top-style: solid;
}
.BFbox .ttl01 {
	border-top-color: #f3f4b2;
}
.BFbox .ttl02 {
	border-top-color: #fee243;
}
.BFbox .ttl03 {
	border-top-color: #f4a54a;
}
.BFbox .ttl04 {
	border-top-color: #ee5561;
}
.BFbox .ttl05 {
	border-top-color: #f178a8;
}
.BFbox .ttl06 {
	border-top-color: #5658a6;
}
.BFbox .ttl07{
	border-top-color: #d8bfa1;
}
.BFbox .ttl08 {
	border-top-color: #40b8ef;
}
.BFbox .ttl09 {
	border-top-color: #40b6a7;
}
.BFbox .ttl10 {
	border-top-color: #acd257;
}
.BFbox .ttl11 {
	border-top-color: #cb55ac;
}

.BFbox .ttl span {
	font-size: 90%;
	font-weight: normal;
	display: block;
	text-align: right;
}
.BFbox .ttl span a {
	background-image: url(../png/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	background-color: #00ac98;
	color: #FFF;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.BFbox .ttl span a:hover {
	background-color: #1ed1bc;
}
.BFbox .btn {
	text-align: right;
	padding-right: 10px;
}
.BFbox .ph {
	text-align: center;
	margin-top: 15px;
}
.BFbox .in {
	padding: 10px;
}
.BFbox ul.name li {
	background-image: url(../png/arrow07.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.BFbox .seizo {
	font-weight: bolder;
	margin-top: 10px;
}
.BFbox ul.seizoCompany li {
	padding-left: 15px;
}


/* Financial　Information
----------------------------------------------------*/
table#financial {
	width:100%;
	margin-bottom:50px;
	border-collapse: collapse;
	border-spacing: 0;
	border:3px solid #ccc;
}
table#financial {
	margin-bottom:10px;
}
table#financial th {
	border:1px solid #ccc;
	text-align:left;
	padding:.5em .5em .5em 1.5em;
}
table#financial td {
	padding:.5em 1em;
	text-align:right;
	border:1px solid #ccc;	
}

table#financial tr:nth-child(even){ background: #F3F3F3; }
table#financial tr.bg_w {
	background-color: #FFF !important;
}


/* 会社情報
----------------------------------------------------*/
dl.outlineDl {
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}

dl.outlineDl dt {
	float:left;
	width:15em;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.outlineDl dd {
   margin-left:15em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #ccc;
}

/* History
----------------------------------------------------*/
dl.historyDl {
	border-bottom:1px solid #ccc;
}

dl.historyDl dt {
	float:left;
	width:6em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-size: 90%;
}

dl.historyDl dd {
   margin-left:6em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}
dl.historyDl span {
	font-weight: bolder;
}
dl.historyDl:first-child {
	border-top:1px solid #ccc;
}
dl.historyDl:nth-child(even){
	background:#defbf8;
}


/* Sales Offices & Production Locations
----------------------------------------------------*/
.mapList_area{
}
.mapList{
	padding:5px 0px 0px 0px;
	border-top:1px #ccc solid;
}
.mapList:last-child{
	border-bottom:1px #ccc solid;
}
.mapList_ttl{
	padding:10px 0px;
	font-weight:bold;
	font-size: 120%;
}
.mapListDtail{
	position: relative;
	padding:0px 0px 15px 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.mapListDtail:last-child{
	border-bottom: none;
}
.mapList_txt{
	float:left;
	width:80%;
}
.mapListDtail p{
	font-size: 110%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00ac97;
	margin: 0px 0px 10px 0px;
	padding-left: 8px;
	line-height: 1em;
}
.mapList_map{
	float:right;
	padding:10px 0px 0px 0px;
}
.mapList_map a{
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	background-color: #00ac98;
}



/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
.submain {
	background: none;
}
.submain_sp {
	display: block;
}
.submain_sp img {
	width: 100%;
}



/* ビジネスフィールド
----------------------------------------------------*/
.BFtit {
	font-size: 120%;
	margin-bottom: 10px;
}
.BFbox .ttl {
	font-size: 100%;
}
.BFillust {
	display: none;
}

/* Corporate Information
----------------------------------------------------*/

dl.outlineDl dt {
	float:none;
	width:100%;
}

dl.outlineDl dd {
   margin-left:0em;
   padding-top:5px;
   border-top:none;
}

/* History
----------------------------------------------------*/
dl.historyDl {
	border-bottom:1px solid #ccc;
}

dl.historyDl dt {
	float:none;
	width:100%;
}

dl.historyDl dd {
   margin-left:0em;
   padding-top:5px;
   border-top:none;
}

	
}
