@charset "utf-8";

/*------------------------------
	top
------------------------------*/
/* ec_area */
#ec_area {
	margin-bottom: 30px;
}
#ec_area dl {
	display: table;
	width: 100%;
	border: 1px solid #b50505;
	background: #fff;
}
#ec_area dt {
	display: table-cell;
	width: 180px;
	padding: 5px 10px;
	background: #b50505;
	text-align: center;
	vertical-align: middle;
}
#ec_area dd{
	display: table-cell;
	padding: 10px 20px 5px;
}
#ec_area dd a{
	display:block;
	margin-bottom: 5px;
}
/* top_nav */
.top_nav {
	display: none;
	border-top: 1px solid #ccc;
	background: #fff;
}
.top_nav ul:after {
	display: block;
	clear: both;
	content: "";
}
.top_nav li {
	float: left;
	width: 33.3333333%;
	text-align: center;
}
.top_nav a {
	display: block;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 36px;
	text-decoration: none;
}
.top_nav li:nth-child(1) a,
.top_nav li:nth-child(4) a {
	border-right: 1px solid #ccc;
}
.top_nav li:nth-child(3) a,
.top_nav li:nth-child(6) a {
	border-left: 1px solid #ccc;
}
.main_visual {
	height: 245px;
}
@media only screen and (max-width:767px){
	#ec_area {
		margin-bottom: 25px;
	}
	#ec_area dl {
		display: block;
	}
	#ec_area dt {
		display: block;
		width: 100%;
		padding: 4px 10px 6px;
	}
	#ec_area dd {
		display: block;
		width: 100%;
		padding:10px 12px 5px;
	}
	.top_nav {
		display: block;
	}
	.main_visual {
		height: 148px;
	}
}
/* main_area */
#main_area {
	float: right;
	width: 584px;
}
#main_area ul:after {
	display: block;
	clear: both;
	content: "";
}
.top_topics {
	position: relative;
	margin-bottom: 35px;
	border: 1px solid #ffc71e;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #fff;
}
.top_topics:before {
	position: absolute;
	top: -4px;
	left: 10px;
	width: 24px;
	height: 35px;
	background: url(../images/ico_topics.png) 0 0 no-repeat;
	content: "";
}
.top_topics h2 {
	padding-left: 40px;
	background: #ffc71e;
	line-height: 40px;
}
.top_topics ul {
	margin: 12px 16px;
}
.top_topics li {
	padding: 10px 4px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}
