@charset "utf-8";
/* vts_vbs14.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV        　　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/vts_kv.jpg);
	background-position: left center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー部分　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#vbs14_head {
	border-left: 20px solid #d2d7ec;
	padding-top: 8px;
	padding-bottom: 8px;
}
#vbs14_head h3 {
	font-size: 26px;
	border-bottom: 3px solid #FF6600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #585858;
}

/* ロゴ画像処理 */
#vbs14_head ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
#logo_01 img {
	height: 72px;
	width: auto;
}

/* 緑帯 */
#vbs14_series {
	background-color: #0081a3;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
#vbs14_series li {
	float: left;
	margin-right: 30px;
}
#vbs14_series img {
	height: 24px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#shuttle_contents {
	margin-bottom: 50px;
}

/* -- カタログ ----------------------------------------------- */
#shuttle_catalog {
	margin-bottom: 30px;
}
#shuttle_catalog li {
	margin-bottom: 10px;
}
#shuttle_catalog li img {
	width: 100%;
	height: auto;
}

/* -- ブランド ----------------------------------------------- */
#brand {
	border-top: 3px solid #1B4C9D;
	border-bottom: 3px solid #1B4C9D;
	text-align: center;
	font-size: 18px;
}
#brand a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #1B4C9D;
}
#brand a:hover {
	background-color: #EAF1FB;
	text-decoration: none;
}
#brand a span {
	font-size: 13px;
}
















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー部分　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#vbs14_head h3 {
	font-size: 18px;
	padding-left: 15px;
}

/* ロゴ画像処理 */
#vbs14_head ul {
	padding-left: 10px;
}
#logo_01 img {
	height: auto;
	width: 100%;
}

/* 緑帯 */
#vbs14_series {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-bottom: 40px;
}
#vbs14_series li {
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}

#vbs14_series img {
	height: 16px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#shuttle_contents {
	margin-bottom: 40px;
}

/* -- ブランド ----------------------------------------------- */
#brand {
	font-size: 15px;
}
#brand a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#brand a span {
	font-size: 10px;
}




}
