@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}

object, embed {
	vertical-align: top;
}
hr {
	display: none;
}

legend {
	margin:0 10px;
	font-size:90%;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background:#FFF;
	border-top:dashed 5px #7fbd01;
	border-bottom:dashed 5px #7fbd01;
}

.cl {
	clear:both;
}


/* ------ Anchor ------ */


a:link {

}

a:visited {

}

a:hover {
	text-decoration:none;
	color:#903;
}

a:active {
	color:#00F;
	text-align:none;


}

a:focus{


}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align:  right;

}

.red{
	color:#C00;
}

.bo{
	font-weight:bold;
	}

.pdf{
	clear:both;
	background:url(../images/pdf.png) no-repeat;
	padding:5px 0 5px 40px;
	font-size:90%;
}

.url{
	clear:both;
	font-size:90%;
	padding:5px 0 5px 30px;
	background:url(../images/info/list.png) 15px 10px no-repeat;
	margin-left:0;
	}
	
.url_right{
	clear:both;
	font-size:90%;
	padding:5px 0 5px 30px;
	background:url(../images/info/list.png) 15px 10px no-repeat;
	float:right;
	margin:0 10px;
	}	

.otherwindow {
	display:inline-block;
	font-size: 60%;
	font-weight: normal;
	background:#EAF4FF;
	color: #000;
	border-radius: 4px;
	padding: 0 4px;
	margin: 0 4px;
	border: 1px solid #55aad1;
	vertical-align: text-bottom;
	word-wrap: break-word;

}

.t10 {
	margin-top:10px !important;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#container02 {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}


/* ------ Column ------ */

.row {
	max-width: 1050px;
	margin: 0 auto;
}


/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 2.85714285714286%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 2.85714285714286%;
}

.col.left02 {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right02 {
	float: right;
	margin-left: 2.85714285714286%;
}

.col.left03 {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right03 {
	float: right;
	margin-left: 2.85714285714286%;
}

/* 各カラムの幅を％で設定 */
.one-six {width: 14.28571428571430%;}
.two-six {width: 31.42857142857140%;}
.three-six{width: 48.57142857142860%;}
.four-six{width: 65.71428571428570%;}
.five-six{width: 82.85714285714290%;}



/* ------ Header ------ */

header {
	width: 100%;
	padding: 0;
}

header .row {
	position: relative;
}

header h1 {
		padding:0;
		margin:0;
	
}


header .logo {
	margin:20px 5px 10px 5px;
}

header .logo img {
	padding:0;
	margin:0;

	
}

.search {
	width:100%;
	margin:40px auto 0 auto;
	padding:0;
	height:50px;
}

#cse-search-box {
	width:315px !important;
	text-align:center;
	margin:0 auto;
}

#cse-search-box .search-box {
	width:230px !important;
	height:20px;
	padding:3px;
	font-size:90%;
}


#cse-search-box .search-botton {
	padding:2px 3px;
	background:#060;
	border:#060 1px solid;
	color:#FFF;
	font-size:90%;
	font-weight:bold;
}


#nav {
	text-align:center;
	width: 90%;
	margin-top:0;
	margin-bottom:0;
	color:#000;
	}


#nav li {
	display: inline-block;
	width:13%;
	padding: 20px 0 ;
	border-left: dotted 1px #ddd;
	font-size: 90%;
	line-height:1.5em;

}

#nav li:first-child {
	padding-left: 0;
	border-left: none;
}

#nav a:link,
#nav a:visited {
	color: #000;
	text-decoration: none;
}

#nav a:hover,
#nav a:active{
	border-bottom:#55aad1 solid 3px;

}

	
#nav .sub {
	clear:both;
	font-size:60%;
	color:#3CF;
}
	
	
#nav img{
	padding:0;
	margin:0;
	vertical-align:middle;

}

.menu {
	border-top:1px #999 solid;	
	border-bottom:1px #999 solid;
	padding:0;
}


