@charset "utf-8";

/*---------------
 rounded
---------------*/
.rounded_s{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rounded_m{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded_l{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.rounded_top{
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.rounded_bottom{
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/*---------------
 word
---------------*/

div,p,span,th,td{
	word-break: break-all;
	word-wrap: break-word;
}

#contents .imgbox,
#contents .imgbox div,
#contents .imgbox span,
#contents .weekbox span,
#contents .weekbox p,
#contents .weekbox div{
word-break: normal;
word-wrap: normal;
}

#contents table.fixed{
	table-layout:fixed;
}

/*---------------
 snsArea Layout
---------------*/

div.snsArea ul li{
	float: left;
	padding-right: 4px;
	text-align:right;
}

div.snsArea *{
	line-height:10px;
}

div.snsArea ul li.noPad{
	padding-right: 0;
}

div#sb2{
	float: right;
	margin-bottom:20px;
}


/*---------------
 Contents Layout
---------------*/
#header,#footer{
	min-width:970px;
}

#contents{
	background: #F2F2ED;
	padding-top:20px;
	min-width:970px;
}

#contents .bold{
	font-weight:bold;
}

#contents .inlineblock{
	display:inline-block;
	vertical-align:text-bottom;

}

 /* for IE6 */
* html #contents .inlineblock{
	display:inline;
	zoom:1;
	vertical-align:text-bottom;
}

/* for IE7 */
*:first-child+html #contents .inlineblock{
	display:inline;
	zoom:1;
	vertical-align:text-bottom;
}

/*oldIE*/
#contents .oldie{
	display:none;
}

 /* for IE6 */
* html #contents .oldie{
	display:inline;
	vertical-align:text-bottom;
}

/* for IE7 */
*:first-child+html #contents .oldie{
	display:inline;
	vertical-align:text-bottom;
}

/** .contents_warp a:link{ **/
.contents_warp a{
	 color:#005799;
}

/***
#contents a:visited{
	color:#990099 ;
}
***/

#contents a.over{
	color:#990099;
	cursor: pointer;
	text-decoration:underline;
}

#contents a.selected{
	color:#000;
}

.contents_warp{
	margin: auto;
	text-align:left;
	width:970px;
}

#mainContents{
	width:970px;
}


#mainContents #mainLeftside{
	float:left;
	text-align:left;
	width:784px;
}

#mainContents #mainRightside{
	float:right;
	text-align:left;
	width:170px;
}
/*
#mainContents .printwidth{
	display:none;
}
*/
/*---------------
 common style
---------------*/

#contents .imgbox{
	border:1px #BBB solid;
	display: table-cell;  
	*display: block;
	text-align:center;
	vertical-align:middle; 
}

#contents .size_50{
	height:50px;
	width:50px;
}

#contents .size_78{
	height:78px;
	width:78px;
}

#contents .size_80{
	height:80px;
	width:80px;
}

#contents .size_85{
	height:85px;
	width:85px;
}

#contents .size_100{
	height:100px;
	width:100px;
}

#contents .size_200{
	height:200px;
	width:200px;
}

#contents .size_220{
	height:220px;
	width:220px;
}

#contents .size_250{
	height:250px;
	width:250px;
}

#contents .size_422{
	height:200px;
	width:422px;
}

#contents .size_moviel{
	height:166px;
	width:250px;
}

#contents .size_movies{
	height:120px;
	width:180px;
}

 /* for IE6 */
* html #contents .imgbox{
	display:inline;
	zoom:1;
}

* html #contents .imgbox span.h_scale{
	vertical-align:middle;
	zoom:1;
}

* html #contents .size_50 span.h_scale{
	height:50px;
}

* html #contents .size_78 span.h_scale{
	height:78px;
}

* html #contents .size_80 span.h_scale{
	height:80px;
}

* html #contents .size_85 span.h_scale{
	height:85px;
}

* html #contents .size_100 span.h_scale{
	height:100px;
}

* html #contents .size_200 span.h_scale{
	height:200px;
}

* html #contents .size_220 span.h_scale{
	height:220px;
}

* html #contents .size_250 span.h_scale{
	height:250px;
}

* html #contents .size_422 span.h_scale{
	height:220px;
}

* html #contents .size_moviel span.h_scale{
	height:166px;
}

* html #contents .size_movies span.h_scale{
	height:120px;
}

* html #contents .imgbox img{
	vertical-align:middle;
}


/* for IE7 */
*:first-child+html #contents .imgbox{
	display:inline;
	zoom:1;
}

*:first-child+html #contents .imgbox span.h_scale{
	vertical-align:middle;
	zoom:1;
}

*:first-child+html #contents .size_50 span.h_scale{
	height:50px;
}

*:first-child+html #contents .size_78 span.h_scale{
	height:78px;
}

*:first-child+html #contents .size_80 span.h_scale{
	height:80px;
}

*:first-child+html #contents .size_85 span.h_scale{
	height:85px;
}

*:first-child+html #contents .size_100 span.h_scale{
	height:100px;
}

*:first-child+html #contents .size_200 span.h_scale{
	height:200px;
}

*:first-child+html #contents .size_220 span.h_scale{
	height:220px;
}

*:first-child+html #contents .size_250 span.h_scale{
	height:250px;
}

*:first-child+html #contents .size_422 span.h_scale{
	height:200px;
}

*:first-child+html #contents .size_moviel span.h_scale{
	height:166px;
}

*:first-child+html #contents .size_movies span.h_scale{
	height:120px;
}

*:first-child+html #contents .imgbox img{
	vertical-align:middle;
}


#contents a.over:hover{
	filter:alpha(style=0,opacity=60);
	opacity:0.60;
	-moz-opacity:0.60;
}

.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}

.txt_ind01{
	text-indent:-1em;
	margin-left:1em;
}

il.txt_ind01 li{
	text-indent:-1em;
	margin-left:1em;
}

/*---------------
 common btn style
---------------*/

#contents .btn_detailtravel a{
	background:url(../../img/detail/btn_travel01.png) no-repeat;
	/*background-position:0 -80px;*/
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:346px;
}

#contents .btn_detailgnavi a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -80px;
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:346px;
}

#contents .btn_detailgnavi a:hover{
	background-position:-350px -80px;
}

#contents .btn_limitedcoupon a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -120px;
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:304px;
}

#contents .btn_limitedcoupon a:hover{
	background-position:-350px -120px;
}


#contents .btn_mailmagazine a{
	background:url(../../img/detail/btn_mailmagazine.png) no-repeat;
	background-position:0 0;
	display:block;
	height:100px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:663px;
}

#contents .btn_mailmagazine a:hover{
	background-position:0 -100px;
}


#contents .btn_zoom a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -260px;
	display:block;
	height:18px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:71px;
}

#contents .btn_lookmapandcoupon a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -240px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:131px;
}

#contents .btn_lookmap a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:-140px -240px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:78px;
}


#contents .btn_routesearch a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -220px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:139px;
}

#contents .btn_lookdetail a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -340px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:78px;
}

#contents .btn_lookdetail_s a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -480px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:46px;
}

#contents .btn_requestinfo a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -410px;
	display:block;
	height:17px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:105px;
}

#contents .btn_requestinfo_l a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -370px;
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:126px;
}

#contents .btn_requestinfo_xl a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -440px;
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:141px;
}

#mainLeftside .btn_areainfo a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 0;
	display:block;
	height:30px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:126px;
}

#mainLeftside .btn_route a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -40px;
	height:30px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:126px;
}

#mainLeftside .btn_mladd a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -510px;
	height:19px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:19px;
}

#mainLeftside .btn_mladd a:hover{
	background-position:0 -530px;
}

#mainLeftside .btn_mldel a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:-30px -510px;
	height:19px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:19px;
}

#mainLeftside .btn_mldel a:hover{
	background-position:-30px  -530px;
}

#mainLeftside .btn_mlup a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:-60px -510px;
	height:19px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:19px;
}

#mainLeftside .btn_mlup a:hover{
	background-position:-60px  -530px;
}


#mainLeftside .btn_searchmap a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -560px;
	height:17px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:96px;
}

#mainLeftside .btn_searchscreen a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -580px;
	height:17px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:163px;
}

#mainLeftside .btn_screencont a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -600px;
	height:17px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:66px;
}

#mainLeftside .btn_print a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -620px;
	height:33px;
	display:block;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:68px;
}

