@charset "utf-8";

/****************************** newsDetail ******************************/

div#mainContainer{
	padding-bottom:30px!important;
}

h2{
	margin-bottom:-60px!important;
}

/* IE6 */
* html h2{
	margin-bottom:0!important;
}

div.cntInner{
	padding:0 30px 15px !important;
	overflow: hidden;
}

/* IE6 */
* html div.cntInner {
	padding:20px 30px 60px !important;
}

#cntNewsDetail{}

/* IE6 */
* html dl.newsTitle {
	padding:0 0 10px;
}

dl.newsTitle{
	width:100%;
	font-weight:bold;
	color:#b62baa;
	padding:90px 0 10px;
	border-bottom:1px dotted #b62baa;
}
dl.newsTitle dt p.cntIcons{
	display:inline-block;
	width : 60px;
	padding: 0px 0px 0px 10px;
}

dl.newsTitle dt,
dl.newsTitle dd{
	display:table-cell;
	vertical-align:middle;
}
dl.newsTitle dt,
dl.newsTitle dd{
	display:table-cell;
	vertical-align:middle;
}
dl.newsTitle dd{
	padding-left: 30px;
}

/* for IE7 */
*:first-child+html dl.newsTitle dt,
*:first-child+html dl.newsTitle dd{
	display:inline;
	zoom:1;
}

dl.newsTitle dt{
	font-size:16px;
	width:170px;
	line-height: 26px;
}

dl.newsTitle dd{
	font-size:24px;
	width:760px;
	line-height:30px;
}


/* layout  */

.conImgBox1{
	width: 900px;
}
.conImgBox1 .conImgMain{
	width:900px;
	margin: 0px 0px 20px 0px !important;
}
.conImgBox1 .conImgMain img{
	max-width:900px;
}
.conImgBox1 .conImgSub1,
.conImgBox1 .conImgSub2{
	display: none;
}
.cntText1{
	clear : both;
}


.conImgBox2{
	width: 900px;
}
.conImgBox2 .conImgMain{
	float: left;
	width:560px;
	margin: 0px 20px 20px 0px !important;
}
.conImgBox2 .conImgMain img{
	max-width:560px;
}
.conImgBox2 .conImgSub1,
.conImgBox2 .conImgSub2{
	float: left;
	width:320px;
	margin: 0px 0px 20px 0px !important;
}
.conImgBox2 .conImgSub1 img,
.conImgBox2 .conImgSub2 img{
	max-width:320px;
}
.cntText2{
	clear : both;
}


.conImgBox3{
	float : left;
	width: 340px;
}
.conImgBox3 .conImgMain{
	width:340px;
	margin: 0px 0px 20px 0px !important;
}
.conImgBox3 .conImgMain img{
	max-width:340px;
}
.conImgBox3 .conImgSub1{
	float: left;
	width:160px;
	margin: 0px 20px 0px 0px !important;
}
.conImgBox3 .conImgSub2{
	float: left;
	width:160px;
	margin: 0px 0px 0px 0px !important;
}
.conImgBox3 .conImgSub1 img,
.conImgBox3 .conImgSub2 img{
	max-width:160px;
}
.cntText3{
	float : right;
	width: 520px;
	margin: 0px 0px 0px 0px !important;
}




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



div.cntFooterLine{
	width: 900px;
	height: 9px;
	margin: 24px 0;
	float: left;
	border-bottom: 1px dotted #B62BAA;
	overflow: hidden;
}



#pagerCont {
	display: block;
	float: left;
	height: 65px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 900px;
}

ul.pager {
	position: relative;
	left: 50%;
	float: left
}

ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 2px;
	padding-top: 18px;
	/*border: 1px solid #D0102C;*/
	font-weight: bold
}

