﻿@charset "UTF-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	color: #333333;
	background-color: #F9F9F9;
	font-size: 12px;
	word-wrap: break-word;
        background-image: url(img/BackGround.png);
	 -webkit-text-size-adjust: 100%;

}





div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 0px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: 1px solid #212D3B
	background-color: #FFF;
	font-size: 12px;
	margin: 20px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	
}
div.cal_wrapper table.cal tr td {
	font-size: 12px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ffffff;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 3px 4px;
	font-size: 13px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
	border: 1px solid #7096C7;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 150px;
	border: 1px solid #212D3B;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定 */

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: normal;
	color: #F00;
	background-color: #ffc2cd
}
div.cal_wrapper table.cal tr td div.RegularHoliday {
	font-weight: normal;
	color: #00F;
	background-color: #ffc2cd
}
div.cal_wrapper table.cal tr td div.WeekdayOfHoliday {
	font-weight: normal;
	background-color: #ffc2cd
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}














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: #007EB5;
}
a:hover {
	color: #00C7EA;
	text-decoration: none;
}



header {
	background-color: #FFF;
}
header h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	color: #777777;
}

header #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 12px;
}
header #h_list a {
	text-decoration: none;
	color: #666666;
}
header #info {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
}
header #info strong {
	font-size: 26px;
	color: #051B23;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 18px;
	color: #505050;
}
header #h_list a:hover {
	background-color: #FFFFFF;
	color: #E8443C;
}
	


#main {
	background-color: #FFF;

}

#pk {
	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;
}
#pk 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: #3CAFCC;
	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: #111;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1B96BE;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}

h2 span {
	font-size: 10px;
	padding-left: 15px;
	color: #1B96BE;
	letter-spacing: 1px;
	line-height: 14px;
}
#content h3 {
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #008dba;
	margin-bottom: 0px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0070a1;
	padding-top: 6px;
	padding-bottom: 0px;
}

#content h3,  x:-moz-any-link  {
	padding-top: 5px;
	padding-bottom: 1px;
}

#content h3 span {
	font-size: 10px;
	color: #CAF2FF;
	padding-left: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #1B96BE;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #63C8E9;
	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: #1B96BE;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #111;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	padding-top: 15px;
	padding-bottom: 10px;
	clear: both;
}


#content p {
	font-size: 12px;
	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;
	border: 1px solid #EDECE9;
}
.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: #FFFFFF;
	font-size: 18px;
	padding-top: 16px;
	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: #2D83AC;
}

#content .chui {
	color: #FF3300;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 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: 10px;
}

#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: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ 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.jpg);
	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: 11px;
	color: #666666;
	line-height: 14px;
}

footer #f_logo {
	font-size: 21px;
	color: #666666;
	font-family: "メイリオ", "Times New Roman", "Times, serif";
}

footer .prbox {
	font-size: 11px;
	color: #666666;
}

footer .prbox a {
	color: #999;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}

table {
	border-collapse: collapse;
        width: 100%;
}
table td {
	border-collapse: collapse;


}
#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#content table td {
       	padding: 2px;
	border: 1px solid #908e89;
	font-size: 13px;
}

#content table th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0FDFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #333333;
}



#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #E7FAFE;
	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: #A0D7F1;
	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_head3 {
	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_head3.gif);
	background-repeat: repeat-x;
}

#content table td.td_head4 {
	background-color: #F5F8F8;
	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: #B4C0C0;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(img/td_head4.gif);
	background-image: url(img/td_head4.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: #81BAD6;
}

#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: #E8FAFD;
	border-right-color: #9EE1ED;
	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_menu2 th {
	font-size: 14px;
	background-image: url(img/th2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #FDF7E8;
	border-right-color: #FDB762;
	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_menu3 th {
	font-size: 14px;
	background-image: url(img/th3.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #E8FAFD;
	border-right-color: #9EE1ED;
	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: #FF3300;
}
#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.table_menu2 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: #1B96BE;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 92%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#content table.table_menu2 {
	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: #00A8CC;
	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: #0085B7;
	background-color: #FFFFFF;
	border-top-color: #56C2E7;
	border-right-color: #56C2E7;
	border-bottom-color: #56C2E7;
	border-left-color: #56C2E7;
}



#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;
}
.box3 a:hover img {
	border-top-color: #81CFE2;
	border-right-color: #81CFE2;
	border-bottom-color: #81CFE2;
	border-left-color: #81CFE2;
}
#content .box3:hover {
	background-color: #ECFCFF;
	border-top-color: #81DCF3;
	border-right-color: #81DCF3;
	border-bottom-color: #81DCF3;
	border-left-color: #81DCF3;
}



#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: #1B96BE;
	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%;

}



@media only screen and (max-width:480px){

.scroll {
   display: none;
   text-align: right;
}
table {
width: 29%;
float: left;
margin-left: 4%;
}

 tr {
    text-align: right;
  }
 td {
    display: block;
    text-align: right;
  }
  td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


table tr{
        display: block;
        margin-bottom: 1.5em;
    }
    table th,
    table td{
        display: list-item;
        border: none;
		list-style: none;
		text-align: right;
    }
	#content table td.td_head {
	text-align: right;
	border-right-width: 1px;
	}
	#content table.table_menu th {
	text-align: right;
	font-size: 1px;
	border-right-width: 1px;
	}
	#content table.table_menu td {
	font-size: 1px;
	}
	#content .table_menu strong {
	font-size: 1px;
}







}








@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: 200px;
}

header {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

#logo{
	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: #1499C5;
	border: 1px solid #FFF;
	padding: 10px;
	box-shadow: #ccc 0 0 3px;

}
a.menu span {
	font-size: 35px;
	float: right;
}
a.menu span:after {
	content: "≡";
}
a.menuOpen span:after {
	content: "×";
}
a.menu:hover {
	cursor: pointer;
	background-color: #00B5DB;

}

#g_navi {
	padding-top: 5px;
	padding-bottom: 10px;

}

#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: #D8F4FC;
	display: block;
	padding: 10px;
}

#g_navi .gl_menu li a:hover {
	background-color: #F4FEFF;
}

#g_navi .gl_menu li strong {
	color: #0089BD;
	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: 120px;
}

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;
	padding-left: 5px;
}

footer p {
	padding: 5px;
}



}

@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 {
	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: #1FA8D6;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #1B96BE;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a:hover span {
	color: #DDF9FF;
}

nav#g_navi li a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #53B3D2;
}
nav#g_navi li a:hover {
	color: #FFFFFF;
	background-color: #02BDEC;
	border-bottom-color: #1B96BE;
}
nav#g_navi li strong {
	color: #000000;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0CA7CD;
}
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: #1B96BE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #1F7EA7;
}
#side .side_box {
	width: 220px;
	margin-bottom: 5px;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side .side_box h3 {
	background-color: #33A8C6;
	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 {
	line-height:0;
}
#side 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;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}

#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;
	background-color: #F2F2F2;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #FFA451;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#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: 7px;
	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: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 13px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	line-height: 16px;
	height: 32px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	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 all and (-webkit-min-device-pixel-ratio:0) and (max-width:599px) {

.scroll table{
width: 45%;
table-layout: fixed;
word-break: break-word;
}
td.ex1 {
text-align: right;
}
td.ex2 {
text-align: center;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}



}




