@charset "UTF-8";
/* CSS Document */

/* 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, 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 outside none;}
table {border-collapse: collapse;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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------------------------- */




/* Style -------------------------------------------------------------- */

body {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	background-color: #05092a;
}

/*
p {
	margin: 0 0 1.6em;
}
*/

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
    transition: all 0.2s linear;
}

a:hover, a:active{
/*	-webkit-transition: opacity 1s;-moz-transition: opacity 1s;-o-transition: opacity 1s;*/
	outline: none;
	color: #000;
	text-decoration: underline;
}

/* Clearfix */
nav .panel:after, nav#mainNav:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav{zoom: 1;}



a.pdf{
	padding:2px 0 5px 25px;
	background:url(./img/icon_pdf.gif) no-repeat left top;
	line-height:1.4;
	color: #1c588b;
}
a.pdf:link, a.pdf:visited{
	text-decoration: underline;
}
a.pdf:hover, a.pdf:active{
	text-decoration: none;
}



/* --------------------------------------------------
  Frame
-------------------------------------------------- */

header {
	width: 100%;
	height: 105px;
	position:relative;
	background-color: #fff;
}
header .inner{
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}
#globalNavi {
	width: 100%;
/*	height: 47px;*/
/*	background-color: #d2e8e8;*/

/*	border-top: 1px solid #ccd0e4;*/
/*	border-bottom: 3px solid #7ec5c5;*/
}

#container{
	width: 100%;

	background-image: url(img/bg_container.jpg);
	background-repeat: repeat;
	background-position: center top;
	
	border-bottom: 2px solid #1c588b;
}
#container .hin{
	width: 100%;

	background-image: url(img/bg_container_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents {
	clear: both;

	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;

}

#footerNavi{
	clear: both;
	width: 100%;
	height: 60px;
	background-color: #0c1037;
	position: relative;
}
footer {
	clear: both;
	width: 100%;
}




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

header #logo{
	position: absolute;
	top: 26px;
	left: 0;
/*	width: 394px;*/
	width: 360px;
	z-index: 300;
}
header #logo img{
	width: 100%;
	height: auto;
}

header ul.headerBtns {
	position: absolute;
	right: 0;
	top: 32px;
	text-align: right;

	width:130px;
		
	float:left;
	
	z-index: 100;
}
header ul.headerBtns li {
	display: inline-block;
	margin-left: 7px;
	width: 120px;
	line-height: 1.0;
	position: relative;
}
header ul.headerBtns li img {
	width: 100%;
	height: auto;
}
header ul.headerBtns li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}



/* --------------------------------------------------
  contents
-------------------------------------------------- */

.mainBanner{
	width: 100%;
	line-height: 0;
	
	padding-top: 20px;
	
	margin-bottom: 20px;
    
    position: relative;
    z-index: 100;
}
.mainBanner img{
	width: 100%;
	height: auto;
}
.mainBanner .scLink{
    position: absolute;
    right: 30px;
    bottom: 12px;
    z-index: 150;
    
    display: flex;
    justify-content: flex-end;
}
.mainBanner .scLink a{
    display: block;
    font-size: 16px;
    line-height: 1.0;
    
    padding: 22px 44px;
    background-color: #fff;
    border-radius: 30px;
}
.mainBanner .scLink a i{
    font-size: 20px;
    margin-left: 5px;
    color: #009999;
}
.mainBanner .scLink a:hover{
    text-decoration: none;
    opacity: 0.7;
}



#events{
    box-sizing: border-box;
    width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 14px;
	
	background-color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	margin-bottom: 24px;
}
#events h2{
	width: 100%;
	height: 32px;
	
	text-indent: -5000px;
	
	background: url(img/title_events.png) no-repeat left top;

	-webkit-background-size : 262px auto;
	-moz-background-size : 262px auto;
	background-size : 262px auto;
	
	margin-bottom: 22px;
}
#events .image{
	width: 99%;
	margin: 0 auto 10px;
	line-height: 0;
	text-align: center;
}
#events .image img{
	width: 100%;
	height: auto;
}


