/* Reset */



.menu_header_top{
/*background:linear-gradient(to bottom,#FFFFFF, #f2f0e2);
background: -moz-linear-gradient(top,#FFFFFF, #f2f0e2);
background: -webkit-linear-gradient(top,#FFFFFF, #f2f0e2);*/}

@media screen and (max-width: 850px) {


 #palalax_top {
	 display:none;
}

 #section_top {
	display:none
}

/*--------------------
	カレンダー画像位置
 -------------------*/
.calendar_0 img {
    padding-top: 0px;
    position: absolute;
    top: 0;
    left: 10px;
    height: 25px;
    float: left;
    margin-top: 20px;
}


#mainImage .calendar_1{
    position: absolute;
    width: 90%;
    margin-left: 5%;
    bottom: 20px;
    color: #FFFFFF;
    line-height: 1.7em;
    font-size: medium;
}
	

.font-xlarge{
    font-size: x-large;
    line-height: 2em;
}

#mainImage .calendar_1 img{
    width: 100%;
    bottom: 0%;
}



	
/*--------------------
	news領域
 -------------------*/

.news_list {
    width: 80%;
    margin: 0 auto;
}

.news_list ul {
	border-top: 1px solid #d6d6d5;
	list-style: none;
	width: auto;
	display: block;	
	width:100%;
}

.news_list li {
	height:50px;
	width:100%;
    border-bottom:1px dotted #d6d6d5;
    display: inline-block;
	padding: 15px 15px 25px 0;
}

.news_list li a {
	color: #555;
}

.news_list li:last-child {
	border-bottom: 1px solid #d6d6d5;
}

.news_list li span {
	padding-left:20px;
}

.news_list li .date {

}

.news_list li .category {

}

.news_list li .text {

}

.news_list li .category {
	border-radius: 2px;
	width:7%;
	margin: 0px 10px 10px 30px;
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
    display: inline-block;
}

.news_list li .category.c1 {
	background: #7d8721;
}

.news_list li .category.c2 {
	background: red;
}

.news_list li .category.c3 {
	background: green;
}

.news_list li .category.c4 {
	background: yellow;
}

.news_list li .category.c5 {
	background: gray;
}


}
@media screen and (min-width:850px) {

.calendar_0 {
		display: none;	
	}
	
#mainImage .calendar_1{
    position: absolute;
    width: 100%;
    bottom: 50px;
	}
#mainImage .calendar_1_1{
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    line-height: 2em;
    font-size: large;
    float: left;
    text-align: center;
}


.font-xlarge{
    font-size: x-large;
    line-height: 2em;
}
.font-medium{
    font-size: medium;
}
}
