﻿@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;

background-color: #FBDA61;
background: -webkit-linear-gradient(to right, ##FBDA61, #ff5a8a);
background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);

-webkit-text-size-adjust: none;
}

html{background:#ffffff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#68552a;text-decoration:none;}
a:hover{color:#48370d;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}



/*************
/* ヘッダー
*************/
#header{
padding:10px 0 15px;
overflow:hidden;


        background: #fdf5e6;
	width: 100%;
	background-image: repeating-linear-gradient(-45deg,
	#ffffff, #ffffff 3px,rgba(255,255,255,0) 0, rgba(255,255,255,0) 6px);

}

* html #header{height:1%;}

#header h1{
font-size:12px;
font-weight:normal;
color:#68552a;
}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:3px 0 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#fff;
border:0;
}

.logo img{
max-width:270px;
}

.logo span{
font-size:12px;
font-weight:normal;
color:#6e4a55;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
background:#ffffff;
border-radius:5px;
}

ul#topnav a{
font-size:13px;
display:block;
padding:10px 10px;
color:#68552a;
}

ul#topnav span{
color:#ffffff;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#48370d;
border-radius:5px;
color:#ffffff;
}



/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:20px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
background:url(images/tp.png);
}

.slogan h2{
padding-bottom:5px;
color:#333;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#666;
}

/* サブページ スローガンの背景・黒 */
.subImg .slogan{background:url(images/tp3.png);}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}

/* 画像の上下０ */
.akinashi {margin:0 auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

.akinashi img{
max-width:100%;
height:auto;
border-radius:3px;
}

/* 画像の上下０+センター */
.akinashi_sen {margin:0 auto;
padding:0;
width:100%;
position:relative;
line-height:0;
text-align: center;
}

.akinashi_sen img{
max-width:100%;
height:auto;
border-radius:3px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid p{
padding:5px 10px;
}

.grid h3{
padding:20px 5px;
text-align:center;
color:#fff;
font-weight:700;
border-radius:5px 5px 0 0;
background-color:#f04C0b;
}

.gridWrapper img{
max-width:100%;
height:auto;
}


.grid a{color:#ffffff;text-decoration:none;}
.grid a:hover{color:#ebc136;}
.grid a:active, a:focus{outline:0;}



/* 学祭グリッド色替え */

#midokoro .grid h3{font-size:14px;
padding:20px 5px;
text-align:center;
color:#fff;
border-radius:5px 5px 0 0;
background-image:url(images/dot_mini.png);
background-repeat:repeat;
}

#midokoro .grid span{font-size:10px;
}


/* kodomoグリッド色替え */

#kodomo_kikaku .grid h3{font-size:14px;
padding:20px 5px;
text-align:center;
color:#ffffff;
border-radius:5px 5px 0 0;
background-color:#cc6600;
background-image:url(images/dot_mini.png);
background-repeat:repeat;
}


#kodomo_kikaku .grid span{font-size:10px;
}


/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#663300;
background:rgba(255,255,255,0);
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
padding:19px;
margin-bottom:20px;
border:1px solid #ebebeb;
border-radius:6px;
background:#fff;
overflow:hidden;
font-size:14px;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
padding-left:7px;
margin-bottom:19px;
font-size:16px;
border-left:5px solid #68552a;
color:#68552a;
}

h3.heading_mini{
padding-left:7px;
margin-bottom:5px;
font-size:16px;
border-left:5px solid #68552a;
color:#68552a;
}


/* 色ライン */
h3.kirai{
color:#68552a;
font-size:16px;
font-weight:600;
padding-bottom: 5px;
margin-bottom: 20px;
}

