@charset "utf-8";

/*================================================================================
	premium tab menu
================================================================================*/
ul#searchTabMenuLst li{
	width:150px;
	height:34px;
}

ul#searchTabMenuLst li a{
	width:150px;
	height:34px;
	text-indent:-99999px;
	display:block;
	background-repeat:no-repeat;
}

ul#searchTabMenuLst li a#searchTabMenu01{
	background-image:url(/images/search/tab_01.png);
}

ul#searchTabMenuLst li a:hover#searchTabMenu01,
ul#searchTabMenuLst li a#searchTabMenu01.select
{
	background-image:url(/images/search/tab_01_on.png);
}

ul#searchTabMenuLst li a#searchTabMenu02{
	background-image:url(/images/search/tab_02.png);
}

ul#searchTabMenuLst li a:hover#searchTabMenu02,
ul#searchTabMenuLst li a#searchTabMenu02.select
{
	background-image:url(/images/search/tab_02_on.png);
}

ul#searchTabMenuLst li a#searchTabMenu03{
	background-image:url(/images/search/tab_03.png);
}

ul#searchTabMenuLst li a:hover#searchTabMenu03,
ul#searchTabMenuLst li a#searchTabMenu03.select
{
	background-image:url(/images/search/tab_03_on.png);
}

ul#searchTabMenuLst li a#searchTabMenu04{
	background-image:url(/images/search/tab_04.png);
}

ul#searchTabMenuLst li a:hover#searchTabMenu04,
ul#searchTabMenuLst li a#searchTabMenu04.select
{
	background-image:url(/images/search/tab_04_on.png);
}

ul#searchTabMenuLst li a:hover#searchTabMenu05,
ul#searchTabMenuLst li a#searchTabMenu05.select
{
	background-image:url(../images/search/tab_05_on.png);
}

/*================================================================================
	slide show
================================================================================*/
/* for basic */
#basicSlide {
	width: 323px;
	height: 242px;
	margin:0px auto 12px;
	padding:0px;
	overflow:hidden;
	border:solid 1px #cccccc;
	background-color:#dcdcdc;
/*	visibility:hidden;*/
}

#basicSlide ul{
	width: 323px;
	height: 242px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#basicSlide li{
	width: 323px;
	height: 242px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#basicSlideMenu {
	width: 323px;
	height: 83px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	overflow:hidden;
	padding:1px 0px;
	border:solid 1px #cccccc;
/*	background-color:#dcdcdc;*/
/*	visibility:hidden;*/
}

#basicSlideMenu img{
	border:none;
	outline:none;
	text-decoration:none;
}

#basicSlideMenu ul{
	width:323px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 2px #ffffff;
}

#basicSlideMenu ul li{
	width:79px;
	height:79px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	border:solid 1px #ffffff;
	background-color:#dcdcdc;
	border-right:none;
}

#basicSlideMenu ul li a{
	width:79px;
	height:79px;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	opacity:1;
	filter: alpha(opacity=100);
}

#basicSlideMenu ul li a:hover,#basicSlideMenu ul li a.select{
	opacity:0.4;
	filter: alpha(opacity=75);
}

/* for premium & recommend */
#premiumSlide {
	width: 688px;
	/*height: 298px;*/
  height: 516px;
	margin:0px auto 12px;
	padding:0px;
	overflow:hidden;
	border:solid 1px #cccccc;
	background-color:#dcdcdc;
/*	visibility:hidden;*/
}

#premiumSlide ul{
	width: 690px;
	/*height: 300px;*/
  height: 518px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#premiumSlide li{
	width: 690px;
	/*height: 300px;*/
  height: 518px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#premiumSlideMenu {
	width: 688px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	position:relative;
	overflow:hidden;
	padding:1px 0px;
	border:solid 1px #cccccc;
/*	background-color:#dcdcdc;*/
/*	visibility:hidden;*/
}

#premiumSlideMenu img{
	border:none;
	outline:none;
	text-decoration:none;
}

