@charset "utf-8";
/*====================================================
	newsletter
----------------------------------------------------*/
.layoutBlock::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.blockRight{
	float:right;
}
.blockLeft{
	float:left;
}
.thirds .blockRight.size1of3{
	width:32%;
	margin-left:2%;
}
.thirds .size1of3{
	width:32%;
}
.thirds .size2of3{
	width:65%;
}
.halves .size1of2{
	width:49%;
}
.halves .blockRight.size1of2{
	width:49%;
	margin-left:2%;
}	
ul.note{
	margin-top:40px;
}
ul.note li{
	color: #666;
    font-size: 13px;
    padding-left: 2em;
    text-indent: -2em;
	margin-bottom:10px;
}

.keyword {
	color:#003399;

}
.mb20{
	margin-bottom:20px;
}
.caption {
	margin-bottom:20px;
}

#contents .listBlock li:first-child {
    background: rgba(0, 0, 0, 0) url("/opri-j/img/projects/information/newsletter/list_marker.png") no-repeat scroll left 5px;
    list-style: outside none none;
    padding-left: 17px;
}
/*====================================================
	backnumber
----------------------------------------------------*/

.backnumberList ul:nth-child(2n+1) {
    background-color: #f1f5f7;
}
.backnumberList .listBlock{
	border:none;
	border-top: 1px dotted #006383;
}
 #contents .backnumberList .listBlock li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 16px;
    padding-left: 0;
}


 .listBlock li {
    background: rgba(0, 0, 0, 0) url("/opri-j/img/projects/information/newsletter/list_marker.png") no-repeat scroll left 5px;
    list-style: outside none none;
    padding-left: 17px;
}
 .listBlock li a {
    font-weight: bold;
}
 .listBlock li .articleTitle {
    font-weight: bold;
}
.listBlock li + li {
    margin-top: 16px;
}


.main_window h2 {
	background-color: #F3F8FB;
	font-size: 17px;
	font-weight: bold;
	color: #000033;
	padding: 1em 0 1em 1.5em;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 10px;
}
.print_b {
	display: inline-block;
	margin-bottom: 2em;
	font-weight: bold;
}
.main_window h3 {
	background-color: #e6e6e6;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 34px 0 26px;
	padding: 0.6em 1em;
	border-bottom: none;
}
.main_window .img_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.clear{
	clear:both;
}