.come{
background: linear-gradient(rgba(255,255,255,0) 40%,#FEFE98 40%);

}

.aka_line{
background: linear-gradient(rgba(255,255,255,0) 50%, #ff6666 60%);
color: #68552a;
font-size:16px;
padding-bottom: 5px;
margin-bottom: 20px;
}

.ora_line{
background: linear-gradient(rgba(255,255,255,0) 50%, #fc693b 60%);
color: #ffcc66;
font-size:16px;
padding-bottom: 5px;
margin-bottom: 20px;
}






/* フォント装飾 */

.bold{font-weight:700;
}

.aka{color:#ff0000;
}

.step {font-size:16px;
margin-top:30px;
color:#660000;
}

.buscome {font-size:16px;
margin:10px auto 10px 10px;
color:#660000;
}

.step a {
color:#65a243;
font-weight:700;
}

h2.fontback{
font-size:16px;
padding: .5em .75em;
background-color: #f6f6f6;
border-left: 6px solid #ccc;
margin-bottom: 10px;
}


h2.sp_botan{width:250px;
position: relative;
text-align:center;
padding:0.6em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
color: white;
font-weight: 600;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
margin-top: 10px;
}

.sp_botan a {
color:#543f32;
}




/* 振り分け見出し */


h4.busmo {max-width:350px;
color: #ff4500;
text-align: left;
font-weight:700;
padding: 0.5em;
border-top: solid 2px #ff4500;
border-bottom: solid 2px #ff4500;
background: -webkit-repeating-linear-gradient(-45deg, #fff9f4, #fff9f4 3px,#ffebcd 3px, #ffebcd 7px);
background: repeating-linear-gradient(-45deg, #fff9f4, #fff9f4 3px,#ffebcd 3px, #ffebcd 7px);
}




/* 箇条書き */

.howto{ font-size:16px;
          font-weight:600;
          margin-left:5px;
          counter-reset: li;
          list-style: none;
           padding-left: 5px;
}

.howto > li {font-size:1em;
               line-height: 1.25;
                position: relative;
                margin-bottom:5px; 
                padding-left: 2.5em;
}

.howto > li:before {
                        content: counter(li) "";
                        counter-increment: li; 
                        position: absolute;
                        left: 0; width: 1.25em; height: 1.25em;
                        background: #eb6ea0;
                         border-radius: 50px; 
                         color: #fff;
                         line-height: 1.25; 
                         text-align: center;
}


/* 浜松申込み */

.hamamou{max-width:550px;
         margin-left:5px;
}

.hamatitle {color:#ffffff; position: relative;
	padding: 0.5em;
	background-color: #009999;
        margin:0;
}
.hamatitle::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}


.hama_chui{font-size:1em;
        font-weight:500;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
        margin-top:0;
        margin-left:5px;
        max-width:530px;
        padding:10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        line-height:1.4;
}

.point{	background-color:#CCFFCC;
        font-weight:900;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
         color:#333333;
         padding:0;
}


/* 吹き出し */

h3.fukidashi{
        color: #68552a;
        font-size:16px;
        position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
}

h3.fukidashi::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}




/* サブ見出し */
h3.heading_point {color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}
h3.heading_point::before,
h3.heading_point::after {
	position: absolute;
	content: '';
	border-radius: 100%;

}
h3.heading_point::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
        background-color:#ff9999;
}
h3.heading_point::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
        background-color:#ff6666;
}


/* バスサブ見出し */
h4.heading_kouza {margin-top:20px;
color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}
h4.heading_kouza::before,
h4.heading_kouza::after {
	position: absolute;
	content: '';
	border-radius: 100%;

}
h4.heading_kouza::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
        background-color:#ff9933;
}
h4.heading_kouza::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
        background-color:#ffcc66;
}





/* メインコンテンツ(枠無し) */
section.content_white{
padding:10px 5px;
margin-bottom:0px;
border-radius:6px;
overflow:hidden;
font-size:14px;
}

* html section.content_white{height:1%;}

section.content_white p{margin-bottom:5px;}



/* メインコンテンツ(コメント) */
section.content_come{
padding:10px 5px;
margin-bottom:10px;
overflow:hidden;
font-size:14px;
text-align:center;
}

* html section.content_come{height:1%;}


section.content_come p{margin-bottom:5px;}




/* メインコンテンツ(枠無し・上下０) */
section.content_zero{
padding:0;
margin:0px auto 5px;
border:0;
overflow:hidden;
font-size:14px;
}




