@charset "UTF-8";
html{
		font-size:62.5%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
	font-size: 100%;
	font-weight: normal;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


h1,h1 a {
font-size:26px;
font-size:2.6rem;
}
h2,h2 a {
font-size:20px;
font-size:2.0rem;
}
h3,dt,dt a {
font-size:16px;
font-size:1.6rem;
}
h4,h5 {
font-size:16px;
font-size:1.6rem;
}
p,dl,a,ul,table {
font-size:15px;
font-size:1.5rem;
}

a {
	text-decoration: none;
	color:#333;
	cursor: pointer;
}

a:hover{
	color:#f35400;
	text-decoration: none;
}
ul,p,tr,td,table{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li,dd{
	list-style:none;
	margin: 0;
	padding: 0;
}
.clearFix:after{
	content: "";
	clear: both;
	display: block;
}

body{
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color:#fff;
	font-size:10px;
	font-size:1.0rem;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	width:100%;
	background-color: #fff;
	line-height:175%;
}

#container {
	height: auto;
	max-height: 100%;
	padding-top: 134px;
	position: relative;
	width: 100%;
}
/*---------------------ヘッダー周り--------------------------*/

header {
	background: rgba(0, 0, 0, 0) url("images/header/bg-header.png") repeat-x scroll left bottom;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
	height: 134px;
}

header .inner {
	margin: 0 auto;
	width: 100%;
	padding: 0 0;
	position: relative;
	z-index: 2;
}

header .inner #logo{
	float: left;
	width: 540px;
}
header .inner #logo a{
	background: rgba(0, 0, 0, 0) url("images/header/logo1.png") no-repeat scroll left center;
	display: block;
	height: 111px;
	text-indent: -9999px;
	width: 100%;
	background-size:cover;
}
header .inner #infoArea{
	display: block;
	left: 540px;
	position: absolute;
	top: 0;
	right:20px;
}
header .inner #infoArea ul{
	text-align: right;
	margin-top: 16px;
	text-justify:auto;
}
header .inner #infoArea ul li{
	display: inline-block;
	margin: 0 1%;
}
header .inner #infoArea ul li#freeDial{
	width: 428px;
}
header .inner #infoArea ul li#booking{
	width: 266px;
}
header .inner #infoArea ul li#show-menu{
	width: 60px;
	display: none;
}
header .inner #infoArea ul li img{
	width: 100%;
}

/*------------------------------------ナビゲーション-----------------------------*/
header .inner #topNav{
	display: block;
	left: 240px;
	position: absolute;
	top: 90px;
	right:40px;
}
header .inner #topNav ul{
	text-align: left;
	margin-top: 14px;
}
header .inner #topNav ul li{
	display: inline-block;
	margin: 0 2%;
}
header .inner #topNav ul li a{
	display: block;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #fff;
	font-size:14px;
	font-size:1.4rem;
}
header .inner #topNav ul li a:hover{
	color:#f35400;
	transition: 0.2s;
	border-bottom:3px solid #f35400;
	padding-bottom: 3px;
}

/*------------------------------------スライドショー-----------------------------*/
#slideShow{
	position: relative;
	width: 100%;
}

#slideShow .topLogo{
	position: absolute;
	width:500px;
	min-height: 500px;
	left: 49px;
	top: 0;
	background: rgba(0, 0, 0, 0) url("images/top/bg-840.png") repeat-x right center ;
	z-index: 120;
	opacity: 0.8;
	text-align: center;

}
#slideShow .topLogo .topTitle{
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
}
#slideShow .topLogo h3{
	color: #fff;
	margin-top: 8px;
	font-weight: normal;
	width: 65%;
	margin: 14px auto 0;
	line-height: 150%;
}
#slideShow .topLogo img{
	margin-top: 100px;
	display: inline-block;
}
#topImage{
	width: 100%;
}
#topImage .theImage{

}
div.slide1{

	min-height: 500px;
	background: rgba(0, 0, 0, 0) url("images/top/slide1.jpg") no-repeat center center ;
	background-size:cover;
	position: relative;
}
div.slide1 img.img1{
	position: absolute;
	top: 340px;
	right: 70px;
	display: block;
	z-index: 50;
}
div.slide1 img.img2{
	position: absolute;
	top: 440px;
	left: 70px;
	display: block;
	z-index: 50;
}
div.slide1 img.img3{
	position: absolute;
	top: 0px;
	left: 70px;
	display: block;
	z-index: 50;
}
div.slide2{
	min-height: 500px;
	background: rgba(0, 0, 0, 0) url("images/top/slide2.jpg") no-repeat left center ;
	background-size:cover;
	position: relative;
}
div.slide2 img.img1{
	position: absolute;
	top: 20px;
	left: 560px;
	display: block;
	z-index: 50;
}
.slick-prev{
	position: absolute;
	left:0;
	top:0;
	z-index: 100;
	opacity: 0.9;
}
.slick-next{
	position: absolute;
	right:0;
	top:0;
	z-index: 100;
	opacity: 0.9;

}
/*--------------------------------News--------------------------------------*/
section#news{
	width:1200px;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 1px;
}
section#news #newsTitle{
	width:200px;
	background-color: #5d5d5d;
	text-align: center;
	min-height: 200px;
	float: left;
	height: 100%;
}
section#news #newsTitle img{
	margin-top: 50px;
	width:86.5%;
}
section#news #newsText{
	width: 100%;
	padding-left: 200px;
}
section#news #newsText p{
	padding-left: 20px;
}
section#news #newsText dl#newsList{
	padding:10px;
	max-height: 181px;
	overflow: auto;
	line-height: 150%;
}
section#news #newsText dl#newsList dt{
	color:#f35400;
	font-style: italic;
	font-weight:600;
}
section#news #newsText dl#newsList dd{
	margin-bottom: 6px;
	font-weight:500;
}
/*--------------------------------やしお観光バスについて--------------------------------------*/
section#top-about{
	width: 100%;
	background-color:#848484;
	color: #fff;
	padding: 1px 0;
	line-height: 150%;
}
section#top-about h1{
	margin: 50px auto 25px;
	width: 1200px;
	font-weight: 600;
	line-height: 150%;
}
section#top-about h1 span{
	letter-spacing: 0.2em;
	font-style: italic;
}
section#top-about p{
	margin: 0 auto 4px;
	width: 1200px;
	line-height: 160%;
}

