@charset "utf-8";
/* CSS Document */

/* garage110.com
-----------------------------------------------------*/
#contents {
	overflow: hidden;
}

/* ==============================================
    title
============================================== */
#title {
	margin-bottom: 25px;
	padding: 14px 0 12px 20px;
	background: #000;
}
#title h1,
#title div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#title h1 {
	width: 710px;
	color: #fff;
	font-size: 33px;
}
#title h1 span {
	margin-bottom: 4px;
	display: block;
	font-size: 18px;
	font-weight: normal;
}
#title div {
	width: 240px;
}
#title div p {
	display: none;
	float: right;
}
#title p {
	color: #ff9c7f;
}
#title p.full {
	font-size: 18px;
}
#title p.full strong {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}
#title p.reserve {
	font-size: 26px;
	font-weight: bold;
    line-height: 1.3;
}
#reserve #title div p.reserve,
#full #title div p.full,
#vacancy #title div p.vacancy,
#vacancy2 #title div p.vacancy2 {
	display: block;
}

/* ==============================================
    arealist
============================================== */
#arealist {
	margin-right: -30px;
}
#arealist h2 {
	margin-bottom: 15px;
	padding: 10px 13px;
	background: #0f1b59;
	color: #fff;
	font-size: 25px;
}
#arealist #group2 h2,
#arealist #group3 h2 {
	background: #505a8c;
}
#arealist h3 {
	margin-bottom: 20px;
	padding: 6px 9px;
	background: #c5e0f4;
	color: #006bbe;
	font-size: 20px;
}
#arealist h4 {
	margin-bottom: 15px;
	padding-left: 2px;
	padding-bottom: 10px;
	border-bottom: 2px solid #c4c4c4;
	font-size: 18px;
}
#arealist .city {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 487px;
	margin-bottom: 45px;
	margin-right: 21px;
}
#arealist li {
	list-style: none;
	margin-bottom: 13px;
	padding-left: 17px;
	background: url(image/icn_list.gif) no-repeat 4px 3px;
}
#arealist li span {
	padding: 1px 4px;
	border-left: 5px solid #fff;
	background: #ee4919;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

/* ==============================================
    detail
============================================== */
#detail {
	position: relative;
}

/* ==============================================
    photo
============================================== */
#photo {
	width: 425px;
	margin-left: 52px;
	text-align: left;
	display: none;
}
#photo ul {
	display: inline-block;
	overflow: hidden;
}
#photo ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* .mainView
------------------------- */
#photo .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#photo .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#photo .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#photo .mainView ul li img {
	width: 100%;
}
#photo .mainView ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 8px 0;
	background-color: rgba(0,0,0,0.6);
	color: #fefefe;
	text-align: center;
	font-size: 14px;
	z-index: 100;
}

/* .thumbNail
------------------------- */
#photo .thumbNail {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#photo .thumbNail ul {
	white-space: nowrap;
}
#photo .thumbNail ul li {
	display: inline-table;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 85px !important;
	margin: 0 3px;
	cursor: pointer;
}

#photo .thumbNail ul li img {
	width: 85px;
	margin: 10px 0 20px;
}
#photo .thumbNail ul li.active {
	filter: alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
	opacity: 0.5!important;
}

/* sideNavi
------------------------- */
#photo .mainView .btnPrev,
#photo .mainView .btnNext {
	display: none;
}

/* ==============================================
    madori
============================================== */
#madori {
	position: absolute;
	top: 0;
	right: 0;
}

/* ==============================================
    info
============================================== */
#info {
	width: 520px;
}
#info table {
	margin-bottom: 15px;
}
#info th,
#info td ul {
	font-size: 15px;
}
#info th {
	white-space: nowrap;
}
#info td ul {
	list-style: none;
}
#info td li {
	margin: 2px 0;
	padding-left: 17px;
	background: url(image/garagelife_icn.gif) no-repeat 5px 8px;
}
#info p {
	font-size: 14px;
}

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

@media screen and (max-width: 600px) {
/****************************************************
    600px未満に適用
****************************************************/
/* ==============================================
    title
============================================== */
#title {
	display: table;
	padding: 14px 10px 12px;
}
#title h1,
#title div {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
#title div {
	white-space: nowrap;
}

#title h1 {
	font-size: 26px;
}
#title h1 span {
	font-size: 14px;
}
#title p,
#title p.full {
	font-size: 15px;
}
#title p.full strong {
	font-size: 20px;
}

/* ==============================================
    arealist
============================================== */
#arealist {
	margin-right: 0;
}
#arealist .city {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

/* ==============================================
    photo
============================================== */
#photo {
	width: 100%;
	max-width: 425px;
	margin: 0 auto 25px;
}

/* ==============================================
    madori
============================================== */
#madori {
	position: static;
	margin-bottom: 40px;
	text-align: center;
}
#madori img {
	width: 100%;
	max-width: 425px;
}

/* ==============================================
    info
============================================== */
#info {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

/***************************************************/
}

@media screen and (max-width: 440px) {
/****************************************************
    440px未満に適用
****************************************************/
/* ==============================================
    title
============================================== */
#title {
	display: block;
	padding: 14px 10px 12px;
}
#title h1,
#title div {
	display: block;
}
#title div {
	white-space: normal;
}
#title div br {
	display: none;
}
#title div p {
	float: none;
}

#title h1 {
	margin-bottom: 5px;
}
#title h1 span,
#title p,
#title p.full {
	font-size: 12px;
}
#title p.full strong {
	display: inline;
	font-size: 16px;
}

/***************************************************/
}
}