.top_topics a {
	display: block;
}
.top_topics .date {
	float: left;
	width: 5.5em;
	color: #666;
}
.top_topics .text {
	padding-left: 5.5em;
}
.top_info {
	margin-bottom: 35px;
}
.top_info .tab_box {
	height: 34px;
}
.top_info .menu  li {
	float: left;
	width: 166px;
	height: 34px;
	overflow: hidden;
	margin-right: 4px;
	box-sizing: border-box;
	background: url(../images/tab.png) right top no-repeat;
	color: #0066b5;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.top_info .menu li.active {
	background-position: left top;
}
.top_info .menu a {
	display: block;
	padding-right: 20px;
	color: #0066b5;
	text-decoration: none;
}
.top_info .menu li.active a {
	color: #fff;
}
.top_info .box_wrap {
	border: 1px solid #ccc;
	border-top: 4px solid #0066b5;
	background: #fff;
}
.top_info #tab3 {
	border-top-color: #be392c;
	background: #f5e1de;
}
.top_info .box_wrap ul {
	margin: 12px 16px;
}
.top_info .box_wrap li {
	padding: 10px 4px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	font-size: 1.4rem;
}
.top_info #tab3 li {
	border-bottom: none;
}
.top_info .box_wrap a {
	display: block;
}
.top_info #tab3 a {
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_01.png) 0 .6em no-repeat;
}
.top_info .date {
	float: left;
	width: 5em;
	color: #666;
}
.top_info .text {
	padding-left: 5em;
}
.top_info .list {
	margin: 16px 20px 18px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
.top_info .list a {
	display: inline-block;
	padding: 0 22px;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
.top_info .list a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.top_lifestage {
	padding: 10px 14px;
	border-radius: 4px;
	box-sizing: border-box;
	background: #63c0ed;
}
.top_lifestage h2 {
	float: left;
	margin: 6px 9px;
	text-align: center;
}
.top_lifestage li {
	float: left;
	margin: 6px 7px;
	border: 2px solid #cbeaf9;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}
.top_lifestage .list {
	border: none;
	border-radius: 8px;
	background: #97d5f3;
}
@media only screen and (max-width:767px){
	#main_area {
		float: none;
		width: 100%;
	}
	.top_topics {
		margin-bottom: 20px;
	}
	.top_topics h2 {
		line-height: 34px;
	}
	.top_topics ul,
	.top_info .box_wrap ul {
		margin: 5px 12px 12px;
	}
	.top_topics li,
	.top_info .box_wrap li {
		padding: 4px;
	}
	.top_info .box_wrap li:nth-child(n+6) {
		display: none;
	}
	.top_topics .date,
	.top_info .box_wrap .date {
		float: none;
		width: auto;
	}
	.top_topics .text,
	.top_info .box_wrap .text {
		padding-left: 0;
	}
	.top_info {
		margin-bottom: 20px;
	}
	.top_info .menu li {
		width: 33.3333333%;
		height: auto;
		margin-right: 0;
		background: url(../images/tab_02.png) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		font-size: 14px;
		line-height: inherit;
	}
	.top_info .menu li.active {
		background-image: url(../images/tab_01.png);
	}
	.top_info .menu .tab3 {
		background-image: url(../images/tab_03.png);
	}
	.top_info .menu .tab3.active {
		background-image: url(../images/tab_04.png);
	}
	.top_info .menu a {
		padding: 6px 15% 2px 0;
	}
	.top_info .menu .tab3 a {
		color: #be392c;
	}
	.top_info .list {
		text-align: center;
	}
	.top_info .list a {
		padding: 0 30px;
		border-radius: 20px;
		line-height: 40px;
	}
	.top_lifestage {
		margin: 0 -5% 20px;
		padding: 10px 5%;
		border-radius: 0;
	}
	.top_lifestage h2 {
		width: 31.3333333%;
		margin: 0 1%;
		padding: 2px;
	}
	.top_lifestage li {
		width: 31.3333333%;
		margin: 2px 1%;
	}
}
@media only screen and (max-width:599px){
	.top_lifestage {
		margin: 0 -10px 20px;
		padding: 10px;
	}
}
/* nav_area */
#nav_area {
	float: left;
	width: 400px;
}
#nav_area ul:after {
	display: block;
	clear: both;
	content: "";
}
#nav_area .box_wrap {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.top_disaster {
	margin-bottom: 15px;
	padding: 10px 12px 12px;
	border-radius: 4px;
	background: #f5e1de;
}
.top_disaster h2 {
	margin-bottom: 6px;
}
.top_disaster ul {
	margin: 0 6px;
}
.top_disaster li {
	float: left;
	margin: 0 28px 6px 0;
}
.top_disaster a {
	display: inline-block;
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_01.png) 0 .6em no-repeat;
	line-height: 1.4;
	white-space: nowrap;
}
.top_mihama {
	max-width: 400px;
	margin: 0 auto 15px;
}
.top_mihama li {
	float: left;
}
.top_mihama li:first-child {
	margin-right: 8px;
}
.top_about {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-radius: 4px;
	background: #fff;
}
.top_about .title_wrap {
	margin-bottom: 8px;
	padding: 6px  17px 13px 17px;
	box-sizing: border-box;
	background: #0066b5 url(../images/_wave.png) center bottom repeat-x;
	color: #fff;
}
.top_about .title_wrap:after {
	display: block;
	clear: both;
	content:"";
}
.top_about .title_wrap h2 ,
.top_about .title_wrap dt,
.top_about .title_wrap dd {
	float: left;
}
.top_about .title_wrap h2 {
	display: block;
	width: 111px;
	height: 16px;
	overflow: hidden;
	margin: 17px 0;
	background: url(../images/tit_about.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
.top_about .title_wrap dl {
	float: right;
}
.top_about .title_wrap dl:after {
	display: block;
	clear: both;
	content: "";
}
.top_about .title_wrap dt {
	margin-right: 8px;
}
.top_about .title_wrap dd {
	padding-top: 6px;
	line-height: 1.4;
}
.top_about .title_wrap .date {
	font-size: 13px;
	font-size: 1.3rem;
}
.top_about .title_wrap .population span {
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}
.top_about ul {
	width: 384px;
	margin: 0 auto;
}
.top_about li {
	float: left;
	width: 180px;
	margin: 3px 6px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 38px;
}
.top_about li a {
	display: block;
	position: relative;
	padding: 0 10px;
	border: 2px solid #e6e6e6;
	border-radius: 4px;
	color: #0066b5;
	text-decoration: none;
}
.top_about li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-top: 1px solid #0066b5;
	border-right: 1px solid #0066b5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.top_banner {
	margin-bottom: 15px;
	padding: 6px 8px;
	border-radius: 4px;
	background: #fff;
}
.top_banner li {
	float: left;
	margin: 3px 6px;
}
.top_menu {
	float: left;
	margin-bottom: 20px;
}
.top_menu li {
	margin-bottom: 10px;
}
.top_service {
	float: right;
	width: 196px;
	min-height: 200px;
	margin-bottom: 20px;
	padding: 12px;
	box-sizing: border-box;
	background: #e8f3f8;
}
.top_service h2 {
	margin-bottom: 8px;
}
.top_service ul {
	margin: 0 5px;
}
.top_service li {
	margin-bottom: 2px;
}
.top_service a {
	display: block;
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_01.png) 0 .6em no-repeat;
	line-height: 1.4;
}
.top_pr {
	float: left;
	clear: both;
	width: 128px;
	line-height: 1.4;
	text-align: center;
}
.top_pr h2 {
	margin-bottom: 10px;
}
.top_pr a {
	display: block;
}
.top_pr a img {
	max-width: 120px;
	margin: 0 auto 10px;
}
.top_calendar {
	float: right;
	width: 228px;
	text-align: center;
}
.top_calendar h2 {
	margin-bottom: 8px;
}
.calendartop {
	width: 100%;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "Open Sans", osaka, Arial, sans-serif;
}
#nav .calendartop {
	width: 200px;
	margin: 0 10px;
}
.calendartop caption a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 20px;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
#nav .calendartop caption a {
	margin-bottom: 5px;
	padding: 0 4px;
	background: none;
	color: #0066b5;
	line-height: 1.4;
}
.calendartop caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.calendar th,
.calendar td,
.calendartop th,
.calendartop td {
	padding: 4px;
	border: 1px solid #9c9c9c;
	background: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
#nav .calendartop th,
#nav .calendartop td {
	padding: 3px 0;
}
.calendar td,
.calendartop td {
	width:14.28571428%;
	font-family: Verdana;
}
.calendar td {
	border-top: none;
	text-align: left;
}
.calendar .day_text {
	height: 80px;
}
.calendar .day,
.calendar .sat,
.calendar .sun {
	padding-bottom: 0;
	border-bottom: none;
	font-weight: bold;
}
.calendar .sunday,
.calendartop .sunday2 {
	color: #a12b00;
	background-color: #ffc8c8;
}
.calendar .weekday,
.calendartop .weekday2 {
	color: #484848;
	background: #e0e0e0;
}
.calendar .saturday,
.calendartop .saturday2 {
	color: #005eaa;
	background-color: #b5e1f7;
}
.calendar .sun,
.calendar .sun_text,
.calendartop .sun2 {
	background-color: #fce5e5;
}
.calendar .sat,
.calendar .sat_text,
.calendartop .sat2 {
	background-color: #e8f3f8;
}
.calendar td ul {
	margin-bottom: 5px;
}
.top_sns {
	clear: both;
	margin-bottom: 10px;
	padding-top: 30px;
}
.top_sns li {
	float: left;
	margin-bottom: 6px;
}
.top_sns li:nth-child(odd) {
	margin-right: 8px;
}
.top_link {
	padding: 15px;
	background: #e8f3f8;
}
.top_link li {
	margin-bottom: 2px;
}
.top_link a {
	display: block;
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_01.png) 0 .6em no-repeat;
	line-height: 1.4;
}
@media only screen and (max-width:767px){
	#nav_area {
		float: none;
		width: 100%;
	}
	.top_disaster {
		display: none;
	}
	.top_mihama li {
		width: 48.25%;
		text-align: center;
	}
	.top_mihama li:first-child {
		margin-right: 3.5%;
	}
	.top_about .title_wrap {
		margin-bottom: 10px;
		padding: 5px 8px 10px 10px;
		background-image: url(../images/_wave_sp.png);
		-webkit-background-size: auto 9px;
		background-size: auto 9px;
	}
	.top_about .title_wrap h2 {
		width: 63px;
		height: 35px;
		margin: 8px 2% 7px 0;
		background-image: url(../images/_tit_about.png);
	}
	.top_about .title_wrap dt {
		margin-right: 5px;
	}
	.top_about .title_wrap .population span {
		font-size: 15px;
	}
	.top_about ul {
		width: 97.5%;
	}
	.top_about li {
		width: 47%;
		margin: 3px 1.5%;
		font-size: 14px;
	}
	.top_banner {
		margin: 0 -5% 15px;
		padding: 10px 5%;
		border-radius: 0;
	}
	.top_banner ul {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.top_banner li {
		display: inline-block;
		float: none;
		margin: 3px 4px;
	}
	.top_menu,
	.top_pr {
		width: 49%;
	}
	.top_menu {
		float: right;
		margin-bottom: 20px;
	}
	.top_menu li a {
		display: block;
		height: 0;
		padding-top: 38.5542168%;
	}
	.top_menu li:nth-child(1) a {
		background: url(../images/_bnr_toubani.png) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.top_menu li:nth-child(2) a {
		background: url(../images/_bnr_calendar.png) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.top_menu li:nth-child(3) a {
		background: url(../images/_bnr_gomi.png) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.top_menu li img {
		display: none;
	}
	.top_pr a img {
		width: 60%;
	}
	.top_service {
		float: none;
		clear: right;
		width: 100%;
		min-height: inherit;
		margin-bottom: 15px;
	}
	.top_service li {
		float: left;
		margin-right: 20px;
		white-space: nowrap;
	}
	.top_pr {
		position: absolute;
		top: 0;
		left: 0;
		width: 196px;
	}
	.top_calendar {
		display: none;
	}
	.top_sns,
	.top_link {
		max-width: 400px;
		margin: 0 auto 10px;
	}
	.top_sns {
		padding-top: 0;
	}
}
@media only screen and (max-width:599px){
	.top_pr {
		width: 49%;
	}
	.top_banner {
		margin: 0 -10px 15px;
		padding: 10px;
	}
	.top_sns {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.top_banner ul,
	.top_sns ul {
		width: 100%;
	}
	.top_banner li,
	.top_sns li {
		display: inline-block;
		float: none;
		width: 46.5%;
		margin: 3px 1%;
	}
	.top_sns li:nth-child(odd) {
		margin-right: 1%;
	}
}
/* banner */
#banner .banner_inr {
	width: 1024px;
	margin: 0 auto;
	padding: 12px 0 34px;
}
#banner .banner_inr h2 {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#banner .banner_inr ul {
	margin: 0 50px;
}
#banner .banner_inr ul:after {
	display: block;
	clear: both;
	content: "";
}
#banner .banner_inr li {
	float: left;
	margin: 0 7px 10px;
}
@media only screen and (max-width:767px){
	#banner .banner_inr {
		width: auto;
		margin: 0 5%;
		padding-bottom: 40px;
	}
	#banner .banner_inr ul {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#banner .banner_inr li {
		display: inline-block;
		float: none;
		width: 48%;
		max-width: 170px;
		margin: 0 .5% 10px;
	}
}