section#top-about p:last-child{
	margin-bottom: 40px;
}
/*--------------------------------バスの種類--------------------------------------*/
section.top-bus{
	max-height: 801px;
	background: rgba(0, 0, 0, 0) url("images/top-bus/bg-bus.jpg") repeat-x right center ;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section.top-bus ul{
	width: 1200px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	box-sizing:content-box;
}
section.top-bus ul li{
	height: 400px;
	width: 399px;
	float: left;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #fff;
}
section.top-bus ul li#bus-title{
	background-color: #2e2e2e;
	text-align: center;
}
section.top-bus ul li#bus-title img{
	margin-top: 160px;
	margin-bottom: 6px;
	width: 20%;
}
section.top-bus ul li#bus-title h1{
	color: #fff;
	font-weight: 600;
	font-style: italic;
	line-height: 130%;
	font-size: 240%;
}
.photo-center{
	background-size:cover;
	background-position: center top;
}
section.top-bus ul li.bus-info{
	background-color: #434343;
	color: #fff;
	line-height: 200%;
	position: relative;
}
section.top-bus ul li.bus-info:hover{
	background-color: #636363;
	transition: 0.2s;
}
section.top-bus ul li.bus-info .bus-name{
	position: absolute;
	top: 20px;
	left: 30px;
	font-style: italic;
}
section.top-bus ul li.bus-info .bus-name h1{
	font-size:34px;
	font-size:3.4rem;
	font-weight: 600;
}
section.top-bus ul li.bus-info .bus-name h2{
	font-size:18px;
	font-size:1.8rem;
	font-weight: 600;
}

section.top-bus ul li.bus-info p.bus-catch{
	text-align: right;
	position: absolute;
	right:30px;
	bottom: 48px;
	font-size:24px;
	font-size:2.4rem;
	font-weight: 600;
	font-style: italic;
	line-height: 130%;
}

section.top-bus ul li.bus-info p.bus-link{
	text-align: right;
	position: absolute;
	right:0;
	bottom: 0;
	top: 363px;
	left: 0;
	background-color: #dd641c;
	color: #fff;
	font-weight: 600;
	padding: 2px 24px;
	font-style: italic;
}

section.top-bus ul li.bus-info p.bus-link:hover{
	color: #2e2e2e;
	transition: 0.2s;
}
/*-----------------------------------------------三ツ星------------------------------*/
section#top-safe{
	width:1200px;
	text-align: center;
	line-height: 300%;
	margin: 80px auto 80px;
	padding: 0 40px;
}
section#top-safe img{
	width:183px;
}
section#top-safe h1{
	font-weight: 600;
	margin: 40px 0;
	color: #5d5d5d;
	line-height: 150%;
}
section#top-safe h2{
	font-weight: 600;
	margin-bottom: 14px;
	color: #5d5d5d;
}
section#top-safe p{
	text-align: left;
	font-weight: 500;
}
section#top-safe ul{
	font-weight: 500;
	margin:30px 0;
	text-align: left;

}
section#top-safe ul li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
}
/*------------------------------------用途---------------------------------------------------------*/
section#top-usage{
	height: 601px;
	background: rgba(0, 0, 0, 0) url("images/top-usage/bg-usage.png") repeat-x right center ;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	margin-top: 170px;
}
section#top-usage #usage-bigTitle{
	position: absolute;
	text-align: center;
	top:-133px;
	left:0;
	right: 0;
	background-color: #5D5D5D;
	padding: 20px 0;
	z-index: -1;
}
section#top-usage #usage-bigTitle h1{
	font-weight: 600;
	font-style: italic;
	margin-top: 10px;
	color: #fff;
}
section#top-usage ul{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #fff;
	box-sizing:content-box;
}
section#top-usage ul li{
	height: 300px;
	width: 299px;
	float: left;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #fff;
}
section#top-usage ul li#usage-title{
	background-color: #2e2e2e;
	text-align: center;
	display: none;
}
section#top-usage ul li#usage-title img{
	margin-top: 84px;
	margin-bottom: 6px;
	width: 30%;
}
section#top-usage ul li#usage-title h1{
	color: #fff;
	font-weight: 600;
	font-style: italic;
	line-height: 130%;
	font-size: 200%;
}
section#top-usage ul li.usage-info{
	background-color: #434343;
}
section#top-usage ul li.usage-info:hover{
	background-color: #636363;
	transition: 0.2s;
}
section#top-usage ul li.usage-info img{
	width: 100%;
	vertical-align:bottom;
}
section#top-usage ul li.usage-info .usage-type{
	padding: 8px 16px;
}
section#top-usage ul li.usage-info .usage-type h2 span{
	color: #f35400;
	font-size: 80%;

}
section#top-usage ul li.usage-info .usage-type p{
	color: #fff;
	line-height: 150%;
	font-weight: 600;
	font-size:16px;
	font-size:1.6rem;
}
section#top-usage ul li.usage-info .usage-type h2{
	color: #fff;
	line-height: 150%;
	font-weight: 600;
	font-style: italic;
}
section#top-usage ul li.usage-info .usage-type  h2:hover{
	color:#f35400;
	transition: 0.2s;
}