#contents .iconup02 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -1408px;
	display:block;
	min-height:17px;
	padding-left:19px;
}

#contents .iconbtm01 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -418px;
	display:block;
	min-height:17px;
	padding-left:19px;
}

#contents .iconbtm02 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -518px;
	display:block;
	min-height:15px;
	padding-left:19px;
}

#contents .iconbtm03 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -1198px;
	display:block;
	min-height:15px;
	padding-left:19px;
}

#contents .iconmore01 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -618px;
	display:block;
	min-height:15px;
	padding-left:19px;
}

#contents .iconfor01 a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 2px;
	display:block;
	min-height:15px;
	padding-left:19px;
}

#contents .iconofficialweb a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -798px;
	display:block;
	min-height:15px;
	padding-left:90px;
}

#contents .innergotop a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -318px;
	display:block;
	float:right;
	min-height:17px;
	padding-left:19px;
}

#contents .iconotherweb a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -1098px;
	display:block;
	min-height:15px;
	padding-left:25px;
}



/*---------------
 common img style
---------------*/

#contents .endsoon{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-100px -890px;
	height:19px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:84px;
}

#contents .endtoday{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -890px;
	height:19px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:70px;
}

#contents .ichioshi{
	background:url(../../img/detail/icon_ichioshi.png) no-repeat;
	height:19px;
	margin-left:5px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:78px;
}

#contents .nowopen{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-60px -80px;
	height:15px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:54px;
}

#contents .comingsoon{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -80px;
	height:15px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:54px;
}

#contents .willpub{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-120px -80px;
	height:15px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:54px;
}

#contents .closed{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-180px -80px;
	height:15px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:54px;
}

/*---------------
 common title style
---------------*/
#contents .title_com01{
	background:url(../../img/detail/icon_color01.png) 0 2px no-repeat;
	border-bottom:3px #C7161E solid;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:6px;
	padding-left:25px;
}

#contents .title_com02{
	background:url(../../img/detail/bg_title02.png) left top no-repeat;
	margin-bottom:15px;
	padding-top:9px;
	display:block;
}

* html #contents .title_com02{
	zoom:1;
}


#contents .title_com02 span{
	background:url(../../img/detail/bg_title02.png) left bottom no-repeat;
	color:#666;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:0 15px 9px 15px;
	zoom:1;
}

* html #contents .title_com02 span{
	zoom:1;
}

/*---------------
 common table style
---------------*/

/* tablestyle01 */
#contents .tablestyle01{
	background:#EEE;
	border:1px #C5C5C5 solid;
	padding:2px;
}

#contents .tablestyle01 table{
	background:#EEE;
	border:2px #FFFFFF solid;
	width:100%;
}

#contents .tablestyle01 table th{
	background:#EEE url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	color:#666;
	font-size:10px;
	font-weight:bold;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#contents .tablestyle01 table td{
	background:#FFF url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	font-size:12px;
	padding:8px 15px;
	vertical-align:top;
}

#contents .tablestyle01 table tr.firstChild th{
	background-image:none;
}

#contents .tablestyle01 table tr.firstChild td{
	background-image:none;
}

#contents .tablestyle01 table td .teltxt{
	font-size:16px;
	font-weight:bold;
}

#contents .tablestyle01 table td .teltxt_l{
	font-size:18px;
	font-weight:bold;
}

#contents .tablestyle01 table td .suptxt{
	color:#777;
	font-weight:bold;
}

#contents .tablestyle01 table td .ex01{
	font-size:10px;
	padding-bottom:1px;
}


/* movietable */
#contents .movietable .titlebox{
	background:#3F3F3F url(../../img/detail/bg_grd07.png) repeat-x;
	border:1px #7B7B7B solid;
}

#contents .movietable .titlebox_warp{
	border:1px #2F2F2F solid;
	padding:7px 10px;
}

#contents .movietable .titlebox .titlespot{
	background:url(../../img/detail/icon_color10.png) left 2px no-repeat;
	color:#FFF;
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 2px 22px;
	width:640px;
}

#contents .movietable .titlebox .btn_mladd,
#contents .movietable .titlebox .btn_mldel,
#contents .movietable .titlebox .btn_mlup{
	margin-left:10px;
	margin-top:2px;
	float:right;
}


#contents .movietable table{
	background:#EBEBEB;
	border:1px #A8A8A8 solid;
	padding:2px;
	width:100%;
}

#contents .movietable table th{
	background:#EEE;
	border-right:4px #767676 solid;
	border-top:1px #A8A8A8 solid;
	font-weight:normal;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:37%;
}

#contents .movietable table td{
	background:#FFF url(../../img/detail/bg_linehdot01.png) left top repeat-y;
	border-top:1px #A8A8A8 solid;
	padding:8px;
	vertical-align:top;
	width:9%;
}

#contents .movietable table tr.firstChild th,
#contents .movietable table tr.firstChild td{
	border-top:none;
}

#contents .movietable table td.all{
	background-image:none;
	width:54%;
}

#contents .movietable table td.all a{
	color:#4E4E4E;
	font-size:13px;
	font-weight:bold;
}

#contents .movietable table td.firstChild{
	background-image:none;
}

#contents .movietable table td.detail{
	background-image:none;
	border-left:1px #A8A8A8 solid;
}


#contents .movietable table td.even{
	background-color:#F9F4F5;
	text-align:right;
}

#contents .movietable table td.odd{
	text-align:right;
}

#contents .movietable table th .movietitle{
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}

#contents .movietable table th .openday{
	color:#C7161E;
	font-size:12px;
}

#contents .movietable table th .ex01{
	padding-top:15px;
}

#contents .movietable table th .ex01 li{
	font-size:12px;
	text-indent:-1em;
	margin-left:1em;
}

#contents .movietable table th .nowopen{
	margin-top:-2px;
}

#contents .movietable table th .comingsoon{
	margin-top:-2px;
}

#contents .movietable table th .willpub{
	margin-top:-2px;
}

#contents .movietable table th .closed{
	margin-top:-2px;
}

/* timetable */

#contents .timetable{
	background:#EEE;
	border:1px #C5C5C5 solid;
	padding:2px;
}

#contents .timetable table{
	background:#EEE;
	border:2px #FFFFFF solid;
	width:100%;
}

#contents .timetable table th{
	background:#4C4C4C url(../../img/detail/bg_linehdot02.png) left top repeat-y;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	text-align:center;
	vertical-align:center;
	width:14%;
}

#contents .timetable table tr.dayof th{
	background-color:#B2B2B2;
	color:#2D2D2D;
}

#contents .timetable table th.firstChild{
	background-image:none;
}

#contents .timetable table td{
	background:#FFF url(../../img/detail/bg_linehdot01.png) left top repeat-y;
	border-top:1px #C8C8C8 solid;
	font-size:15px;
	font-weight:bold;
	padding:15px 18px;
	text-align:center;
	vertical-align:top;
	width:14%;
}

#contents .timetable table td.firstChild{
	background-image:none;
}

#contents .timetable table td.sat{
	background-color:#ECF7FF;
	text-align:center;
}

#contents .timetable table td.sun{
	background-color:#FFECEC;
	text-align:center;
}

#contents .timetable table tr.firstChild td{
	border-top:none;
}


/* #pr_picup
--------------------------------------------------------- */
#pr_picup {
    background:none;
    padding:0;
    border:0;
}

#pr_picup dl{
    width:468px;
    padding:5px;
    margin:2px;
    border: 1px solid #CACACA;
    background: none repeat scroll 0 0 #F9F9F6;
}

#pr_picup dd{
    width: 378px;
}

#pr_picup p{
    font-size:10px;
}

#pr_picup div{
    width:468px;
    padding:5px;
    margin:2px;
    border: 1px solid #CACACA;
    background: none repeat scroll 0 0 #F9F9F6;
    float:left;
}

/* #pankzu
--------------------------------------------------------- */
#pankzu {
	font-size:10px;
	margin-bottom:10px;
}

#pankzu ul li{
	float:left;
	margin-right:5px;
}

#pankzu ul li a{
	background: url(../../img/detail/bg_pank.png) center right no-repeat;
	display:block;
	padding-right:13px;
}


/*---------------------------------------------------------
 #mainLeftside
--------------------------------------------------------- */


