<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*全体
------------------------------------------------------------------*/
* {
	padding:0;
	margin: 0;
	font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

body {
	color:#505050;
	background-color: #F9F9F9;
	font-size: 12px;
	word-wrap: break-word;
}




img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img,
input.btn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFFFFF;
}

li {
	list-style-type: none;
}
a {
	color: #3F8A00;
}
a:hover {
	color: #99BF00;
	text-decoration: none;
}



header {
	background-color: #FFF;
}
header h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
}

header #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
header #h_list a {
	text-decoration: none;
	color: #666666;
}
header #info {
	font-size: 11px;
	color: #666666;
	line-height: 24px;
}
header #info strong {
	font-size: 26px;
	color: #55A200;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 18px;
	color: #505050;
}
header #h_list a:hover {
	background-color: #FFFFFF;
	color: #55A200;
}
	


#main {
	background-color: #FFF;
}

#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #E5E5E5;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #333333;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CC95F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .box_out {
	/* background-color: #F9F9F9; */
	margin-bottom: 5px;
	/* padding: 5px; */
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	margin-bottom: 5px;
	padding: 10px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64A600;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

h2 span {
	font-size: 10px;
	padding-left: 15px;
	color: #8CAD34;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
    background-color: #37a423;    background: url(../img/midashi_bg1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#65c54c), to(#37a423));    background: url(../img/midashi_bg1.png) no-repeat left center, -webkit-linear-gradient(#65c54c, #37a423);    background: url(../img/midashi_bg1.png) no-repeat left center, linear-gradient(#65c54c, #37a423);    -webkit-box-shadow: 1px 2px 5px #CCC;    box-shadow: 1px 2px 5px #CCC;    
    font-size: 110%;    color: #fff;    
    padding: 7px 15px 7px 15px;    border-radius: 4px;    clear: both;    margin-bottom: 15px;    margin-top: 8px;
}

#content h3,  x:-moz-any-link  {
	padding-top: 5px;
	padding-bottom: 1px;
}

#content h3 span {
	font-size: 10px;
	color: #DDFFBB;
	padding-left: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #609F00;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B8E05A;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #76A800;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	line-height: 20px;
	padding: 5px;
	/* margin-top: 5px; */
	/* margin-right: 10px; */
	margin-bottom: 10px;
	/* margin-left: 10px; */
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img_left img {
  width: 85%;
}


.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
/*
	text-align: center;
------------------------------------------------------------------*/
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	position: relative;
}

#top_img .top_txt {
	text-align: left;
	position: absolute;
	z-index: 10;
	left: 30px;
	color: #006600;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(img/top_txt.png);
	letter-spacing: 1px;
	line-height: 18px;
	width: 350px;
	background-repeat: repeat-y;
	background-position: left top;
	top: 35%;
}
#top_img .top_txt span {
	font-size: 10px;
}

#content .to_top {
	text-align: right;
	padding-right: 5px;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

#content .chui {
	color: #CC3333;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "a?‰a??a\・a?，","i?!i?2i?°e!?a\・a?，a?“i?¨", "i?!i?2e!?a\・a?，a?“i?¨","a?’a?ca?Ra??a??a?? Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

/*ここから追加*/
------------------------------------------------------------------*/
.box02_right .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_right .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}



/*ここまで追加*/
------------------------------------------------------------------*/
#content .menu_base {
	background-color: #F8F7F5;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "i?-i?3 i?°a?´a?・a??a?￣", Osaka, "a?’a?ca?Ra??e§’a?´ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}





#foot_base {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

footer p {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

footer #f_logo {
	font-size: 24px;
	color: #999999;
	font-family: "ＭＳ Ｐゴシック", Times, serif;
}

footer .prbox {
	font-size: 10px;
	color: #999;
}

footer .prbox a {
	color: #999;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	background-color: #F5F5F5;
	line-height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}



table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
td.naiyo {
}

#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #F9FBF2;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #BDDB99;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #ABBC89;
}

#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #FBFDF4;
	border-right-color: #B9DB8E;
	border-right-width: 4px;
	border-right-style: solid;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #49911A;
}
#content table.table_menu td {
	font-size: 14px;
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #009933;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 92%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}


.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}