/*------------------------------
	index
------------------------------*/
#index {
	clear: both;
	margin-bottom: 20px;
	padding: 30px 30px 40px;
	background: #fff;
}
#index h2,
#calendar h2 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 3px solid #0066b5;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.index_wrap {
	margin: 25px 0 40px;
}
.index_wrap.section {
	margin: 25px 0;
}
.index_wrap.list {
	margin:20px 0 25px;
}
.index_wrap h3 {
	margin-bottom: 5px;
	color: #0066b5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#index h3.head,
.index_wrap h3.date {
	min-height: 34px;
	padding: 5px 15px;
	border-radius: 3px;
	background: #e8f3f8;
	color: inherit;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.index_wrap h3.sat {
	color: #005eaa;
}
.index_wrap h3.sun {
	color: #a12b00;
}
.index_wrap li {
	padding: 24px 15px;
	border-bottom: 1px dotted #ccc;
}
.index_wrap.list ul {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 0;
}
.index_wrap.list ul:after {
	display: block;
	clear: both;
	content: "";
}
.index_wrap.list li {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: none;
	font-size: 15px;
	font-size: 1.5rem;
}
.index_wrap.list li:last-child {
	border-right: none;
}
.index_wrap.list li a {
	display: inline-block;
	padding: 0 14px;
}
.index_wrap.list .lifestage {
	padding-bottom: 0;
	border-bottom: none;
	border-radius: 2px;
}
.index_wrap.list .lifestage li {
	margin: 0 3px 6px;
	border: none;
}
.index_wrap.list .lifestage li a {
	padding: 0;
}
.index_wrap.list table {
	width: 100%;
	margin-bottom: 30px;
}
.index_wrap.list th {
	width: 140px;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
}
.index_wrap.list td {
	padding: 15px 0 5px;
	border-bottom: 1px dotted #ccc;
}
.index_wrap.list table ul {
	padding-bottom: 0;
	border-bottom: none;
}
.index_wrap.list p{
	margin:15px 0 10px;
	font-weight:bold;
}
.index_wrap li .time {
	margin-left: 1em;
	color: #666;
}
.index_wrap dl {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.index_wrap dt {
	float: left;
	width: 140px;
}
.index_wrap dt a {
	font-weight: bold;
}
.index_wrap dd {
	padding: 0 130px 0 160px;
}
.index_wrap dd.btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.index_wrap dd span {
	font-weight: bold;
}
.btn_link {
	margin:10px 0;
	text-align:right;
}
.btn_link a {
	display: inline-block;
	padding: 0 22px;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-decoration: none;

}
.btn_link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* calendar */
#calendar {
	padding: 30px 30px 40px;
	background: #fff;
}
.calendar_head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 28px;
	vertical-align: middle;
}
.calendar_head span {
	font-weight: bold;
}
.calendar_head label {
	margin-right: 5px;
}
.calendar_head select {
	padding: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 28px;
	vertical-align: middle;
}
.calendar_head input[type="submit"] {
	width: 46px;
	margin-left: 10px;
	border: 0;
	border-radius: 4px;
	background: #0066b5;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
}
.table_wrap {
	position: relative;
	overflow: hidden;
}
.calendar {
	width: 100%;
	min-width: 800px;
}
/* public_comment */
.lead {
	margin-bottom: 1em;
	font-size: 15px;
	font-size: 1.5rem;
}
.lead:last-of-type {
	margin-bottom: 2em;
}
.center {
	text-align: center;
}
.note {
	margin: 2em 0;
}
.note li {
	margin-bottom: 5px;
}
.note li a {
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_01.png) 0 0.7em no-repeat;
}
.enquete {
	width: 100%;
}
.enquete th,
.enquete td {
	padding: 6px 8px;
	border: 1px solid #9c9c9c;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
.enquete th {
	background: #ddd;
	font-weight: bold;
}
.enquete td {
	color: #666;
}
.form {
	width: 100%;
}
.contactform {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.contactform caption {
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 3px solid #0066b5;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
.form tr:nth-child(odd),
.contactform tr:nth-child(odd) {
	background: #f4f4f4;
}
.form th,
.form td,
.contactform th,
.contactform td {
	padding: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.form th,
.contactform th {
	width: 30%;
	font-weight: bold;
}
.form .required,
.contactform .required {
	margin-left: 0.5em;
	color: #c00;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.form td p,
.contactform td p {
	margin-bottom: .5em;
}
.form td p:last-of-type,
.contactform td p:last-of-type {
	margin-bottom: 0;
}
.contactform td p strong {
	display: inline-block;
	margin-bottom: .5em;
}
input[type="text"],
textarea {
	width: 100%;
	margin: 5px 0;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#mainform select {
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
#mainform option {
	vertical-align: middle;
}
#mainform input[type="button"],
#mainform input[type="submit"] {
	margin: 0 10px;
	padding: 0 20px;
	border: 0;
	border-radius: 4px;
	background: #0066b5;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#mainform input[type="button"]:hover,
#mainform input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.btn_box {
	margin-top: 20px;
	padding: 30px 0 10px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.small {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
#index .link {
	margin: 1em 0;
	padding: 0 14px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
#index .link li {
	display: block;
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_01.png) 0 0.7em no-repeat;
}
/* mayor */
.mayor h2 {
	margin-top: 30px;
}
.mayor h2:first-of-type {
	margin-top: 0;
}
.mayor h3 {
	margin-bottom: 1em;
	color: #0066b5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.mayor p,
.mayor dt,
.mayor dd {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.mayor .em {
	margin-bottom: 1em;
	font-weight: bold;
}
.mayor .left {
	float: left;
	margin: 0 10px 10px 0;
}
.mayor dt {
	float: left;
	font-weight: bold;
}
.profile dd {
	padding-left: 7em;
}
.profile span {
	margin-right: 1em;
}
.vision {
	margin-bottom: 1em;
}
.vision dd {
	padding-left: 10em;
	font-weight: bold;
}
.policy dt {
	float: none;
	font-weight: bold;
}
.policy dd {
	margin-bottom: 1em;
}
@media only screen and (max-width:767px){
	#index,
	#calendar {
		padding: 20px 10px 15px;
	}
	#index h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.index_wrap h3,
	.mayor h3 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.index_wrap dl {
		padding: 0 10px 20px;
	}
	.index_wrap dt {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}
	.index_wrap dd {
		padding:0;
	}
	.index_wrap dd.btn {
		top: -5px;
	}
	.btn_link a {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.enquete th,
	.enquete td {
		font-size:15px;
		font-size:1.5rem;
	}
	.mayor p,
	.mayor dt,
	.mayor dd {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
@media only screen and (max-width:599px){
	.index_wrap {
		margin-top: 15px;
	}
	.index_wrap ul {
		margin-bottom: 20px;
	}
	.index_wrap li {
		padding:20px 5px;
	}
	.index_wrap.list th,
	.index_wrap.list td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.index_wrap.list th {
		padding: 0;
	}
	.enquete thead {
		display: none;
	}
	.enquete tr {
		display: block;
	}
	.enquete td {
		display: block;
		border: none;
		border-bottom: 1px solid #ddd;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: right;
	}
	.enquete td:before {
		float: left;
		margin-right: 10px;
		color: #000;
		font-weight: bold;
		content:attr(aria-label);
	}
	.mayor dt {
		float: none;
	}
	.mayor dd {
		margin-bottom: 1em;
		padding-left: 0 !important;
	}
	.profile span {
		display: block;
		margin-right: 0;
	}
}
@media only screen and (max-width:479px){
	.index_wrap li {
		padding:15px 0;
	}
	.index_wrap.list,
	.index_wrap.list table {
		margin-bottom: 10px;
	}
	.index_wrap.list ul{
		margin-bottom: 10px;
		border-bottom: none;
	}
	.index_wrap.list li {
		margin-bottom: 5px;
		padding: 0 4px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.index_wrap.list li a {
		padding: 2px 8px;
	}
	.index_wrap.list td {
		padding-top: 5px;
	}
	.index_wrap dl {
		padding: 0 0 20px;
	}
	.index_wrap dd.btn {
		position: relative;
		top: 0;
		right: inherit;
		padding-top: 10px;
		text-align:right;
	}
}

/*------------------------------
	result
------------------------------*/
#result {
	clear: both;
	margin-bottom: 20px;
	padding: 30px 30px 40px;
	background: #fff;
}
.result_info {
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 3px solid #0066b5;
	font-size: 16px;
	font-size: 1.6rem;
}
.ec .result_info {
	border-bottom-color: #b50505;
}
.result_info span {
	display: inline-block;
	margin:0 2px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.result_wrap {
	margin-top: 25px;
}
.result_wrap ul {
	margin-bottom: 40px;
}
.result_wrap .file_list {
	margin-top: 10px;
	margin-bottom: 0;
}
.result_wrap li {
	padding: 24px 15px;
	border-bottom: 1px dotted #ccc;
}
.result_wrap .file_list li {
	padding: 0;
	border-bottom: none;
}
.result_wrap .list {
	padding-bottom: 15px;
}
.result_wrap .list ul {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.result_wrap .list li {
	padding: 6px 15px;
	border-bottom: none;
}
.result_wrap .list li a {
	margin-right: 1em;
}
.result_wrap .list li span {
	color: #666;
}
.result_wrap .more {
	margin-top: 15px;
	text-align: right;
}
.result_wrap .more a {
	display: inline-block;
	padding: 0 22px;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
.result_wrap .more a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.result_wrap h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
.page_release,
.result_wrap .list h2 {
	position: relative;
	min-height: 34px;
	margin-top: 20px;
	padding: 5px 15px;
	border-radius: 3px;
	background: #e8f3f8;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.ec .page_release {
	background: #f5e1de;
}
.page_release:after,
.result_wrap .list h2:after {
	display: block;
	clear: both;
	content: "";
}
.page_release span,
.result_wrap .list h2 span {
	display: block;
	float: right;
	margin-top: 2px;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}
/* pagination */
.pagination {
	margin-top: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination a,
.pagination span {
	display: block;
	padding: 6px 12px;
	border-right: 1px solid #ccc;
	color: #0066b5;
	text-decoration: none;
}
.pagination a:hover {
	background: #eee;
	color: #00487f;
}
.pagination .prev a,
.pagination .prev span,
.pagination .next a,
.pagination .next span {
	padding: 7px 13px;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
}
.pagination .next a,
.pagination .next span {
	border-right: none;
}
.pagination .prev a:hover,
.pagination .next a:hover {
	background: none;
	color: #707070;
}
.pagination .prev span,
.pagination .next span {
	color: #9a9a9a;
}
.pagination .active span {
	position: relative;
	z-index: 2;
	margin: -1px;
	padding: 7px 13px;
	border-right: none;
	background: #0066b5;
	color: #fff;
	font-weight: bold;
	cursor: default;
}
.ec .pagination .active span {
	background: #b50505;
}
/* pagenavi */
#index .pagenavi,
#calendar .pagenavi,
.result_wrap .pagenavi {
	margin:10px 0;
	padding: 10px 20px;
	background: #f0f0f0;
}
#index .pagenavi,
#calendar .pagenavi{
	margin:20px 0;
}
#calendar .pagenavi.bottom{
	margin-bottom: 0;
}
.pagenavi:after {
	display: block;
	clear: both;
	content: "";
}
.result_wrap .pagenavi li {
	float: left;
	margin-right: 1em;
	padding: 0;
	border-bottom: none;
	color: #666;
	white-space: nowrap;
}
.result_wrap .pagenavi li:last-child {
	margin-right: 0;
}
.pagenavi a {
	padding: 2px;
}
#index .pagenavi .prev,
#calendar .pagenavi .prev{
	float:left;
}
#index .pagenavi .next,
#calendar .pagenavi .next{
	float:right;
}
@media only screen and (max-width:767px){
	#result {
		padding: 20px 10px 15px;
	}
	.result_info {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.result_info span {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.pagination.top,
	.pagenavi.bottom {
		display: none;
	}
	.pagination a,
	.pagination span {
		padding: 4px 10px;
	}
	.pagination .active span,
	.pagination .prev a,
	.pagination .prev span,
	.pagination .next a,
	.pagination .next span {
		padding: 5px 11px;
	}
	#index .pagenavi,
	#calendar .pagenavi,
	.result_wrap .pagenavi {
		padding: 10px;
	}
	.pagenavi a {
		padding: 5px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media only screen and (max-width:599px){
	.result_info {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.result_wrap {
		margin-top: 15px;
	}
	.result_wrap ul {
		margin-bottom: 20px;
	}
	.result_wrap li {
		padding:20px 5px;
	}
	.result_wrap .list li {
		padding: 5px;
	}
	.result_wrap h2 {
		margin-bottom: 8px;
		font-size: 15.4px;
		font-size: 1.54rem;
	}
	.page_release,
	.result_wrap .list h2 {
		margin-top: 15px;
		padding: 5px 12px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.page_release span,
	.result_wrap .list h2 span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.result_wrap .list li span,
	.result_wrap .more a {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.pagination {
		margin-bottom: 5px;
		border: none;
	}
	.pagination:after {
		display: block;
		clear: both;
		content: "";
	}
	.pagination li {
		display: none;
	}
	.pagination .prev,
	.pagination .next {
		display: inline-block;
	}
	.pagination .prev {
		float: left;
	}
	.pagination .next {
		float: right;
	}
	.pagination .prev a,
	.pagination .next a {
		display: inline-block;
		border: 1px solid #0066b5 !important;
		border-radius: 3px;
		color: #0066b5;
	}
	.pagination .prev span,
	.pagination .next span {
		display: inline-block;
		border: 1px solid #9a9a9a !important;
		border-radius: 3px;
		color: #9a9a9a;
	}
}
@media only screen and (max-width:479px){
	.result_wrap li {
		padding:15px 0;
	}
}

/*------------------------------
	detail
------------------------------*/
#detail {
	clear: both;
	margin-bottom: 20px;
	padding: 40px 30px 1px;
	background: #fff;
}
#detail:after {
	display: block;
	clear: both;
	content: "";
}
.page_info {
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
.page_info span {
	display: inline-block;
	position: relative;
}
.page_info span:first-child {
	margin-right: 1em;
	padding-right: 1.5em;
}
.page_info span:first-child::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content:"/";
}
.page_source {
	float: left;
	margin: 20px 0 22px;
}
.btn_print {
	float: right;
	margin: 14px 0 22px;
}
#index .btn_print{
	margin:0;
}
.btn_print a {
	display: inline-block;
	height: 30px;
	padding: 0 14px 0 34px;
	border-radius: 15px;
	background: #63c0ed url(../images/ico_print.png) 14px 50% no-repeat;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
}
.btn_print a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#event,
#section {
	clear: both;
	margin-bottom: 10px;
	padding: 20px 30px;
	background: #fff;
}
#event dt,
#section dt {
	float: left;
	color: #0066b5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#section dt {
	width: 5.5em;
}
#event dt:first-of-type {
	float: none;
}
#event dd,
#section dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	font-size: 1.5rem;
}
#event dd:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#section .btn {
	clear: left;
	text-align: right;
}
#detail .image_area,
#detail .image_area1,
#detail .image_area2 {
	text-align: center;
}
#detail .image_area a,
#detail .image_area1 a,
#detail .image_area2 a {
	text-decoration: none;
}
#detail .image {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
#detail .image img {
	width: 100%;
	margin-bottom: 10px;
}
.outline_area,
.text_area,
.table_area,
.link_area,
.file_area,
.info_area,
.map_area {
	margin-bottom: 40px;
}
#index .file_area {
	margin-bottom: 0;
}
.outline_area p {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.office_area {
	padding-bottom: 40px;
}
.office_area p {
	margin-bottom: 10px;
}
.office_area table{
	width:100%;
	min-width:90%;
}
.office_area th,
.office_area td{
	padding:4px;
	border:1px solid #9c9c9c;
	background:#fff;
	font-size:13px;
	font-size:1.3rem;
	text-align:center;
}
.table_area h2 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.table_area table {
	min-width: 90%;
}
.table_area caption {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px #0066b5 solid;
	font-weight: bold;
	text-align: left;
}
.table_area th,
.table_area td {
	padding: 6px 8px;
	border: 1px solid #9c9c9c;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
.table_area th {
	font-weight: bold;
}
.color1 { background-color: #ffc8c8; }
.color2 { background-color: #b5e1f7; }
.color3 { background-color: #ff9; }
.color4 { background-color: #b3df7f; }
.color5 { background-color: #b3b3b3; }
.office_area h2,
.link_area h2,
.file_area h2,
.info_area h2,
.map_area h2 {
	margin-bottom: 1em;
	padding: 0 5px 5px;
	border-bottom: 3px solid #0066b5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.ec .link_area h2,
.ec .file_area h2,
.ec .info_area h2,
.ec .map_area h2 {
	border-bottom-color: #b50505;
}
.link_area {
	padding-top: 30px;
}
.link_area li {
	padding-left: 10px;
}
.link_area a {
	display: inline-block;
	padding: 4px 6px 4px 12px;
	background: url(../images/arrow_01.png) 0 0.75em no-repeat;
}
.file_area {
	position: relative;
}
.file_area li {
	padding-left: 4px;
}
.file_area li a,
.file_list li a {
	display: inline-block;
	padding: 6px 6px 6px 30px;
}
.file_area a[href$=".pdf"],
.file_list a[href$=".pdf"] {
	background: url(../images/ico_pdf.png) 0 50% no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.file_area a[href$=".doc"],
.file_area a[href$=".docx"],
.file_list a[href$=".doc"],
.file_list a[href$=".docx"] {
	background: url(../images/ico_word.png) 0 50% no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.file_area a[href$=".xls"],
.file_area a[href$=".xlsx"],
.file_list a[href$=".xls"],
.file_list a[href$=".xlsx"] {
	background: url(../images/ico_excel.png) 0 50% no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.file_area .icon4 a,
.file_list .icon4 a {
	background: url(../images/ico_file.png) 0 50% no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.file_area .icon5 a,
.file_list .icon5 a {
	background: url(../images/ico_movie.png) 0 50% no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.file_area .note {
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
.info_area h2,
.map_area h2 {
	margin-bottom: 30px;
}
.info_area table {
	width: 680px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.info_area th {
	width: 180px;
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	background: #e8f3f8;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
}
.ec .info_area th {
	background: #f5e1de;
}
.info_area td {
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}
.map_area .map {
	position: relative;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
.map_area .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_area p {
	max-width: 640px;
	margin: 0 auto;
}
#inquiry {
	margin-top: 20px;
	padding: 18px 20px 24px;
	border: 2px solid #63c0ed;
	background: #fff;
}
#inquiry:after {
	display: block;
	clear: both;
	content: "";
}
#inquiry h3 {
	margin-bottom: 1em;
	padding: 4px 14px;
	border-radius: 3px;
	background: #e8f3f8;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#inquiry .name {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
#inquiry .section {
	float: left;
	width: 480px;
}
#inquiry .link {
	float: right;
	width: 230px;
	padding-top: 2px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
#inquiry .link a,
#feedback .no_vote a {
	display: inline-block;
	margin-bottom: 22px;
	padding-left: 12px;
	background: url(../images/arrow_01.png) 0 0.5em no-repeat;
}
.btn input[type="submit"],
#feedback input[type="button"] {
	height: 30px;
	padding: 0 16px;
	border: 0;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.btn input[type="submit"]:hover,
#feedback input[type="button"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#feedback {
	position: relative;
	margin-top: 16px;
	padding: 20px 20px 25px;
	border: 1px solid #ccc;
	background: #fff;
}
#feedback h3 {
	margin-bottom: 1em;
	padding: 5px 14px;
	border-radius: 3px;
	background: #f0f0f0;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
#feedback p {
	margin-bottom: 10px;
}
#feedback label {
	display: inline-block;
	margin: 0 20px 5px 0;
	white-space: nowrap;
}
#feedback label:last-of-type {
	margin-right: 34px;
}
#feedback input[type="radio"] {
	width: 15px;
	height: 15px;
	vertical-align: -4px;
}
#feedback .no_vote {
	position: absolute;
	top: 65px;
	right: 20px;
	margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}
/*----- layout_01 -----*/
.layout_01 .image_area1 .image {
	width: 300px;
	margin: 0 20px 40px;
}
.layout_01 .image_area2 .image {
	width: 210px;
	margin: 0 10px 40px;
}
/*----- layout_02 -----*/
.layout_02 .image_area {
	float: left;
	width: 180px;
	margin: 0 30px 30px 0;
}
.layout_02 .image_area .image {
	margin-bottom: 20px;
}
.layout_02 .office_area,
.layout_02 .table_area,
.layout_02 .link_area,
.layout_02 .file_area,
.layout_02 .info_area {
	clear: left;
}
/*----- layout_03 -----*/
.layout_03 .image_area1 {
	width: 100%;
	max-width: 680px;
	margin: 0 auto 40px;
}
.layout_03 .image_area2 {
	margin-bottom: 20px;
}
.layout_03 .image_area2 .image {
	width: 300px;
	margin: 0 20px 20px;
}
@media only screen and (max-width:767px){
	#detail {
		padding: 20px 10px 15px;
	}
	.page_info {
		margin-bottom: 1em;
	}
	.page_info span:first-child {
		margin-right: 0;
		padding-right: 0;
	}
	.page_info span:first-child::after,
	.page_source,
	.btn_print {
		display: none;
	}
	#event,
	#section {
		padding: 15px;
	}
	#event dt,
	#section dt {
		font-size: 15px;
		font-size: 1.5rem;
	}
	#event dd,
	#section dd {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.outline_area,
	.text_area,
	.table_area,
	.link_area,
	.file_area,
	.info_area {
		margin-bottom: 30px;
	}
	.outline_area p,
	.table_area h2,
	.table_area th,
	.table_area td,
	.link_area h2,
	.file_area h2,
	.info_area h2,
	#inquiry h3,
	#inquiry .name {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.table_area table {
		width: 100%;
	}
	.link_area {
		padding-top: 20px;
	}
	.info_area table {
		width: 100%;
	}
	.map_area .map {
		width: 100%;
		height: 300px;
	}
	#inquiry {
		margin-top: 15px;
	}
	#inquiry,
	#feedback {
		padding: 12px 14px;
	}
	#inquiry .section,
	#inquiry .link {
		float: none;
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
	#inquiry h3 {
		margin-bottom: 12px;
	}
	#feedback h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#inquiry .name {
		margin-bottom: 5px;
	}
	.btn {
		padding: 5px 0;
		text-align: center;
	}
	#inquiry .link a,
	#feedback .no_vote a {
		margin-bottom: 10px;
	}
	#feedback .no_vote {
		position: relative;
		top: 0;
		right: inherit;
		margin-top: 10px;
	}
	/*----- layout_01 -----*/
	.layout_01 .image_area1 .image {
		width: 43.5%;
		margin: 0 2% 30px;
	}
	.layout_01 .image_area2 .image {
		width: 30%;
		margin: 0 1% 30px;
	}
	/*----- layout_02 -----*/
	.layout_02 .image_area {
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}
	.layout_02 .image_area .image {
		width: 30%;
		margin: 0 1% 30px;
	}
	/*----- layout_03 -----*/
	.layout_03 .image_area2 .image {
		width: 43.5%;
		margin: 0 2% 30px;
	}
}
@media only screen and (max-width:599px){
	.info_area table {
		border-top: none;
	}
	.info_area th,
	.info_area td {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: none;
	}
	.info_area td {
		padding: 10px 2px 15px;
	}
	#feedback input[type="button"] {
		display: block;
		margin: 5px auto 15px;
	}
	/*----- layout_01 -----*/
	.layout_01 .image_area1 .image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 25px;
	}
	.layout_01 .image_area2 .image {
		width: 100%;
		max-width: 210px;
		margin: 0 auto 25px;
	}
	/*----- layout_02 -----*/
	.layout_02 .image_area .image {
		width: 100%;
		max-width: 210px;
		margin: 0 auto 25px;
	}
	/*----- layout_03 -----*/
	.layout_03 .image_area1 {
		margin-bottom: 25px;
	}
	.layout_03 .image_area2 {
		margin-bottom: 10px;
	}
	.layout_03 .image_area2 .image {
		width: 100%;
		max-width: 210px;
		margin: 0 auto 25px;
	}
}

