@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,
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;
	/*font-size:100%;*/
	vertical-align:baseline;
	/*background:transparent;*/
}

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;
	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:25px;
	border:none;
	clear: both;
	margin: 0 0 25px;
	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;
}
/*-----------------------------------------------------------------------------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;
	background-color: #FFFFFF;
}

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

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

#header{
	height: 130px;
	position: relative;
	padding-bottom: 20px;
}
#unit-a{
	width: 190px;
	float: left;
	border-right: #333 1px dotted;
}
#unit-b{
	width: 690px;
	float: left;
}
#unit-c{
	width: 260px;
	float: left;
	padding-left: 12px;
	border-left: #333 1px dotted;
	padding-top: 15px;
	/* [disabled]min-height: 1200px; */
}

#indicater{
	height: 155px;
	width: 164px;
	/* [disabled]padding: 20px 0 0 0; */
	/* [disabled]float:left; */
	position: absolute;
	left: 7px;
	top: -5px;
}
#indicater.grandcolor{	background-image: url(../common/grand-chip.png);}
#indicater.ssffcolor{	background-image: url(../common/ssff-chip.png);}
#indicater.loungecolor{	background-image: url(../common/lounge-chip.png);}
#indicater.bizcolor{	background-image: url(../common/biz-chip.png);}
#indicater span{
	position:absolute;
	text-indent:-9999px;
}
#slide{
	margin-bottom: 25px;
	width: 680px;
	height: 300px;
	background-color:transparent;
	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);
}

#social-link {
	position: absolute;
	top: 108px;
	right: 80px;
	width: 310px;
}
#social-link2 {
	position: absolute;
	top: 60px;
	right: 80px;
	width: 310px;
}
/*#social-link a {
	display:block;
	width: 150px;
	height: 34px;
}*/
.fb{
	width: 120px;
	float: right;
	padding-top: 10px;
}
.twitter{
	width: 110px;
	padding-top: 10px;
	float: right;
}
.gplus{
	width: 75px;
	float: right;
	padding-top: 10px;
}

#lang-link {
	position: absolute;
	top: 120px;
	background: url(../common/lang-en.png) no-repeat;
	height: 19px;
	width: 74px;
	right: 2px;
	/* [disabled]float: right; */
}
#lang-link a {
	display:block;
	width: 74px !important;
	height: 19px !important;
	padding: 0 !important;
}
#lang-link a:hover {
	background: url(../common/lang-en-on.png) no-repeat;
}
#lang-link a span{
	position: absolute;
	text-indent:-9999px;
}
#lang-link2 {
	position: absolute;
	top: 75px;
	background: url(../common/lang-en.png) no-repeat;
	height: 19px;
	width: 74px;
	right: 2px;
	/* [disabled]float: right; */
}
#lang-link2 a {
	display:block;
	width: 74px !important;
	height: 19px !important;
	padding: 0 !important;
}
#lang-link2 a:hover {
	background: url(../common/lang-en-on.png) no-repeat;
}
#lang-link2 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(../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;
}

