body {
	background-image:url(../image/background.gif);
	text-align:center;
	margin-top:0px;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
	background-repeat: repeat-y;
	background-position: center top;
}
html {   
    overflow-y:scroll;   
}
img{
	border:0;
}

/* firefoxやsafariでflashの下に余白ができる現象の回避 */
object, embed {  
    vertical-align: top;  
}



/* ********************** ヘッダー ********************** */
header{
	width:800px;
	margin: 0 auto;
	padding:0px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h1{
	background-color:#66CC66;
	color:#FFFFFF;
	margin:0px;
	padding:4px 0px 3px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	clear:both;
}

/* ********************** ナビゲーション ********************** */
nav{
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 1px;
	border-bottom: 1px solid #000;
	background-color: #47b247;
}
nav ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
nav li{
	float: left;
	border-right: 1px solid #fff;
}
nav li:last-child{
	border-right: none;
}
nav li a{
	width: 113.4px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 14px;
	display: block;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

nav a:hover{
}


/* ********************** フッター ********************** */
footer{
	width:800px;
	clear:both;
	background-color:#CCEECC;
	margin:0 auto;
	margin-top: 10px;
	color:#333333;
	font-size:14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669900;
	overflow: hidden;
}
footer ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
footer li{
	float: left;
	padding-right: 5px;
}
footer li:last-child{
	padding-right: 0;
}

footer dl{
	margin: 0;
	padding:15px 20px;
}
footer dt{
	float: left;
}
footer dd{
	padding-left: 165px;
	text-align: left;
}
footer dd p{
	margin: 0;
	margin-bottom: 8px;
}
footer div.credit{
	padding: 5px;
	font-size:12px;
	background-color:#BCD6AE;
}


/* ********************** 各インデックス ********************** */
ul.index{
	margin: 0;
	padding: 0;
	list-style-type: none;
		overflow: hidden;

}
ul.index li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.index li:nth-child(2n){
	margin-right: 0;
}
ul.index li a{
	width: 258px;
	height: 120px;
	margin: 0 auto;
	padding: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #97E38D;
	border: 1px solid #337F33;
	border-radius: 4px;
}
ul.index li a:hover{
	background-color: #337F33;
	color: #fff;
}


/* ********************** コンテンツ ********************** */

#main{
	width:800px;
	margin: 0 auto;
	padding:0px;
}
#main_banner{
	background-image: url(../image/bg_index_banner.gif);
	background-repeat: repeat;
	border-top:5px solid #FF9900;
	border-bottom:5px solid #FF9900;
	height: 200px;
}


/* 左側コンテンツ */

#main_left{
	width:600px;
	margin: 0 auto;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
}
#main_left_contents{
	padding:30px;
	font-size:15px;
	line-height:175%;
	color: #333333;
}

#bar{
	margin:0;
	padding: 0;
	margin-bottom: 15px;
	text-align:right;
	font-size:12px;
	line-height: 100%;
}
h2{
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 5px;
	font-size: 28px;
	line-height: 100%;
	text-align: left;
	border-bottom: 3px dotted #47b247;
}
h2 span{
	font-size: 18px;
}
h3{
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-size: 22px;
	line-height: 150%;
	text-align: left;
}
h3 span{
	font-size: 16px;
	font-weight: normal;
}
h4{
	margin: 0;
	padding: 0;
	margin-top: 40px;
	padding-left: 15px;
	font-size: 18px;
	border-left: 4px solid #47b247;
}