.btn_s a,
.box3 .btn a {
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #15A656;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.btn_s a:hover,
.box3 .btn a:hover {
	color: #118445;
	background-color: #FFFFFF;
	border-top-color: #42CE7A;
	border-right-color: #42CE7A;
	border-bottom-color: #42CE7A;
	border-left-color: #42CE7A;
}



#content .box3 {
	text-align: center;
	width: 31%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	background-color: #F9F7F4;
}
.box3 .btn a {
	margin-top: 5px;
	width: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
	width: 80%;
}
.box3 a:hover img {
	border-top-color: #89E1FE;
	border-right-color: #89E1FE;
	border-bottom-color: #2FCAFD;
	border-left-color: #89E1FE;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}



#sitemap #main p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sitemap #main ul {
	padding: 10px;
}
#sitemap #main li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#sitemap #main ul {
	margin: 0px;
	padding: 0px;
}
#sitemap #main li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



#sitemap #main {
	padding-top: 10px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 20px;
	width: 94%;
}

#sitemap header {
	height: 80px;
}

#content .box02_right .box_in ul.list li {
	font-size: 12px;
}

#content .dl_list dl dt {
	float: left;
	width: 22%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #52A700;
	text-align: right;
	padding-right: 3%;
	margin-right: 3%;
}
#content .dl_list dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-top: 10px;
	padding-right: 6%;
	padding-bottom: 10px;
	padding-left: 2%;
}
#content .dl_list dl dd {
	margin-left: 28%;

}

/*サブコンテンツ内の新着ニュース
------------------------------------------------------------------*/
div#news_wrap {
	background-color: rgb(255,255,255);
	width: 213px;
	/*height: 240px;*/
	border-color: rgb(246,246,246);
	border-width: 1px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	border-style: solid;
	float: left;
	margin-bottom: 5px;
}

.information {
	background-image: url(img/information_logo.png);
	background-position: 10px 10px;



	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
	width: 198px;
	/*height: 226px;*/
	border-color: rgb(224,224,224);
	border-width: 1px;
	border-radius: 10px;
	border-style: solid;
	float: left;
	margin: 6px 0px 0px 6px;
        /*overflow:hidden;*/
}

span.news_List_Ymd {
  font-size: 10px;
  font-weight: 600;
  /*float: left;*/
}

span.news_List_Title {
  /*float: left;*/
  font-size: 11.5px;
  padding-top: 0px;
  margin-bottom:10px;
  display:block;
}

ul#news_list {
  margin-top: 35px;
  padding: 10px;
}


/*クラリネットボタン
------------------------------------------------------------------*/

a.blue2 {
	margin-bottom: 5px;
	font-size: 16px;
	padding: 10px 39px;
	color: #476493;
	border: solid 1px #94aed7;
	background: url(../img/btn_blue2.gif) repeat-x;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#e5edf9),to(#ccdae9));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#e5edf9),to(#ccdae9));
	background: url(../img/btn_blue2.gif) repeat-x\9;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	margin-left: 5px;
}


a.blue1 {
	text-shadow: 0px -1px 0px;
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin-left: 5px;
}


.btn_login {
  margin-bottom: 5px;
  float: left;
}


/*サブコンテンツ
------------------------------------------------------------------*/

.src_box {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #FDFDFD;
	padding-top: 10px;
}

.src_box5 {
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.src_box2 {
	float: left;
	height: auto;
	width: 100px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 6px;
	font-size: 13px;
}
.src_box3 {
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 0px;
	font-size: 13px;
}

.robis_box {
	float: left;
	margin-top: 2px;
	width: 200px;
}

.src_box0 {
  float: left;
  margin: 0px;
  border: 1px solid #E3E3E7;
  width: 212px;
}	

.src_box_img {
  width: 88px;
  height: auto;
  float: left;
}

/*クラリネットページ
------------------------------------------------------------------*/	

#login_box {
	float: left;
	height: 300px;
	width: auto;
}


.about_join table {
  margin: 10px 0 20px 0;
}

.font001 {
  margin: 140px 5px 5px 5px;
  font-size: 12px;
}

td.tit {
  border: 1px solid #2f343c;
  width: 170px;
  height: 29px;
  text-align: center;
  font-size: 12px;
  background-color: gray;
  color: #fff;
}

td.naiyo {
  border: 1px solid #aaa;
  border-top: none;
  background-repeat: no-repeat;
  background-position: center top 10px;
  cursor: pointer;
}

.naiyo {
	background-repeat:no-repeat;
}

.about_joinBg {
	margin-bottom:30px;
	float:left;
}


