@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*.areaTopics
************************************************************************************/
/*
.areaTopics article.frameNews{
	width: 65%;
	float: left;
}
.areaTopics article.frameEvent{
	width: 35%;
	float: left;
}
@media screen and (max-width: 979px) {
.areaTopics article.frameNews,
.areaTopics article.frameEvent{
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 620px){
/*smart phone
}*/


.ecbanner{
	padding: 15px 0;
	margin: 0 0 ;
	background: #f1f1f1;
	text-align: center;
}
.ecbanner img{
	max-width: 100%;
	height: auto;
}

li.ecbn{
	overflow: hidden;
	max-height: 174px;
	text-align: center;
}
li.ecbn img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

@media screen and (max-width: 979px) {
.sp img{
	max-width: 100%;
	height: auto;
}

li.ecbn{
	display: none !important;
}
}

/*.frameNews
----------------------------------------------------------------------*/
.areaTopics .frameNews .titleNews{
	background: url(../../img/toppage/topics_bg.png) repeat-x center top;
	text-align: center;
	margin: 0;
	height: 56px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.areaTopics .frameNews .bodyNews{
	background: #eeeeee url(../../img/toppage/news_bg.png) no-repeat center top;
	padding: 20px 15px 5px 15px;
	height: 600px;
	text-align: left;
}
.areaTopics .frameNews .bodyNews ul{
	height:100%;
	width: 100%;
	overflow: auto;
}

.areaTopics .frameNews .bodyNews ul li{
	width: 18%;
	margin: 5px 1%;
	float: left;
}
.areaTopics .frameNews .bodyNews ul li.no767{
	display: none !important;
}
.areaTopics .frameNews .bodyNews ul li .photo{
	position: relative;
	width: 100%;
	max-height:130px;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: #f2f0f0;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.areaTopics .frameNews .bodyNews ul li .photo:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さを幅の75%に固定 */
}
.areaTopics .frameNews .bodyNews ul li .photo img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
.areaTopics .frameNews .bodyNews ul li .photo .cate{
	z-index: 30;
	background: #FFF;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.areaTopics .frameNews .bodyNews ul li .icon_new{
	background: #d70000;
	display: inline-block;
	padding: 2px 5px;
	color: #FFF;
	font-size: 11px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 3px 0 0 0;
}

.areaTopics .frameNews .bodyNews ul li .ttl{
	margin: 5px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
	height: 1.5em;
	line-height: 1.5em;
}


@media screen and (min-width: 980px) {

.areaTopics .frameNews .bodyNews ul li:last-child{
	display: none;
}
}
@media screen and (max-width: 979px) {

.areaTopics .frameNews .titleNews{
	background: url(../../img/toppage/topics_bg.png) repeat-x center top;
	-moz-background-size: 8% auto;
	background-size: 8% auto;
	border: 1px solid #edc938;
	height: 56px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	cursor: pointer;
}

.areaTopics .frameNews .titleNews img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.areaTopics .frameNews .bodyNews{
	background: none #eeeeee;
	padding: 20px 15px 15px 15px;
	height: auto;
	text-align: left;
}
.areaTopics .frameNews .bodyNews ul{
	float: none;
	height:auto;
	width: auto;
	overflow: auto;
}
.areaTopics .frameNews .bodyNews ul li{
	float: none;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.areaTopics .frameNews .bodyNews ul li .photo{
	position: static;
	width: 130px;
	display: table-cell;
	vertical-align: top;
	max-height:auto;
	border: 0;
}
.areaTopics .frameNews .bodyNews ul li .photo span{
	display: block;
	height: 80px;
	overflow: hidden;
}
.areaTopics .frameNews .bodyNews ul li .photo:before {
	content:"";
	display: block;
	padding:0;
}
.areaTopics .frameNews .bodyNews ul li .photo img{
	height: auto;
	width: auto;
	max-width: 100%;
    position: static;
	margin: auto;
}

.areaTopics .frameNews .bodyNews ul li .detail{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.areaTopics .frameNews .bodyNews ul li .photo .cate{
	z-index: 30;
	background: #FFF;
	position: static;
	padding: 3px 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 11px;
	margin: 0 0 5px 0;
	display: block;
}
.areaTopics .frameNews .bodyNews ul li .ttl{
	margin: 5px 0 0 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: clip;
	-o-text-overflow: clip;
	height: 4.5em;
	line-height: 1.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

}


@media screen and (max-width: 480px){
.areaTopics .frameNews .bodyNews ul li{
	margin: 10px 0;
	padding: 10px 10px 5px 10px;
}

.areaTopics .frameNews .bodyNews ul li .photo{
	position: static;
	width: 70px;
	display: table-cell;
	vertical-align: top;
	max-height:auto;
	border: 0;
}
.areaTopics .frameNews .bodyNews ul li .photo span{
	display: block;
	height: 70px;
	overflow: hidden;
	text-align: center;
	line-height: 70px;
}
.areaTopics .frameNews .bodyNews ul li .photo span img{
	width: auto;
	height: auto;
	max-width: 70px;
	max-height: 70px;
	margin: auto;
	vertical-align: middle;
}

.areaTopics .frameNews .bodyNews ul li .detail{
	vertical-align: top;
}
.areaTopics .frameNews .bodyNews ul li .detail .cate{
	margin: 0 0 1px 0;
}
}




/*.frameEvent
----------------------------------------------------------------------*/
.areaTopics .frameEvent .title{
	background: url(../../img/toppage/event_main_bg.png) repeat-x center top;
	height: 56px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	border-left: 1px solid #ebc3c3;
}
.areaTopics .frameEvent .body{
	background: url(../../img/toppage/event_bg.png) no-repeat center top;
	padding: 20px 15px 15px 15px;
	text-align: left;
}



/*boxTopics*/
.areaTopics .frameEvent .body .boxTopics{
	width: 100%;
	height: 590px;
}
.areaTopics .frameEvent .body .boxTopics .sttl{
	margin: 0 0 10px 0;
}
.areaTopics .frameEvent .body .boxTopics .sttl .btn_search,
.areaTopics .frameEvent .body .boxTopics .sttl .btn_search form{
	display: inline-block;
	float: right;
}
.areaTopics .frameEvent .body .boxTopics .sttl .btn_search a,
.areaTopics .frameEvent .body .boxTopics .sttl .btn_search form input[type="submit"]{
	background: url(../../img/toppage/icon_src_mini.png) no-repeat 10px center #ed9287;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px 3px 30px;
	border:none;
	display: block;
}
.areaTopics .frameEvent .body .boxTopics li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
}
.areaTopics .frameEvent .body .boxTopics li .photo{
	width: 80px;
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 0 0;
}
.areaTopics .frameEvent .body .boxTopics li .photo img{
	max-width: 80px;
	height: auto;
}
.areaTopics .frameEvent .body .boxTopics li .cmt{
	vertical-align: top;
	display: table-cell;
}
.areaTopics .frameEvent .body .boxTopics li .cmt .date{
	background: #eaeaea url(../../img/toppage/event_ico_calendar.png) no-repeat 7px center;
	padding: 5px 10px 5px 30px;
	font-size: 11px;
	display: inline-block;
	margin: 0 0 7px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.areaTopics .frameEvent .body .boxTopics li .cmt .area{
	background: url(../../img/toppage/event_ico_area.png) no-repeat left center;
	padding: 0 0 0 20px;
	font-size: 11px;
	margin: 0 0 7px 0;
}


.areaTopics .frameEvent .body #boxCalendar{
	padding:10px 0 0 0;
	width:100%;
	height:260px;
	overflow:hidden;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar{
	width:100%;
	height:260px;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title{
	text-align:center;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title span{
	display:inline-block;
	text-decoration:underline;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title span:hover{
	cursor:pointer;
	text-decoration: none;
	color:#F00;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title form{
	display:inline;
}
.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title input[type="submit"]{
	background-color:#FFF;
	border:none;
	cursor:pointer;
	display:inline;
	text-decoration:underline;
	font-size:80%;
}



.areaTopics .frameEvent .body #boxCalendar table{
	width: 100%;
	margin: auto;
	border-collapse:collapse;
}
.areaTopics .frameEvent .body #boxCalendar th{
	padding: 4px;
	border: 1px solid #333;
	background: #EDEDED;
	text-align: center;
}
.areaTopics .frameEvent .body #boxCalendar td{
	padding: 4px;
	text-align: center;
	border: 1px solid #333;
}
.areaTopics .frameEvent .body #boxCalendar td.sat,
.areaTopics .frameEvent .body #boxCalendar td.sat a,
.areaTopics .frameEvent .body #boxCalendar td.sat input[type="submit"]{
	color: #06C !important;
}
.areaTopics .frameEvent .body #boxCalendar td.sun,
.areaTopics .frameEvent .body #boxCalendar td.sun a,
.areaTopics .frameEvent .body #boxCalendar td.sun input[type="submit"]{
	color: #F30 !important;
}

.areaTopics .frameEvent .body #boxCalendar td.on{
	background-color:#F8F0D5;
	text-decoration:none;
	cursor:pointer;
}
.areaTopics .frameEvent .body #boxCalendar td input[type="submit"]{
	width:100%;
	height:100%;
	background-color:#F8F0D5;
	border:none;
	cursor:pointer;
}

