<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------Reset-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	font-size: 100%;
	vertical-align: baseline;
	/* [disabled]background:transparent; */
	text-decoration: none;
}
a:visited{
	margin:0;
	padding:0;
	border:0;
	color:#666666;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
a:hover{
	color:#8C8C8C;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
.plain-table{}
.plain-table td{
	padding: 3px;
	border-right: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
}
.plain-table th{
	padding: 3px;
	border-right: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	background-color: #E7F5BA;
}
.plain-table th:last-child ,.plain-table td:last-child {
	border-right: none;
}
hr {
	display:block;
	height:30px;
	border:none;
	clear: both;
	margin: 0 0 30px;
	background: url(../common/hr.gif) transparent bottom repeat-x;
	border-width: 0px;
}

/*hr{
	clear: both;
	margin: 25px 0\9;
	height:1px\9;
	border:1px solid #cccccc\9;
	border-color:#cccccc\9;
	background-color:#CCCCCC\9;
}
*/
input, select {
	vertical-align:middle;
	padding: 2px 0;
}
/*-----------------------------------------------------------------------------------------------------------------------------Base-*/

html,body{
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #3A3A3A;
	line-height: 1.6em;
	/* [disabled]background-color: #FFFFFF; */
	background-image: url(../../2012/common/2013/2013-bg.jpg);
}

p{
	margin-bottom: 1.4em;
}
/*---------------------------------------------------------------------------------------------------------------------Wrap and Header-*/

#wrap{
	width: 1170px;
	margin: 0 auto 0;
	padding: 0 15px 20px;
	background: url(../../2012/common/2012-wrap-bg.png) repeat-y top;
}
.heads{
	height: 30px;
	background-image: url(../../2012/common/2013/head.png);
	width: 1200px;
	margin: 0 auto;
}

#header{
	height: 135px;
	position: relative;
	padding-bottom: 20px;
}
#unit-a{
	width: 190px;
	float: left;
	border-right: #333 1px dotted;
}
#unit-b{
	width: 660px;
	float: left;
	clear: both;
}
#unit-c{
	width: 290px;
	float: left;
	padding-left: 12px;
	border-left: #333 1px dotted;
	padding-top: 15px;
}

#indicater{
	height: 160px;
	width: 166px;
	/* [disabled]padding: 20px 0 0 0; */
	/* [disabled]float:left; */
	position: absolute;
	left: 7px;
	top: -6px;
}
#indicater.grandcolor{	background-image: url(../../2012/common/grand-chip.png);}
#indicater.ssffcolor{	background-image: url(../../2012/common/ssff-chip.png);}
#indicater.loungecolor{	background-image: url(../../2012/common/lounge-chip.png);}
#indicater.bizcolor{	background-image: url(../../2012/common/biz-chip.png);}
#indicater.color2012{
	background-image: url(../../2012/common/2013/2013-chip.png);
}
#indicater span{
	position:absolute;
	text-indent:-9999px;
}
#slide{
	margin-bottom: 25px;
	width: 645px;
	height: 300px;
	position: relative;
	margin: 15px 0 25px 0;
	-moz-box-shadow: 0px 0px 4px 3px rgba(51,51,51,0.3);
	-webkit-box-shadow: 0px 0px 4px 3px rgba(102,102,102,0.3);
	box-shadow: 0px 0px 4px 3px #CCCCCC;
	behavior: url(../js/PIE.htc);
}
#slide img{
	width: 640px;
	height: 300px;
}

#social-link {
	position: absolute;
	top: 108px;
	right: 80px;
	width: 310px;
	z-index: 2;
	float: right;
}

.fb{
	width: 115px;
	float: right;
	padding-top: 10px;
}
.twitter{
	width: 115px;
	padding-top: 10px;
	float: right;
}
.gplus{
	width: 75px;
	float: right;
	padding-top: 10px;
}

#lang-link {
	position: absolute;
	top: 119px;
	background: url(../../2012/common/lang-en.png) no-repeat;
	height: 19px;
	width: 74px;
	right: 2px;
	float: right;
}
#lang-link a {
	display:block;
	width: 74px !important;
	height: 19px !important;
	padding: 0 !important;
}
#lang-link a:hover {
	background: url(../../2012/common/lang-en-on.png) no-repeat;
}
#lang-link a span{
	position: absolute;
	text-indent:-9999px;
}

/*---------------------------------------------------------------------------------------------------------------------TRACE-*/
#trace{
	/* [disabled]position: relative; */
	font-size:11px;
	padding: 13px 0 7px;
	width: 963px;
	border-bottom: #333 1px solid;
	border-top: #333 4px solid;
	margin: 2px 0 3px;
	height: 25px;
}
#trace a{
	color:#666666;
	text-decoration:none;
	padding-right:15px;
	padding: 0px 5px;
	font-weight: bold;
}
#trace a:hover{
	text-decoration:underline;
}


/*---------------------------------------------------------------------------------------------------------------------Footer-*/

#footer{
	font-size: 12px;
	color: #333333;
	clear: both;
	background-image: url(../../2012/common/foot-logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 112px;
	padding: 2px 0 2px 0;
	width: 100%;
	border-top: #333 5px solid;
	border-bottom: #333 5px solid;
	margin-top: 100px;
}

.footspan{}
.foot-inner{
	width: 100%;
	position:relative;
	height: 110px;
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
}

.footnav{
	float: right;
	height: 40px;
	margin: 35px 0 0 0;
	width: 235px;
}
.footnav a{
	display:block;
}
.footnav a span{
	position:absolute;
	left:-9999px;
}
.footnav ul{margin: 0px; padding: 0px;}
.footnav ul li{list-style-type: none; float:left;}

