@charset "UTF-8";

/*============================================================
//
//	目次---------COMMON------------
//	・初期設定
//	・ヘッダー
//	・レイアウト
//		・メイン
//		・サブ
//	・パンくず
//	・フッター
//
//==========================================================*/

/*============================================================
//  初期設定
//==========================================================*/
* {
	margin: 0;
	padding : 0;
}

body {
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial;
	color:#444;
	font-size:16px;
	line-height: 150%;
/*	background: url(../img/common/bg.jpg) repeat-x;*/
}
#page {
	width:960px;
	text-align: left;
	margin:0 auto 50px auto;
}
#lay {
	width:960px;
	text-align: left;
	margin:15px auto 50px auto;
}
.left{
	float:left;
}

.right{
	float:right;
}
img,
a img {
	border : 0;
	text-decoration: none;
}

a{ 
    color: #002A8C;
    text-decoration:none;
}
a:hover {text-decoration:underline;}

img{vertical-align:bottom;}

.test{	border:1px solid #f00;}

ul,ol{list-style:none;}

input{
	margin:0;
	padding:0;
	padding: 0;
}
label{
	margin:0;
	padding:0;
	padding: 0;
}

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*.clearfix {display: block;}*/
/* End hide from IE-mac */

a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-webkit-transform-origin: 50% 50%;
	}

a img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); 
}
.mb{margin-bottom: 36px;}
.mt{margin-top: 36px;}
/*============================================================
//  ヘッダー
//==========================================================*/
#header{
	width:100%;
	height: 145px;
}
#header .header_lay{
	width: 960px;
	margin: 0 auto;
}
#header .header_area{
	padding:42px 0 15px;
	position: relative;
}
#header .header_area .logo{
	float:left;
}

#header .header_area   h1{
	font-size:10px;
	font-weight:normal;
	text-align: right;
	color:#999;
	float:right;
}

#header .header_area .btn_area{
	width:398px;
	position: absolute;
	right: 0;
	top:0;
}
#header .header_area .btn_area .volvo{
position: absolute;
left: 0;
top:0;
}
#header .header_area .btn_area .audi{
position: absolute;
left: 190px;
top:0;
}
#header ul li{
	float:left;
}

#global {
  position: relative;
  list-style-type: none;
  width: 960px;
  height: 60px;
  padding: 0;
}
#global li {
  width:160px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
#global li a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#global li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#global li ul li{
  overflow: hidden;
  width: 180px;
  height: 0;
  color: #fff;
  float: none;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#global li ul li a{
  padding: 13px 15px;
  background: #032A8F;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#global li:hover > a{}
#global > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#global li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #0a1a7e;
  border-bottom: 1px solid #183565;
}
#global li:hover ul li:first-child{
  border-top: 0;
}
#global li:hover ul li:last-child{
  border-bottom: 0;
}
#global li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
/*============================================================
//  レイアウト
//==========================================================*/
#main{
/*	float:left;*/
/*	width:690px;*/
}
.contents{
border: solid #D5D5D5;
border-width: 0 1px  1px  1px ;
box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
#sub{
	width:240px;
/*	float:right;*/
	margin-top: 32px;
}

.titlearea{
	width: 100%;
	background: url(../img/common/bg_detail.jpg) no-repeat center center ;
	height: 175px;
    margin-top: 60px;
}
.titlearea .inner{
/*	width: 960px;*/
	margin: 0 auto;
	text-align: left;
    padding-left: 10px;
}
.titlearea .inner h2{
	height: 85px;
	padding-top: 50px;
}

#crumb{
    margin-top: 45px;
	height: 40px;
}
#crumb li{
/*	line-height: 38px;*/
	float: left;
	font-size: 12px;
	color: #002A8C;
}