/*　ポストタイトル */
h3.title_dai img{
padding-left:7px;
margin-bottom:10px;
font-size:16px;
max-width:90%;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .grid{padding:5px 0 0;}


/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin-right:10px;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
width: 100%;
background-image: repeating-linear-gradient(-45deg,#faf0e6, #faf0e6 3px,rgba(255,255,255,0) 0, rgba(255,255,255,0) 6px);
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#663300;}
#footer a:hover{color:#00ff00;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media  only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{
	width:300px;
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}	

}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{padding:0 0 5px 10px;}
	#header .logo{padding-left:10px;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:center;
	}
	
	#footer .grid:last-child{padding-top:20px;}


}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #48370d;
	border-right:1px dashed #48370d;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}


}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p,#sub .grid li{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}


}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #48370d;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}

.orikaeshi { display: inline-block; }

.busmo{font-size:95%;}


}



/* ポスト(学祭タイトル) */


#post_title{width:100%;
	float:left;
	margin: 0 auto 20px;
	padding:0px;
}


#post_title p{
	margin: 20px auto 5px;
	padding:0px;


}

#post_title p.haba{max-width:600px;
	margin: 20px auto 5px 0;
	padding:0px;
        line-height:1.8;

}

#post_title h3{
	margin: 5px auto 20px;
	padding:0px;

}



/*ステップ背景 */


.step_back{width:90%;
	position:relative;
	padding:5px 20px;
	font:bold 22px/1.6 Arial, Helvetica, sans-serif;
	color:#660000;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#3cb371 solid 3px;
	border-bottom:#3cb371 solid 3px;
        background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			rgba(255,255,255,0) 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			rgba(255,255,255,0) 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            rgba(255,255,255,0) 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			rgba(255,255,255,0) 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            rgba(255,255,255,0) 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			rgba(255,255,255,0) 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            rgba(255,255,255,0) 60%
			);
	background-size:4px 4px;
}
.step_back:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-top-color:#3cb371;
}
.step_back:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-top-color:#ffffff;
	z-index:1;
}

/*ステップ背景ここまで */


#post_gakka{width:98%;
	float:left;
	margin: 2px auto 2px;
	padding:0px;
}


h2.ga_mei1 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .5em .75em;
	background-color: #ffcc33;
	border-radius: 6px;
}

h2.ga_mei1::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #ffcc33;

}

h2.ga_mei1 span {font-size:10px;
}




h2.ga_mei2 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .5em .75em;
	background-color: #ff9933;
	border-radius: 6px;
}

h2.ga_mei2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #ff9933;

}

h2.ga_mei2 span {font-size:10px;
}


h2.ga_mei33 {
        font-size:16px;
        color:#68552a;
	position: relative;
	padding: .5em .75em;
	background-color: #ffcc99;
	border-radius: 6px;
}

h2.ga_mei33::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid rgba(255,255,255,0);
	border-top: 15px solid #ffcc99;

}

h2.ga_mei33 span {font-size:10px;
}




/* ポスト(申し込み条件) */


#post_mou{width:100%;
	float:left;
	margin: 0 auto 5px;
	padding:0px;

}


#post_mou p{
font-size:16px;
padding: .5em .75em;
background-color: #ffffcc;
border-left: 6px solid #ccff00;
margin-bottom: 10px;
}

#post_mou h2{
padding-bottom: 5px;
margin-bottom: 10px;

}


/* 相談タイトル */


#post_sou{width:100%;
	float:left;
	margin: 0 auto 5px;
	padding:0px;
}


#post_sou p{
font-size:16px;
padding: .5em .75em;
background-color: #ffffcc;
border-left: 6px solid #ccff00;
margin-bottom: 10px;
}

