@charset "utf-8";

/**************************************

plan

**************************************/
#plan h2{
	width:100%;
	background:url(../report/img/tit_bg.jpg) repeat-x;
	background-size:100% 77;
}

#plan h2 p{
	margin:0 auto;
	width:194px;
}

#plan .box{
	margin:10px 10px 0;
	padding:0 0 20px;
}

#plan .last{
	border-bottom:solid 2px #B0A18E;
}

#plan .box .name1{
	background:#7D6644;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;
	padding:3px 0;
}

.tit{
	font-size:110%;
	font-weight:bold;
	color:#DB0100;
}

.box_a{
	width:49%;
	float:left;
}

.box_b{
	width:49%;
	float:right;
}

.box02{
	background:#fff;
	padding:10px;
	margin:10px 0;
}

.box02 .tit{
	background:#7D6644;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px;
}

#plan .btn {
	background: -moz-linear-gradient(center top , #DC0000 0%, #DC0000 50%, #CA0000 50%, #CA0000) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom,from(#DC0000), color-stop(0.5,#DC0000), color-stop(0.5,#CA0000), to(#CA0000));
	box-sizing: border-box;
	margin: 14px auto 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#plan .btn a{
	color:#fff;
	font-weight:bold;
	display:block;
}

#plan .box03{
	background:#fff;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

#plan .box03 .photo{
	margin:0 0 5px 10px;
	clear:none;
	float:right;
}

.box04{
	background:#A8843A;
	padding:10px;
	margin:10px 0;
}

.box04 .tit02{
	background:#7D6644;
	width:100%;
	text-align:center;
	color:#ffff00;
	font-weight:bold;
	font-size:15px;
	
	margin:0 0 10px;
}

.box04 p{
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

h3 {
	background:#7E5243;
	width:100%;
	color:#fff;
	font-weight:bold;
	margin:10px 0;
	padding:10px 0;
	font-size:110%;
	box-sizing:border-box;
	line-height: 1.4;
}

.tit02{
	background:#AB7736;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;
	padding:6px 10px;
	box-sizing:border-box;
	font-size:15px;
}

.line{
	background: linear-gradient(transparent 80%, #ff0 0%);
  background: -webkit-linear-gradient(transparent 80%, #ff0 0%);
  line-height: 1.5;
	font-weight:bold;
	color:#000;
}

.icon {
	background: url(../img/common/arrow_n.png) no-repeat right center;
	padding:8px 11px 7px;
	background-size:5px 6px;
}

.box .photo_le img{
	float:left;
	width:50%;
	margin-right:2%;
}

.box .photo_ri img{
	float:right;
	width:50%;
	margin-left:2%;
}

.border{
	border-bottom:dotted 1px #666;
	margin: 0 0 10px;
  padding: 10px 0;
}

.couple{
	border-bottom:1px dotted #8D7767;
	border-top:1px dotted #8D7767;
	margin-top:5px;
	padding:5px;
	font-weight:bold;
	color:#8D7767;
	font-size:14px;
}

a.link{
	text-decoration:underline;
	color:#8D7767;
}