.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: 312px;
}
.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;}
.footnav1 a{
	width:77px;
	height:40px;
	background-image:url(../nav/footnav-1.png);
}
.footnav2 a{
	width:146px;
	height:40px;
	background-image:url(../nav/footnav-2.png);
}
.footnav3 a{
	width:89px;
	height:40px;
	background-image:url(../nav/footnav-3.png);
}
.footnav1 a:hover{
	background-image:url(../nav/footnav-on-1.png);
}
.footnav2 a:hover{
	background-image:url(../nav/footnav-on-2.png);
}
.footnav3 a:hover{
	background-image:url(../nav/footnav-on-3.png);
}
.totop{
	width: 63px;
	height: 60px;
	position: absolute;
	right: 2px;
	top: -40px;
	background-image: url(../common/pagetop.png);
}
.totop a{
	width: 63px;
	height: 60px;
	display:block;
}
.totop a:hover{
	background-image:url(../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;
	/* [disabled]background-color:transparent; */
	width: 963px;
	padding: 0 0 5px 15px;
	float: left;
	/* [disabled]border-left: #333 1px dotted; */
}

.content{
	width: 680px;
	position: relative;
}
.content ul li{
	list-style-type: none;
	background-image: url(../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: 5px 0 10px 0px;
	/* [disabled]background-color: #E1E1E1; */
	margin: 5px 0 0 5px;
	border-bottom: #333 4px solid;
	/* [disabled]height: 287px; */
	/* [disabled]position: relative; */
	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(../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-content{
	width: 170px;
	padding: 0;
	/* [disabled]border-top: 3px solid #333; */
	/* [disabled]border-bottom: 1px solid #333; */
	margin: 1px 0 3px;
	/* [disabled]background-image: url(../nav/gloval-chip-on-1.png); */
	height: 277px;
	/* [disabled]background-position: bottom center; */
}
/*----------------------------------------------------------------------------------------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(../nav/2013/gloval-chip13-1.png);
background-position:top;
}
.accordion01{background-image: url(../nav/2013/gloval-chip13-1-on.png);}
.accordion_head.accordion1 a:hover{
background-image: url(../nav/2013/gloval-chip13-1-on.png);
background-position: top;
}
.accordion_head.accordion2 a{
height:67px;
display:block;
background-image:url(../nav/2013/gloval-chip13-2.png);
background-position:top;
}
.accordion02{background-image: url(../nav/2013/gloval-chip13-2-on.png);}
.accordion_head.accordion2 a:hover{
background-image: url(../nav/2013/gloval-chip13-2-on.png);
background-position: top;
}
.accordion_head.accordion3 a{
height:67px;
display:block;
background-image:url(../nav/2013/gloval-chip13-3.png);
background-position:top;
}
.accordion03{background-image: url(../nav/2013/gloval-chip13-3-on.png);}
.accordion_head.accordion3 a:hover{
background-image: url(../nav/2013/gloval-chip13-3-on.png);
background-position: top;
}
.accordion_head.accordion4 a{
height:67px;
display:block;
background-image:url(../nav/2013/gloval-chip13-4.png);
background-position:top;
}
.accordion04{background-image: url(../nav/2013/gloval-chip13-4-on.png);}
.accordion_head.accordion4 a:hover{
background-image: url(../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;
}
/*-*/
.control-content a span{
	position:absolute;
	left:-9999px;
}
.control-content ul{margin: 0px; padding: 0px;}
.control-content li{
	list-style-type: none;
	float:left;
	margin: 0;
}
.control-content a .control-content-av a{
	display:block;
	text-decoration:none;
	color: #333;
	margin:0;
}
.control-content0{
	width:170px;
	height:11px;
}
.control-content1{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-1.png);
}
.control-content1-av , .control-content1-av a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-1.png);
}
.control-content1 a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-1.png);
}
.control-content2{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-2.png);
}
.control-content2-av ,.control-content2-av a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-2.png);
}
.control-content2 a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-2.png);
}
.control-content3{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-3.png);
}
.control-content3-av , .control-content3-av a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-3.png);
}
.control-content3 a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-3.png);
}
.control-content4{
	width:170px;
	height:67px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-4.png);
}
.control-content4 a{
	width:170px;
	height:67px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-4.png);
}
.control-content5{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-on-5.png);
}
.control-content5 a{
	width:170px;
	height:68px;
	display: block;
	float: left;
	background-image: url(../nav/gloval-chip-5.png);
}
/*---------------------------------------------------------------------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;
}

/*--------------------------------------------------------------------Twitter&FB-*/
.twitter-case{
	margin: 0;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
}
.fb-case{
	margin: 3px 0;
	margin: 3px 0;
	border-top: 3px solid #333;
	min-height: 370px;
}
.g-case{
	margin: 3px 0;
	padding: 2px 0;
	border-bottom: 1px solid #333;
	border-top: 3px solid #333;
	/* [disabled]display: none; */
}
.twitter-title {
	padding:10px 0 10px 0;
}
.twitter-title h3{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	color: #333;
	float: left;
	line-height: 1.5em;
}
.social-title{
	margin-bottom: 5px;
}
.social-title h3{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	padding: 15px 0 15px 0;
	color: #333;
}
.twtr-hd{
	display:none;
}

