@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}







.search-flexbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #ddd;
	margin-bottom: 20px;
	
}

.search-flexbox .item {
	background: #fff;
	padding: 10px;
	margin: 25px 1%;
	width: 21%;
}
.search-flexbox .item h2{
	font-size: 18px;
	text-align: center;
	margin-left: -0.4em;
}

.search-flexbox .item h2 .fa-search{
	margin-right: 0.4em;

}
.search-flexbox .item img {
	display: block;
	margin: 0 auto;
	width: 70%;
	border:solid 1px #ddd;
}








#portfolio img{
	position: relative;
	z-index: -9999;

}
.ribbon_box {    
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    width: 200px;
    background: #f1f1f1;
    z-index: 9999;
    
  }
.ribbon17 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: white;
    background: #ff70c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 0 2px 2px 0;
}
.ribbon17:before {
    position: absolute;
    content: '';
    top: 0;
    left: -3px;
    border: none;
    height: 25px;
    width: 3px;
    background: #ff70c7;
    border-radius: 2px 0 0 2px;
}
.ribbon17:after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: -2px;
    border: none;
    height: 4px;
    width: 2px;
    background: #cc599f;
    border-radius: 2px 0 0 2px;
}


.short-class-flexbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.short-class-flexbox .item {
	max-width: 800px;
	width: 65%;
	/*border:solid 1px #f00;*/
}
.short-class-flexbox .item h2{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.short-class-flexbox .item.flyer{
	width: 35%;
	max-width: 500px;
}
.short-class-flexbox .item img {
	display: block;
	margin: 0 auto;
	width: 90%;
	border:solid 1px #ddd;
}
.short-class-flexbox .item .syuryo {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #f00;
}

.short-class-flexbox .item .kaishi {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.short-class-flexbox .item .kigen {
	display: block;
	margin-bottom: 0.5em;
}

.box26 {
    position: relative;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 3px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.short-class-flexbox .setsubi {
	margin-left: 1.0em;
}

.short-class-flexbox table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.2em;
}
.short-class-flexbox table th,
.short-class-flexbox table td {
  padding: 1.0em 1.0em;
}
.short-class-flexbox table th {
  background-color: #f0f0f0;
  text-align: center;
  width: 7.0em;
  border-bottom: solid 2px #fff;
  color: #777;
}
.short-class-flexbox table td ol li {
   float: left;
   width: 14.0em;
   margin-right: 0em;
}

.short-class-flexbox table td .yobibi {
   float: left;
   width: 14.0em;
   margin-right: 0em;
}



.slider_img {
  position: relative;
  }

.slider_img p {
 position: absolute;
 width: 80%;
 text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:3%;
  background-color:#f44;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  border:solid 2px #fff;
  }


.movie-wrap-wrap{
	max-width: 800px;
	margin:40px auto;

}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
	
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 960px) {
	.container{
		margin-top: 240px;
	}
}

@media only screen and (min-width: 768px) {



}

@media only screen and (max-width: 767px) {
	.short-class-flexbox .item {
		width: 100%;
	}
	.short-class-flexbox .item.flyer {
		width: 100%;
		margin-bottom: 20px;
	}
	
  .short-class-flexbox table {
    border-top: 1px solid #999;
  }
  .short-class-flexbox table td {
    display: block;
    text-align: left;
  }
  .short-class-flexbox table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    text-align: left;
  }
  
  .search-flexbox{
	background: #fff;
  }
  
  .search-flexbox .item{
	border: 1px solid #ccc;
	background-color: #fafafa;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	padding: 5px;
	margin: 1vw 1%;
	width: 47%;
  }
  

  .search-flexbox .item h2{
	font-size: 1.00em;
  }
   .search-flexbox .item p{
	letter-spacing: -0.1em;
	line-height: 1.4;
  }	

	.slider_img p {
		font-size: 1.0em;
	}


}











.chushi {
	position: relative;
}

.chushi:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	background-color: #f00;
	color: #fff;
	content: '開催中止';
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.container{
		margin-top: 240px;
	}
}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {
	.container{
		margin-top: 200px;
	}
}


.allfacility-map {
	width: 100%;
	height: 300px;

}

