/* CSS Document */

* {
	padding:0;
	margin:0px;
	outline:none;
	}
	
html {
	overflow-y:scroll;
	}
	
body {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x;
	text-align:center;
	}
 
img {
	vertical-align:top;
	border:0;
	}
	
li {
	list-style-type: none;
	}

#wrap {
	text-align:center;
	}

#header {
	width:950px;
	text-align:left;
	margin:0 auto;
	}

#footer {
	background:url(http://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
	padding:25px 0px 15px 0px;
	}
	
#copyright {
	width:950px;
	text-align:right;
	margin:0 auto;
	}

/* -----------------------------------------------
 * snipet
 * ----------------------------------------------- */

.link_img a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	border: 2px solid #999999;
}

.clear {
	clear:both;
}

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:""; 
	display:block; 
	clear:both;
}

.bold {
	font-weight:bold;
}

.textLeft {
	text-align:left !important;
}

.textRight {
	text-align:right !important;
}

.textCenter {
	text-align:center !important;
}

.small_text {
	font-size:10px !important;
}

.mt17 {
	margin-top:17px;
}

.mb60 {
	margin-bottom:60px;
}
.mr10 {
	margin-right: 10px;
}


.anker_top {
	text-align:center;
	clear:both;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}

/* -----------------------------------------------
 * content
 * ----------------------------------------------- */

#content {
	background:url(../images/contents_bg.gif) top left repeat-x #000000;
}

#content_inner {
	width:980px;
	margin:0 auto;
}

#detail {
	background:url(../images/inner_bg.jpg) center 92px no-repeat;
	text-align:left;
	overflow:hidden;
	_height:1%;
}

@media screen and (max-device-width: 1024px) {
	#detail {
	background:url(../images/inner_bg_sp.png) center 92px repeat-y;
	}
}

#detail #gnavi li {
	float:left;
}

#detail h2 {
	padding:0 35px;
}

#detail .text_nomal,
#detail .text_color {
	font-size:12px;
	line-height:1.5em;
	clear:both;
	overflow:hidden;
	_height:1%;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
	padding-top: 11px;
	padding-right: 35px;
	padding-bottom: 17px;
	padding-left: 32px;
}

#detail .text_color {
	background-color:#fef6f4;

}

#detail .text_nomal .float_left,
#detail .text_color .float_left {
	width:525px;
	float:left;
}

#detail .text_nomal .float_right,
#detail .text_color .float_right {
	width:318px;
	float:right;
}

#detail .time,
#detail .time_mr {
	font-size:13px;
	margin:0 0 14px 3px;
}

#detail .time_mr {
	padding-left:68px;
	text-indent:-68px;;
}

#detail dl {
	width:471px;
	margin-left:9px;
}

#detail dt {
	border-bottom:1px solid #231815;
	margin-bottom:6px;
}

#detail dd.aten {
	margin-top:10px;
	padding-left:12px;
	text-indent:-12px;
}
.float_left {
	float: left;
}
.mt10 {
	margin-top: 10px;
}