/*-------------------------------------------------------------------TOPPAGE-*/
.photo-digest{
	width: 680px;
	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: 680px;
	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{
}
.column{
	width: 165px;
	float: left;
	padding-right: 15px;
	padding: 0 15px;
	border-right: 1px dotted #333;
	font-size: 10px;
	line-height: 1.6em;
}
.unit-1 .column:first-child{
	width: 290px;
	padding: 0 14px 0 0;
}
.unit-1 .column:last-child{
	padding: 0 0 0 14px;
	border-right: none;
}
.unit-2 .column:first-child{
	padding: 0 14px 0 0;
}
.unit-2 .column:last-child{
	width: 290px;
	padding: 0 0 0 14px;
	border-right: none;
}
.focus-unit-2{
	width: 160px;
	float: left;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	padding: 0 15px;
}
.focus-unit-3{
	width: 160px;
	float: left;
	padding: 0 0 0 15px;
}

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

.plain{
	width: 680px;
	padding: 7px 0 20px 0;
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
	line-height:1.8em;
}
.plain h2{
	width: 680px;
	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 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;
	/* [disabled]border-top: 1px solid #d3d3d3; */
}
.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;
}
/**:first-child+html #global{
	width: 960px;
	height: 36px;
	position: absolute;
	left: 0px;
	top:-80px;
}*/
#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(../nav/nav-1.png) center no-repeat;
	padding: 10px 0;
}
.global1 a:hover{
	background:url(../nav/nav-on-1.png) center no-repeat;
}
.global2 a{
	width:90px;
	height:30px;
	background:url(../nav/nav-2.png) center no-repeat;
	padding: 10px 0;
}
.global2 a:hover{
	background:url(../nav/nav-on-2.png) center no-repeat;
}
.global3 a{
	width:87px;
	height:30px;
	background:url(../nav/nav-3.png) center no-repeat;
	padding: 10px 0;
}
.global3 a:hover{
	background:url(../nav/nav-on-3.png) center no-repeat;
}
.global4 a{
	width:91px;
	height:30px;
	background:url(../nav/nav-4.png) center no-repeat;
	padding: 10px 0;
}
.global4 a:hover{
	background:url(../nav/nav-on-4.png) center no-repeat;
}
.global5 a{
	width:149px;
	height:30px;
	background:url(../nav/nav-5.png) center no-repeat;
	padding: 10px 0;
}
.global5 a:hover{
	background:url(../nav/nav-on-5.png) center no-repeat;
}
.global6 a{
	width:147px;
	height:30px;
	background:url(../nav/nav-6.png) center no-repeat;
	padding: 10px 0;
}
.global6 a:hover{
	background:url(../nav/nav-on-6.png) center no-repeat;
}
.global7 a{
	width:130px;
	height:30px;
	background:url(../nav/nav-7.png) center no-repeat;
	padding: 10px 0;
}
.global7 a:hover{
	background:url(../nav/nav-on-7.png) center no-repeat;
}
.global8 a{
	width:92px;
	height:30px;
	background:url(../nav/nav-8.png) center no-repeat;
	padding: 10px 0;
}
.global8 a:hover{
	background:url(../nav/nav-on-8.png) center no-repeat;
}
.global9 a{
	width:117px;
	height:30px;
	background:url(../nav/nav-9.png) center no-repeat;
	padding: 10px 0;
}
.global9 a:hover{
	background:url(../nav/nav-on-9.png) center no-repeat;
}

