body {font: 14px/1.231 "Lucida Grande", Lucida, Verdana, sans-serif; background: #F3F3F3;} 
#wrap {padding: 0; } 
section, nav,header {margin: 0;padding: 0; } 

/* clearfix */ 
.clearfix:after {
	content: ".";/* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}



h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight:normal;
	}

blockquote {
		color:#666666;
		background:#E8F9FF;
		margin-right:auto;
		margin-left:auto;
		padding:10px;
		border:1px dotted #ccc;
	}


form {
	margin: 0;
	padding: 0;
	}
	
p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
	margin: 0;
	padding: 0;
}

dl,dt,dd{
	margin: 0;
	padding: 0;
	background: ;
}

img{
	vertical-align: bottom;
}

li a{
	display: block;
}

.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}

.a_blue_t a:hover{
color:#EF5701;
text-decoration:underline;
}

.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}


.a_sky_t a:link{
	color:#0066CC;
	text-decoration:underline;
}

.a_sky_t a:hover{
	color:#EF5701;
	text-decoration:underline;
}

.a_sky_t a:visited{
	color:#0066CC;
	text-decoration:underline;
}
.a_blue_t a:link{
color:#064FA1;
text-decoration:underline;
}


.a_black_t a:link{
color:#000000;
text-decoration:underline;
}
.a_black_t a:visited{
color:#000000;
text-decoration:underline;
}

.a_black a:link{
color:#000000;
text-decoration:none;
}
.a_black a:visited{
color:#000000;
text-decoration:none;
}


.a_pink_t a:link{
color:#FF3366;
text-decoration:underline;
}
.a_pink_t a:hover{
color:#EF5701;
text-decoration:underline;
}
.a_pink_t a:visited{
color:#595199;
text-decoration:underline;
}

	
a:visited{
	color: #62437A;
	text-decoration:none;
	}

a:hover{
	color: #ff7f00;
	text-decoration:underline;
	}
	
.a_img a:link img{
  filter: alpha(opacity=100);
  moz-opacity:1.0;
  opacity:1.0;
display: inline;
}
	
.a_img a:hover img{
  filter: alpha(opacity=80);
  moz-opacity:0.8;
  opacity:0.8;
  display: inline;
}

.img_alpha{
  filter: alpha(opacity=70);
  moz-opacity:0.7;
  opacity:0.7;
  display: inline;
}

.img_border img{
border:1px solid #b0b0b0;
}

.bdr_fff{
	border: 1px solid #fff;
}

.bdr_b_fff{
	border-bottom: 1px solid #fff;
}

.bdr_t_fff{
	border-top: 1px solid #fff;
}

.bdr_b_gray999{
	border-bottom: 1px solid #999;
}

.bdr_b_ded{
	border-bottom: 1px solid #DEDEDE;
}

.bdr_b_red{
	border-bottom: 1px solid #D6230C;
}

.bdr_t_blue{
	border-top: 1px solid #4274A3;
}

.bdr_b_blue{
	border-bottom: 1px solid #4274A3;
}

.bdr_b_blue2{
	border-bottom: 2px solid #4274A3;
}

.bdr_t_blue2{
	border-top: 2px solid #4274A3;
}

.bdr_t_green{
	border-top: 1px solid #38A35E;
}

.bcg_black{
	background: #000;
}

.bcg_ocher{
	background: #C7964B;
}

.w_100p{
	width: 100%;
}

.disp_bl{
	display: block;
}

.lh_25px{
	line-height: 25px;
}

.bdr_r_blue{
	border-right: 1px solid #4274A3;
}

/* @group for smart phone html5 */

/* @group carousel */

#slider{
	border-top: 2px solid #4274A3;
	border-bottom: 2px solid #4274A3;
	background: url(img/bg_top_slider.png) repeat-x;
	width: 100%;
	height: 75px;
	overflow: hidden;
	padding: 3px 0 0 0;
}

#carousel {
	margin: 0 auto;
	width: 320px;
	height: 80px;
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top: 0;
	width: 20px;
	height: 100px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -20px;
	background:transparent url(../img/prev.jpg) no-repeat top left;
}
#carousel_next {
	right: -20px;
	background:transparent url(../img/next.jpg) no-repeat top left;
}

#carousel ul {
	height: 80px;
}

#carousel ul li {
	width: 107px;
	float: left;
	height: 80px;
	display: inline;
	overflow:hidden;
	position: relative;
}

#carousel ul li span.caption {
	position: absolute;
	bottom: 1px;
	text-align: center;
	width: 100%;
	font-size: 8px;
}


/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}


/* @end */

/* @group common */

.bg_to_access{
	background: url(img/bg_to_access.png) repeat-x;
}
#wrap,#wrap_top{
	line-height: 1.5em;
	background: #F3F3F3;
	padding: 0;
}

#top_title {  
    padding: 0;
    margin: 0,auto;
    
	text-align: center;
	border-bottom: 1px solid #999999;
	width: 100%;
}

