@charset "utf-8";
/*-------------------------------------*/


#coverWrap{
	position: absolute;
	width: 100%;
	height: 200px;
	z-index: 1;
}
#coverWrap .inbox {
	width: 100%;
	height: 200px;
}

#pageWrap {
	position: relative;
	height: 175px;
	overflow: hidden;
 	background: url(../images/bx_main.jpg) center 0 repeat;
}

.pghomebtn {
	position: absolute;
	width: 150px;
	height: 30px;
	top: 3px;
	left: 50%;
	margin-left: 350px;
	z-index: 101;
}
.pghomebtn a {
	display: block;
}


a.anchor {
	padding-top:100px;
	margin-top:-100px
}


/* pgSub
/*-------------------------------------*/

.pagesub {
	width: 660px;
	height: 50px;
 	background: url(../images/pgsub01.png) no-repeat 0 0;
}
.pagesub p {
	padding: 0 0 0 14px;
	font-size: 1.3em;
	color: #fff;
	line-height: 49px;
}

.pgctgsub01 {
	padding: 2px 0 5px;
	font-size: 1.24em;
	color: #92c409;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: solid 3px #e7e7e7;
}
.pgctgsub01 a,.pgctgsub01 a:visited {
	color: #7ba330;
	text-decoration:underline;
}
.pgctgsub01 a:hover {
	color: #a8ca2b;
	text-decoration:none;
}

.pgctgsub02 {
	font-size: 1.1em;
	color: #333;
	line-height: 1.3em;
	border-bottom: dotted 1px #ddd;
}
.pgctgsub03 {
	font-size: 1.1em;
	color: #fe8100;
	line-height: 1.3em;
	border-bottom: dotted 1px #ddd;
}


.list1 {
	padding: 0 0 0 16px;
	color: #333;
 	background: url(../images/list_mark2.png) no-repeat 0 8px;
}
.list2 {
	padding: 0 0 0 20px;
	color: #333;
 	background: url(../images/list_mark2.png) no-repeat 0 5px;
}
.txtlist01 {
	line-height: 1.4em;
}
.txtlist01 li {
	padding: 0 0 14px 22px;
	background: url(../images/list_mark2.png) no-repeat 2px 4px;
}


.txtbox {
	font-size: 1.0em;
	color: #333;
	line-height: 2.0em;
}
.txtbox a {
	color: #64742b;
	text-decoration: underline;
}
.txtbox a:hover {
	color: #999;
	text-decoration: none;
}

.linkbox {
	font-size: 1.0em;
}
a.linkbtn span {
	padding: 0px 20px 0 8px;
	background: url(../../images/list_mark3.png) no-repeat right center;
}
a.linkbtn span.blank {
	background: url(../../images/icon_blank.png) no-repeat right center !important;
}
a.linkbtn, a.linkbtn:visited {
	padding: 14px 60px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #a8ca2b;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
a.linkbtn:hover {
	color: #fff;
	text-decoration: none;
}

.fsr {
	color: #ff0000;
}
.fsb {
	padding: 0 2px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(255, 255, 255, 0.2);
}
.fskm {
	padding: 0 0 6px 3px;
	font-weight: bold;
	color: #111;
	background: url(../images/line.png) repeat-x 0px bottom;
}
.fs02 {
	color: #ff0000;
	font-weight: normal;
	padding: 0 3px;
}
.fs03 {
	font-size: 0.80em;
	color: #111;
	font-weight: normal;
	padding: 0 3px;
}


/* directory navi
---------------------------------------------------- */

#dirnavi {
	width: 660px;
	height: 40px;
	margin: -20px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#dirnavi ul {
	list-style:none;
	margin:0 0 0 -16px;
}
#dirnavi li {
	float:left;
	padding:0 10px 0 16px;
	font-size:86%;
	color:#888;
	font-weight:normal;
	background:url(../images/icon_dir.png) no-repeat center left;
}
#dirnavi li a,#dirnavi li a:visited {
	color: #64742b;
	text-decoration:none;
}
#dirnavi li a:hover {
	color:#666;
	text-decoration:underline;
}

/* pgContents
/*-------------------------------------*/

.sidesvbox {
	width: 234px;
}
.sidesvbox li {
	width: 234px;
	padding: 0 0 4px 0;
	list-style-type: none;
}
.sidesvbox li img {
	width: 234px;
	height: auto;
}