/*------------------------------------ご利用---------------------------------------------------------*/
section#fee{
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	margin-top: 132px;
}
section#fee #fee-bigTitle{
	position: absolute;
	text-align: center;
	top:-133px;
	left:0;
	right: 0;
	background-color: #5D5D5D;
	padding: 20px 0;
	z-index: -1;
}
section#fee #fee-bigTitle h1{
	font-weight: 600;
	font-style: italic;
	margin-top: 10px;
	color: #fff;
}
section#fee ul{
	width: 1200px;
	margin: 0 auto;
}
section#fee ul li{
	width: 90%;
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: 1px solid #2e2e2e;
}
section#fee ul li article h1{
	text-align: left;
	font-weight: 600;
	line-height: 150%;
	margin: 20px 0;
}
section#fee ul li article p{
	font-weight: 500;
	line-height: 250%;
}

section#fee .fee-white-text{
	padding: 4px 12px;
	margin: 0 8px;
	color: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	border:2px solid #fff;
}
section#fee .fee-explain{
	font-size: 60%;
	color: #00a0e9;
}
/*------------------------------------バナー--------------------------------------------------------*/
section#banner-area{
	width: 100%;
	text-align: center;
	background-color: #434343;
	margin-top: 120px;
	height: 238px;
}
section#banner-area:hover{
	background-color: #232323;
	transition: 0.2s;
}
section#banner-area div#banner{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

section#banner-area div#banner a{
	position: absolute;
	top:-70px;
	left: 0;
}
/*------------------------------------フッター-------------------------------------------------------*/
footer{
	background-color: #848484;
	padding: 60px 0 160px;
	text-align: center;
	width: 100%
}

footer #footerNav{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
footer #footerNav ul{
	text-align: center;
	margin: 50px auto 0;
	width: 950px;
}
footer #footerNav ul li{
	display: inline-block;
	margin: 0 1%;
}
footer #footerNav ul li a{
	display: block;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: underline;
}
footer #footerNav ul li a:hover{
	color:#f35400;
	transition: 0.2s;
	text-decoration: underline;
}

footer #company-data{
	margin-top: 80px;
	color: #fff;
	line-height: 200%;
}

footer #copyRight{
	margin-top: 40px;
	color: #fff;
	line-height: 150%;
}
footer #officeOne{
	color: #fff;
	line-height: 150%;
}

/*---------------------------------------オーバーレイメニュー--------------------------------------------*/
#menu-overlay{
	height: 20000px;
	display: none;
	z-index: 999;
	background-color:rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	position:fixed;
}
#menu-overlay #menu-overlay-contents{
	width:416px;
	margin:80px auto 0;
	position: relative;
}
#menu-overlay #menu-overlay-contents img{
	position: absolute;
	right: 0;
	top: 0;
}
#menu-overlay #menu-overlay-contents ul{
	padding-top: 100px;
}
#menu-overlay #menu-overlay-contents ul li{
	float: left;
	background-color:rgba(256, 256, 256, 0.8);
	margin: 4px;
	padding: 0%;
	border-bottom: 8px solid #f35400;
	text-align: center;
	width:200px;
	height: 100px;
	font-weight: 600;
	font-style: italic;
}
#menu-overlay #menu-overlay-contents ul li:hover{
	background-color:rgba(256, 256, 256, 0.95);
	transition: 0.5s;
}
#menu-overlay #menu-overlay-contents ul li p{
	margin-top: 40px;
	display: inline-block;
}

/*--------------------------------1320px以下-----------------------------------------------------*/
@media screen and (max-width: 1320px) {

header {
	height: 120px;
}
header .inner #logo{
	width: 400px;
}
header .inner #logo a{
	height: 82px;
}
header .inner #infoArea{
	left: 400px;
}
header .inner #topNav{
	top: 76px;
	left:120px;
}

header .inner #infoArea ul li#freeDial{
	width: 316px;
}
header .inner #infoArea ul li#booking{
	width: 197px;
}

#container {
	padding-top: 120px;
}

div.slide1{
	min-height: 400px;
}
div.slide1 img.img1{
	width:480px;
	top: 280px;
	right: 50px;
}
div.slide1 img.img2{
	width:252px;
	top: 350px;
	left: 50px;
}
div.slide1 img.img3{
	width:117px;
	top: 0px;
	left: 50px;
}
div.slide2{
	min-height: 400px;
}
div.slide2 img.img1{
	top: 40px;
	left: 440px;
	width: 440px;
}
#slideShow .topLogo{
	width:400px;
	min-height: 400px;
	left: 39px;
}
#slideShow .topLogo img{
	margin-top: 70px;
	width: 159px;
}
.slick-arrow img{
	height: 400px;
}

}

/*--------------------------------1240px以下-----------------------------------------------------*/
@media screen and (max-width: 1240px) {
header .inner #topNav{
	left:30px;
}
section#news{
	width:1000px;
}
section#top-about h1{
	width: 1000px;
}
section#top-about p{
	width: 1000px;
}
section.top-bus{
	max-height: 1201px;
	background-size:contain;
}
section.top-bus ul{
	width: 800px;
}
section#top-safe{
	width:1000px;
}
section#top-usage{
	height: 901px;
	background-size:contain;
	margin-top: 0;
}
section#top-usage #usage-bigTitle{
	display: none;
}
section#top-usage ul{
	width: 900px;
}
section#top-usage ul li#usage-title{
	display: block;
}
section#fee ul{
	width: 900px;
}