.slide_view ul li{
	float: left;
}

.to_whatsnew{
	border-top: 1px solid #4274A3;
	border-bottom: 1px solid #4274A3;

}
#top_whatsnew ul li{
	display: block;
	border-bottom: 1px solid #ffffff;
}
#top_whatsnew ul li dl{
	display: block;
	border-bottom: 1px solid #DEDEDE;
}

a.txt_red:link,a.txt_red:visited{
	color: #D6220C;
	text-decoration: none;
}

a.txt_red:hover,a.txt_red:active{
	color: #D6220C;
	text-decoration: underline;
}

a.txt_white:link,a.txt_white:visited{
	color: #fff;
	text-decoration: none;
}

a.txt_white_b:link,a.txt_white_b:visited{
	color: #fff;
	text-decoration: underline;
}

a.txt_white:hover,a.txt_white:active,a.txt_white_b:hover,a.txt_white_b:active{
	color: #fff;
	text-decoration: underline;
}

.txt_blue{
	color: #4274A3;
}

a.txt_sky:link,a.txt_sky:visited{
	color: #4274A3;
	text-decoration: underline;
}

a.txt_sky:hover,a.txt_sky:active{
	color: #4274A3;
	text-decoration: underline;
}

a.txt_gray:link,a.txt_gray:visited{
	color: #333;
	text-decoration: none;
}

a.txt_gray_b:link,a.txt_gray_b:visited{
	color: #333;
	text-decoration: underline;
}

a.txt_gray:hover,a.txt_gray:active{
	color: #333;
	text-decoration: underline;
}

nav {
	/*-webkit-border-radius: 8px;*/
	/*border-radius: 8px;*/
	background-image: linear-gradient(bottom, rgb(246,87,1) 15%, rgb(246,146,59) 79%);
	background-image: -o-linear-gradient(bottom, rgb(246,87,1) 15%, rgb(246,146,59) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(246,87,1) 15%, rgb(246,146,59) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(246,87,1) 15%, rgb(246,146,59) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(246,87,1) 15%, rgb(246,146,59) 79%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(246,87,1)),
	color-stop(0.79, rgb(246,146,59))
	);
	}

.point01{
	background: url(img/point01.png) no-repeat 10px 10px;
	padding: 5px 0 0 30px;
	font-weight: bold;
}

.point02{
	background: url(img/point02.png) no-repeat 10px 10px;
	padding: 5px 0 0 30px;
	font-weight: bold;
}

.point03{
	background: url(img/point03.png) no-repeat right;
	font-size: 10px;
	line-height: 20px;
	padding: 0 15px 0 0;
	font-weight: bold;
	text-align: right;
}

.point04{
	background: url(img/point04.png) no-repeat 10px 3px;
	line-height: 20px;
	padding: 5px 0 0 20px;
	font-weight: bold;
}

.point05{
	background: url(img/point04.png) no-repeat 10px 9px;
	line-height: 30px;
	padding: 5px 0 0 20px;
	font-weight: bold;
}

.point06{
	background: url(img/point05.png) no-repeat 10px 9px;
	padding: 5px 0 0 18px;
	line-height: 18px;
}

.table_left{
	background: #999;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.table_right{
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.gray_table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
}

.gray_table tr td{
	vertical-align: top;
}

table.foot_table{
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

.foot_table tr td{
	vertical-align: middle !important;
}




.bg_gra{
	padding: 0px;
background: #cacaca; /* Old browsers */
background: -moz-linear-gradient(top,  #cacaca 0%, #f3f3f3 5%, #f3f3f3 95%, #cacaca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(5%,#f3f3f3), color-stop(95%,#f3f3f3), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cacaca 0%,#f3f3f3 5%,#f3f3f3 95%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cacaca 0%,#f3f3f3 5%,#f3f3f3 95%,#cacaca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cacaca 0%,#f3f3f3 5%,#f3f3f3 95%,#cacaca 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cacaca 0%,#f3f3f3 5%,#f3f3f3 95%,#cacaca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
}

/* インプットの編集 */
.ui-checkbox{
	float: left;
}

.ui-btn-inner{
	display: none;
}

/* @end */

/* @group page */

.page_title{
	background: #1a5890; /* Old browsers */
background: -moz-linear-gradient(top,  #1a5890 0%, #558cc9 2%, #0f4b93 87%, #0f4b93 96%, #2d8eaf 97%, #2d8eaf 98%, #0f4b93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a5890), color-stop(2%,#558cc9), color-stop(87%,#0f4b93), color-stop(96%,#0f4b93), color-stop(97%,#2d8eaf), color-stop(98%,#2d8eaf), color-stop(100%,#0f4b93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1a5890 0%,#558cc9 2%,#0f4b93 87%,#0f4b93 96%,#2d8eaf 97%,#2d8eaf 98%,#0f4b93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1a5890 0%,#558cc9 2%,#0f4b93 87%,#0f4b93 96%,#2d8eaf 97%,#2d8eaf 98%,#0f4b93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1a5890 0%,#558cc9 2%,#0f4b93 87%,#0f4b93 96%,#2d8eaf 97%,#2d8eaf 98%,#0f4b93 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1a5890 0%,#558cc9 2%,#0f4b93 87%,#0f4b93 96%,#2d8eaf 97%,#2d8eaf 98%,#0f4b93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5890', endColorstr='#0f4b93',GradientType=0 ); /* IE6-9 */
min-height:50px;
height: auto;
color: white;
text-shadow: 1px 1px 0px #1A5890;
text-align: center;
font-size: 18px;
line-height: 50px;
}

/* @group owner */

#owner_name{
	line-height: 34px;
	border-bottom: 1px solid #ffffff;
}
#owner ul li{
	display: block;
	border-bottom: 1px solid #ffffff;
}
#owner ul li dl{
	display: block;
	border-bottom: 1px solid #DEDEDE;
}
#owner ul li:last-child{
	display: block;
	border-bottom: none !important;
}