.inner {
    width: 980px;
    margin: 0 auto;
}


 
/* ------ top-head------ */
#top-head {
	display:none;
	background:none;
    top: -190px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position:absolute;
	top:10px;
    right: 300px;
    bottom: 0;
    font-size: 100%;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 

/* ------ Toggle Button------ */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


	
/**** 本文へ_スキップ用リンク ****/
.skip {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}
.skip a {
	background-color: #fff;
	height: 0;
	width: 0;
	font-size: 0.1%;
	line-height: 0.1;
	position: absolute;
	top: -500px;
	left: 0;
	z-index: 9999;
	padding: 4px 0;
	overflow: hidden;
}
.skip a:active, .skip a:focus {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	left: 0;
	right: 0;
	top: 0;
	line-height: 1.5;
}
.skip_none{
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

#HONBUN{
	clear:both;
}



#main_img {
	width: 100%;
  overflow: hidden;
	}
	
#keyimg {
	max-width:100%;
  overflow: hidden; //横スクロールさせないようにする
}
#keyimg .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; //両サイドが表示される
  height: 545px !important;
  //z-index: 1; //スマホやタブレットでスワイプできないときに指定
}
.bx-wrapper .bx-prev {
  left: -50px !important;
}
.bx-wrapper .bx-next {
  right: -50px !important;
}



/* ------ TOP ------ */

#top{
	margin-top:20px;

	}

#calendar{
	margin:60px 0 20px;
		}

#calendar h3{
	font-size:95%;
		}

/* ------ News ------ */

#news_frame{
	width: 65.71428571428570%;
	margin:0 auto;
	}


#news {
	width:100%;
	margin-top:20px;
	padding-bottom:0;
	margin-bottom:0;
}

#news h1{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
}

#news h2 {
	background:url(../images/top/news_mark.png) no-repeat 40%    ;
	padding:10px 5px 5px 5px;
	border-bottom:#55aad1 dashed 3px;
	font-weight:bold;
	text-align:center;
}

.subtitle_s {
	color:#005dae;
	float:right;
	margin-right:10px;
}

#news dl  {
	width:100%;
	padding:5px 0;
	margin:auto;
}

#news dt  {
	
	font-size: 90%;
	float:left;
}

#news dd  {
	font-size: 90%;
	margin-left:130px;
}


#news .bo  {
	 font-weight:bold;
}

.news{

	margin:5px 15px 0 10px;
		}
		
/* ------ TOP02 ------ */		


#top02{
	margin-top:20px;
	background:

	}
	
	
#about {
	width: 65.71428571428570%;
	margin:0 auto 50px auto;
	padding-bottom:0;
	clear:both;
}


#about h2 {
	background:url(../images/top/about_mark.png) no-repeat 13%    ;
	padding:10px 5px 5px 5px;
	border-bottom:#55aad1 dashed 3px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}	

#about p {
	line-height:2em;
	font-size:88%;

}	
	
.category{
	margin-top:20px;
	padding:20px 0;
	background:#F7FBFF;

	}


#top02 h3{
	font-size:95%;

	}


.cate_01{
	margin-bottom:20px;
	text-align:center;
}

.cate_02{
	margin-bottom:20px;
	text-align:center;
}

.cate_03{
	margin-bottom:20px;
	text-align:center;
}


.cate a{
	display:inline-block;
}


.cl_item{
	clear:both;
	
}

/* ------ TOP03 ------ */		


#top03{
	margin-top:20px;

	}

#top03 h4  {
	background:	url(../images/top/facilities_bird.jpg) no-repeat;
	padding:10px 5px 3px 45px;
	border-bottom:#005dae solid 2px;
	font-weight:bold;
	margin-bottom:10px;	
}

#top03 p {
	padding:5px 10px;
	font-size:90%;
	line-height:1.5em;
}