section#banner-area div#banner{
	width: 800px;
}
section#banner-area div#banner img{
	width: 800px;
}
section#banner-area{
	height: 150px;
}
footer #footerNav{
	width: 1000px;
}
}
/*--------------------------------1000px以下-----------------------------------------------------*/
@media screen and (max-width: 1000px) {

header {
	height: 120px;
}
header .inner #logo{
	width: 400px;
}
header .inner #logo a{
	height: 82px;
}
header .inner #infoArea{
	left: 400px;
}
header .inner #topNav{
	left:20px;
}
header .inner #topNav ul li a {
font-size:11px;
font-size:1.1rem;
}
header .inner #topNav ul li{
	margin: 0 1%;
}
header .inner #infoArea ul li#freeDial{
	display: none;
}
header .inner #infoArea ul li#show-menu{
	display: inline-block;
	width: 44px;
}
div.slide1{
	min-height: 300px;
}
div.slide1 img.img1{
	width:380px;
	top: 200px;
	right: 40px;
}
div.slide1 img.img2{
	width:200px;
	top: 260px;
	left: 40px;
}
div.slide1 img.img3{
	width:93px;
	top: 0px;
	left: 40px;
}
div.slide2{
	min-height: 300px;
}
div.slide2 img.img1{
	top: 30px;
	left: 340px;
	width: 360px;
}
#slideShow .topLogo{
	width:300px;
	min-height: 300px;
	left: 29px;
}
#slideShow .topLogo img{
	margin-top: 30px;
	width: 119px;
}

#slideShow h1 {
	font-size:22px;
	font-size: 2.2rem;
}

.slick-arrow img{
	height: 300px;
}


section#news{
	width:740px;
}
section#top-about h1{
	width: 700px;
}
section#top-about p{
	width: 700px;
}
section.top-bus{
	max-height: 1108px;
	background-size:contain;
}
section.top-bus ul{
	width: 740px;
}
section.top-bus ul li{
	height: 369px;
	width: 369px;
}
section.top-bus ul li.bus-info p.bus-link{
	top: 323px;
}

section#top-usage{
	height: 1201px;
	background-size:contain;
	margin-top: 170px;
}
section#top-usage #usage-bigTitle{
	display: block;
}
section#top-usage ul{
	width: 600px;
}
section#top-usage ul li#usage-title{
	display: none;
}

section#top-safe{
	width:740px;
}

section#fee ul{
	width: 740px;
}
section#fee ul li{
	width: 100%;
}

section#banner-area div#banner{
	width: 740px;
}
section#banner-area div#banner img{
	width: 740px;
}
section#banner-area{
	height: 120px;
}
footer #footerNav{
	width: 500px;
}
footer #footerNav ul {
	width: 460px;
	line-height: 180%;
	margin-top: 20px;
}
footer #footerNav ul li{
	display: block;
}



}
/*--------------------------------720px以下-----------------------------------------------------*/
@media screen and (max-width: 720px) {
header {
	height: 96px;
}
header .inner #logo{
	width: 320px;
}
header .inner #logo a{
	height: 65.6px;
}
header .inner #infoArea{
	left: 320px;
}
header .inner #infoArea ul {
	margin-top: 10px;
}
header .inner #infoArea ul li#show-menu{
	width: 33px;
}
header .inner #infoArea ul li#booking{
	width:145px;
}
header .inner #topNav{
	top:70px;
	left:14px;
}
header .inner #topNav ul li a {
	font-size:10px;
	font-size:1.0rem;
}
header .inner #topNav ul li{
	margin: 0 0.5%;
}
header .inner #topNav ul{
	margin-top: 0px;
}
#container {
	padding-top: 96px;
}

div.slide1{
	min-height: 200px;
}
div.slide1 img.img1{
	width:300px;
	top: 120px;
	right: 30px;
}
div.slide1 img.img2{
	width:158px;
	top: 164px;
	left: 30px;
}
div.slide1 img.img3{
	width:73px;
	top: 0px;
	left: 30px;
}
div.slide2{
	min-height: 200px;
}
div.slide2 img.img1{
	top: 10px;
	left: 220px;
	width: 290px;
}
#slideShow .topLogo{
	width:200px;
	min-height: 200px;
	left: 20px;
}
#slideShow .topLogo img{
	margin-top: 35px;
	width: 60px;
}

#slideShow .topLogo .topTitle {
	font-size:14px;
	font-size: 1.4rem;
	margin: 0;
}
#slideShow .topLogo h3{
	font-size:12px;
	font-size: 1.2rem;
	margin-top: 3px;
}
.slick-arrow img{
	height: 200px;
}

section#news{
	width:100%;
	min-height: 100px;
}
section#news #newsTitle{
	min-height: 76px;
	width: 100%;
	text-align: center;
	float: none;
}
section#news #newsTitle img {
	width: 25%;
	margin: 10px 0;

}
section#news #newsText{
	margin: 10px 0;
	padding: 0 0px;
}
section#news #newsText ul{
	padding: 10px 0;
	padding: 0;
}

section#top-about h1{
	width: 85%;
}
section#top-about p{
	width: 85%;
}

section.top-bus{
	max-height: 748px;
	background-size:contain;
}
section.top-bus ul{
	width: 500px;
}
section.top-bus ul li#bus-title img{
	margin-top: 90px;
}
section.top-bus ul li{
	height: 249px;
	width: 249px;
}
section.top-bus ul li.bus-info{
	background-size:contain;
}
section.top-bus ul li.bus-info .bus-name{
	top: 20px;
	left: 14px;
}
section.top-bus ul li.bus-info .bus-name h1{
	font-size:22px;
	font-size:2.2rem;
	line-height: 50%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
section.top-bus ul li.bus-info .bus-name h2{
	font-size:16px;
	font-size:1.6rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

section.top-bus ul li.bus-info p.bus-catch{
	right:14px;
	bottom: 36px;
	font-size:16px;
	font-size:1.6rem;
	line-height: 130%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
section.top-bus ul li.bus-info p.bus-link{
	top: 218px;
}

section#top-safe{
	width:100%;
	margin-top: 40px;
}

section#top-usage ul{
	width: 500px;
}
section#top-usage ul li#usage-title{
	display: none;
}
section#top-usage ul li{
	height: 250px;
	width: 249px;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #fff;
}
section#top-usage ul li.usage-info .usage-type h2 span{
	font-size: 60%;
}
section#top-usage{
	height: 1001px;
	background-size:contain;
	margin-top: 170px;
}
section#fee {
	display: none;
}