#post_sou h2{
  color: #6f4b3e;
  font-size:17px;
  font-weight:500;
  text-align: center;
  padding: 0.5em;
  border-top: solid 2px #3cb371;
  border-bottom: solid 2px #3cb371;
  background: -webkit-repeating-linear-gradient(-45deg, #eafff4, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}




/* ポスト */

#post {width:95%;
	float:left;
	margin: 0 auto 10px;
	padding:5px;
	background-color: #ffffff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


/* 講座番号 */

.date1	{float:left;
	font-size: 1em;
	background-color: #cc3333;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;

}

.date1 span	{display: block;
	font-size: 2em;
	line-height: 1;}


.date2	{float:left;
	font-size: 1em;
	background-color: #00cccc;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.date2 span	{display: block;
	font-size: 2em;
	line-height: 1;}


.date3	{float:left;
	font-size: 1em;
	background-color: #99CC33;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.date3 span	{display: block;
	font-size: 2em;
	line-height: 1;
}


.date4	{float:left;
	font-size: 1em;
	background-color: #cc6699;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.date4 span	{display: block;
	font-size: 2em;
	line-height: 1;
}


.date5	{float:left;
	font-size: 1em;
	background-color: #66ccff;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.date5 span	{display: block;
	font-size: 2em;
	line-height: 1;
}


.date6	{float:left;
	font-size: 1em;
	background-color: #ff66cc;
	padding: 5px 7px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.date6 span	{display: block;
	font-size: 2em;
	line-height: 1;
}

/* 講座タイトル */


h2.koza_title 	{font-size:16.5px;
        color:#663300;
        font-weight:700;
	margin: 5px 0 5px;
	padding: 0 3px;
}

h2.koza_title_2 {font-size: 0.95em;
	margin: 5px;
	padding: 0 3px;
}

.koza_title span{font-size: 0.75em;
}

.cat	{clear:both;font-size: 12px;
	color: #666666;
}

.cat a	{text-decoration: none;
	color: #666666;}


#post p{margin:7px 0;
}


/* バス地図 */

.buschizu{
        margin:20px 0 20px 10px;
        padding:0;
        width:100%;
}


.buschizu ul {list-style-type:none;
        max-width:900px;
        margin:0;
        padding:0;
}


.buschizu ul li{margin-right:10px;
margin-bottom:20px;
	float: left;
}


.buschizu li img{display:block;
                  max-width:550px;
}

.buschizu li img{display:block;
width:100%;
}

.hamachizu {
        display:block;
        margin-top:15px;
        margin-left:5px;
        max-width:450px;
}


/* バス */





.noriba{margin:0;
max-width:100%;
border:solid 2px #333333;
position:relative;
}

.noriba_lef{max-width:50%;
float:left;
border:solid 2px #333333;
position:absolute;
}

.noriba_rig{max-width:50%;
float:left;
position:absolute;
}



/* 時刻表テーブル */

table.okazaki {max-width:400px;
	border-collapse: collapse;
	text-align: center;
        font-size:1em;
	line-height: 1.5;
}
table.okazaki th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	color: #333333;
	border-bottom: 3px solid #036;
}
table.okazaki tbody th {width:450px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #FFE18B;
}
table.okazaki td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
}



table.anjyo {width:350px;
	border-collapse: collapse;
	text-align: center;
        font-size:1em;
	line-height: 1.5;
}
table.anjyo th {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #333333;
	border-bottom: 3px solid #036;
}
table.anjyo tbody th {width:450px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #99CCFF;
}
table.anjyo td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/*Banner*/

#banner {
	height: 800px;
	background:#fff7ef url(../img/sou/sou_main.jpg) no-repeat center;
	position: relative;
	padding: 1px 0 0 0;
    margin-bottom: 20px;
}

#banner .wrapper {
	text-align: center;
	margin-top: 230px;
}

#banner h2 {
	margin: 20px auto 20px auto;
	padding: 0 5%;
	opacity: 0.9;
	color: #65ab31;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}

#banner .subtitle {
	font-size: 18px;
	letter-spacing: 0.1emx;
	margin: 0 auto;
	color: #65ab31;
	margin-bottom: 40px;
}

#banner .button-2 {
	color: #fff;
}

#banner p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	width: 70%;
	#banner h2 {
		font-size: 48px;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#banner .wrapper { 
		margin: 50px auto;
	}
	#banner p {
		width: 90%;
	}
	#banner {
		height: auto;
		padding: 40px 0;
	}
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #65ab31;
	border: 2px solid #65ab31;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 280px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	border-color: #f2a613;
	background-color: #fd8a5b;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}
