@charset "utf-8";



/* ------------------------ */
/* 通常ページ */



.news-list .category,
.news-detail .category
{
	display:inline-block;
	margin:0px 5px 0px 0px;
	width:auto;
}

.news-list .data-wrap .data .category,
.news-detail .data-wrap .data .category
{
	padding:2px 8px;
}



.news-list .data-wrap .data .text-wrap
{
	width:66%;
	margin:0% 2%;
}

.news-list .data-wrap .data .thumb-wrap
{
	width:30%;
}
.news-list .data-wrap .data .thumb-wrap img
{
	width:100%;
}

.news-detail .data-wrap .text-wrap
{
	width:57%;
}

.news-detail .data-wrap .text-wrap img
{
	max-width:100%;
}

.news-detail .data-wrap .text-wrap img.data-outside{
	width:100%;
}



.news-detail .data-wrap .thumb-wrap
{
	width:40%;
}
.news-detail .data-wrap .thumb-wrap img
{
	width:100%;
}


.recommended-news-list .group-detail{
	width:100%;
}




.recommended-news-list img{
	width:100%;
}

.recommended-news-list .text-data{
	width:100%;
}



.recommended-news-list .listwrap{
	width:50%;
}

.recommended-news-list .listwrap-p{
	width:33% !important;
}

.recommended-news-list .left{
	border-style:none dotted none none !important;
	box-sizing:border-box;
}




.s-news-detail img
{
	width:100%;
}

/* 通常ページ */
/* ------------------------ */

