/*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: 13px;
	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:465px; 
}

/*会社概要*/
.zigyou ul{
	list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0; 
	margin-block-start: -1.5em;
}

.zigyou ul{
	list-style-type:none; 
	padding-left:0;
}

.outline_history_table .zigyou .table_left{
	height: 95px;
}

.outline_history_table .zigyou .table_right{
	vertical-align: top;
}

/*会社沿革*/
.image-container {
	display: flex;
	justify-content: flex-end; 
	gap: 10px; 
	margin: 0 25px 0 0;
}

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

#history_white_logistics{
	text-align: center;
}

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

.history_sub_table1{
	width:100%;
	margin: -20px 0 -20px 0;
}

.outline_history_table .history_sub_table1 td{
	width:50%;
	border: none;
}

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

.outline_history_table .history_sub_table2 td{
	width:50%;
	border: none;
}

.history_sub_table3{
	width:100%;
	margin: 0 0 -20px 0;
}

.outline_history_table .history_sub_table3 td{
	width:50%;
	border: none;
}

.history_sub_table3 .image-container img{
	width:250px;
	height: initial;
}

.history_sub_table4{
	width:100%;
}

.outline_history_table .history_sub_table4 td{
	width:50%;
	border: none;
}

.image-container #img_health_management{
	height: 130px;
}

/*会社概要&会社沿革共通*/
.outline_history_table{
	width: 690px;
    border: 1px solid #CCCCCC;
    text-align: center;
    border-collapse: collapse;
}

.outline_history_table td{
	border: 1px solid #CCCCCC;
    padding: 1px;
}

.outline_history_table .table_left{
	width: 150px;
    height: 26px;
    background-color: #CCEAF8;
    text-align: center;
}

.outline_history_table .table_left_height43{
	width: 150px;
    height: 43px;
    background-color: #CCEAF8;
    text-align: center;
}

.outline_history_table .table_right{
	width:540px; 
	height:26px;  
	text-align:left;
}

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

#President_Text{
	width: 690px;
    margin: 20px 5px 0px 5px;
    padding: 0;
	font-size: 16px;
}

.idea_title{
	height: 45px;
	width:700px;
	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;
}

#img_syatyou{
	/*width:200px;*/
	height:250px;
}

/*経営方針*/
.contents .Management_policy_4{
	display: block;
	padding: 0px 0px 5px 0px;
}

.contents .Management_policy_4 p{
	margin: 0px 0px 10px 0px;
}

.conduct_table{
	width:690px;
}

.conduct_table tr{
	width:700px;
	display: grid;
    grid-template-columns: 30% 70%;
}

.conduct_table img{
	width:200px;
}

#top_img_td{
	display: block;
}

.conduct_rigth p{
	text-align: left;
}

.Management_policy_table tr{
	width:500px;
	display: grid;
    grid-template-columns: 55% 45%;
}

.contents #Management_policy_4{
	display: block;
	padding-top: 0px;
}

.contents #Management_policy_4 p{
	margin-top: 0px;
}

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

.compliance_div div p{
	text-align: left;
}

#compliance_img_syo{
	width:259px;
	height:380px;
}

#compliance_seitei{
	text-align: right;
}

/*事業案内*/
.Contents_left #Contents_business_button{
	background: linear-gradient(to bottom, #85c5e0, #58b0d6,#85c5e0);
}

#contentsArea #top_business_Information{
	display: block;
    margin: 0 auto;
	width: 600px;
}

.Business_Yusou .contents td{
	vertical-align: top;
    padding: 0 0 0 30px;
}

.Business_Yusou .image-container{
	margin: 0 0 0 90px;
}

.Business_Yusou .contents{
	margin: 5px 5px 0px 1px;
}

.Business_Souko .contents{
	margin: 20px 0 0 30px;
}

.Business_Souko .contents p{
	text-align:left;
}

.yusou_business_Information{
	display: flex;
	justify-content: flex-end; 
	gap: 10px; 
	margin: 0 5px 0 0;
}

.yusou_business_Information img{
	width:200px;
}

.business_table{
	width:690px;
}

.business_table tr{
	display: grid;
    grid-template-columns: 30% 70%;
}

.business_table #row_1columns{
	display: block;
}

/*営業所案内*/
.list_div p{
	text-align:left;
}

.list_div img{
	width:340px;
	height:226px;
}

/*アクセス*/
#map_img{
	width:700px; 
}

#map_under_text{
	display: flex;
    justify-content: center;
    font-size: 20px;
}