.footnav2 a{
	width:146px;
	height:40px;
	background-image:url(../../2012/nav/footnav-2.png);
}
.footnav3 a{
	width:89px;
	height:40px;
	background-image:url(../../2012/nav/footnav-3.png);
}
.footnav2 a:hover{
	background-image:url(../../2012/nav/footnav-on-2.png);
}
.footnav3 a:hover{
	background-image:url(../../2012/nav/footnav-on-3.png);
}
.totop{
	width: 63px;
	height: 60px;
	position: absolute;
	right: 2px;
	top: -40px;
	background-image: url(../../2012/common/pagetop.png);
}
.totop a{
	width: 63px;
	height: 60px;
	display:block;
}
.totop a:hover{
	background-image:url(../../2012/common/pagetop-on.png);
}
.totop a span{
	position:absolute; text-indent:-9999px;}
.copy{
	font-size: 12px;
	padding: 45px 0 30px 120px;
	text-indent: 5px;
	width: 500px;
	float: left;
}
/*@media only screen and (max-width : 768px) {
#footer{
	font-size: 12px;
	color: #D6D7D5;
	width:1024px;
	background-image: url(../common/footer.gif);
	background-repeat: repeat-x;
	height: 120px;
	padding: 60px 0 0 0;
	background-position: bottom;
}

}*/


/*-----------------------------------------------------------------------------------------------------------Content-*/

#main{
	position: relative;
	width: 963px;
	padding: 0 0 10px 15px;
	float: left;
}

.content{
	width: 680px;
	position: relative;
}
.content ul li{
	list-style-type: none;
	background-image: url(../../2012/common/ul-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 17px;
}
.content ul li ul{
	padding-left: 0px;
}
.content ul li:last-child{
	margin-bottom: 15px;

}

.content ul,.content ol{
	padding: 0 0 0 20px;
	line-height: 1.8em;
}
.sub-content{
	width: 170px;
	padding: 2px 0 10px 0px;
	margin: 0px 0 0 5px;
	border-bottom: #333 4px solid;
	/* [disabled]border-top: #333 1px dotted; */
}
.content h2{
	font-family: 'Merriweather', serif;
	font-size:24px;
	color:#333333;
	margin: 0 -20px 1.2em -20px;
	line-height: 1.3em;
	padding: 10px 20px 20px 20px;
	background: url(../../2012/common/h2.jpg) bottom repeat-x;
	text-shadow:-1px 1px 0px #fff;
	behavior: url(/lc/js/PIE.htc);
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------------------------------WATCH-*/
.date-content{
	padding: 0px 5px 10px 5px;
	width: 168px;
	margin: 8px 0 2px;
	font-size: 14px;
	border-bottom: 1px solid #333;
}
/*.date-date{}
.date-week{}
.date-month{}*/

/*----------------------------------------------------------------------------------------COLOR NAV(Main4 colors)-*/
#control{
	height: auto;
}
#control ul.accordion {
	overflow: hidden;
}
.accordion,.accordion li{
	list-style-type: none;
	font-size: 10px;
	color: #FFFFFF;
}