section#banner-area div#banner{
	width: 500px;
}
section#banner-area div#banner img{
	width: 500px;
}
section#banner-area{
	height: 120px;
	margin-top: 40px;
}

section#banner-area div#banner a {
	top:-20px;
}

}
/*--------------------------------420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {

header {
	height: 30px;
}
header .inner #logo{
	width: 160px;
}
header .inner #logo a{
	height: 32.8px;
}
header .inner #infoArea ul{
	margin-top: 1px;
}
header .inner #infoArea{
	left: 160px;
}
header .inner #topNav{
	display: none;
}

header .inner #infoArea ul li#booking{
	width: 114.79px;
}
header .inner #infoArea ul li#show-menu{
	display: inline-block;
	width: 26px;
}

#container {
	padding-top: 26px;
}


div.slide1{
	min-height: 100px;
}
div.slide1 img.img1{
	width:200px;
	top: 50px;
	right: 20px;
}
div.slide1 img.img2{
	width:80px;
	top: 82px;
	left: 20px;
}
div.slide1 img.img3{
	width:49px;
	top: 0px;
	left: 20px;
}
div.slide2{
	min-height: 100px;
}
div.slide2 img.img1{
	top: 6px;
	left: 115px;
	width: 140px;
}
#slideShow .topLogo{
	width:100px;
	min-height: 100px;
	left: 10px;
}
#slideShow .topLogo img{
	margin-top: 20px;
	width: 40px;
}

#slideShow .topLogo .topTitle {
	font-size:8px;
	font-size: 0.8rem;
	margin: 0;
}
#slideShow .topLogo h3{
	display: none;
}
.slick-arrow img{
	height: 100px;
}

section#news #newsTitle img {
	width: 30%;
}

section#top-about h1{
	width: 80%;
	font-size: 188%;
	line-height: 100%;
}
section#top-about p{
	width: 80%;
}
section.top-bus{
	max-height: 451px;
	background-size:contain;
}
section.top-bus ul{
	width: 300px;
}

section.top-bus ul li{
	height: 150px;
	width: 149px;
}

section.top-bus ul li#bus-title img{
	margin-top: 50px;
}
section.top-bus ul li#bus-title h1{
	color: #fff;
	font-weight: 600;
	font-style: italic;
	font-size:22px;
	font-size:2.2rem;
}

section.top-bus ul li.bus-info .bus-name{
	top: 14px;
	left: 10px;
}
section.top-bus ul li.bus-info .bus-name h1{
	font-size:18px;
	font-size:1.8rem;
	line-height: 50%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
section.top-bus ul li.bus-info .bus-name h2{
	font-size:13px;
	font-size:1.3rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

section.top-bus ul li.bus-info p.bus-catch{
	right:10px;
	bottom: 32px;
	font-size:12px;
	font-size:1.2rem;
	line-height: 130%;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

section.top-bus ul li.bus-info p.bus-link{
	top: 121px;
	font-size:14px;
	font-size:1.4rem;
	padding-right: 10px;
}

section#top-usage{
	height: 601px;
	background-size:contain;
	margin-top: 170px;
}
section#top-usage #usage-bigTitle{
	display: block;
}
section#top-usage ul{
	width: 300px;
}
section#top-usage ul li#usage-title{
	display: none;
}
section#top-usage ul li{
	height: 150px;
	width: 149px;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #fff;
}

section#top-usage ul li#usage-title img{
	margin-top: 84px;
	margin-bottom: 6px;
	width: 30%;
}
section#top-usage ul li.usage-info .usage-type {
	padding: 4px 8px;
}
section#top-usage ul li.usage-info .usage-type h2{
	font-size:12px;
	font-size:1.2rem;
}
section#top-usage ul li.usage-info .usage-type h2 span{
	display: none;
}
section#top-usage ul li.usage-info .usage-type p{
	font-size:10px;
	font-size:1.0rem;
	font-weight: 500;
}

section#top-safe h1{
	margin-top: 20px;
	font-size:18px;
	font-size:1.8rem;
}
section#top-safe h2{
	font-size:16px;
	font-size:1.6rem;
}
section#top-safe img{
	width: 100px;
}
section#banner-area div#banner{
	width: 300px;
}
section#banner-area div#banner img{
	width: 300px;
}
section#banner-area{
	height: 64px;
	margin-top: 40px;
}

section#banner-area div#banner a {
	top:-20px;
}
footer{
	padding: 60px 10px;
}
footer #footerNav{
	width: 300px;
}
footer #footerNav ul {
	width: 260px;
	line-height: 180%;
	margin-top: 20px;
}

footer #copyRight {
	margin: 20px 0;
	line-height: 150%;
}

#menu-overlay #menu-overlay-contents{
	width:300px;
}
#menu-overlay #menu-overlay-contents ul li{
	width:142px;
	height: 80px;
}

#menu-overlay #menu-overlay-contents ul li p {
	margin-top: 30px;
	font-size:12px;
	font-size:1.2rem;
}
}
/*------------------------------------bus.html-------------------------------------------------------------------------------------*/
#bus-slideShow{
	position: relative;
	width: 100%;
}
#bus-topImage{
	width: 100%;
}
div.busList{
	height: 500px;
	background: rgba(0, 0, 0, 0) url("images/bus/bg-busImg.jpg") no-repeat top center ;
	background-size:cover;
	position: relative;
	text-align: center;
}
div.busList img{
	display: inline-block;
	width: 1200px;
}

