h1.top_cont_title{
	font-size: 100%;
	position: relative;
	font-weight: bold;
	color: #fff;
}
	h1.top_cont_title > a{
		padding: 0.5em;
		color: #fff;
		width: 100%;
		height: 100%;
		display: block;
		background-color: #0084ca;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		h1.top_cont_title > a:hover{
			text-decoration: none;
			filter: alpha(opacity=95);
			opacity:0.95;
		}
		h1.top_cont_title > a:hover:before{
			font-family: FontAwesome;
			font-size: 120%;
			content: "\f061";
			position: absolute;
			right: 0.5em;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

h1.top_cont_title:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 5%;
	top: 100%;
	background: transparent;
	border-color: #0084ca transparent transparent transparent ;
	border-style: solid;
	border-width: 8px;
}


/* ############# Top slide carousel ############# */
div.carousel {
	background: #f4f4f4;
	overflow: hidden;
	height: 14em;
}
	div.carousel div.carousel_cell {
		width: 66%;
		height: 100%;
		margin-right: 10px;
		background: #e2e2e2;
		position: relative;
		overflow: hidden;
		border-radius: 5px; 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
		div.carousel div.carousel_cell > a{
		}
			div.carousel div.carousel_cell > a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}

		div.carousel div.carousel_cell > h2 > a{
			color: #fff;
		}
		div.carousel div.carousel_cell > h2{
			margin: 0;
			padding: 0.2em;
			padding-top: 1em;
			width: 100%;
			font-size: 120%;
			color: #fff;
			font-weight: bold;
			background-color: rgba(0,0,0,0.2);
			font-family: Arial, Helvetica, sans-serif;
		}
		div.carousel div.carousel_cell > h2.fixed{
			z-index: 100;
			position: absolute;
			top: 0;
			left: 0;
		}

			div.carousel div.carousel_cell > h2:before{
				z-index: 111;
				content: attr(title);
				position: absolute;
				top: 0;
				left: 0.2em;
				font-size: 80%;
				color: #4d4d4d;
				text-shadow: 1px 1px 1px #fff,
				             1px 1px 1px #fff,
				             1px 1px 1px #fff,
				             1px 1px 1px #fff;
			}
			div.carousel div.carousel_cell > h2.tit_orange:before{
				color: #ec9800;
			}
			div.carousel div.carousel_cell > h2.tit_blue:before{
				color: #0084ca;
			}
			div.carousel div.carousel_cell > h2.tit_green:before{
				color: #4da619;
			}
			div.carousel div.carousel_cell > h2.tit_red:before{
				color: #ff0000;
			}
			div.carousel div.carousel_cell > h2.tit_pink:before{
				color: #e06897;
			}
			div.carousel div.carousel_cell > h2.tit_yellow:before{
				color: #e2d300;
			}

		div.carousel div.carousel_cell > p.content{
			z-index: 112;
			position: absolute;
			bottom: 0.8em;
			left: 0;
			width: 100%;
			margin: 0;
			padding: 0.5em;
			font-size: 90%;
			line-height: 1.2em;
		}
			div.carousel div.carousel_cell > p.content.bg_black{
				background-color: rgba(0,0,0,0.2);
				color: #fff;
			}
		/*画像フル*/
		div.carousel div.carousel_cell img.cover{
			z-index: 99;
			position: absolute;
			max-width: none !important;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		div.carousel div.carousel_cell img.cover.w_150{
			width: 150%;
			height: auto;
		}
		div.carousel div.carousel_cell img.cover.w_100{
			width: 100%;
			height: auto;
		}
		div.carousel div.carousel_cell img.cover.h_150{
			height: 150%;
			width: auto;
		}
		div.carousel div.carousel_cell img.cover.h_100{
			height: 100%;
			width: auto;
		}
		/*画像横並び*/
		div.carousel div.carousel_cell ul.pics{
			z-index: 99;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: 0;
			letter-spacing: -.4em;
			width: 100%;
			height: 100%;
			padding: 0;
			font-size: 0;
			text-align: center;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
			div.carousel div.carousel_cell ul.pics > li{
				letter-spacing: normal;
				list-style-type: none;
				width: calc((100% / 6) - 1%);
				height: 100%;
				position: relative;
				overflow: hidden;
				margin: 0;
				vertical-align: top;

				display: inline-block;
				zoom: 1;
				*display: inline;
			}
			div.carousel div.carousel_cell ul.pics.num1 > li{
				width: 100%;
			}
			div.carousel div.carousel_cell ul.pics.num2 > li{
				width: calc((100% / 2) - 0.1px);
			}
			div.carousel div.carousel_cell ul.pics.num3 > li{
				width: calc((100% / 3) - 0.1px);
			}
			div.carousel div.carousel_cell ul.pics.num4 > li{
				width: calc((100% / 4) - 0.1px);
			}
			div.carousel div.carousel_cell ul.pics.num5 > li{
				width: calc((100% / 5) - 0.1px);
			}
			div.carousel div.carousel_cell ul.pics.num6 > li{
				width: calc((100% / 6) - 0.1px);
			}

			div.carousel div.carousel_cell ul.pics > li:before{
			}
			div.carousel div.carousel_cell ul.pics > li img{
				z-index: 98;
				position: absolute;
				height: auto;
				max-width: none !important;
				height: 150%;
				width: auto;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}
				div.carousel div.carousel_cell ul.pics.num1 > li img{
					height: auto;
					width: 150%;
				}


		/* イベント用日付 */
		div.carousel div.carousel_cell > div.titleDay{
			z-index: 199;
			position: absolute;
			font-size: 80%;
			top: 0.1em;
			right: 0.1em;
			margin-top: 0;
			margin-bottom: 0;
			padding-left: 0.5em;
			padding-right: 0.5em;
			padding-top: 0.2em;
			padding-bottom: 0.2em;
			background-color: rgba(255,255,255,0.7);
			border: 0;
			text-align: center;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

			div.carousel div.carousel_cell > div.titleDay > span.month{
				display: block;
				line-height: 1em;
				margin: 0;
				font-size: 0.65rem;
				color: #ff5b3a;
				font-weight: normal;
				white-space: nowrap;
			}
			div.carousel div.carousel_cell > div.titleDay > span.day{
				font-size: 180%;
				margin: 0;
				line-height: 1em;
				display: block;
				font-weight: bold;
			}
			div.carousel div.carousel_cell > div.titleDay > span.week{
				line-height: 1em;
				display: block;
				font-size: 0.70rem;
				color: #56350d;
				white-space: nowrap;
				font-weight: normal;
				display: inline;
			}




	/* cell number */
	div.carousel div.carousel_cell:before {
		display: block;
		text-align: center;
		line-height: 200px;
		font-size: 80px;
		color: white;
	}

	/* position dots in carousel */
	div.carousel .flickity-page-dots {
		bottom: 0.5em;
	}
	/* white circles */
	div.carousel .flickity-page-dots .dot {
		width: 8px;
		height: 8px;
		opacity: 1;
		background: transparent;
		border: 2px solid white;
	}
	/* fill-in selected dot */
	div.carousel .flickity-page-dots .dot.is-selected {
		background: white;
	}
/* ############# Top slide carousel ############# */


/* ############# Tab Contents ############# */
div.tab_wrap{
	clear: both;
	margin: 10px 0 0 0;
}
div.tab_wrap ul{
	width: 96%;
	margin: auto;
	padding: 0;
	clear: both;
}

div.tab_wrap ul.tabs li{
	padding: 0.5em 1em;
	text-align: center;
	margin: 0;
	cursor: pointer;
	font-size: 90%;
	background-color: #e6e6e6;
	color: #4d4d4d;
	border-bottom: #0063a4 solid 0px;
	display: inline-block;
	zoom: 1;
	*display: inline;

	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius-topleft: 3px; /* Firefox用 */  
	-moz-border-radius-topright: 3px; /* Firefox用 */  

	box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-webkit-box-shadow:inset 0px 10px 5px 2px #eaeaea;
	-moz-box-shadow:inset 0px 10px 5px 2px #eaeaea;
}
div.tab_wrap ul.tabs li a{
	text-decoration: none;
	color: #808080;
}
div.tab_wrap ul.tabs li:hover,
div.tab_wrap ul.tabs li.active{
	background-color: #c1c1c1;
	border-bottom: #c1c1c1 solid 1px;

	box-shadow:inset 0px 10px 5px 2px #cccccc;
	-webkit-box-shadow:inset 0px 10px 5px 2px #cccccc;
	-moz-box-shadow:inset 0px 10px 5px 2px #cccccc;
}
	div.tab_wrap ul.tabs li:hover a,
	div.tab_wrap ul.tabs li.active a{
		color: #ffffff;
	}


div.tabCont{
	display: none;
	border-top: #c1c1c1 solid 3px !important;
	border-left: #e8e8e8 solid 1px !important;
	border-bottom: #e8e8e8 solid 1px !important;
	border-right: #e8e8e8 solid 1px !important;
	margin-top: 0 !important;

	border-top-left-radius: 0 !important; 
	border-top-right-radius: 0 !important; 
	-webkit-border-top-left-radius: 0 !important; /* Safari,Google Chrome用 */  
	-webkit-border-top-right-radius: 0 !important; /* Safari,Google Chrome用 */  
	-moz-border-radius-toptomleft: 0 !important; /* Firefox用 */  
	-moz-border-radius-toptomright: 0 !important; /* Firefox用 */  
}

/* ############# Tab Contents ############# */


/* ############# Top Center Contents ############# */
div.top_cont_wrap{
	width: 96%;
	overflow: auto;
	margin: 1em auto;
	padding: 0.5em;
	background-color: #f4f4f4;
	border: solid 1px #d9d9d9;

	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px; /* Firefox用 */  
}

	/* schools search button */
	div.top_cont_wrap > div.search_button{
		margin-bottom: 1em;
	}
	div.top_cont_wrap > div.search_button > ul{
		overflow: hidden;
		padding: 0;
		margin: 0;
		margin-bottom: 0;
	}

		div.top_cont_wrap > div.search_button > ul > li{
			list-style-type: none;
			margin-bottom: 0.5em;
			margin-left: 0;
			margin-right: 0.6em;
			padding: 0;
			font-size: 90%;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.top_cont_wrap > div.search_button > ul > li > a{
				background: #e6e6e6;
				color: #777777;
				padding: 0.3em 1em;
				text-decoration: none;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 4px; 
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
			}
				div.top_cont_wrap > div.search_button > ul > li > a:hover{
					background: #b3b3b3;
					color: #f2f2f2;
				}

			/* Promotion Link */
			div.top_cont_wrap > div.search_button > ul > li.promotion > a{
				position: relative;
				background: #e6e4cf;
				color: #797000;
			}
			div.top_cont_wrap > div.search_button > ul > li.promotion > a:before{
				font-family: "FontAwesome";
				margin-right: 0.5em;
				font-weight: normal !important;
				content: "\f155";
			}
				div.top_cont_wrap > div.search_button > ul > li.promotion > a.on,
				div.top_cont_wrap > div.search_button > ul > li.promotion > a:hover{
					background-color: #797000;
					color: #fff;
				}
			/* Trial Link */
			div.top_cont_wrap > div.search_button > ul > li.trial > a{
				background: #bfddc1;
				color: #326c11;
			}
			div.top_cont_wrap > div.search_button > ul > li.trial > a:before{
			}
				div.top_cont_wrap > div.search_button > ul > li.trial > a:hover{
					background-color: #8cc06c;
					color: #fff;
				}


	/* review main */
	div.top_cont_wrap dl.line dt{
		padding: 0.2em;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background: #ededed;
	}
	div.reviews_view_wrap{
		margin: 0;
	}
	div.reviews_view{
		margin: 0;
		padding: 0;
		display: block;
		overflow: hidden;
		position: relative;
		color: #a6a6a6;
		width: auto;
	}
		div.reviews_view > div.stars{
			margin: 0;
			padding: 0;
			text-align: center;
			letter-spacing: -.4em;
			position: relative;
		}

			div.reviews_view > div.stars > label {
				letter-spacing: normal;
				margin: 0;
				padding: 0;
				font-size: 1.2em;
				margin-right: 0.4em;
				color: #c6c6c6;
				transition: all .2s;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
			div.reviews_view > div.stars > label.checked:before {
				content: "\f005";
				color: #FD4;
				transition: all .25s;
			}
			div.reviews_view > div.stars > label:last-child.checked ~ label:before {
				color: #FD4;
				text-shadow: 0 0 10px #952;
			}
			div.reviews_view > div.stars > input.star1:checked ~ label:before {
				color: #F62;
			}
			div.reviews_view > div.stars > label:hover{
				transform: rotate(10deg) scale(1.3);
			}
			div.reviews_view > div.stars > label:before{
				content: "\f006";
				font-family: "FontAwesome";
			}

			div.reviews_view > div.stars > span{
				width: 100%;
				height: 100%;
				display: block;
				letter-spacing: normal;
				z-index: 99;
				margin: 0;
				padding: 0;
				color: #ed9db9;
				font-size: 90%;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}


	div.top_cont_wrap dl.menu {
		overflow: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 95%;
	}
/*
	div.top_cont_wrap dl.menu dt,
	div.top_cont_wrap dl.menu dd{
		padding: 0;
		margin: 0;
	}
*/
	div.top_cont_wrap dl.menu dt,
	div.top_cont_wrap dl.menu dt a,
	div.top_cont_wrap dl.menu dd a{
		text-decoration: none;
		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	div.top_cont_wrap dl.menu dt a:hover,
	div.top_cont_wrap dl.menu dd a:hover{
		background: #ededed;
	}

	div.top_cont_wrap dl.menu dt {
		width: 25%;
		float: left;
		clear: left;
		display: block;
		background: #e6e6e6;
		text-align: center;
		padding: 0.2em 0;
	}
	div.top_cont_wrap dl.menu dt.link {
		padding: 0;
	}

		div.top_cont_wrap dl.menu dt a{
			display: block;
			width: 100%;
			height: 100%;
			color: #4d4d4d;
			padding: 0.2em 0;
		}

	div.top_cont_wrap dl.menu dd {
		display: block;
		color: #737373;
		border-bottom: 1px dotted  #cccccc;
		margin-left: 1em;
		margin-right: 1em;
		padding-left: 25%;
		padding-bottom: 0.2em;
		margin-bottom: 0.2em;
	}
		div.top_cont_wrap dl.menu dd:last-child {
			border-bottom: 0 dotted  #cccccc;
		}
		div.top_cont_wrap dl.menu dd:after {
			content:'';
			display:block;
			clear:both;
		}


	div.top_cont_wrap dl.menu dd ul {
		overflow: auto;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		div.top_cont_wrap dl.menu dd ul li{
			color: #737373;
			padding: 0;
			margin: 0;
			float: left;

		}

		/* NEW Text */
		div.top_cont_wrap dl.menu dd ul li.new_text a:after{
			margin-left: 0.4em;
			content: "New";
			color: red;
			font-size: 80%;
			vertical-align: top;
		}

		/* FontAwesome Icon */
		div.top_cont_wrap dl.menu dd ul li a:before{
			font-family: FontAwesome;
			margin-right: 0.4em;
			font-size: 100%;
			content: "\f0da";

			position: absolute; /* adj */
			left: 0.2em; /* adj */
			top: 0.1em; /* adj */
		}
/*
		div.top_cont_wrap dl.menu dd ul li.experience a:before{
			content: "\f03e";
		}
		div.top_cont_wrap dl.menu dd ul li.travel a:before{
			content: "\f072";
		}
		div.top_cont_wrap dl.menu dd ul li.entertainment a:before{
			content: "\f001";
		}
		div.top_cont_wrap dl.menu dd ul li.beauty a:before{
			content: "\f299";
		}
		div.top_cont_wrap dl.menu dd ul li.food a:before{
			content: "\f0f5";
		}
		div.top_cont_wrap dl.menu dd ul li.shopping a:before{
			content: "\f290";
		}
*/

	div.top_cont_wrap dl.menu dd ul li a {
		color: #4d4d4d;
		text-decoration: none;
		height: 100%;
		padding: 0.2em 0.5em;

		padding-left: 1.0em; /* adj */
		position: relative; /* adj */

		display: inline-block;
		zoom: 1;
		*display: inline;
	}










	div.top_cont_wrap dl.line{
		overflow: auto;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: 95%;
	}
	div.top_cont_wrap dl.line dt,
	div.top_cont_wrap dl.line dd{
		padding: 0;
		margin: 0;
	}

	div.top_cont_wrap dl.line dt a,
	div.top_cont_wrap dl.line dd a{
		text-decoration: none;
		padding: 0.2em;

		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	div.top_cont_wrap dl.line dt a:hover,
	div.top_cont_wrap dl.line dd a:hover{
		background: #ededed;
	}
	div.top_cont_wrap dl.line dt{
		width: 25%;
		float: left;
		clear: left;
		display: block;

	}
		div.top_cont_wrap dl.line dt a{
			display: block;
			width: 100%;
			height: 100%;
			background: #e6e6e6;
			color: #4d4d4d;
			text-align: center;

		}

	div.top_cont_wrap dl.line dd{
		display: block;
		border-bottom: 1px dotted #ccc;
		padding-left: 25%;
		margin-left: 1em;
		margin-right: 1em;

		padding-bottom: 0.2em;
		margin-bottom: 0.2em;
	}

	div.top_cont_wrap dl.line dd:after {
		content:'';
		display:block;
		clear:both;
	}


		div.top_cont_wrap dl.line dd:last-child{
			border-bottom: 0 dotted #ccc;
		}

		div.top_cont_wrap dl.line dd a{
			color: #4d4d4d;
			display: block;
			height: 100%;

		}


		/* NEW Text */
		div.top_cont_wrap dl.line dd.new_text a:after{
			margin-left: 0.4em;
			content: "New";
			color: red;
			font-size: 80%;
			vertical-align: top;
		}

		/* FontAwesome Icon */
		div.top_cont_wrap dl.line dd.cam_icon a:before{
			font-family: FontAwesome;
			margin-right: 0.4em;
			font-size: 100%;
			vertical-align: bottom;
		}
		div.top_cont_wrap dl.line dd.cam_icon a:before{
			content: "\f030";
		}

/* ############# Center Contents ############# */


/* ############# BBS ############# */
div.bbs_pic_wrap{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	div.bbs_pic_wrap ul {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 0;
	}


	div.bbs_pic_wrap li{
		list-style-type: none;
		width: calc(100% / 4);
		height: auto;
		position: relative;
		overflow: hidden;
		letter-spacing: normal;
		margin: 0;
		vertical-align: top;

		border: 1px solid #ddd;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.bbs_pic_wrap li:before{
			content:"";
			display: block;
			padding-top: 100%;
		}
		div.bbs_pic_wrap li img{
			vertical-align: bottom;
			position: absolute;
			max-width: none;
			height: 100%;
			width: auto;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	div.bbs_pic_wrap li a{
		display: block;
		width: 100%;
		height: 100%;
	}

		div.bbs_pic_wrap li a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}



	/* 新規投稿用ボタン */
	div.bbs_new_post_wrap{
	}
	div.bbs_new_post_wrap ul.bbs_post{
		display: block;
		letter-spacing: normal;
		padding: 0;
		margin: 0 !important;
	}
	div.bbs_new_post_wrap ul.bbs_post > li{
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0.6em;
		padding: 0;
		font-size: 90%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.bbs_new_post_wrap ul.bbs_post > li > a{
			position: relative;
			background: #57b1af;
			color: #fff;
			padding: 0.3em 1em;
			text-decoration: none;
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 4px; 
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
		}
		div.bbs_new_post_wrap ul.bbs_post > li > a:before{
			font-family: "FontAwesome";
			margin-right: 0.5em;
			font-weight: normal !important;
			content: "\f044";
		}
			div.bbs_new_post_wrap ul.bbs_post > li > a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}

/* ############# BBS ############# */




#text_field {
	height:100%;
	margin:20px 0px;
	padding:10px;
	line-height:18px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

h3#detail a {
	display:block;
	height:20px;
	width:50px;
	margin:8px 0px 0px 0px;
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h3#detail a:hover {
	display:block;
	height:20px;
	width:50px;
	margin:8px 0px 0px 208px;
	text-decoration:none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.news {
	background:url(./images/line_dot.gif) no-repeat left bottom;
	height:30px;
}


/* ############# Current Time ############# */
	div#current_time_wrap{
		margin: 10px 0;
	}
	div#current_time_wrap ul{
		padding: 0;
		margin: 10px 0;
		list-style-type: none;
	}
	div#current_time_wrap ul li{
		list-style-type: none;
		padding: 0;
		margin: 0;
		line-height: 1.5em;
	}
	div#current_time_wrap ul li::before{
		position: relative;
		top: 0.2em;
		content: "";
		width: 30px;
		height: 18px;
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left bottom;
		margin-right: 0.5em;
		line-height: 1.5em;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div#current_time_wrap ul li#getTimeJp::before{
		background-image: url(./images/icon_flag_jp.png);
	}
	div#current_time_wrap ul li#getTimeVan::before{
		background-image: url(./images/icon_flag_ca.png);
	}

	div#current_time_wrap p.summer_time_tit{
		font-weight: bold;
		margin: 1em 0 0 0;
	}
	div#current_time_wrap p.summer_time_cont{
		margin: 0;
	}
	div#current_time_wrap p.summer_time_now{
		color: #00b200;
	}

/* ############# Header SNS Text ############# */

/* ############# Weather ############# */
div.weatherWrap{
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center center;
}
	div.weatherWrap div.w_tdy_wrap{
		margin: 5px 0;
	}
		div.weatherWrap div.w_tdy_wrap p.w_tit{
			text-align: center;
			font-weight: bold;
			font-size: 150%;
			margin: 0;
		}
		div.weatherWrap div.w_tdy_wrap i{
			position: relative;
			top: 0.2em;
			margin: 0.2em 0.5em 0.2em 0;
			font-size: 240%;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.weatherWrap div.w_tdy_wrap p.w_temp{
			font-size: 120%;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}

		div.weatherWrap div.w_tdy_wrap div.w_sun_wrap{
			width: 100%;
			margin-top: 1em;
		}
			div.weatherWrap div.w_tdy_wrap p.w_sunrise{
				font-size: 84%;
				margin: 0;
				padding: 0;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
				div.weatherWrap div.w_tdy_wrap p.w_sunrise::before{
					/*content: "日出：";*/
					content: "";
					background: url(/images/icon_sunrise.png) no-repeat;
					background-size: contain;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 24px;
					height: 24px;
					margin-right: 0.3em;
				}
				div.weatherWrap div.w_tdy_wrap p.w_sunrise::after{
					content: "｜";
				}
			div.weatherWrap div.w_tdy_wrap p.w_sunset{
				font-size: 84%;
				margin: 0;
				padding: 0;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
				div.weatherWrap div.w_tdy_wrap p.w_sunset::before{
					/*content: "日入：";*/
					content: "";
					background: url(/images/icon_sunset.png) no-repeat;
					background-size: contain;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 24px;
					height: 24px;
					margin-right: 0.3em;
				}


	div.weatherWrap div.w_tmr_wrap{
		margin-top: 1em;
	}
		div.weatherWrap div.w_tmr_wrap p.w_tit{
			text-align: center;
			font-weight: bold;
			font-size: 150%;
			margin: 0;
		}
		div.weatherWrap div.w_tmr_wrap i{
			position: relative;
			top: 0.2em;
			margin: 0.2em 0.5em 0.2em 0;
			font-size: 240%;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.weatherWrap div.w_tmr_wrap p.w_temp{
			font-size: 120%;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}

	div.weatherWrap div.logo_darksky{
		margin-top: 0.5em;
		margin-left: auto;
		display: block;
		width: 80px;
		height: 22px;
	}
	div.weatherWrap div.logo_darksky a{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(/images/logo_darksky.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	div.weatherWrap div.logo_darksky a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}

/* ############# Weather ############# */

/* ############# Currency ############# */
div.currencyWrap{
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center center;
}
	div.currencyWrap span.c_eq{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 6px;
		height: 12px;
		margin: 0 0.5em;

		display: inline-block;
		zoom: 1;
		*display: inline;

		background-image: url(/images/icon_equal.png);
		background-repeat: no-repeat;
		background-size: cover;


	}

/*
		div.currencyWrap span.c_eq::before{
			font-family: FontAwesome;
			content: "\f0da";
			color: #e71218;
			font-size: 150%;
			margin-right: 0.5em;
		}
*/
	div.currencyWrap div.c_cad{
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.currencyWrap div.c_rate_wrap{
		display: block;
	}
		div.currencyWrap div.c_cad::before{
			position: relative;
			top: 0.2em;
			content: "";
			background: url(/images/icon_flag_ca.png) no-repeat;
			background-size: contain;
			display: inline-block;
			zoom: 1;
			*display: inline;
			width: 30px;
			height: 18px;
			margin-right: 0.8em;
		}
		div.currencyWrap div.c_cad::after{
			content: "";
			background: url(/images/icon_equal.png) no-repeat;
			background-size: contain;
			display: inline-block;
			zoom: 1;
			*display: inline;
			width: 6px;
			height: 12px;
			margin-left: 0.8em;
			margin-right: 0.8em;
		}


	div.currencyWrap div.ca_jp{
		margin: 0;
		padding: 0;
		display: block;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.currencyWrap div.ca_jp::before{
			content: "\00a5";
			margin-right: 0.1em;
		}
		div.currencyWrap div.ca_jp::after{
			position: relative;
			top: 0.2em;
			content: "";
			background: url(/images/icon_flag_jp.png) no-repeat;
			background-size: contain;
			display: inline-block;
			zoom: 1;
			*display: inline;
			width: 30px;
			height: 18px;
			margin-left: 0.8em;
		}
	div.currencyWrap div.ca_usa{
		margin: 0;
		padding: 0;
		display: block;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.currencyWrap div.ca_usa::before{
			content: "\0024";
			margin-right: 0.1em;
		}
		div.currencyWrap div.ca_usa::after{
			position: relative;
			top: 0.2em;
			content: "";
			background: url(/images/icon_flag_usa.png) no-repeat;
			background-size: contain;
			display: inline-block;
			zoom: 1;
			*display: inline;
			width: 30px;
			height: 18px;
			margin-left: 0.8em;
		}

	div.currencyWrap div.pub_date{
		float: left;
		margin: 0.5em 0;
		font-size: 90%;
	}

	div.currencyWrap div.logo_bankofcanada{
		margin-top: 1em;
		margin-left: auto;
		display: block;
		width: 80px;
		height: 22px;
	}
	div.currencyWrap div.logo_bankofcanada a{
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(/images/logo_bankofcanada.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	div.currencyWrap div.logo_bankofcanada a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}
/* ############# Currency ############# */

/* ############# Event ############# */

div.today_event{
	margin: 5px 0;
}

	div.today_event div.thmub{
		width: 100%;
		height: 100%;
		margin: auto;
		overflow: hidden;
		position: relative;
		display: block;
		border: 1px solid #ddd;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		div.today_event div.thmub:before{
			content:"";
			display: block;
			padding-top: 100%;
		}
		div.today_event div.thmub a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}
	div.today_event div.thmub img{
		vertical-align: bottom;
		position: absolute;
		height: 100%;
		width: auto;
		max-width: none;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	div.today_event p.today{
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		color: #ffa028;
		margin: 0;
	}
	div.today_event p.title{
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2em;
	}
	div.today_event p.title a{
		text-decoration: none;
		padding: 0.2em 0.4em;
		color: #4d4d4d;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	div.today_event p.title a:hover{
		background: #e6e6e6;
	}



	dl.event_list_new{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	dl.event_list_new dt{
		width: auto;
		padding: 0.1em;
		font-weight: bold;
	}
		/* FontAwesome Icon */
		dl.event_list_new dt:before{
			font-family: FontAwesome;
			margin-right: 0.4em;
			font-size: 100%;
			content: "\f0da";
		}

	dl.event_list_new dd{
		width: auto;
		padding-left: 0;
		margin-left: 0.8em;
		margin-bottom: 0.5em;
		line-height: 1.3em;
	}


	dl.event_list_new dd a{
		text-decoration: none;
		padding: 0.2em 0.4em;
		color: #4d4d4d;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	dl.event_list_new dd a:hover{
		background: #e6e6e6;
	}




/* ############# Event ############# */


/* ############# Experience ############# */

div.exp_wrap{
	margin: 5px 0;
}

	div.exp_wrap div.thmub{
		width: 100%;
		height: 100%;
		margin: auto;
		overflow: hidden;
		position: relative;
		display: block;
		border: 1px solid #ddd;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		div.exp_wrap div.thmub:before{
			content:"";
			display: block;
			padding-top: 100%;
		}

		div.exp_wrap div.thmub a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}
	div.exp_wrap div.thmub img{
		vertical-align: bottom;
		position: absolute;
		height: 100%;
		width: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	div.exp_wrap p.today{
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		color: #ffa028;
		margin: 0;
	}
	div.exp_wrap p.title{
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2em;
	}
	div.exp_wrap p.title a{
		text-decoration: none;
		padding: 0.2em 0.4em;
		color: #4d4d4d;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	div.exp_wrap p.title a:hover{
		background: #e6e6e6;
	}





	div.exp_wrap ul.exp_cont {
		overflow: auto;
		list-style: none;
		margin: 0.5em 0;
		padding: 0;
		padding-left: 1em; /* for FontAwesome Icon Adjustment */
	}

	div.exp_wrap ul.exp_cont li {
		margin: 0;
		padding: 0;
		margin-bottom: 0.5em;
		position: relative; /* for FontAwesome Icon Adjustment */
		padding-left: 0.4em; /* アイコンと文章の間のスペース */
	}
		/* FontAwesome Icon */
		div.exp_wrap ul.exp_cont li:before{
			font-family: FontAwesome;
			font-size: 100%;
			position: absolute;
			left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
			top: 0; /* アイコンの場所を変えたければ適宜変更 */

			width: 1em; 
			text-align: center;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
/*
		div.exp_wrap ul.exp_cont li.name:before{
			content: "\f007";
		}
*/
		div.exp_wrap ul.exp_cont li.pref:before{
			content: "\f041";
		}
		div.exp_wrap ul.exp_cont li.period:before{
			content: "\f017";
		}


	div.exp_wrap ul.exp_cont li.visa {
		font-size: 80%;
		margin-left: -1.4em;
		margin-bottom: 0;
/*
		padding: 0.4em;
		display: inline;
		background: #e6e6e6;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
*/
	}
	div.exp_wrap ul.exp_cont li.name {
		font-size: 110%;
		font-weight: bold;
		margin-left: -1.4em;
	}
		div.exp_wrap ul.exp_cont li.name a {
			color: #4d4d4d;
			text-decoration: none;
			padding: 0.2em 0.4em;
		}
		div.exp_wrap ul.exp_cont li.name a:hover {
			background: #ededed;
			color: #4d4d4d;

			border-radius: 3px; 
			-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
			-moz-border-radius: 3px; /* Firefox用 */  
		}


/* ############# Experience ############# */






/* ############# Twitter ############# */

div.tips_wrap{
	margin: 5px 0;
	overflow: hidden;
}

	div.tips_wrap p.today{
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		color: #ffa028;
		margin: 0;
	}
	div.tips_wrap p.title{
		font-weight: bold;
		text-align: center;
		margin-bottom: 0.2em;
	}
	div.tips_wrap p.title a{
		text-decoration: none;
		padding: 0.2em 0.4em;
		color: #4d4d4d;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	div.tips_wrap p.title a:hover{
		background: #e6e6e6;
	}





	div.tips_wrap ul.tips_list {
		overflow: auto;
		list-style: none;
		margin: 0.5em 0;
		padding: 0;
		overflow: hidden;
	}

	div.tips_wrap ul.tips_list li {
		position: relative;
		margin: 0;
		padding: 0;
		margin-bottom: 0.5em;
		padding-left: 1.2em;
		padding-bottom: 0.4em;
		border-bottom: 1px dotted  #d0e1f6;
	}
		div.tips_wrap ul.tips_list li:before{
			font-family: FontAwesome;
			font-size: 120%;
			position: absolute;
			left: 0;
			top: -0.2em;
			content: "\f0eb";
			color: #28a6df;
		}


		div.tips_wrap ul.tips_list li a {

		}
		div.tips_wrap ul.tips_list li a:hover {

		}

/* ############# Twitter ############# */


/* sitemap
----------------------------------------------- */
.sitemap {
	padding-left: 10px;
	list-style: none;
	line-height: 1.3em;
	font-size: 13px;
}

.sitemap li {
	margin: 0;
	padding: 0;
}

.sitemap ul li {
	list-style: none;
}

.sitemap ul li ul li {
	margin-left: 20px;
	list-style: none;
}

.sitemap li a:link, .sitemap li a:visited {
	text-decoration: underline;
}

.sitemap li a:hover {
	text-decoration: none;
}


/* HOUSE LIST Full: 730px / 1000px */
div.house_list_box{
	width: 323px;
	border: 1px #dedede solid;
	background-color: #ffffff;
	padding: 0;
	margin: 4px;
	overflow: auto;
	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px; /* Firefox用 */  
	vertical-align: top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	div.house_list_box:hover{
		border: 1px #5984bd solid;
/*
		 box-shadow: 0px 0 1px 1px #5984bd;
		 -webkit-box-shadow: 0px 0 1px 1px #5984bd;
		 -moz-box-shadow: 0px 0 1px 1px #5984bd;
*/
	}

	div.thmub_box{
		background-size:cover;
		display:block;
		background-position: center center;
		position: relative;
		height: 300px;
		width: 100%;
	}
	div.thmub_box:hover{
		filter: alpha(opacity=80);
		opacity:0.80;
	}

	div.thmub_box_bottom{
		border-top: solid 1px #fff;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

		div.house_list_box h3{
			z-index: 9;
			background-color: #333333;
			width: 96%;
			padding: 2%;
			clear: both;
			font-size: 110%;
			line-height: 140%;
			margin: 0;
			text-decoration: none;
			overflow: hidden;
			color: #ffffff;
			filter: alpha(opacity=80);
			opacity:0.80;
		}
		div.house_list_box a.date_url{
			z-index: 10;
			left: 0;
			top: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			display: block;
			text-decoration:none;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		div.house_list_box a.date_url:hover{
			filter: alpha(opacity=50);
			opacity:0.50;
		}

		/*部屋など小画像用*/
		div.thmub_s{
			z-index: 6;
			background-color: #737373;
			margin: 0;
			padding: 0;
			overflow: auto;
			filter: alpha(opacity=90);
			opacity:0.90;
			width: 100%;
		}
			div.thmub_s ul{
				z-index: 8;
				list-style-type: none;
				display: block;
				margin: 0;
				padding: 0;
				width: 100%;
			}
				div.thmub_s ul li{
					float: left;
					margin: 0;
					padding: 0;
					display: block;
					width: 20%;
					height: 60px;
					border-left: solid 1px #fff;
				}
					div.thmub_s ul li:first-child{
						border-left: solid 0 #fff;
					}
					div.thmub_s ul li div{
						margin: 0;
						padding: 0;
						background-size: cover;
						display: block;
						width: 100%;
						height: 100%;
					}


	/*更新*/
	div.house_list_box span.label_update{
		position: absolute;
		padding: 8px 20px;
		background-color: #4177b9;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		top: 10px;
		left: 0;
		filter: alpha(opacity=90);
		opacity:0.90;
		border-top-right-radius: 3px; 
		border-bottom-right-radius: 3px; 
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
		-moz-border-radius-bottomright: 3px; /* Firefox用 */  
	}
	/*空室*/
	div.house_list_box span.label_vacancy{
		position: absolute;
		padding: 8px 20px;
		background-color: #4da619;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		top: 10px;
		left: 0;
		filter: alpha(opacity=90);
		opacity:0.90;
		border-top-right-radius: 3px; 
		border-bottom-right-radius: 3px; 
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
		-moz-border-radius-bottomright: 3px; /* Firefox用 */  
	}
	/*新規*/
	div.house_list_box span.label_new{
		position: absolute;
		padding: 8px 20px;
		background-color: #ff282d;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		top: 10px;
		left: 0;
		filter: alpha(opacity=90);
		opacity:0.90;
		border-top-right-radius: 3px; 
		border-bottom-right-radius: 3px; 
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
		-moz-border-radius-bottomright: 3px; /* Firefox用 */  
	}
	/*近日入居可*/
	div.house_list_box span.label_next{
		position: absolute;
		padding: 8px 20px;
		background-color: #dc6000;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		top: 10px;
		left: 0;
		filter: alpha(opacity=90);
		opacity:0.90;
		border-top-right-radius: 3px; 
		border-bottom-right-radius: 3px; 
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
		-moz-border-radius-bottomright: 3px; /* Firefox用 */  
	}

	/*物件情報*/
	div.house_list_box div.house_cont{
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	div.house_list_box div.house_cont ul{
		overflow: auto;
		margin: auto;
		padding: 0;
		display: table;
		list-style-type: none;
		background-color: #f6f6f6;
		width: 100%;
		border-bottom: 1px solid #dedede;
	}
	div.house_list_box div.house_cont ul li{
		margin: 0 0 0 0;
		padding: 10px;
		font-weight: bold;
		font-size: 105%;
		text-align: center;
		display: table-cell;
		letter-spacing: -0.3px;
	}
	div.house_list_box div.house_cont ul li+li{
		border-left: 1px solid #dedede;
	}
	div.house_list_box div.house_cont ul li span.icon_gender{
		width: 20px;
		height: 20px;
		margin: 0;
		vertical-align: middle;
		display: inline-block;
		zoom: 1;
		*display: inline;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	div.house_list_box div.house_cont ul li span.icon_male{
		background-image: url(/images/icon_male.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	div.house_list_box div.house_cont ul li span.icon_female{
		background: url(/images/icon_female.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	div.house_list_box div.house_cont ul li span.term_unit{
		font-size: 10px;
	}
	div.house_list_box div.house_cont ul li span.city_name{
		font-size: 10px;
	}

	/*各部屋 空室状況*/
	div.house_list_box div.vacancy_cont{
		clear: both;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	div.house_list_box div.vacancy_cont ul{
		overflow: auto;
		margin: auto;
		padding: 0;
		list-style-type: none;
		background-color: #ffffff;
	}
	div.house_list_box div.vacancy_cont ul li.vacancy_title{
		width: 25%;
		background-color: #0063a4;
		color: #ffffff;
		margin: 0 0 0 0;
		padding: 5px 0;
		font-weight: bold;
		text-align: center;
		float: left;
		box-shadow:inset 0px 10px 5px 2px #0070b5;
		-webkit-box-shadow:inset 0px 10px 5px 2px #0070b5;
		-moz-box-shadow:inset 0px 10px 5px 2px #0070b5;

	}
	div.house_list_box div.vacancy_cont ul li.vacancy_condition{
		width: 25%;
		background-color: #f7f7f7;
		margin: 0 0 0 0;
		padding: 5px 0;
		text-align: center;
		float: left;
		box-shadow:inset 0px 10px 5px 2px #fcfcfc;
		-webkit-box-shadow:inset 0px 10px 5px 2px #fcfcfc;
		-moz-box-shadow:inset 0px 10px 5px 2px #fcfcfc;
	}
	div.house_list_box div.vacancy_cont ul li.vacancy_more a{
		width: 100%;
		display: block;
		background-color: #e0e0e0;
		margin: 0 0 0 0;
		padding: 5px 0;
		text-align: center;
		float: left;
		text-decoration: none;
		color: #404040;
		font-size: 90%;
		box-shadow:inset 0px 10px 5px 2px #e5e5e5;
		-webkit-box-shadow:inset 0px 10px 5px 2px #e5e5e5;
		-moz-box-shadow:inset 0px 10px 5px 2px #e5e5e5;
	}

	div.house_list_box div.vacancy_cont ul li.vacancy_more a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}
	div.house_list_box div.vacancy_cont ul li span.full{
		color: #ff0000;
	}
	div.house_list_box div.vacancy_cont ul li span.now{
		color: #4da619;
	}
	div.house_list_box div.vacancy_cont ul li span.next{
		color: #dc6000;
	}




	div.house_list_box span.id_box{
		margin: 0 10px;
		float: right;
	}
	div.house_list_box div.cont{
		padding: 5px;
	}
	div.house_list_box span.titS{
		margin: 2px 5px 2px 0;
		padding: 2px 5px 0 5px;
		font-size: 11px;
		color: #fcfcfc;
		background: #8c8c8c;
	}
	div.house_list_box p{
		margin: 2px 0;
	}
	span.pic_num{
		z-index: 1;
		display: block;
		height: 25px;
		background: #9fb9de;
		padding: 0;
		margin: 135px 0 0 0;
		font-size: 12px;
		line-height: 24px;
		text-align: center;
		font-weight: bold;
		filter: alpha(opacity=90);
		opacity:0.90;
	}
	div.explain{
		float: left;
		width: 430px;
	}
	div.house_list_box p.TextS{
		font-size: 11px;
		margin: 0;
	}

	div.house_list_box div.house_table table{
		/*border-collapse: collapse;*/
		width: 570px;
		border-spacing: 3px;
	}
		div.house_list_box div.house_table table th,
		div.house_list_box div.house_table table td{
			line-height: 130%;
		}
	div.house_list_box div.house_table table th{
			text-align: left;
			border-left: 5px solid #dedede;
			background-color: #fcfcfc;
			padding: 5px;
			font-weight: bold;
			min-width: 60px;
		}
	div.house_list_box div.house_table table td{
			text-align: left;
			padding: 5px;
			min-width: 190px;
		}

	div.house_list_box div.room_msg{
		clear: both;
		border: #5a8cd1 1px solid;
		background: #d1dcec;
		margin: 10px 10px 10px 0;
		padding: 30px 10px;
		font-weight: bold;
	}



	div.house_list_box p.detail{
		clear: left;
	}
	div.house_list_box span.exceptionText{
		font-weight:bold;
		color: #f9f9f9;
		background: #ff0000;
		padding: 3px;
		margin:0 5px;
		font-size: 90%;
	}
	div.house_list_box div.house_admin{
		float: right;
	}

	/* Link Button */
	div.house_list_box div.addLink a{
		background-color: #a6a6a6;
		color: #ffffff;
		padding: 6px 0;
		margin: 2px auto;
		display: block;
		text-align: center;
		text-decoration: none;
		width: 50%;
		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
	div.house_list_box div.addLink a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}

	/*############## 部屋、リビング、バスルーム詳細など ##############*/
	/* ↓↓↓↓ タブ 設定 ↓↓↓↓ */
	div.house_list_box div.opt_tab{
		clear: both;
		margin: 10px 0 0 0;
	}
	div.house_list_box div.opt_tab ul{
		margin: 0;
		padding: 0;
		clear: both;
	}

	div.house_list_box div.opt_tab ul.tabs li{
		padding: 10px 16px;
		text-align: center;
		margin: 0;
		cursor: pointer;
		background: #dedede;
		color: #333;
		display: inline-block;
		zoom: 1;
		*display: inline;

		border-top-left-radius: 3px; 
		border-top-right-radius: 3px; 
		-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topleft: 3px; /* Firefox用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
	}
	div.house_list_box div.opt_tab ul.tabs li a{
		text-decoration: none;
		color: #4d4d4d;
	}
	div.house_list_box div.opt_tab ul.tabs li.active{
		background-color: #a6a6a6;
	}
		div.opt_tab ul.tabs li.active a{
			color: #ffffff !important;
		}

	div.house_list_box div.tabCont{
		display: none;
		padding: 5px;
		border-top: #a6a6a6 solid 3px;
		border-left: #a6a6a6 solid 1px;
		text-align: center;
		background-color: #fcfcfc;

		border-bottom-left-radius: 3px; 
		border-bottom-right-radius: 3px; 
		-webkit-border-bottom-left-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-bottom-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-bottomleft: 3px; /* Firefox用 */  
		-moz-border-radius-bottomright: 3px; /* Firefox用 */  
	}
	/* ↑↑↑↑ タブ 設定 ↑↑↑↑ */



	div.house_list_box div.opt_title{
		clear: both;
		width: 160px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;

		border-top-left-radius: 3px; 
		border-top-right-radius: 3px; 
		-webkit-border-top-left-radius: 3px; /* Safari,Google Chrome用 */  
		-webkit-border-top-right-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius-topleft: 3px; /* Firefox用 */  
		-moz-border-radius-topright: 3px; /* Firefox用 */  
	}

	div.house_list_box table.opt_table{
		clear: both;
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 10px 0;
	}
	div.house_list_box table.opt_table th,
	div.house_list_box table.opt_table td{
		line-height: 130%;
	}
	div.house_list_box table.opt_table th {
		text-align: left;
		padding: 10px;
		font-weight: bold;
		font-size: 110%;
		text-align: center;
		border: #cecece 1px solid;
		background: #dedede;
	}
	div.house_list_box table.opt_table td {
		text-align: left;
		padding: 10px;
		border: #cecece 1px solid;
	}



	/*### ROOM #### */
	div.house_list_box table.opt_table td.room_title {
		font-weight: bold;
		width: 36%;
	}
	/*### ROOM #### */

	/*### LIVING #### */
	div.house_list_box table.opt_table td.living_facility {
		width: 40%;
	}
	/*### LIVING #### */

	/*### BATH #### */
	div.house_list_box table.opt_table td.bath_facility {
		width: 40%;
	}
	/*### BATH #### */

	/*### KITCHEN #### */
	div.house_list_box table.opt_table td.kitchen_facility {
		width: 40%;
	}
	/*### KITCHEN #### */

	/*### RAUNDRY #### */
	div.house_list_box table.opt_table td.laundry_facility {
		width: 40%;
	}
	/*### RAUNDRY #### */

	/*############## 部屋、リビング、バスルーム詳細など ##############*/




	/*メッセージボックス*/
	div.house_list_box div.msg_box_opt {
		clear: both;
		border: 1px solid #cecece;
		text-align: center;
		background-color: #dedede;
		padding: 5px 0px;
		margin: 0 0 10px 0;
	}
		div.house_list_box div.msg_box_opt p{
			font-size: 110%;
			line-height: 200%;
		}
		div.house_list_box div.msg_box_opt div.newLink a{
			background-color: #a6a6a6;
			color: #ffffff;
			padding: 12px 20px;
			width: 50%;
			margin: 10px auto;
			display: block;
			text-align: center;
			text-decoration: none;
			border-radius: 3px; 
			-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
			-moz-border-radius: 3px; /* Firefox用 */  
		}
		div.house_list_box div.msg_box_opt div.newLink a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}

/* HOUSE LIST */





/* ############# SEARCH BOX ############# */

#search_toggle{
	display: none;
}

div.search_box{
	z-index: 10;
	overflow: auto;
	padding: 0;
	margin: 0;
}
div.search_box_index{
	padding: 5px;;
	background-color:#ffffff;
	border-bottom: 1px solid #dedede;
	filter: alpha(opacity=98);
	opacity: 0.98;
}
div.search_box_map_search{
	background-color:#e5e5e5;
	padding: 5px;
}

	div.search_box div.search_box_form{
		overflow: hidden;
		width: 740px;
		float: left;
		padding: 5px;
		margin: 0;
	}
	div.search_box div.search_box_map{
		overflow: hidden;
		width: 240px;
		float: right;
		padding: 5px;
		margin: 0;
	}

	div.search_box form{
		margin: 0;
	}
	div.search_box input{
		border: 1px solid #bfbfbf;
		padding: 8px;
		margin: 3px;
	}
	div.search_box .form_text{
		width: 25%;
		background-color: #f2f2f2;
		color: #696969;
		font-size: 110%;
		border-color: #ffffff;
		border: 1px solid #bfbfbf;
		padding: 8px;
		border-radius: 2px; 
		-webkit-border-radius: 2px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 2px; /* Firefox用 */  
	}
	div.search_box .keyword_box,
	div.search_box .date_box{
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-position: 4px center;
		background-size: 32px;
		font-size: 120%;
		padding: 8px 4px 8px 36px;
	}
	div.search_box .keyword_box{
		background-image: url(./images/icon_search.png);
		margin: 5px 0;
		width: 45%;
		border: 5px solid #97a7a8;
	}
	div.search_box .date_box{
		background-image: url(./images/icon_calendar.png);
		margin: 5px 0 5px 5px;
		width: 190px;
		border: 5px solid #c5dbec;
	}
	/* Date Picker の表示位置*/
	.ui-datepicker {
		z-index: 1000 !important;
	}

	div.search_box .form_text_selected{
		background-color: #ffe8dd !important;
		color: #7e5454;
	}

	div.search_box .form_text_req{
		background-color: #fcddce;
		color: #696969;
		font-size: 120%;
		border-color: #ffffff;
		border-color: #ffffff;
		border: 1px solid #bfbfbf;
		padding: 8px;
	}

	div.search_box .form_text_red{
		background-color: #eac9d6;
		color: #696969;
		font-size: 120%;
		border-color: #ffffff;
		border-color: #ffffff;
		border: 1px solid #bfbfbf;
		margin: 0px;
		padding: 8px;
	}

	div.search_box .form_button{
		background-color: #eaefd2;
		color: #606060;
		border: 1px solid #a6b45b;
		margin: 3px;
		padding: 3px;
	}





	div.search_box form span.req{
		margin: 0px;
		height: 0;
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding-top:25px;
		width: 40px;
		overflow: hidden;
		background:url(../images/req_icon.png);
		background-repeat:no-repeat;
		/display: inline;  /* IE用ハック */
		/zoom: 1;  /* IE用ハック */
	}
	div.search_box form span.reqOLD{
		margin: 0px;
		line-height: 1.5;
		text-indent: -9999px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		height: 25px;
		width: 40px;
		overflow: hidden;
		background:url(../images/req_icon.png);
		background-repeat:no-repeat;
		/display: inline;  /* IE用ハック */
		/zoom: 1;  /* IE用ハック */
	}
	div.search_box form span.reqR{
		float: right;
		margin: 0px;
		line-height: 1.5;
		text-indent: -9999px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		height: 25px;
		width: 40px;
		overflow: hidden;
		background:url(../images/req_icon.png);
		background-repeat:no-repeat;
		/display: inline;  /* IE用ハック */
		/zoom: 1;  /* IE用ハック */
	}

	/*ボタン横並び用*/
	div.search_box div.button_wrap{
		margin: 10px 5px;
		padding: 0;
		overflow: auto;
		text-align: center;
		float: right;
	}
		div.search_box div.button_wrap ul {
			margin: 0;
			padding: 0;
		}
		div.search_box div.button_wrap ul li{
			margin: 2px;
			padding: 0;
			list-style-type: none;
			float:left;
			font-weight: bold;
		}

		/*地図用のボタンを非表示*/
		div.search_box div.button_wrap .map_search_button{
			text-align: center;
			margin: 2px 0 0 6px;
		}
		div.search_box div.button_wrap .map_search_button a{
			font-size: 120%;
			margin: 0;
			padding: 0 8px 0 38px;
			line-height: 32px;
			color: #878782;
			text-decoration: none;
			display: block;
			background-color: #fcfcf4;
			background-image: url(/images/icon_map_search.png);
			background-repeat: no-repeat;
			background-position: left center;
			background-size: 30px 30px;
			border: 1px solid #e4d9bb;

			border-radius: 2px; 
			-webkit-border-radius: 2px; /* Safari,Google Chrome用 */  
			-moz-border-radius: 2px; /* Firefox用 */  
		}
		/*地図用のボタン*/
		div.search_box div.button_wrap .map_search_button a:hover.open_iframe{
			filter: alpha(opacity=75);
			opacity:0.75;
		}

	/*その他の一般ボタン*/
	div.search_box input[type="button"],
	div.search_box input[type="submit"]{
		cursor: pointer;
		font-size: 140%;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
		margin: 0;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.search_box input[type="submit"].search{
		background: #c7d4eb;
		border: 1px solid #4d80d5;
		color: #7e5454;

		box-shadow:inset 0px 10px 2px 2px #d8e1f1;
		-webkit-box-shadow:inset 0px 10px 2px 2px #d8e1f1;
		-moz-box-shadow:inset 0px 10px 2px 2px #d8e1f1;

		border-radius: 2px; 
		-webkit-border-radius: 2px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 2px; /* Firefox用 */  
	}
	div.search_box input[type="button"].reset{
		background: #f4d7c3;
		border: 1px solid #ffa393;
		color: #7e5454;

		box-shadow:inset 0px 10px 2px 2px #f2e2d3;
		-webkit-box-shadow:inset 0px 10px 2px 2px #f2e2d3;
		-moz-box-shadow:inset 0px 10px 2px 2px #f2e2d3;

		border-radius: 2px; 
		-webkit-border-radius: 2px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 2px; /* Firefox用 */  
	}
	div.search_box input[type="button"]:hover,
	div.search_box input[type="submit"]:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}


	div.search_box div.searchResNum{
		font-size: 120%;
		padding: 16px 0 0 0;
		overflow: auto;
	}


	/* CHECK RADIO BOX */
	div.listWrap{
		width: 100%;
		margin: 5px 0;
	}

	div.listWrap ul{
		padding: 0;
		margin: 0;
	}
	div.listWrap ul li{
		white-space: nowrap;
		list-style-type: none;
		text-indent: 5px;
		margin: 0px 5px 3px 0px;
		padding: 3px;
		float: left;
		background-color: #e6e6e6;

		border-radius: 6px; 
		-webkit-border-radius: 6px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 6px; /* Firefox用 */  
	}
	div.listWrap ul li input[type=radio],
	div.listWrap ul li input[type=checkbox]{
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin-right: 0;
	}
	div.listWrap ul li input[type=radio] + label,
	div.listWrap ul li input[type=checkbox] + label{
		position: relative;
		margin-right: 10px;
		font-size: 12px;
		line-height: 30px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		cursor: pointer;
	}
	@media (min-width: 1px) {
		div.listWrap ul li input[type=radio],
		div.listWrap ul li input[type=checkbox] {
			display: none;
			margin: 0;
		}
		div.listWrap ul li input[type=radio] + label,
		div.listWrap ul li input[type=checkbox] + label {
			padding: 0 0 0 16px;
		}
		div.listWrap ul li input[type=radio] + label::before,
		div.listWrap ul li input[type=checkbox] + label::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;

			display: block;
			width: 18px;
			height: 18px;
			margin-top: -9px;

			background: #FFF;
		}
		div.listWrap ul li input[type=radio] + label::before {
			border: 2px solid #ccc;
			border-radius: 30px;
		}
		div.listWrap ul li input[type=checkbox] + label::before {
			border: 2px solid #ccc;
		}
		div.listWrap ul li input[type=radio]:checked + label::after,
		div.listWrap ul li input[type=checkbox]:checked + label::after {
			content: "";
			position: absolute;
			top: 50%;

			display: block;
		}
		div.listWrap ul li input[type=radio]:checked + label::after {
			left: 5px;

			width: 8px;
			height: 8px;
			margin-top: -4px;

			background: #5a8cd1;
			border-radius: 8px;
		}
		div.listWrap ul li input[type=checkbox]:checked + label::after {
			left: 3px;

			width: 16px;
			height: 8px;
			margin-top: -8px;

			border-left: 3px solid #5a8cd1;
			border-bottom: 3px solid #5a8cd1;

			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
	}
	/* CHECK RADIO BOX */



	/* placeholder のフォントカラー*/
	/*Webkit*/
	div.search_box ::-webkit-input-placeholder {
		color: #b3b3b3;
	}

	/*Firefox 19以降*/
	div.search_box ::-moz-placeholder {
		color: #b3b3b3;
	}
	 
	/*Firefox 18以前*/
	div.search_box :-moz-placeholder {
		color: #b3b3b3;
	}
	 
	/*Windows IE*/
	div.search_box :-ms-input-placeholder {
		color: #b3b3b3;
	}


/* ############# SEARCH BOX ############# */


/* Googlemap */

div.map_marker {
	text-align: center;
	margin: 10px;
	color: #4C99CD;
        font-size: 10pt;
	width: 300px;
	height: 160px;
	overflow: hidden;
}
div.infoWin {
	text-align: left;
	color: #4C99CD;
	overflow: hidden;
}
	div.infoWin p{
   		font-size: 11px;
	}
	div.infoWin p a{
   		text-decoration: none;
		color: #4d4d4d;
		display: block;
		width: 100%;
		height: 100%;
	}
	div.infoWin p a:hover{
		color: #438d90;
	}
p.notFound {
	text-align: center;
	color: red;
        font-size: 14px;
	font-weight: bold;
	margin: 20px auto;
}


div.gmap_wrap{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 130px;
	overflow: hidden;
	border: 1px solid #8e99ff;
	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px; /* Firefox用 */  
}
div.map{
	position: absolute;
	visibility: hidden;
	width: 260px;
	height: 180px;
}
div.gmap_wrap a.open_iframe{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: center;
	background-color: #ffffff;
	padding: 3px 5px;
	width: 100%;
	color: #0796ca;
	font-weight: bold;
	text-decoration: none;
	filter: alpha(opacity=90);
	opacity:0.90;
}
	div.gmap_wrap a:hover.open_iframe{
		text-decoration: none;
		filter: alpha(opacity=80);
		opacity:0.80;
		color: #ff0000;
	}
.loading_icon{
	margin: 10px auto;
}

.loading_msg{
	text-align: center;
	vertical-align: center;
	margin: 0;
}
.mapSize{
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #8e99ff;
	border-right: 1px solid #8e99ff;
	padding: 5px;
	width: 30px;
	background: #e5e8ef;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.mapSize a {
	display: block;
	text-decoration:none;
	color: #404040;
}






/* L Size Map */
div.gmap_wrapL{
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 500px;
	overflow: hidden;
	border: 1px solid #8e99ff;
/*
	border-radius: 3px; 
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px; /* Firefox用 */  
*/
}
div.gmap_wrapL div.mapL{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.mapSizeL{
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #8e99ff;
	border-right: 1px solid #8e99ff;
	padding: 5px;
	width: 30px;
	background: #e5e8ef;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.mapSizeL a {
	display: block;
	text-decoration:none;
	color: #404040;
}
div.infoWinL {
	width: auto;
	height: auto;
	text-align: left;
	color: #4C99CD;
	overflow-x: hidden;
	overflow-y: auto;
}
	div.infoWinL p{
   		font-size: 11px;
	}
	div.infoWinL p a{
   		text-decoration: none;
		color: #4d4d4d;
		display: block;
		width: 100%;
		height: 100%;
	}
	div.infoWinL p a:hover{
		color: #438d90;
	}

/* Googlemap */
