@charset "utf-8";
/* CSS Document */

/*
ページ全体のフォント設定
*/
html{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 13px;
	line-height: 160%;
	color:#333;
}

/*
すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body{
	margin:0;
}
/*
IE9+用に、displayプロパティを定義。
1.Edge,IE,Firefox用、details要素とsummary要素に「display:block;」を定義。
2.IE,Firefox用、main要素に「display:block;」を定義。
*/

article,
aside,
details,/*1*/
figcaption,
figure,
footer,
header,
main,/*2*/
menu,
nav,
section,
summary{/*1*/
  display: block;
}


/*
IE9+用、displayプロパティを定義。
*/

audio,
canvas,
progress,
video{
	display: inline-block;
}

/*Clearfix*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/*追加マージン*/
.mb5{maragin-bottom: 5px !important;}
.mb10{maragin-bottom: 10px !important;}
.mb15{maragin-bottom: 15px !important}
.mb20{maragin-bottom: 20px !important}
.mb30{maragin-bottom: 30px !important}
.mb40{maragin-bottom: 40px !important}

strong{
	color: #FF5722;
}

em{
	font-weight: bold;
	text-decoration: underline;
}

/*********************
レイアウト関連
*********************/
/*wrapper 関連
*********************/
.wrapper{
	width: 100%;
	maxwidth: 100%;
	margin: 0;
}

.row1{
	border-top: 3px solid #263238;
	background: url("../images/物流.gif");
}

.row2{
	background: #263238;
}

.row3{
	background: #ECEFF1;
	margin-bottom: 13px;
	padding: 13px 0;
}

.row4{
	margin-top: 20px;
}

.row5{
	background: #263238;
}

/*ヘッダー
*********************/

#main_header{
	position: relative;
	width: 960px;
	maxwidth: 100%;
	margin: 0 auto;
}

#logo{
	margin: 0;
	padding: 0;
}

#main_header address{
	position: absolute;
	top: 10px;
	right: 0;
	background: #FFF;
	font-weight: bold;
	font-style: normal;
	color: #263238;
	border: 1px solid #CCC;
	padding: 6px 10px;
	border-radius: 3px;
}

#main_header address p{
	display: inline-block;
	margin: 0;
}

#main_header address span{
	font-size: 18px;
	margin-right: 12px;
	text-decoration: none;
}

#main_header address a{
	display: block;
	width: 160px;
	maxwidth: 100%;
	height: 40px;
	background: #FF5722;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}

#main_header address a:hover{
	background: #FF8A65;
}

#main_header h1{
	font-size: 30px;
	font-weight: normal;
}
/*グローバルナビゲーション
***********************/

#globalnavi {
  background-color: hsla(0,0%,96%,0.66);
}

.dropmenu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1120px;
  padding: 0;
  list-style: none;
  justify-content: center; 
}
.dropmenu a:hover{
  background-color: #4F4F4F;
}
.dropmenu a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-align: center; 
  text-decoration: none;
  font-size: 13px;
  width: auto;
  height: 44px;
  vertical-align: middle;
}
.dropmenu > li {
  width: calc(100% / 7);
}
.dropmenu > li:hover > ul {
  display: flex;
  flex-wrap: wrap;
}
.dropmenu > li > a {
  background-color: #000;
}
.dropmenu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
.dropmenu > li > ul > li {
  width: calc(100% / 7);
}
.dropmenu > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #444; 
}
.dropmenu > li > ul > li > a:hover {
  background-color: #6B6B6B;
}
.drop ul{
	list-style: none;
	margin-left: 275px;
}

/*メインコンテンツ
***********************/

main{
	width: 960px;
	maxwidth: 100%;
	margin: 0 auto;
}

#main_contents{
	float: left;
	width: 700px;
	maxwidth: 100%;
}

#main_contents p{
    font-size: 14px;
    line-height: 180%;
}

#main_contents h2{
	color: #181C5E;
	padding-left: 32px;
	margin: 0 0 20px;
	width: 680px;
	maxwidth: 100%;
	hright: 50px;
	background: url("../images/DSCN0949.JPG")no-repeat;
	line-height: 50px;
	text-shadow: 1px 1px 3px #999;
}

main_contents a {
	color: #009688;
}

#main_contents a:hover{
	color: #FF5722;
}

#main_contents .btn_more{
	text-align: right;
}

#main_contents .btn_more a{
	background: #FF5722;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 5px;
}

#main_contents .btn_more a:hover{
	background: #FF8A65;
}

/*サイドメニュー
**********************/

#side_contents{
	float: right;
	width: 240px;
	maxwidth: 100%;
}

#side_navi{
	margin: 0 0 26px;
}

#side_navi h2{
	margin: 0;
	padding: 10px;
	background-color: #B0BEC5;
	text-align: center;
	font-size: 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(250,250,250,1.00)0%,rgba(240,240,240,1.00)100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,250,250,1.00)0%,rgba(240,240,240,1.00)100%);
	background-image: -o-linear-gradient(270deg,rgba(250,250,250,1.00)0%,rgba(240,240,240,1.00)100%);
	background-image: linear-gradient(180deg,rgba(250,250,250,1.00)0%,rgba(240,240,240,1.00)100%);
	border: 1px solid #B0BEC5;
	border-top: 2px solid #455A64;
}

#side_navi ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_navi ul li a{
	display: block;
	padding: 8px 12px;
	border-left: 1px solid #B0BEC5;
	border-right: 1px solid #B0BEC5;
	border-bottom: 1px solid #B0BEC5;
	text-decoration: none;
}

#side_navi ul li a:hover{
	background: #ECEFF1;
}

#side_contact{
	margin-bottom: 40px;
	padding: 13px;
	border: 1px solid #B0BEC5;
	border-radius: 5px;
}

#side_contact h2{
	margin: 0 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #B0BEC5;
	text-align: center;
	font-size: 16px;
}

#side_contents address{
	font-style: normal;
}

#side_contents address span{
	font-size: 18px;
	font-weight: bold;
}

#side_contact address a{
	display: block;
	width: 210px;
	maxwidth: 100%;
	height:40px;
	background: #FF5722;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
}

#side_contact address a:hover{
	background: #FF8A65
}
/*フッター
**********************/

#main_footer{
	width: 960px;
	maxwidth: 100%;
	margin: 0px auto;
	padding: 13px 0;
	color: #FFF;
}

#main_footer #copy{
	text-align: center;
}