#events .bnrContent{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
#events .banner{
    width: 40%;
    line-height: 0;
}
#events .description{
    width: 55%;
}
#events .description a{
    text-decoration: underline;
}
#events .description a:hover{
    text-decoration: none;
}

#events .banner img{
    width: 100%;
    height: auto;
}
#events .banner a{
	transition: all 0.2s linear;
}
#events .banner a:hover{
    opacity: 0.8;
}


#sitecontents{
    box-sizing: border-box;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px 24px;
	
	background-color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	margin-bottom: 24px;
}
#sitecontents h2{
	width: 100%;
	height: 32px;
	
	text-indent: -5000px;
	
	background: url("img/title_contents.png") no-repeat left top;

	-webkit-background-size : 262px auto;
	-moz-background-size : 262px auto;
	background-size : 262px auto;
	
	margin-bottom: 22px;
}
#sitecontents ul.content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sitecontents ul.content > li{
    width: 24%;
    
    padding-bottom: 20px;
    
    background-color: #f5f5f5;
}
#sitecontents ul.content > li .photo{
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
}
#sitecontents ul.content > li .photo img{
    width: 100%;
    height: auto;
}
#sitecontents ul.content > li h3{
    width: 83%;
    margin: 0 auto;
    
    font-size: 20px;
    line-height: 1.3;
    
    margin-bottom: 10px;
}

#sitecontents ul.content > li p{
    width: 83%;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.7;
    
    margin-bottom: 10px;
}

#sitecontents ul.linkList{
    width: 83%;
    margin: 0 auto;
}
#sitecontents ul.linkList > li{
}
#sitecontents ul.linkList > li a{
    display: block;
    padding-left: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #36bbf2;
    
    background: url("img/icon_link_sc.png") no-repeat left 2px;
}
#sitecontents ul.linkList > li a:hover{
    text-decoration: underline;
}





.homeImage{
	width: 100%;
	height: 256px;
	background: url(img/bg_home_imageArea2.jpg) repeat-x center top;

	margin-bottom: 24px;

}



.homeBanner{
	clear: both;
	padding: 15px 0;
	text-align: center;
	
	border-top: 1px solid #1c588b;

}
.homeBanner img{
	width: 95%;
	max-width: 350px;
	height: auto;
}



#outline{
		padding: 25px 0 10px;
}

#outline:after {
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	content: ".";
}

#outline .tables{
	width: 100%;
	float: left;
	padding-top: 18px;
}
#outline .rowL{
	width: 480px;
	float: left;
	background-color: #fff;
}
#outline .rowR{
	width: 480px;
	float: right;
	background-color: #fff;
}
#outline table{
	width: 100%;
	color: #000;
}
#outline .rowL table tr,
#outline .rowR table tr{
	background-color: #fff;
	
	border-bottom: 1px solid #ccc\9;/* IE8 */
}
#outline .rowL table tr:nth-child(odd),
#outline .rowR table tr:nth-child(odd){
	background-color: #eee;
}
#outline table th{
	width: 100px;
	padding-left: 18px;
	padding-right: 10px;
}
#outline table td{
	padding-right: 10px;
}
#outline table th,
#outline table td{
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#outline table dd{
	padding-bottom: 10px;
}
#outline table ul.ind01 li{
	padding-left: 0.8em;
	text-indent: -0.8em;
}
#outline table ul.ind02 li{
	padding-left: 1.3em;
	text-indent: -1.3em;
	padding-bottom: 5px;
}






.subPage{
	width: 100%;
	padding: 22px 0;
}

.subPage h1{
	width: 90%;
	padding: 15px 5% 15px;

	text-align: center;
	
	font-size: 24px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
		
	margin-bottom: 20px;
	
	background-color: rgba(255, 255, 255, 0.2);
}