/* spottitlebox
--------------------------------------------------------- */
#mainLeftside #spottitlebox{
	background: url(../../img/detail/bg_spottitle_mid.png) repeat-y;
}

#mainLeftside #spottitlebox_warp{
	background: url(../../img/detail/bg_spottitle_top.png) no-repeat;
	padding:10px 6px 5px 6px;
}

#mainLeftside #spottitlebox .innerbox{
	background:#FFF url(../../img/detail/bg_spottitle_bottom.png) left bottom no-repeat;
	margin-bottom:5px;
	padding:7px 10px 15px 10px;
	width:753px;
}

#mainLeftside #spottitlebox .forevent .innerbox,
#mainLeftside #spottitlebox .forlesson .innerbox{
	padding:7px 10px;
}

#mainLeftside #spottitlebox .floatleft{
	float:left;
	width:620px;
}

#mainLeftside #spottitlebox .floatright{
	float:right;
	position:relative;
	width:126px;
}

#mainLeftside #spottitlebox .forlesson .floatleft{
	float:left;
	width:480px;
}

#mainLeftside #spottitlebox .forlesson .floatright{
	float:right;
	position:relative;
	width:270px;
}

#mainLeftside #spottitlebox .formovie{
	border-left: 7px #C7161E solid;
	padding-left:10px;
}

#mainLeftside #spottitlebox h1{
	font-size:20px;
	font-weight:bold;
}

#mainLeftside #spottitlebox .forevent h1,
#mainLeftside #spottitlebox .forlesson h1{
	font-size:16px;
	font-weight:bold;
}

#mainLeftside #spottitlebox .formovie h1{
	font-size:18px;
	font-weight:bold;
}

#mainLeftside #spottitlebox .ruby{
	font-size:10px;
	padding-bottom:1px;
}

#mainLeftside #spottitlebox .day{
	border-top:1px #FFF solid;
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:7px 0;
	zoom:1;
}

#mainLeftside #spottitlebox .formovie .day{
	padding:0;
	color: #C7161E;
}


#mainLeftside #spottitlebox .forevent .detailinfo
#mainLeftside #spottitlebox .forlesson .detailinfo,{
	padding:7px 0 0 0;
}

#mainLeftside #spottitlebox .detailinfo{
	border-top:4px #C7161E solid;
	margin-top:7px;
	padding:7px 0 5px 0;
}

#mainLeftside #spottitlebox .detailinfo .locationlist{
	float:left;
}

#mainLeftside #spottitlebox .detailinfo .locationlist p{
	border-left: 1px solid #999;
	display: inline;
    padding-left:10px;
    margin-right:5px;
	margin-bottom:1px;
}

#mainLeftside #spottitlebox .detailinfo .locationlist p.firstChild{
	border-left:none;
	padding-left:0;
}

#mainLeftside #spottitlebox .detailinfo .locationall{
	float:right;
	text-align:right;
	width:260px;
}

#mainLeftside #spottitlebox .detailinfo .locationall .total {
    color: #C7161E;
    font-weight: bold;
}


#mainLeftside #spottitlebox .plase{
	color:#C3181F;
	font-size:11px;
	text-align:right;
	margin-bottom:5px;
}

#mainLeftside #spottitlebox ul.spotbtn li{
	margin-bottom:7px;
}

#mainLeftside #spottitlebox .forlesson ul.spotbtn li{
	float:right;
	margin-left:8px;
}

#mainLeftside #spottitlebox ul.btnarea{
	clear:both;
}

#mainLeftside #spottitlebox ul.btnarea li{
	float:left;
	margin-right:4px;	
}


#mainLeftside #spottitlebox .topbtnlistbox .snsArea{
	float:right;
	margin-right:4px;	
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_mypage{
	float:right;
	margin-right:4px;	
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_mypage a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -160px;
	display:block;
	height:21px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:104px;
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_mypage a:hover{
	background-position:-120px -160px;
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_sendphonepc{
	float:right;
	margin-right:4px;	
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_sendphonepc a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -190px;
	display:block;
	height:21px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:94px;
}

#mainLeftside #spottitlebox .topbtnlistbox .btn_sendphonepc a:hover{
	background-position:-120px -190px;
}


/* ul#tab_spotmenu
--------------------------------------------------------- */
#mainLeftside ul#tab_spotmenu{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	height:46px;
	width:784px;
}

#mainLeftside ul#tab_spotmenu li{
	background:url(../../img/detail/line_spotmenuline.png) right 3px no-repeat;
	padding:7px 12px 0 10px;
	float:left;
}

#mainLeftside ul#tab_spotmenu li p,
#mainLeftside ul#tab_spotmenu li a{
	display:table-cell;
	height:39px;
	*line-height:1.05;
	vertical-align:middle;
	padding-top:0;
}
	*+html #mainLeftside ul#tab_spotmenu li p,
	*+html #mainLeftside ul#tab_spotmenu li a{
		display:block;
		height:27px;
		padding-top:12px;
	}
	* html #mainLeftside ul#tab_spotmenu li p,
	* html #mainLeftside ul#tab_spotmenu li a{
		display:block;
		height:27px;
		padding-top:12px;
	}
/**/
#mainLeftside ul#tab_spotmenu li p font,
#mainLeftside ul#tab_spotmenu li a font{
	line-height:1.05;
}

#mainLeftside ul#tab_spotmenu li a{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration:none;
}
#mainLeftside ul#tab_spotmenu li.w01 a{
	width:74px;
}

#mainLeftside ul#tab_spotmenu li.w02 a{
	width:115px;
}

#mainLeftside ul#tab_spotmenu li a:hover{
	color:#000;
}

#mainLeftside ul#tab_spotmenu li.w01 a:hover{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-310px -60px;
}

#mainLeftside ul#tab_spotmenu li.w02 a:hover{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-430px -60px;
}

#mainLeftside ul#tab_spotmenu li.w01 .now{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-10px -60px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	width:74px;
}

#mainLeftside ul#tab_spotmenu li.w02 .now{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-130px -60px;
	color:#000;
	/*display:block;*//* Mod 130719 gnavi */
	font-weight:bold;
	font-size:13px;
	text-align:center;
	width:115px;
}


#mainLeftside ul#tab_spotmenu li.w01 a.now{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-10px -60px;
	color:#000;
	/*display:block;*//* Mod 130719 gnavi*/
	font-weight:bold;
	font-size:13px;
	/*height:27px;*//* Mod 130719 gnavi*/
	text-align:center;
	width:74px;
}

#mainLeftside ul#tab_spotmenu li.w02 a.now{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-130px -60px;
	color:#000;
	/*display:block;*//* Mod 130719 gnavi*/
	font-weight:bold;
	font-size:13px;
	/*height:27px;*//* Mod 130719 gnavi*/
	text-align:center;
	width:115px;
}

#mainLeftside ul#tab_spotmenu li.w01 a.now:hover{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-310px -60px;
}

#mainLeftside ul#tab_spotmenu li.w02 a.now:hover{
	background:url(../../img/detail/bg_tabareabase.png) no-repeat;
	background-position:-430px -60px;
}

/* spotmainbox
--------------------------------------------------------- */
#mainLeftside #spotmainbox{
	background:url(../../img/detail/bg_spotmain_mid.png) repeat-y;
	margin-bottom:8px;
	zoom:1;
}

#mainLeftside #spotmainbox_warp{
	background:url(../../img/detail/bg_spotmain_bottom.png) left bottom no-repeat;
}

#mainLeftside #spotmainbox .innerbox{
    padding:15px;
}

#mainLeftside #spotmainbox .forlesson .innerbox{
	background:url(../../img/detail/bg_leftmaintopbg_event.png) left top no-repeat;
}

#mainLeftside #spotmainbox .forevent .innerbox{
	background:url(../../img/detail/bg_leftmaintopbg_event.png) left top no-repeat;
	padding:10px 8px;
}

#mainLeftside #spotmainbox .formovie .innerbox{
    padding:15px 14px;
}



/* btmlinklist
--------------------------------------------------------- */
#mainLeftside .btmlinklist{
	border-top:1px #999 solid;
	padding:10px 10px 0 10px;
}

#mainLeftside .btmlinklist ul li{
	background: url(../../img/detail/line_bgh01.png) left 2px no-repeat;
	float:left;
	padding:0 12px 10px 12px;
}

#mainLeftside .btmlinklist ul li.firstChild{
	background-image:none;
	padding:0 12px 10px 5px;
}

