@charset "utf-8";

/* --------------------------renewal----------------------------------- */
#renewal{
	background-color:#D5E6E0;
	margin:10px 30px;
	padding:20px 0;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#renewal:after {
	content:"";
	display:block;
	clear:both;
} /* clearfix */

#renewal p{
	padding-left:150px;
}

#mainContents #renewal ul{
	padding-left:180px;
	font-size:70%;
}


#renewal p.images{
	float:left;
	padding-left:0;
	margin-right:0;
}
#mainContents #catch{
	text-align:center;
	height:280px;
}
#mainContents #catch p{
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
	margin-left:45px;
}

#mainContents #catch span{
	color:#FF0000;
}

#mainContents #kakaku{
	font-size:large;
	margin-bottom:0.5em;
	margin-left:100px;
}

#mainContents .option{
	margin-left:2em;
}

#mainContents .option h3{
	border:none;
	display:block;
	border-bottom:1px solid #345E60;
}

.multilang{
	border-collapse:0;
	border-spacing:0;
	border-color:#999;
}
.multilang th,
.multilang td{
	padding:5px;
	width:25%;
	border-color:#999;
}
.multilang th{
	background-color:#C5F7DA;
}
.multilang .line td{
	border-top-width:5px;
	border-top-style:double;
}

@media print{
#renewal{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#mainContents #catch object{
	display:none;
}
#mainContents #catch{
	background:url("/wp-content/uploads/img_makePage05.png") center top no-repeat;
	height:237px;
	width:571px;
	margin-left:auto;
	margin-right:auto;
}
}