.subPage .contents{
	width: 85%;
	max-width: 980px;
	margin: 0 auto;
	padding: 4% 5% 5%;
	
	background-color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


table.cmnTable{
	width: 100%;
	color: #000;
}
table.cmnTable tr{
	background-color: #f9f9f9;
	
	border-bottom: 1px solid #ccc\9;/* IE8 */
}
table.cmnTable tr:nth-child(odd){
	background-color: #eee;
}
table.cmnTable th{
	width: 15%;
	padding-left: 18px;
	padding-right: 10px;
	
	white-space: nowrap;
}
table.cmnTable td{
	padding-right: 10px;
}
table.cmnTable th,
table.cmnTable td{
	font-size: 15px;
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.cmnTable ul.ind01 li{
	padding-left: 0.8em;
	text-indent: -0.8em;
}
table.cmnTable ul.ind02 li{
	padding-left: 1.3em;
	text-indent: -1.3em;
	padding-bottom: 5px;
}
table.cmnTable th.sccol{
	font-weight: bold;
	text-align: center;
	white-space: normal;
	width: auto;
}
table.cmnTable th.ct,
table.cmnTable td.ct{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


ul.block{
	width: 100%;
}
ul.block li{
	width: 90%;
	padding: 23px 5%;
	background-color: #f9f9f9;
	
/*	margin-bottom: 10px;*/
	
	font-size: 15px;
	line-height: 1.6;
}
ul.block li:nth-child(odd){
	background-color: #f0f0f0;
}
ul.block .address{
	padding-top: 8px;
	font-weight: bold;
}


.organization{
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
}
.organization .chart{
	width: 100%;
	line-height: 0;
	margin-bottom: 40px;
	text-align: center;
}
.organization .chart img{
	width: 100%;
	height: auto;
}
.organization .note{
	width: 90%;
	padding: 23px 5%;
	background-color: #eee;
	
	font-size: 15px;
	line-height: 1.6;
}
.organization .note h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}


.business{
	width: 100%;
}
.business > ul{
	width: 100%;
	float: left;
	
	border-top: 1px solid #d2e8e8;
}
.business > ul > li{
	width: 90%;
	padding: 20px 5%;
	float: left;
	
	font-size: 15px;
	
	border-bottom: 1px solid #d2e8e8;
}
.business .content{
	width: 70%;
	float: left;
}
.business .content h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.business .content ul{
	margin-left: 1.5em;
	float: none;
}
.business .content ul > li{
	width: auto;
	float: none;
	list-style-type: disc;
}
.business .image{
	width: 25%;
	max-width: 120px;
	float: left;
	margin-right: 5%;
}
.business .image img{
	width: 100%;
	height: auto;
}



a.linkBtn{
	display: inline-block;
	margin-bottom: -5px;
	
	padding: 3px 10px 3px 20px;
	
	background-color: #009999;
	font-size: 14px;
	color: #fff;
	line-height: 1.0;

	white-space: nowrap;
	
	background-image: url(img/icon_linkBtn_white.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.linkBtn:hover{
	background-color: #10b6b6;
	-webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; transition: background-color 0.5s;
}



ul.business{
	width: 100%;
	float: left;
	
	padding-bottom: 20px;
}
ul.business li{
	width: 92%;
	padding: 23px 4%;
	
	margin-bottom: 20px;
	
	font-size: 15px;
	line-height: 1.6;
	
	float: left;
	
	border: 3px solid #ddd;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.business h2{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.business li p{
	width: 48%;
	float: left;
}
ul.business li .photo{
	width: 48%;
	float: right;
}
ul.business li .photo img{
	width: 100%;
	height: auto;
}


.backToIndex{
	clear: both;
	width: 100%;
	
	text-align: center;
}
.backToIndex .linkBtn{
	display: block;
	width: 250px;
	margin: 0 auto;
}
.backToIndex .linkBtn a{
	display: block;
	padding: 18px 10px 18px 5px;
	background-color: #444;
	font-size: 15px;

	color: #fff;
	line-height: 1.0;
	white-space: nowrap;
	text-align: center;
	
	background-image: url(img/icon_linkBtn_back_white.png);
	background-repeat: no-repeat;
	background-position: 5% 20px;
}
.backToIndex .linkBtn a:hover{
	background-color: #666;
	-webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; transition: background-color 0.5s;
}


.events{
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
}
.events .image{
	width: 100%;
	line-height: 0;
	margin-bottom: 40px;
	text-align: center;
}
.events .image img{
	max-width: 700px;
	width: 100%;
	height: auto;
}



ul.links{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	
	padding-bottom: 20px;
}
ul.links li{
	width: 92%;
	padding: 23px 4%;
	
	margin-bottom: 20px;
	
	font-size: 15px;
	line-height: 1.6;
	
	
	border: 3px solid #ddd;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.links h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.links li p{
	font-size: 15px;
}
ul.links li p a{
	color: #009999;
}





article{
}

article h2{
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 10px;
}
article p{
	margin-bottom: 1.6em;
}

article a.linkBtn{
	padding: 10px 10px 10px 25px;

	font-size: 16px;
	
	background-position: 10px 13px;
}

a.doclink:link,
a.doclink:visited{
	color: #00e;
	text-decoration: underline;
}
a.doclink:hover,
a.doclink:active{
	color: #00e;
	text-decoration: none;
}

table.smTable{
	width: 100%;
	border-top: 1px dotted #666;
}
table.smTable th{
	padding: 5px 15px 5px 0;
	border-bottom: 1px dotted #666;
	white-space: nowrap;
}
table.smTable td{
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #666;
}

.center{
	width: 100%;
	text-align: center;
}




br.w1,
br.w2{
	display: none;
}
.error-fp{
	font-weight: bold;
	color: #e00;
	margin-bottom: 20px;
}

dl.form{
	width: 100%;
	border-bottom: 1px dotted #666;
	float: left;
}
dl.form dt, dl.form dd{
}
dl.form dt{
	clear: both;
	border-top: 1px dotted #666;
	padding: 1% 2%;
	width: 21%;
	float: left;
	font-weight: bold;
}
dl.form dd{
	border-top: 1px dotted #666;
	padding: 1% 2%;
	width: 71%;
	float: left;
}

dl.form input[type="text"],
dl.form input[type="password"]{
	height: 25px;
	font-size: 14px;
	margin-bottom: 3px;
}
dl.form select{
	height: 25px;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 3px 10px 3px 0;
}

dl.form input[type="text"].name{ width: 150px;}
dl.form input[type="text"].nickname{ width: 200px;}
dl.form input[type="text"].zipLeft{ width: 50px;}
dl.form input[type="text"].zipRight{ width: 70px;}
dl.form input[type="text"].address{ width: 280px;}
dl.form input[type="text"].age{ width: 70px;}
dl.form input[type="text"].tel{ width: 150px;}
dl.form textarea{ width: 280px; height: 8em; font-size: 14px;}
dl.form input[type="text"].fullname{ width: 150px;}
dl.form input[type="text"].relation{ width: 80px;}
dl.form input[type="text"].email{ width: 200px;}
dl.form input[type="password"].password{ width: 100px;}

form input[type="button"],
form input[type="submit"]{

    background: none;

    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 5px 0;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #1954dc;
	cursor: pointer;
	border: 5px solid #053ec1;
	border-radius: 5px;
}

dl.form .notice{
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #e4ecff;
	font-size: 11px;
}
dl.form .notice a:link,
dl.form .notice a:visited{
	color: #1954dc;
	text-decoration: underline;
}
dl.form .notice a:hover,
dl.form .notice a:active{
	color: #1954dc;
	text-decoration: none;
}

.formButton{
	clear: both;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

form section{
	clear: both;
	padding: 10px 0;
}
form section h3{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px;
	padding: 5px 10px;
	background-color: #eee;
/*	border-left: 3px solid #666;*/
}




table.program{
	clear: both;
	width: 70%;
	border-top: 1px solid #ccc;
	
	margin-top: 10px;
	margin-bottom: 20px;
}
table.program th{
	border-bottom: 1px solid #ccc;
	padding: 5px 2%;
	font-size: 13px;
	line-height: 1.7;
	
/*	background-color: #4368a6;
	color: #fff;*/
	
	background-color: #eee;
	font-weight: bold;
	
/*	text-align: center;*/
	
	white-space: nowrap;
}
table.program td{
	border-bottom: 1px solid #ccc;
	padding: 5px 2%;
	font-size: 13px;
	line-height: 1.7;

	vertical-align: middle;
}
table.program td.time{
	white-space: nowrap;
}





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


footer .copyright{
	color: #5b6193;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 15px 0 30px;
}




/* --------------------------------------------------
  clearfix
-------------------------------------------------- */

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
    }

   .clearfix{display: inline-block;}


    * html .clearfix {height: 1%;}
       .clearfix{display:block;}



/* メインメニュー　960px以上
------------------------------------------------------------*/
/*@media only screen and (min-width: 1025px){*/
@media only screen and (min-width: 960px){
	
nav#mainNav{
	clear:both;
	margin: 0 auto;
	width: 100%;
	position:relative;
	z-index:200;
	
	background: url(img/bg_mainNav.png) repeat-x center top;
}

nav#mainNav .inner{
	width: 980px;
	height: 47px;
	margin: 0 auto;
}

nav#mainNav ul{
	display: block;
	width: 100%;
}

nav#mainNav ul li{
	width: 196px;
	float: left;
	position: relative;
}

nav#mainNav ul li a{
	display: block;
	width: 100%;

    height: 47px;
	line-height: 47px;
	text-decoration: none;
	
	border-bottom: 3px solid #7ec5c5;
	
	text-align: center;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.1em;

}
	