/* @end */

/* @group map */





#blMap_area {
	
	width: 100%;
	height: 250px;
	background-color: #fff;
	margin: 20px 0 0 0;
	
}

#blMap {
	
	width: 100%;
	height: 250px;
	background-color: #fff;
	margin: 20px 0 0 0;
	
}


.map_infowindow{
	color:#333333;
	font-weight: bold;
	font-size: 13px;
}

#map_canvas{
	color: #333;
}


/* @end */

/* @group contact */
#contact,#contact_s,#contact_done{
	color: #333333;
	margin: 0;
}

#contact dl,#contact_s dl{
	padding: 0 0 10px 0;
}

#contact h2,#contact_s h2,#contact_done h2{
	background: url(img/point02.png) no-repeat 10px 10px;
	padding: 5px 0 0 20px;
}

#contact dl dt , #contact p , #contact_s dl dt , #contact_s p{
	padding: 5px 0 0 10px;
}


#contact dl dd,#contact_s dl dd{
	padding: 10px 0 5px 20px;
	border-bottom: 1px solid #999;
}

.contact_form_table input{
	line-height: 20px;
}



.contact_form_table td{
	height: 30px;
}


/* @end */

.btn_to_home{
	position: absolute;
	left: 10px;
	top: 10px;
}

/* @group guide */
#guide,#guide_detail{
	border-bottom:1px solid #4274A3 ;
	margin: 0;
}

#guide dl{
	border-top:1px solid #ffffff ;
	padding: 5px 0px 0px;
}

#guide dl dt{
	background: url(img/point02.png) no-repeat 10px 10px;
	font-weight: bold;
	border-bottom:1px solid #ffffff ;
	padding: 10px 0 5px;
}




/* @end */

/* @group room */
#room,#room_detail{
	border-bottom:1px solid #4274A3 ;
	margin: 0;
}

#room dl{
	border-top:1px solid #ffffff ;
	padding: 5px 0px 0px;
}

#room dl dt{
	background: url(img/point02.png) no-repeat 10px 10px;
	font-weight: bold;
	border-bottom:1px solid #ffffff ;
	padding: 10px 0 5px;
}




/* @end */

/* @group whatsnew */
#whatsnew , #kekka , #whatsnew_d , #kekka_d{
	color: white;
	margin: 0 0 30px 0;
}

#whatsnew dl,#whatsnew_d dl,#kekka dl{
	padding: 0 0 10px 0;
}

#whatsnew dl dt,#whatsnew_d dl dt,#kekka dl dt{
	background: url(img/point02.png) no-repeat 10px 10px;
	padding: 5px 0 0 20px;
	font-weight: bold;
}


#whatsnew dl dd,#whatsnew_d dl dd,#kekka dl dd{
	padding: 10px 0 5px 20px;
	border-bottom: 1px solid #999;
}




/* @end */

/* @group owner progress */
#owner_progress{
	width: 100%;
}
table.progress{
	background: #999999 !important;
	border-collapse: separate !important;
	border-spacing: 1px !important;
	}

table.progress th{
	background: #858585 !important;
}

table.progress td{
	background: #ffffff !important;
	vertical-align: middle;
}

table.progress_month{
	width: 100%;
}

.owner_progress_mv_sp iframe{
	width: 100%;
}
/* @end */





/* @end */

/* @group footer_menu */

footer{
	background: url(img/bg_footer.png) repeat-x;
	border-top: 1px solid #4274A3;
	border-bottom: 1px solid #4274A3;
	min-height:69px;
	height: auto !important;
	height: 69px;
}

.bg_to_dojonavi{
	background: url(img/bg_to_dojonavi.png) repeat-x;
}

.bg_to_contact{
	background: url(img/bg_to_contact.png) repeat-x;
}

.bg_to_catalog{
	background: url(img/bg_to_catalog.png) repeat-x;
}


/* @end */




/* @end */


