.clear{
	clear:both;
}
.gf_tt{
	margin-bottom:30px;
}
.img_float{
	float:right;
	margin-left:10px;
	}
.img_fit{}
.img_border{
	border: 1px solid #CCC;
	margin-right:10px;}
.footer_bn{
	margin-top:30px;}
@media (max-width: 767px) {
.gf_tt{
	margin-bottom:15px;
}
.footer_bn img,
.gf_tt img,
.footer_bn img,
.img_fit,
.top_1col_menu_items img,
.info .img_items img{
	/* [disabled]display: block; */
	max-width: 100%;
	height: auto;
}
.footer_bn img{
	margin-bottom:20px;
}
.img_float{
  float:none;
  display: block;
  max-width: 100%;
  height: auto;
	}
}
.con_bg{
	background:#FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
.con {
	width:100%;
	padding-left:15px;
	color:#333333;
}
/* top 1col menu */
.top_1col_menu_items{
}
.top_1col_menu_items div{
	margin-bottom:20px;
}
/* top 2col menu */
.top_2col_menu{
	margin-right: -15px;
	margin-left: -15px;
}
.top_2col_menu .left{
	margin-bottom: 20px;
}
.top_2col_menu .right{
	margin-bottom: 20px;
	padding-left: 15px;
}
.top_2col_menu .left2{
	margin-bottom: 25px;
	padding-left:30px;
}
.top_2col_menu .right2{
	margin-bottom: 25px;
	padding-left: 15px;
}
.border_bottom{
    margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear:both;
	}
@media (max-width: 767px) {
.con_bg{
	background:#FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.con {
	padding-left:0px;
}
.top_2col_menu{
	margin-right: 0px;
	margin-left: 0px;
}
.top_2col_menu .left{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
}
.top_2col_menu .right{
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
}
.top_2col_menu .left2{
	margin-bottom: 15px;
	padding-left:15px;
}
.top_2col_menu .right2{
	margin-bottom: 15px;
	padding-left: 15px;
}
.top_2col_menu .left img,
.top_2col_menu .right img,
.top_2col_menu .left2 img,
.top_2col_menu .right2 img{
  display: block;
  max-width: 100%;
  height: auto;
}
}
/* top 3col menu */
.top_3col_menu{
	margin-bottom:0px;
	clear:both;
	}
.top_3col_menu .col{
	width:32%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	}
.top_3col_menu .margin-right{
	margin-right: 2%;
}
.top_3col_menu p{
	margin-top:30px;
	margin-bottom:30px;
}

@media (max-width: 767px) {
.top_3col_menu .col{
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	}
.top_3col_menu .margin-right{
	margin-right: 0;
}
.border_bottom2{
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}}
/* --- DList --- */
div.dlist {
width: 100%; /* エリアの幅 */
}

div.dlist dl {
	width: 100%; /* リストの幅 */
	margin-top: 0px;
	margin-bottom:0px;
}
div.dlist dt {
	width: 5em; /* 見出エリアの幅 */
	float: left;
	padding: 0px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 150%;
}
div.dlist dd {
margin: 0;
padding: 0px 3px 6px 5em; /* 本文エリアのパディング（上右下左） */
line-height: 150%;
}
/* --- 日付リスト --- */
div.update {
padding-left:15px;
 /* エリアの幅 */
}

div.update dl {
	width: 100%; /* リストの幅 */
	margin-top: 0px;
	margin-bottom:0px;
}
div.update dt {
	width: 7em; /* 見出エリアの幅 */
	float: left;
	padding: 0px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 150%;
}
div.update dd {
margin: 0;
padding: 0px 3px 6px 7em; /* 本文エリアのパディング（上右下左） */
line-height: 150%;
}
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* コンテンツエリア */
.content_area{
	margin-bottom:30px;
	padding-right: 15px;
	padding-left: 15px;
}
.content_area2{
	margin-bottom:10px;
	padding-right: 15px;
	padding-left: 15px;
}
/* ページトップ */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 15px;
    font-size: 16px;
	 z-index:3; 
}
#page-top a {
	background-color: rgba(0,102,0,0.7);
	text-decoration: none;
	color: #fff;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(128,218,41,0.8);
}
.pagetop{
}
@media (max-width: 767px) {
#page-top a {
	width: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/* footer */
.footer{
	width:100%;
	min-width:1060px;/*背景が切れるのを防止*/
	padding-bottom: 15px;
	color:#fff;
	background-color: rgba(41,141,0,0.8);
	padding-top: 15px;
}
.footer ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	display: inline-block;
	vertical-align:top;
}
.footer li{
	font-size:1.1em;
	line-height:2em;
	list-style-type: none;
}
.footer li a {
	color:#fff;
	display: block;
	padding-left: 10px;
	padding-right:10px;
	line-height:2em;
	text-decoration: none;
	margin-left:20px;
	}