nav#mainNav ul li.current-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active{
	background-color: #bcdfdf;
	border-bottom: 3px solid #2d9393;
}



nav#mainNav ul li > .subNav{
	display: none;
}
nav#mainNav ul li.current-item > .subNav{
	display: block;
	height: 65px;
	position: relative;
}
nav#mainNav ul li.current-item > .subNav ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	text-align: center;
	letter-spacing: -0.5em;
	line-height: 0;
	
	padding-top: 18px;
}
nav#mainNav ul li.current-item > .subNav ul.company{
	left: -196px;
	
	background: url(img/bg_mainNav_sub_on.png) no-repeat 288px top;
}
nav#mainNav ul li.current-item > .subNav ul li{
	display: inline-block;
	letter-spacing: normal;
	width: 190px;
	float: none;
	
	margin: 0 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


nav#mainNav ul li.current-item > .subNav ul li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	
	border-bottom: none;
	
	text-align: center;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.1em;
	
	background-color: #fbfbfb;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav#mainNav ul li.current-item > .subNav ul li.current-item a, nav#mainNav ul li.current-item > .subNav ul li a:hover, nav#mainNav ul li.current-item > .subNav ul li a:active{
	background-color: #9bcfcf;
	border-bottom: none;
}


nav div.panel{
	display:block !important;
	float:left;
}  
a#menu{display:none;}


  
}


