﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  

/* 新着情報 */

#newsList li{
	width:100%;
	display:table;
	font-size:117%;
}

.news-date{
	display:table-cell;
	width:130px;
	color:#333;
	vertical-align:top;
	padding:10px 0;
}

.news-ttl{
	display:table-cell;
	padding:10px 0;
	vertical-align:top;
}

.sectionHd h2{
	float:none;
}

.sectionHd #date{
	width:auto;
	height:auto;
	float:none;
	padding:3px 0 0 12px;
	color:#666;
	font-size:117%;
	border-left:4px solid;
}

#prev{
	width:100%;
	padding-top:20px;
	border-top:1px solid #E1E1E1;
	margin-top:20px;
}

#prev a{
   display: block;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 117%;
    color: #000;
    background: #E1E1E1 none repeat scroll 0% 0%;
    border-radius: 5px;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  


/* TABLET */
@media screen and (max-width: 788px){



}


/* SP */
@media screen and (max-width: 560px){

/* 新着情報 */

.news-date{
	display:block;
	width:130px;
	padding:10px 0 0;
}

.news-ttl{
	display:block;
	padding:5px 0 10px;
}




}