#premiumSlideMenu ul{
	width:684px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 2px #ffffff;
}

#premiumSlideMenu ul li{
	width:75px;
	height:75px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	border:solid 1px #ffffff;
	background-color:#dcdcdc;
	border-right:none;
}

#premiumSlideMenu ul li a{
	width:75px;
	height:75px;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	opacity:1;
	filter: alpha(opacity=100);
}

#premiumSlideMenu ul li a:hover,#premiumSlideMenu ul li a.select{
	opacity:0.4;
	filter: alpha(opacity=75);
}


/*
#premiumSlideMenuPrev{
	width:19px;
	height:89px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:51;
}

#premiumSlideMenuPrev a{
	width:19px;
	height:40px;
	margin:25px 0px 0px 0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/image/common/slide_arrow_prev.png');
	background-position:left center;
	background-repeat:no-repeat;
}

#premiumSlideMenuNext{
	width:19px;
	height:89px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:651px;
	z-index:60;
}

#premiumSlideMenuNext a{
	width:19px;
	height:40px;
	margin:25px 0px 0px 0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/image/common/slide_arrow_next.png');
	background-repeat:no-repeat;
}

#premiumSlideMenuList{
	width:690px;
	height:89px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}

#premiumSlideMenuList ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#premiumSlideMenuList ul li{
	width:75px;
	height:75px;
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
}

#premiumSlideMenuList ul li a{
	width:75px;
	height:75px;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	opacity:0.6;
	filter: alpha(opacity=75);
}

#premiumSlideMenuList ul li a:hover,#premiumSlideMenuList ul li a.select{
	opacity:1;
	filter: alpha(opacity=100);
}
*/

/* enlarge modal window */
.slideEnlargeShade{
	background-color:#ffffff;
}

div.slideEnlargeWindow{
	width:720px;
	height:520px;
	margin:0px;
	padding:18px 10px 10px 20px;
	background-color:#ffffff;
	box-shadow:0px 0px 3px #4c4c4c;
}

div.slideEnlargeClose{
	margin:0px;
	padding:0px;
	right:-17px;
	top:-17px;
	text-align:right;
	line-height:1px;
	position:absolute;
	z-index:20;
}

div.slideEnlargeBody{
	width:720px;
	height:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

div.slideEnlargeBody span.appendix{
	color: #aaaaaa;
	font-size: 86%;
	margin: 0px;
}

div.slideEnlargePhotos{
	width:960px;
	height:480px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 3px #4c4c4c;
}

a.slideEnlargePrev{
	width:19px;
	height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/images/additional/slide_arrow_prev.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	cursor:pointer;
}

a.slideEnlargeNext{
	width:19px;
	height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/images/additional/slide_arrow_next.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
}

.slideToEnlarge{
	position:absolute;
	right:-1px;
	bottom:-1px;
	margin:0px;
	padding:5px 5px 4px;
	background-color:#394d81;
	border:solid 1px #ffffff;
	color:#ffffff;
	font-size:68%;
	text-align:center;
	line-height:1;
	text-shadow:2px 2px 3px #434343;
	z-index:100;
}

/*================================================================================
	social plugin box
================================================================================*/
div.socialPluginBox{
	width:335px;
	margin:0px 0px 15px 0px;
	padding:0px 0px;
	overflow:hidden;
	float:left;
	border:solid 1px #e8e8e8;
}

div.socialPluginBox h2,div.socialPluginBox h3{
	width:295px;
	height:23px;
	margin:0px 0px 10px 0px;
	padding:10px 20px 8px;
	position:relative;
	z-index:10;
	background-color:#ffffff;
	border-bottom:solid 1px #e8e8e8;
	line-height:1;
}

div.socialPluginBox h2 a,div.socialPluginBox h3 a{
	outline:none;
	text-decoration:none;
}

div.socialPluginBox div#twitterarea{
	width:330px;
	height:270px;
	margin:-2px 0px 8px;
	padding:0px 0px 0px 0px;
	color:#666666;
	overflow:hidden;
	position:relative;
	z-index:5;
}