/* 右側コンテンツ */
#main_right{
	width:200px;
	float:left;
	margin: 0 auto;
	margin-bottom: 25px;
	overflow: hidden;
}
#main_right_contents{
	margin: 0 auto;
	padding:0px;
	margin-top: 30px;
}
#main_right_info{
	border-top:5px solid #FF9900;
}
#main_right_banner{
	background-image: url(../image/bg_index_banner.gif);
	background-repeat: repeat-y;
	border-top:5px solid #FF9900;
	border-bottom:5px solid #FF9900;
	padding:15px 0px;
}
#main_right_banner img{
	margin-bottom:3px;
}
#sidemenu_link{
	background-color:#FFFFCC;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	text-align:left;
	padding:8px 6px 6px 6px;
	font-size:12px;
	line-height:17px;
}
.sidemenu_link_category{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
a.sidemenu_link{
	color: #333333;
	padding-left:20px;
	text-decoration: none;
	text-align:left;
}
a.sidemenu_link:link, a.sidemenu_link:visited, a.sidemenu_link:active{
	background-image: url(../image/folder_01.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
a.sidemenu_link:hover{
	background-image: url(../image/folder_02.gif);
	background-repeat:no-repeat;
	background-color:#FFCC33;
}
#sidemenu_form{
	background-color:#ECF9FF;
	border-bottom: 1px solid #6699FF;
	border-left: 1px solid #6699FF;
	text-align:left;
	padding:8px 6px 6px 8px;
}

/* ********************** メイン END ********************** */





/* ********************** 共通部分 ********************** */
a{
	color:#666600;
}
a:hover{
	color: #663300;
}

/* 文字レイアウト */
.txt_right{
	text-align: right;
}
.txt_center{
	text-align: center;
}
i{
	padding-right: 2px;
}

/* 色指定 */
.c_green{
	color: #47b247;
}
.c_orange{
	color: #ff6600;
}
.c_red{
	color: red;
}

/* テーブルレイアウト */
table.gaiyo{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	line-height: 150%;
}
table.gaiyo th,
table.gaiyo td{
	padding: 10px;
	border-top: 1px solid #337F33;
	border-bottom: 1px solid #337F33;
}
table.gaiyo th{
	background-color: #97E38D;
}
table div.border-top{
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px dotted #337F33;
}

/* border関係 */
.border_dotted_green{
	padding: 15px;
	border: 1px dotted #47b247;
}
.border_solid_green{
	padding: 15px;
	border: 1px solid #47b247;
}

/* Font Awesomeのアイコン表示でのリスト表示 */
.arrow-right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 0.5em;
}
.dot-circle:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f192";
  margin-right: 0.5em;
}

/* 画像配置 */
img.img_l{
	padding-right: 10px;
	float: left;
}
img.img_r{
	padding-left: 10px;
	float: right;
}


/* 概要のtable */

.txt01{
	font-size:14px;
	line-height:18px;
	color: #333333;
}
div.mes_01{
	text-align:center;
	margin:30px 30px 10px 30px;
	padding:10px;
	background-color: #FFFFD7;
	border: 1px solid #FF9900;
}
div.mes_02{
	color:#FF0000;
	padding:3px 0px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div.mes_03{
	color:#006600;
	padding:7px 0px 0px 0px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}
a#toiawase_mes01{
    display:block;
	text-align:center;
	width:auto;
	margin-top:15px;
	margin-bottom:5px;
	padding:12px 10px;
	background-color: #FFF4C8;
	border: 1px solid #FF9900;
    text-decoration:none;
}
a#toiawase_mes01:hover{
	background-color: #FFEA97;
	border: 1px solid #FF6600;
	text-decoration: none;
}
a#toiawase_mes02{
    display:block;
	text-align:center;
	width:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:12px 10px;
	background-color: #FFF4C8;
	border: 1px solid #FF9900;
    text-decoration:none;
}
a#toiawase_mes02:hover{
	background-color: #FFEA97;
	border: 1px solid #FF6600;
	text-decoration: none;
}
a.toiawase_mes03{
    display:block;
	width:auto;
	margin-top:15px;
	margin-bottom:5px;
	padding:10px 10px 7px 10px;
	background-color: #F2FFEE;
	border: 1px solid #A8EAA8;
    text-decoration:none;
}
a.toiawase_mes03:hover{
	background-color: #D9FFCE;
	border: 1px solid #A8EAA8;
	text-decoration: none;
}
img.index_banner{
	margin-top:10px;
}
.toTopSet {
	font-size: 12px;
	text-align: right;
	margin: 20px 0 0 0;
	clear:both;
}
.toTopSet img{
	vertical-align: middle;
	margin-right: 3px;
}
/* ********************** 共通部分 END ********************** */





/* トップページ
-------------------------------------- */