ul.pager li.prev {
	border: none;
	background-image: url(../img/common/previouspostslink.jpg);
	width: 64px;
	height: 64px;
	padding-top: 0;
	margin-right: 10px;
}
ul.pager li.prev:hover{
	background-image: url(../img/common/previouspostslink_o.jpg);
}
ul.pager li.next {
	border: none;
	background-image: url(../img/common/nextpostslink.jpg);
	width: 64px;
	height: 64px;
	padding-top: 0;
	margin-left: 10px;
}
ul.pager li.next:hover{
	background-image: url(../img/common/nextpostslink_o.jpg);
}
ul.pager li.prev a {
	width: 64px;
	height: 64px;
	padding: 0;
}
ul.pager li.prev a:hover{
	
}
ul.pager li.next a {
	width: 64px;
	height: 64px;
	padding: 0;
}
ul.pager li.next a:hover{
	
}

ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #888888;
}

ul.pager li a:link,
ul.pager li a:visited { text-decoration: none }

ul.pager li a:hover,
ul.pager li a:active {
	/*background-color: #F9A8B4;*/
	text-decoration: none
}
div.pagerBox{
	padding: 0;
}
ul.pager li em {
	display: block;
	padding: 3px 8px;
	color: #F45598;
}
.cntInner .newsList a{
	width: 118px;
	height: 30px;
	position: relative;
	float: right;
	background-image: url(../img/common/news_list.png);
	background-repeat: no-repeat;
	margin: 18px 0px 0 0;
}
.cntInner .newsList a:hover{
	background-image: url(../img/common/news_list_o.png);
	background-repeat: no-repeat;
}






#cntNewsDetail .textBox{
	margin:37px 0 0;
	overflow: hidden;
}

#cntNewsDetail span.nsTitle{
	font-size:16px;
	font-weight:bold;
	color:#000;
}




#cntNewsDetail .tourTable th{
	width : 140px;
}
#cntNewsDetail .tourNavi {
	padding : 0px 0px 20px 0px;
	text-align : center;
}
#cntNewsDetail .tourNavi li{
	display : inline-block;
	padding : 10px;
	margin : 0px 10px 0px 10px;
	background:#ffdff4;
	color : #cb39a2;
	border-radius: 8px;
	font-weight : 600;
}
#cntNewsDetail .tourNavi li a{
	color : #cb39a2;
}
#cntNewsDetail .tourNavi li span{
	margin : 0px 5px 0px 0px;
	color : #000;
	font-size : 80%;
	font-weight : 400;
}
#cntNewsDetail .tourSubTitle{
	clear : both;
	padding : 10px;
	margin:0px 0px -20px 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color:#fff;
	background:#d542ac;
	font-size:120%;
	font-weight:600;
}
#cntNewsDetail .tourSubTitle span{
	margin:0px 0px 0px 10px;
	font-size:80%;
	font-weight:400;
}
#cntNewsDetail .linkButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #fbafe3;
	box-shadow:inset 0px 1px 3px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	margin:10px;
	padding:7px 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #c70067;
}
#cntNewsDetail .linkButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
#cntNewsDetail .linkButton:active {
	position:relative;
	top:1px;
}
#cntNewsDetail .linkButton_off {
	-moz-box-shadow:inset 0px 1px 3px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 3px 0px #ffffff;
	box-shadow:inset 0px 1px 3px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#999;
	font-size:14px;
	font-weight:600;
	margin:10px;
	padding:7px 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #ffffff;
}
#cntNewsDetail .finishIcon{
	padding : 2px 10px 2px 10px;
	margin:0px 5px 0px 0px;
	border-radius: 2px;
	color:#fff;
	background:#ff557d;
	font-size:11px;
	font-weight:600;
}



#cntNewsDetail table{
	margin:20px 0 0;
}
#cntNewsDetail table th{
	width:100px;
	text-align:left;
}
#cntNewsDetail table td{}

div.socialBtn {
	/*display:none;*/
	height:20px;
	margin-top:10px;
	margin-bottom:30px;
	position:relative;
}

div.socialBtn ul {
	position:absolute;
	top:0px;
	right:-4px;
}

div.socialBtn li {
	float:left;
	margin-left:10px;
}