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



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width:481px), print {




#wrapper{
	overflow:hidden;
}



.news{
	}

.news #news_list{
	
	}
.news #news_list ul li{
	width:100%;
	margin-bottom:25px;
	border-bottom:1px solid #CCC;
	background:url(../img/arrow_pink_right.png) no-repeat left 6px;
	padding-left:25px;
	}
.news #news_list ul li span{
	margin-right:20px;
	font-weight: bold;
	}
.news #news_list ul li p{
	padding-bottom:25px;
	font-size:16px;
}
.news #news_list ul li p.new{
	width:100%;
	background:url(../img/icon_news.png) no-repeat right top;
}
.news #news_list ul li p a{
	color: #5c4436;
}
.news #news_list ul li p a:hover{
	color: #e78585;
}






.news #txt_area .news_title{
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
	
	}
.news #txt_area .news_title dt{
	font-size:16px;
	}
.news #txt_area .news_title dd h3{
	color: #e78585;
	font-weight:bold;
	font-size:20px;
	}
.news #txt_area p{
	font-size:16px;
	line-height:43px;
	}







}






/* スマホ */
@media only screen and (max-width: 480px) {





#wrapper{
	overflow:hidden;
}



.news{
	}

.news #news_list{
	width:100%;
	
	}
.news #news_list ul li{
	margin-bottom:5%;
	border-bottom:1px solid #CCC;
	background:url(../img/arrow_pink_right.png) no-repeat left 4px;
	padding-left:8%;
	color: #5c4436;
	}
.news #news_list ul li a{
	color: #5c4436;
	}
.news #news_list ul li:hover{
	color: #e78585;
	}
.news #news_list ul li span{
	margin-right:3%;
	font-weight: bold;
	display:block;
	}
.news #news_list ul li p{
	padding-bottom:5%;
	font-size:16px;
	width:90%;
}
.news #news_list ul li p.new{
	padding-right:10%;
	background:url(../img/icon_news.png) no-repeat right top;
}




.news #txt_area{
	margin-bottom:9%;
	
	}
.news #txt_area .news_title{
	border-bottom:1px solid #CCC;
	padding-bottom:3%;
	margin-bottom:3%;
	
	}
.news #txt_area .news_title dt{
	font-size:100%;
	}
.news #txt_area .news_title dd h3{
	color: #e78585;
	font-weight:bold;
	font-size:143%;
	}
.news #txt_area p{
	font-size:100%;
	line-height:40px;
	}




}