#mainLeftside .btmlinklist ul li .now{
	font-weight:bold;
}


/* advertisingbox
--------------------------------------------------------- */
#mainLeftside .advertisingbox{
	margin: 0 auto 25px;
	width: 728px;
}

#mainLeftside .advertisingbox dl dt{
	padding-bottom:2px;
}

#mainLeftside .advertisingbox dl dd{
	font-size:10px;
	padding-bottom:20px;
}


/* correspondentbox
--------------------------------------------------------- */
#mainLeftside #correspondentbox{
	background:#525252 url(../../img/detail/bg_grd02.png) left top repeat-x;
	border:1px #CCC solid;
	padding:8px 6px;
	margin-bottom:20px;
}

#mainLeftside #correspondentbox .title{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:8px 13px 16px 13px;
}

#mainLeftside #correspondentbox_warp{
	background:#FFF;
	padding:23px 23px 20px 23px;
}

#mainLeftside #correspondentbox .recruitbox{
	background:url(../../img/detail/bg_grd03.png) repeat-x;
	border:1px #EEE solid;
	display: table;
	margin-bottom:15px;
	min-height:87px;
	width: 100%;
}
	*+html #mainLeftside #correspondentbox .recruitbox {
		display: block;
	}
	* html #mainLeftside #correspondentbox .recruitbox {
		display: block;
	}

#mainLeftside #correspondentbox .recruitbox .leftbox{
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 20px 15px;
	width: 50%;
}
	*+html #mainLeftside #correspondentbox .recruitbox .leftbox {
		display: block;
		float: left;
		width: 45%;
	}
	* html #mainLeftside #correspondentbox .recruitbox .leftbox {
		display: block;
		float: left;
		width: 45%;
	}

#mainLeftside #correspondentbox .recruitbox .leftbox .tit{
	color:#CD0E0E;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

#mainLeftside #correspondentbox .recruitbox .rightbox{
	border-left:1px #EEE solid;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 20px 15px;
	text-align: center;
	width: 50%;
}
	*+html #mainLeftside #correspondentbox .recruitbox .rightbox {
		display: block;
		margin-left: 50%;
		width: 45%;
		zoom: 1;
	}
	* html #mainLeftside #correspondentbox .recruitbox .rightbox {
		display: block;
		margin-left: 0;
		width: 45%;
	}

#mainLeftside #correspondentbox .recruitbox .rightbox .txt{
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

#mainLeftside #correspondentbox .recruitbox .rightbox ul {
	display: inline-block;
}
	*+html #mainLeftside #correspondentbox .recruitbox .rightbox ul {
		display: inline;
	}
	* html #mainLeftside #correspondentbox .recruitbox .rightbox ul {
		display: inline;
	}

#mainLeftside #correspondentbox .recruitbox .rightbox ul li{
	float:left;
	margin-right:15px;
}

#mainLeftside #correspondentbox .recruitbox .rightbox ul li a{
	color:#CD0E0E;
	display:block;
	font-weight:bold;
	padding:4px 0 4px 25px;
}

#mainLeftside #correspondentbox .recruitbox .rightbox ul li.post a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -720px;
}

#mainLeftside #correspondentbox .recruitbox .rightbox ul li.association a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-270px -720px;
}

#mainLeftside #correspondentbox .iconmore01 a{
	float:right;
}

#mainLeftside #correspondentbox .cormainbox{
	background:url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	margin:15px 0;
} 


#mainLeftside #correspondentbox .cormainbox ul{
	background:url(../../img/detail/bg_linewdot01.png) left bottom repeat-x;
	padding:20px 0;
} 

#mainLeftside #correspondentbox .cormainbox ul li{
	float:left;
	width:355px;
}

#mainLeftside #correspondentbox .cormainbox ul li.lastChild{
	float:right;
} 

#mainLeftside #correspondentbox .cormainbox ul li dl{
	width:355px;
}


#mainLeftside #correspondentbox .cormainbox ul li dl dt{
	float:left;
	width:82px;
}

#mainLeftside #correspondentbox .cormainbox ul li dl dd{
	float:right;
	width:266px;
}

#mainLeftside #correspondentbox .cormainbox ul li .name{
	font-size:14px;
	font-weight:bold;
}

#mainLeftside #correspondentbox .cormainbox ul li .name a{
	font-weight:bold;
}

#mainLeftside #correspondentbox .cormainbox ul li .ruby{
	font-size:10px;
	margin-bottom:2px;
}

#mainLeftside #correspondentbox .cormainbox ul li .ruby a{
	padding-bottom:1px;
}

#mainLeftside #correspondentbox .cormainbox ul li .txt{
	margin-bottom:5px;
}


#mainLeftside #correspondentbox .cormainbox ul li .op_good{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -250px;
	color:#F00;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding-left:45px;
	margin-right:7px;
}

#mainLeftside #correspondentbox .cormainbox ul li .op_comment{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-130px -250px;
	color:#06F;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding-left:45px;
	margin-right:7px;
}

#mainLeftside #correspondentbox .cormainbox ul li .op_feeling{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-260px -250px;
	color:#666;
	line-height:14px;
	float:left;
	font-size:10px;
	padding-left:40px;
}


/* searchlistbox
--------------------------------------------------------- */
#mainLeftside #searchlistbox{
	background:#525252 url(../../img/detail/bg_grd02.png) left top repeat-x;
	border:1px #CCC solid;
	padding:8px 6px;
	margin-bottom:20px;
}

#mainLeftside #searchlistbox .title{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:8px 13px 16px 13px;
}

#mainLeftside #searchlistbox_warp{
	background:#FFF;
	padding:23px 23px 8px 23px;
}

#mainLeftside #searchlistbox .title_sub{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}


#mainLeftside #searchlistbox .innerbox{
	background:url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	padding:15px 0 5px 0;
}

#mainLeftside #searchlistbox .innerbox_first{
	padding:0 0 5px 0;
}

#mainLeftside #searchlistbox ul li{
	background: url(../../img/detail/line_bgh01.png) left center no-repeat;
	float:none;
	padding:0 12px;
	margin-bottom:10px;
	white-space:normal;
	display:inline;
	zoom:1;
}

#mainLeftside #searchlistbox ul li.firstChild{
	background-image:none;
	padding:0 12px 0 0;
}

/* recodekakeinfobox
--------------------------------------------------------- */
#mainLeftside #recodekakeinfobox{
	background:#525252 url(../../img/detail/bg_grd02.png) left top repeat-x;
	border:1px #CCC solid;
	padding:8px 6px;
	margin-bottom:15px;
}

#mainLeftside #recodekakeinfobox .title{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:8px 13px 16px 13px;
}

#mainLeftside #recodekakeinfobox_warp{
	background:#FFF;
	padding:23px;
}

#mainLeftside #recodekakeinfobox .title_sub{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#mainLeftside #recodekakeinfobox .areainfo{
	margin-bottom:20px;
}

#mainLeftside #recodekakeinfobox .areainfo .innerbox{
	background:#F8F8F8;
	border:1px #E1E1E1 solid;
	padding:15px;
}

#mainLeftside #recodekakeinfobox .areainfo ul{
	margin-bottom:-10px;
	position:relative;
}


#mainLeftside #recodekakeinfobox .areainfo ul li{
	background:url(../../img/detail/bg_arrow01.png) left 6px no-repeat;
	float:left;
	padding-left:12px;
	margin-right:30px;
	margin-bottom:10px;
	white-space:nowrap;
}

