/*CSSリセット****************************************************************/
*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ページスタイル*****************************************************************/

html,body {
	margin: 0;
   padding: 0;
   height: 100%;
   margin-bottom:1px; /*スクロールバー表示*/	
}

#main {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
   background-color: white;
	/*border: solid 1px red;*/
   overflow:hidden;
}
#container{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/ 
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

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

#logo img{
	width:950px;
	height:53px;
}

/*ヘッダー部分**********************************************************************/
#headerbg {
    height: 20px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
	 background-image: url(images/header_back.jpg); 
	 width:100%; 
	 min-width:950px; 
}

#headermain h1 {
    width: 950px;
    margin: 0 auto;
	 padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff; /* ヘッダー説明文文字色 */
}

/*グローバルメニュー部分************************************************************/

#NaviArea {
width: 220px;
float:left;
}

#globalNavi {
	width: 220px;
}

#globalNavi img{
	width:220px;
	height:31px;
}

#globalNavi ul {
	width:220px;
	margin: 0;
	padding: 0px 0px 5px 0px;
	background-color:#198BBD;
}

#globalNavi li {
	padding: 0;
	margin: 0;
	height:37px;
}

#globalNavi #globalNavi_contents{
	height:31px;
}

/*リンク部分********************************************************************/

#link {
	width:220px;
   margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 11.5px;
	background: url(images/back_link.jpg);
		
}

#link img{
	width:220px;
}

#link p img{
	width:220px;
	height:41px;
}

#link p {
	padding: 0;
	margin: 0;
}

#link ul {
	padding: 0px 0px 0px 10px;
	margin: 0;
}

#link li {
	padding: 0;
	margin: 5px 0px 1px 5px;
}

/*コンテンツ部分*************************************************************/
#contentsArea {
	width:700px;
	margin: 0px 0px 20px 0px ;
	padding: 0px 0px 0px 0px;
	height: auto;
   /*border: solid 1px red;*/
	float:right;
}

#contentsArea h1 {
	margin:20px 5px 0px 5px;
	color:#000000;
	width:675px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #198BBD;
	padding-left:10px;
	padding-bottom:3px;
	font-size:22px;
	font-weight:700;
}

#title_img{
	width:700px; 
	height:45px;
}

.contents {
	width:690px;
	margin:20px 5px 0px 5px;
   	padding: 0;
	/*border: solid 1px red;*/
}


.contents p {
	font-size:16px;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.contents a {
	font-size:16px;
	margin: 5px 0px 5px 15px;
	padding: 0;
}

.contents td {
	font-size:16px;
	margin: 0;
	padding: 5px 0px 5px 0px;
	line-height : 26px;
}

/*フッター部分***************************************************************/

#footerbg { 
	background-image: url(images/header_back.jpg); 
	width:100%; 
	height:20px;
	min-width:950px; 
	margin: 0;
	clear:both;
	position:absolute;
   bottom:0;
} 

#footermain h1 { 
    width: 950px;
    margin: 0 auto;
	 padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff; /* ヘッダー説明文文字色 */
} 
/* 1.Base Font
========================================== */
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
   text-align: left;
}

/* ie7 */
*:first-child+html body {
	font-size: 75%;
}

/* ie5 - ie6 */
* html body {
	font-size:75%;
}

/*全画面共通*/
.Contents_left a{
	text-decoration: none;
}

.Contents_left .button {
	position:relative;
    display: flex;
    align-items: center;
    padding: 3.6px 10px;
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    border-radius: 0px;
}

.Contents_left .button:after{
	content: "";
    background: linear-gradient(to bottom, #ffffff, #f1f1f1);
    width: 14.5px;
    height: 36px;
    position: absolute;
	left:0;
}

.Contents_left .button:hover {
	background: linear-gradient(to bottom, #85c5e0, #58b0d6,#85c5e0);
}

.Contents_left .button:hover:after{
    content: "";
    background: linear-gradient(to bottom, #85c5e0, #58b0d6,#85c5e0);
    width: 14px;
    height: 36px;
    position: absolute;
	left:0;
}

.Contents_left .button .triangle {
	position: relative;
    width: 12px;
    height: 12px;
    border-left: 5px;
    background: rgb(0 163 217);
	transform: rotate(135deg) skew(10deg, 10deg);
    border-radius: 5%;
    margin-right: 14px;
    margin-left: -1.6px;
}

.Contents_left .button:hover .triangle {
    position: relative;
    width: 15px;
    height: 15px;
    border-left: 5px;
    background: rgb(255, 255, 255);
    transform: rotate(135deg) skew(12.5deg, 12.5deg);
    border-radius: 10%;
    margin-right: 13.5px;
    margin-left: -3.2px;
}

.Contents_left .text {
    font-size: 20px;
    color: black;
	font-weight:600;
}

.Contents_left .button:hover .text {
    font-size: 20px;
    color: rgb(255, 255, 255);
	font-weight:600;
}

.Contents_left .select_button {
	position:relative;
    display: flex;
    align-items: center;
    padding: 3.6px 10px;
    background: linear-gradient(to bottom, #85c5e0, #58b0d6,#85c5e0);
    border-radius: 0px;
}

.Contents_left .select_button:after{
    content: "";
    background: linear-gradient(to bottom, #85c5e0, #58b0d6,#85c5e0);
    width: 14px;
    height: 36px;
    position: absolute;
	left:0;
}

.Contents_left .select_button .triangle {
    position: relative;
    width: 15px;
    height: 15px;
    border-left: 5px;
    background: rgb(255, 255, 255);
    transform: rotate(135deg) skew(12.5deg, 12.5deg);
    border-radius: 10%;
    margin-right: 13.5px;
    margin-left: -3.2px;
}

.Contents_left .select_button .text {
    font-size: 20px;
    color: rgb(255, 255, 255);
	font-weight:600;
}

/*ホーム画面*/
#index_Top_img{
	width:700px;
	height:500px; 
}

/*経営理念*/
.contents #President_Name{
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	font-weight: 750;
}

.idea_title{
	width:700px;
	height:45px;
	background: linear-gradient(to bottom, #2598c7,#54b7e1);
	display: flex;
	align-items: center;
}

.idea_title p{
	font-size: 23px;
	color: #f2ffff;
	margin: 5px 0 0 17px;
	font-weight: 600;
	letter-spacing: 3px;
}

.idea_img_div{
	text-align: center;
}

#idea_Syatyou_img{
	width:200px;
}

.idea_text{
	font-size:16px;
}

/*会社概要*/
#outline_table{
	width:690px;
	/*border: 1px solid #CCCCCC;*/
	margin: 0 auto;
	padding: 1px;
	border-spacing: 1px;
}

#outline_table tr{
	margin: 0 auto;
}

#outline_table td{
	width: 55px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#outline_table .outline_td_left{
	width: 170px;
	background-color: #CCEAF8;
	text-align: center;
}

