body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.clearfix {
	_height: 1px;
	min-height: 1px;/*・･*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.top_header {
	background-color: #aee6ff;
	text-align: center;
}

.top_header img {
	border-style: none;
}

.bg_yellow {
	background-color: #fffed1;
	background: url(../img/line_long.png) bottom left repeat-x #fffed1;
}

.bg_orange {
	background-color: #fff3d1;
	background: url(../img/line_long.png) top left repeat-x #fff3d1;
}

.bg_white {
	background-color: #ffffff;
}

.top_pict {
	text-align: center;
	/*width: 1080px;*/
	margin: 0 auto;
	background-color: #fffed1;
	padding: 20px 0 30px 0;
	background: url(../img/line_long.png) bottom left repeat-x #fffed1;
}


.top_line_long {
    background-image: url(../img/line_long.png);
    background-repeat: repeat-x;
}

/*メニューボタンここから*/

.top_menu {
	/*width: 1080px;*/
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0 20px 0;
	background: url(../img/line_long.png) bottom left repeat-x;
}

.enpitsu_btn {
	display: inline-block;
}

.enpitsu_btn img {
	border-style: none;
}

.kazu_btn {
	display: inline-block;
}

.kazu_btn img {
	border-style: none;
}

.elementry_btn {
	display: inline-block;
}

.elementry_btn img {
	border-style: none;
}

/*メニューボタンここまで*/

/*えんぴつラボって？*/

.whats_enpitsu {
	background-color: #fff3d1;
	/*width: 1080px;*/
	margin: 0 auto;
	padding-top:30px;
	text-align: center;
}

.whats_enpitsu_title {
	/*padding-bottom: 20px;*/
	text-align: center;
}

.whats_enpitsu_moji {
	margin: 0 auto;
	width: 1000px;
}

.whats_enpitsu_moji01 {
	text-align: left;
	font-size: 2.500em;
	color: #614514;
}

.moji_m {
	font-size: 1.250em;
	text-align: left;
}

..mountain_img {
	text-align: center;
}


/*えんぴつラボって？ここまで*/

/*おしらせここから*/

.news {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 50px 0 100px 0;
}

.newsmidashi {
    margin: 0;
    padding: 5px 0px 3px 9px;
    color: #614514;
    font-size: 170%;
    width: 1000px;
    font-weight: normal;
    background-color: #fdcd27;
}

.news .date {
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 120%;
}

.news dt {
    width: 200px;
    display: inline-block;
    float: left;
    padding: 10px 0 0 10px;
}

.news dd {
    margin: 0 0 15px;
    font-size: 1.3em;
    line-height: 150%;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ffffff;
}

.news dl {
	/*margin: 0 auto;*/
	margin: 0 auto;
	width: 1009px;
	height: 200px;
    overflow: auto;
}

.bg_yellow2 {
	background-color: #fff3d1;	
}

.news_box {
	width: 1080px;
	margin: 0 auto;
	background-color: #fff3d1;
	text-align: center;
}

/*おしらせここまで*/

/*ボタンが白む*/

a .overwhite{
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	}
a:hover .overwhite{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
	}

/*ボタンが白むここまで*/

/*-------------------------------------------------
responsive css
-------------------------------------------------*/

/*@media screen and (max-width:800px){*/
@media screen and (max-width:1078px){
    img{
        max-width: 100%;
        height: auto;
    }

.whats_enpitsu_moji {
	width: auto;
}

.whats_enpitsu_moji01 {
	font-size: 1.563em;
}

.moji_m {
	font-size: 0.938em;
}

.newsmidashi {
	width: auto;
	/*width: 100%;*/
}

.news_box {
	width: auto;
}

.news dl {
	/*margin: 0 auto;*/
	margin: 0 auto;
	height: 200px;
    overflow: auto;
	width: auto;
}

.news {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 50px 0 100px 0;
    /*padding: 0px 0 0px 0;*/
    width:100%;
}

	}