/*--------------------------------------------------------------------------------Gloval2-*/

#global-ssff,
#global-lounge,
#global-biz{
	width: 963px;
	height: 40px;
	border-bottom: #333 1px solid;
	overflow: hidden;
	display: block;
	margin: 2px 0 0;
	border-top: #333 4px solid;
}

#global-ssff ul , #global-lounge ul , #global-biz ul{margin: 0px; padding: 0px;}
#global-ssff li , #global-lounge li , #global-biz li{list-style-type: none; float:left;}
#global-ssff a , #global-lounge a , #global-biz a{display:block;}
#global-ssff a span , #global-lounge a span , #global-biz a span{
	position:absolute;
	left:-9999px;
}
.global-ssff1 a{
	width:170px;
	height:40px;
	background-image:url(../nav/nav-ssff-1.png);
}
.global-ssff1-av a , .global-ssff1 a:hover{
	width:170px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-1.png);
}
.global-ssff2 a{
	width:78px;
	height:40px;
	background-image:url(../nav/nav-ssff-2.png);
}
.global-ssff2-av a , .global-ssff2 a:hover{
	width:78px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-2.png);
}
.global-ssff3 a{
	width:123px;
	height:40px;
	background-image:url(../nav/nav-ssff-3.png);
}
.global-ssff3-av a , .global-ssff3 a:hover{
	width:123px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-3.png);
}
.global-ssff4 a{
	width:103px;
	height:40px;
	background-image:url(../nav/nav-ssff-4.png);
}
.global-ssff4-av a , .global-ssff4 a:hover{
	width:103px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-4.png);
}
.global-ssff5 a{
	width:82px;
	height:40px;
	background-image:url(../nav/nav-ssff-5.png);
}
.global-ssff5-av a , .global-ssff5 a:hover{
	width:82px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-5.png);
}
.global-ssff6 a{
	width:103px;
	height:40px;
	background-image:url(../nav/nav-ssff-6.png);
}
.global-ssff6-av a , .global-ssff6 a:hover{
	width:103px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-6.png);
}
.global-ssff7 a{
	width:178px;
	height:40px;
	background-image:url(../nav/nav-ssff-7.png);
}
.global-ssff7-av a , .global-ssff7 a:hover{
	width:178px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-7.png);
}
.global-ssff8 a{
	width:126px;
	height:40px;
	background-image:url(../nav/nav-ssff-8.png);
}
.global-ssff8-av a , .global-ssff8 a:hover{
	width:126px;
	height:40px;
	background-image:url(../nav/nav-ssff-on-8.png);
}

.global-lounge1 a{
	width:121px;
	height:40px;
	background-image:url(../nav/nav-lounge-1.png);
}
.global-lounge1-av a , .global-lounge1 a:hover{
	width:121px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-1.png);
}
.global-lounge2 a{
	width:127px;
	height:40px;
	background-image:url(../nav/nav-lounge-2.png);
}
.global-lounge2-av a , .global-lounge2 a:hover{
	width:127px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-2.png);
}
.global-lounge3 a{
	width:177px;
	height:40px;
	background-image:url(../nav/nav-lounge-3.png);
}
.global-lounge3-av a , .global-lounge3 a:hover{
	width:177px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-3.png);
}
.global-lounge4 a{
	width:188px;
	height:40px;
	background-image:url(../nav/nav-lounge-4.png);
}
.global-lounge4-av a , .global-lounge4 a:hover{
	width:188px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-4.png);
}
.global-lounge5 a{
	width:176px;
	height:40px;
	background-image:url(../nav/nav-lounge-5.png);
}
.global-lounge5-av a , .global-lounge5 a:hover{
	width:176px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-5.png);
}
.global-lounge6 a{
	width:174px;
	height:40px;
	background-image:url(../nav/nav-lounge-6.png);
}
.global-lounge6-av a , .global-lounge6 a:hover{
	width:174px;
	height:40px;
	background-image:url(../nav/nav-lounge-on-6.png);
}