h5.subtt {
	margin: 10px 0;
	padding: 0 0 6px 0;
	border-bottom: solid 1px #e7cebf;
}
h5.subtt span {
	padding:0 0 0 6px;
	font-size: 1.4em;
	color: #333;
}


/* news
-------------------------------------*/

#pgnews-list ul {
	width: 660px;
	border-bottom: 1px solid #eee;
}
#pgnews-list ul li {
	border-top: 1px solid #eee;
}
#pgnews-list ul li dl {
	padding: 0 12px;
	line-height: 1.3em;
}
#pgnews-list ul li dl dt {
	padding: 0 0 4px 0;
	font-size: 1.2em;
	color: #333;
	line-height: 1.3em;
}
#pgnews-list ul li dl dd {
	font-size: 0.9em;
	color: #0da2e9;
}
#pgnews-list ul li a {
	display: block;
	padding: 14px 0;
}
#pgnews-list ul li a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.newssub-box {
	padding: 15px 20px 12px;
	border-left: 2px solid #0da2e9;
	line-height: 1.3em;
	background: #f5f5f5;
}
.newssub-box h2 {
	padding: 0 0 4px 0;
	font-size: 1.3em;
	color: #333;
	line-height: 1.3em;
}
.newssub-box .newsdate {
	font-size: 0.9em;
	color: #0da2e9;
}
.newscomm {
	padding: 50px 0 20px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.8em;
}
.newsph, .newsurl {
	padding: 20px 0;
}
.newsurl a {
	font-size: 0.9em;
	color: #0da2e9;
	text-decoration: underline;
}
.newsurl a:hover {
	text-decoration: none;
}

#backbtn {
	margin: 0 0 0 270px;
	padding: 50px 0 20px;
	width: 120px;
}
#backbtn li {
	width: 120px;
	text-align: center;
}
#backbtn li a {
	display: block;
	padding: 8px;
	font-size: 0.9em;
	color: #0da2e9;
	border: 1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
}
#backbtn li a:hover {
	background: #f5f5f5;
}


/* about
-------------------------------------*/


.topmsg {
	width: 100%;
	padding: 0;
	font-size: 1.2em;
	color: #333;
	line-height: 2.2em;
}
.topmsg a {
	color: #64742b;
	text-decoration: underline;
}
.topmsg a:hover {
	text-decoration: none;
}
.about_map img {
	width: 660px;
	height: auto;
}


/* tenkenshop
-------------------------------------*/

