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


	
.text{
	margin: 10px 0;
	overflow: hidden;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}



img.img-left{
	margin: 0 20px 10px 0;
	float: left;
}

img.img-right{
	margin: 0 0 10px 20px;
	float: right;
}

img.img-500{
	width: 500px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-400{
	width: 400px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


img.img-350{
	width: 350px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-300{
	width: 300px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-250{
	width: 250px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

img.img-200{
	width: 200px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


	
@media screen and (max-width: 768px) {
	.text{
		margin: 10px 0;
	}
	img.img-300,
	img.img-250,
	img.img-200{
		float: none;
		width: 80%;
		margin: 10px auto;
	}
}

.text p{
	line-height: 1.8;
	color: #222839;
}

.text-right{
	text-align: right;
}


#title{
	width: 100%;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	background: url(../img/title.jpg) repeat-x;
	padding: 20px 0 10px 50px;
	margin: 20px 0;
}

#title p{
	color: #fff;
	font-size: 150%;
	font-family: "游ゴシック";
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
}

.box_cat{
	float: right;
	padding: 15px 15px 5px 15px;
	border: 1px #707070 dotted;
	margin-bottom: 30px;
	width:100%;
}

.box_cat p{
	float: left;
	font-weight: bold;
}

.box_cat ul{
	float: left;
}

.box_cat ul li{
	list-style: none;
	float: left;
	margin-left: 20px;
}


.ul_item_cat_waku{
	border: 1px #ccc solid;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px 5px;
	overflow: hidden;
}

ul.ul_item_cat{
	width: 100%;
	background: #fff;
	padding: 0;
}

ul.ul_item_cat li{
	list-style: none;
	border-bottom: 1px #ccc dashed;
	padding: 10px 0;
}

ul.ul_item_cat li i{
	font-size: 120%;
	padding: 0 5px;
}
ul.ul_item_cat li a{
	text-decoration: none;
	color: #434343;
}

ul.ul_item_cat li a:hover{
	background: rgb(170,170,170,0.2);
}


h2.h2_title_a{
	font-weight: bold;
	font-family: "游ゴシック";
	font-size: 130%;
	background: url(../img/h2_title_a.jpg) repeat-y;
	padding: 5px 0 5px 20px;
	border-bottom: 2px #e5272d solid;
}

.button-contact_waku{
	margin: 3px auto;
	width: 70%;
}

a p.button-contact{
	text-align: center;
	width: 100%;
	clear: both;
	color: #fff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	float: right;
	background: linear-gradient(#c00012,#9a0012);
	padding: 12px 0;
	font-weight: bold;
	font-family: "游ゴシック";
	font-size: 130%;
}

a:hover p.button-contact{
	background: #9a0012;
}




.flow_box{
	border: 1px #666 dashed;
	padding: 20px 0;
	width: 80%;
	margin: 20px auto;
	text-align: center;
	background: #eeeeee;
}

.flow_box h1{
	font-weight: bold;
	font-family: "游ゴシック";
	font-size: 160%;
	}


input#submit_button{
	margin: 20px auto;
	width: 40%;
	background: #0e5f7f;
	border: 1px #0e5f7f solid;
	color: #fff;
	display: block;
	padding: 20px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	font-size: 120%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

input#submit_button:hover{
	background: #28829a;
}


input#back_button{
	width: 40%;
	background: #75827c;
	border: 1px #75827c solid;
	color: #fff;
	display: block;
	padding: 20px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	float: left;
	margin-right: 20px;
	margin-left: 60px;
	font-size: 120%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
}

input#back_button:hover{
	background: #b1b8b5;
}


/* トピックス
-------------- */
.topics_box{
	border: 1px #ccc solid;
	background: #fff;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.topics_img{
	width: 100%;
	height: 150px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.topics_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	width: 100%;
}


.topics_img_det{
	width: 100%;
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.topics_img_det img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	width: 100%;
}
.topics_cat{
	display: block;
	color: #fff;
	padding: 0 5px;
	margin-top: 5px;
	width: fit-content;
	border-radius: 2px;
	overflow: hidden;
}

.cat1{ background: #e4007f;}/**各種表彰**/
.cat2{ background: #ec6941;}/**コンクール**/
.cat3{ background: #32b16c;}/**交通安全活動**/

h3.h3_topics{
	font-size: 110%;
	margin: 5px 0;
}

h3.h3_topics_dat{
	font-size: 150%;
	font-weight: bold;
	font-family: "游ゴシック";
	margin: 5px 0 20px 0;
}

h3.h3_topics a{
	color: #32b16c;
}

.topics_date{
	font-size: 85%;
	text-align: right;
	margin: 0;
}


.nextback{
	text-align: center;
	color: #1b1b1b;
	margin: 50px 0 20px;
}

.nextback a{
	color: #1b1b1b;
	text-decoration: none;
}

.nextback a:hover{
	background: rgb(170,170,170,0.2);
}

/* ul_style
-------------- */

ul.ul_style_a li{
	list-style-image: url(../img/ul_style_a.png);
	margin-bottom: 5px;
}

/* table_style
-------------- */

table.table_style_a{
	width: 80%;
	margin: 20px auto;
}

table.table_style_a td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}


table.table_style_a th{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	background: #e5e5e5;
}

.td_left{
	border-left: 1px solid #ccc;
}

/* box_style
-------------- */
.box_style_a{
	border: 2px #54bd84 solid;
	padding: 10px 20px 20px;
	border-radius: 5px;
}

.box_style_b{
	border: 1px #54bd84 dotted;
	padding: 10px;
	overflow: hidden;
}

.border_tb{
	border-top: 2px #54bd84 solid;
	border-bottom: 2px #54bd84 solid;
	margin-top: 30px;
	padding: 10px;
}


/* page_number
-------------- */


ul#number{
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}


ul#number li{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	float: left;
	list-style: none;
	margin-right: 10px;
	border: 1px #9a0012 solid;
	color: #9a0012;
	line-height: 2;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	font-weight: bold;
}

ul#number li a{
	display: block;
	background: #c00012;
	color: #ffffff;
	text-decoration: none;
}

ul#number li a:hover{
	display: block;
	background: #9a0012;
	color: #ffffff;
	text-decoration: none;
}