/*------------------------------
	static
------------------------------*/
#static {
	margin-bottom: 20px;
	padding: 30px 30px 20px;
	background: #fff;
}
#static h2,
#static.help h3 {
	min-height: 34px;
	margin-bottom: 1em;
	padding: 5px 15px;
	border-radius: 3px;
	background: #e8f3f8;
	color: inherit;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
#static.help h2 {
	margin-bottom: 1em;
	padding: 0 0 5px;
	border-bottom: 3px solid #0066b5;
	border-radius: 0;
	background: none;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
#static.help h4 {
	margin-bottom: 10px;
	color: #005eaa;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#static.help h5 {
	margin-bottom: 5px;
	font-weight: bold;
}
#static table {
	width: 100%;
	margin-bottom: 1.5em;
}
#static.help table {
	min-width: 600px;
}
#static caption {
	display: none;
}
#static th,
#static td {
	padding: 6px 8px;
	border: 1px solid #9c9c9c;
	text-align: left;
}
#static th {
	background: #f0f0f0;
}
#static p {
	margin-bottom: 1em;
	font-size: 15px;
	font-size: 1.5rem;
}
.category_wrap {
	margin: 20px 0;
}
.category_wrap h3,
.category_wrap h4 {
	margin:0 14px 5px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.category_wrap ul {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 0;
}
.category_wrap ul:after {
	display: block;
	clear: both;
	content: "";
}
.category_wrap li {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: none;
	font-size: 15px;
	font-size: 1.5rem;
}
.category_wrap li:last-child {
	border-right: none;
}
.category_wrap li a {
	display: inline-block;
	padding: 0 14px;
}
/* links */
#static.links ul {
	margin-bottom: 10px;
	padding: 0 14px 10px
}
#static.links li a {
	display: block;
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_01.png) 0 0.7em no-repeat;
}
/* help */
.lead_box {
	margin-bottom: 20px;
	padding: 18px 12px 4px;
	border-radius: 3px;
	background: #f0f0f0;
}
#static.help .lead_box p {
	font-size: 15px;
	font-size: 1.5rem;
}
.lead_box ul {
	margin:0 0 1em 20px;
}
.lead_box li {
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_02.png) 0 0.7em no-repeat;
}
#static .list {
	margin-bottom: 10px;
	padding: 0 14px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
#static .list li {
	display: block;
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_01.png) 0 0.7em no-repeat;
}
.right {
	text-align: right;
}
.right img {
	margin-left: 10px;
}
@media only screen and (max-width:767px){
	#static {
		padding: 20px 10px 15px;
	}
}
@media only screen and (max-width:479px){
	#static h2 {
		margin-bottom: 15px;
	}
	.category_wrap h3 {
		margin: 0 0 5px;
	}
	.category_wrap ul {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
	.category_wrap li {
		margin-bottom: 5px;
		padding: 0 4px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.category_wrap li a {
		padding: 2px 8px;
	}
}