.global-biz1 a{
	width:95px;
	height:40px;
	background-image:url(../nav/nav-biz-1.png);
}
.global-biz1-av a , .global-biz1 a:hover{
	width:95px;
	height:40px;
	background-image:url(../nav/nav-biz-on-1.png);
}
.global-biz2 a{
	width:108px;
	height:40px;
	background-image:url(../nav/nav-biz-2.png);
}
.global-biz2-av a , .global-biz2 a:hover{
	width:108px;
	height:40px;
	background-image:url(../nav/nav-biz-on-2.png);
}
.global-biz3 a{
	width:168px;
	height:40px;
	background-image:url(../nav/nav-biz-3.png);
}
.global-biz3-av a , .global-biz3 a:hover{
	width:168px;
	height:40px;
	background-image:url(../nav/nav-biz-on-3.png);
}
.global-biz4 a{
	width:159px;
	height:40px;
	background-image:url(../nav/nav-biz-4.png);
}
.global-biz4-av a , .global-biz4 a:hover{
	width:159px;
	height:40px;
	background-image:url(../nav/nav-biz-on-4.png);
}
.global-biz5 a{
	width:162px;
	height:40px;
	background-image:url(../nav/nav-biz-5.png);
}
.global-biz5-av a , .global-biz5 a:hover{
	width:162px;
	height:40px;
	background-image:url(../nav/nav-biz-on-5.png);
}


/*--------------------------------------------------------------------------------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(../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:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-top-j.png) no-repeat;
}
.global-2012-1-av a , .global-2012-1 a:hover{
	width:143px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-top-j-on.png) no-repeat;
}
.global-2012-2 a{
	width:120px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-2.png) no-repeat;
}
.global-2012-2-av a , .global-2012-2 a:hover{
	width:120px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-on-2.png) no-repeat;
}
.global-2012-3 a{
	width:182px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-3.png) no-repeat;
}
.global-2012-3-av a , .global-2012-3 a:hover{
	width:182px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-on-3.png) no-repeat;
}
.global-2012-4 a{
	width:112px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-4.png) no-repeat;
}
.global-2012-4-av a , .global-2012-4 a:hover{
	width:112px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-on-4.png) no-repeat;
}
.global-2012-5 a{
	width:96px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-5.png) no-repeat;
}
.global-2012-5-av a , .global-2012-5 a:hover{
	width:96px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-2012-on-5.png) no-repeat;
}

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

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


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

#global-ssff li li , #global-biz li li{
	clear: left;
	margine:0;
	position:relative;
	width: 230px;
	height:25px;
	padding:1px 0;
}
#global-ssff li li a , #global-biz li li a{
		width: 230px;
	background-image: url(../common/menubg.png); 
	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-ssff li li a:hover , #global-biz li li a:hover{
	background-image: url(../common/menubg-on.png);
	font-weight:bold;
	text-decoration:none;
	color:#630;
}
#global-ssff ul li:hover > ul , #global-biz ul li:hover > ul{
  display: block;
}
*+html #global-ssff ul ul a , *+html #global-biz ul ul a {
width: 150px;

}


#global-fona{
	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(../nav/nav-fona-bg.gif);
}
#global-fona ul{margin: 0px; padding: 0px;}
#global-fona li{list-style-type: none; float:left;}
#global-fona a{display:block;}
#global-fona a span {
	position:absolute;
	left:-9999px;
}


.global-fona-0 a{
	width:209px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-0.png) no-repeat;
}
.global-fona-0-av a , .global-fona-0 a:hover{
	width:209px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-0.png) no-repeat;
}
.global-fona-1 a{
	width:209px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-1.png) no-repeat;
}
.global-fona-1-av a , .global-fona-1 a:hover{
	width:209px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-1.png) no-repeat;
}
.global-fona-2 a{
	width:205px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-2.png) no-repeat;
}
.global-fona-2-av a , .global-fona-2 a:hover{
	width:205px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-2.png) no-repeat;
}
.global-fona-3 a{
	width:120px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-3.png) no-repeat;
}
.global-fona-3-av a , .global-fona-3 a:hover{
	width:120px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-3.png) no-repeat;
}
.global-fona-4 a{
	width:104px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-4.png) no-repeat;
}
.global-fona-4-av a , .global-fona-4 a:hover{
	width:104px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-4.png) no-repeat;
}
.global-fona-5 a{
	width:82px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-5.png) no-repeat;
}
.global-fona-5-av a , .global-fona-5 a:hover{
	width:82px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-5.png) no-repeat;
}

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

.global-fona-7 a{
	width:80px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-7.png) no-repeat;
}
.global-fona-7-av a , .global-fona-7 a:hover{
	width:80px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-7.png) no-repeat;
}
.global-fona-8 a{
	width:81px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-8.png) no-repeat;
}
.global-fona-8-av a , .global-fona-8 a:hover{
	width:81px;
	height:40px;
	margin:10px 0;
	background:url(../nav/nav-fona-on-8.png) no-repeat;
}
#menu-change {position:absolute; margin:0 0 0 8px;}
#menu-change a {text-indent:-9999px; height:36px; width: 71px; background:url(../nav/nav-fona-c.png) center center no-repeat;}
#menu-change a:hover {background:url(../nav/nav-fona-on-c.png) center center no-repeat;}
#menu-change2 {position:absolute; margin:0 0 0 8px;}
#menu-change2 a {text-indent:-9999px; height:36px; width: 71px; background:url(../nav/nav-fona-c.png) center center no-repeat;}
#menu-change2 a:hover {background:url(../nav/nav-fona-on-c.png) center center no-repeat;}

/*.global-ssff1 {display:none;}*/
/*.global-ssff2 {padding-left:100px;}*/