#mainLeftside #recodekakeinfobox .areainfo ul li a{
	color:#333;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo{
	margin-bottom:20px;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo .iconmore01{
	margin-top:5px;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo .iconmore01 a{
	float:right;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo .innerbox{
	background:#F8F8F8;
	border:1px #E1E1E1 solid;
	padding:15px;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo .inner_warp{
	margin-bottom:-10px;
	position:relative;
}


#mainLeftside #recodekakeinfobox .kuchikomiinfo ul li{
	float:left;
	padding-right:10px;
	margin-bottom:10px;
	width:220px;
}


#mainLeftside #recodekakeinfobox .kuchikomiinfo ul li dl dt{
	float:left;
	width:82px;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo ul li dl dd{
	float:right;
	width:130px;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo ul li .name{
	font-weight:bold;
}

#mainLeftside #recodekakeinfobox .kuchikomiinfo ul li .name a{
	font-weight:bold;
}

#mainLeftside #recodekakeinfobox .odekakeinfo{
	margin-bottom:20px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .innerbox{
	background:#F8F8F8;
	border:1px #E1E1E1 solid;
	padding:15px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox{
	background: url(../../img/detail/bg_odekakeinfo.png) repeat-y;
	float:left;
	padding-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:220px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox.firstChild{
	background:none;
	float:left;
	padding-left:0;
	margin-right:10px;
	margin-bottom:10px;
	width:220px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox .sub_ct{
	color:#999;
	font-weight:bold;
	margin-bottom:5px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox ul li{
	background:url(../../img/detail/line_bgw01.png) left 10px no-repeat;
	padding-left:14px;
	margin-bottom:2px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox ul li a{
	color:#333;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox .otherinfolink{
	padding-left:14px;
	padding-top:10px;
}

#mainLeftside #recodekakeinfobox .odekakeinfo .linkslistbox .otherinfolink a{
	font-weight:bold;
	font-size:10px;
	padding-bottom:1px;
}

/* osusumelinkbox
--------------------------------------------------------- */
/*****
#mainLeftside .osusumelinkbox{
	padding:10px 0;
}

#mainLeftside .osusumelinkbox .title{
	font-weight:bold;
}

#mainLeftside .osusumelinkbox ul li{
	background: url(../../img/detail/line_bgh01.png) left center no-repeat;
	float:left;
	font-size:10px;
	padding:0 12px;
	margin-bottom:10px;
	white-space:nowrap;
}

#mainLeftside .osusumelinkbox ul li.firstChild{
	background-image:none;
	padding:0 12px 0 0;
}
*****/


/*---------------------------------------------------------
 #mainRightside
--------------------------------------------------------- */


/* bannerarea
--------------------------------------------------------- */
#mainRightside .bannerarea{
	margin-bottom:16px;
}

/* coupon
--------------------------------------------------------- */
#mainRightside .couponpointbox{
	background:#FFF;
	border:1px #FF7418 solid;
	margin-bottom:16px;
}

#mainRightside .couponpointbox .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 0;
	height:29px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .couponpointbox .innerbox{
	padding:13px 8px 8px 8px;
	text-align:center;
}

#mainRightside .couponpointbox .txt{
	color:#7D7D7D;
	margin-bottom:5px;
}

#mainRightside .couponpointbox .pointbox{
	background: #F60;
    border: 1px solid #E63E00;
	color:#FFFFFF;
	font-size:10px;
	margin:0 auto 6px auto;
	width:117px;
}

#mainRightside .couponpointbox .pointbox a{
	color:#FFFFFF;
}

#mainRightside .couponpointbox .pointbox span.pttxt{
	font-size:28px;
	font-weight:bold;
	line-height:1.2em;
}


#mainRightside .couponpointbox .logo a{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -40px;
	display:block;
	height:35px;
    margin:auto;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:142px;
}


/* mailmagazine
--------------------------------------------------------- */
#mainRightside .mailmagazine{
	background:#FFF;
	border:5px #C4C4C4 solid;
	color:#505050;
	padding:2px;
	margin-bottom:16px;
}

#mainRightside .mailmagazine .innerbox{
	background:url(../../img/detail/bg_grd01.png) repeat-x;
	padding:6px;
}

#mainRightside .mailmagazine .txt{
	font-size:12px;
	margin-bottom:10px;
}

#mainRightside .mailmagazine .btn_mm a{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -120px;
	display:block;
	height:30px;
    margin:auto;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:145px;
}



/* recommended
--------------------------------------------------------- */
#mainRightside .recommended{
	background:#FFF url(../../img/detail/bg_grd01.png) repeat-x;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .recommended .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:8px -490px;
	border-bottom:3px #000 solid;
	font-weight:bold;
	line-height:1.2em;
	padding:8px 8px 8px 28px;
}

#mainRightside .recommended ul.innerbox{
	padding:0 10px;
}

#mainRightside .recommended ul.innerbox li{
	background: url(../../img/detail/bg_linewdot01.png) repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	width:148px;
	font-size:10px;
}

#mainRightside .recommended ul.innerbox li.firstChild{
	background: none;
}

#mainRightside .recommended ul.innerbox li dt{
	display:block;
	float:left;
	width:52px;
}

#mainRightside .recommended ul.innerbox li dd{
	float:right;
	width:90px;
}

#mainRightside .recommended ul.innerbox li .name{
	color:#737373;
	font-weight:bold;
}

#mainRightside .recommended ul.innerbox li .name a{
	color:#737373;
	font-weight:bold;
	padding-bottom:1px;
}

#mainRightside .recommended ul.innerbox li .ct{
	color:#005799;
}


/* movienew
--------------------------------------------------------- */
#mainRightside .movienew{
	background:#FFF url(../../img/detail/bg_grd01.png) repeat-x;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .movienew .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:8px -490px;
	border-bottom:3px #000 solid;
	font-weight:bold;
	line-height:1.2em;
	padding:8px 8px 8px 28px;
}

#mainRightside .movienew .title span{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -687px;
	display:block;
	height:18px;
	overflow:hidden;
	text-indent:-9000px;
	width:55px;
}

#mainRightside .movienew .innerbox{
	padding:10px 9px 0 9px;
}

#mainRightside .movienew dl.open dt{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -640px;
	display:block;
	height:19px;
	text-indent:-9000px;
	margin-bottom:10px;
	width:150px;
}

#mainRightside .movienew dl.soon dt{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -660px;
	display:block;
	height:19px;
	text-indent:-9000px;
	margin-bottom:10px;
	width:150px;
}

#mainRightside .movienew dd{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -786px;
	font-size:10px;
	padding-bottom:10px;
	padding-left:14px;
}

#mainRightside .movienew dd a{
	color:#333;
	padding-bottom:1px;
}

#mainRightside .movienew .more{
	font-size:10px;
	padding-bottom:15px;
	padding-top:5px;
	text-align:right;
}

#mainRightside .movienew .more a{
	padding-bottom:1px;
}

/* history
--------------------------------------------------------- */
#mainRightside .history{
	background:#FFF;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .history .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	height:29px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .history .img01{
	background-position: 0 -260px;
}

#mainRightside .history .img02{
	background-position: 0 -293px;
}

#mainRightside .history .img03{
	background-position: 0 -326px;
}

#mainRightside .history .img04{
	background-position: 0 -359px;
}

#mainRightside .history .img05{
	background-position: 0 -392px;
}

#mainRightside .history .img06{
	background-position: 0 -425px;
}

#mainRightside .history .img07{
	background-position: 0 -458px;
}

#mainRightside .history .innerbox{
	padding:0 10px 5px 10px;
}

#mainRightside .history ul li{
	background: url(../../img/detail/bg_linewdot01.png) left bottom repeat-x;
	padding:10px 0;
	width:148px;
	font-size:10px;
}

#mainRightside .history ul li dt{
	display:block;
	float:left;
	width:52px;
}

#mainRightside .history ul li dd{
	float:right;
	width:90px;
}

#mainRightside .history ul li .name{
	color:#737373;
	font-weight:bold;
}

#mainRightside .history ul li .name a{
	color:#737373;
	font-weight:bold;
	padding-bottom:1px;
}

#mainRightside .history ul li .ct{
	color:#005799;
}

#mainRightside .history .btmlink{
	font-size:10px;
	padding-top:5px;
	position:relative;
	text-align:right;
	margin-left:-9px;
}

#mainRightside .history .btmlink a{
	padding-bottom:1px;
}


/* odekakeinfo
--------------------------------------------------------- */
#mainRightside .odekakeinfo{
	background:#FFF;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .odekakeinfo .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -90px;
	height:29px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .odekakeinfo .innerbox{
	padding:4px;
}

#mainRightside .odekakeinfo .maparea{
	height:270px;
	margin-bottom:4px;
	width:160px;
}

#mainRightside .odekakeinfo .btmlink{
	text-align:right;
	font-size:10px;
}

#mainRightside .odekakeinfo .btmlink a{
	padding-bottom:1px;
}

/* twitterbox
--------------------------------------------------------- */
#mainRightside #twitterbox{
	margin-bottom:16px;
}


