@charset "shift_jis";
/* ===================================================================
CSS information

 file name	:	chukainews.css
 style info :	基本スタイル指定
=================================================================== */
.lnavWrap {
	margin-bottom:30px;
}

/* menu setting
---------------------------------*/
.txtMenu{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 14px;
}
.txtMenu li{
	width:160px;
	height:34px;
}
.txtMenu li a{
	padding:10px 10px 10px 25px;
	display:block;
	background: url(/sales/common/img/pages/chukainews/nav_arr1.png) #f6f4eb right no-repeat;
	border-bottom: 1px solid #fff;
	text-decoration:none;
	letter-spacing:1px;
}
.txtMenu li a:hover{
	background: url(/sales/common/img/pages/chukainews/nav_arr2.png) #94204d right no-repeat;
	color:#ffffff;
}

.navTtl {
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}
.onlySMP{ display:none; }


/* main css
---------------------------------*/

.contents_list {
	margin:0 0 40px; 
}
.contents_list h4{
	margin:40px 0 15px 0;
	font-size:2em;
	color:#94204d;
	line-height:1.5;
	letter-spacing: 1px;
}
.report_lead{
	margin:20px 0 40px;
}
 
.contents_list h5 {
	position: relative;
	padding: .5em 0 .5em .5em;
	border-top: 3px solid #94204d;
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	letter-spacing: 1px;
	line-height:150%;
	background-color: #f7f5ef;
}

.report_text{
	margin:20px 0;
}
.report_text p{
	margin-bottom:1em;
}

.contents_list ul{
	margin:0 0 40px 0;
	color: #000;
	font-size: 1.4em;
	line-height: 1.8;
}

.contents_list li{
	margin-left:0px;
	padding: 5px 0 5px 2em;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 1px;
}
.contents_list li span{
	padding-right:15px;
	display:inline-block;
}
.contents_list li span:first-letter {
	font-weight:bold;
	font-size:2em;
	color:#94204d;
	padding-right:3px;
}

.ranking{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ranking li{
	position: relative;
	margin: 0;
	padding-left:20px;
}
.ranking li:before{
	position: absolute;
	top: 20px;
	left: 1px;
	color: #94204d;
	content: "★";
	font-size: 12px;
}
.ranking li:first-child:before,
.ranking li:nth-child(2):before,
.ranking li:nth-child(3):before{
	position: absolute;
	top: 18px;
	left: 0;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 10px solid #fb0;
	content: "";
}
.ranking li:first-child:after,
.ranking li:nth-child(2):after,
.ranking li:nth-child(3):after{
	position: absolute;
	top: 26px;
	left: 0;
	width: 0;
	height: 0;
	border: 6px solid #fb0;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #f90;
	content: "";
}
.ranking li:nth-child(2):before{
	border-bottom: 10px solid #ccc;
}
.ranking li:nth-child(2):after{
	border: 6px solid #ccc;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #aaa;
}
.ranking li:nth-child(3):before{
	border-bottom: 10px solid #d98;
}
.ranking li:nth-child(3):after{
	border: 6px solid #d98;
	border-top: 3px solid transparent;
	border-bottom: 6px solid #c76;
}

.ranking li.nomark{
	background:none !important;
	padding:14px 10px 14px 83px;
}
.ranking li.nomark:before,
.ranking li.nomark:after{
	border:none !important;
	content:none !important;
}


@media screen and (max-width:1100px) {
	.onlySMP{ display:block; }
	.member_nav ul{ display:none; }
}


@media screen and (max-width: 480px){
	.contents_list ul{
		margin:0 0 40px 0px;
	}
	.contents_list li span{
		display:block; 
	}
	.contents_list li span:first-letter {
		font-weight:bold;
		font-size:2em;
		color:#94204d;	
	}
	.ranking li.nomark{
		padding:14px 10px 14px 20px;
	}
	.onlySMP{ display:block; }
}