.accordion_head.accordion1 a{
height:67px;
display:block;
background-image:url(../../2012/nav/2013/gloval-chip13-1.png);
background-position:top;
}
.accordion01{background-image: url(../../2012/nav/2013/gloval-chip13-1-on.png);}
.accordion_head.accordion1 a:hover{
background-image: url(../../2012/nav/2013/gloval-chip13-1-on.png);
background-position: top;
}
.accordion_head.accordion2 a{
height:67px;
display:block;
background-image:url(../../2012/nav/2013/gloval-chip13-2.png);
background-position:top;
}
.accordion02{background-image: url(../../2012/nav/2013/gloval-chip13-2-on.png);}
.accordion_head.accordion2 a:hover{
background-image: url(../../2012/nav/2013/gloval-chip13-2-on.png);
background-position: top;
}
.accordion_head.accordion3 a{
height:67px;
display:block;
background-image:url(../../2012/nav/2013/gloval-chip13-3.png);
background-position:top;
}
.accordion03{background-image: url(../../2012/nav/2013/gloval-chip13-3-on.png);}
.accordion_head.accordion3 a:hover{
background-image: url(../../2012/nav/2013/gloval-chip13-3-on.png);
background-position: top;
}
.accordion_head.accordion4 a{
height:67px;
display:block;
background-image:url(../../2012/nav/2013/gloval-chip13-4.png);
background-position:top;
}
.accordion04{background-image: url(../../2012/nav/2013/gloval-chip13-4-on.png);}
.accordion_head.accordion4 a:hover{
background-image: url(../../2012/nav/2013/gloval-chip13-4-on.png);
background-position: top;
}
.accordion_head.accordion1 a span,
.accordion_head.accordion2 a span,
.accordion_head.accordion3 a span,
.accordion_head.accordion4 a span{
position:absolute;
text-indent:-9999px;
}
/* ----------------------------------------
   accordionの中身
---------------------------------------- */
#control ul.accordion li ul {
	list-style:none !important;
	/* [disabled]background-color: #454545; */
}
.accordion li ul li {
	font-size: 10px;
	line-height:1.4em;
	padding: 4px;
	margin: 0 9px 3px 10px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
.li-type1{background-color: #DBAF00;}
.li-type2{background-color: #27724D;}
.li-type3{ background-color:#3366CC;}
.li-type4{
	background-color: #AD0E01;
}
/*-*/
/*---------------------------------------------------------------------Banner-*/

.banner-content{
	padding: 0px 6px 15px 6px;
	width: 166px;
	margin: 3px 0;
	border-top: 3px solid #333;
}
.banner-content p{
	font-size: 10px;
	line-height: 1.5em;
	border-bottom: #333 1px dotted;
	padding-bottom: 5px;
}
.banner-content img{
	margin-bottom: 5px;
	
}
.banner-content-title h2{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	text-align: center;
	padding: 10px 0 8px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
}

/*--------------------------------------------------------------------------------------------------TOPPAGE-*/
.photo-digest{
	width: 645px;
	padding: 5px 0;
}
.photo-digest-title h2{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	padding: 8px 0 8px 3px;
	background-color: #E7E7E7;
	color: #333;
	margin-bottom: 5px;
}
.photo-digest-slide{

}

.focus{
	width: 645px;
	padding: 7px 0 20px 0;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------FOCUS STRONG-*/
.focus strong{
	font-family: FOT-マティス Pro B;
	font-size: 15px;
	line-height: 1.3em;
	display: inline-block;
	padding-top: 10px;
}
.focus strong a{
	color:#3a3a3a;
}
.focus strong a:hover{
	color:#CC3300;
	text-decoration:none;
}
/*MatissePro-B*/
.focus-title h2{
	font-family: 'Merriweather', serif;
	font-size: 36px;
	padding: 16px 0 16px 3px;
	background-color: #E7E7E7;
	color: #333;
	margin-bottom: 5px;
}
/*---------------------------------------------------------------------------*/
.unit-1 , .unit-2{
}
.column1{
	width: 292px;
	float: left;
	padding:0 18px 0 4px;
	border-right: 1px dotted #333;
	font-size: 10px;
	line-height: 1.6em;
}
.column2{
	width: 306px;
	float: left;
	padding:0 2px 0 22px;
	font-size: 10px;
	line-height: 1.6em;
}
.unit-1 , .unit-2{
}
.column{
	width: 165px;
	float: left;
	padding-right: 5px;
	padding-left: 6px;
	border-right: 1px dotted #333;
	font-size: 10px;
	line-height: 1.6em;
}
.unit-1 .column:first-child{
	width: 290px;
	padding-right: 5px;
	padding-left: 0px;
}
.unit-1 .column:last-child{
	padding-right: 0px;
	padding-left: 6px;
	border-right: none;
}
.unit-2 .column:first-child{
	padding-right: 4px;
	padding-left: 0px;
}
.unit-2 .column:last-child{
	width: 290px;
	padding-right: 0px;
	padding-left: 6px;
	border-right: none;
}
.focus-unit-2{
	width: 150px;
	float: left;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	padding: 0 10px;
}
.focus-unit-3{
	width: 150px;
	float: left;
	padding: 0 0 0 10px;
}

/*-----------------------------------------------------------------PLAIN-*/

.plain{
	width: 645px;
	padding: 7px 0 20px 0;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
	line-height:1.8em;
}
.plain h2{
	width: 645px;
	line-height:1.5em;
	font-family: FOT-マティス Pro B;
	padding: 12px 0 10px 0;
	border-bottom: 1px dotted #333;
	margin-bottom: 25px;
	background-color: #FAF9F5;
	font-size: 25px;
}
.plain h2.free{
	background-image: url(../2013/images/chips/free-tag.png) !important;
}
.plain h2.tokyo{
	background: url(../2013/images/chips/tokyo-tag.png) right top no-repeat #FAF9F5;
}
.plain h2.tokyo-free{
	background: url(../2013/images/chips/tokyo-free-tag.png) right top no-repeat #FAF9F5;
}
.plain ul{
	padding-left: 20px;
	margin-top: 0em;
	list-style-type: none;
}
.plain ul li{
	padding-bottom: 0em;
	background-image: url(../common/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
}
.plain ul li:last-child{
	padding-bottom: 2em;
}

.plain h3{
	font-size: 20px;
	border-bottom: 8px solid #fff;
	font-family: FOT-マティス Pro B;
	margin: 25px 0 15px 0;
	padding: 3px 0 2px;
	background-color: #F7F7F4;
}
.plain strong{
	border-bottom: #fff 10px solid;
	padding-right: 20px;
	font-size: 14px;
	color: #4B4B4B;
	display: inline-block;
	margin-top: 1em;
}

/*--------------------------------------------------------------------------------------------------IMG-*/

.img-left{
	float: left;
	margin: 0 15px 15px 0;

}
.img-right{
	float: right;
	margin: 0 0 15px 15px;
}
.img-center{
	margin: 0 0 15px 0;
	text-align: center;
}
.img-center-shadow{
	margin: 0 0 15px 0;
	text-align: center;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px #999;
	border:solid 1px #cccccc;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	position: relative;
	background-color: #FFF;
	width: 90%;
}
.fig{}
#iphone-map{
	display:none;
}
.v-center{
	vertical-align: middle;
}
/*------------------------------------------------------------------------------------------------Navi-*/

#global{
	width: 963px;
	height: 50px;
	border-bottom: #333 1px solid;
	overflow: hidden;
	display: block;
}
#global ul{margin: 0px; padding: 0px;}
#global li{list-style-type: none; float:left;}
#global a{
	display:block;
}
#global a span{
	position:absolute;
	left:-9999px;
}

.global1 a{
	width:60px;
	height:30px;
	background:url(../../2012/nav/nav-1.png) center no-repeat;
	padding: 10px 0;
}
.global1 a:hover{
	background:url(../../2012/nav/nav-on-1.png) center no-repeat;
}
.global2 a{
	width:90px;
	height:30px;
	background:url(../../2012/nav/nav-2.png) center no-repeat;
	padding: 10px 0;
}
.global2 a:hover{
	background:url(../../2012/nav/nav-on-2.png) center no-repeat;
}
.global3 a{
	width:87px;
	height:30px;
	background:url(../../2012/nav/nav-3.png) center no-repeat;
	padding: 10px 0;
}
.global3 a:hover{
	background:url(../../2012/nav/nav-on-3.png) center no-repeat;
}
.global4 a{
	width:91px;
	height:30px;
	background:url(../../2012/nav/nav-4.png) center no-repeat;
	padding: 10px 0;
}
.global4 a:hover{
	background:url(../../2012/nav/nav-on-4.png) center no-repeat;
}
.global5 a{
	width:149px;
	height:30px;
	background:url(../../2012/nav/nav-5.png) center no-repeat;
	padding: 10px 0;
}
.global5 a:hover{
	background:url(../../2012/nav/nav-on-5.png) center no-repeat;
}
.global6 a{
	width:147px;
	height:30px;
	background:url(../../2012/nav/nav-6.png) center no-repeat;
	padding: 10px 0;
}
.global6 a:hover{
	background:url(../../2012/nav/nav-on-6.png) center no-repeat;
}
.global7 a{
	width:130px;
	height:30px;
	background:url(../../2012/nav/nav-7.png) center no-repeat;
	padding: 10px 0;
}
.global7 a:hover{
	background:url(../../2012/nav/nav-on-7.png) center no-repeat;
}
.global8 a{
	width:92px;
	height:30px;
	background:url(../../2012/nav/nav-8.png) center no-repeat;
	padding: 10px 0;
}
.global8 a:hover{
	background:url(../../2012/nav/nav-on-8.png) center no-repeat;
}
.global9 a{
	width:117px;
	height:30px;
	background:url(../../2012/nav/nav-9.png) center no-repeat;
	padding: 10px 0;
}
.global9 a:hover{
	background:url(../../2012/nav/nav-on-9.png) center no-repeat;
}

/*--------------------------------------------------------------------------------2012 NAV-*/

#global-2012{
	width: 963px;
	height: 40px;
	border-bottom: #333 1px solid;
	overflow: hidden;
	display: block;
	margin: 2px 0 0;
	border-top: #333 4px solid;
	background-image: url(../../2012/nav/2013/nav-2013-bg.gif);
}
#global-2012 ul{margin: 0px; padding: 0px;}
#global-2012 li{list-style-type: none; float:left;}
#global-2012 a{display:block;}
#global-2012 a span {
	position:absolute;
	left:-9999px;
}