div.socialPluginBox div#twitterarea div#twinfo{
	margin:0px 0px 0px -4px;
	padding:0px 0px 5px 5px;
	background-color:#ffffff;
	position:relative;
	z-index:20;
}

div.socialPluginBox div#twitterarea div#twinfo:after{
	content:"";
	display:block;
	clear:both;
}

div.socialPluginBox div#twitterarea div#twinfo span{
	display:inline-block;
	width:146px;
	height:45px;
	padding:7px 2px 0px;
	margin:0px 0px 0px 6px;
	text-align:center;
	font-size:25px;
	font-family:Helvetica;
	line-height:1;
	color:#ffffff;
	background-color:#00cfff;
	color:#ffffff;
	background-position:center 35px;
	background-repeat:no-repeat;
	border-radius:3px;
}

div.socialPluginBox div#twitterarea div#twinfo span#twfollower{
	background-image:url(../images/additional/sns/sns_bg_title_tw_followers.png);
}

div.socialPluginBox div#twitterarea div#twinfo span#twtweets{
	background-image:url(../images/additional/sns/sns_bg_title_tw_tweets.png);
}

div.socialPluginBox div#twitterarea ul#twupdates{
	margin:-5px 0px 0px 3px;
	padding:0px 5px 0px;
	list-style-type:none;
}

div.socialPluginBox div#twitterarea ul#twupdates li{
	margin:0px;
	padding:5px 0px 5px 0px;
	border-top:solid 1px #e8e8e8;
}

div.socialPluginBox div#facebookarea{
	width:330px;
	height:335px;
	overflow:hidden;
	margin:-2px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	color:#666666;
}

div.socialPluginBox div#facebookarea span#facebookLikes{
	display:block;
	width:306px;
	height:45px;
	padding:7px 0px 0px;
	margin:0px 0px 5px 7px;
	text-align:center;
	font-size:25px;
	font-family:Helvetica;
	line-height:1;
	color:#ffffff;
	background-color:#455392;
	color:#ffffff;
	background-position:center 35px;
	background-repeat:no-repeat;
	background-image:url(../images/additional/sns/sns_bg_title_fb_likes.png);
	border-radius:3px;
}


div.socialPluginBox div#facebookarea ul#facebookFans{
	margin: 0px 0px 0px;
	padding:2px 0px 0px 7px;
	list-style-type:none;
}

div.socialPluginBox div#facebookarea ul#facebookFans:after{
	content:"";
	display:block;
	clear:both;
}


div.socialPluginBox div#facebookarea ul#facebookFans li{
	width:50px;
	height:50px;
	margin:0px 1px 1px 0px;
	padding:0px 0px 0px;
	float:left;
}
/*
div.socialPluginBox div#facebookRecomm,div.socialPluginBox div#facebookfeed{
	height:360px;
	overflow:hidden;
	margin:-1px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	color:#666666;
	border-top:solid 1px #ffffff;
}

div.socialPluginBox div#facebookRecomm ul,div.socialPluginBox div#facebookfeed ul{
	margin:-5px 0px 0px 1px;
	padding:0px 5px 0px;
	list-style-type:none;
}

div.socialPluginBox div#facebookRecomm li,div.socialPluginBox div#facebookfeed li{
	margin:0px;
	padding:5px 0px 5px;
	border-top:solid 1px #e0e0e0;
}

div.socialPluginBox div#facebookRecomm li:after,div.socialPluginBox div#facebookfeed li:after{
	content:"";
	display:block;
	clear:both;
}

div.socialPluginBox div#facebookRecomm li span.thumb,div.socialPluginBox div#facebookfeed li span.thumb{
	width:48px;
	height:48px;
	border:solid 1px #e8e8e8;
	margin:0px 5px 0px 0px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
*/

