@charset "utf-8";

/**
 *
 *  コンテンツ共通
 *
 */

/*--------------------------------------------------------------------------
   枠
---------------------------------------------------------------------------*/

.c_inner-base{
	width: 960px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/

img.c_fit-image,
.c_fit-image img{
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------------------
   hover
---------------------------------------------------------------------------*/

.c_hover a:hover{
	opacity: .8;
}
a.c_hover:hover,
img.c_hover:hover{
	opacity: .8;
}

/*--------------------------------------------------------------------------
 	c_ttl-page　ページタイトル
---------------------------------------------------------------------------*/
.c_ttl-page{
    overflow: hidden;
    display: table;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-image: url(../../../contents/images/bg_ttl_page_company.jpg);
}
.c_ttl-page #contentTitle{
    display: table-cell;
	height: 95px;	
	text-align:center;
	vertical-align: middle;
    font-size: 28px;
    color: #FFF;
}
.c_ttl-page #contentTitle span{
    position: relative;
    display: inline-block;
}
.c_ttl-page #contentTitle span:before,
.c_ttl-page #contentTitle span:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 83px;
    height: 2px;
    margin-top: -2px;
    border-top: solid 2px #FFF;
}
.c_ttl-page #contentTitle span:before{
    left: -90px;
}
.c_ttl-page #contentTitle span:after{
    right: -90px;
}

/*--------------------------------------------------------------------------
 	c_nav-anchor　ナビのスタイル
---------------------------------------------------------------------------*/
.c_nav-anchor{
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: -.4em;
}
.c_nav-anchor li{
    display: inline-block;
    margin-right: 30px;
    letter-spacing: normal;
}
.c_nav-anchor li a{
    padding-left: 15px;
    background: url(../../../contents/images/ico_arw01.png) no-repeat 0 .45em;
}

/*--------------------------------------------------------------------------
 	ttlスタイル  
---------------------------------------------------------------------------*/

/* h2 車アイコン
-----------------------------------------------------------------*/
#others h2{
	-webkit-box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	box-sizing: border-box ;
    position: relative;
    margin: 40px 0 15px;
    padding: 0 110px 10px 10px;
    border-bottom: 2px dashed #A970A1;
    font-size: 18px;
    color: #000;
}
#others h2:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 47px;
    background: url(../../../contents/images/ico_ttl01.png) no-repeat;
}
/* h3 青アイコン
-----------------------------------------------------------------*/
#others h3{
    position: relative;
    margin-top: 30px;
    padding: 10px 0 10px 20px; 
    color: #000;
    font-size: 17px;
}
#others h3:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 100%;/* 40px*/
    background: #0C6BB0;
}
/*#main h3[data-type-oder="first"]{*/
/*    margin-top: 0;    */
/*}*/

/* h4 グレー枠
-----------------------------------------------------------------*/
#others h4{
    /* box-shadow */
    box-shadow:1px 2px 5px 1px rgba(0,0,0,0.41);
    -moz-box-shadow:1px 2px 5px 1px rgba(0,0,0,0.41);
    -webkit-box-shadow:1px 2px 5px 1px rgba(0,0,0,0.41);
    margin-top: 30px;
    padding: 17px 5px 16px 25px; 
    background: #F2F2F2;
    color: #000;
    font-size: 17px;
}


/*--------------------------------------------------------------------------
 	boxスタイル  
---------------------------------------------------------------------------*/
/* box-style01
-----------------------------------------------------------------*/
.c_box-style01{
    margin-top: 30px;
    padding: 10px 25px;
    background: #CCC;
}
#main .c_box-style01 p{
    margin: 1em 0;
}


/* box-style02
-----------------------------------------------------------------*/
.c_box-style02{
    margin-top: 30px;
    padding: 10px 25px;
    border: solid 2px #F18F2A;
}
#main .c_box-style02 p{
    margin: 1em 0;
}

/*--------------------------------------------------------------------------
     c_btn-style01 ボタンのスタイル 
---------------------------------------------------------------------------*/

.c_btn-style01{
    padding-top: 30px;    
    text-align: center;
}
.c_btn-style01 a{
    display: inline-block;
    padding: 20px 40px;
    background: #A970A1;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}
.c_btn-style01 a:hover{
    opacity: .7;
}


/*--------------------------------------------------------------------------
 	c_img-box 画像テイスト+てきすと
---------------------------------------------------------------------------*/

.c_img-box{
    
}
.c_img-box > div{
    width: auto!important;
    margin-right: 15px;
}
.c_img-box > .txt{
    float: none!important;
}
.c_img-box > .txt p{
    overflow: hidden;
}


/*--------------------------------------------------------------------------
 	box カラムのスタイル 
---------------------------------------------------------------------------*/

/* c_box-col02　2カラム
-----------------------------------------------------------------*/
.c_box-col02{
	margin: 0 -30px;
}
.c_box-col02 > div{
	-webkit-box-sizing: border-box ;
	box-sizing: border-box ;
	width: 450px!important;
	margin: 0 30px;
}

/* c_box-col03　3カラム
-----------------------------------------------------------------*/
.c_box-col03{
	margin: 0 -8px;
}
.c_box-col03 > div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 309px!important;
	margin: 0 8px;
}
.c_box-col03 > div p{
    padding-left: 6px;
}