.bluebox {
	padding: 10px 15px;
	font-size: 1.0em;
	color: #555;
	line-height: 2.0em;
	background: #d9eab6;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}

.tenkensp01 {
	width: 640px;
	margin:0 auto;
	padding: 8px 0 6px 0;
}
.tenkensp01 ul {
	float: left;
	padding: 0;
	margin: 0 0 0 -10px;
}
.tenkensp01 ul li {
	position: relative;
	float: left;
	display: inline;
	width: 200px;
	margin: 0 0 0 20px;
}
.tenkensp01 ul li:first-child {
	width: 410px;
	margin: 0 0 0 10px;
}
.tenkensp01 ul li .fltxt {
	position: absolute;
	top: 166px;
	left: 6px;
	width: 186px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.6em;
}
.tenkensp01 ul li p {
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.6em;
}
.tenkensp01 ul li img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* teach
-------------------------------------*/

.teach_topbox {
	height: 120px;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	color: #333;
	line-height: 2.2em;
	background:url(../images/teach/teach_top.jpg) no-repeat right bottom;
}

.teach_sub {
	height: 60px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #a8ca2b;
}
.teach_sub p {
	padding: 0 0 0 12px;
	font-size: 1.2em;
	color: #333;
	line-height: 58px;
}
p.tch_ic01 {
	padding: 0 0 0 64px;
	background:url(../images/teach/icon_teach01.png) no-repeat 10px center;
}
p.tch_ic02 {
	padding: 0 0 0 64px;
	background:url(../images/teach/icon_teach02.png) no-repeat 10px center;
}
p.tch_ic03 {
	padding: 0 0 0 64px;
	background:url(../images/teach/icon_teach03.png) no-repeat 10px center;
}
p.tch_ic04 {
	padding: 0 0 0 64px;
	background:url(../images/teach/icon_teach04.png) no-repeat 10px center;
}
p.tch_ic05 {
	padding: 0 0 0 64px;
	background:url(../images/teach/icon_teach05.png) no-repeat 10px center;
}
.teach_txtbox {
	padding: 12px 6px;
	border-top: 2px solid #f9b7be;
	border-bottom: 2px solid #f9b7be;
}


/* oasis
-------------------------------------*/


.oasisimg01 img {
	width: 620px;
	height: auto;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #a8ca2b;
}
.oasisimg img {
	width: 660px;
	height: auto;
}

.numbertable2 {
	width: 100%;
	table-layout: fixed;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.numbertable2 th,
.numbertable2 td {
	padding: 8px 0;
	font-size: 1.0em;
	color: #111;
	font-weight: normal;
	line-height: 1.4em !important;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: center;
	vertical-align: middle;
}
.numbertable2 tr.toptr th,
.numbertable2 tr.toptr td {
	padding: 12px 0;
	font-size: 1.2em;
	background-color: #e0f7c9;
	vertical-align: middle;
}
.numbertable2 tr.sectr th {
	background-color: #f0bb9b;
}
.numbertable2 tr.sectr td {
	background-color: #f7dac9;
}
.numbertable2 tr.thdtr th {
	background-color: #97caf0;
}
.numbertable2 tr.thdtr td {
	background-color: #c9e3f7;
}
.numbertable2 th.mm1 {
	padding: 15px 0;
	background-color: #97caf0;
}
.numbertable2 th.mm2 {
	padding: 15px 0;
	background-color: #f0bb9b;
}
.numbertable2 th.mm3 {
	padding: 15px 0;
	background-color: #9cc673;
}


/* #LINKS
---------------------------------------------------- */

.linklist {
	width: 660px;
	display: block;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
}
.linklist img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.linklist a {
	display: block;
	padding: 6px 8px;
	color: #107db2;
}
.linklist a:hover {
	background: #e7f7fe;
}







.gm-style-iw {
	width:300px;
}
.gm-style-iw a {
	color: #22aaeb;
	text-decoration: underline;
}










.about_greet .grtxt {
	width: 410px;
	font-size: 1.0em;
	color: #333;
	line-height: 2.2em;
}

.about_bus {
	width: 100%;
	padding: 10px 0 20px 0;
}
.about_bus .bustxtbox {
	float: left;
	width: 290px;
	margin: 0;
}
.about_bus .bustxtbox p {
	padding: 10px 0px 20px 5px;
	font-size: 1.1em;
	color: #333;
	line-height: 2.2em;
}
.about_bus .busmap {
	float: right;
	width: 350px;
	margin: 0;
}

.stafflabel {
	padding: 4px 0 20px 0;
	text-align: right;
}
.stafflabel span {
	position:relative;
	margin: 0 6px 0 6px;
	padding: 0 6px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	background: #ce9a7a;
	behavior: url(PIE.htc);
}
.tooltip {
	margin: 0 0 0 -20px;
	list-style: none;
}
.tooltip li {
	width: 150px;
	margin: 0 0 0 20px;
	padding: 0 0 30px 0;
	float: left;
	position: relative;
	text-align: center;
}
.tooltip img {
	display: block;
	width: 150px;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.tooltip li div.fikidashi {
	position: absolute;
	width: 300px;
	top: -220px;
	left: -250px;
	padding: 15px 10px 15px;
	text-align: left;
	z-index: 2;
	display: none;
	border: 1px solid #e7cebf;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/pgheader.png);
}
.fikidashi dl {
	width: 280px;
	margin: 0 0 0 10px;
}
.fikidashi dl dt {
	float: left;
	width: 30px;
	padding: 3px 0;
	clear: both;
	font-weight: bold;
}
.fikidashi dl dt span {
	padding: 0 6px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	background: #ce9a7a;
	behavior: url(PIE.htc);
}
.fikidashi dl dd {
	width: 230px;
	margin-left: 30px;
	padding: 3px 0;
}

.clmlist {
	margin: 0 20px;
	list-style: none;
}
.clmlist .clmsub {
	padding: 12px 0 0 0;
	text-indent: -0.8em;
	font-weight: bold;
}
.clmlist li:first-child {
	padding: 0 0 0px 0;
}


/* scedule
-------------------------------------*/

.sc-hoikubox {
	width: 660px;
}

.sc-hoikubox p {
	width: 630px;
	padding: 12px 15px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.7em;
}
.sc-floorbox p {
	width: 640px;
	padding: 12px 10px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.7em;
}

.ysbox .ysleft {
	float: left;
	width: 320px;
	padding: 0;
}

.ysbox .ysright {
	float: right;
	width: 320px;
	padding: 0;
}
.ysbox .ysbox-item {
	width: 300px;
	padding: 8px 0 20px 0;
}
.ysbox .ysbox-item dl {
	padding: 0 0 4px 6px;
	color: #333;
	line-height: 1.3em;
	list-style-type: none;
}
.ysbox .ysbox-item dl dt {
	padding: 0 0 10px 18px;
	font-size: 1.2em;
	font-weight: bold;
}
.ysbox .ysbox-item dl dd {
	padding: 0 0 6px 8px;
	font-size: 1.0em;
}
.ysbox .ys01 dt {
	color: #fd7583;
	background: url(../images/icon_cl01.png) no-repeat 0 0;
}
.ysbox .ys02 dt {
	color: #7cac3a;
	background: url(../images/icon_cl02.png) no-repeat 0 0;
}
.ysbox .ys03 dt {
	color: #e8d422;
	background: url(../images/icon_cl03.png) no-repeat 0 0;
}
.ysbox .ys04 dt {
	color: #34a2f4;
	background: url(../images/icon_cl04.png) no-repeat 0 0;
}
.ysbox .ys05 dt {
	color: #ef840e;
	background: url(../images/icon_cl05.png) no-repeat 0 0;
}
.ysbox .ys06 dt {
	color: #922790;
	background: url(../images/icon_cl06.png) no-repeat 0 0;
}
.ysbox .ys07 dt {
	color: #00957b;
	background: url(../images/icon_cl07.png) no-repeat 0 0;
}

.ilst01 {
	height: 130px;
	background: url(../images/scedule/ilst01.jpg) no-repeat right bottom;
}
.ilst02 {
	height: 200px;
	background: url(../images/scedule/ilst02.jpg) no-repeat right bottom;
}
.ilst03 {
	height: 110px;
	background: url(../images/scedule/ilst03.jpg) no-repeat right bottom;
}
.ilst04 {
	height: 130px;
	background: url(../images/scedule/ilst04.jpg) no-repeat right bottom;
}
.ilst05 {
	height: 240px;
	background: url(../images/scedule/ilst05.jpg) no-repeat right bottom;
}
.ilst06 {
	height: 150px;
	background: url(../images/scedule/ilst06.jpg) no-repeat right bottom;
}



/* guide
-------------------------------------*/

table.outline {
	width: 100%;
}
table.outline tr.trclr {
	background: #eeeeee;
}
table.outline th {
	width: 25%;
	padding: 8px 0 8px 8px;
	line-height: 1.6em;
	border-bottom: dotted 1px #d1a185;
}
table.outline td {
	width: 75%;
	padding: 8px 0;
	line-height: 1.6em;
	border-bottom: dotted 1px #d1a185;
}

.phtxtbox {
	width:660px;
}
.phtxtbox p {
	float: left;
	font-size: 1.1em;
	padding: 12px 30px 6px 4px;
}
.phtxtbox .phbox {
	float: right;
}


/* floor
-------------------------------------*/

#floorbox {
	width: 660px;
	position:relative;
}
#floorbox .floorsub {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.fbox1 {
	width: 660px;
	margin: 0 auto;
	background: url(../images/floor/1f.jpg) no-repeat center 0;
}
.fbox2 {
	width: 660px;
	margin: 0 auto;
	background: url(../images/floor/2f.jpg) no-repeat center 0;
}
.fbox3 {
	width: 660px;
	margin: 0 auto;
	background: url(../images/floor/3f.jpg) no-repeat center 0;
}
.fbox4 {
	width: 660px;
	margin: 0 auto;
	background: url(../images/floor/4f.jpg) no-repeat center 0;
}
.floorcomm li {
	padding: 0 0 6px 20px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.5em;
	list-style-type: none;
}
.fbox1 .floorsub {
	height: 390px;
}
.fbox2 .floorsub {
	height: 250px;
}
.fbox3 .floorsub {
	height: 390px;
}
.fbox4 .floorsub {
	height: 400px;
}

.floorcomm {
	padding: 0 0 6px 20px;
}
.fbox1 .floorcomm li {
	background: url(../images/icon_cl04.png) no-repeat 0 2px;
}
.fbox2 .floorcomm li {
	background: url(../images/icon_cl02.png) no-repeat 0 2px;
}
.fbox3 .floorcomm li {
	background: url(../images/icon_cl06.png) no-repeat 0 2px;
}
.fbox4 .floorcomm li {
	background: url(../images/icon_cl01.png) no-repeat 0 2px;
}
.phicon {
	position:absolute;
	display: block;
	width: 56px;
	height: 56px;
}
.phicon a {
	display: block;
	cursor: pointer;
}

.ph101 { top: 260px; left: 180px; }
.ph102 { top: 144px; left: 260px; }
.ph103 { top: 144px; left: 520px; }
.ph104 { top: 124px; left: 340px; }

.ph201 { top: 124px; left: 340px; }
.ph202 { top: 180px; left: 260px; }

.ph301 { top: 260px; left: 234px; }
.ph302 { top: 210px; left: 160px; }
.ph303 { top: 290px; left: 460px; }

.ph401 { top: 200px; left: 380px; }
.ph402 { top: 260px; left: 140px; }
.ph403 { top: 284px; left: 540px; }
.ph404 { top: 60px; left: 540px; }



/* access
-------------------------------------*/

.acmaptop {
	width:660px;
}
.acmaptop .logobox {
	float: left;
	width: 280px;
}
.acmaptop .logobox li {
	font-size: 1.1em;
	padding: 0 0 3px 0px;
}
.acmaptop .mapbox {
	float: right;
	width: 360px;
}
#gmap {
	width: 660px;
	height: 400px;
}