div.busList .bus-slide-name{
	position: absolute;
	right: 100px;
	bottom:50px;
	text-align: right;
	line-height: 300%;
	color: #fff;
	font-weight: 600;
	font-style: italic;
}
div.busList .bus-slide-name p{
	font-size:18px;
	font-size:1.8rem;
}
div.busList .bus-slide-name h1{
	font-size:34px;
	font-size:3.4rem;
	font-weight: 600;
}
ul.bread{
	z-index: 150;
	width:1200px;
	margin: 10px auto 20px;
}
ul.bread:after{
	content: "";
	clear: both;
	display: block;
}
ul.bread li{
	float: left;
	margin: 0 0.5%;
	padding-right:10px;


}
ul.bread li:after {
	content:"\00a0\00a0\003e";
}
ul.bread li:last-child:after{
	content: none;
}
.bus-main-contents{
	width:1200px;
	margin: 60px auto 60px;

}
.bus-main-contents h1{
	font-size:38px;
	font-size:3.8rem;
	font-weight: 600;
	color:#ef0000;
	line-height: 150%;
}
.bus-main-contents p.seat-text{
	font-size:22px;
	font-size:2.2rem;
	font-weight: 600;
	color: #000;
}
.bus-main-contents p.seat-text .seat-text-small{
	font-size: 18px;
	font-size:1.8rem;
}
.bus-main-contents ul.spec{
	margin-top: 4px;
}
.bus-main-contents ul.spec:after{
	content: "";
	clear: both;
	display: block;
}
.bus-main-contents ul.spec li{
	float: left;
	margin: 0 0.5% 0 0;
	line-height: 150%;
}
.bus-main-contents ul.spec li:before{
	content: "●";
	color:#f29b76;
}
.bus-main-contents img.seatPDF{
	width: 200px;
	margin-top: 20px;
	display: inline;
}
.bus-main-contents h2.bus-catchCopy{
	line-height: 180%;
	margin-top: 10px;
	font-weight: 500;
}
.bus-main-contents p.bus-info-text{
	line-height: 180%;
}
.bus-main-contents ul.icon-list{
	margin-top: 24px;
}
.bus-main-contents ul.icon-list:after{
	content: "";
	clear: both;
	display: block;
}
.bus-main-contents ul.icon-list li{
	float: left;
	margin: 0;
	line-height: 150%;
	text-align: center;
	width: 90px;
}
.bus-main-contents ul.icon-list li img{
	width:46px;
	display: inline-block;
	vertical-align: bottom;
}
.bus-main-contents ul.icon-list li p{
	font-size: 12px;
	font-size:1.2rem;
	font-weight: 500;
}
.bus-main-contents .bus-seat-img{
	width: 1200px;
	margin: 2px auto 20px;
}
section.top-bus ul li.bus-info p.inside-title{
	text-align: center;
	font-style: normal;
}
section.top-bus ul li.bus-info .handGlass{
	position: absolute;
	top:270px;
	right: 10px;
}
/*--------------------------------bus.html 1240px以下-----------------------------------------------------*/
@media screen and (max-width: 1240px) {

div.busList{
	height: 400px;
}
div.busList img{
	width: 960px;
}
div.busList .bus-slide-name {
	bottom: 25px;
	right: 35px;
}
ul.bread{
	width: 1000px;
}
.bus-main-contents{
	width: 1000px;
}
.bus-main-contents .bus-seat-img{
	width: 1000px;
}

.bus-main-contents img.seatPDF{
	width: 180px;
}

}

/*--------------------------------bus.html 1000px以下-----------------------------------------------------*/
@media screen and (max-width: 1000px) {

div.busList{
	height: 300px;
}
div.busList img{
	width: 720px;
}
div.busList .bus-slide-name {
	bottom: 20px;
	right: 30px;
}
ul.bread{
	width: 720px;
}
.bus-main-contents{
	width: 720px;
}
.bus-main-contents .bus-seat-img{
	width: 720px;
}

.bus-main-contents ul.icon-list li{
	width: 60px;
}
.bus-main-contents ul.icon-list li p{
	display: none;
}

section.top-bus ul li.bus-info .handGlass{
	top:240px;
	right: 2px;
}
.bus-main-contents img.seatPDF{
	width: 160px;
}
}
/*--------------------------------bus.html 720px以下-----------------------------------------------------*/
@media screen and (max-width: 720px) {

div.busList{
	height: 200px;
}
div.busList img{
	width: 480px;
}

div.busList .bus-slide-name {
	bottom: 10px;
	right: 40px;
}
ul.bread{
	width: 480px;
}
.bus-main-contents{
	width: 480px;
}
.bus-main-contents .bus-seat-img{
	width: 480px;
}

.bus-main-contents ul.icon-list li{
	width: 40px;
}
.bus-main-contents ul.icon-list li img{
	width: 30px;
}

.bus-main-contents ul.icon-list li p{
	display: none;
}

section.top-bus ul li.bus-info .handGlass{
	top:130px;
	right: 0px;
}
.bus-main-contents img.seatPDF{
	width: 140px;
}
}
/*--------------------------------bus.html 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {

div.busList{
	height: 100px;
}
div.busList img{
	width: 240px;
}
div.busList .bus-slide-name{
	line-height: 200%;
}
div.busList .bus-slide-name h1{
	font-size:20px;
	font-size:2.0rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
div.busList .bus-slide-name p{
	font-size:16px;
	font-size:1.6rem;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
ul.bread{
	display: none;
}
.bus-main-contents{
	width: 240px;
	margin-top: 20px;
}

.bus-main-contents h1 {
	font-size:26px;
	font-size:2.6rem;
}
.bus-main-contents h2.bus-catchCopy{
	font-size:16px;
	font-size:1.6rem;
}
.bus-main-contents .bus-seat-img{
	width: 240px;
}

.bus-main-contents ul.icon-list li{
	width: 20px;
}
.bus-main-contents ul.icon-list li img{
	width: 18px;
}
section.top-bus ul li.bus-info .handGlass{
	width: 20%;
	top:90px;
	right: 0px;
}
.bus-main-contents img.seatPDF{
	width: 100px;
}
}
/*--------------------------------Q and A-----------------------------------------------------*/
.qanda-contents{
	margin:40px 20px;
	padding-bottom: 40px;
}
.qanda-contents h2{
	font-weight: 600;
	font-size:26px;
	font-size:2.6rem;
	line-height: 150%;
}
.qanda-contents dl{
	line-height: 160%;
	margin: 0px 10px 10px;
	padding-bottom: 20px;
	border-bottom:1px solid #5D5D5D;
}
.qanda-contents dl dt{
	margin: 20px 0 10px;
	font-weight: 600;
	font-size:22px;
	font-size:2.2rem;
	color:#f35400;
	padding-top: 20px;
	border-top:1px solid #5D5D5D;
	line-height: 140%;
}
.qanda-contents dl dt:before{
	content:"Q ";
}
.qanda-contents dl a{
	color:#f35400;
	font-weight: 500;
}
.qanda-contents dl a:hover{
	color:#EF000D;
}
.qanda-contents dl dd{
	margin-bottom: 6px;
}
.qanda-contents dl dd.useIndent{
	padding-left: 0.8em;
	text-indent: -0.8em;
}

