@charset "utf-8";



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


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

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

.report-detail .report-chapter-title:first-letter{
	color:#00913A;
	font-weight:bold;
	font-size:36px;
}

.report-detail .report-chapter-title-smt:first-letter{
	font-size:24px;
}

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

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

.report-detail .detail-num{
	width:auto;
	padding:5px 2%;
	margin-right:10px;
}

.report-detail .s-detail-num{
	width:auto;
	padding:0px 2%;
	margin-right:10px;
}

.report-detail img{
	max-width:100%;	
}


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




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

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


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


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


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


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

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