#outline_table .outline_td_right{
	width: 550px;
	padding-left: 20px;
	text-align: left;
}

#outline_table ul {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
}

#outline_table ul p {
	margin: 0;
}

.outline_number_col{
	text-align: center;
}

#outline_table .col_top {
	text-align: center;
	background-color: #CCEAF8;
}

.contents .outline_sup_col {
	/*width: 275px;*/
	padding-left: 20px;
}

.contents .outline_par_col {
	/*width: 275px;*/
	padding-left: 20px;
}

.contents .outline_number_col {
	/*width: 55px;*/
}

.contents .outline_meisho_col {
	/*width: 330px;*/
}

.contents .outline_menseki_col {
	/*width: 165px;*/
	text-align: right;
	padding: 5px;
}

#sum_menseki {
	text-align: center;
}

#outline_table .tr_none,
#outline_table .tr_none td {
	border: none;
}

/*会社沿革*/
#history_table{
	width:690px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 1px;
	border-spacing: 1px;
}

#history_table tr{
	text-align: center;
}

#history_table td{
	border: 1px solid #CCCCCC;
}

#history_table .history_sub_table1 td{
	border:none;
	text-align: left;
}

.history_table_left{
	width:120px;
	height:26px; 
	background-color:#CCEAF8;
}

.history_table_mid{
	width:50px;
	height:26px; 
	background-color:#CCEAF8;
}

.history_table_right{
	width:520px;
	height:26px; 
	text-align: left;
}

.image-container {
	display: flex;
	justify-content: flex-end; 
	gap: 10px; 
	margin: 0 25px 0 0;
}

.image-container_white_logistics{
	display: flex;
	justify-content: flex-end; 
	gap: 10px; 
}

#img_business_continuity{
	margin: 0 35px 0 0;
}

.image-container img{
	height: 100px;
}

.image-container_white_logistics #img_white_logistics{
	height: 60px;
}

#history_white_logistics{
	text-align: center;
}

.contents #history_white_logistics{
	padding: 5px 6px 5px 0;
}

.contents #td_white_logistics{
	padding: 5px 0px 5px 5px;
}

.history_sub_table1{
	width:100%;
	margin: 0 0 0 0;
}

/*経営方針*/
.conduct_div p{
	text-align: left;
}

/*コンプライアンス*/
.compliance div{
	text-align: center;
}

.compliance img{
	width:259px;
	height:380px;
}

.compliance p{
	text-align: left;
}

.compliance #compliance_text_under{
	text-align: right;
}

/*認証・認定*/
.certification_table{
	width:690px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 1px;
	border-spacing: 1px;
}

.certification_table tr{
	text-align: center;
}

.certification_left_td{
	width:150px; 
	height:26px;
	background-color: #CCEAF8;
	border: 1px solid #CCCCCC;
}

.certification_right_td{
	width:540px; 
	height:26px;
	text-align: left;
	border: 1px solid #CCCCCC;
}

.certification_img_td{
	width:690px; 
	height:26px;
	text-align:center; 
}

.certification_img_td img{
	width:302px; 
	height:425px;
	border: 1px solid #000;
}

#sanpai_text{
	text-align: center;
}

#sanpai_img_td{
	width:690px; 
	height:26px;
	text-align:center;
}

#sanpai_img_td img{
	width:580px; 
	height:420px; 
	border-width:1px;
	border-style:solid;
	border-color:grey; 
}

/*事業案内*/
.business .contents p {
	line-height: 26px;
	padding-left: 20px;
}

.business_table{
	width: 690px;
    border: 0;
    margin: 0 auto; 
    padding: 1px; 
    border-spacing: 1px;
}

.business_table tr{
	text-align: center;
}

.business_table img{
	width:300px;
	height:220px;
}

.left_img_td{
	width:300px;
	height:26px;
}

.right_img_td{
	width:300px; 
	height:26px; 
	align-items: center;
}

.text_td{
	width:390px;
	height:26px;
	text-align: left;
}

#haisou_under{
	text-align: center;
}

/*アクセス*/
.map_div{
	text-align: center;
}

#map_title{
	width:700px; 
	height:45px;
}

#top_map_img{
	width:600px; 
	/*height:445px;*/
}

#google_map{
	width: 600px;
    height: 493px;
	margin:0;
}

#under_text{
	color:#0000FF;
	text-align:left;
}