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

/*== header =======================*/
#header {
	background: url(../../img/main_dot.png) repeat 0 0, url(../../img/report/main.jpg) no-repeat center 0; 
	-webkit-background-size: auto auto, cover;
	-moz-background-size: auto auto, cover;
	-o-background-size: auto auto, cover;
	background-size: auto auto, cover;
	width: 100%;
	box-sizing: border-box;
	background-position: bottom;
}

/*= contents =*/
.br-sp {
	display: none;
}

.box:last-child {
	margin: 0 0 100px 0;
}

.boxInner {
	width: 1000px;
	margin: 0 auto;
}

.box {
	letter-spacing: 0.2em;
	line-height: 2.0;
	text-align: justify;
}

.box p {
	letter-spacing: 0.2em;
	line-height: 2.0;
	text-align: justify;
}

#reptUl li span {
    position: relative;
    display: inline-block;
	padding: 5px 15px;
    text-align: left;
	background: #1c1c81;
    margin: 5px 5px 10px 5px;
    border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
}

#reptUl li span:after, #reptUl li span:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

#reptUl li span:after {
    top: 98%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #1c1c81; /*10px*/
}

#reptUl li span:before {
    top: 100%;
    left: 30px; 
    border: 10px solid transparent;
    border-top: 10px solid #1c1c81; /*13px*/
}

#reptUl li p {
	padding: 10px 15px 15px 15px;
}


#reptUl li:not(:last-child) {
	border-bottom: 1px dotted #aaaaaa;
	margin: 0 0 15px 0;
}

#reptUl li div {
	display: inline;
	vertical-align: middle;
}

#reptUl li img {
	vertical-align: middle;
	margin: 5px 15px 20px 20px;
	box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #aaaaaa;
}

/*h3.subTtl {
	font-size: 180%;
	padding: 100px 0 0;
	color: #1c1c81;
}*/

h3.subTtl {
	font-size: 180%;
	/*padding: 100px 0 0;*/
	padding: 0;
	border-bottom: 1px dotted #aaaaaa;
	margin-top: 30px;
	color: #1c1c81;
	text-align: left;
}

.entry {
	margin-top: 20px;
}

.pager {
	margin-top: 40px;
	text-align: center;
}
.back-btn {
	margin-top: 40px;
}

/*========================================
			1000px以下の時
========================================*/
@media only screen and (max-width: 1200px) {
}


/*========================================
				タブレット
========================================*/
@media only screen and (max-width: 768px) {
/*= header =*/
.br-sp {
	display: block;
}
}


/*========================================
				スマホ
========================================*/
@media only screen and (max-width: 640px) {
.br-sp {
	display: none;
}

.flexBox {
	display: block;
	text-align: center;
}

.flexBox p {
	text-align: left;
}

#reptUl li img {
	margin: 0 0 25px 0;
}

.box:last-child {
	margin: 0 0 50px 0;
}
}