/*================================================================================
	form compornent
================================================================================*/
/*
form.frmQueries{
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

form.frmQueries h3{
	margin:0px 0px 15px;
	padding:0px;
	border:none;
	font-size:84%;
	font-weight:bold;
}

form.frmQueries dl,dl.memberListing{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 15px;
	border-bottom:solid 1px #e8e8e8;
}

form.frmQueries dl:after,dl.memberListing:after{
	content:"";
	display:block;
	clear:both;
}

form.frmQueries dl dt,dl.memberListing dt{
	width:27%;
	margin-top:15px;
	padding:12px 0px 0px;
	float:left;
	clear:left;
	color:#3d3d3d;
	font-weight:normal;
	border-top:solid 1px #e8e8e8;
}

form.frmQueries dl dd,dl.memberListing dd{
	width:70%;
	margin-top:15px;
	margin-left:0;
	margin-right:0;
	margin-bottom:-9px;
	padding-left:3%;
	padding-right:0;
	padding-top:12px;
	float:left;
	clear:right;
	border-top:solid 1px #e8e8e8;
}

form.frmQueries fieldset{
	margin:0px;
	padding:0px;
	border:none;
}

form.frmQueries label{
	margin: 0px 5px 0px -2px;
	padding: 3px;
}
*/

/* input line */
/*
input.fldLineText{
	margin: 0px 5px 0px 0px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #fcfcfc;
}

input.fldLineTextTM{
	margin: 5px 5px 0px 0px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #fbfbfb;
}

input.fldLineText:focus,input.fldLineTextTM:focus{
	background-color:#fffcf9;
	border:solid 1px #e8e8e8;
	outline:none;
	-webkit-box-shadow:inset 0px 0px 4px #f2f2f2;
	box-shadow:inset 0px 0px 4px #f2f2f2;
}
*/

/* text area */
/*
textarea.fldAreaText{
	margin: 0px;
	padding: 3px;
	border: solid 1px #e8e8e8;
	background-color: #fbfbfb;
}

textarea.fldAreaText:focus{
	background-color:#fffcf9;
	border:solid 1px #e8e8e8;
	outline:none;
	-webkit-box-shadow:inset 0px 0px 4px #f2f2f2;
	box-shadow:inset 0px 0px 4px #f2f2f2;
}
*/

/* select wrapper */
/*
span.fldSelect{
	display:inline-block;
	margin: 0px 5px 5px 0px;
	padding: 5px 24px 4px 8px;
	border: solid 1px #e8e8e8;
	background-color: #fcfcfc;
	background-image:url('/images/additional/form/pulldownlist_icon.png');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:1;
	white-space:nowrap;
}

span.fldSelect select{
	margin:0px;
	padding:0px;
	outline:none;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor:pointer;
}
*/

/* radio & checkbox list line type */
/*
ul.fldChoiceLine{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

ul.fldChoiceLine li{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	font-size:100%;
}
*/

/* radio & checkbox list list type */
/*
ul.fldChoiceList{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.fldChoiceList li{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size:100%;
}

ul.fldChoiceList ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}
*/

/* calendar input */
div.fldCalendarInput{
	width:238px;
	height:190px;
	padding:10px;
}


/* adjust margins */
/*
.fldAttachMargin{
	margin: 1px 3px 0px 0px;
}
*/


/* message */
/*
.frmRules{
	color:#bababa;
	margin:5px 0px 0px;
	font-size:91%;
}
*/

.frmError{
	font-weight:bold;
	color:#ff0000;
	margin:5px 0px 0px;
	display:inline-block;
	font-size:91%;
}
/*
.frmProgress{
	color:#bababa;
	margin:5px 0px 0px;
	display:inline-block;
	font-size:91%;
}

.frmResult{
	margin:5px 0px 0px;
	display:inline-block;
	font-size:91%;
}
*/

