@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#report {
}
#report .banner {
	margin-top: 8%;
}
#report .banner li {
	width: 48%;
}
#report .banner li.l_banner {
	float:left;
}
#report .banner li.r_banner {
	float:right;
}
#report .banner li:only-child {
	float: none;
	margin: 0 auto;
}
#report .banner li img {
	display: block;
	width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#report .list {
	border: 1px solid #e2e1d9;
    margin-bottom: 1px;
    padding: 2%;
}
#report .list .ph {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding: 25% 0;
    width: 40%;
}
#report .list .ph span {
	display: block;
	text-indent: -9999px;
}
#report .list .no_image {
	background-color: #ccc;
    color: #fff;
    float: left;
    padding: 20% 0;
    text-align: center;
    width: 40%;
}
#report .list dl.txt {
	float: right;
    width: 58%;
	text-align: center;
}
#report .list dl.txt dt {
    color: #fff;
    line-height: 1.4em;
    padding: 5%;
}
#report .list dl.txt dt span{
	text-overflow: ellipsis;
	display: -webkit-box;
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#report .list dl.txt dd {
	background-image: url("/common/images/common/arrow_list2.png");
    background-position: center 96%;
    background-repeat: no-repeat;
    background-size: 12% auto;
    color: #514c3e;
    font-size: 90%;
    line-height: 1.2em;
    padding: 5% 5% 20%;
}
#report p.btn_more {
	background-image: url("/common/images/common/dot_01.png");
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: 5%;
    padding: 5% 8% 0;
}
#report p.btn_more span {
	background-color: #b49b31;
    background-image: url("/common/images/sp/report/btn_more.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.3);
    display: block;
    line-height: 1.4em;
    padding: 4% 0;
    text-indent: -9999px;
}
#report .no_list img {
	width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#report .detail{
	padding-bottom: 5%;
}
#report .detail h3 {
    font-size: 90%;
    line-height: 1.6em;
    margin-bottom: 5%;
    text-align: center;
}
#report .detail .ph {
	border: 1px solid #e2e1d9;
    margin-bottom: 5%;
    padding: 1px;
}
#report .detail .ph img {
	display: block;
	width: 100%;
}
#report .detail ul.data {
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 5%;
}
#report .detail ul.data li {
}
#report .lead {
    font-size: 90%;
    line-height: 1.6em;
    padding: 5% 0;
    text-align: center;
}
#report .lead p img {
	max-width: 100%;
	height: auto;
}
#report .report_text {
    font-size: 90%;
    line-height: 1.6em;
    padding: 5% 0;
    text-align: center;
}
#report .report_text img {
	max-width: 100%;
	height: auto;
}
#report .report_text input[type=image] {
	max-width: 100%;
	height: auto;
}
#report table.overview {
	margin-bottom: 5%;
}
#report table.overview th {
	border-bottom: 1px solid #fff;
	width: 30%;
}
#report table.overview th img {
	display: block;
	width: 100%;
}
#report table.overview td {
	background-image: url("/common/images/common/dot_01.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 90%;
    line-height: 1.4em;
    padding: 5%;
	position:relative;
}
#report table.overview td:before {
	background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 5%;
}
#report table.overview td a {
	text-decoration: none;
}
#report .planner {
	margin-bottom: 5%;
}
#report .planner p.title {
	margin-bottom: 3%;
    padding: 0 10%;
}
#report .planner p.title img {
	display: block;
	width: 100%;
}
#report .planner .text {
	font-size: 90%;
	line-height: 1.6em;
}

#report p.btn_dark {
	background-image: none;
    margin-bottom: 3%;
}