#top03 .company p  {
	 margin:0 10px 10px 15px;
	 padding:0;
	 font-weight:bold;
	 font-size:85%;

}

#top03 .company h2  {
	font-weight:bold;
	margin-left:15px;
	margin-bottom:0;
}



#top03 .company dl  {
	margin-left:5px;
	padding: 5px 10px;
	font-size: 90%;
}

#top03 .company dt  {
	font-weight: bold;
	margin-bottom:8px;
	float:left;
}

#top03 .company dd  {
	margin-bottom:8px;
	margin-left:110px;
}

#top03 .fb-container  {
	width:98%;
	margin:0 auto;
	text-align:center;
}

/* ------ Title ------ */

#title {

}

#title h1{
  padding: 1em 0.5em;/*文字周りの余白*/
  color: #000;
  text-align: center;

  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-weight:bold;
  font-size:120%;
  text-align:center;
}

#title p{
  padding: 1em 0.5em;/*文字周りの余白*/
  color: #000;
  text-align: center;

  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-weight:bold;
  font-size:120%;
  text-align:center;
}

/* ------ topicpath  ------ */

#topicpath{
	margin-top:20px;

	}

.topicpath{
	font-size:90%;
}

.topicpath ol{
	margin-left:5px;
	padding-left:0;
}


.topicpath ol li {
        display: inline;
        list-style-type: none;
}


.topicpath a:hover{
	color:#006;
	font-weight:bold;
	text-decoration:none;
}




/* ------ Cont ------ */

#cont{
	margin-top:20px;
	}
	
#cont h1{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
}


#cont h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
	}
	
#cont h3{
	margin:10px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #ccc;
	line-height:1.2em;
  }	
  
#cont h3.h3_active{
	margin:10px 5px;
	border-left: none;
	border-bottom: double 5px #FC0;
  }	  
	
#cont p {
	margin:0 10px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
}

#cont ul {
	margin: 1em 0;
	padding: 0 10px 0 30px;
	list-style-type: disc;
	font-size:90%;
}

#cont ul li {
	margin-bottom:10px;

}

#cont ol{
	font-size:90%;
	margin:10px;
	padding-left:30px;

	}
	
#cont ol p{
	font-size:100%;
	}	
	
#cont ol ul{
	font-size:100%;
	padding-left:10px;
	}
	
#cont ul ol{
	font-size:100%;

	}		
	


#cont .box {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}


#cont table {
	width:805px;
	margin: 0 10px 30px 10px;
	font-size:85%;
	}
	
#cont table caption {
	display:none;
	
	}	

#cont th {
	padding: 5px 15px;
	background: #ddf4ff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	width:200px;
	}
	
#cont th.time{
	border-top: 1px solid #000;
	}
	
#cont th.room{
	border-left: 1px solid #000;
	}
	
#cont th.title{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}					
	

#cont td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	}


#cont .scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
#cont .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
#cont .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
#cont .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#cont table.meguri {
	width:260px;
	margin: 10px;
	font-size:85%;
	}
	

#cont table.meguri caption {
	display:block;
	font-size:95%;
	border-left: #039 solid 6px;
	padding:0 0 0 10px;
	font-weight:bold;
	}	

#cont table.meguri th {
	padding: 5px 15px;
	background: #ddf4ff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
	width:120px;
	border-left: 1px solid #000;
	}

#cont table.meguri td {
	padding: 5px 15px;
	border-left: 1px solid #000;
	}

#cont .link {
	padding: 0 10px 0 15px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}

#cont ul li p.link {
	font-size:100%;
	margin-left:0;
	}
	

#cont02{
	margin-top:20px;

	}

#cont02 h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
}

#cont02 h3{
	margin:10px 5px 20px 5px;
	font-weight: bold;
	padding: 8px 10px;
	border-left: solid 4px #ccc;
	line-height:1.2em;
  }
  
#cont02 h4{
	margin: 8px 15px 0 10px;
	font-weight: bold;
  } 
  