/*--------------------------------Q and A 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {
.qanda-contents{
	margin:40px 0px;
}
.qanda-contents h2{
	font-size:22px;
	font-size:2.2rem;
}
.qanda-contents dl{
	margin: 0px 0px 10px;
}
.qanda-contents dl dt{
	font-size:18px;
	font-size:1.8rem;
}
}

/*--------------------------------会社概要-----------------------------------------------------*/
p#aboutYashio{
	font-size:20px;
	font-size:2.0rem;
	font-weight: 500;
	line-height: 160%;
}

table.companyTable {
	width: 100%;
	border-spacing: 1px;
	font-size:15px;
	font-size:1.5rem;
	margin: 40px 0;
	padding-bottom: 40px;
	line-height: 160%;
}
table.companyTable caption {
	text-align: left;
	font-size:20px;
	font-size:2.0rem;
	color: #f35400;
	font-weight: 500;
	margin-bottom: 4px;
	font-style: italic;
}
table.companyTable tr td {
	padding: 20px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}
table.companyTable tr td:last-child {
	border-right: 1px solid #fff;
	background: #f5f5f5;
}
table.companyTable tr:nth-child(2n+1) td:last-child {
	background: #eee;
}
table.companyTable tr {
	background: #fedfd2;
}
table.companyTable tr:nth-child(2n+1) {
	background: #ffccb6;
}
table.companyTable tr:first-child td{
	border-top:1px solid #fff;
}
table.companyTable tr:last-child td {

}
table.companyTable tr:last-child td:first-child {
	border-radius: 0 0 0 0px;
}
table.companyTable tr:last-child td:last-child {
	border-radius: 0 0 0px 0;
}
table.companyTable tr td dl dt{
	float: left;
	font-size:15px;
	font-size:1.5rem;
}
table.companyTable tr td dl dd{
	margin-left: 8em;
}

table.companyTable tr td li{
	font-size:15px;
	font-size:1.5rem;
}

/*--------------------------------Q and A 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {
table.companyTable {
	font-size:10px;
	font-size:1.0rem;
}
table.companyTable tr td {
	padding: 10px;
}
table.companyTable tr td dl dt{
	float: none;
	font-size:10px;
	font-size:1.0rem;
}
table.companyTable tr td dl dd{
	margin-left: 0;
	margin-bottom: 6px;
	font-size:10px;
	font-size:1.0rem;
}
table.companyTable tr td li{
	margin-bottom: 6px;
	font-size:10px;
	font-size:1.0rem;
}
}

/*--------------------------------ご利用の流れ-----------------------------------------------------*/

ol#stepList{
	width: 100%;
	border-spacing: 1px;
	margin: 40px auto;
	padding-bottom: 40px;
	line-height: 160%;
}
ol#stepList li.stepBox{
	font-size:15px;
	font-size:1.5rem;
	line-height: 160%;
	padding-bottom: 120px;
	background: rgba(0, 0, 0, 0) url("images/howto/next.png") no-repeat center bottom ;
	margin-bottom: 40px;
}
ol#stepList li.stepBox:last-child{
	margin-bottom: 0;
	background-image: none;
}
ol#stepList li.stepBox article{
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
ol#stepList li.stepBox h2{
	text-align: center;
	font-size:28px;
	font-size:2.8rem;
	background-color: #f35400;
	font-weight: 500;
	margin-bottom: 4px;
	font-style: italic;
	color: #fff;
	padding: 20px;
}
ol#stepList li.stepBox h1{
	font-size:30px;
	font-size:3.0rem;
	color: #f35400;
	padding: 20px 20px 10px;
}
ol#stepList li.stepBox p{
	padding: 0 20px;
	margin-bottom: 6px;
}
ol#stepList li.stepBox p a{
	color:#f35400;
	font-weight: 500;
}
ol#stepList li.stepBox p a:hover{
	color:#EF000D;
}
/*--------------------------------ご利用の流れ 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {
ol#stepList{
	padding-bottom: 0px;
}
ol#stepList li.stepBox{
	padding-bottom: 80px;
	background: rgba(0, 0, 0, 0) url("images/howto/next2.png") no-repeat center bottom ;
}
ol#stepList li.stepBox h2{
	font-size:18px;
	font-size:1.8rem;
	padding: 10px;
}
ol#stepList li.stepBox h1{
	font-size:20px;
	font-size:2.0rem;
}
ol#stepList li.stepBox p{
	font-size:12px;
	font-size:1.2rem;
	margin-bottom: 6px;
}

}

/*--------------------------------運輸安全マネジメント-----------------------------------------------------*/
section#safe-contemts{
	margin: 40px auto;
	padding: 0 40px 40px;
	width: 100%;
	text-align: center;
}
section#safe-contemts h1{
	color: #000;
	font-size:26px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 150%;
	margin: 30px 0;
}
section#safe-contemts img{
	margin: 40px 0;
}
section#safe-contemts article{
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
section#safe-contemts h2{
	text-align: left;
	color: #000;
	font-size:22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 150%;
	margin: 10px 0;
	color: #f35400;
}
section#safe-contemts p{
	text-align: left;
	line-height: 160%;
	margin-bottom: 6px;
}
section#safe-contemts ul{
	margin:20px 0;
}
section#safe-contemts ul li{
	text-align: left;
	margin-bottom: 6px;
	line-height: 160%;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;
}
/*--------------------------------運輸安全マネジメント 720px以下-----------------------------------------------------*/
@media screen and (max-width: 720px) {
section#safe-contemts{
	padding: 0 0px 40px;
}
}