.footer li a:hover {
	background-color:#80DA29;
	text-decoration: none;
	}
.footer .logo{
	font-size:1.3em;
	margin-bottom:10px;
	margin-top: 10px;
}
.footer .address{
	margin-bottom:5px;
	margin-top:10px;
}
.footer .address img{
	margin-right: 5px;
}
.footer .copyright{
	font-size:0.9em;
	margin-bottom:5px;
	margin-top:5px;
}
@media (max-width: 767px) {
	.content_area{
	padding-right: 5px;
	padding-left: 5px;
}
   .content_area2{
	padding-right: 5px;
	padding-left: 5px;
}
.footer{
	min-width:100%;/*背景が切れるのを防止*/
		padding-top: 0px;
		padding-bottom: 0px;}
.footer ul{
	margin-right: 0px;
	margin-top:0px;
	display: block;
}
.footer li a {
	padding-right: 0px;
	padding-left:15px;
	margin-left:0px;
	margin-right:-30px;
	line-height:2.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2B8C00;
	}
.footer_nav{
	margin-left:-15px;
	margin-right:-15px;
}
.footer .logo{
	display:block;
	padding-top:5px;
}
.footer .copyright{
	display:block;
	padding-bottom: 7px;
}
.footer .logo_box{
	background-color: rgba(0,0,0,0.2);
	margin-top:0px;
}
.footer .logo_box a{
	color:#FFFFFF
}
	}
/* マージン */	
.margin_b{
    margin-bottom:5px
	}
.margin_b2{
    margin-bottom:10px
	}
.margin_b3{
    margin-bottom:15px
	}
.margin_b4{
    margin-bottom:20px
	}
.margin_b30{
    margin-bottom:30px
	}
.margin_b60{
    margin-bottom:60px
	}
.margin_t{
    margin-top:5px
	}
.margin_t2{
    margin-top:10px
	}
.margin_t3{
    margin-top:15px
	}
.margin_t4{
    margin-top:20px
	}
.margin_t30{
    margin-top:30px
	}
.margin_t60{
    margin-top:60px
	}
.margin_l{
    margin-left:5px
	}
.margin_l2{
    margin-left:10px
	}
.margin_l3{
    margin-left:15px
	}
.margin_r{
    margin-right:5px
	}
.margin_r2{
    margin-right:10px
	}
.margin_r3{
    margin-right:15px
	}
.font_gray{
	color: #9199AA;	
}
.font_red{
	color: #FF0606;
}
.f-ｎ {
	font-size: 1.3em;
	line-height: 140%;
}
.f-l {
	font-size: 1.4em;
	line-height: 150%;
}
.f-ll2 {
	font-size: 1.7em;
	line-height: 150%;
}
.cha1{	color: #8B0F0F;}
.red {
	color: #FF0000;}
.red2 {
	color: #CC0000;
}
.blue1 {
	color: #0033FF;}
.green2 {
	color: #009999;}
.navy {
	color: #000099;}
.glay1 {
	color: #333333;}
.glay2 {
	color: #585858;
}
.glay3 {
	color: #AFAFAF;}
.blue2 {
	color: #0099FF;
}
.blue3 {
	color: #3399FF;
}
.cha1{	color: #8B0F0F;}

.f-sss {
	font-size: 65%;
	line-height: 120%;
}
.navy2 {
	color: #000080;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF3333;
}
.orange2 {
	color: #FF6633;
}
.pink1 {
	color: #FF8080;
}

.pink2 {
	color: #ED3151;
}
.pink3 {
	color: #E04A80;
}
.green1 {
	color: #336600;
}


.of{
	overflow:hidden;
	}
div.whatsnew{
	overflow: auto;
	height: 140px;
}

.title0{
	color: #CC0000;
	margin-bottom:5px;
}