.global-2012-1 a{
	width: 143px;
	height: 30px;
	margin: 10px 0 0;
	background: url(../../2012/nav/nav-2012-1.png) no-repeat;
}
.global-2012-1-av a , .global-2012-1 a:hover{
	width:143px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-1.png) no-repeat;
}
.global-2012-2 a{
	width:120px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-2.png) no-repeat;
}
.global-2012-2-av a , .global-2012-2 a:hover{
	width:120px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-2.png) no-repeat;
}
.global-2012-3 a{
	width:182px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-3.png) no-repeat;
}
.global-2012-3-av a , .global-2012-3 a:hover{
	width:182px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-3.png) no-repeat;
}
.global-2012-4 a{
	width:112px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-4.png) no-repeat;
}
.global-2012-4-av a , .global-2012-4 a:hover{
	width:112px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-4.png) no-repeat;
}
.global-2012-5 a{
	width:96px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-5.png) no-repeat;
}
.global-2012-5-av a , .global-2012-5 a:hover{
	width:96px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-5.png) no-repeat;
}

.global-2012-6 a{
	width:80px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-6.png) no-repeat;
}
.global-2012-6-av a , .global-2012-6 a:hover{
	width:80px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-6.png) no-repeat;
}

.global-2012-7 a{
	width:93px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-7.png) no-repeat;
}
.global-2012-7-av a , .global-2012-7 a:hover{
	width:93px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-7.png) no-repeat;
}
.global-2012-8 a{
	width:73px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-8.png) no-repeat;
}
.global-2012-8-av a , .global-2012-8 a:hover{
	width:73px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-8.png) no-repeat;
}
.global-2012-9 a{
	width:64px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-9.png) no-repeat;
}
.global-2012-9-av a , .global-2012-9 a:hover{
	width:64px;
	height: 30px;
	margin: 10px 0 0;
	background:url(../../2012/nav/nav-2012-on-9.png) no-repeat;
}

/*--------------------------------------------------------------------------------PULDOWN SSFF-*/
#global-2012 ul ul{
  display: none;
  position: absolute;
  z-index: 5000;
}

#global-2012 li li{
	clear: left;
	margine:0;
	position:relative;
	width: 240px;
	height:25px;
	padding:1px 0;
}
#global-2012 li li a{
	width: 240px;
	background: url(../../2012/common/menubg.png) repeat-x; 
	margine:10px 0;
	height:25px;
	padding:0 30px 0 10px;
	font-size: 12px;
  line-height: 2.2em;
  text-align: left;
  border-top: solid 1px #fff;
  border-right: solid 1px #e9e9e9;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}


#global-2012 li li a:hover{
	background-image: url(../../2012/common/menubg-on.png);
	font-weight:bold;
	text-decoration:none;
	color:#630;
}
#global-2012 ul li:hover &gt; ul{
  display: block;
}
*+html #global-2012 ul ul a{
width: 150px;

}

/*------------------------------------------------------------------------------------Clear FIX（IE6対応版）--*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 

/*---------------------------------------------------------------------------------------------------TOPICS-*/