/*テーブル１
------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	/* line-height: 2; */
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px 20px;
	font-size: 90%;
}

}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	
	background-image: -webkit-linear-gradient(#4b4b4b, #333);
	background-image: linear-gradient(#4b4b4b, #333);			
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e4f4e1;			
	font-weight: bold;	
	background-repeat: no-repeat;
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}


/*地図
------------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (max-width:760px){
	
#content .box_in {
	padding: 1%;
}

#form {
	margin: 1%;
	background-color: #F8F8F6;
}

#content table td.td_head {
	padding: 5px;
	white-space: inherit;
	font-size: 12px;
}

.td_head .eng {
	font-size: 9px;
}

#content table td.td_odd {
	padding: 5px;
	font-size: 11px;
}

#content .chui {
	font-size: 10px;
}

textarea ,
input {
	font-size: 11px;
}

#hp_base {
	width: 100%;
	min-width: 320px;
}

header {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

#logo{
        width: 100%;
	float: left;
}
#info {
	float: left;
	margin-bottom: 10px;
	margin-left: 3%;
}
#h_list {
	clear: both;
}



a.menu {
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #438600;
	border: 1px solid #FFF;
	padding: 10px;
	box-shadow:#ccc 0 0 3px;
}
a.menu span {
	font-size: 12px;
	padding-left: 20px;
}
a.menu span:after {
	content: "表示する　▼";
}
a.menuOpen span:after {
	content: "閉じる　×";
}
a.menu:hover {
	cursor: pointer;
	background-color: #71A82D;
}

#g_navi {
	padding-top: 5px;
	padding-bottom: 5px;
}

#g_navi .gl_menu {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	box-shadow: #ccc 0 0 3px;
}

#g_navi .gl_menu li {
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	font-size: 14px;
	line-height: 16px;
}
#g_navi .gl_menu li span {
	font-size: 10px;
}

#g_navi .gl_menu li a {
	background-color: #E7F7D0;
	display: block;
	padding: 10px;
}

#g_navi .gl_menu li a:hover {
	background-color: #F7FFE3;
}

#g_navi .gl_menu li strong {
	color: #458400;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#top_img .top_txt {
	left: 5%;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 85%;
}
#top_img .top_txt span {

	font-size: 8px;
}

#main {
	width: 98%;
	background-color: #FFF;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

#content .box3 {
	width: 30%;
	margin-left: 2%;
}

.box3 .btn a {
	font-size: 10px;
	line-height: 16px;
	width: 80px;
}

footer {
	width: 100%;
	min-width: 320px;
	position: relative;
	height: 100px;
}

footer #f_logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

footer ul {
	display: none;
}

footer .prbox {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

footer p {
	padding: 5px;
}
#content .box3 {
	text-align: center;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	background-color: #F9F7F4;
}

}

@media screen and (min-width: 760px){	
	
#hp_base {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}


#main {
	width: 750px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	width: 100%;
	margin-right: 5px;
	margin-top: 10px;
}
	

header {
	height: 130px;
	position: relative;
}
header h1 {
	position: absolute;
	top: 10px;

	left: 27px;
}

header img#logo {
        width: 395px;
	position: absolute;
	left: 15px;
	top: 25px;
}
header #h_list {
	position: absolute;
	right: 20px;
	top: 6px;
}

header #info {
	position: absolute;
	right: 25px;
	top: 28px;
	text-align: right;
}
	

nav#g_navi {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 44px;
	width: 755px;
	padding-left: 5px;
}
nav#g_navi ul.gl_menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
	display: block !important;
}
nav#g_navi li a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 8px;
	width: auto;
}
nav#g_navi li a span {
	color: #98B36C;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #55A200;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a:hover span {
	color: #DCFFBF;
}

nav#g_navi li a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0D348;
}
nav#g_navi li a:hover {
	color: #FFFFFF;
	background-color: #52A700;
	border-bottom-color: #418200;
}
nav#g_navi li strong {
	color: #000000;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #64A600;
}
nav#g_navi li {
	display: inline;
}

a.menu {
	display:none;
}


#content .box02_left {
	float: left;
	width: 49%;
}
#content .box02_right {
	float: right;
	width: 49%;
}


#side {
	padding: 5px;
	float: left;
	width: 220px;
	margin-top: 10px;
}
#side h3 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #52A700;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4E9B00;
}
#side .side_box {
	width: 220px;
	margin-bottom: 5px;
	padding-top: 5px;
	/* padding-bottom: 10px; */
	float: left;
}
#side .side_box h3 {
	background-color: #89B055;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2CA;
}
#side .side_box .side_inbox {
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEEEEE;
}
#side li {
}


#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#side .side_box .side_btn {
	text-align: center;
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #68AE00;
}

#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}


footer {
	width: 760px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

footer li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

footer li a:hover {
	color: #999999;
}

footer li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

footer p {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

footer #f_ul01 {
	position: absolute;
	left: 10px;
	top: 15px;
}
footer #f_ul02 {
	position: absolute;
	left: 10px;
	top: 38px;
}
footer #f_logo {
	position: absolute;
	top: 40px;
	right: 10px;
}