/* メインメニュー 959px以下
------------------------------------------------------------*/
/*@media only screen and (max-width:1024px){*/
@media only screen and (max-width:959px){


#globalNavi {
	background-color: #2d9393;
}

nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	
	background: none;
}
	
nav#mainNav .inner{
	width:100%;
}

nav#mainNav a.menu{
	width:100%;
	display:block;
	height: 45px;
	line-height: 40px;
	text-align:left;
	color:#fff;
	text-decoration: none;

	font-size:120%;
	background: url(img/icon_menu.png) no-repeat 12px 15px #2d9393;
}
nav#mainNav a#menu span{padding-left: 42px;}

nav#mainNav a.menuOpen{
	border-bottom: 0;
	color: #fff;
}
nav#mainNav a#menu:hover{cursor:pointer;}
	
nav .panel{
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 3;
}

nav#mainNav ul{
	margin:0;padding:0;
	
	z-index: 300;
}

nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
}

nav#mainNav ul li a{
	display: block;
	padding:15px 10px 15px 20px;
	text-align:left;
	color:#fff;
	border-bottom:1px solid #333;
	background-color: rgba(72, 72, 72, 0.95);
	text-decoration: none;
}

nav#mainNav ul li > .subNav ul li a{
	padding:15px 10px 15px 40px;
	font-size: 12px;
	background-color: rgba(88, 88, 88, 0.95);
}