/* 年賀状印刷 */
div.nenga{
	margin-bottom: 20px;
}
div.nenga a{
	text-decoration: none;
}
div.nenga img{
	width: 100%;
	border: 1px solid #666;
}
div.nenga p{
	margin: 0;
	padding: 0;
	text-align: center;
}
/* 大切なお知らせ */
table.important{
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid #FF380F;
	font-size: 16px;
	border-collapse: collapse;
}
table.important tr{
	margin: 0;
	padding: 0;
}
table.important th,
table.important td{
	padding-top: 13px;
	padding-bottom: 12px;
}
table.important th{
	width: 8em;
	background-color: #FF380F;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
table.important td{
	padding: 0 10px;
}
table.important div{
	font-size: 14px;
	line-height: 15px;
}


/* バナー */
ul.banner{
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul.banner li{
	width: 33.3%;
	margin: 0;
	padding: 0;
	float: left;
}
ul.banner li:nth-child(2){
	text-align: center;
}
ul.banner li:nth-child(3n){
	text-align: right;
}


/* 更新のお知らせ
.news{
	margin-top: 20px;
} */
.news_info{
	border: 1px solid #47b247;
	background-color: #47b247;
}
.news_important{
	margin-bottom: 20px;
	border: 1px solid #FF380F !important;
	background-color: #FF380F !important;
}
.news p{
	margin: 0;
	padding: 0;
	margin: 10px;
	padding: 2px 0 0 8px;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	border-left: 4px solid #fff;
	color: #fff;
}
.news ul{
	margin: 0;
	padding: 0;
	padding: 12px 15px 10px 15px;
	list-style-type: none;
	background-color: #fff;
	overflow: hidden;
}
.news li{
	padding-top: 11px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #47b247;
}
.news li:first-child{
	padding-top: 0;
}
.news li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.news dt{
	float: left;
}
.news dd{
	margin-left: 120px;
}
.news i{
	padding-right: 3px;
}

/* ********************** 会社案内 ********************** */


/* 会社概要
-------------------------------------- */

table.co_gaiyo th{
		width: 4em;
}

table.co_gaiyo dl{
	width: 100%;
	margin: 0;
}

table.co_gaiyo dl.address dt{
	width: 90px;
	float: left;
}

table.co_gaiyo dl.officer dt{
	width: 7em;
	margin-right: 20px;
	float: left;
}

table.co_gaiyo dl.telephone dt{
	width: 16em;
	margin-right: 20px;
	float: left;
}




a.side_co{
	display:block;
	padding:7px 2px 6px 34px;
	text-align:left;
	font-size:14px;
}
a.side_co:link, a.side_co:visited, a.side_co:active{
	background-image: url(../image/bg_sidemenu_co_01.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
a.side_co:hover{
	background-image: url(../image/bg_sidemenu_co_02.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
a.side_co_blank{
	display:block;
	padding:7px 2px 6px 34px;
	text-align:left;
	font-size:14px;
	background-image: url(../image/bg_sidemenu_co_03.gif);
	background-repeat:no-repeat;
	font-weight: bold;
}
a.side_co_blank:link, a.side_co_blank:visited, a.side_co_blank:active a.side:hover{
	text-decoration: none;
}
#name{
	margin:133px 0px 0px 158px;
	padding:8px 10px 6px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #00CC00;
	border-bottom-color: #00CC00;
	font-size:12px;
	line-height:18px;
	text-align:right;
	color:#666666;
}

/* ********************** 会社案内 END ********************** */






/* ********************** 居宅支援 ********************** */

/* 事務所の概要
-------------------------------------- */
table.kyo_gaiyo th{
	width: 9em;
}
table.kyo_gaiyo dl{
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
table.kyo_gaiyo dt{
	width: 120px;
	float: left;
}

/* サービス内容
-------------------------------------- */
table.kyo_service{
	margin: 0;
}
table.kyo_service th{
	width: 4em;
}

/* Q＆A
-------------------------------------- */
dl.qa{
	margin: 0;
	padding: 0;
}
dl.qa dt,dl.qa dd{
	margin-top: 15px;
}
dl.qa dt,dl.qa dd{
	margin-top: 15px;
}
dl.qa dd{
	margin-left: 3.5em;
}

img.photo_r{
	float:right;
	margin:0px 0px 0px 10px;
}


/* ********************** 居宅支援 END ********************** */





/* ********************** 介護保険 ********************** */

/* 事務所の概要
-------------------------------------- */
table.kaigo_gaiyo th{
	width: 9em;
}
table.kaigo_gaiyo dl{
	margin: 0;
	padding: 0;
}
table.kaigo_gaiyo dt{
	width: 120px;
	float: left;
}

/* ********************** 介護保険 END ********************** */





/* ********************** 放課後デイ ********************** */

/* 施設概要
-------------------------------------- */
.day_gaiyo ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.day_gaiyo li{
	margin-left: 16px;
	text-indent: -16px;
}

/* サービス内容
-------------------------------------- */
/* 内容 */
ul.day_service{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 32px;
}
/* １日の流れ */
ul.schedule{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul.schedule li{
	width: 240px;
	margin-right: 60px;
	float: left;
	text-align: center;
}
ul.schedule li:last-child{
	margin-right: 0;
}
ul.schedule p{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
ul.schedule div{
	padding-top: 7px;
	padding-bottom: 5px;
	border: solid 1px #888;
	border-radius: 4px;
}
ul.schedule i{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* エントリーフォーム */
.entry{
	margin-top: 30px;
	border: 2px solid #FF9E33;
	border-radius: 5px;
}
.entry div.wrap{
	margin: 25px;
	text-align: center;
}
.entry a.form{
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 14px;
	border-radius: 5px;
	background-color: #E86C23;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}
.entry a.form:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.entry h4{
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-left: none;
	background-color: #FF9E33;
	font-size: 20px;
	text-align: center;
	color: white;
}
.entry p{
	margin: 0;
	padding: 0;
	margin: 0 20px;
	margin-top: 25px;
	font-size: 16px;
}
.entry div{
	margin-top: 10px;
	font-size: 16px;
}
.entry ul.taxi li{
	line-height: 150%;
	margin-left: 0;
}



/* ********************** 放課後デイ END ********************** */









/* ********************** 個人情報、リンク、お問い合わせ ********************** */


/* 個人情報について */
.privacy_01{
	padding:5px 0px 0px 22px;
	text-indent:-17px;
}
.privacy_01-a{
	padding:12px 0px 0px 22px;
	text-indent:-17px;
}
.privacy_02{
	padding:4px 0px 10px 22px;
	line-height:18px;
}
.privacy_03{
	padding:0px 0px 4px 36px;
	text-indent:-14px;
	line-height:19px;
}

/* サイトマップ */
.site_top{
	background-color:#EEFFEE;
	border: 1px dotted #006600;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_co{
	background-color:#DDFFDD;
	border: 1px dotted #009900;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_kyo{
	background-color:#E6F0FF;
	border: 1px dotted #0066FF;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_yuso{
	background-color:#FFF1DD;
	border: 1px dotted #FF9900;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_other{
	background-color:#FFF4FF;
	border: 1px dotted #FF99FF;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_staff{
	background-color:#ECFFEC;
	border: 1px dotted #00CC00;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_blog{
	background-color:#FFEFCE;
	border: 1px dotted #996600;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.site_other01{
	background-color:#FFECE8;
	border: 1px dotted #FF3300;
	margin-top:25px;
	margin-bottom:10px;
	padding:7px 7px 6px 7px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	clear:both;
}
.area{
	width:505px;
}
.area a{
	color:#0000FF;
}
.site_list {
	margin:0 0 0 10px;
	padding:10px 0 0px 0;
	list-style-type: none;
	line-height:20px;
	}

.site_list01 {
	margin:0 0 0 24px;
	padding:0;
	list-style-type: none;
	line-height:20px;
	}
	
.site_list02 {
	margin:0 0 0 38px;
	padding:0;
	list-style-type: none;
	line-height:20px;
	}
	
.site_list li{
	background-position: 0 center;
	margin:0;
	padding:0 0 0 12px;
	background-image: url(../image/arrow_sitemap01.gif);
	background-repeat: no-repeat;
	}
	
.site_list01 li{
	background-position: 0 center;
	margin:0;
	padding:0 0 0 12px;
	background-image: url(../image/arrow_sitemap02.gif);
	background-repeat: no-repeat;
	}
	
.site_list02 li{
	background-position: 0 center;
	margin:0;
	padding:0 0 0 12px;
	background-image: url(../image/arrow_sitemap02.gif);
	background-repeat: no-repeat;
	}
	
.left_area {
	margin: 0;
	padding: 0;
	width: 250px;
	float:left;
	}
	
.right_area {
	margin: 0;
	padding: 0;
	width: 250px;
	float:right;
	}

/* 問い合わせ */
ul.inquiry{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 25px;
	list-style-type: none;
	overflow: hidden;
}
ul.inquiry li.left,
ul.inquiry li.right{
	padding: 10px;
	width: 210px;
	text-align: center;
}
ul.inquiry li.left{
	margin-right: 30px;
	background-color:#DDFFDD;
	border: 1px solid #669900;
	float: left;
}
ul.inquiry li.right{
	background-color:#DFECFF;
	border: 1px solid #0066FF;
	float: left;
}
iframe.inquiry{
	margin-top: 20px;
}

.toiawase_area{
	width:505px;
	height: 120px;
}
.toiawase_left_area{
	background-color:#DDFFDD;
	margin: 5px;
	padding: 10px;
	border: 1px solid #669900;
	width: 215px;
	float:left;
	}
	
.toiawase_right_area{
	background-color:#DFECFF;
	margin: 5px;
	padding: 10px;
	border: 1px solid #0066FF;
	width: 215px;
	float:right;
	}
.toiawase_mail_area{
	background-color:#FFEDD2;
	margin: 10px;
	padding: 15px;
	border: 1px solid #FF9900;
	}
div.toiawase{
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}
div.toiawase span{
	font-size: 24px;
	font-weight: normal;
}
/* ********************** 個人情報、リンク、お問い合わせ END ********************** */





/* ********************** 福祉輸送事業部 ********************** */


/* お知らせ
-------------------------------------- */

article.yusou_info dl{
	padding-left: 1em;
	font-size: 18px;
}
article.yusou_info dt,
article.yusou_info dd{
	margin-bottom: 10px;
}
article.yusou_info dt{
	float: left;
}
article.yusou_info dd{
	margin-left: 5em;
}
article.yusou_info div.border_dotted{
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 8px 10px 5px 5px;
	border: 1px dotted #000;
	font-size: 15px;
}
article.yusou_info div.border_dotted div{
	padding-left: 7em;
	text-indent: -7em;
}
article.yusou_info span{
	padding-left: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}


/* 介護タクシー
-------------------------------------- */

ul.taxi{
	list-style-type: none;
	text-align: left;
}
ul.taxi li{
	margin-left: 0;
	margin-left: 0.5em;
	text-indent: -1.5em;
}

/* 予約方法 */

.reservation{
	border: 2px solid #47b247;
}
.reservation h4{
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-left: none;
	background-color: #47b247;
	font-size: 24px;
	text-align: center;
	color: white;
}
.reservation div.wrap{
	margin: 0 15px 15px 15px;
	text-align: center;
}
.reservation p{
	margin: 0;
	padding: 0;
	margin: 0 20px;
	margin-top: 25px;
	font-size: 20px;
	text-align: left;
}
.reservation div{
	margin-top: 10px;
	font-size: 16px;
}
.reservation div.phone_number{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 900;
	color: red;
	text-align: center;
}
.reservation img{
	padding-right: 5px;
}
.reservation i{
	padding-right: 8px;
}
.reservation a.yoyaku_button{
	margin-left: 0;
	margin: 0 60px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 12px 0;
	border: 1px solid red;
	border-radius: 5px;
	background-color: red;
	display: block;
	text-decoration: none;
	color: yellow;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}
.reservation ul.taxi li{
	line-height: 150%;
	margin-left: 0;
}
.reservation div.ruby{	/*フリーダイヤルのルビ*/
	margin: 0;
	margin-top: 3px;
	margin-bottom: 2px;
	font-size: 14px;
}
.reservation span.ruby_1{	/*よやく*/
	padding-left: 160px;
	letter-spacing: 10px;
}
.reservation span.ruby_2{	/*京都*/
	padding-left: 28px;
}

/* 料金 */
table.price{
	margin-top: 15px;
	text-align: center;
}

/* 料金体系 */
ul.system{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 24px;
	padding: 16px 8px 11px 15px;
	list-style-type: none;
	overflow: hidden;
	border: 1px solid #47b247;
	border-radius: 10px;
}
ul.system li{
	padding-right: 10px;
	font-size: 22px;
	line-height: 100%;
	font-weight: bold;
	float: left;
}
ul.system li:last-child{
	padding-right: 0px;
}
ul.system div{
	padding-top: 5px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
ul.system span{
	font-size: 15px;
}

/* 車両 */
.car_info th{
	width: 230px;
}
.car_info td.col2{
	width: 110px;
}


/* 一緒に作りませんか？
-------------------------------------- */

/* 共通 */
ul.koyo,
ul.ryoma{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.koyo div.spot,
ul.ryoma div.spot{
	color: red;
	font-weight: 900;
}

/* 紅葉ガイド */
ul.koyo li{
	width: 180px;
	margin-bottom: 10px;
	float: left;
}
ul.koyo div{
	margin-right: 13px;
	font-size: 14px;
	line-height: 125%;
}
ul.koyo img{
width: 98%;
height: auto;
}

/* 龍馬 */
img.kouyou_title01 {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.ryoma{
	margin-top: 30px;
}
ul.ryoma li{
	margin-top: 17px;
	padding-top: 20px;
	border-top: 1px dotted #47b247;
	overflow: hidden;
}
ul.ryoma li:first-child{
	margin: 0;
	padding: 0;
	border-top: none;
}
ul.ryoma div{
	line-height: 160%;
}
ul.ryoma img{
	margin-left: 8px;
	float: right;
}


/* お客さまの声
-------------------------------------- */
/* トップページ */
ul.user_index{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.user_index li{
	margin-top: 20px;
	border: 1px solid #47b247;
	border-radius: 7px;
	line-height: 170%;
}
ul.user_index a{
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}
ul.user_index a:hover{
	background-color: #B3FFB3;
	border-radius: 8px;
}
ul.user_index img{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	float: left;
}
ul.user_index div{
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: #47b247;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
}

/* 吹き出し */

	/* 左向き */
.balloon-left {
	position: relative;
	margin-top: 20px;
	margin-left: 28px;
	margin-right: 5em;
	background: #ffffff;
	border: 2px solid #47b247;
	border-radius: 10px;
}
.balloon-left:after, .balloon-left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon-left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 25px;
	margin-top: -25px;
}
.balloon-left:before {
	border-color: rgba(71, 178, 71, 0);
	border-right-color: #47b247;
	border-width: 28px;
	margin-top: -28px;
}
.balloon-left p{
  background-color: #47b247;
}

/* 右向き */
.balloon-right {
	position: relative;
	margin-top: 20px;
	margin-right: 28px;
	margin-left: 5em;
	background: #ffffff;
	border: 2px solid #ff9a03;
	border-radius: 10px;
}
.balloon-right:after, .balloon-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon-right:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 25px;
	margin-top: -25px;
}
.balloon-right:before {
	border-color: rgba(255, 154, 3, 0);
	border-left-color: #ff9a03;
	border-width: 28px;
	margin-top: -28px;
}
.balloon-right p{
  background-color: #ff9a03;
}

/* 共通 */
.balloon-left p,
.balloon-right p{
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.balloon-left ul,
.balloon-right ul{
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 160%;
}
.balloon-left li,
.balloon-right li{
	margin-left: 0;
	margin-left: 1em;
	text-indent: -1em;
}
.balloon-left li:before,
.balloon-right li:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 0.5em;
}
.balloon-right div.question{
	padding: 10px;
	padding-top: 15px;
	padding-left: 15px;
}
.balloon-right div.question p{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -20px;
	background-color: #fff;
	color: #333333;
	font-weight: 700;
}
.balloon-right div.question p:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
  margin-right: 0.25em;
}
.balloon-right div.question ul{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.balloon-right div.question ul:last-child{
	margin-bottom: 0;
}
.balloon-right div.question li{
	margin-left: 2.6em;
}

/* Caseタイトル*/
h3.case dl{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	width: 100%;
	background: #47b247;
	border: 1px solid #47b247;
	line-height: 140%;
	border-radius: 5px;
}
h3.case dt{
	padding-top: 14px;
	padding-bottom: 11px;
	padding-left: 13px;
	padding-right: 13px;
	color: #fff;
	float: left;
}
h3.case dd{
	margin-left: 25%;
	padding-top: 14px;
	padding-bottom: 11px;
	padding-left: 13px;
	padding-right: 10px;
	background: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


/* タクシー予約 */
div.yoyaku_border_01{
	background-color: #FFF5C8;
	border: 1px solid #FF6600;
	width:300px;
	float:left;
	margin-top:35px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div.yoyaku_border_02{
	background-color: #FFFDF0;
	border: 1px dotted #FF6600;
	margin:10px 10px 10px 10px;
	padding:8px 10px 6px 10px;
}
span.yoyaku_cap_01{
	color:#FF0000;
	font-size:14px;
	font-weight:normal;
}
span.yoyaku_cap_02{
	color:#FF0000;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	vertical-align:2px;
}
div.yoyaku_txt_01{
	background-image:url(../image/arrow_user_txt01.gif);
	background-repeat:no-repeat;
	margin: 10px 10px 5px 10px;
	padding:0px 0px 0px 17px;
	font-size:16px;
	font-weight:bold;
}
div.yoyaku_txt_02{
	background-image:url(../image/boll_user_txt_01.gif);
	background-repeat:no-repeat;
	padding:0px 0px 2px 14px;
	font-size:12px;
	line-height:16px;
}
div.yoyaku_txt_03{
	padding:0px 0px 2px 32px;
}
div.yoyaku_txt_04{
	background-image:url(../image/boll_user_txt_01.gif);
	background-repeat:no-repeat;
	margin:10px 10px 10px 34px;
	padding:0px 0px 2px 14px;
	line-height:16px;
}
div.yoyaku_txt_05{
	background-image:url(../image/boll_user_txt_01.gif);
	background-repeat:no-repeat;
	margin: 10px 10px 5px 28px;
	padding:0px 0px 0px 15px;
	font-size:16px;
	font-weight:bold;
}
div.yoyaku_txt_06{
	margin: 3px 10px 5px 28px;
	text-align:right;
	font-size:12px;
}
img.yoyaku{
	margin-left:32px;
	padding:0px 0px 0px 0px;
}
img.yoyaku_btn{
	margin-left:32px;
	margin-right:15px;
	padding:0px 0px 0px 0px;
	float:left;
}

/* タクシー問い合わせ */
a#taxitoiawase_mes01{
    display:block;
	text-align:center;
	width:auto;
	margin-top:35px;
	margin-bottom:5px;
	margin-left:310px;
	padding:12px 10px;
	background-color: #FFF4C8;
	border: 1px solid #FF6600;
    text-decoration:none;
}
a#taxitoiawase_mes01:hover{
	background-color: #FFEA97;
	border: 1px solid #FF6600;
	text-decoration: none;
}



/* ********************** 福祉輸送事業部 END ********************** */










/* ********************** リンク ********************** */
a.link{
	background-image: url(../image/boll_privacy_txt.gif);
	background-repeat: no-repeat;
	color: #333333;
	margin-left:20px;
	margin-bottom:2px;
	padding-top:2px;
	padding-left:16px;
	text-align:left;
	line-height:21px;
}
div.link_subtitle{
	background-image: url(../image/arrow_privacy_txt.gif);
	background-repeat: no-repeat;
	margin-top:15px;
	margin-bottom:5px;
	padding-left:18px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
a.link_navi00{
	line-height:13px;
	color:#0033FF;
}
a.link_navi01{
	margin-left:2px;
	padding-left:6px;
	color:#0033FF;
	line-height:13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0033CC;
}
div.link_box{
	background-color: #F4F4E1;
	border: 1px dotted #CCCC66;
	margin-bottom:25px;
	padding:5px 5px 3px 5px;
	text-align:right;
	line-height:14px;
}
div.link_txt01{
	padding-left:36px;
}
.link_txt01 img{
	float:left;
	margin-right: 10px;
}
/* ********************** リンク END ********************** */