/* webcam
-------------------------------------*/

.agreebox {
	width: 300px;
	margin: 0 0 0 180px;
}
.agreebox th {
	width: 50px;
	padding: 10px 0px;
	text-align: center;
}
.agreebox td {
	width: 100px;
	padding: 10px 0px;
	text-align: left;
}

.formbtn {
	width: 660px;
	text-align: center;
}
.formbtn .btn {
	padding: 8px 28px;
}


/* topics
-------------------------------------*/

.topicsbox h2.date {
	font-size: 1.0em;
	padding: 0 0 4px 0;
}
.topicsbox h3.title {
	font-size: 1.4em;
	padding: 0 0 12px 0;
	line-height: 1.5em;
	border-bottom: dotted 1px #999;
}
.topicsbox p {
	font-size: 1.1em;
	padding: 20px 0;
	line-height: 1.8em;
}
.topicsbox div.img {
	width: 660px;
	text-align: center;
}
.topicsbox div.img img {
	padding: 20px 0;
}
.topicsbox a.pdf {
	display: inline;;
	padding: 5px;
	text-decoration: underline;
}

.topicsbox a.pdf:hover {
	background-color: #ffddc6;
}

.topicsbox {
	width: 660px;
	margin: 20px 0;
}
.topicsbox td {
	border-bottom: 1px dotted #dddddd;
	vertical-align: top;
}
.topicsbox .td_left {
	width: 80px;
	padding: 8px 0;
}