nav#mainNav ul li .coming{
	display: block;
	padding:15px 10px 15px 20px;
	text-align:left;
	color:#666;
	border-bottom:1px solid #333;
	background-color: rgba(72, 72, 72, 0.90);
	text-decoration: none;
}

nav#mainNav ul li a.current-item,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active{
	color:#fff;
	background-color: rgba(87, 170, 170, 0.95);

	background-color: #57aaaa\9;
}

}




/* 959px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

body {

}

#container{
	width:100%;
	
}
#contents{
	width:100%;
}

header {
	height: 80px;
}
header .inner{
	width: 100%;
}
header #logo{
	position: relative;
	width: 360px;
	left: 10px;
	top: 15px;
}
header #logo img{
	width: 100%;
	height: auto;
}

header ul.headerBtns {
	position: absolute;
	right: 10px;
	top: 25px;
	text-align: right;

	z-index: 300;
}
header ul.headerBtns li{
	display: inline-block;
	margin-left: 5px;
	width: 120px;
}

#globalNavi{
	width: 100%;
	height: 45px;
}


.mainBanner .scLink{
    right: 20px;
    bottom: 8px;
}
.mainBanner .scLink a{
    font-size: 14px;
    line-height: 1.0;
    
    padding: 16px 34px;
}
.mainBanner .scLink a i{
    font-size: 16px;
    margin-left: 5px;
}



#outline{
	width: 100%;
}
#outline .tables{
	width: 94%;
	float: none;
	padding: 18px 3% 0;
}
#outline .rowL{
	width: 100%;
	float: none;
}
#outline .rowR{
	width: 100%;
	float: none;
}

#outline .rowR table tr{
	background-color: #eee;
}
#outline .rowR table tr:nth-child(odd){
	background-color: #fff;
}

#outline .banner{
	text-align: center;
}




#events{
	padding: 24px 20px 24px;
	
	
	margin-bottom: 16px;
}
#events h2{
	height: 24px;
	
	background: url(img/title_events.png) no-repeat left top;

	-webkit-background-size : 190px auto;
	-moz-background-size : 190px auto;
	background-size : 190px auto;
	
	margin-bottom: 16px;
}

#events .banner{
    width: 100%;
    
    margin-bottom: 20px;
}
#events .description{
    width: 100%;
    
    font-size: 13px;
}


#sitecontents{
	padding: 24px 20px 10px;
	
	
	margin-bottom: 16px;
}
#sitecontents h2{
	height: 24px;

	-webkit-background-size : 190px auto;
	-moz-background-size : 190px auto;
	background-size : 190px auto;
	
	margin-bottom: 16px;
}
#sitecontents ul.content > li{
    width: 48%;
    
    padding-bottom: 20px;
    
    margin-bottom: 20px;
}

#sitecontents ul.content > li h3{
    font-size: 18px;
    line-height: 1.3;
    
    margin-bottom: 10px;
}

#sitecontents ul.content > li p{
    font-size: 13px;
    
    margin-bottom: 10px;
}
#sitecontents ul.linkList > li a{
    padding-left: 22px;
    font-size: 13px;
    
    background: url("img/icon_link_sc.png") no-repeat left 2px;
}


.homeImage{
	width: 100%;
	height: 140px;
	background: url(img/bg_home_imageArea2.jpg) repeat-x center top;

	-webkit-background-size : 530px auto;
	-moz-background-size : 530px auto;
	background-size : 530px auto;

	margin-bottom: 16px;

}



.subPage{
	padding: 22px 0;
}

.subPage h1{
	
	font-size: 18px;


	padding: 10px 5% 10px;
	
	margin-bottom: 20px;
}


table.cmnTable th,
table.cmnTable td{
	font-size: 13px;

	padding-top: 8px;
	padding-bottom: 8px;
}


ul.block li{
	padding: 18px 5%;

	font-size: 13px;
}


.organization .note{
	padding: 18px 5%;
	
	font-size: 13px;
}
.organization .note h2{
	font-size: 16px;

	margin-bottom: 12px;
}



.business > ul > li{
	padding: 20px 5%;
	
	font-size: 13px;
	
}


a.linkBtn{
	margin-bottom: -5px;
	
	padding: 3px 10px 3px 20px;
	
	font-size: 12px;
}



ul.business li{
	padding: 18px 4%;
	
	margin-bottom: 15px;
	
	font-size: 13px;
}
ul.business h2{
	font-size: 18px;

margin-bottom: 15px;
}




article{
	font-size: 13px;
}
article h2{
	font-size: 15px;
}

article a.linkBtn{
	padding: 10px 10px 10px 25px;

	font-size: 14px;
	
	background-position: 10px 13px;
}


table.smTable th{
	padding: 5px 15px 5px 0;
	font-size: 13px;
}
table.smTable td{
	padding: 5px 0 5px 0;
	font-size: 13px;
}





footer {
	width: 100%;
	margin: 0;
}
footer .inner,
footer .innerb{
	width: 100%;
}



br.w1{
	display: block;
}



.hoshizora .mainArea{
	width: 66%;
}
.hoshizora .subArea{
	width: 32%;
}


}



/* 幅700px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 700px){


header {
	height: 80px;
}
header #logo{
	width: 300px;
	left: 10px;
	top: 18px;
}
header ul.headerBtns {
	top: 25px;

	width: 120px;
	
	right: 5px;
}
header ul.headerBtns li {
	clear: both;
	display: block;
	float: right;

	width: 120px;
}


#outline .tables{
	width: 100%;
	padding: 18px 0 0;
}
#outline h2{
	padding-left: 1%;
}
#outline table th{
	width: 28%;
	padding-left: 4%;
	padding-right: 2%;
}
#outline table td{
	padding-right: 4%;
}




br.w2{
	display: block;
}

dl.form dt{
	padding: 3% 2% 3%;
	width: 100%;
	float: none;
}
dl.form dd{
	border-top: none;
	padding: 1% 2% 3%;
	width: 100%;
	float: none;
}



.hoshizora{
	float: none;
}
.hoshizora .mainArea{
	width: 100%;
	float: none;
}
.hoshizora .subArea{
	display: none;
}



table.program{
	width: 100%;
}



}






/* 幅460px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 460px){


header {
	height: 80px;
}
header #logo{
	width: 260px;
	left: 10px;
	top: 20px;
}
header ul.headerBtns {
	top: 30px;
	width: 80px;
}
header ul.headerBtns li {
	width: 80px;
}


.mainBanner .scLink{
    right: 14px;
    bottom: 2px;
}
.mainBanner .scLink a{
    font-size: 12px;
    line-height: 1.0;
    
    padding: 12px 22px;
}
.mainBanner .scLink a i{
    font-size: 14px;
    margin-left: 3px;
}



#outline .banner img{
	width: 95%;
	height: auto;
}




#sitecontents{
	padding: 24px 20px 10px;
	
	
	margin-bottom: 16px;
}

#sitecontents ul.content > li{
    width: 100%;
}

#sitecontents ul.content > li h3{
    width: 90%;

    font-size: 18px;
    line-height: 1.3;
    
    margin-bottom: 10px;
}

#sitecontents ul.content > li p{
    width: 90%;

    font-size: 13px;
    
    margin-bottom: 10px;
}
#sitecontents ul.linkList{
    width: 90%;
}

#sitecontents ul.linkList > li a{
    padding-left: 22px;
    font-size: 13px;
    
    background: url("img/icon_link_sc.png") no-repeat left 2px;
}




}




/* 幅360px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 360px){

header #logo{
	width: 220px;
	left: 5px;
	top: 25px;
}


}



