@charset "utf-8";
/* =======================================================
	CSS構成	: /play/ ページレイアウト
	Editor	: DOTCOM MARKETING
	-----------------------------------------------------
	【TOC】
	01 : #main
	02 : #yurara-price
	03 : #yurara-time
	-----------------------------------------------------
	■基本骨格
	#header
		#wrapper
	#footer
======================================================= */




/* -------------------------------------------------------------
	01 : #main
------------------------------------------------------------- */
#main {}
#main h1 { margin-bottom: 20px; }
#main div { margin-bottom: 10px; }
#main .txt {
	font-size: 14px; font-size: 1.166em;
	margin-bottom: 20px;
}
#main ul { margin-bottom: 30px; }
#main ul li {
	float: left;
	margin-right: 10px;
	width: 240px;
}
#main ul li:last-child { margin-right: 0; }
#main ul li div { margin-bottom: 8px; }
#main ul li .point {
	margin-bottom: 8px;
	text-align: center;
}
#main ul li .cmnt { line-height: 1.4; }


/*													end:#main
------------------------------------------------------------- */


/* -------------------------------------------------------------
	02 : #yurara-price
------------------------------------------------------------- */
#yurara-price { margin-bottom: 40px; }
#yurara-price h2 { margin-bottom: 18px; }
#yurara-price table {
	border-collapse: collapse;
	width: 100%;
}
#yurara-price table th { background: #F0F0F0; }
#yurara-price table td {}
#yurara-price table th ,
#yurara-price table td {
	border: 1px solid #DDD;
	padding: 10px;
	vertical-align: middle;
}

/* #corse */
#yurara-price #corse { margin-bottom: 20px; }
#yurara-price #corse th { font-weight: normal; }
#yurara-price #corse th.normal { background: #E4FCFC; }
#yurara-price #corse th.summer { background: #FDF7DF; }
#yurara-price #corse td {
	padding: 13px 15px;
	width: 24px;
}
#yurara-price #corse td:first-child { width: 103px; }
#yurara-price #corse td:last-child { width: 192px; }
#yurara-price #corse td:first-child ,
#yurara-price #corse td.left,
#yurara-price #corse td:last-child {
	padding: 13px 10px;
	text-align: center;
}
#yurara-price #corse th ,
#yurara-price #corse td {
	text-align: center;
	vertical-align: middle;
}

/* #rental */
#yurara-price #rental { margin-bottom: 10px; }
#yurara-price #rental th {
	font-weight: normal;
	text-align: left;
	width: 35%;
}
#yurara-price #rental td {}
#yurara-price #rental td:nth-child(2) { width: 34.5%; }
#yurara-price #rental td:nth-child(3) { width: 30.5%; }
#yurara-price #rental th ,
#yurara-price #rental td {}


/*													end:#yurara-price
------------------------------------------------------------- */


/* -------------------------------------------------------------
	03 : #yurara-time
------------------------------------------------------------- */
#yurara-time { margin-bottom: 55px; }
#yurara-time h2 { margin-bottom: 18px; }
#yurara-time table {
	border-collapse: collapse;
	width: 100%;
}
#yurara-time table th {
	background: #F0F0F0;
	text-align: left;
	width: 128px;
}
#yurara-time table td {}
#yurara-time table th ,
#yurara-time table td {
	border: 1px solid #DDD;
	padding: 10px;
	vertical-align: middle;
}

/*													end:#yurara-time
------------------------------------------------------------- */