#cont02 h5{
	margin: 8px 15px 0 15px;
	font-weight: bold;
	font-size:90%;
  }   
  
#cont02 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
} 


#cont02 table.bus {
	margin: 10px;
	font-size:85%;
	text-align:center;
	}
	
#cont02 table caption {
	font-size:90%;
	border-left: #039 solid 6px;
	padding:0 0 0 10px;
	font-weight:bold;
	}	

#cont02 table.bus th {
	padding: 5px 15px;
	background: #ddf4ff;
	border: 1px solid #000;
	width:160px;
	text-align:center;
	}

#cont02 table.bus td {
	padding: 5px 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;

	}



#cont02 ol{
	font-size:90%;
	margin:10px;
	padding-left:30px;
	}

#cont02 .link {
	padding: 0 10px 0 15px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}

#cont02 .box {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}


#cont02 dd p.link {
	font-size:100%;
	margin-left:0;	
} 


#cont03{
	margin-top:20px;

	}

#cont03 h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#060 solid 5px;
	border-bottom:#060 solid 1px;
	}
	
#cont03 h4{
	margin: 8px 15px 0 15px;
	font-weight: bold;
  } 	

#cont03 p {
	margin:0 10px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
}


#cont h4 {
	font-size:100%;
	font-weight:bold;
	margin:10px;
	border-left: 6px double #CCC;
	padding-left:10px;
}


#cont h5 {
	font-size:90%;
	font-weight:bold;
	margin:5px 0 0 10px;
	text-align:left;
	padding:0;
}




.facility dl  {
	margin:15px;
	padding: 5px 10px;
	font-size: 90%;
}

.facility dt  {
	font-weight: bold;
	margin-bottom:10px;
	float:left;
}

.facility dd  {
	margin-bottom:10px;
	margin-left:150px;
}

.facility p  {
	font-size:100%;
}

.googlemap  {
	margin-top:20px;
	width:100%;
	height:450px;
	border:0;

}


		

/* ------ facilities ------ */

#facilities{
	margin-top:20px;

	}


#facilities h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
}

#facilities h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:10px auto 10px auto;
  }


#facilities h4 {
	font-size:100%;
	font-weight:bold;
	margin:10px 10px 20px 0;
	border-left: 6px double #CCC;
	padding-left:10px;
	line-height:1.3em;
}


#facilities h5 {
	font-size:80%;
	font-weight:bold;
	margin:5px 0 0 10px;
	text-align:left;
	padding:0;
}


#facilities p {
	padding:0 10px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
}

#facilities .box {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}


#facilities ol {
	font-size:90%;
	padding-left:30px;
	line-height:1.2;
	margin-top:0;
}


#facilities .box p {
    margin: 0; 
    padding: 0;
}


#facilities .link {
	padding: 0 10px 0 15px !important;
	margin-bottom:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}

#facilities .link02 {
	padding: 0 10px 0 15px !important;
	margin-bottom:10px;
	margin-left:10px;
	background:url(../images/info/list.png) 0 5px no-repeat;
}


#facilities .btn_top{
	margin:10px auto;
	padding:0;
	width:300px;
}


#facilities .square_btn_sh {
  display: inline-block;
  background-color: #eee;
  border: #ccc solid 2px;
  color: #000;
  text-align:center;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 20px;
  width:90%;
}

#facilities .square_btn_sh span {
	display: block;
	font-size:80%;
}


#facilities .square_btn_sh:active,
#facilities .square_btn_sh:hover,
#facilities .square_btn_sh:focus{
	color:#fff;
	background:#666;
}




/* ------ parking ------ */

#parking{
	margin-top:20px;

	}
	
#parking h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:10px;
  }	

#parking h4 {
  width:95%;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-bottom: solid 2px #ccc;
  margin:10px auto 10px auto;
}

#parking h5 {
  font-weight: bold;
  padding: 2px 10px;
  text-decoration: none;
  border-left: solid 5px #ccc;
  margin:10px auto;
}

