
@charset "UTF-8";


/*------------------
 == reset
--------------------*/
#jikyuContents img{border: 0;vertical-align: bottom;}
#jikyuContents em {font-style: normal; font-weight: bold;}


/* ----------------------------
 == Common
---------------------------- */
body{
	background: #fbf3ea;
}

#jikyuContents{
	/* width: 740px; */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 1.6;
	font-family: sans-serif;
	color: #666666;
	float: left;
}

#jikyuContents a:link{color: #2692ff;}
#jikyuContents a:visited{color: #a8a8a8;}
#jikyuContents a:hover{color: #0ec8de;}
#jikyuContents a:active{color: #0ec8de;}



#jikyuContents #topicPath a:link{color: #4ca5ff;}


#jikyuContents .contentsBlock{
	background: #fff;
	border-radius:10px;
	margin: 0px 0px 20px 0px;
	padding: 20px 5px;
	    box-shadow: 0px 4px 6px -2px #e3e3e3;
}
#jikyuContents .contentsBlock:after{
	content: "";
	display: block;
	background: #ffffff url("/contents/heikin_jikyu/images/bg_contents_b.png") no-repeat left bottom;
	width: 740px;
	height: 12px;
	margin: 0 -11px -20px -11px;
	padding: 0;
}

#jikyuContents .readBlock{
	background: #ffffff url("/contents/heikin_jikyu/images/bg_readblock.png") no-repeat left bottom;
	padding: 0 20px;
	    box-shadow: 0px 4px 6px -2px #e3e3e3;
}
#jikyuContents .readBlock:after{
	content: "";
	background: transparent;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#jikyuContents .readBlock h1{
	position: relative;
	margin: 0 -20px;
	padding: 0;
}
#jikyuContents .readBlock h1 .month{
	position: absolute;
	top: 13px;
	left: 87px;
}
#jikyuContents .readBlock .topicsBox{
	width: 510px;
	background: url("/contents/heikin_jikyu/images/bg_read.png") no-repeat left top;
	margin: 0 auto;
	padding: 15px 50px;
	position: relative;
	top: -26px;
}
#jikyuContents .readBlock .topicsBox dt{
	display: block;
	margin: 0 -20px;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
}
#jikyuContents .readBlock .topicsBox dd{
	background: url("/contents/heikin_jikyu/images/bg_read_b.png") no-repeat left bottom;
	margin: -15px -50px;
	padding: 15px 30px;
}

#jikyuContents .hr{
	background: url("/contents/heikin_jikyu/images/line_dashed_orange.png") no-repeat center center;
	height: 3px;
	margin: 20px 0;
	padding: 0;
}
#jikyuContents .hr hr{
	display: none;
}

#jikyuContents .ancherList{
	margin: 10px 3px 10px 10px;
	padding: 0;
	list-style: none;
	font-weight: bold;
	letter-spacing: -0.4em;

}
#jikyuContents .ancherList li {
	width: 48%;
	margin: 0 5px 8px;
	padding: 8px 15px;
	font-size:13px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow: 0px 2px 2px 0px #c3c3c3;
}

#jikyuContents .ancherList li a{
	position:relative; 
	display:block;
	}

#jikyuContents .ancherList li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

#jikyuContents .ancherList li a:hover:before {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	border-top: solid 2px #ddd;
    border-right: solid 2px #ddd; 
}


#jikyuContents .ancherList li a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
}

#jikyuContents .sectionBox{
	/* background: url("/contents/heikin_jikyu/images/bg_section_b.png") no-repeat left bottom; */
	margin: 10px 0px 10px 3px;
	padding: 0;
}
#jikyuContents .sectionBox:after{
	content: ""; 
	display: block; 
	clear: both;
}
#jikyuContents .sectionBox .sectionChild{
	width: 356px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	float: left;
}
#jikyuContents .sectionBox .child01{
	background: #F0F9FA;
	border-radius:10px;
}
#jikyuContents .sectionBox .child02{
	background: #FAF0F0;

	border-radius:10px;
	margin-left:3px;
}
#jikyuContents .sectionBox .sectionChild h3{
	margin: 0 0 5px -6px;
	padding: 0;
	text-align:center;
	font-size:14px;
}

#jikyuContents .sectionBox table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#jikyuContents .sectionBox table tr{
	margin: 0;
	padding: 0;
}
#jikyuContents .sectionBox table tr th,
#jikyuContents .sectionBox table tr td{
	margin: 0;
	padding: 8px 0;
	font-weight: normal;
	text-align: center;
}
#jikyuContents .sectionBox .child01 table thead tr{
	background: #dcf3ff;
	color: #5aa5fa;
}
#jikyuContents .sectionBox .child02 table thead tr{
	background: #ffdccc;
	color: #f88080;
}
#jikyuContents .sectionBox table thead th{
	padding: 4px 0;
	line-height: 1.2;
}
#jikyuContents .sectionBox .child01 table tbody tr th,
#jikyuContents .sectionBox .child01 table tbody tr td{
	background: url("/contents/heikin_jikyu/images/line_dashed_blue.png") no-repeat center bottom;
}
#jikyuContents .sectionBox .child02 table tbody tr th,
#jikyuContents .sectionBox .child02 table tbody tr td{
	background: url("/contents/heikin_jikyu/images/line_dashed_pink.png") no-repeat center bottom;
}
#jikyuContents .sectionBox table tbody th{
	padding: 10px 8px;
	text-align: left;
	width:115px;
}
#jikyuContents .sectionBox table .prevM{
	color: #aaaaaa;
}
#jikyuContents .sectionBox table .noChange{
	color: #09b500;
}
#jikyuContents .sectionBox table .up{
	color: #ff0000;
}
#jikyuContents .sectionBox table .down{
	color: #0060ff;
}

#jikyuContents .sectionBox .detailBtn a{
	background-image: url("/contents/heikin_jikyu/images/btn_detail.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 75px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#jikyuContents .sectionBox .detailBtn a:hover{
	background-position: 0 -21px;
}



#jikyuContents .archiveBlock{
	margin: 20px 30px;
}
#jikyuContents .archiveBlock h2{
	margin: 1em 0 .5em 0;
}
#jikyuContents .archiveBlock .archiveList{
	margin: 0 0 0 1.5em;
	padding: 0;
}



#jikyuContents .archiveBlock ul.archiveList li {
	float:left;
}


#jikyuContents .pageTopAncher{
	margin: 10px 15px 20px 0;
	padding: 0;
	text-align: right;position:relative;
}
#jikyuContents .pageTopAncher a{
	color: #2692ff;
	text-decoration: none;
	position:relative;
}
#jikyuContents .pageTopAncher a:after{
	content: "";
	position:absolute;
	top:8px;
	left:-16px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(315deg);
	display:inline-block;
}

#jikyuContents .pageTopAncher a:before{
	content: "";
	position:absolute;
	top:2px;
	left:-21px;
	background:#ff811c;
	width:10px;
	height:10px;
	border:3px solid #ff811c;
	border-radius:30px;
}

