/* letokyonews
--------------------------------------------------------- */
#mainRightside .letokyonews{
	background:#FFF;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .letokyonews .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -200px;
	border-bottom:14px #AAA solid;
	height:44px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .letokyonews .innerbox{
	padding:4px;
}

#mainRightside .letokyonews ul li{
	background: url(../../img/detail/bg_linewdot01.png) repeat-x;
	padding:10px 13px;
}

#mainRightside .letokyonews ul li.firstChild{
	background:none;
}

#mainRightside .letokyonews ul li a{
	background: url(../../img/detail/bg_arrow01.png) left 4px no-repeat;
	display:block;
	padding-left:10px;
}


/* pubinfo
--------------------------------------------------------- */
#mainRightside .pubinfo{
	background:#FFF;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .pubinfo .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -160px;
	border-bottom:14px #AAA solid;
	height:32px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .pubinfo .innerbox{
	padding:4px;
}

#mainRightside .pubinfo ul li{
	background: url(../../img/detail/bg_linewdot01.png) repeat-x;
	padding:10px 13px;
}

#mainRightside .pubinfo ul li.firstChild{
	background:none;
}

#mainRightside .pubinfo ul li a{
	background: url(../../img/detail/bg_arrow01.png) left 4px no-repeat;
	display:block;
	padding-left:10px;
}


/*---------------
 ClearFix
---------------*/
.clear{
	clear:both;
}

.clearfix,div#contents,div#mainContents{
	zoom: 1;
}
.clearfix:after,div#contents:after,div#mainContents:after{
	clear: both;
	content: url(../../img/detail/spacer.gif);
	display: block;
	height: 0;
}
.clearfix,div#contents,div#mainContents{
	display: inline-block;
}

/* Hides from IE Mac */
.clearfix,div#contents,div#mainContents{
	display: block;
}
/* End Hack */





/*-------------------------------------------------------
  Add 130417 monosus
--------------------------------------------------------- */
#mainLeftside #spottitlebox .floatleft02{
	float:left;
	width:580px;
}


#spottitlebox .floatleft_spot {
float: left;
width: 581px;
}

#spottitlebox .floatright_spot {
float: right;
position: relative;
width: 165px;
}

#spottitlebox .btnarea .btn_outingpoint a {
background: url(../../img/detail/btn_basic.png) no-repeat;
background-position: 0 -734px;
display: block;
height: 30px;
outline: none;
overflow: hidden;
text-indent: -9000px;
width: 353px;
}
#spottitlebox .topbtnlistbox .btn_areainfo a:hover{
	background-position:-360px -734px;
}

.btn_outingpoint_spot a {/* Mod 130627 gnavi */
background: url(../../img/detail/btn_basic.png) no-repeat;
background-position: 0 -734px;
display: block;
height: 30px;
outline: none;
overflow: hidden;
text-indent: -9000px;
width: 353px;
}
.btn_outingpoint_spot a:hover{/* Mod 130627 gnavi */
 background-position:-361px -734px;
}

.btn_outingpoint_event a {
background: url(../../img/detail/btn_basic.png) no-repeat;
background-position: 0 -904px;
display: block;
height: 30px;
outline: none;
overflow: hidden;
text-indent: -9000px;
width: 353px;
}
.btn_outingpoint_event a:hover{
	background-position:-361px -904px;
}

#spottitlebox .topbtnlistbox .btn_areainformation, #spottitlebox .topbtnlistbox .btn_rootinfo {
float: right;
margin-right: 4px;
}

#spottitlebox .topbtnlistbox .btn_areainformation a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -663px;
	display:block;
	height:21px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:110px;
}
#spottitlebox .topbtnlistbox .btn_areainformation a:hover{
	background-position:-120px -663px;
}

#spottitlebox .topbtnlistbox .btn_rootinfo a{
	background:url(../../img/detail/btn_basic.png) no-repeat;
	background-position:0 -774px;
	display:block;
	height:21px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:110px;
}
#spottitlebox .topbtnlistbox .btn_rootinfo a:hover{
	background-position:-120px -774px;
}


/*tab menu
/* Add 130417 monosus
--------------------------------------------------------- */

#mainLeftside ul#tab_spotmenu li {
	padding: 7px 8px 0 6px;
}


/* spot information
/* Add 130417 monosus
--------------------------------------------------------- */
#basicinfobox {
	margin-top: 30px;
}
#basicinfobox .tablestyle01 {
background: #EEE;
border: 2px #d1d1d1 solid;
}
#basicinfobox .tablestyle01 table {
background: #EEE;
width: 100%;
}
#contents .tablestyle01 th,#contents .tablestyle01 td {
}

#basicinfobox .btn_lookmapandcoupon a {
background: url(../../img/detail/btn_basic.png) no-repeat;
background-position: -140px -240px;
display: block;
height: 17px;
outline: none;
overflow: hidden;
text-indent: -9000px;
width: 80px;
}

#basicinfobox .tablestyle01 table th {
background: #EEE url(../../img/detail/bg_linewdot01.png) left top repeat-x;
font-size: 12px;
font-weight: bold;
padding: 10px;
text-align: left;
vertical-align: top;
}

#basicinfobox .title_com02 {
background: url(../../img/detail/bg_title02.png) left top no-repeat;
margin-bottom: 0px;
padding-top: 9px;
display: block;
}


/* spot reviews
/* Add 130417 monosus
--------------------------------------------------------- */

#mainLeftside #correspondentbox .recruitbox {
background: url(../../img/detail/bg_kuchikomi.png) repeat-x;
border: 1px #EEE solid;
height: 89px;
margin-bottom: 15px;
position: relative;
width: 725px;
}

#mainLeftside #correspondentbox .recruitbox .rightbox {
border-left: 1px #EEE solid;
height: 85px;
left: 400px;
position: absolute;
width: 200px;
}

#mainLeftside #correspondentbox .cormainbox ul li .op_smile{
	background:url(../../img/detail/icon_smile.png) no-repeat;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding-left:15px;
	margin-right:7px;
	font-size: 10px;
	height: 16px;
}
#mainLeftside #correspondentbox .cormainbox ul li .op_comment01{
	background:url(../../img/detail/icon_comment.png) no-repeat;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding-left:20px;
	margin-right:7px;
	font-size: 10px;
}


/* other
/* Add 130417 monosus
--------------------------------------------------------- */

.mt30 {
	margin-top: 30px;
}



/*cripArea
/* Add 130417 monosus
--------------------------------------------------------- */
#spottitlebox .cripArea{
	float:right;
	position: relative;
	width:165px;
	height: 65px;/* Mod 130713 gnavi */
}

#spottitlebox .cripArea .btn_crip a{
	background:no-repeat 0 -694px url(../../img/detail/btn_basic.png);
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 165px;
}

#spottitlebox .cripArea .btn_criped a{
	background:no-repeat -175px -694px url(../../img/detail/btn_basic.png);
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 165px;
}

#spottitlebox .cripArea .kutikomiCounter{
	padding-top:5px;	
}
#spottitlebox .cripArea .counter{
	position: absolute;
	top: 35px;
	right: 67px;
	padding-left:4px;
	background:no-repeat left url(../../img/detail/kutikomi_counter_l.gif);
}
#spottitlebox .cripArea .inner_kutikomiCounter{
	background:no-repeat right url(../../img/detail/kutikomi_counter_r.gif);
	color:#ca171d;
	font-size:14px;
	font-weight:bold;
	min-width: 80px;
	height:30px;
	line-height:30px;
	padding-right:14px;
	text-align:center;
	width: auto;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}

#spottitlebox .cripArea .btn_kutikomiPost{
	position: absolute;
	top: 35px;
	right: 0;
/*	float:right;
	width:65px;*/
}

#spottitlebox .cripArea .btn_kutikomiPost a{
	display: block;
	width: 65px;
	height: 30px;
	background: url(../../img/detail/btn_kutikomipost.gif) no-repeat left top;
	text-indent: -9999px;
}



/* odekakethu
/* Add 130417 monosus
--------------------------------------------------------- */
.odekakethu{
	width: 754px;/* Add 130426 terai*/
	margin: 0 auto 30px;
}

.odekakethu h2{
	background:no-repeat url(../../img/detail/odekakethu_title.gif);
	display: block;
	height: 46px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 620px;	
}