#parking  p {
	padding:0 10px;
	font-size:90%;
	line-height:1.5em;
	text-align:left;
}


#parking .box {
   position: relative;
    margin: 1em 0;
    padding: 1em 1em 1em 1em;
}



#parking ul {
	margin: 1em 0;
	padding: 0 10px 0 30px;
	list-style-type: disc;
	font-size:90%;
}

#parking ul li {
	margin-bottom:10px;
}



/* ------ info ------ */

#info {
	margin-top:20px;

	}


#info h2{
	margin:10px 5px 20px 5px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#55aad1 solid 5px;
	border-bottom:#55aad1 solid 1px;
}

#info h3{
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  border-left: solid 4px #ccc;
  line-height:1.2em;
  margin:5px;
  }


#info h4 {
	font-size:95%;
	font-weight:bold;
	margin:20px 10px 0 10px;
}

#info h5 {
	font-size:90%;
	font-weight:bold;
	margin:10px 15px 0 15px;
	text-align:left;
	padding:0;
}


#info p {
	margin:0 10px;
	font-size:90%;
	line-height:1.5em;
}


#info ul {
	margin: 1em 5px 1em 10px;
	padding: 0 10px;
	font-size:90%;
}

#info ul li {
	padding: 0 0 0 20px;
	margin:0 5px 10px 0;
	background:url(../images/info/list.png) 0 5px no-repeat;


}

#info ul ul{
	font-size:100%;
	padding:0;
	}

#info ol {
	margin: 1em 20px;
	padding: 0 10px;
	font-size:90%;
}

#info ol li {
	margin-bottom:10px;
}

/* ------result ------ */

#cont td.gsc-result-info-container {
	border:none;
}


#cont td.gsc-orderby-container {
	border:none;
}


/* ------ Page Top ------ */

.f_bottom {
	margin-top:80px;
	width:100%;
	height:50px;
	background:url(../images/facilities/bk_bottom.jpg) repeat-x;
	}		


#page-top {
	margin-top:30px;
	border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
}

#page-top p {
	font-size: 80%;
	border-top: solid 1px #dedede;
}

#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #000;
	border-top: solid 1px #e5e5e5;	
}

#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active,
#page-top a:focus{
	color:#FFF;
	background-color:#666;
}



/* ------ Footer ------ */

footer {
	margin:10px 0;


}

footer nav {
	margin: 10px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	font-size: 85%;
	color:#36C;
}

footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color:#36C;
	text-decoration: none;
}

footer nav a:hover,
footer nav a:active {
	color:#666;
	text-decoration: none;
}

footer #lin {
    width: 100%;
    text-align: center;
	margin-top:10px;

}

footer #lin ul {
	margin:0 5px;

}


footer #lin li {
	display: inline;
	padding: 0 10px;
	font-size: 85%;
}


footer .intro  {
	border:#ccc solid 2px;
	width:97%;
	text-align:center;
	padding:10px;
	margin:10px auto;

}


footer .intro h3  {
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding:0;
}

footer .intro p  {
	padding:3px;
	line-height:1.5em;
	font-size: 85%;
}



footer #copyright {
	width:100%;
}

footer #copyright p {
	font-size: 75%;
	text-align:center;
}




/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	
#news h2 {
	background:url(../images/top/news_mark.png) no-repeat;
	padding:5px 5px 5px 50px;
	text-align:left;
}

