@charset "shift_jis";


/*--------------------------------------------------------
メイン / body, h1, storong, em, など
--------------------------------------------------------*/
html {
    overflow-y:scroll;
    }

* {
	margin:0 auto;
}

body {
	font-size:small;
	line-height:150%;

	text-align:center;
	margin:0;
	
}

h1 {
	font-weight:normal;
	font-size:10px;
	color:#333333;
	margin-bottom:0px;
	margin-top:0px;
	letter-spacing:2px;
}

h2 {
	font-weight:bold;
	font-size:130%;
	color:#000;
	margin-top:5px;
	margin-bottom:0px;
}

h3 {
	font-weight:bold;
	font-size:110%;
	color:#000;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:0px;
}

strong {
	font-weight:normal;
}

em {
	font-weight:normal;
	font-style:normal;
}

ol {
	margin:1em 0 1em 40px;
	padding:0;
}

li {
	list-style-type:disc;
}

hr {
	border:1px #666666 solid;
	height:1px;
}

textarea {
	width:310px;
}

table.tokuyo{
margin-top:10px;
margin-bottom:10px;
	margin-left:10px;
	}
	
a img,img{border:none;}

/*--------------------------------------------------------
テキスト / .xxxのもの
--------------------------------------------------------*/

.txt_white {
	color:#FFFFFF;
}

.coupon {
	color:#660000;
	font-weight:bold;
}

.tel {
	color:#009900;
	font-size:medium;
	font-weight:bold
}

.bold {
	font-weight:bold;
}

.medium {
	font-size:medium;
	font-weight:bold;
}

.orangebold {
	color:#FF6600;
	font-weight:bold;
	font-size:medium;
}

.bluebold {
	color:#000099;
	font-weight:bold;
	font-size:medium;
}

.redbold {
	color:#ff0000;
	font-weight:bold;
	font-size:18px;
}

.whitemedium {
	color:#FFFFFF;
	font-size:medium;
}


.pinkbar {
	color:#FF6699;
	font-weight:bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF6699;
	padding-left:10px;
}

.komejirushi {
	color:#CC0000;
}

.green {
	color:#009900;
	font-weight:bold;
}

.step_orange {
	color:#FF6600;
}

.step_white {
	color:#FFFFFF;
}

.midashi {
	font-weight:bold;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color:#FF6600;
	padding-left: 8px;
}

.txtorange {
	color:#ff3300;
}

.searchgyosyu {
	color:#006600;
	font-weight:bold;
}

p.top{
	line-height:200%;
}

.boxhr {
    border-bottom: 1px dotted #000;
 }

p.tokuyo{
	margin-left:15px;
	margin-top:5px;
}

p.group{
	margin-left:15px;
	margin-top:5px;
}

p.takinou{
	margin-left:15px;
	margin-top:5px;
}

p.dayservice{
	margin-left:15px;
	margin-top:5px;
}

p.tiiki{
	margin-left:15px;
	margin-top:5px;
}

p.kyotaku{
	margin-left:15px;
	margin-top:5px;
}

p.ikiki{
	margin-left:15px;
	margin-top:5px;
}

/*--------------------------------------------------------
背景
--------------------------------------------------------*/

.bg_top_img {
	background-image:url(img/bg_top_img.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#bg_syuryo {
	background-image: url(img/bg_syuryo.jpg); 
 	background-position: center center; 
 	background-repeat: no-repeat;
} 

#bg_syuryo2 {
	background-image: url(img/bg_syuryo.jpg); 
 	background-position: center center; 
 	background-repeat: no-repeat;
} 

#bg_syuryo3 {
	background-image: url(img/bg_syuryo.jpg); 
 	background-position: center center; 
 	background-repeat: no-repeat;
} 

#bg_syuryo4 {
	background-image: url(img/bg_syuryo.jpg); 
 	background-position: center center; 
 	background-repeat: no-repeat;
} 

#bg_syuryo5 {
	background-image: url(img/bg_syuryo.jpg); 
 	background-position: center center; 
 	background-repeat: no-repeat;
} 

.bg_main {
	background-image:url(img/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.bg_line {
	background-image:url(img/bg_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.bg_sugi_flo {
	background-image:url(img/bg_sugi_flo.jpg);
	background-repeat:no-repeat;
}

.bg_sugi_tai {
	background-image:url(img/bg_sugi_tai.jpg);
	background-repeat:no-repeat;
}

.bg_sugi_kouka {
	background-image:url(img/bg_sugi_kouka.jpg);
	background-repeat:no-repeat;
}

.bg_mokuiku {
	background-image:url(img/bg_mokuiku.jpg);
	background-position:bottom, left;
	background-repeat:no-repeat;
}


.td_haikei {
	background-image:url(img/navi_haikei.jpg);
	background-repeat:no-repeat;
}

.ta_haikei {
	background-image:url(img/ta_haikei.jpg);
}
/*--------------------------------------------------------
リンク
--------------------------------------------------------*/

a:link {
	color:#02267f;
	text-decoration:none;
}

a:visited {
	color:#996633;
	text-decoration:none;
}

a:hover {
	color:#cc9966;
	text-decoration:underline;
}

/*--------------------------------------------------------
2019/3/15 修正分
--------------------------------------------------------*/

table.menu{
	width:230px;
	border-collapse: collapse;
	
}

table.menu td, table.menu th{
	height:30px;
	padding:5px;
	border-bottom:2px solid #fff;
}
table.gray{
	background:#ECECEC;
}
table.blue{
	background:#C7FAE8;
}
table.sisetu{
	width:340px;
	border-collapse: collapse;
	margin:5px 4px;
}
table.sisetu td{
	vertical-align:middle;
	padding:0;
}
table.sisetu td a.rink{
	display:block;
	width:100%;
	background:#ccc;
	padding:2px 0;
	text-align:center;
}
table.times td{
	padding:15px 20px;
}
table.houmon{
	width:600px;
	border-collapse: collapse;
}
table.houmon td{
	padding:10px;
	border:1px solid #999;
}
table.houmon2{
	width:650px;
	border-collapse: collapse;
}
table.houmon2 td{
	padding:2px;
}
table.houmon2 td strong{
	font-weight:bold;
	font-size:1.1em;
}
table.houmon3{
	width:650px;
	border-collapse: collapse;
}
table.houmon3 td{
	padding:7px 4px;
	border:1px solid #999;
}
table.tokuyou{
	width:700px;
	border-collapse: collapse;
}
table.tokuyou td{
	padding:7px 3px;
	border:1px solid #000;
}
.border_none{
border:1px #fff solid!important;
}
table.group{
	width:660px;
	border-collapse: collapse;
}
table.group td{
	padding:7px 7px;
	border:1px solid #000;
}

.lh2{
	line-height:2em;
}