.topic-data{
	border-bottom: 1px solid #333;
}
.topic-other{
	border-top:#333 4px solid; margin-top:2px;
	border-bottom: 1px solid #333;
}
.topic-other .topic-data-title h2{
	margin-top: 12px;
}
.topic-data-title{
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333;
}
.topic-data-title h2{
	font-family: 'Merriweather', serif;
	font-size: 22px;
	float: left;
	padding: 5px 0 15px 0;
}
.topic-box{
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.topic-chip{
	/* [disabled]width:87px; */
	height:17px;
	margin: 2px 10px 5px 0;
	float: left;
}
.topic-chip-right{
	width:57px;
	height:17px;
	margin: 2px 0px 5px 0;
	float: right;
}
.topic-images img{
width:80px;
height:auto;
}
.topic-date{
	font-family: 'Orbitron', arial, serif;
	color: #666666;
	padding: 0 0 0 0px;
}
.topic-title{
	overflow:hidden;
	/* [disabled]float: left; */
	padding-bottom: 6px;
	border-bottom: 1px dashed #ccc;
	/* [disabled]height: 90px; */
	clear: both;
}
.topic-title a{
	text-decoration: none;
	line-height: 1.6em;
	color: #627073;
}
.topic-title a:hover{
	color: #646768;
	text-decoration: underline;
}
.topic-title .readmore{
	display: none;
}

.clear{
	clear:both;
}

.note-box{
	padding:10px; background-color:#FCFAF1; border:#ccc 1px dotted; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
}
.caution-box{
	padding:10px;
	background-color:#FEFDFC;
	border:#ccc 1px solid;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	behavior: url(../js/PIE.htc);
	color: #666;
}
.caution-box a{
	color: #C30;
	text-decoration: none;
	font-weight: bold;
}
.caution-box a:hover{
	text-decoration: underline;
}
.note{
	color:#666666;
	font-size: 11px;
}
.caution{
	color:#CC3300;
	font-weight:bold;
}
.left-float{
	float: left;
}
.right-float{
	float: right;
	padding-left: 15px;
}
.small-font{font-size:10px; line-height:1.8em;}
.large-font{font-size:16px; line-height:1.5em;}
/*----------------------------------------------------------------2-29-*/

.bot{padding: 8px 3px;}
.bot a{
	display: inline-block;
	font-weight:bold;
	background-image: url(../../2012/common/bot-bg.jpg);
	background-repeat: repeat-x;
	padding: 3px 10px;
	border:#ccc 1px solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../js/PIE.htc);
	position: relative;
}
.bot a:hover{
	font-weight:bold;
	color:#333;
	background-image: url(../../2012/common/bot-bg-on.jpg);
	-webkit-box-shadow:0px 0px 1px 1px #ccc;
	-moz-box-shadow:0px 0px 1px 1px #ccc;
	box-shadow:0px 0px 1px 1px #ccc;
	behavior: url(../js/PIE.htc);
	text-decoration: none;
}

.redbot{padding: 8px 3px;}
.redbot a{
	color:#fff;
	display: inline-block;
	font-weight:bold;
	background-image:url(../../2012/common/redbot.jpg);
	padding: 3px 10px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-box-shadow:0px 0px 0px 1px #ccc;
	-moz-box-shadow:0px 0px 0px 1px #ccc;
	box-shadow:0px 0px 0px 1px #ccc;
	behavior: url(../js/PIE.htc);
	position: relative;
}
.redbot a:hover{
	color:#F0F0F0;
	-webkit-box-shadow:0px 0px 1px 1px #999;
	-moz-box-shadow:0px 0px 1px 1px #999;
	box-shadow:0px 0px 1px 1px #999;
	behavior: url(../js/PIE.htc);
	position: relative;
	text-decoration: none;
}
.minibot{
	padding: 0px 5px;
}
.minibot a{
	display: inline-block;
	/* [disabled]font-weight:bold; */
	background-image: url(../../2012/common/bot-bg.jpg);
	background-repeat: repeat-x;
	padding: 1px 3px;
	border:#ccc 1px solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../js/PIE.htc);
	position: relative;
}
.minibot a:hover{
	/* [disabled]font-weight:bold; */
	color:#C30;
	background-image: url(../../2012/common/bot-bg-on.jpg);
	-webkit-box-shadow:0px 0px 1px 1px #ccc;
	-moz-box-shadow:0px 0px 1px 1px #ccc;
	box-shadow:0px 0px 1px 1px #ccc;
	behavior: url(../js/PIE.htc);
	text-decoration: none;
	position: relative;
}


/*------------------------------------------------------------DATATABLE-*/
.datatable{
	border-collapse: separate;
	border-width: 2px;
	margin-bottom: 10px;
	border-top: 1px solid #D2D2D2;
}
.datatable td{
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #fff;
	vertical-align: middle;
	padding: 4px 4px 4px 5px;
	border-right: 1px solid #fff;
	border-left: 1px solid #D2D2D2;
}
.datatable td:last-child{
	border-right: none;
}
.datatable td:first-child{
	border-left: none;
}
.datatable th{}
.datatable table{}
.datatable table td{
	border: none;
}

/*----------------------------------------------------------------FORM-*/
.err_div{
	margin: 5px;
	padding: 10px;
	background-color: #FDF9F0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(../js/PIE.htc);
}
.err_div ul{
	list-style-type: none;
}
.look{
	color: #C30;
}
.notice{
	color: #C30;
}
.pdf-icon{
	height: 30px;
	background-image: url(../../2012/common/pdf.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 10px;
	background-position: 0 -2px;
}

/*-----------------------------------------------------------------------*/
.paging{
	text-align: right;
	margin-bottom:10px;
	margin-top: 10px;
}
.paging a{
	background-color:#fff;
	padding:1px 8px 0px 8px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(../../js/PIE.htc);
	display: inline-block;
	margin-left: 7px;
	position:relative;
}
.paging a:hover{
	background-color: #b3afa6;
	color: #FFF;
}
.paging .av{
	background-color:#b3afa6;
	color:#FFFFFF;
	padding:1px 8px 0px 8px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(../../js/PIE.htc);
	display: inline-block;
	margin-left: 7px;
	position:relative;
}
.paging a .av{

}
.paging .av a:hover{
	background-color: #fff;
	color: #333;
}


.pagetop{
	text-align: right;
	margin: 15px 10px 0 0;
}
.pagetop a{
	font-weight: bold;
	padding: 3px;
	background-color: #B9B9B9;
	color: #FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(../js/PIE.htc);
	position:relative;
}
.pagetop a:hover{
	background-color: #666;
	color: #fff;
	text-decoration:none;
	box-shadow:0px 0px 1px 1px #ccc;
	-moz-box-shadow:0px 0px 1px 1px #ccc;
	-webkit-box-shadow:0px 0px 1px 1px #ccc;
	behavior: url(../js/PIE.htc);

}
/*------------------------------------------------------------------FOOT NAV----*/


.foot-nav{ margin: 5px 0; 
}
.foot-nav a{
	text-decoration: none;
	color: #666666;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(./js/PIE.htc);

}
.foot-nav a:hover{ color: #FFFFFF; }
.foot-navlist{
	float: right;
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
.foot-navlist a{
	display: block;
	float: left;
	padding: 0 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(../js/PIE.htc);
}
.foot-navlist a:hover{
	background-color: #CC9900;
}
.foot-av{
	background-color: #B4AFA7!important;
	color: #FFFFFF!important;
}
.foot-navlist-av a:hover{
	background-color: #CC9900;
}

.foot-nav-rev{ float: right; 
}
.foot-nav-pre{float: left;}
.foot-nav-rev a{ padding-right: 20px; }
.foot-nav-pre a{ padding-left: 20px; }
.foot-nav-rev a:hover{
	background-color: #CC9900;
}
.foot-nav-pre a:hover{
	background-color: #CC9900;
}

.linkbut{ padding: 0 20px 5px 0; 
}

/*----------------------------------------------------------------------*/

.gallery-date{
	display: block;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #999999;

}
.gallery-date-b{
	display: block;
	padding: 3px 0;
	font-size: 12px;
	background-color: #362549;

}
.gallery-date-detail{
	display: block;
	padding: 5px 0;
	font-size: 125%;
	border-bottom: 1px dotted #5a5a5a;
	border-top: 1px dotted #5a5a5a;

}
.font-bold{
	color: #666666;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------*/

.choose-film{
	width: 260px;
	/* [disabled]height: 300px; */
	background-color: #ECEAE3;
	padding: 15px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(../../js/PIE.htc); 
	position:relative;
	margin-bottom: 25px;
}
.choose-film hr{
	clear: both;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:#663 1px dotted;
	height: 1px;
	background-image: url(none);
}
.choose-film-h2 h2{
	/* [disabled]width:260px; */
	font-family: 'Merriweather', serif;
	font-size: 22px;
	padding: 16px 0 15px 0;
	border-top: #333 4px solid;
	margin-top: 2px;
}
.choose-box{
	border-top: #333 4px solid;
	margin-top: 2px;
	/* [disabled]border-bottom: #333 1px solid; */
}
.choose-box h2{
	/* [disabled]width:260px; */
	font-family: 'Merriweather', serif;
	font-size: 22px;
	padding: 16px 0 15px 0;
}
.choose-film label{
	display: block;
	text-indent: -5px;
	padding-bottom: 5px;
}
/*--FORM--*/
.choose-film select{
	width: 255px;
	height: 25px;
	background-image: url(../common/select-bg.jpg);
	border: #ccc 1px solid;
	margin-bottom: 0px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.choose-film input{
	padding: 3px 5px;
	margin-top: 10px;
	margin: 8px 0 0 180px;
	/* [disabled]border:#66CCCC 3px solid; */
	font-family: Arial, Helvetica, sans-serif;
}

/*-TABS Title--*/
.tabs_title h2{
	font-family: 'Merriweather', serif;
	font-size: 22px;
	padding: 16px 0 15px 0;
	border-top: #333 4px solid;
	margin-top: 2px;
}

/*-------------------------------------------------------------------------SUBMENU-UNIT-----*/
.submenu{
	width: 290px;
	/* [disabled]height: 300px; */
	background-color: #FFFFFF;
	padding: 4px 0 4px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(../../js/PIE.htc);
	position:relative;
	margin-bottom: 25px;
}
.submenu p{
	display: block;
	margin: 0;
	padding: 5px 0 3px 5px;
	background-color: #F9F8F2;
	font-size: 10px;
	border-top: #ccc 1px dotted;
}
.submenu ul{}
.submenu li{
}
.submenu li a{
	display: block;
	background-image: url(../common/submenu-bg.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 5px 0 5px 18px;
}
.submenu li a:hover{
	background-image: url(../common/submenu-bg-on.png);
	text-decoration: none;
	color: #CC3333;
}
.submenu li.av a{
	display: block;
	background-image: url(../common/submenu-av.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 5px 0 5px 18px;
}
.submenu li.wide a{
	display: block;
	background-image: url(../common/submenu-w-bg.png);
	background-repeat: no-repeat;
	height: 56px;
	padding: 5px 0 5px 18px;
}
.submenu li.wide-av a{
	display: block;
	background-image: url(../common/submenu-w-av-bg.png);
	background-repeat: no-repeat;
	height: 56px;
	padding: 5px 0 5px 18px;
}
.submenu li.wide a:hover , .submenu li.wide-av a:hover{
	display: block;
	background-image: url(../common/submenu-bg-w-on.png);
	background-repeat: no-repeat;
	height: 56px;
	padding: 5px 0 5px 18px;
}
.submenu-box{
	border-bottom: #333 1px solid;
}
.submenu-box h2{
	font-family: FOT-マティス Pro B;
	font-size: 22px;
	padding: 5px 0 15px 0;
}

/*--------------------------------------------------------------------------------Film SECTION --*/
.f-box{
	/* [disabled]position: relative; */
	margin-bottom: 60px;
	background: url(../common/hr.gif) bottom repeat-x;
	padding-bottom: 60px;
}
.f-head{
	background-color: #FCFCF8;
	padding: 8px 10px 0 0;
	border-bottom: #999 1px dotted;
	position: relative;
}
.f-unit{
	clear: both;
	padding: 0 0 15px 0;
	width: 645px;
}
.f-title{
	font-size: 28px;
	padding: 10px 0 10px 0;
	width: 540px;
	float: left;
	line-height: 1.5em;
}
.f-title-j{
	/* [disabled]width: 550px; */
	font-size: 18px;
	padding: 8px 0 0;
	line-height: 1.2em !important;
}

/*-category-*/
.f-int{
	float: left;
	padding: 4px 10px;
	margin: 6px 0 6px 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-sgw{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-mshort{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-asiajapan{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-travel{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-3d{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-seminar{
	float: left;
	padding: 4px 8px;
	margin-top: 6px;
	border: #ccc 1px solid;
	background-color: #FFF;
}
.f-data{
	font-size: 10px;
	clear: both;
	padding-bottom: 3px;
	border-bottom: #ccc 1px dotted;
}
.f-no{
	font-size: 48px;
	color: #CBCAB8;
	height: 50px;
	float: left;
	line-height: 1em;
}
.f-mature{
	background:url(../2012/film-img/test-mature.jpg) no-repeat;
	height: 19px;
	width: 58px;
	float: right;

}
.f-caption{
	width: 425px;
	float: right;
}
.f-place{
	width: 350px;
	float: right;
	text-align: right;
}
.f-still{
	width: 210px;
	padding: 5px 10px 5px 0;
	float: left;
}

.f-social{
	width: 95px;
	float: right;
	padding: 10px 0 0;
}
.f-twi{
	width: 28px;
	float: left;
}
.f-like{
	width: 28px;
	float: left;
}
.f-add{
	width: 210px;
	float: left;
	margin-top: -5px;
}
.f-add img{
	width: 200px;
	height:auto;
}
.f-plus{
	width: 35px;
	float: left;
}
.f-note{
	width: 425px;
	float: right;
	color: #BF370B;
	padding-top: 10px;
}
.f-note a{
padding: 8px 3px;
	display: inline-block;
	font-weight:bold;
	background-image: url(../common/bot-bg.jpg);
	background-repeat: repeat-x;
	padding: 3px 10px;
	border:#ccc 1px solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../js/PIE.htc);
	position: relative;
}
.f-note a a:hover{
	font-weight:bold;
	color:#333;
	background-image: url(../common/bot-bg-on.jpg);
	-webkit-box-shadow:0px 0px 1px 1px #ccc;
	-moz-box-shadow:0px 0px 1px 1px #ccc;
	box-shadow:0px 0px 1px 1px #ccc;
	behavior: url(../js/PIE.htc);
	text-decoration: none;

}
.f-music{
	width: 297px;
	float: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px #999 dotted;
	border-top: 1px #999 dotted;
	background-color: #FBFBF9;
	padding-left:33px;
	background-image: url(../2012/film-img/songs.jpg);
	background-repeat: no-repeat;
	background-position: left 0.1em;
}
.f-musician{
	width: 150px;
	float: right;
	padding: 5px 0 5px 38px;
	border-left: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	border-top: 1px #999 dotted;
	background-color: #F7F7F4;
	background-image: url(../2012/film-img/artist.jpg);
	background-repeat: no-repeat;
	background-position: left 0.1em;
}
.f-musician-photo{
	width: 110px;
	height: 85px;
	float: left;
	padding: 0 15px 5px 0;
}
.f-music-note{
	width: 500px;
	float: left;
	clear: right;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 8px;
	padding: 8px 5px;
}
.f-director{
	width: 520px;
	float: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px #999 dotted;
	border-top: 1px #999 dotted;
	background-color: #FBFBF9;
}
.f-director-photo{
	width: 85px
	height: 85px;
	float: left;
	padding: 0 15px 5px 0;
	width: 110px;
}
.f-director-data{
	width: 510px;
	float: left;
	clear: right;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 8px;
	padding: 8px 5px;
}
.f-location{
	padding: 1px 4px;
	display: inline-block;
	background-color: #F9F8F7;
	float: left;
	border: #fff 1px solid;
	width: auto;
	margin-top: 5px;
}
.f-free{
	position: absolute;
	width: 95px;
	left: 95px;
	top: 17px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-free.png);
	text-indent: -9999px;
	height: 25px;
}
.f-m-creative{
	position: absolute;
	width: 125px;
	left: 100px;
	top: 17px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-MS-cre.png);
	text-indent: -9999px;
	height: 25px;
}
.f-m-official{
	display: none;
}
.f-prize{
	width: 415px;
	float: right;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 8px;
	background-color: #FBFBFB;
	padding: 8px 5px;
	color: #666;
}
.f-maestro{
	position: absolute;
	width: 77px;
	left: 120px;
	top: 17px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-mae.png);
	text-indent: -9999px;
	height: 25px;
}
.f-celebrity{
	position: absolute;
	width: 77px;
	left: 120px;
	top: 17px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-cere.png);
	text-indent: -9999px;
	height: 25px;
}
.f-eos{
	position: absolute;
	width: 81px;
	left: 120px;
	top: 17px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-canon.jpg);
	text-indent: -9999px;
	height: 25px;

}
.f-moet{
	position: absolute;
	width: 45px;
	left: 81px;
	top: 12px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-moet.jpg);
	text-indent: -9999px;
	height: 50px;
}


/*---------------------------------------------------------------------CANON SPECIAL-*/
#canon .f-title{
	font-size: 28px;
	padding: 10px 0 10px 0;
	width: 640px;
	float: left;
	line-height: 1.5em;
}
#canon .f-eos{
	position: absolute;
	width: 81px;
	left: 10px;
	top: 10px;
	z-index: 10;
	background-image: url(../2012/film-img/marks-canon.jpg);
	text-indent: -9999px;
	height: 25px;

}
#canon .f-box{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#canon .wwww{
	height: 30px;
}
#canon .f-still{
	width: 120px;
	padding: 5px 10px 5px 0;
	float: left;
}
#canon .f-caption{
	width: 640px;
	float: left;
}
#canon .f-note{
	width: 640px;
	float: right;
	color: #BF370B;
	padding-top: 10px;
	padding-bottom: 10px;
}
#canon .f-director{
	width: 640px;
	float: left;
	padding: 5px 0 5px 0;
	border-bottom: 1px #999 dotted;
	border-top: 1px #999 dotted;
	background-color: #FBFBF9;
}
#canon .f-music-note{
	width: 630px;
	float: left;
	clear: right;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 8px;
	padding: 8px 5px;
}
/*-------------------------------------------------------------------------------SPORTS-*/
.sports{
	font-weight: bold;
	padding: 1px 7px 1px 90px;
	color: #FFF;
	background-color: #bb5151;
	display: inline-block;
	border:#993300;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../2012/film-img/pickup-sports.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------SCH TABLE--------*/

.sch-table{
	background-color: transparent;
	border-collapse:separate !important;
	border-spacing:5px;

}
.sch-table td{
	text-align: center;
	background-image: url(../common/2012-table-bg.gif);
}
.sch-table td a{
	display: block;
	height:100%;
	padding: 5px 0;
}
.sch-table td a:hover{
	color:#CC3333;
	box-shadow:0px 0px 5px #808080;
	-moz-box-shadow:0px 0px 5px #808080;
	-webkit-box-shadow:0px 0px 5px #808080;
	behavior: url(../../js/PIE.htc);
	text-decoration: none;
}
.sch-table th{
	padding: 5px 0;
	background-color: #FCFCFA;
}

.sch-table-top{
	background-color: transparent;
	border-collapse:separate !important;
	border-spacing:4px;

}
.sch-table-top td{
	text-align: center;
	
	background-image: url(../common/2012-table-bg.gif);
	border-color: transparent;
}
.sch-table-top td a{
	display: block;
	height:100%;
	/* [disabled]padding: 5px 0; */
	color: #FFF;
}
.sch-table-top td a:hover{
	color:#FFFFFF !important;
	box-shadow:0px 0px 8px #808080;
	-moz-box-shadow:0px 0px 8px #808080;
	-webkit-box-shadow:0px 0px 8px #808080;
	behavior: url(../../js/PIE.htc);
	text-decoration: none;
}
.free{
	background-image: url(../common/2012-table-free-bg.gif) !important;
	background-position: top right;
	background-repeat: no-repeat;
}
.free64{
	background-image: url(../common/2013/2013-table-free-bg.jpg) !important;
	background-position: top right;
	background-repeat: no-repeat;
}
/*------------------------------------------------------------------------*/
.guest-case{
	background-image: url(../common/hr.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.guest-case-l{
	width:287px;
	padding: 8px 0 12px 3px;
}
.guest-case-r{
	width:285px;
	padding: 12px 3px 16px;
	/* [disabled]float: right; */
}
.guest-date{
	width:50px;
	float:left;
	padding: 0 7px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}
.guestbox-l{
	width: 260px;
	position: relative;
}
.guestbox-r{
	width: 260px;
	float: right;
	position: relative;
}
.guestbox-l-arrow{
	background-image: url(../2012/images/guest-l.png);
	position: absolute;
	width: 30px;
	height: 40px;
	top: 0px;
	right: -30px;
}
.guestbox-r-arrow{
	background-image: url(../2012/images/guest-r.png);
	position: absolute;
	width: 30px;
	height: 40px;
	top: 0px;
	left: -30px;
	background-position: right;
}
.guestbox-l img , .guestbox-r img{
	float: left;
	margin-right: 10px;
}
.guest-inner{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	behavior: url(../../js/PIE.htc);
	background-color: #FFF;
	padding: 8px;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}
.guest-inner strong{
	border-bottom: #f1f1f1 5px solid;
	padding: 0;
	margin: 0 0 8px;
	display: inline-block;
	font-size: 11px;
}
.guest-inner p{
	margin-bottom:0.5em;
}
/*------------------------------------------------------------------------*/
.calendar-box{

}
.calendar{
	width: 260px;
	/* [disabled]height: 300px; */
	background-color: #999999;
	padding: 15px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(../../js/PIE.htc);
	margin-bottom: 25px;
}
.calendar-box h2{
	font-family: 'Merriweather', serif;
	font-size: 22px;
	padding: 16px 0 15px 0;
	border-top: #333 4px solid;
	margin-top: 2px;
}
.calendar-table{}
.calendar-table td{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	/* [disabled]padding: 7px 0; */
}
.calendar-table td a{
	color: #FFF;
	display: block;
	padding: 6px 0;
}
.calendar-table td a:hover{
	background-color: #333;
	color: #CCC;
	text-decoration: none;
}

/*------------------------------------------------------------------------*/

.wwww{
	height: 60px;
	background-image: url(../common/www-line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*---------------------------------------------------------------------NEWS-*/
.news-date{
	color: #9E8761;
	font-weight: bold;
	font-size: 14px;
}
.news-title{
	color: #867D75;
	font-weight: bold;
	font-size: 16px;
}
.news-txt{}
.news-brick{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #999 1px dotted;
}
/*-------------------------------------------------------------------PRIZE-*/
.prize{
	padding:0 3px;
	background-color:#C65E40;
	color:#fff;
	padding-top:1px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(../../js/PIE.htc);
}


/*-----------------------------------------------------------------------TOPPAGE SOCIAL-*/
.focus-social{
	width: 110px;
	/* [disabled]padding: 0 0 0 190px; */
	display: block;
	margin-top: -3px;
	/* [disabled]border-top: 1px dotted #ccc; */
}

.focus-twi{
	width: 35px;
	float: left;
}
.focus-like{
	width: 35px;
	float: left;
}
.focus-plus{
	width: 35px;
	float: left;
}


















/*------------------------------------------------------------------------------*/
</pre></body></html>