.facility-flexbox {
	padding-top: 15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.facility-flexbox .item {
	position: relative;
	background: #fafafa;
	padding: 15px;
	margin: 50px 1% ;
	width: 42%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.facility-flexbox .item2 {
	width: 86%;
}


.facility-flexbox .item h2{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
}



.facility-flexbox .item .photo {
	width: 100%;
	margin: 0 0 15px 0;
	background-color: #555;
}


.facility-flexbox .item img {
	display: block;
	width: 50%;
	margin: 0;
	padding:0;
	border: none;
	float: left;
}

.facility-flexbox .item img:last-child {
	float: right;
}

.facility-flexbox .item .facility-map{
	display: block;
	margin: 0 3% 15px 0%;
	width: 50%;
	border:solid 1px #ddd;
	float: left;
}

.facility-flexbox .item .name {
    position: absolute;
    display: block;
    top: -50px;
    left: 0px;
    padding: 10px 4%;
    width: 100%;;
    height: 50px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 0.05em;
    background: #0346a3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    border: solid 1px #0346a3;
    text-shadow: none;
}

.facility-flexbox .item .name2 {
    position: absolute;
    display: block;
    top: -50px;
    left: 0px;
    padding: 7px 4%;
    width: 100%;;
    height: 50px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 0.05em;
    background: #0346a3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    border: solid 1px #0346a3;
    text-shadow: none;
    letter-spacing: -0.04em;
}


@media only screen and (min-width: 1200px)  {
	.br-run {
		display: none;
	}
	.facility-flexbox .item .name2 {
    padding: 10px 4%;
    line-height: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px)  {
	.br-run {
		display: block;
	}
	.facility-flexbox .item .name2 {
	font-size: 0.8em;
    padding: 5px 4%;
    line-height: 13px;
	}
}
@media only screen and (min-width: 560px) and (max-width: 767px)  {
	.br-run {
		display: none;
	}
	.facility-flexbox .item .name2 {
    padding: 10px 4%;
    line-height: 25px;
	    
	}
}
@media only screen and (max-width: 559px)  {
	.br-run {
		display: block;
	}
	.facility-flexbox .item .name2 {
	font-size: 0.8em;
    padding: 5px 4%;
    line-height: 13px;
	}
}


.facility-flexbox .info{
	margin-bottom: 40px;
}


.facility-flexbox .list-setsubi{
	margin: 0;
}
.facility-flexbox .list-setsubi li{
	font-size: 0.8em;
	display: inline-block;
    background-color: #efefef;
    border: solid 0px #e5ecf5;
    padding: 0.5em;
    text-shadow: none;
    cursor: pointer;
    border-radius: 1px;
   	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.facility-flexbox .list-setsubi li:hover{
    background-color: #ddd;
}

.facility-flexbox .area{
    position: absolute;
    display: block;
    top: -50px;
    right: 0px;
    font-size: 0.9em;
    margin: 11px;
    padding: 5px;
    border: solid 0px #fff;
    border-radius: 3px;
    font-weight: normal;
}

.facility-flexbox .area a{
	color: #fff;
}
.facility-flexbox .area a:before{
	font-family: FontAwesome;
	content : "\f041";
	margin-left: 0.2em;
	margin-right: 0.4em;
	font-weight: normal;
}

.facility-flexbox .area.aoi{
	background-color: #518B62;
}
.facility-flexbox .area.aoi:hover{
	background-color: #4a7f59;
}
.facility-flexbox .area.suruga{
	background-color: #C43434;
}
.facility-flexbox .area.suruga:hover{
	background-color: #b43030;
}
.facility-flexbox .area.shimizu{
	background-color: #428E9E;
}
.facility-flexbox .area.shimizu:hover{
	background-color: #3c8290;
}

.facility-flexbox .address{
	display: block;
	margin: 20px 0;
	font-size: 0.8em;
	text-shadow: none;
}




.square_btn{
    position: absolute;
    display: block;
    bottom: 5px;
    right: 15px;
	margin: 10px 0;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: normal;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #6790c7 0%, #9ab5da 100%);
    background-image: linear-gradient(45deg, #6790c7 0%, #9ab5da 100%);
    transition: .4s;
    float: right;
}

.square_btn:after{
	font-family: FontAwesome;
	content : "\f138";
	margin-left: 0.4em;
	font-weight: normal;
}

.square_btn:hover{
    background-image: -webkit-linear-gradient(45deg, #6790c7 50%, #9ab5da 100%);
    background-image: linear-gradient(45deg, #6790c7 50%, #9ab5da 100%);
    color: #FFF;
}

































.event-flexbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.old-event {
	margin-top: 25px;
	background-color: #ddd;
	padding-bottom: 30px;
}

.event-flexbox .item {
	position: relative;
	background: #fafafa;
	padding: 25px;
	padding-bottom: 25px;
	margin: 40px 1% ;
	width: 40%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.event-flexbox .item h2{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.event-flexbox .item img {
	display: block;
	margin: 0 3% 15px 0%;
	width: 30%;
	border:solid 1px #ddd;
	float: left;
}



.event-flexbox .item .date {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -1px;
    padding: 2px 11px;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 0.05em;
    background: #0346a3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    text-shadow: none;
}

.event-flexbox.old-event .item .date::after {
	content: '募集終了';
	margin-left: 0.8em;
	font-size: 0.8em;
	letter-spacing: 0.00;
	
}













.tanki-flexbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.tanki-flexbox .item {
	background: #fafafa;
	padding: 10px;
	padding-bottom: 25px;
	margin: 20px 1%;
	width: 20%;
	border-top: 6px solid #0346a3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #fafafa;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.tanki-flexbox .item h2{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.tanki-flexbox .item img {
	display: block;
	margin: 0 auto;
	width: 70%;
	border:solid 1px #ddd;
}
.tanki-flexbox .item a{
	display: block;
	height:100%;
}

/* Responsive */
@media ( min-width : 600px ){

}



/*Reset<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.0em;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}	

ol, ul {

}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

sup {
	font-size: 0.7em;
}

/*Typography<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: none;
	/*text-shadow: 1px 1px 1px #ddd;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
	


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

	
h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 20px;
}
	
h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
	
h4 {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 6px;
}

h5 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}
	
h6 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}


hr {

	border: solid #bbb;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 40px 0;
	height: 0;
}

.m20 {
	margin: 20px 0 20px 0;
}

hr.mobile {

	display: none;
}


.cl {
	display:inline-block;
	text-align: left;
}

/*Basic styles<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
body {
	
	/*background-image: url('../img/facility/osada_arena1.jpg');*/
	font-family: Verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",  Meiryo, Helvetica, Arial, sans-serif;
	color: #484848;
	/*text-shadow: 1px 1px 1px #ddd;*/
	
	/*-webkit-font-smoothing: antialiased;*/
	
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
   
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
   
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
   
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	
}
	

.container{
	margin-bottom: 30px;
}



#overview {
	padding-bottom: 10px;	
	text-align: center;	
}

#overview h3 {
	color: #484848;
	/*text-shadow: 1px 1px 1px #ddd;*/
	font-weight: bold;
    font-style: normal;
	font-size: 36px;
	line-height: 2.0;
	letter-spacing: -0.04em;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 30px;	
}


footer {

	background-color: #0346a3;
	padding:40px 0 35px 0;
}

.footer-container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.footerLinks {
	margin-left: 1em;
	line-height: 1.8em;
}

.footerLinks li {
	font-weight: normal;
	font-size: 14px;
	display: inline;
	padding-left: 12px;
	margin-bottom: 8px;
	border-right: 1px solid #bbb;
	padding-right: 15px;
}


#overview img{
	width: 100%;	
	text-align: center;	
}


.footerLinks li:firs1t-child {
	padding-left: 0;
}

.footerLinks li:last-child {
	border-right: none;
}


.links {
	padding:30px 10px ;
	background-color: #eee;
	border-top: 1px solid #0346a3;
}
.links p {
	color: #484848;
	/*text-shadow: 1px 1px 1px #ddd;*/
	font-weight: normal;
    font-style: normal;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: none;
	text-rendering: auto;
	margin: 10px 20px;

}

.footer-container .footerMenu{
	width: 85%;
	margin-left: 10px;
	padding-left:18px;
	text-indent:-18px;
	list-style: none;
}

.footer-container .footerMenu li:before{
	  font-family: FontAwesome;
	  content: '\f0da';
	  margin-right: 0.5em;
	  color: #0346a3;
	  font-weight: normal;
	  
}

.footer-container .footerMenu li a {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	
}

footer p.credit {
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-align: center;
}

p, li {
	color: #484848;
	/*text-shadow: 1px 1px 1px #ddd;*/
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: -0.04em;
	text-decoration: none;
	text-transform: none;
	text-rendering: auto;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

p strong, li strong {
	color: #484848;
	/*text-shadow: 1px 1px 1px #ddd;*/
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.heading1{
	margin: 0 0 0.4em 0;
	padding: 0.5em;
	border-left: 12px solid #0346a3;
	/*border-bottom: 1px dashed #bbb;*/
}

.heading2{
	margin: 0 0 0.2em 0;
	padding: 0.2em 0.4em;
	border-left: 7px solid #0346a3;
	/*border-bottom: 1px dashed #bbb;*/
}
.heading3{
	margin: 0 0 0.2em 0;
	padding: 0.2em 0.4em;
	/*border-bottom: 1px dashed #bbb;*/
}

.heading3{
	margin: 0 0 0.2em 0;
	padding: 0.2em 0.4em;
	/*border-bottom: 1px dashed #bbb;*/
}

.heading4{
	background: linear-gradient(transparent 40%, #66ccff 40%);
}
/*Links<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

a, .a {
	color: #0346a3;
	/*text-shadow: 1px 1px 1px #ddd;*/
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	cursor: pointer;
}


a img{
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: .2s ease-in-out;
  transition: .2 ease-in-out;
	/*
	background:none !important;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	*/
}
 
a:hover img{
  -webkit-filter: brightness(90%);
  filter: brightness(90%);

	/*
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
	opacity:0.8;
	background:none !important;
	*/
}


a:visited {
	/*
	color: #9b59b6;
	text-shadow:1px 1px 1px #ddd;
	text-decoration: none;
	outline: 0;
	*/
}
	
a:hover{
	text-decoration: none;
	color: #777;
}
	
p a {
	line-height: inherit;
}

ul, ol {
	margin-bottom: 20px;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
	margin-bottom: 35px;
}

ul.circle {
	list-style: circle outside;
	margin-bottom: 35px;
}

ul ul, ul ol,ol ol, ol ul {
	margin: 4px 0 5px 30px; font-size: 90%;
}

ul ul li, ul ol li,ol ol li, ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px; margin-bottom: 10px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

.accordion p{
	font-size: 15px;
}

.button {
	box-sizing: border-box;
	width: 100%;
 	border-style: solid;
    border-width: 1px 1px 1px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #0346a3 !important;
	text-shadow:none !important;
	outline: 0;   
    border-radius: 3.0em;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding: 1.0em 0 2.0em 0;
    font-size: 16px;
	font-weight: bold;
    background-color: #fff;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.button-full {
	width: 90%;
	max-width: 320px;
	margin: 20px auto 20px;
	line-height: 1.2;
 	border-style: solid;
    border-width: 1px 1px 1px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
    background-color: #fff;  
    color: #0346a3 !important;
	text-shadow:none !important;
	outline: 0;   
    border-radius: 3.2em;
    cursor: pointer;
    display: block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding: 1.5em 0 1.5em 0;
    font-size: 16px;
	font-weight: bold;
	/*
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	*/
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.button-inline {

}


.button-full:hover {
    background-color: #eee;  
}
.three-button {
  	margin-bottom: 30px;
}
.three-button .button{
	height: 1.0em;
	font-size: 16px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
   	margin-left: 2%;
  	margin-right: 2%;
  	margin-bottom: 15px;
	width: 29%;
	line-height: 1.0;
	
}

.five-button .button{
	height: 1.0em;
	font-size: 16px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
   	margin-left: 2%;
  	margin-right: 2%;
  	margin-bottom: 15px;
	width: 16%;
	line-height: 1.0em;
	
}

.button-strong {
	width: 100%;
 	border-style: solid;
    border-width: 0px 0px 2px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #fff !important;
	text-shadow:none !important;
	outline: 0;   
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding: 20px 0;
    font-size: 26px;
	font-weight: bold;
    background-color: #0346a3;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.button-strong:hover{
    background-color: #eee;  
}
.readmore {
	line-height: 1.0;
 	border-style: solid;
    border-width: 0px 0px 0px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
    color: #0346a3 !important;
	outline: 0;   
    border-radius: 2.4em;
    border: solid 1px #0346a3;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding: 0.7em 1.0em 0.7em 1.0em !important;
    margin-bottom: 10px;
    font-size: 12px;
	font-weight: normal;
    background-color: #fff;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.old-event .readmore{
	background-color: #eee;
	
}



.button-dl {
	line-height: 1.0;
 	border-style: solid;
    border-width: 0px 0px 0px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
    color: #0346a3 !important;
	outline: 0;   
    border-radius: 2.4em;
    border: solid 1px #0346a3;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;		
    padding: 0.7em 0.2em 0.7em 1.0em !important;
    margin-bottom: 10px;
    font-size: 12px;
	font-weight: normal;
    background-color: #fff;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.button-dl:hover{
    background-color: #eee;  
}

.readmore:hover{
    background-color: #eee;  
}

.button:active, .button-full:active, .button-dl:active, .readmore:active{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2) inset;
}

.section {
	margin-bottom: 30px;
}
.facility {

}
.aoiku{
    position: relative;
    margin: 0em 0 1.0em 0;
    padding: 0.8em;
    background: #518B62;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    font-weight: bold;
}
 
.aoiku:after{
    position: absolute;
    bottom: -14px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #518B62;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.surugaku{
    position: relative;
    margin: 0.5em 0 1.0em 0;
    padding: 0.8em;
    background: #C43434;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    font-weight: bold;
}
 
.surugaku:after{
    position: absolute;
    bottom: -14px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #C43434;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.shimizuku{
    position: relative;
    margin: 0.5em 0 1.0em 0;
    padding: 0.8em;
    background: #428E9E;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    font-weight: bold;
}
 
.shimizuku:after{
    position: absolute;
    bottom: -14px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #428E9E;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}



.tanki{
    position: relative;
    margin: 0em 0 1.0em 0;
    padding: 0.8em;
    background: #19838c;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    font-weight: bold;
}
 
.tanki:after{
    position: absolute;
    bottom: -14px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #19838c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.teiki{
    position: relative;
    margin: 0em 0 1.0em 0;
    padding: 0.8em;
    background: #332b87;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    font-weight: bold;
}
 
.teiki:after{
    position: absolute;
    bottom: -14px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #332b87;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


.facility h2{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
}
.facility a{
	text-decoration: none;
}
.facility img{
    margin: 0 3%;
    width: 94%;
	margin-bottom: 20px;
}
img.mapmarker{
	width: 20px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	margin-right:8px;
	margin-bottom: 0px;
}

.facility img.mapmarker{
	width: 20px;
	float:left;
	margin-top:5px;
	margin-left:0px;
	margin-right:8px;
	margin-bottom: 0px;
}

.class {
	margin-bottom: 30px;
}
.class h2{
	margin-bottom: 10px;
}

.class h3{
	/*margin-top: 30px;*/
	margin-bottom: 10px;
}
.class a{
	text-decoration: none;
}
.class img{
    margin: 0 3%;
    width: 94%;
	margin-bottom: 20px;
}

.room {
	margin-bottom: 25px;
}


.room h3{
	margin-top: 30px;

}

.room ul{
	font-size: 14px;
	margin-top: 15px;
}
.room img{
	width: 94%;
	margin: 0 3%;
}
.room .info li{
	height: 2.2em;
	font-size: 14px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
  	margin-right: 3%;
  	margin-bottom: 0;
  	padding-right: 3%;
	width: 27%;
	line-height: 1.0em;
}

.large-room img{
	margin-bottom: 50px;
}


.kamei-list li{
	height: 2.5em;
	font-size: 14px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
  	margin-right: 3%;
  	margin-bottom: 0;
	width: 30%;
	line-height: 1.1;
}

.sanjodantai-list{
  	margin-bottom: 0 !important;
}

.sanjodantai-list li{
	height: 2.5em;
	font-size: 14px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
  	margin-right: 3%;
  	margin-bottom: 0;
	width: 30%;
	line-height: 1.1;
}


.sanjokojin-list{
  	margin-bottom: 0 !important;
}
.sanjokojin-list li{
	height: 2.5em;
	font-size: 14px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
  	margin-right: 3%;
  	margin-bottom: 0;
	width: 13%;
	line-height: 1.1;
}

.dl-list li{
	height: 2.5em;
	font-size: 14px;
	float: left;
	  /* IE 6/7 */
  	/display: inline;
  	/zoom: 1;
  	margin-right: 3%;
  	margin-bottom: 0;
	width: 30%;
	line-height: 1.1;
}

#caution{
	display: block;
	background-color: #fee;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}

#caution h2{
	margin-bottom: 0;
}


.float-right{
	float: right;
}

.float-left{
	float: left;
}

.yakudou{
	width: 90%;
	margin: 0 auto;
}
.yakudou img{;
	display: block;
	width: 180px;
	margin: 0 auto;
	border: solid 1px #aaa;
}
.yakudou{
	
}

.yakudou li{
	line-height: 2.0;
	display: inline-block;
	width: 32%;
	text-align: center;
	margin-bottom: 20px;
}



.footer-slider{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.li-inline li{
	float: left;
	margin-right:30px ;
}
.keisanki {
	width:100%;
	max-width: 600px;
	margin:0 auto;
}

.keisanki select {
}

.keisanki input {
}


/*

.event-list{
	margin-bottom: 20px;
}

.event-list img{
	display: block;
	width: 30%;
	float: left;
	max-width: 320px;
	margin: 0 3% 5px 3%;
}
*/


.date{
	font-size: 1.0em;
	font-weight: bold;
	color: #6B5A4F;
}

.event{
	max-width: 800px;
	margin: 0 auto;

}
.event img{
	display: block;
	width: 60%;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.home-slider img {

	height: 400px;
}
.footer-slider img {

	height: 200px;
}
.marker {
	background: linear-gradient(transparent 60%, #fcef76 60%);
	padding: 0 0.2em;

}

.oshirase {
	background: #ffd;
	padding:20px;
	border-radius: 10px;
	border: solid 2px #ccc;
	margin:20px 2% 40px;
}

.oshirase h2{
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 20px;
}

.oshirase h3{
	color:#6B5A4F;
}
.oshirase ul{
	margin-bottom: 0;
}
.oshirase-facility {
	margin:20px 7% 40px;
}


.kekka {
	background: #fff;
	padding:20px;
	border-radius: 10px;
	border: solid 2px #ccc;
	margin:20px 2% 40px;
}
.kekka h2{
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 20px;
}
.kekka ul{
	margin-bottom: 0;
}
.social{
	text-align: center;
	width: 100%;
}

.social li{
	display: inline-block;
	margin: 0px 10px 5px 10px;
}

.social li img{
	width: 80px;
}


.social li .line-icon {
	padding:5px;
	margin-left:3px;
	width:80px;
}

.social-mini{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.social-mini li{
	display: inline-block;
	margin: 0px 5px 5px 5px;
}

.social-mini li img{
	width: 40px;
}

.social-mini li .line-icon {
	padding:3px;
	margin-left:1px;
	width:34px;
}

.share {
	width: 100%;
	text-align: center;
	margin:20px auto;
	color:#999;
}

.topics img {
	display: block;
	width: 94%;
	margin: 0 auto;
}

.tosystem {
	display: block;
	width: 90%;
	border: solid 1px #aaa;
	padding: 2%;
	margin:0 auto;
	margin-bottom:20px;
}

.items {
	border: 0px solid #d1dce8;
	border-radius: 0px;
	background-color: #fafafa;
	padding: 15px;

	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	
}
.items p {

}


.regulation {
	background-color: #f44;
	padding: 1em;
}

.regulation p{
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
.regulation-form {
	font-size:2.0em;
	width: 7em;
	margin:2em auto;
	font-weight: bold;
	
	
}
.regulation .reload-button{
	background-color: #fff;
	padding:0.2em;
	width:11em;
	margin:0.1em auto;
	border-radius:4px;
	cursor:pointer;
}
.regulation .reload-button p{
	color: #f44;
}
#checkbox1, #checkbox2 {
	-ms-transform: translate(-0.5em, -0.5em) scale(3.0, 3.0);
	-webkit-transform: translate(-0.5em, -0.5em) scale(3.0, 3.0);
	transform: translate(-0.5em, -0.5em) scale(3.0, 3.0);
}


/*Media queries<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* Smaller than standard 960 */
@media only screen and (min-width: 960px){
		
	.yakudou img{;
		display: block;
		width: 240px;
		margin: 0 auto;
		border: solid 1px #aaa;
	}
	.yakudou{
		
	}

	.yakudou li{
		line-height: 2.0;
		display: inline-block;
		width: 32%;
		text-align: center;
		margin-bottom: 20px;
	}
	

	
}


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

	.three-button .button{
		width: 46%;
	}
	
	.tanki-flexbox .item {
		margin: 20px 2%;
		width: 25%;

	}
	
}

/* Tablet portrait size to standard 960*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	.footerLinks li {
		font-size: 14px;
	}
	
	#overview h2 {
		font-size: 36px;
	}
	h2 {
		font-size: 22px;
	}

	
	.room .info li{
		width: 44%;
	}
	.kamei-list li{
		width: 47%;
	}
	.sanjodantai-list li{
		width: 47%;
	}
	.sanjokojin-list li{
		width: 14%;
	}
}
@media only screen and (min-width: 768px) {
		
	.br-mobile, br.mobile{
		display: none;
	}

}
/* All mobile sizes (devices and browser) */
@media only screen and (max-width: 767px) {
		

	
	#overview {
		padding-bottom: 0px;
	}
	h1,h2,h3,h4,h5,p{
		margin-left: 10px;
		margin-right: 10px;
    }
    h3{
		margin-bottom: 30px;
    }
    h1 {
    	font-size: 24px;
    }
    h2 {
    	padding: 10px 10px 0px;
    	margin-left: 0;
    	margin-right: 0;
		margin-bottom: 20px;
    }
   	.facility h2{
		font-size: 24px;
	}
	footer h2{
    	border-top: none;
		margin-left: 0px;
		margin-right: 0px;

    }
    .button{
    	width: 90%;
    	margin-left: 5%;
    	margin-right: 5%;
    }
	hr.mobile {
		display: block;
		border: solid #bbb;
		border-width: 1px 0 0;
		clear: both;
		margin: 30px 0 30px;
		height: 0;
	}
	.links {
		padding:20px 0px ;
	}
	.footerLinks li {
		display: block;
		padding-left: 0;
		margin-left: 10px;
		border-right: none;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.footerLinks ul {
		text-align: left;
	}
	
	footer p {
		font-size: 14px;
	}			
	
	
	#caution{
		display: block;
		background-color: #fee;
		text-align: center;
		margin-bottom: 20px;

	}

	#caution h3{
		font-size: 14px;
		line-height:20px;
	}
	.readmore {
	    margin-left: 1em;
	}
	.button-dl {
	    margin-left: 1em;
	}
	.five-button .button{
		width: 46%;
	}
	.kamei-list li{
		font-size: 14px;
		width: 47%;
	}
	.sanjodantai-list li{
		font-size: 14px;
		width: 47%;
	}
	.sanjokojin-list li{
		font-size: 14px;
		width: 30%;
	}
	.dl-list li{
		width: 100%;
	}
	#responsiveTabs h2{
		display: none;
	}
	.home-slider{
		margin-top: 0;
	}
	.footer-slider{
		margin-top: 30px !important;
	}
	.br-sp{
		display: none;
	}
	.large-room img{
		margin-bottom: 0px;
	}
	
	.items {
		border: none;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 30px 0!important;

	}

	.facility-flexbox .item {
		padding: 10px 5px;
		margin: 40px 2%;
		width: 96%;
	}
	
	.facility-flexbox .item2 {
		width: 96%;
	}
	.facility-flexbox .item .date {
	    left: -11px;
	}	

	.facility-flexbox .info{
		margin-bottom: 45px;
	}

	.square_btn{
	    right: 5px;
	}
	
	
	
	
	.event-flexbox .item {
		padding: 5px;
		margin: 30px 2%;
		width: 96%;
	}
	.event-flexbox .item .date {
	    left: -11px;
	}	
	.event-flexbox .item img {
		margin: 0px 2% 10px 10px;
	}
	
	
	/*
	
	.tanki-flexbox .item {
		margin: 15px 2%;
		width: 96%;
	}
	.tanki-flexbox .item h2{
		font-size: 20px;
		line-height: 1.3em;
		margin-bottom: 15px;
	}
	*/

	.tanki-flexbox .item {
		margin: 15px 2%;
		width: 96%;
		padding: 2%;
	}
	.tanki-flexbox .item h2{
		width:75%;
		float:left;
		display:block;
		font-size: 1.1em;
		line-height: 1.3em;
		margin-bottom: 15px;
	}

	.tanki-flexbox .item img{
		width:20%;
		margin:0 2% 0 2%;
		float:right;
		
	}

	.oshirase-facility {
		margin:20px 2% 40px;
	}

}
/* Mobile landscape size to tablet portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	
	#overview h2 {
		font-size: 24px;	
	}
	.five-button .button{
		width: 29%;
	}
	
	.home-slider img {
		height: 300px;
	}
	.footer-slider img {
		height: 200px;
	}
	.yakudou li{
		font-size: 14px;
		display: inline-block;
		width: 32%;
		text-align: center;
	}
	.yakudou img{;
		display: block;
		width: 90%;
		margin: auto;
		border: solid 1px #aaa;
	}
}

/* Mobile portrait size to mobile landscape size (devices and browsers) */
@media only screen and (max-width: 480px) {
	
	
	
	#overview h3 {
		font-size: 18px;	
	}
	h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.facility h2{
		font-size: 21px;
		margin-bottom: 5px;
	}
	
	.aoiku, .surugaku, .shimizuku{
		font-size: 24px;
	}
		
	.section {
		margin-bottom: 20px;
	}
	h2 {
		font-size: 20px;
		line-height: 30px;
	}
		
	h3 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.room .info li{
		width: 44%;
		font-size: 14px;
	}
	.kamei-list li{
		font-size: 14px;
		width: 100%;
	}
	.sanjodantai-list li{
		font-size: 14px;
		width: 100%;
	}
	.sanjokojin-list li{
		font-size: 14px;
		width: 45%;
	}
	footer .links p {
		font-size: 14px;
	}
	.footerLinks li {
		font-size: 14px;
	}
	
	footer p.credit {
		font-size: 14px;
	}
	
	.home-slider img {

		height: 150px;
	}
	
	
	.footer-slider img {

		height: 150px;
	}
	
	.oshirase {
		padding: 10px;
	}
	.oshirase ul li{
		font-size: 0.8em;
	}
	.yakudou li{
		font-size: 14px;
		display: inline-block;
		width: 48%;
		text-align: center;
	}
	.yakudou img{;
		display: block;
		width: 90%;
		margin: 0 auto;
		border: solid 1px #aaa;
	}







}



/* ===================================================================================================== */
/*Base 1140 grid<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.grid_container {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	padding: 0;

}

.grid_container.column,.grid_container .columns {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

.alpha {
	margin-left: 0 !important;
}

.omega {
	margin-right: 0 !important; 
}

.alpha-omega {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* Base Grid */
.grid_container .one.column,
.grid_container .one.columns			{ width: 65px; }
.grid_container .two.columns			{ width: 160px; }
.grid_container .three.columns		{ width: 255px; }
.grid_container .four.columns		{ width: 350px; }
.grid_container .tab-four.columns		{ width: 329px; }
.grid_container .five.columns		{ width: 445px; }
.grid_container .six.columns			{ width: 540px; }
.grid_container .seven.columns		{ width: 635px; }
.grid_container .eight.columns		{ width: 730px; }
.grid_container .nine.columns		{ width: 825px; }
.grid_container .ten.columns			{ width: 920px; }
.grid_container .eleven.columns		{ width: 1015px; }
.grid_container .twelve.columns		{ width: 1110px; }
.grid_container .tab-twelve.columns		{ width: 1048px; }


/* Offsets */
.grid_container .offset-by-one		{ padding-left: 95px;  }
.grid_container .offset-by-two		{ padding-left: 190px; }
.grid_container .offset-by-three		{ padding-left: 285px; }
.grid_container .offset-by-four		{ padding-left: 380px; }
.grid_container .offset-by-five		{ padding-left: 475px; }
.grid_container .offset-by-six		{ padding-left: 570px; }
.grid_container .offset-by-seven		{ padding-left: 665px; }
.grid_container .offset-by-eight		{ padding-left: 760px; }
.grid_container .offset-by-nine		{ padding-left: 855px; }
.grid_container .offset-by-ten		{ padding-left: 950px; }
.grid_container .offset-by-eleven	{ padding-left: 1045px; }


@media print {
 
	#header-area {
		display: none;
	}
 	
	.container{
		margin-top: 0 !important;
	}
	
	.links {
		display: none;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1139px) {

/*Base 960 grid<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
	.grid_container {
		width: 960px;
	}
	
	.grid_container.column,.grid_container .columns {

	}
	
	
	/* Base Grid */
	.grid_container .one.column,
	.grid_container .one.columns			{ width: 50px; }
	.grid_container .two.columns			{ width: 130px; }
	.grid_container .three.columns		{ width: 210px; }
	.grid_container .four.columns		{ width: 290px; }
	.grid_container .tab-four.columns		{ width: 269px; }
	.grid_container .five.columns		{ width: 370px; }
	.grid_container .six.columns			{ width: 450px; }
	.grid_container .seven.columns		{ width: 530px; }
	.grid_container .eight.columns		{ width: 610px; }
	.grid_container .nine.columns		{ width: 690px; }
	.grid_container .ten.columns			{ width: 770px; }
	.grid_container .eleven.columns		{ width: 850px; }
	.grid_container .twelve.columns		{ width: 930px; }
	.grid_container .tab-twelve.columns		{ width: 868px; }

	/* Offsets */
	.grid_container .offset-by-one		{ padding-left: 80px;  }
	.grid_container .offset-by-two		{ padding-left: 160px; }
	.grid_container .offset-by-three		{ padding-left: 240px; }
	.grid_container .offset-by-four		{ padding-left: 320px; }
	.grid_container .offset-by-five		{ padding-left: 400px; }
	.grid_container .offset-by-six		{ padding-left: 480px; }
	.grid_container .offset-by-seven		{ padding-left: 560px; }
	.grid_container .offset-by-eight		{ padding-left: 640px; }
	.grid_container .offset-by-nine		{ padding-left: 720px; }
	.grid_container .offset-by-ten		{ padding-left: 800px; }
	.grid_container .offset-by-eleven	{ padding-left: 880px; }

}

/*Tablet (Portrait)<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.grid_container {
		width: 768px;
	}
	.grid_container .column,
	.grid_container .columns {
		margin-left: 10px;
		margin-right: 10px;
	}

    .grid_container .one.column,
    .grid_container .one.columns			{ width: 44px; }
    .grid_container .two.columns			{ width: 108px; }
    .grid_container .three.columns		{ width: 172px; }
    .grid_container .four.columns		{ width: 236px; }
	.grid_container .tab-four.columns		{ width: 215px; }
    .grid_container .five.columns		{ width: 300px; }
    .grid_container .six.columns			{ width: 364px; }
    .grid_container .seven.columns		{ width: 428px; }
    .grid_container .eight.columns		{ width: 492px; }
    .grid_container .nine.columns		{ width: 556px; }
    .grid_container .ten.columns			{ width: 620px; }
    .grid_container .eleven.columns		{ width: 684px; }
    .grid_container .twelve.columns		{ width: 748px; }
	.grid_container .tab-twelve.columns		{ width: 686px; }

    /* Offsets */
    .grid_container .offset-by-one		{ padding-left: 64px; }
    .grid_container .offset-by-two		{ padding-left: 128px; }
    .grid_container .offset-by-three		{ padding-left: 192px; }
    .grid_container .offset-by-four		{ padding-left: 256px; }
    .grid_container .offset-by-five		{ padding-left: 320px; }
    .grid_container .offset-by-six		{ padding-left: 284px; }
    .grid_container .offset-by-seven		{ padding-left: 448px; }
    .grid_container .offset-by-eight		{ padding-left: 512px; }
    .grid_container .offset-by-nine		{ padding-left: 576px; }
    .grid_container .offset-by-ten		{ padding-left: 640px; }
    .grid_container .offset-by-eleven	{ padding-left: 704px; }


}

/*Mobile (Portrait)<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .grid_container {
        	/* width: 96%; */
        	width: 100%;
        }
        .grid_container .columns,
        .grid_container .column {
        		margin-left: 0px;
				margin-right: 0px;
        }
        

        .grid_container .one.column,
        .grid_container .one.columns,
        .grid_container .two.columns,
        .grid_container .three.columns,
        .grid_container .four.columns,
        .grid_container .tab-four.columns,
        .grid_container .five.columns,
        .grid_container .six.columns,
        .grid_container .seven.columns,
        .grid_container .eight.columns,
        .grid_container .nine.columns,
        .grid_container .ten.columns,
        .grid_container .eleven.columns,
        .grid_container .twelve.columns,
        .grid_container .tab-twelve.columns { width: 100%; }

        /* Offsets */
        .grid_container .offset-by-one,
        .grid_container .offset-by-two,
        .grid_container .offset-by-three,
        .grid_container .offset-by-four,
        .grid_container .offset-by-five,
        .grid_container .offset-by-six,
        .grid_container .offset-by-seven,
        .grid_container .offset-by-eight,
        .grid_container .offset-by-nine,
        .grid_container .offset-by-ten,
        .grid_container .offset-by-eleven { padding-left: 0; }
        
		

    }

/*Mobile (Landscape)<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .grid_container { width: 100%; }
        .grid_container .columns,
        .grid_container .column {  

        		margin-left: 0px;
				margin-right: 0px;
		}

        .grid_container .one.column,
        .grid_container .one.columns,
        .grid_container .two.columns,
        .grid_container .three.columns,
        .grid_container .four.columns,
        .grid_container .five.columns,
        .grid_container .six.columns,
        .grid_container .seven.columns,
        .grid_container .eight.columns,
        .grid_container .nine.columns,
        .grid_container .ten.columns,
        .grid_container .eleven.columns,
        .grid_container .twelve.columns,
        .grid_container .tab-twelve.columns { width: 100%; }
        
		
    }


/*Clearing<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* Self clearing goodness */
.grid_container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

    /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

    /* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
