﻿@charset "utf-8";
/* -----------------------------------------------
 * 宿泊renewal用CSS
 * 
 * Last Update 2009/09/08
----------------------------------------------- */
#deprecating {
	background: #ffffff;
	width: 715px;
	padding: 0 5px;
	text-align: center;
}
#deprecating #contents {
	width: 680px;
	margin: 24px auto;
}
	#deprecating #contents h1 {
		margin-bottom: 12px;
		color: #0101D0;
		font-weight: bold;
		font-size: 26px;
		text-align: center;
		border: 10px ridge #FC7E7F;
		background: #FFE3FF;
	}
	#deprecating #contents h2 {
		margin-bottom: 12px;
		padding: 5px 0 5px 15px;
		border: 1px solid #ADAD47;
		font-weight: bold;
		font-size: 140%;
		background: #FEFEC6;
	}
		#deprecating #contents h2 span {
			color: #ff0000;
			font-size: 80%;
		}
	#deprecating #contents .renewBox {
		margin-bottom: 30px;
	}
		#deprecating #contents .renewBox img {
			float: left;
			margin-right: 15px;
		}
	#deprecating #contents .renewBox .renewText,
	#deprecating #contents .renewBox .renewText2,
	#deprecating #contents .renewBox .renewText3 {
		float: right;
		vertical-align: middle;
		width: 340px;
		background: #F0F0F0;
	}
	#deprecating #contents .renewBox .renewText {
		height: 212px;
	}
	#deprecating #contents .renewBox .renewText2 {
		height: 178px;
	}
	#deprecating #contents .renewBox .renewText3 {
		height: 133px;
	}
		#deprecating #contents .renewBox .renewText p,
		#deprecating #contents .renewBox .renewText2 p,
		#deprecating #contents .renewBox .renewText3 p {
			line-height: 1.6;
			font-weight: bold;
			font-size: 120%;
			text-align: center;
		}
		#deprecating #contents .renewBox .renewText p {
			padding-top: 25px;
		}
		#deprecating #contents .renewBox .renewText2 p {
			padding-top: 25px;
		}
		#deprecating #contents .renewBox .renewText3 p {
			padding-top: 10px;
		}
		#deprecating #contents .renewBox .renewText span,
		#deprecating #contents .renewBox .renewText2 span,
		#deprecating #contents .renewBox .renewText3 span {
			font-size: 80%;
		}
	#deprecating h3 {
		width: 680px;
		margin: 0 auto 15px;
		padding: 3px 0;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		background: #0000ff;
	}

.btn {
	text-align: center;
}
