/*Reset CSS*/
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,ul,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 14px;

 }

body::-webkit-scrollbar {
	width:10px;
} 

body::-webkit-scrollbar-track {
	background:#dddddd;
} 
body::-webkit-scrollbar-thumb {
	background:#6BADE3;
}

header {
	width:100%;
	height: 105px;
	border-top:10px solid #03C;
	border-bottom:2px solid #03C;
}

header .wrap {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

header .wrap .logo {
	width: 350px;
	float: left;
}

header .wrap .logo p.catch {
	font-size: 14px;
	letter-spacing: 0.8px;
	margin: 12px 0 0 5px ;
}

header .wrap .logo h1 {
	color: #000;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 8px;
	margin: 0 0 0 5px;
	
}

header .wrap .logo a {
	text-decoration:none;
	color: #000;
}

header .wrap address#hd {
	color: #03436D;
	font-size:14px;
	font-weight: bold;
	letter-spacing:0.3em;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin: 16px 0 0 0;
	width: 280px;
	float: right;
}

header .wrap address {
	margin:5px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	float: right;
}

nav#main {
	height: 51px;
	margin: 2px auto;
	clear: both;
}

nav#main ul {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

nav#main ul li {
	float: left;
	width: 138px;
	list-style: none;
	background: linear-gradient(#60A8FF, #181DFF);
	border-left:1px solid #4C7CFF;
	border-right:1px solid #4C7CFF;
}

nav#main ul li a {
	color: #FFF;
	font-size: 14px;
	text-decoration:none;
	text-align: center;
	line-height: 50px;
	display: block;
}

section {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 10px;
}

section h2 {
	font-size: 16px;
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.3em;
	clear: both;
}

section h3 {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.2em;
	margin: 10px 0 0 0;
}

section article.info {
	width: 661px;
	height: 260px;
	/**height: 420px;**/
	margin: 13px 0 15px 0;
	float: left;
	/**border-bottom: 2px solid #5796FF;**/
}

section article.info ul {
	overflow-y: scroll;
	height: 105px;
	/**height: 370px;**/
	border:1px solid #DDD;
	margin: 5px 0 20px 0;
}

section article.info ul li {
	font-size: 14px;
	margin: 15px 0 0 10px ;
	list-style: none;
}

section #freon_song {
	width: 300px;
	height: 260px;
	float: right;
	padding: 0 5px 5px 0;
	margin: 20px 0 0 0;
}

section #freon_song p {
	margin: 10px 0 10px 0 ;
}

section #freon_song p .explanation {
	width: 300px;
}

section article.schedule {
	height: auto;
	clear: both;
	padding: 15px 0 0 0;
	border-top: 2px solid #4E85FF;
}

section article.schedule table {
	width: 980px;
	font-size: 13px;
	margin: 8px 0 20px 0;
	border-collapse: collapse;
}

section article.schedule table tr{
	height: 50px;
}

section article.schedule table tr th,td{
	padding: 0 2px 0 2px;
	vertical-align: middle;
	line-height: 20px;
}

section article.schedule table tr th{
	color: #fff;
	background-color:#6BADE3;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

section article.schedule table tr td {
	border:1px solid #c1c1c1;
	padding: 0 2px 0 2px;
}

footer {
	width: 100%;
	height:150px;
	background-color:#039; 
    bottom:0px;
}

footer #footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	zoom:1;
}

footer #footer .logo {
	float: left;
	width: 350px;
}

footer #footer .logo h3 {
	color: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
	letter-spacing: 5px;
	clear: both;
	margin: 5px 0 0 5px;
	padding: 3px 0 0 0;
}

footer #footer .logo address {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 0 3px;
	line-height: 20px;
}

footer #footer .logo address a {
	color: #fff;
}

footer #footer nav#bottom {
	float: right;
}

footer #footer nav#bottom ul {
	width: 510px;
	float: right;
	margin: 10px 0 0 0;
}

footer #footer nav#bottom ul li {
	list-style: none;
	border-left: 1px solid #fff;
	float: left;
}

footer #footer nav#bottom ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 0 5px 0 5px;
}