/* =================================
	report CSS
================================= */

/*	Layout
============================== */
@media all and (min-width: 768px) {
main.inner{
	background-image:url(../img/inner_bottom.png), url(../img/inner_center.png);
	background-repeat:no-repeat, repeat-y;
	background-position:left bottom,left top;
	box-shadow: 0px 0px 5px #898989;
	overflow: hidden;
	width: 960px;
	margin: 17px 0 0 10px;
}
}
.report main.inner h1{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}

@media all and (min-width: 768px) {

.report main.inner h1{
	width: 960px;
	height: 229px;
	background-image:url(../img/report/inner_h1_repo.png);
	position: relative;
}

.report div.contents{
	padding: 0;
}

div.left_area{
	width: 690px;
	float: left;
	border-right:1px solid #000000; 
	margin-bottom: 6px;
}
div.left_area_in{
	padding: 25px 35px 40px;
}
div.right_area{
	width: 260px;
	float: right;
}
div.bknm{
	padding: 25px 20px 25px 6px;
}
}
@media all and (max-width: 767px) {
.report main.inner h1{
	width: 100%;
	background-image:url(../img/report/inner_h1_repo_smp.png);
	position: relative;
	height:0;
	padding-top:24.8962%;
	background-size:contain;
	border:none; 
	margin: 0;
}
}

/*	title
============================== */

.title{
	background-image:url(../img/report/report_subtit_bg.png);
	color: #fff;
    position: relative;
    line-height: 2.8;
}
.tit_text{
	font-weight: normal;
}
.vol{
	background: #003155;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media all and (min-width: 768px) {
.title{
    margin: 0px auto 20px;
    font-size: 125%;
}
.tit_text{
    padding: 8px 15px;
}
.vol{
    padding: 16px 12px 16px;
}  
}
@media all and (max-width: 767px) {
.title{
    width: 100%;
    margin: 8px auto;
}
.tit_text{
    padding: 8px 8px 8px 8px;
}
.vol{
    padding: 11px 4px 12px;
}
}


/*	repoBox_in
=================================== */
@media all and (min-width: 768px) {

.report .repoBox_in{
	margin: 0 0 20px;
}

.report .repoBox_in p {
	padding: 0em 25px 1.5em;
	text-align: left;
    line-height: 1.75;
}
.report .repoBox1 p {
	text-align: left;
	font-size: 120%;
}
.report .picBox {
	margin: 0 auto;
	text-align: center;
	margin: 0px 0 20px 0;
}
.report .picBox .report_pic_w {
	width: 492px;
	height: 332px;
	background: #fff;
	border: 1px solid #003155;
	margin: 0 auto 15px;
	position: relative;
}
.report .picBox .report_pic_w .ph {
	width: 480px;
	height: 320px;
	position: absolute;
	left: 6px;
	top: 6px;
	background-color: #003155;
}
.report .picBox .report_pic_w img {
	width: 480px;
	height: 320px;
	display: block;
}
.report .picBox .report_pic_h {
	width: 332px;
	height: 492px;
	background: #fff;
	border: 1px solid #003155;
	margin: 0 auto 15px;
	position: relative;
}
.report .picBox .report_pic_h .ph {
	width: 320px;
	height: 480px;
	position: absolute;
	left: 6px;
	top: 6px;
	background-color: #003155;
}
.report .picBox .report_pic_h img {
	width: 320px;
	height: 480px;
	display: block;
}
.report .picBox .p_caption {
	font-size: 80%;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background-color: #003155;
	padding: 0.25em 1em;
}


	
}

@media all and (max-width: 767px) {
.report .repoBox_in p {
	padding: 0em 0px 1em;
	text-align: left;
    line-height: 1.75;
    font-size: 90%;
}
.picBox {
	margin: 0 auto;
	text-align: center;
	margin: 0px 0 20px 0;
}
.picBox .report_pic_w{
    width: 270px;
    box-sizing: border-box;
    padding: 3px;
    /* box-shadow: 0 6px #faebdc; */
    margin: 0 auto 10px;
}
.picBox .report_pic_w span{
    width: 270px;
    height: 180px;
    background-size:270px 180px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #003155;
    border: 1px solid #003155;;
}
.picBox .report_pic_w img{
    width: 270px;
    height: 180px;
	background-size:270px 180px;
}

.picBox .report_pic_h{
    width: 180px;
    box-sizing: border-box;
    padding: 3px;
    /* box-shadow: 0 6px #faebdc; */
    margin: 0 auto 10px;
}
.picBox .report_pic_h span{
    width: 180px;
    height: 270px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #003155;
    border: 1px solid #003155;
}
.picBox .report_pic_h img{
    width: 180px;
    height: 270px;
}

.report .picBox .p_caption {
	font-size: 80%;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background-color: #003155;
	padding: 0.25em 1em;
}

}


/*	backnumber
============================== */
div.bknm h3{
	background-color: #000000;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding:5px 8px 5px; 
	margin: 0 0 15px;
}
span.bk_vol{
	background-color: #003155;
	color: #fff;
	padding: 5px;
	margin: 0 10px 0 0;
	font-size: 90%;
	width: 4em;
	display: inline-block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div.bknm ul li{
	margin: 0 0 8px;
}
div.bknm ul li a{
	color: #000000;
	text-decoration: none;

}
div.bknm ul li a:hover{
	text-decoration:underline;
}
@media all and (min-width: 768px) {
div.bknm h3{
	font-size: 125%;
}
}
@media all and (max-width: 767px) {
}