/*--------------------------------運輸安全マネジメント 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {

section#safe-contemts h1{
	font-size:20px;
	font-size: 2.0rem;
}
section#safe-contemts h2{
	font-size:18px;
	font-size: 1.8rem;
}
section#safe-contemts p,section#safe-contemts ul li{
	font-size:12px;
	font-size: 1.2rem;
}
}
/*--------------------------------プライバシーポリシー-----------------------------------------------------*/
dl.policyList{
	text-align: left;
	margin-left: 1em;
	counter-reset:dt;
}
dl.policyList dt{
	font-size:18px;
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: 500;
	counter-increment: dt;
}
dl.policyList dt:before{
	content:"（" counter(dt) "）"
}
dl.policyList dd{
	line-height: 160%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #000;
	padding-left: 3em
}
div#contactData h4{
	text-align: left;
	line-height: 180%;
	margin-bottom: 10px;
	font-weight: 500;
}
div#contactData p{
	margin-left: 1em;
}
section#safe-contemts{
	counter-reset:hp2;
}
section#safe-contemts .policy-contents h2{
	counter-increment: hp2;
}
section#safe-contemts .policy-contents h2:before {
	content: counter(hp2) ". "
}
/*--------------------------------プライバシーポリシー 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {
dl.policyList{
	margin-left: 0;
}
dl.policyList dt{
	font-size:14px;
	font-size: 1.4rem;
}
dl.policyList dd{
	font-size:12px;
	font-size: 1.2rem;
}
}
/*--------------------------------貸切バスの用途-----------------------------------------------------*/
section#usage-contemts{
	margin: 40px auto;
	padding: 0 40px 40px;
	width: 100%;
	text-align: left;
	counter-reset:h2;
}
section#usage-contemts h1{
	color: #000;
	font-size:26px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 150%;
	margin: 30px 0 8px;
}
section#usage-contemts article{
	margin-bottom: 60px;
}
section#usage-contemts p+article{
	margin-top: 40px;
}
section#usage-contemts h2{
	font-size:22px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 150%;
	margin: 10px 0 10px;
	color: #f35400;
	counter-increment: h2;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
}
section#usage-contemts h3{
	font-weight: 600;
	font-size:18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
section#usage-contemts h2:before {
	content: counter(h2) ". "
}
section#usage-contemts p{
	line-height: 160%;
	margin-bottom: 6px;
}
section#usage-contemts ul{
	margin:20px 0;
}
section#usage-contemts ul li{
	text-align: left;
	margin-bottom: 6px;
	line-height: 160%;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;
}
section#usage-contemts article .imgArea{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
section#usage-contemts article .imgArea img{
	width: 640px;
	vertical-align:bottom;
	margin: 20px 0;
}

/*--------------------------------貸切バスの用途 720px以下-----------------------------------------------------*/
@media screen and (max-width: 720px) {
section#usage-contemts{
	padding: 0 0px 40px;
}
section#usage-contemts article .imgArea img{
	width: 480px;
}
}

/*--------------------------------貸切バスの用途 420px以下-----------------------------------------------------*/
@media screen and (max-width: 420px) {

section#usage-contemts h1{
	font-size:20px;
	font-size: 2.0rem;
}
section#usage-contemts h2{
	font-size:18px;
	font-size: 1.8rem;
}
section#usage-contemts p{
	font-size:12px;
	font-size: 1.2rem;
}
section#usage-contemts h3{
	font-size:12px;
	font-size: 1.2rem;
	margin-bottom: 0;
}
section#usage-contemts article .imgArea{
	margin: 0;
}
section#usage-contemts article .imgArea img{
	width: 240px;
}
}

/*--------------------------------座席表-----------------------------------------------------*/
.seatArticle{
	text-align: center;
}
.seatArticle h2{
	text-align: left;
}
.seatArticle a{
	color:#f35400;
	font-weight: 500;
}
.seatArticle a:hover{
	color: #9E4448;
	transition: 0.5s;
}

.seatArticle .seat-text{
	text-align: left;
}
/*--------------------------------座席表 720px以下-----------------------------------------------------*/
@media screen and (max-width: 720px) {
	.seatArticle img{
		width: 70%;
	}
}

/*--------------------------------リンク-----------------------------------------------------*/
dl.linkList{
	text-align: left;
	margin-left: 1em;
}
dl.linkList dt{
	font-size:18px;
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: 500;
}

dl.linkList dd{
	line-height: 160%;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #000;
	padding-left: 0em
}
dl.linkList dd:last-child{
	margin-bottom: 30px;
}