/* additional function button */
/*
form.frmQueries button.CDaddFormFunc{
	padding: 5px 10px 6px;
	margin: 0px 6px 0px;
	background-color: #999999;
	color: #ffffff;
	line-height: 1;
	border:none;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	font-size:91%;
	-webkit-box-shadow:0px 0px 2px #e8e8e8;
	box-shadow:0px 0px 2px #e8e8e8;
	vertical-align:top;
}

form.frmQueries button.CDaddFormFunc:hover{
	padding: 5px 10px 6px;
	margin: 0px 6px 0px;
	background-color: #fd9733;
	color: #ffffff;
	line-height: 1;
	border:none;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	font-size:91%;
	-webkit-box-shadow:0px 0px 6px #e8e8e8;
	box-shadow:0px 0px 6px #e8e8e8;
}

form.frmQueries button.CDdisableFormFunc{
	padding: 5px 10px 6px;
	margin: 0px 6px 0px;
	background-color: #999999;
	color: #d5d5d5;
	line-height: 1;
	border:none;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	font-size:91%;
	-webkit-box-shadow:0px 0px 2px #e8e8e8;
	box-shadow:0px 0px 2px #e8e8e8;
}
*/
/* buttons */
/*
form.frmQueries div.buttonArea{
	margin: 30px 0px 30px;
	padding: 0px;
	text-align: center;
}

form.frmQueries button.frmSend{
	min-width: 120px;
	padding: 10px 20px;
	margin: 6px;
	background-color: #999999;
	color: #ffffff;
	line-height: 1;
	border:none;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	-webkit-box-shadow:0px 0px 2px #e8e8e8;
	box-shadow:0px 0px 2px #e8e8e8;
}

form.frmQueries button.frmBack{
	min-width: 120px;
	padding: 10px 20px;
	margin: 6px;
	background-color: #dbdbdb;
	color: #ffffff;
	line-height: 1;
	border:none;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	-webkit-box-shadow:0px 0px 2px #e8e8e8;
	box-shadow:0px 0px 2px #e8e8e8;
}

form.frmQueries button:hover.frmSend,form.frmQueries button:hover.frmBack{
	background-color: #fd9733;
	color: #ffffff;
	-webkit-box-shadow:0px 0px 6px #e8e8e8;
	box-shadow:0px 0px 6px #e8e8e8;
}

span.txtNeedInput{
	width:40px;
	display: block;
	margin: 1px 0px 0px 0px;
	padding: 3px 6px 2px 5px;
	font-size: 82%;
	background-color: #ff6600;
	color: #ffffff;
	line-height: 1;
	text-align:center;
	vertical-align: top;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
*/

/* calendar input */
div.fldCalendarInput{
	width:250px;
	padding:10px;
	min-height:180px;
	height:auto !important;
	height:180px;
}

div.fldCalendarInput .calenderMenu{
	margin-top:0px;
}

.calenderForm{
	width:250px;
	margin:0px auto 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:1px;
	background-color:#fff;
	font-size:71%;
	line-height:1;
}

.calenderForm tr:first-child th{
	border-top:none;
}

.calenderForm tr:last-child td{
	border-bottom:none;
}

.calenderForm tr td:first-child,.calenderForm tr th:first-child{
	border-left:none;
}

.calenderForm tr td:last-child,.calenderForm tr th:last-child{
	border-right:none;
}

.calenderForm a{
	text-decoration:underline;
}

.calenderMenu{
	width:250px;
	margin:20px auto 0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:1px;
	background-color:#fff;
	font-size:71%;
	line-height:1;
	font-family: 'Open Sans', sans-serif;
}

.calJumpMenuTD{
	width:222px;
	border:none;
	margin:0px;
	padding:0px 0px 5px;
}

.calJumpMenuTD span.fldSelect{
	border:none;
	background-color:#ffffff;
	background-position:right -2px;
}

.calNextBackTD{
	width:18px;
	border:none;
	margin:0px;
	padding:0px 0px 5px;
	text-align:right;
}

.calNextBack{
	width:13px;
	height:13px;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
	outline:none;
	display:inline-block;
}

.calenderWeek{
	margin:0px;
	padding:5px 2px;
	color:#5d5d5d;
	text-align:center;
	border:solid 1px #e8e8e8;
	font-weight:normal;
}

