/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/



/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
    list-style: none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

.clearfix:after {
content: " ";/* ピリオドを消してスペース入れました。 */
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*

*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: url(images/bg_sq.png);
}


#header {
}

#header_inner {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

#site_title img{
	width: 100%;
	height: auto;
}

#adress {
	width: 90%;
	background: #fff;
	border-radius:12px;
	border: 5px solid #ff7d39;
	padding: 5px;
	margin: 5px 0;
	color: #713d1c;
	line-height: 1.3em;
	word-wrap:break-word;
	font-size: 90%;
}

#adress dd{
	margin: 0 0 3px 0;
}

#adress span {
	background: #713d1c;
	color: #fff;
	border-radius:5px;
	padding: 0px 2px;
	margin: 0 10px 0 0;
}

#h_nav {
	width: 100%;
	clear: both;
	background: url(images/bg_nav1.png);
	padding: 7px 0;
	/*
	border-bottom: 4px solid #ff7f21;
	border-top: 4px solid #ff7f21;
	*/
}

#h_nav_inner {
	max-width: 100%;
	margin: 0 auto;
}

#h_nav_inner ul {
}

#h_nav_inner ul li {
	width: 95%;
}

#h_nav_inner ul li a {
	display: block;
	line-height: 2em;
	border-radius:12px;
	font-size: 100%;
	font-weight: bold;
	background: #fff url(images/icon.png) no-repeat;
	margin: 1px 0 1px 0;
	color: #713d1c;
	text-decoration: none;
	border: 5px solid #ff7d39;
}
#h_nav_inner ul li a.carn {
	background: #fff url(images/icon_carn_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a.gaiyo {
	background: #fff url(images/icon_gaiyo_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a.money {
	background: #fff url(images/icon_money_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a.riyourei {
	background: #fff url(images/icon_rei_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a.koe {
	background: #fff url(images/icon_koe_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a.link {
	background: #fff url(images/icon_link_s.png) no-repeat 2px 2px;
}

#h_nav_inner ul li a span{
	padding-left: 44px;
}

#h_nav_inner ul li a:focus,#h_nav_inner ul li a:hover {
	background: #713d1c;
	color: #fff;
}

#big_image {
	clear: both;
	padding: 10px 0;
	background: url(images/bg_h1.png);

}

#big_image_inner {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 12px;
	background: #fff;
}

#big_image_inner img {
	width: 100%;
	height: auto;
}

#big_image_inner p{
	line-height: 1.3em;
	margin: 5px 0 0 5px;
}

#big_image_under h3{
	margin: 0.7em 0.5em;
	padding: 0.2em 0.8em;
	border-top: 3px double #FF7D39;
	border-bottom: 3px double #FF7D39;
	font-size: 1em;
	font-weight: bold;
	background: #ffFaf0;
}
#big_image_under p{
	margin: 0.3em 0 0.6em 0.5em;
	line-height: 1.3em;
	color: #713d1c;
	font-size: 105%;
}

#big_image_under p.right{
	text-align: right;
}

#big_image_under p.hanamaru{
	background: url('images/hanamaru01-001.png') no-repeat;
	padding: 0 0 0 28px;
}

#big_image_under ul {
	margin:0 0 0.6em 2em;

}

#big_image_under ul li{
	list-style-type: disc;
	line-height: 1.2em;
	font-size: 105%;
	color: #713d1c;
}


#content {
	clear: both;
	margin-bottom: 15px;
}

#content_inner {
	width: 100%;
	margin: 0 auto;
}

#page_title {
	border-radius: 12px;
	padding: 5px 0;
	margin: 10px 0 10px 0;
	background: #713d1c;
}

#page_title h2 {
	background: url(images/bg_dot.png) repeat-x bottom;
	color: #fff;
	padding: 10px 0px 20px 5px;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
}

#page_title h2 span {
	background: url(images/icon_car.png) no-repeat;
	padding: 0 0 0 62px;
	min-height: 38px;
}

.top_title {
	background: #9c5328;
	border-bottom: 4px solid #713d1c;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0em;
	border-radius: 6px;
	padding: 5px 10px;
}