.topicsbox .td_right {
	width: 560px;
	padding: 8px 10px;
}

.topicsbox .td_right a {
	display: block;
	background-color: #fff;
	text-decoration: none;
}

.topicsbox .td_right a:hover {
	background-color: #fff9ee;
}

.pgnavi {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px;
}
.pgnavi ul {
	position: relative;
	left: 50%;
	float: left;
}

.pgnavi ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0;
}

.pgnavi li span {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #666;
	background: #fff9ee;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}
.pgnavi li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	color: #ff9a57;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

.pgnavi li a:hover {
	color: #fff;
	background: #ff9a57;
	border-color: #999;
}



/* search
---------------------------------------------------- */

.gomapbtn .sbtn01 {
	float: left;
	width: 300px;
}
.gomapbtn .sbtn02 {
	float: right;
	width: 160px;
}

.search-main {
	width: 660px;
	margin: 0;
	padding: 10px 0;
	background: #ececec;
}

.sch_searchbox {
	width: 640px;
	margin: 0 10px;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.sch_searchbox h3.sch_glass {
	margin:0 0 0 24px;
	padding:30px 0 4px 0;
	background:url(../images/search/icon_search.png) no-repeat 0 bottom;
}
.sch_searchbox h3.sch_glass em {
	margin:0 0 0 34px;
	padding:0;
	font-size:130%;
	color:#111;
	font-weight:normal;
	background:url(../images/line_2.png) repeat-x 0 bottom;
}
.sch_searchbox ul {
	float: left;
	margin: 15px 0 0 -125px;
	list-style-type: none;
}
.sch_searchbox ul li {
	float: left;
	display: inline;
	width: 110px;
	margin: 0 0 10px 15px;
}

.sch_searchbox ul li a {
	display: block;
	width: 110px;
	padding: 22px 0;
	color:#333;
	text-decoration:none;
	text-align: center;
}
.sch_searchbox ul li.ar1 a {
	background: #d4cae4;
}
.sch_searchbox ul li.ar2 a {
	background: #a3d7eb;
}
.sch_searchbox ul li.ar3 a {
	background: #e4edb0;
}
.sch_searchbox ul li.ar4 a {
	background: #fbdebe;
}
.sch_searchbox ul li.ar5 a {
	background: #fadcdb;
}
.sch_searchbox ul li a:hover {
	color:#fff;
	background: #0397d9;
}

.motion,
.motion2 {
	width: 500px;
	display: none;
}
#motion_area1,
#motion2_area1 {
	display: block;
}
.motion p,
.motion2 p {
	width: 610px;
	margin: 100px 15px 15px;
	background: #fff;
	line-height: 100px;
	text-align: center;
}
.motion p.fukui,
.motion2 p.fukui {
	padding: 20px 0;
	line-height: 30px;
}
.motion p a,
.motion2 p a {
	padding: 0 12px;
	color: #111;
	text-decoration: underline;
}
.motion p a:hover,
.motion2 p a:hover {
	color: #149fe2;
	text-decoration: none;
}

#motion_area1 p,
#motion2_area1 p {
	background: #fff;
}
#motion_area2 p,
#motion2_area2 p {
	background: #d4cae4;
}
#motion_area3 p,
#motion2_area3 p {
	background: #a3d7eb;
}
#motion_area4 p,
#motion2_area4 p {
	background: #e4edb0;
}
#motion_area5 p,
#motion2_area5 p {
	background: #fbdebe;
}
#motion_area6 p,
#motion2_area6 p {
	background: #fadcdb;
}
a.active,
a.active2 {
	background: #ddd;
}