.odekakethu .odekakethuBox{
	background:url(../../img/detail/odekakethu_back.gif);
	padding:7px 0 10px 15px;
}
.odekakethuBox ul {
	overflow: hidden;
	*zoom: 1;
}
.odekakethuBox li {
	background: url(../../img/detail/odekakethu_fukidashi_bottom.png) no-repeat bottom center;
	float: left;
	margin: 0 10px 4px 0;
	width: 234px;
	padding-bottom: 10px;
	_padding-bottom: 9px;
}
.odekakethuBox li.kk2_none,
.odekakethuBox li.kk3_none,
.odekakethuBox li.kk4_none,
.odekakethuBox .trivia_none {
	padding-bottom: 10px;
	_padding-bottom: 9px !important;
	background: url(../../img/detail/odekakethu_fukidashi_nopost_bottom.png) no-repeat bottom center;
}
.odekakethuBox .fBox {
	padding-top: 23px;
}

.odekakethuBox .kk1 .fBox {
	background: url(../../img/detail/odekakethu_fukidashi01.png) no-repeat 0 0;
}
.odekakethuBox .kk2 .fBox {
	background: url(../../img/detail/odekakethu_fukidashi02.png) no-repeat 0 0;
}
.odekakethuBox .kk2_none .fBox {
	background: url(../../img/detail/odekakethu_fukidashi_nopost01.png) no-repeat 0 0;
}
.odekakethuBox .kk3 .fBox {
	background: url(../../img/detail/odekakethu_fukidashi03.png) no-repeat 0 0;
}
.odekakethuBox .kk3_none .fBox {
	background: url(../../img/detail/odekakethu_fukidashi_nopost02.png) no-repeat 0 0;
}
.odekakethuBox .kk4 .fBox {
	background: url(../../img/detail/odekakethu_fukidashi04.png) no-repeat 0 0;
	position: relative;
}
.odekakethuBox .kk4_none .fBox {
	background: url(../../img/detail/odekakethu_fukidashi_nopost03.png) no-repeat 0 0;
}
.trivia .fBox{
	background: url(../../img/detail/odekakethu_fukidashi05.png) no-repeat 0 0;
}
.trivia_none .fBox {
	background: url(../../img/detail/odekakethu_fukidashi_nopost03.png) no-repeat 0 0;
}

.odekakethuBox li.kk5 {
	background: none;
	padding: 12px 0 0 1px;
	width: 233px;
	_width: 234px;
}

.odekakethuBox .kk1 .innerBox{
	padding:0 15px 0 13px;
}
.odekakethuBox .kk2 .innerBox,
.odekakethuBox .kk3 .innerBox,
.odekakethuBox .kk4 .innerBox,
.odekakethuBox .trivia .innerBox,
.odekakethuBox .kk2_none .innerBox,
.odekakethuBox .kk3_none .innerBox,
.odekakethuBox .kk4_none .innerBox,
.odekakethuBox .trivia_none .innerBox{
	padding:0 13px 3px 11px;
}
.odekakethuBox .kk1 .innerBox,
.odekakethuBox .kk2 .innerBox,
.odekakethuBox .kk3 .innerBox,
.odekakethuBox .kk4 .innerBox,
.odekakethuBox .trivia .innerBox {
	background: url(../../img/detail/odekakethu_fukidashi_bg.png) repeat-y 0 0;
}
.odekakethuBox .kk2_none .innerBox,
.odekakethuBox .kk3_none .innerBox,
.odekakethuBox .kk4_none .innerBox,
.odekakethuBox .trivia_none .innerBox{
	background: url(../../img/detail/odekakethu_fukidashi_nopost_bg.png) repeat-y 0 0;
}

.odekakethuBox .postTime{
	font-size:12px;
	margin-bottom:8px;
}
.odekakethuBox .postTime span{
	color:#C5181F;
}

.odekakethuBox .image a {
	background: #fff;
	border:1px solid #cbcbcb;
	display:table-cell;
	*display: block;
	height:75px;
	width:75px;
	vertical-align:middle;
    layout-grid-line:75px;
	text-align: center;
}
.odekakethuBox .image02 a {
	border:1px solid #cbcbcb;
	display:table-cell;
	*display: block;
	height:75px;
	width:75px;
	vertical-align:middle;
    layout-grid-line:75px;
	text-align: center;
}
.odekakethuBox .kk1 .image a {
	height:150px;
	width:150px;
    layout-grid-line:150px;
}
.odekakethuBox .image img{
	vertical-align: bottom;
}
.odekakethuBox .image,
.odekakethuBox .image02{
	float:left;
	margin-right:10px;
}
.odekakethuBox .kk1 .image{
	float: none;
	margin: 0 auto 10px;
	text-align: center;
	width: 152px;
}
.odekakethuBox .ft {
	overflow: hidden;
	*zoom: 1;
}

.odekakethuBox .msgTxt{
	font-size:14px;
	margin-bottom:7px;
}
.odekakethuBox .msgTxt img{
	margin-left:5px;
}
.odekakethuBox .msgTxt a{
	color:#333;
}

.odekakethuBox .post{
	font-size:11px;
}
.odekakethuBox .post a{
	color:#005799;
}

.odekakethuBox .kk2_none .post,
.odekakethuBox .kk3_none .post,
.odekakethuBox .kk4_none .post {
	text-align:right;
}

.odekakethuBox .trivia .title,
.odekakethuBox .trivia_none .title{
	background:no-repeat url(../../img/detail/odekakethu_trivia.gif);
	display: block;
	height: 27px;
	margin-bottom:15px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 107px;
}

.odekakethuBox .trivia .innerBox,
.odekakethuBox .trivia_none .innerBox{
	position:relative;
}
.odekakethuBox .trivia .btPost,
.odekakethuBox .trivia_none .btPost{
	position:absolute;
	right:-16px;
	top:0;
}
.odekakethuBox .trivia .btPost a,
.odekakethuBox .trivia_none .btPost a{
	background:no-repeat url(../../img/detail/odekakethu_trivia_post.gif);
	color: #005799 !important;
	display: block;
	font-size:10px;
	height: 23px;
	line-height:23px;
	padding-left:24px;
	width: 102px;
}

.odekakethuBox .butonArea{
	clear:both;
	padding-right: 11px;
}
.odekakethuBox .butonArea h3{
	float:right;
	margin-right:5px;
}
	.odekakethuBox .butonArea h3 a{
		display: block;
		width: 215px;
		height: 27px;
		text-indent: -9999px
	}
	.odekakethuBox .butonArea h3.btn01 a{
		background: url(../../img/detail/odekakethu_bt_moretrivia.png) no-repeat left top;
	}
	.odekakethuBox .butonArea h3.btn02 a{
		background: url(../../img/detail/odekakethu_bt_morekutikomi.png) no-repeat left top;
	}


/* spot information
/* Add 130417 monosus
--------------------------------------------------------- */

#basicinfobox .tablestyle01 {
}
#basicinfobox .tablestyle01 table {
}
#contents .tablestyle01 th,#contents .tablestyle01 td {
}

#basicinfobox .btn_lookmapandcoupon a {
	background: url(../../img/detail/btn_basic.png) no-repeat;
	background-position: -140px -240px;
	display: block;
	height: 17px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 80px;
}

#basicinfobox .tablestyle01 table th {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#basicinfobox .title_com02 {
	background: url(../../img/detail/bg_title02.png) left top no-repeat;
	margin-bottom: 0px;
	padding-top: 9px;
	display: block;
}

/* member
/* Add 130416 monosus
--------------------------------------------------------- */
#mainRightside .member{
	background:#fff;
	border:1px solid #676767;
	margin-bottom:17px;
}
#mainRightside .member .header{
	background:#000;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	padding:10px 5px 10px 7px;
}
#mainRightside .member .header a {
	color:#fff;
	text-decoration: none;
}
#mainRightside .member .header a:hover{
	text-decoration: underline;
}
#mainRightside .member .memberBox{
	padding:10px 10px 10px 6px;
}
.innerBox{
	padding-bottom:7px;
}
#mainRightside .member .thumb{
	float:left;
	margin-right:10px;
}
	#mainRightside .member .thumb a{
		display:table-cell;
		*display: block;
		border:1px solid #cbcbcb;
		height:50px;
		width:50px;
		layout-grid-line:2px;
		background: #fff;
		vertical-align:middle;
		text-align: center;
	}