.top_title span{
	vertical-align: center;
}

#top_sum {
	width: 100%;
}

#top_sum dl{
	background: #fff;
	margin: 0 0 5px 0;
	border-radius:16px;
	border: 6px solid #e0a26d;
	line-height: 1.3em;
	color: #713d1c;
	padding: 5px;
}


#top_sum dl dt{
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
	font-size: 105%;
}

#top_sum dl dt img{
	width: 95%;
	height: auto;
}

#top_sum dl dd p{
	text-align: right;
}

#footer {
	background: url(images/bg_ti.png);
	min-height: 5em;
}

#footer_inner {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0;
	line-height: 1.4em;
}

#footer_inner a{
	color: #fff;
}

#footer_inner_left {
	width: 100%;
}

#footer_inner_left dt{
	font-weight: bold;
	font-size: 105%;
}

#footer_inner_left dd{
	margin: 5px 0 0 1em;
}

#footer_inner_left dd span{
	background: #713d1c;
	color: #fff;
	border-radius:5px;
	padding: 1px 3px;
	margin: 0 10px 0 0;
}

#footer_inner_left p{
	margin: 5px 0 0 1em;
	font-size: 85%;
}


#footer_inner_right {
	margin: 0 0 0 1em;
	padding: 1em 0 0 0;
}

.jpn_map {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* 
コンテンツページ
*/

#honbun {
	background: #fff;
	margin: 0;
	border-radius:24px;
	border: 8px solid #e0a26d;
	line-height: 1.3em;
	color: #713d1c;
	padding: 10px 10px;
}

#honbun p {
	text-indent: 1em;
	margin: 0 0 10px 0;
}

#honbun .imgset300 {
	margin: 10px auto;
}

#honbun .imgset300 img{
	width: 100%;
	height: 100%;
}

#honbun h3{
	margin: 0.5em 0 0.5em 0;
	padding: 0.4em;
	border: 3px solid #FF7D39;
	font-size: 1.143em;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	letter-spacing: 0.1em;
	background: #FFF5B5;
}

#honbun h4{
	margin: 0.7em 0.5em;
	padding: 0.2em 0.8em;
	border-top: 3px double #FF7D39;
	border-bottom: 3px double #FF7D39;
	font-size: 1em;
	font-weight: bold;
	background: #ffFaf0;
}

#honbun ul li{
	list-style-type: disc;
	margin:0 0 0 1.5em;
	line-height: 1.5em;
}
/*
車両設備
*/
dl.car {
	margin: 0 0 0 0;
}

dl.car dt {
	font-weight: bold;
	margin: 0.3em 0 0 0;
}

dl.car dd {
	margin: 0 0 0 0.5em;
}

/*
会社概要
*/
.gaiyo_table {
	border-collapse: collapse;
	width: 95%;
}

.gaiyo_table td {
	border: 1px solid #e0a26d;
	padding: 5px;
}

.gaiyo_table th {
	border: 1px solid #e0a26d;
	font-weight: bold;
	background-color: #FFF5B5;
	padding: 5px;
	vertical-align: center;
}
/*
料金
*/
.ryokin_table {
	border-collapse: collapse;
	width: 95%;
}

.ryokin_table td {
	border: 1px solid #e0a26d;
	padding: 5px;
	text-align: center;
}

.ryokin_table th {
	border: 1px solid #e0a26d;
	font-weight: bold;
	background-color: #FFF5B5;
	padding: 5px;
	vertical-align: center;
}

.ryokin_table colgroup.c3-1 {
	width: 10%;
}

.ryokin_table colgroup.c3-2 {
}

.ryokin_table colgroup.c3-3 {
}
/*
お出かけ
*/
dl.odekake {
	margin: 0;
}

dl.odekake dt {
	font-weight: bold;
}

dl.odekake dd {
	margin: 0 0 0 0.5em;
}

/*
民間救急
*/
.content_img {
	margin-bottom: 5px;
}


.content_img img{
	width: 100%;
	height: auto;
}