@media screen and (max-width: 979px) {
.areaTopics .frameEvent .title{
	background: url(../../img/toppage/ar_gry_dwn.png) no-repeat right center;
	-moz-background-size: 8% auto;
	background-size: 8% auto; 
	margin: 0;
	cursor: pointer;
	border: 1px solid #ebc3c3;
	
	height: 56px;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.areaTopics .frameEvent .title.active{
	background: url(../../img/toppage/ar_gry_up.png) no-repeat right center;
	-moz-background-size: 8% auto;
	background-size: 8% auto; 
}

.areaTopics .frameEvent .title img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.areaTopics .frameEvent .body{
	background:none;
	padding: 20px 15px 15px 15px;
	text-align: left;
}


.areaTopics .frameEvent .body .sttl{
	margin: 0 0 20px 0;
}

.areaTopics .frameEvent .body .sttl .lf img{
	width: 70%;
	height: auto;
}

/*boxTopics*/
.areaTopics .frameEvent .body .boxTopics{
	width: auto;
	float: none;
	padding-left: 0;
	height: auto;
}

.areaTopics .frameEvent .body .boxTopics .sttl .btn_search a,
.areaTopics .frameEvent .body .boxTopics .sttl .btn_search form input[type="submit"]{
	background: url(../../img/sp/icon_src_mini.png) no-repeat 10px center #ed9287;
	-moz-background-size: auto 50%;
	background-size: auto 50%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	border:none;
	display: block;
}

.areaTopics .frameEvent .body .boxTopics li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0;
}
.areaTopics .frameEvent .body .boxTopics li .photo{
	width: 20%;
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.areaTopics .frameEvent .body .boxTopics li .photo img{
	max-width: 100%;
	height: auto;
}
.areaTopics .frameEvent .body .boxTopics li .cmt{
	vertical-align: top;
	display: table-cell;
	width: 80%;
}
.areaTopics .frameEvent .body .boxTopics li .cmt .date{
	background: #eaeaea url(../../img/sp/event_ico_calendar.png) no-repeat 9px center;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
	padding: 5px 10px 5px 40px;
	font-size: 11px;
	display: inline-block;
	margin: 0 0 7px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.areaTopics .frameEvent .body .boxTopics li .cmt .area{
	background: url(../../img/sp/event_ico_area.png) no-repeat left center;
	-moz-background-size: auto 90%;
	background-size: auto 90%;
	padding: 5px 0 5px 25px;
	font-size: 11px;
	margin: 0 0 7px 0;
}
.areaTopics .frameEvent .body .boxTopics li .cmt .ttl{
	height: auto;
	overflow: auto;
}

.areaTopics .frameEvent .body #boxCalendar .frameCalendar .ym_title{
	text-align:center;
	padding: 0 0 10px 0;
}
.areaTopics .frameEvent .body #boxCalendar th{
	padding: 2px;
}
.areaTopics .frameEvent .body #boxCalendar td{
	padding: 2px;
}
}