#crumb li a{
	padding-right: 18px;
	background: url(../img/common/icon_crumb.gif) no-repeat right center;
	display: block;
	margin-right: 10px;
}
.contactus{
background: #f1f1f1;
border: solid 5px #fff;
padding: 10px;
/*width: 590px;*/
box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
/*margin-top: 32px;*/
}
/*===========================
//  メイン
//==========================*/
#main h1{
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid #032A8F;
	margin-bottom: 16px;
	padding-bottom: 8px;
    margin-top: 30px;
}

#main .mainimage{margin-bottom: 30px;}
#main h2{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 16px;
    margin-top: 30px;
	border-bottom: 1px solid #F1F1F1;
}
#main h3{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8CC11F;
}
#main p{margin-bottom: 20px;}

#main .wrapper{
	background: #fff;
	padding: 20px;
}
#main .mb30{ margin-bottom: 40px;} 


/*===========================
//  News
//==========================*/
.news {margin-bottom: 20px;}
.news h4{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: none;
}
#main .news h4{
	border-bottom: none;
	padding: 0;
}

.news h4 span{
	color: #042A8F;
	font-size: 12px;
	padding-left: 10px;
}
.news ul{
	border-bottom: solid 1px #F1F1F1;
}
.news li{
	border-top: solid 1px #F1F1F1;
	padding: 10px 0;
	line-height: 120%;
	font-size: 14px;
}
.news li span{
	color: #999;
	font-size: 12px;
	padding-right: 10px;
}
#sub .news {margin-top: 16px;}
#sub .news li span{display: block;}

/*===========================
//  サブ
//==========================*/
#sub .banner{
margin-bottom:16px;
display: block;
box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
#sub .news li{font-size: 14px;}
#sub .localnav{ margin-bottom: 32px;}
#sub .localnav li{
font-size: 14px;
line-height: 180%;
padding:16px;
border: solid #D5D5D5;
border-width: 0 1px 1px 1px;
}
#sub .localnav li a{
background: url(../img/common/icon_arrowb.png) no-repeat left center;
padding-left:14px;
}
/*============================================================
//  フッター
//==========================================================*/
footer{
margin-top: 30px;
padding-bottom: 30px;
background-color: #08298a;
color: #fff;
}

footer a{
color: white;
}

footer .inner{
padding:0 10px;
margin: 0 auto;
width: 960px;
}

footer .totop{
text-align: right;
padding: 0 10px;
line-height: 38px;
border-right: solid 1px #f1f1f1;
border-left: solid 1px #f1f1f1;
width: 120px;
background: url(../img/common/icon_arrow.jpg) no-repeat 15px center;
float: right;
font-size: 14px;
}

footer .navarea{
padding:16px 0;
margin: 0 auto;
width: 960px;
}

footer .footnav{
width: 580px;
float: left;
}
footer .footnav li{
float: left;
font-size: 14px;
list-style: none;
padding: 4px 10px;;
}
footer .footnav li a{color:#fff;}

footer .btnarea{
float: right;
width: 340px;
}

footer .copyright{
text-align: center;
font-size: 12px;
line-height: 16px;
margin: 5px auto 0 auto;
}

footer .top{
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fafafa;
    color: #08298a;
}

footer .middle{
    margin-top: 30px;
}

footer .row{
    margin-top: 30px;
    text-align: center;
}

/*2018.3.11 add*/
.navbar-brand {
    background: url("/wp-content/uploads/2018/03/cams_logo.png") no-repeat left center;
    background-size: contain;
    height: 50px;
    width: 250px;
}
.wide {
    margin: 0 auto;
    width: 900px;
}
.whatsnew h3 {
    position: relative;
    border-top: solid 2px #08298A;
/*    border-bottom: solid 2px #08298A;*/
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
    font-size: 1.2em;
}
.whatsnew h3:after {/*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    content: 'News';
    background: #08298A;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.sl-margin {
    margin-top: 60px;
}
.topic-margin {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-margin {
    padding-bottom: 30px;
}
.bg-glay {
    background-color:#fafafa;
}
.navbar-nav li {
/*    border-right: dashed 1px #dee2e6;*/
    padding-left: 8px;
    padding-right: 8px;
}
.sidebar {
    padding-top:20px;
}