#message .common-article h3 {
    border-bottom: none;
}

#message img {
    max-width: 100%;
    height: auto;
}

#message .profile:last-child{
	margin: 0.5em 0 0;
}

#report_area .inline .img {
	display: inline-block;
	width: 225px;
}

#report_area .inline.img_right .img {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}

#report_area .inline.img_left .img {
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}

#report_area .wrap {
  margin-top: 1.5em;
}

#report_area .memo {
  font-size: 11px;
  line-height: 1.5;
}

#report_area .profile{
	border:1px solid #e6e6e6;
	padding:20px;
}

#report_area .profile h3{
	margin:0;
	padding:0;
}

.iframe_wrapper {
	margin:40px auto 70px;
	overflow: hidden;
	padding-bottom: 50%;
	padding-top: 69px;
	position: relative;
}
.iframe_wrapper > iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#relation_contents{
	margin-bottom:60px;
}

#relation_contents ul{
	padding-left:0;
	overflow:hidden;
}

#relation_contents li{
	padding:0;
	list-style:none;
	float: left;
	overflow: hidden;
	margin: 0 3.3% 0 0;
	width: 31%;
	height: 120px;
}

#relation_contents li:last-child{
	margin:0;
}

#relation_contents li img{
	width:100%;
	height: auto;
}

#special_contents{
	margin-bottom:60px;
}

#special_contents ul{
	padding-left:0;
	overflow:hidden;
}

#special_contents li{
	margin: 0 0 10px;
	width:48.5%;
	height:auto;
	padding:0;
	list-style:none;
}

#special_contents li.left{
	float:left;
	margin-right:3%;
}

#special_contents li.right{
	float:left;
}

#special_contents li img{
	width:100%;
	height: auto;
}

@media screen and (max-width: 785px) {
	#special_contents li{
		width:100%;
		height: auto;
	}

	#special_contents li.left{
		margin-right:0;
	  float: none;
	}

	#special_contents li.right{
		float: none;
	}

	#special_contents li img{
		width:100%;
		height: auto;
	}
}

@media screen and (max-width: 410px) {
	#report_area .inline .img {
		display: inline-block;
		width: 125px;
	}
}