.calUsualDay{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#b2b2b2;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calSaturDay{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#babadd;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calSunHolDay{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#f97474;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calToDay{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#f7b676;
	font-weight:bold;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calAniversary{
	margin:0px;
	padding:5px 2px;
	background-color:#68dc44;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#11a405;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calAniversary2{
	margin:0px;
	padding:5px 2px;
	background-color:#57cb33;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#0a8102;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.caloutofMonth{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:center;
	color:#b2b2b2;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calpastday{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:center;
	color:#b2b2b2;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.calpastday a{
	color:#bdbdbd;
}

.calenableDate{
	color:#5d5d5d;
	font-weight:bold;
}

.calenableOver{
	margin:0px;
	padding:5px 2px;
	background-color:#f2f2f2;
	border:solid 1px #e8e8e8;
	text-align:right;
	font-weight:bold;
}

.calselect{
	margin:0px;
	padding:5px 2px;
	border:solid 1px #e8e8e8;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
}

.calenderselect{
	border:solid 1px #e8e8e8;
}

/* member icon */
ul.memberIconChoice{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.memberIconChoice:after{
	content:"";
	display:block;
	clear:both;
}

ul.memberIconChoice li{
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
}

/* query History */
dl.queryHistList{
	width: 690px;
	margin: 0px;
	padding: 0px;
}

dl.queryHistList dt{
	width: 690px;
	margin: 0px 0px 0px;
	padding: 0px 0px 5px;
	border:none;
	border-bottom:dotted 1px #d6d6d6;
	font-weight:normal;
}

dl.queryHistList dt span.sendDate{
	margin: 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	display:block;
	float:left;
	font-family: Helvetica;
}

dl.queryHistList dt span.sendSubject{
	margin: 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	display:block;
	float:left;
}

dl.queryHistList dt span.sendPerson{
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align:right;
	display:block;
	float:right;
}

dl.queryHistList dd{
	width: 690px;
	margin: -1px 0px 15px;
	padding: 0px 0px 0px;
	border:none;
	border-bottom:solid 1px #d6d6d6;
	overflow:hidden;
}

dl.queryHistList dd span.sendComment{
	margin: 0px;
	padding: 10px 0px;
	line-height:1.75;
/*
	text-align:justify;
	text-justify:inter-ideograph;
*/
	display:block;
}

/* box scroll */
div.boxScrollWrap {
	margin: 20px 0px 0px;
	padding: 15px 5px 12px 15px;
	background-color: #ffffff;
	border: 1px dotted #dedede;
	font-size:100%;
	overflow: hidden;
	box-shadow:inset 0px 0px 2px #cfcfcf;
}

div.boxScroll {
	margin: 0px 10px 0px 0px;
	height:300px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}


/*================================================================================
	 tooltip ( floating fukidashi box )
================================================================================*/
.tooltip{
	margin: 0px;
	padding: 2px 10px 7px;
	position: relative;
	background:#fff;
	border:solid 1px #e8e8e8;
}

.tooltip.float{
	-webkit-box-shadow: 0px 0px 3px #e8e8e8;
	box-shadow: 0px 0px 3px #e8e8e8;
}

.tooltip.announce{
	width:80px;
	font-size:71%;
}

.tooltip.announce p{
	padding-top:2px;
	margin-bottom:7px;
	line-height:0;
}

.tooltip.authors{
	width:300px;
	font-size:71%;
}

.tooltip.authors p{
	margin-top:4px;
}

.tooltip.authors:after{
	content:"";
	display:block;
	clear:both;
}

.tooltip.authors img{
	float:left;
	margin:3px 10px 5px 0px;
}

.tooltip div.close{
	position:absolute;
	width:100%;
	height:13px;
	top:-11px;
	left:6px;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align:right;
}

.tooltip.topCenter:after,.tooltip.topCenter:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin-left:-6px;
	left:50%;
}

.tooltip.topLeft:after,.tooltip.topLeft:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	left:12px;
}

.tooltip.topRight:after,.tooltip.topRight:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right:12px;
}