/*--------------------------------------------------------------------------
 	box ページングのスタイル
---------------------------------------------------------------------------*/
#Content .paging-type01{
    text-align: right;
}
#Content .paging-type01 p{
    padding: 0;
    background: none;
}
#Content .paging-type01 p a{
    position: relative;
    display: inline-block;
    padding: 0 21px 0 0;
    color: #B3B3B3;
}
#Content .paging-type01 p a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 13px;
    margin-top: -8px;
    background: url(../../../contents/images/ico_arw02.png) 100% 50% no-repeat;
}    


/* トップページ　ニュースリスト　
-----------------------------------------------------------------*/
#home .pageListItemBlock-type01{
    margin-top: 10px;
    font-size: 16px;
}
#home .pageListItemBlock-type01 p{
    margin: 0;
}
#home .pageListItemBlock-type01 li{
	border-bottom: solid 1px #CCC;	
	margin: 0;
	padding: 8px 0 6px;
}
#home .pageListItemBlock-type01 li:hover span,
#home .pageListItemBlock-type01 li:hover a{
	color: #9D73B0;
	text-decoration: none;
}
#home .pageListItemBlock-type01 li .pageListDate{
	width: 130px;
	display: block;
	float: left;
}
#home .pageListItemBlock-type01 li a{
	display: block;
	overflow: hidden;
}

/*--------------------------------------------------------------------------
 	各ページ　タイトル背景画像指定  
---------------------------------------------------------------------------*/
/* デザインテンプレページ */
.page-template .c_ttl-page{
    background-image: url(../../../contents/images/bg_ttl_page_company.jpg);
}

/* 社長挨拶ページ
-----------------------------------------------------------------*/
.company-message-wrap{
    position: relative;
}
.company-message-wrap .img{
    position: absolute;
    bottom: 1em;
    right: 0;
}



/*--------------------------------------------------------------------------
 	会社情報ページ 
---------------------------------------------------------------------------*/
.nav-company{
    
}
.nav-company .box div{
    display: table;
    width: 100%;
    height: 49px;
    font-size: 20px;
    text-align: center;
}
.nav-company .box a{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 10px;
    width: 100%;
    vertical-align: middle;
}
.nav-company .box a:hover{
    opacity: .6;
    text-decoration: none;
}


/*--------------------------------------------------------------------------
 	車両・倉庫ページ 
---------------------------------------------------------------------------*/
.vehicle-box{
    padding-top: 20px;
}
.vehicle-box .txt{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    padding: 10px;
    background: #EAEAEA;
}
.vehicle-box .img{
    margin-bottom: 0!important;
}
.warehouse-box iframe{
    margin-top: 15px;
}
.warehouse-box table{
    width: 450px;
}

/*--------------------------------------------------------------------------
 	お問い合わせページ 
---------------------------------------------------------------------------*/

fieldset div.content label{
    display: inline-block;
}

/*--------------------------------------------------------------------------
 	採用情報ページ 
---------------------------------------------------------------------------*/

.sec-yoko{
    padding-top: 1px;
}
#Main .sec-yoko,
#Main .sec-yoko p{
    font-size: 14px;
}
.sec-yoko .tbl{
    width: 700px;
    margin: 30px auto 0;
    font-size: 14px;
}
.sec-yoko .tbl td{
    padding: 12px;
}
.sec-yoko .tbl .ttl{
    width: 100px;
}

/*--------------------------------------------------------------------------
 	news詳細ページ 
---------------------------------------------------------------------------*/

.page-blog-article #contentTitle{
    padding: 0;
    border-bottom: none;
}
.page-blog-article #contentTitle:before{
    content: none;
}
.page-blog-article #contentSubTitle{
	-webkit-box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	box-sizing: border-box ;
    position: relative;
    margin-top: 20px;
    padding: 0 110px 10px 0;
    border-bottom: 2px dashed #A970A1;
    font-size: 19px;
    color: #000;
}
.page-blog-article #contentSubTitle:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 91px;
    height: 47px;
    background: url(../../../contents/images/ico_ttl01.png) no-repeat;
}
.page-blog-article #main{
    margin-top: 20px;
}


/*--------------------------------------------------------------------------
     page-sitemap サイトマップ
---------------------------------------------------------------------------*/

.page-sitemap .sitemap ul li{
    line-height: 1.6;
}
.page-sitemap .sitemap > ul > li > a{
    display: block;
    position: relative;
    margin-top: 17px;
    padding: 3px 0 3px 20px;
    color: #000;
}
.page-sitemap .sitemap > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0C6BB0;
}
.page-sitemap .sitemap > ul > li > ul{
    list-style-type: disc;
    border-top: solid 1px #000;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 1.5em;
}
.page-sitemap .sitemap > ul > li > ul > li > ul {
    margin: 5px 0 12px;
}

/*--------------------------------------------------------------------------
     採用情報
---------------------------------------------------------------------------*/
.page-recruit .recruit_cate{
    text-align :center;
}
.page-recruit .recruit_cate > div{
    float:none !important;
    display: inline-block!important;
}
.page-recruit .recruit_cate > .disp-none{
    display: none!important;
}