#about h2 {
	background:url(../images/top/about_mark.png) no-repeat top 50% left;
	padding:5px 5px 5px 45px;
	text-align:left;
}

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.col.left02,
	.col.right02 {
		float:left;
		margin-left:2%;
	}
	
	.col.left03,
	.col.right03 {
		float:right;
		margin-right:2%;
	}
	
	



	/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
		padding-bottom:0;
		margin-top:10px;
	}

	header .col:first-child {
		height: 60px;
	}


	
	header .logo {
		margin:0 50px 0 10px;
		padding: 0;
		text-align:left;
		}
		
	header .logo img {

		}	
		
	.search {
		margin:0 auto;
	}
		
	
	#nav{
		display:none;}
		
	.menu{
		display:none;}
		
	/* ------ top-head ------ */
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
		display:block;
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background:none;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 90%;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
		margin-top:20px;		
	}

	#gnav a {
		height: 25px;
		padding-top: 30px;
		font-size: 68%;
	}


	/* ------ slider ------ */
	
.slider {
  left: 0;
}

.slide {
  width: 96vw !important;
}



/* ------ News ------ */

#news_frame{
	width: 95%;;
	margin:0 auto;
	}
	
	
#news {
	width:100%;

}

#news h2 {
	background:url(../images/top/news_mark.png) no-repeat;
	padding:5px 5px 5px 45px;
	text-align:left;
}

#news dl  {
	margin: 0 10px 20px 10px;

	
}


#news dt,
#news dd {
		float:none;
		margin-left:0;
		margin-right:0;
	}

#news p {
	padding:20px 10px 20px 10px;
	line-height:1.5em;
}


	
.news {
		width:95%;
		margin:5px 0;
}
	

	
/* ------ top ------ */




#top02 p {
	padding:0 10px;
	line-height:1.5em;
}


#about {
	margin-bottom:20px;
	width:95%;

}

#about h2 {
	background:url(../images/top/about_mark.png) no-repeat top 50% left;
	padding:5px 5px 5px 45px;
	text-align:left;
}


.cl_item{
	clear:none;
	
}


#top03 .company h2  {
	text-align:center;
}

#top03 .company h4  {
	margin-right:15px;
}

#top03 .company dt  {
	float:none;
	margin-bottom:0;
}


#top03 .company dd  {
	margin-left:0;
}


/* ------ title ------ */
#title h1{
	border-top:#55aad1 solid 3px;
}

#title p{
	border-top:#55aad1 solid 3px;
}


/* ------ cont ------ */

#cont ol{
	padding-left:15px;

	}

.facility dl  {
	margin:10px;
}	
	
.facility dt  {
	float:none;
	font-weight: bold;
	margin-bottom:0;
}

.facility dd  {
	margin-bottom:10px;
	margin-left:0;
}

/* ------ facilities ------ */


#facilities h3{
	font-size:90%;
  }

#facilities p {
	margin:0 10px;
	line-height:1.5em;
}

#facilities .box {
	width:95%;
	margin:0 auto;
	padding:5px 0;
}

#facilities .btn_top{
	width:90%;
}

#facilities .link02 {
	margin-left:20px;
}

/* ------ parking------ */


#parking h3{
	font-size:90%;
  }
  

#parking h4{
	width:85%;
  }
  

#parking p {
	margin:0 10px;
	line-height:1.5em;
}


#parking .box {
	width:90%;
	margin:0 auto;
	padding:5px 0;
}


	
/* ------ info ------ */




#info02 h3.guide_h3 {
	font-size:85%;
	margin:10px 5px 10px 10px;
	}
	
	
	
#info02 p {
	margin:10px;
	padding:0;
	line-height:1.5em;
	}
	
#info02 .facility h4 {
	margin-left:15px;
	font-size:95%;
	}	
	
#info02 .facility p {
	margin:0 20px;
	}	






#info ol {
	padding: 0 ;
	margin: 0 10px;
	}

#info ol li {
	padding:0;
	margin: 0 5px 5px 20px;
	line-height:1.5em;
	}	
	



	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}
	
	footer  #lin {
		margin-top: 15px;
		width:98%;
	}
	
	footer #lin li {
	display:block;
	margin:5px 0;
	}

	footer .intro{
		width:92%;
		font-size:90%;
			}

	#copyright {
		margin-top: 20px;

	}


}