.sch_searchbox h6 {
	margin:0 0 0 34px;
	padding:10px 0;
}
.sbtnbox {
	height: 28px;
}
.searchbtn {
	float: right;
	margin: -24px 0 0;
	padding: 0 0 20px;
}
.searchbtn ul {
	float: left;
	height: 27px;
	list-style: none;
	margin: 0 0 0 -16px;
}
.searchbtn ul li {
	float: left;
	width:144px;
	margin: 0 0 0 6px;
}


.searchmsg {
	margin: 0;
	padding: 0 0 10px;
	color: #666;
}
.searchmsg span {
	color: #ff0000;
}

.searchmsg h6 {
	display: inline;
	margin: 0 4px;
	padding: 6px 18px;
	color: #111;
	background: #edf6d5;
}
.searchmsg h6 span {
	padding: 0 0 0 10px;
	color: #111;
}


.sch_linkmsg {
	padding:4px 0;
	font-size:14px;
	color:#ff0000;
}


.sch_itembox {
	width: 660px;
	padding:0;
	border-top: solid 1px #2cb3f3;
}
.sch_itembox .sch_iteml {
	width: 660px;
	margin: 0;
	padding: 8px 0 7px 0;
	border-bottom: solid 1px #2cb3f3;
	line-height: 1.3em;
	cursor: pointer;
}
.sch_itembox .sch_iteml:hover {
	background: #e4f5fe;
}
.sch_itembox .sch_iteml .sch_photo {
	float: left;
	width: 160px;
	text-align: center;
}
.sch_itembox .sch_iteml .sch_photo .itemph {
	width: 140px;
	height: 105px;
	padding: 0 0 8px;
}
.sch_itembox .sch_iteml .sch_photo p {
	margin: 0;
}

