@charset "utf-8";

/* メイン画像
----------------------------------------------------*/
.submain {
	background-image: url(img/submain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.submain_sp {
	display: none;
}

/* 会社情報
----------------------------------------------------*/
dl.outlineDl {
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}

dl.outlineDl dt {
	float:left;
	width:10em;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.outlineDl dd {
   margin-left:10em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #ccc;
}

/* 沿革
----------------------------------------------------*/
dl.historyDl {
	border-bottom:1px solid #ccc;
}

dl.historyDl dt {
	float:left;
	width:10em;
	padding-top:10px;
	padding-bottom:0;
	padding-right:0;
	font-size: 90%;
}

dl.historyDl dd {
   margin-left:10em;
   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;
}


/* 営業・生産拠点
----------------------------------------------------*/
.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%;
}



/* 会社情報
----------------------------------------------------*/

dl.outlineDl dt {
	float:none;
	width:100%;
}

dl.outlineDl dd {
   margin-left:0em;
   padding-top:5px;
   border-top:none;
}

/* 沿革
----------------------------------------------------*/
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;
}


/* 営業・生産拠点
----------------------------------------------------*/





	
}