.tooltip.topCenter:after,.tooltip.topLeft:after,.tooltip.topRight:after{
	border-top: 12px solid #ffffff;
	bottom: -11px;
}

.tooltip.topCenter:before,.tooltip.topLeft:before,.tooltip.topRight:before{
	border-top: 12px solid #e8e8e8;
	bottom: -13px;
}

.tooltip.bottomCenter:after,.tooltip.bottomCenter:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin-left:-6px;
	left:50%;
}

.tooltip.bottomLeft:after,.tooltip.bottomLeft:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	left:12px;
}

.tooltip.bottomRight:after,.tooltip.bottomRight:before{
	content: '';
	position:absolute;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right:12px;
}

.tooltip.bottomCenter:after,.tooltip.bottomLeft:after,.tooltip.bottomRight:after{
	border-bottom: 12px solid #ffffff;
	top: -11px;
}

.tooltip.bottomCenter:before,.tooltip.bottomLeft:before,.tooltip.bottomRight:before{
	border-bottom: 12px solid #e8e8e8;
	top: -13px;
}


.tooltip.leftCenter:after,.tooltip.leftCenter:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-top:-6px;
	top: 50%;
}

.tooltip.leftTop:after,.tooltip.leftTop:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-top:-6px;
	top: 12px;
}

.tooltip.leftBottom:after,.tooltip.leftBottom:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	bottom: 12px;
}

.tooltip.leftCenter:after,.tooltip.leftTop:after,.tooltip.leftBottom:after{
	border-left: 12px solid #ffffff;
	right: -11px;
}

.tooltip.leftCenter:before,.tooltip.leftTop:before,.tooltip.leftBottom:before{
	border-left: 12px solid #e8e8e8;
	right: -13px;
}

.tooltip.rightCenter:after,.tooltip.rightCenter:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-top:-6px;
	top: 50%;
}

.tooltip.rightTop:after,.tooltip.rightTop:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 12px;
}

.tooltip.rightBottom:after,.tooltip.rightBottom:before{
	content: '';
	position:absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	bottom: 12px;
}

.tooltip.rightCenter:after,.tooltip.rightTop:after,.tooltip.rightBottom:after{
	border-right: 12px solid #ffffff;
	left: -11px;
}

.tooltip.rightCenter:before,.tooltip.rightTop:before,.tooltip.rightBottom:before{
	border-right: 12px solid #e8e8e8;
	left: -13px;
}


/*================================================================================
	 social link
================================================================================*/

ul.socialLinks{
	height: 20px;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	list-style-type: none;
	background-color: #FFFFFF;
}

li.socialLink{
/*	width:60px;*/
	height:17px;
	padding:0px;
	margin-left: 5px;
	float: left;
	line-height:1;
	text-align:center;
	border:solid 1px #cccccc;
	background-color:#ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
}

li.socialLink a{
	min-width:28px;
	height:12px;
	display:inline-block;
	padding:2px 5px 4px 22px;
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Helvetica;
	outline:noe;
	text-decoration:none;
	color:#000000;
}

li.socialLink a.nocount{
	background-position:center center;
	text-indent:-9999px;
}

.twitterLink{
	background-image:url('../images/additional/sns/sns_icon_tw.png');
}

.facebookShare{
	background-image:url('../images/additional/sns/sns_icon_fb.png');
}

.gplusoneShare{
	background-image:url('../images/additional/sns/sns_icon_gp.png');
}

.hatenabookmark{
	background-image:url('../images/additional/sns/sns_icon_hb.png');
}

.lineShare{
	background-image:url('../images/additional/sns/sns_icon_ln.png');
}

.pinterestShare{
	background-image:url('../images/additional/sns/sns_icon_pt.png');
}


.twitterLink.nocount{
	background-color:#00ccff;
}


.facebookShare.nocount{
	background-color:#455392;
}


.gplusoneShare.nocount{
	background-color:#dc422b;
}


.hatenabookmark.nocount{
	background-color:#6284c6;
}