/*-----------------------------------------------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-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;
	/*border-bottom: 1px dashed #ccc;*/
	padding-bottom: 8px;
}
.topic-chip{
	width:80px;
	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;
	position: relative;
}
.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;
}
/*----------------------------------------------------------------2-29-*/

.bot{padding: 8px 3px;}
.bot a{
	display: inline-block;
	font-weight:bold;
	background-image: url(../common/bot-bg.jpg);
	background-repeat: repeat-x;
	padding: 6px 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:#963;
	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;
}

.redbot{padding: 8px 3px;}
.redbot a{
	color:#fff;
	display: inline-block;
	font-weight:bold;
	background-image:url(../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(../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(../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(../common/pdf.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 10px;
	background-position: 0 -2px;
}

/*-----------------------------------------------------------------------*/
.paging{
}
.paging a{
	background-color:#fff;
	padding:2px 5px;
	border:1px solid #e9e9e9;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	behavior: url(../js/PIE.htc);
	display: inline-block;
}
.paging a:hover{
	background-color: #B6CED1;
	color: #FFF;
}
.paging-av{
}
.paging-av a{
	behavior: url(../js/PIE.htc);
}
.paging-av a:hover{
}


.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: #60a3d5;}
.foot-av{
	background-color: #B4AFA7!important;
	color: #FFFFFF!important;
}
.foot-navlist-av a:hover{ background-color: #60a3d5;}

.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: #60a3d5;}
.foot-nav-pre a:hover{ background-color: #60a3d5;}

.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;
}


/*-----------------------------------------------------------------------TOPPAGE SOCIAL-*/
.focus-social{
	width: 120px;
	/* [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: 40px;
	float: left;
}

.minibanner {
	height:75px;
	margin-bottom:5px;
	}
.minibanner img {
	margin-right:5px;
	}