@media screen and (max-width: 620px){
/*smart phone*/
}


/*areaCate
************************************************************************************/
.areaCate{
	text-align: left;
	margin: 0 0 1% 0;
	border-top: 1px solid #EDEDED;
}

.areaCate .title{
	padding: 25px 0 15px 0;
	text-align: center;
}
.areaCate .body ul{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
	width: 100%;
}
.areaCate .body ul li{
	display: table-cell;
	width: 16%;
}

.areaCate .body ul li.sports{
	background: url(../../img/toppage/cate_sports.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}
.areaCate .body ul li.car{
	background: url(../../img/toppage/cate_car.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}
.areaCate .body ul li.travel{
	background: url(../../img/toppage/cate_travel.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}
.areaCate .body ul li.eat{
	background: url(../../img/toppage/cate_eat.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}
.areaCate .body ul li.service{
	background: url(../../img/toppage/cate_service.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}
.areaCate .body ul li.event{
	background: url(../../img/toppage/cate_event.jpg) no-repeat bottom right;
	-moz-background-size: 150% auto;
	background-size: 150% auto;
}

.areaCate .body ul li dl{
	background: url(../../img/common/bg_clear_white70.png) repeat;
	margin: 0 0 0 35%;
	/*padding: 35px 15px;
	height: 17em;*/
	padding: 25px 15px;
	height: 5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.areaCate .body ul li dt{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #443d34;
}
.areaCate .body ul li dd{
	background: url(../../img/common/ar_orange.png) no-repeat left center;
	padding: 0 0 0 12px;
}
.areaCate .body ul li dd a{
	color: #443d34;
	text-decoration: none;
}
.areaCate .body ul li dd a:hover{
	border-bottom: 1px dotted #443d34;
}

@media screen and (max-width: 979px) {
.areaCate{
	text-align: left;
	margin: 0 0 1% 0;
}

.areaCate .title{
	padding: 25px 0 15px 0;
	text-align: center;
}

.areaCate .title a{
	pointer-events:none;
	cursor:default;
}
.areaCate .title img{
	max-width: 100%;
	height: auto;
}
.areaCate .body ul{
	display: block;
	font-size:0;
}
.areaCate .body ul li{
	/*display: block;
	width: 100%;*/
	display:inline-block;
	width: 33%;
	border:none;
	border: 1px solid #999;
	font-size:17px;
}
.areaCate .body ul li dl{
	padding: 7%;
	margin: 0;
	width: 100%;
	height: auto;
	line-height:1;
}

.areaCate .body ul li dt{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(../../img/common/bg_clear_black75.png) repeat;
	opacity: 0.7;
	border: 1px solid #FFF;
	text-align: center;
}
.areaCate .body ul li dt a{
	color: #FFF;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
.areaCate .body ul li dd{
	background: none;
	padding: 0;
	border: 1px solid #FFF;
	background: url(../../img/common/bg_clear_white70.png) repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 5px 0;
}
.areaCate .body ul li dd a{
	color: #443d34;
	text-decoration: none;
	display: block;
	padding: 5px 7px;
}
.areaCate .body ul li dd a:hover{
	border-bottom: 0;
}
}

@media screen and (max-width: 620px){
.areaCate .body ul li{
	display: block;
	width: 100%;
	border:none;
	border-bottom:1px solid #000;
}
.areaCate .body ul li dl{
	padding: 10px;
}
}


/*.areaArticle
************************************************************************************/
.areaArticle{
	text-align: left;
	margin: 5px 0 0 0;
}

.areaArticle ul{
	margin: 0 0 0 -1%;
}
.areaArticle ul li{
	margin: 0 0 1% 1%;
	width: 19%;
	float: left;
	border: 1px solid #EDEDED;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.areaArticle ul li .photo{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: #EDEDED;
	margin: 0 0 10px 0;
}
.areaArticle ul li .photo:before {
	content:"";
	display: block;
	padding-top: 75%; /* 高さを幅の75%に固定 */
}
.areaArticle ul li .photo img{
	height: auto;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
.areaArticle ul li .photo .cate{
	z-index: 30;
	border: 1px solid #FFF;
	background: url(../../img/common/bg_clear_white70.png) repeat;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.areaArticle ul li .ttl{
	margin: 10px 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 15px;
}

.areaArticle ul li .icon_new{
	display: none;
}

.areaArticle ul li .cmt{
	padding: 0 15px 15px 15px;
}

@media screen and (max-width: 979px) {
.areaArticle{
	text-align: left;
	margin: 5px 0 0 0;
}

.areaArticle ul{
	margin: 0;
}
.areaArticle ul li{
	float: none;
	display: table;
	width: 100%;
	border-spacing: 1px 0;
	margin: 10px 0;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.areaArticle ul li .photo{
	position: static;
	width: 130px;
	display: table-cell;
	vertical-align: top;
	max-height:auto;
	border: 0;
}
.areaArticle ul li .photo span{
	display: block;
	height: 130px;
	overflow: hidden;
	line-height: 130px;
}
.areaArticle ul li .photo:before {
	content:"";
	display: block;
	padding:0;
}
.areaArticle ul li .photo img{
	height: auto;
	width: auto;
	max-width: 130px;
	max-height: 130px;
    position: static;
	margin: auto;
	vertical-align: middle;
}

.areaArticle ul li .detail{
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.areaArticle ul li .detail .cate{
	z-index: 30;
	background: #EDEDED;
	position: static;
	padding: 3px 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 12px;
	margin: 0 0 5px 0;
	display: inline-block;
}
.areaArticle ul li .ttl{
	margin: 5px 0 0 0;
	white-space: normal;
	overflow: hidden;
	text-overflow: clip;
	-o-text-overflow: clip;
	height: 1.5em;
	line-height: 1.5em;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}


@media screen and (max-width: 480px){
.areaArticle .body ul li{
	margin: 10px 0;
	padding: 10px 10px 5px 10px;
}

.areaArticle ul li .photo{
	position: static;
	width: 70px;
	display: table-cell;
	vertical-align: top;
	max-height:auto;
	border: 0;
}
.areaArticle ul li .photo span{
	display: block;
	height: 70px;
	overflow: hidden;
	text-align: center;
	line-height: 70px;
}
.areaArticle ul li .photo span img{
	width: auto;
	height: auto;
	max-width: 70px;
	max-height: 70px;
	margin: auto;
	vertical-align: middle;
}

.areaArticle ul li .detail{
	vertical-align: top;
}
.areaArticle ul li .detail .cate{
	margin: 0 0 1px 0;
}
}


/*bnKurubeeFooter*/
@media screen and (min-width: 980px) {
.bnKurubeeFooter{
	display: none;
}
}


@media screen and (max-width: 979px) {
.bnKurubeeFooter{
	display: block;
	padding: 40px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
}



