@charset "utf-8";
/* common.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/

/* 
////////////////////////////////////////////////////*/

h2 {
	margin: 15px 0 30px;
	font-size: 120%;
}

.textBlock {
	margin-left: 8px;
}

.telBox {
	margin: 40px 0 33px;
}

.mailText {
	margin-bottom: 63px;
}

table {
	background-color: #CCCCCC;
}

th {
	background-color: #EBEBEB;
	font-weight: normal;
	width: 200px;
}

form th p {
	margin: 15px 10px;
}

form td {
	background-color: #FFFFFF;
	padding: 15px;
}

.red {
	color: #900;
}

.s_size {
	
}

.errorText {
	font-size: 97%;
	color: #900;
}

.m_size {
	width: 250px;
	height: 25px;
}

.l_size {
	
}

.x_Text {
	width: 300px;
	height: 150px;
}

.formBt {
	text-align: center;
	margin: 15px 0;
}


/* ローカルナビ
////////////////////////////////////////////////////*/

#localNavi {
	overflow: hidden;
	padding: 0 6px;
	margin: 26px 0 75px;
}

#localNavi li {
	float: left;
}

#localNavi li a {
	display: block;
	margin-right: 15px;
}



#rental_discription {
	margin: 20px 0;
	padding-right: 245px;
	padding-bottom: 100px;
	background: url(../rental/img/bg_rental_book.jpg) no-repeat right top;
	line-height: 150%;
}