#mainRightside .member .icons li{
	padding-bottom:3px;
}
.pointTxt{
	background:no-repeat left top url(../../img/detail/member_pointTxt.gif);
	height:19px;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
}
.point {
	font-size: 26px;
	font-weight: bold;
	text-align: right;
}
	.point span a {
		color: #ce2e35 !important;
		text-decoration: none;
	}
	.point span a:hover {
		text-decoration: underline;
	}
#mainRightside ul.state {
    overflow: hidden;
	*zoom: 1;
}
#mainRightside ul.state li {
	margin: 0 3px 5px 0;
	height: 16px;
}
#mainRightside ul.state li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	padding: 0 7px 0 0;
	height: 16px;
	line-height: 16px;
	background: url(../../img/detail/side_ico_bg_r_01.gif) no-repeat right top;
	text-decoration: none;
}
#mainRightside ul.state li span span {
	padding: 0 0 0 7px;
	background: #f7b748 url(../../img/detail/side_ico_bg_l_01.gif) no-repeat left top;
	white-space: nowrap;
	color: #343434;
	text-decoration: none;
}

/* odekakeinfo02
--------------------------------------------------------- */
#mainRightside .odekakeinfo02{
	background:#FFF;
	border:1px #8F8F8F solid;
	margin-bottom:16px;
}

#mainRightside .odekakeinfo02 .title{
	background:url(../../img/detail/img_leftarea.png) no-repeat;
	background-position:0 -90px;
	height:29px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
	width:168px;
}

#mainRightside .odekakeinfo02 .innerbox{
	padding:10px;
}

#mainRightside .odekakeinfo02 .maparea02{
	margin-bottom:3px;
}

#mainRightside .odekakeinfo02 .btmlink{
	text-align:right;
	font-size:10px;
}

#mainRightside .odekakeinfo02 .btmlink a{
	padding-bottom:1px;
}

/* odekakeinfo
--------------------------------------------------------- */
#mainRightside .yorimitiKutikomi .title{
	background:no-repeat center url(../../img/detail/yorimitiKutikomi.gif) #f1f2ed;
	border-top:1px dotted #cccccc;
	height:27px;
	outline: none;
	overflow: hidden;
	text-indent:-9000px;
}
#mainRightside .yorimitiKutikomi li{
	border-top:1px dotted #cccccc;
	padding:3px 7px 10px 10px;
}

#mainRightside .yorimitiKutikomi dt{
	color: #bd141b;
	font-size: 12px;
	background: no-repeat url(../../img/detail/yorimitiKutikomi_icon.gif) left top;
	min-height: 19px;
	_height: 19px;
	padding: 6px 0 0 22px;
}
#mainRightside .yorimitiKutikomi dd{
	padding-top:5px;
}
#mainRightside .yorimitiKutikomi dd .image{
	float: left;
	margin-right:7px;
}
	#mainRightside .yorimitiKutikomi dd .image span{
		display: table-cell;
		*display: block;
		width: 49px;
		height: 49px;
		layout-grid-line: 49px;
		border: 1px solid #cccccc;
		vertical-align: middle;
		text-align: center;
		background: #ffffff;
	}
		#mainRightside .yorimitiKutikomi dd .image span img {
			vertical-align: middle;
		}
#mainRightside .yorimitiKutikomi dd .msgTxtWrap {
	overflow: hidden;
}

#mainRightside .yorimitiKutikomi dd .msgTxt {
	word-wrap: break-word;
	overflow: hidden;
	font-size: 12px;
}
#mainRightside .yorimitiKutikomi dd .msgTxt a {
	color:#333;
	font-size:12px;
}

#mainRightside .yorimitiKutikomi dd .post{
	font-size:10px;
}

#mainRightside .yorimitiKutikomi dd .post a{
	color:#015799;
}
#mainLeftside #correspondentbox .recruitbox02{
	background:url(../../img/detail/bg_grd03.png) repeat-x;
	border:1px #EEE solid;
	display: table;
	margin-bottom:15px;
	min-height:87px;
	width: 100%;
}
	*+html #mainLeftside #correspondentbox .recruitbox02 {
		display: block;
	}
	* html #mainLeftside #correspondentbox .recruitbox02 {
		display: block;
	}

#mainLeftside #correspondentbox .recruitbox02 .leftbox{
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 20px 15px;
	width: 50%;
}
	*+html #mainLeftside #correspondentbox .recruitbox02 .leftbox {
		display: block;
		float: left;
		width: 45%;
	}
	* html #mainLeftside #correspondentbox .recruitbox02 .leftbox {
		display: block;
		float: left;
		width: 45%;
	}

#mainLeftside #correspondentbox .recruitbox02 .leftbox .tit{
	color:#CD0E0E;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox{
	border-left:1px #EEE solid;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 20px 15px;
	text-align: center;
	width: 50%;
}
	*+html #mainLeftside #correspondentbox .recruitbox02 .rightbox {
		display: block;
		margin-left: 50%;
		width: 45%;
		zoom: 1;
	}
	* html #mainLeftside #correspondentbox .recruitbox02 .rightbox {
		display: block;
		margin-left: 0;
		width: 45%;
	}

#mainLeftside #correspondentbox .recruitbox02 .rightbox .txt{
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul {
	display: inline-block;
}
	*+html #mainLeftside #correspondentbox .recruitbox02 .rightbox ul {
		display: inline;
	}
	* html #mainLeftside #correspondentbox .recruitbox02 .rightbox ul {
		display: inline;
	}

#mainLeftside #correspondentbox .recruitbox .recruitbox02 ul li{
	float:left;
	margin-right:15px;
}

#mainLeftside #correspondentbox .recruitbox .recruitbox02 ul li a{
	color:#CD0E0E;
	display:block;
	font-weight:bold;
	padding:4px 0 4px 25px;
}

#mainLeftside #correspondentbox .recruitbox .recruitbox02 ul li.post a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:0 -720px;
}

#mainLeftside #correspondentbox .recruitbox .recruitbox02 ul li.association a{
	background:url(../../img/detail/img_parts.png) no-repeat;
	background-position:-270px -720px;
}
#mainLeftside #correspondentbox .recruitbox02 {
	overflow: hidden;
}
#mainLeftside #correspondentbox .recruitbox02 .leftbox{
	float: left;
	overflow: hidden;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox{
	float: right;
	border-left: 1px #eeeeee solid;
	width: 361px;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox .txt{
	font-size:14px;
	font-weight:bold;
	top:22px;
	left:90px;
	position:absolute;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul{
	top:42px;
	left:90px;
	position:absolute;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul li{
	float:left;
	margin-right:15px;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul li a{
	color:#CD0E0E;
	display:block;
	font-weight:bold;
	padding:4px 0 4px 25px;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul li.post a{
	background:url(https://www.enjoytokyo.jp/img/detail/img_parts.png) no-repeat;
	background-position:0 -720px;
}

#mainLeftside #correspondentbox .recruitbox02 .rightbox ul li.association a{
	background:url(https://www.enjoytokyo.jp/img/detail/img_parts.png) no-repeat;
	background-position:-270px -720px;
}

.clip_popup a.over:hover{
	filter:alpha(style=0,opacity=60);
	opacity:0.60;
	-moz-opacity:0.60;
}

/* tablestyle03 */
#contents .tablestyle03{
	background:#EEE;
	border:1px #C5C5C5 solid;
	padding:2px;
}

#contents .tablestyle03 table{
	background:#EEE;
	border:2px #FFFFFF solid;
	width:100%;
}

#contents .tablestyle03 table th{
	background:#EEE url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	width: 110px;
	text-align:left;
	vertical-align:top;
}

#contents .tablestyle03 table td{
	background:#FFF url(../../img/detail/bg_linewdot01.png) left top repeat-x;
	font-size:12px;
	padding:8px 15px;
	vertical-align:top;
}

#contents .tablestyle03 table tr.firstChild th{
	background-image:none;
}

#contents .tablestyle03 table tr.firstChild td{
	background-image:none;
}

#contents .tablestyle03 table td .teltxt{
	font-size:16px;
	font-weight:bold;
}

#contents .tablestyle03 table td .teltxt_l{
	font-size:18px;
	font-weight:bold;
}

#contents .tablestyle03 table td .suptxt{
	color:#777;
	font-weight:bold;
}

#contents .tablestyle03 table td .ex01{
	font-size:10px;
	padding-bottom:1px;
}