footer .prbox {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

}

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

#side {
	display: none;
}
}

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

#hp_base {
	width: 950px;
}

nav#g_navi {
	height: 44px;
	width: 930px;
	padding-left: 10px;
}

nav#g_navi ul {
	height: 44px;
}
nav#g_navi li a {
	line-height: 16px;
	height: 32px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 23px;
	font-size: 13px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	line-height: 16px;
	height: 32px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 8px;
	width: auto;
	background-color: #FFF;
}
nav#g_navi li a span {
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	line-height: 12px;
	font-size: 10px;
}



#main {
	float: left;
	width: 938px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#content {
	float: right;
	width: 690px;
	margin-right: 5px;
	margin-top: 10px;
}

footer {
	width: 950px;
}

}


@media only screen and (max-width:420px){
    table tr{
    }
    table th,
    table td{
    /*   display: list-item; */
        border: none;
		list-style: none;
		text-align: left;
    }
	#content table td.td_head {
	text-align: left;
	border-right-width: 1px;
	}
	#content table.table_menu th {
	text-align: left;
	font-size: 12px;
	border-right-width: 1px;
	}
	#content table.table_menu td {
	font-size: 12px;
	}
	#content .table_menu strong {
	font-size: 14px;
}

#content .box3 {
	text-align: center;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	background-color: #F9F7F4;
}

}



#amenu_box {
   margin:0; 
   float:left;
   border:#e5e4e6 1px solid;
}
.amenu {
   list-style:none;
   padding:0;
   margin:0;
   overflow: hidden;
   position: relative;
}
.amenu li {
   width:100%;/*メニューの幅*/
   background:#ADC653;
   position: relative;
   height:50px;/*メニューの高さ*/
}
.amenu li a {
   text-decoration:none;
   color:#993300;
   font-size:12px;
   display:block;
   padding:0 10px;
   height:49px;
   line-height:49px;
   border-bottom:1px solid #fff;
   color:#5B6F25;
   font-weight:bold;
}
.amenu li ul {
   margin:0;
   padding:0;
}
.amenu li ul li {
   background:#dcd3b2; 
}
.amenu li ul li a {
   color:#9e9478; 
}
.amenu .drop_2row:hover {/*サブメニューが2つのとき*/
   height:150px;
}
.amenu .drop_3row:hover {/*サブメニューが3つのとき*/
   height:200px;
}
.amenu .drop_4row:hover {/*サブメニューが4つのとき*/
   height:250px;
}
.amenu .drop_7row:hover {/*サブメニューが7つのとき*/
   height:400px;
}

.amenu * {/*アニメーション*/
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
}


#accordion{
  position:relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 15px solid #333333;
  border-bottom: 15px solid #333333;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding:0;
}
#accordion div div{
  position: relative;
  padding: 15px 10px 12px 40px;
  border-top: 1px solid #66FF66;
  border-bottom: 1px solid #66FF66;
  background: #00CC00;
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #66CC66;
	cursor: pointer;
}
#accordion div div:before{
  position:absolute;
  top: 13px;
  left:10px;
  color: #2f7f99;
  font: 24px/100% 'Typicons';
  content: "\0023";
}
#accordion div div:after{
  position:absolute;
  top: 15px;
  right:10px;
	color: #2f7f99;
  font: 20px 'Typicons';
  content: "7";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div div:after{
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #66FF99;
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 70px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
	height: 16px;
  padding: 13px 70px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a0d2e2;
}
#accordion input:checked + div ul li:first-child a{
  border-top: 0;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 0;
}
#accordion input:checked + div ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;
}
#accordion input:checked + div ul li a:before{
  position: absolute;
  top: 16px;
  left: 45px;
  color: #2f7f99;
  font:16px/100% 'Typicons';
  content: "●";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}

/*追記
------------------------------------------------------------------*/
.center{
 text-align: center;
}

div#news_wrap2 {
	background-color: rgb(255,255,255);
	width: 100%;
	height: 100%;
	border-color: rgb(246,246,246);
	border-width: 1px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	border-style: solid;
	float: left;
	margin-bottom: 5px;
        overflow:hidden;
}

#side2 li {
	line-height:0;
}
#side2 li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side2 li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}
/*追記ここまで
------------------------------------------------------------------*/



/*新着一覧ページと詳細ページ用
------------------------------------------------------------------*/

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
/*新着一覧ページと詳細ページ用ここまで
------------------------------------------------------------------*/

</pre></body></html>