<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*********************************************
  ****
  /style.css
*********************************************/

@import "./common/css/base2.css";


/*==================================
  Main Layout
==================================*/
/*--visual_area--*/
div#visual { height:300px; width:720px; margin:0 auto; text-align:center; position: absolute; left: 0px; top: 20px; }
.anythingSlider {width:720px; height:300px; position:relative; margin:0 auto;}
.anythingSlider .wrapper {text-align:center; width:720px; height:300px; margin:0; overflow:auto; position:absolute; top:0; left:0;}
.anythingSlider .wrapper h2 {display:none;}


.anythingSlider .wrapper ul {width:32700px; list-style:none; position:absolute; top:0; left:0; margin:0;}
.anythingSlider .wrapper ul li {display:block; float:left; padding:0; height:330px; width:720px; margin:0;}
.start-stop	{display:none;}
.anythingSlider .arrow {display:none;}

.thumbNav {margin:0 auto; text-align:center; position:absolute; top:290px; right:0; z-index:100;width:120px;}
.thumbNav li {list-style:none; display:inline; list-style:none;height:22px; width:25px;margin-left:5px; }

.thumbNav .link_1 a 		{display:inline-block; background:url(./img/slide-btn01.png) no-repeat bottom; font-size:0px;height:22px; width:25px;}
.thumbNav .link_1 a:hover	{background: url(./img/slide-btn01_ov.png) no-repeat bottom;}
.thumbNav .link_1 a.cur		{background: url(./img/slide-btn01_ov.png) no-repeat bottom;}
.thumbNav .link_2 a 		{display:inline-block; background:url(./img/slide-btn02.png) no-repeat bottom; font-size:0px;height:22px; width:25px;}
.thumbNav .link_2 a:hover	{background: url(./img/slide-btn02_ov.png) no-repeat bottom;}
.thumbNav .link_2 a.cur		{background: url(./img/slide-btn02_ov.png) no-repeat bottom;}
.thumbNav .link_3 a 		{display:inline-block; background:url(./img/slide-btn03.png) no-repeat bottom; font-size:0px;height:22px; width:25px;}
.thumbNav .link_3 a:hover	{background: url(./img/slide-btn03_ov.png) no-repeat bottom;}
.thumbNav .link_3 a.cur		{background: url(./img/slide-btn03_ov.png) no-repeat bottom;}


/*--main--*/

dl#boshu-box {margin-bottom:50px;}
dl#boshu-box dd{ background-image: url(img/boshu-bottom.png); background-position: center bottom; width: 700px;padding:10px 0px 10px 0px; }
dl#boshu-box dd p{padding:0px 25px 1em 25px;}

dl.course-other{width:315px;float:left;margin:15px;border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC;padding-bottom:5px;}
dl.course-other dt{float:right;}
dl.course-other dd p{padding:0px;line-height:1.6;}
dl.course-other dd {width:190px;}

dl.course-other02{width:315px;float:left;margin:15px;padding-bottom:5px;}
dl.course-other02 dt{float:right;}
dl.course-other02 dd p{padding:0px;line-height:1.6;}
dl.course-other02 dd {width:190px;}

table.school-list{width:700px;margin:15px 5px 15px 5px;}
table.school-list th{ padding:5px; background-image: url(common/img/f-back.png); text-align: center; white-space: nowrap; }
table.school-list td{ padding:5px; background-image: url(common/img/td-white.png); }
table.school-list td.td-center{text-align:center;}

table.contact-list{width:660px;margin:15px}
table.contact-list th{ padding:5px; background-image: url(common/img/f-back.png); text-align: left; white-space: nowrap; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #DCCEC9; }
table.contact-list td{ padding:5px; background-image: url(common/img/td-white.png); border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #DCCEC9; }
table.contact-list td input{ margin:5px;  }
table.contact-list td label{ margin:5px; }
table.contact-list td select{ margin:5px; }

table.contact-list td span.setsumei{ font-size:12px; color:#F60; }


.white-box-inner .box-q{ background-image: url(common/img/sen.jpg); background-repeat: no-repeat; background-position: left bottom; padding-bottom: 5px; margin:10px;}
.white-box-inner p.question{ background-image: url(common/img/q.jpg); background-repeat: no-repeat; background-position: left 0.2em; padding: 10px 0px 0px 35px; font-weight: bold; }
.answer{padding:10px;}
.closeBtnHat{text-align:right;clear:both;}

#gmap{padding:10px; height:400px;margin:30px 5px 60px 5px;line-height:40px;}
#smap{padding:10px; margin:5px 10px; line-height:40px;}
#form-btn{width:400px;margin:0px auto 0px auto;}
#form-btn li{ display: inline; list-style-type: none; background-image: none;margin:0px;padding:0px; }
</pre></body></html>