.lineShare.nocount{
	background-color:#00c300;
}

.pinterestShare.nocount{
	background-color:#bd081b;
}



/*================================================================================
	 voice
================================================================================*/
dl.voiceForm{
	margin:0px;
	padding:0px;
}

dl.voiceForm:after{
	content:"";
	display:block;
	clear:both;
}

dl.voiceForm dt{
	margin:0px;
	padding:0px 0px 5px;
	float:left;
	width:100px;
	clear:left;
}

dl.voiceForm dd{
	margin:0px;
	padding:0px 0px 5px;
	float:left;
	width:440px;
	clear:right;
}

dl.voiceForm dd:after{
	content:"";
	display:block;
	clear:both;
}

label.voiceloginLabel,span.voiceloginLabel{
	display:inline-block;
	width:30px;
	margin:0px;
	padding:0px 0px 5px;
}

div.voiceChoices{
  width: 120px;
  min-height: 20px;
  padding: 0px;
  margin: 0px 0px 14px;
  position: relative;
  background-color: #e8e8e8;
  float: left;
  clear: right;
}

div.voiceChoices img.voiceStar{
/*	width:240px;*/
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	border:none;
	outline:none;
	z-index:50;
}

div.voiceChoices span.voiceGauge{
  /*	width:47%;*/
  min-height: 20px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  outline: none;
  z-index: 10;
  background-color: #dab841;
  display: block;
}

p.reviewNotice{
	background-color:#f3f3f3;
	border: solid 1px #cccccc;
	padding:15px;
	margin:0px;

}

/*================================================================================
	modal window
================================================================================*/
.modalShade{
	background-color:#ffffff;
}

div.modalWindow{
	width:720px;
	height:520px;
	margin:0px;
	padding:18px 10px 10px 20px;
	background-color:#ffffff;
	box-shadow:0px 0px 6px #d5d5d5;
}

div.modalClose{
	margin:0px;
	padding:0px;
	right:-17px;
	top:-17px;
	text-align:right;
	line-height:1px;
	position:absolute;
	z-index:20;
}

div.modalBody{
	width:720px;
	height:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

div.modalBody span.appendix{
	color: #aaaaaa;
	font-size: 86%;
	margin: 0px;
}

div.modalPhotos{
	width:960px;
	height:480px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	box-shadow:0px 0px 6px #d5d5d5;
}

a.modalPrev{
	width:19px;
	height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/images/additional/slide_arrow_prev.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	cursor:pointer;
}

a.modalNext{
	width:19px;
	height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border:none;
	outline:none;
	text-decoration:none;
	text-indent:-99999px;
	background-image:url('/images/additional/slide_arrow_next.png');
	background-position:left center;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
}

.clickToEnlarge{
	position:absolute;
	right: 0px;
	bottom: 0px;
	margin:0px;
	padding:5px;
	background-color:#2b436d;
	border:solid 1px #5D81BF;
	color:#ffffff;
	font-size: 9px;
	text-align:center;
	line-height:1;
	text-shadow:2px 2px 3px #434343;
	opacity:0.6;
	filter: alpha(opacity=75);
	z-index:100;
	/*font-family:'FrutigerLTW01-55Roman';*/
}


/*================================================================================
	rewrite orijinal css
================================================================================*/
#searchTtlInfo ul li#ttlStarArea span{
	background-image: none;
}

span.starScale {
	background-image: none;
	width: 90px;
	height: 19px;
	display: block;
	float: left;
	margin-top: -2px;
	margin-right: 5px;
	position:relative;
	background-color:#d2d2d2;
}

span.starScale.topReviewRank{
	margin-bottom:3px;
}

span.starScale img {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	z-index:100;
}

span.starScale span.starGauge {
	height: 19px;
	display: block;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	z-index:50;
	background-color:#dab841;
}

p.reviewDetails{
	margin-left:5px;
}



/*
	add 2017/4/4
*/

#searchTtlInfo ul li.genre{
	max-width:300px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}