.sch_itembox .sch_iteml .sch_detail {
	float: right;
	width: 500px;
}
.sch_itembox .sch_iteml .sch_detail table {
	width: 480px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.3em;
}
.sch_itembox .sch_iteml .sch_detail table th {
	padding: 4px 0 6px;
	font-size: 1.1em;
	color: #12a9f1;
}
.sch_itembox .sch_iteml table th a,.sch_itembox .sch_iteml table th a:visited {
	color: #12a9f1;
	text-decoration: underline;
}
.sch_itembox .sch_iteml table th a:hover {
	color: #12a9f1;
	text-decoration: none;
}
.sch_itembox .sch_iteml .sch_detail table td.tdadd {
	font-size:14px;
	color:#444;
}
.sch_itembox .sch_iteml .sch_detail table td.tdtel {
	padding: 0px 0 8px;
	text-align: right;
}
.sch_itembox .sch_iteml .sch_detail table td.tdtel span {
	padding: 4px 0 4px 30px;
	font-size: 1.2em;
	color: #188ace;
	background: url(../images/search/icon_tel.png) no-repeat 0 center;
}
.sch_itembox .sch_iteml .sch_detail table td.tdcom {
	padding: 12px 0 4px;
	font-size:14px;
	color:#444;
	line-height:1.6em;
	border-top: dotted 1px #999;
}



.sch_itembox .sch_items {
	width: 660px;
	margin: 0;
	padding: 2px 0 1px 0;
	border-bottom: solid 1px #2cb3f3;
}
.sch_itembox .sch_items table {
	width: 660px;
	margin: 0;
	line-height: 1.3em;
}
.sch_itembox .sch_items table.trclick tr {
	cursor: pointer;
}
.sch_itembox .sch_items table.trclick tr:hover {
	background: #e4f5fe;
}
.sch_itembox .sch_items table th {
	padding: 5px 10px;
	font-size: 0.90em;
	color: #333;
	border-top: solid 1px #2cb3f3;
}
.sch_itembox .sch_items table tr:first-child th{
	border-top: none;
}
.sch_itembox .sch_items table th a,.sch_itembox .sch_items table th a:visited {
	color: #12a9f1;
	text-decoration: underline;
}
.sch_itembox .sch_items table th a:hover {
	color: #12a9f1;
	text-decoration: none;
}

.sch_itembox .sch_items table td {
	padding: 8px 0 7px;
	border-top: solid 1px #2cb3f3;
}
.sch_itembox .sch_items table tr:first-child td {
	border-top: none;
}
.sch_itembox .sch_items table td.tdadd {
	width: 200px;
	font-size: 0.76em;
	color:#444;
}
.sch_itembox .sch_items table td.tdtel {
	width: 155px;
	text-align: right;
}
.sch_itembox .sch_items table td.tdtel span {
	padding:0 0 0 30px;
	font-size: 1.2em;
	color: #188ace;
	background: url(../images/search/icon_tel.png) no-repeat 0 center;
}
.sch_itembox .sch_items table td.hpbtn {
	width: 55px;
	text-align: center;
}
.sch_itembox .sch_items table td.nohit {
	padding: 48px 0;
	font-size:14px;
	color: #333;
	text-align:center;
}



#smapbox {
	width: 660px;
	height: 640px;
	background: url(../images/search/toyamamap.gif?20200609) no-repeat;
	position: relative;

}
#smapbox2 {
	width: 660px;
	height: 640px;
	background: url(../images/search/toyama-city.gif?20200609) no-repeat;
	position: relative;
}
#smapbox3 {
	width: 660px;
	height: 640px;
	background: url(../images/search/takaoka-city.gif?20200609) no-repeat;
	position: relative;
}

.tabs {
	display:block;
	overflow:hidden;
	clear:both;
}
.tabs-toptxt {
	float: left;
	width: 400px;
	height: 40px;
}
.tabs-toptxt p {
	height: 30px;
	padding: 10px 0 0;
}
.tabs-topbtn {
	float: right;
	width: 150px;
}
.tabs li {
	float:left;
	width: 150px;
	text-align:center;
}
.tabs a {
	display:block;
	text-decoration:none;
	padding: 5px 10px 3px;
	border: solid 5px #ececec;
	border-bottom: none;
	color:#fff;
	background: #000;
}
.tabs a:hover {
	color: #333;
	background:#fff;
}



