@charset "utf-8";
/*--------------------Reset----------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav, fieldset {
    margin:0;
    padding:0;
    font-size: 100%;
    border:none;
}
body{
    line-height: 1.0;
    -webkit-text-size-adjust: none;
}
article, aside, canvas, datails, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
}
img{
    border:0;
    vertical-align: bottom;
}
img.mapicon{
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
ul, ol{
    list-style: none;
}
ul.circle{
    list-style: circle outside;
    margin: 10px 0px ;
    margin-left: 30px;
}
ul.circle li{
    padding: 5px 0px;
}
table{
    border-spacing: 0;
    empty-cells: show;
}
img.address-img{
    vertical-align: middle;
}
img.valign-middle{
    vertical-align: middle;

}
.valign-top,
table td.valign-top{
    vertical-align: top;
}
img.left-float{
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.block-center{
    margin-right: auto;
    margin-left: auto;
}
.submit{
    margin-top: 10px;
}
/*--------------------INITIALIZE----------------------*/
body{
    background:#F5F6F7;
    font-family: Verdana,Arial,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W4','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 1.3em;
    color: #333;
    font-weight: normal;
}
a {
    color:#0178D8;
    text-decoration: none;
}
a:hover{
    color:#da7c0e;
    text-decoration: underline;
}
a.external {
    background-image: url(/img/go_out.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}
a.stable:visited {color:#3F3323; text-decoration:none;}
a.stable:active {color:#3F3323; text-decoration:underline;}
a.stable:link {color:#3F3323; text-decoration:none;}
a.stable:hover {color:#3F3323; text-decoration:underline;}
/* clearfix */
.clearfix:after,.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix,.clear {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix ,* html .clear {height: 1%;}
.clearfix, .clear {display: block;}
/* End hide from IE-mac */
/*--------------------COMMON-PARTS----------------------*/
.hide{
    display:none; !important;
}
.num{
    font-family: Arial, Helvetica,sans-serif;
    font-weight: bold;
    font-size: 110%;
}
.link_s{
    font-size: 90%;
}
.link_s a{
    background: url(/img/csl_s.gif) no-repeat left 0.45em;
    padding-left: 6px;
}
.link_s a:hover{
    text-decoration: underline;
}
.link_s.white a{
    color: #FFF;
    background: url(/img/csl-s-w.gif) no-repeat left 0.45em;
}
.link_more{
    margin-top: 5px;
    text-align: right;
    font-size: 90%;
}
.link_more a{
    padding-right: 8px;
    background: url(/img/csl-more.gif) no-repeat right 0.5em;
}
.link_more a:hover{
    text-decoration: underline;
}
.link_more.down a{
    padding-right: 8px;
    background: url(/img/csl-more-down.gif) no-repeat right 0.5em;
}
.link_m{
    font-size: 100%;
}
.link_m a{
    background: url(/img/csl_s.gif) no-repeat left 0.45em;
    padding-left: 6px;
}
.link_m a:hover{
    text-decoration: underline;
}
.link_m.white a{
    color: #FFF;
    background: url(/img/csl-s-w.gif) no-repeat left 0.45em;
}
.error-msg{
    text-align: center;
    color: #ef8136;
    margin:30px auto;
}

.section{
    background: #FFF;
    margin-bottom: 10px;
}

.section.frame{
    padding: 20px;
    background: #FFF;
    border:1px solid #DDD;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.box-main .section{
    padding: 18px 12px;
}
.section.frame.tab_after{
    padding-top: 30px;
}
.section.photo_detail{
    padding: 20px 14px;
}

.box-right .section{
    padding: 10px;
/*    font-size: 12px; */
}
.box-right h2{
    margin-bottom: 5px;
    font-size: 110%;
}
.box-right .travel{
    font-size: 90%;
    line-height: 120%;
}
.box-main .travel{
    font-size: 90%;
    line-height: 120%;
}

.inner {
    margin: 10px 0 10px 0;
}
.inner.stage {
    padding: 0 10px 0 10px;
}
.inner p{
    margin-bottom: 10px;
    line-height: 160% ; /* -- uke -- */
}

.inner:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.continues{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 90%;
    color: #DDD;
}
.continues:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
p.continues{
    margin-bottom: 0;
}
.continues a{
    padding-right: 9px;
    background: url(/img/csl_more.png) no-repeat right center;
}
.continues a:hover{
    background: url(/img/csl_more_hover.png) no-repeat right center;
}
.continues.close a{
    padding-right: 11px;
    background: url(/img/csl_m_upper.gif) no-repeat right center;
}
.continues.lower a{
    padding-right: 11px;
    background: url(/img/csl_m_lower.gif) no-repeat right center;
}
.small_caption{
    font-size: 80%;
}
.nowrap{
    white-space:nowrap;
}

.type2 .main {
    width: 958px;
    margin: 0 10px 0 10px;
    float: left;
}
.type2 .main .left {
    width: 455px;
    margin: 0 10px 0 10px;
    float: left;
}
.type2 .main .right {
    width: 455px;
    margin: 0 10px 0 10px;
    float: right;
}
.type3 .main {
    width: 750px;
    margin: 0 0px 0 0;
    float: left;
}
.type3 .navi {
    width: 200px;
    margin: 0 20px 0 0px;
    padding: 10px;
    float: left;
}


/*--------------------BUTTON----------------------*/
.btn-common a{
    display: block;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    background: #DDD;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#CCC));
    background: -moz-linear-gradient(top,#EEE,#CCC);
    color: #333;
    text-shadow: 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,1);
    -moz-box-shadow:  inset 1px 1px 1px rgba(255,255,255,1);
    border:1px solid #BBB;
/*    height: 24px;*/
    line-height: 24px;
    font-size: 14px;
}

.btn-common a:hover{
  background: #EEE;
  background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DDD));
  background: -moz-linear-gradient(top,#FFF,#DDD);
  text-decoration: none;
}
.btn-common.orange a{
    background: #dc8b03;
  background: -webkit-gradient(linear,left top,left bottom,from(#edb34c),to(#dc8b03));
  background: -moz-linear-gradient(top,#edb34c,#dc8b03);
  border:1px solid #cb8036;
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow:  inset 1px 1px 1px rgba(255,255,255,0.3);
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
}
.btn-common.orange a:hover{
    background: #e99e20;
  background: -webkit-gradient(linear,left top,left bottom,from(#f1ba5f),to(#e99e20));
  background: -moz-linear-gradient(top,#f1ba5f,#e99e20);
}
.btn-common.blue a{
    color: #FFF;
    background: #0481ba;
  background: -webkit-gradient(linear,left top,left bottom,from(#2ab3f5),to(#0481ba));
  background: -moz-linear-gradient(top,#2ab3f5,#0481ba);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    border: 1px solid #018dce;
    text-shadow: -1px -1px #1e81c6;
}
.btn-common.blue a:hover{
    background: #48bff5;
  background: -webkit-gradient(linear,left top,left bottom,from(#48bff5),to(#15a3e3));
  background: -moz-linear-gradient(top,#48bff5,#15a3e3);
}
.btn-common.large a{
/*    height: 40px;*/
    line-height: 40px;
    font-size: 20px;
    vertical-align:middle;
}
.btn-common.medium a{
/*    height: 30px;*/
    line-height: 30px;
    font-size: 15px;
    vertical-align:middle;
}
.btn-common.small a{
/*    height: 16px;*/
    line-height: 16px;
    vertical-align:middle;
    font-size: 11px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

a.btn-common{

    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    background: #DDD;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#CCC));
    background: -moz-linear-gradient(top,#EEE,#CCC);
    color: #333;
    text-shadow: 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,1);
    -moz-box-shadow:  inset 1px 1px 1px rgba(255,255,255,1);
    border:1px solid #BBB;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0px;
    padding: 5px 10px;
    height: 31px;
}
a.btn-common:hover{
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DDD));
    background: -moz-linear-gradient(top,#FFF,#DDD);
    text-decoration: none;
}
a.btn-common.blue{
    color: #FFF;
    background: #0481ba;
    background: -webkit-gradient(linear,left top,left bottom,from(#2ab3f5),to(#0481ba));
    background: -moz-linear-gradient(top,#2ab3f5,#0481ba);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    border: 1px solid #018dce;
    text-shadow: -1px -1px #1e81c6;
}
a.btn-common.blue:hover{
    background: #48bff5;
    background: -webkit-gradient(linear,left top,left bottom,from(#48bff5),to(#15a3e3));
    background: -moz-linear-gradient(top,#48bff5,#15a3e3);
}

a.btn-common.small{
    /*    height: 16px;*/
    line-height: 16px;
    vertical-align:middle;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
/*--------------------LIST----------------------*/
.list-stripe li{
    background: #EEE;
    padding: 5px;
    line-height: 1.3em;
}
.list-stripe li:nth-child(even){
    background: #F5F6F7;
}
.list_link.tripartition li{
    float: left;
    width: 30%;
    margin-right: 5px;
}
.list_arrow li {
    padding-top:2px;
    padding-bottom: 4px;
    padding-left: 7px;
    background: url(/img/csl_s.gif) no-repeat left 0.7em;
    line-height: 1.3em;
}

.list_link li.disabled ,
.list_link li strong ,
.list_link li a{
    display: block;
    padding-top:2px;
    padding-bottom: 2px;
    padding-left: 7px;
    background: url(/img/csl_s.gif) no-repeat left 0.7em;
    line-height: 1.3em;
}
.list_link li.active{
	font-weight: bold;
}
.split3 li.disabled,
.list_link li.disabled {
    color: #AAA;
}
.simple-num-list{
    list-style: decimal;
    list-style-position: outside;
    padding-left:30px;
}
.simple-num-list li{
    margin-bottom: 5px;
}
.simple-list{
    list-style: disc;
    list-style-position: outside;
    padding-left:30px;
}
.simple-list li{
    margin-bottom: 5px;
}
.simple-list.no-mark{
    list-style-type:none;
    padding-left:5px;
}

ol.simple-list{
    list-style-type: decimal;
}
.list_yoko li{
    float:left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #DDD;
    margin-bottom: 5px;
}
.list_yoko:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.horizon li {
    display: inline;
    float: left;
    border-left: solid 1px #999;
    padding: 0 10px 0 10px;
    line-height: 120%;
}
.horizon li.first {
    border-left: 0;
    padding-left: 5px;
}
.itemize li{
    float: left;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #DDD;
    font-size: 85%;
}
.itemize li.total{
    font-size: 100%;
    border-right: none;
    padding-right: 0;
}
.itemize li.total:after{
    content:'〉';
    margin-left: 5px;
    color: #DDD;
}
.itemize:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*--------------------HEADER----------------------*/
.header{
    width:100%;
    margin: 0 auto;
    background: #0096de;
    background: -webkit-gradient(linear,left top,left bottom,from(#0096de),color-stop(0.6,#0096de),to(#81d1f7));
    background: -moz-linear-gradient(top,#0096de,#0096de 60%,#81d1f7);
    position:relative;
    z-index:10;
}
.header-cont{
    width: 1000px;
    margin:0 auto;
}
.header-cont:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
h1{
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    font-size: 10px;
    height:26px;
    line-height: 26px;
    width: 500px;
    float: left;
    font-weight: normal;
}
.header-upper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header-middle{
    margin-top: 10px;
    margin-bottom: 15px;
}
.header-middle:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.logo{
    float: left;
    margin-right: 20px;
    height: 80px;
}
.header-ads{
    text-align: center;
    width: 468;
    float: right;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
}


.header-ads.skyads{
    width: 728px;
}


.header-ads a{
    color: #FFF;
    text-decoration: underline;
}
.header-nav{
    display: block;
    float: right;
    text-align: right;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    font-size: 12px;
    padding: 7px;
    background:#0087c8;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4), 1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4), 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    _zoom:-1;
    color: #FFF;
}
.header-nav li{
    float: left;
    margin-left: 8px;
}
.header-nav li:after{
    content:'|';
    color: rgba(255,255,255,0.5);
    margin-left: 8px;
}
.header-nav li:last-child:after{
    content:'';
    margin:none;
}
.header-nav li.header-nav-last{
    content:'';
    margin:none;
}
.header-nav li a{
    color: #FFF;
}
.header-nav li a:hover{
    text-decoration: underline;
}
.header-nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*GLOBAL-NAV*/
.global-nav{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    background: #555;


    background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
    background: -moz-linear-gradient(top,#555,#333);
    height: 34px;
    border-top: 1px solid #0577ab;
    -webkit-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.2), inset 0px -1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.2), inset 0px -1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2);
}
.global-nav ul{
    width: 1000px;
    margin: 0 auto;
    position:relative;
}
.global-nav li{
    float: left;
    position:relative;
}
.global-nav li a{
    background: #555;
    background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
    background: -moz-linear-gradient(top,#555,#333);
    height: 34px;
    line-height: 34px;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.2), inset 0px -1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.2), inset 0px -1px 2px rgba(0,0,0,0.3);
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.5);
}
.global-nav li:first-child a{
    border-left: 1px solid rgba(255,255,255,0.2);
}
.global-nav li a:hover{
    background: #333;
  background: -webkit-gradient(linear,left top,left bottom,from(#777),to(#333));
  background: -moz-linear-gradient(top,#777,#333);
    color: #4fc6fe;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}
.global-nav li.active a{
    background: #F5F6F7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F5F6F7));
    background: -moz-linear-gradient(top,#FFF,#F5F6F7);
    height: 39px;
    line-height: 39px;
    color: #0098de;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: -1px -2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -2px 2px rgba(0,0,0,0.2);
    margin-top: -5px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    position:relative;
}
.sub-global-nav {
    left: 0;
    background: #F5F6F7;
    background: -webkit-gradient(linear,left top,left bottom,from(#F5F6F7),to(#EEE));
    background: -moz-linear-gradient(top,#F5F6F7,#EEE);
    border-bottom:1px solid #DDD;
    height: 34px;
    font-weight:bold;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,1);
    text-shadow:1px 1px 0 rgba(255,255,255,1);
    font-size:85%;
}
.sub-global-nav a{
    color:#333;
}
.sub-global-nav ul{
    width:1000px;
    margin:0 auto;
}
.sub-global-nav ul li{
    margin-top:7px;
    float:left;
    border-right:1px solid #DDD;
    -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,1);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,1);
    box-shadow: inset -1px 0 0 rgba(255,255,255,1);
}
.sub-global-nav ul li a{
    display:block;
    padding-right: 10px;
    padding-left: 10px;
    margin-left:3px;
    margin-right:3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.sub-global-nav ul li:first-child{
    border-left:1px solid #DDD;
    -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
    box-shadow: inset -1px 0 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1);
}
.sub-global-nav ul li.active a{
    font-weight:bold;
    color:#0288c5;
    text-decoration:none;
    background:#DDD;
    text-shadow:1px 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,1),inset 1px 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,1),inset 1px 1px 1px rgba(0,0,0,.2);
    box-shadow: inset -1px 0 0 rgba(255,255,255,1),inset 1px 1px 1px rgba(0,0,0,.2);
}
.sub-global-nav ul li a:hover{
    color:#0178D8;
    text-decoration:none;
}
.global-nav li ul.dropdown-nav{
    display:none;
    position:absolute;
    width:250px;
    border:1px solid #333;
    padding:4px;
    border-top:none;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    font-size:90%;
    -webkit-border-radius:0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    background: #333;
    background: -webkit-gradient(linear,left top,left bottom,from(#333),to(#555));
    background: -moz-linear-gradient(top,#333,#555);
}
.global-nav li ul.dropdown-nav li a{
    display:block;
    padding:7px 20px;
    border-bottom:1px solid #DDD;
    background: #F5F6F7 url(/img/csl_m.gif) no-repeat 10px 13px;
    background: url(/img/csl_m.gif) no-repeat 10px 13px, -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F1F2));
    background: url(/img/csl_m.gif) no-repeat 10px 13px, -moz-linear-gradient(top,#FFF,#F0F1F2);
    -webkit-box-shadow: inset -1px -1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset -1px -1px 0 rgba(255,255,255,1);
    color:#333;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    height:22px;
    line-height:22px;
    width:210px;
    position:relative;
    top:0;
    left:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.global-nav li ul.dropdown-nav li:first-child a, .global-nav li:first-child ul.dropdown-nav li a{
    border-left:none;
}
.global-nav li ul.dropdown-nav li:last-child a{
    -webkit-border-radius:0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-bottom:none;
}
.global-nav li ul.dropdown-nav li a:hover{
    background:#fbf5b0  url(/img/csl_m.gif) no-repeat 10px 13px;
    background: url(/img/csl_m.gif) no-repeat 10px 13px, -webkit-gradient(linear,left top,left bottom,from(#fbf5b0),to(#fcf9db));
    background: url(/img/csl_m.gif) no-repeat 10px 13px, -moz-linear-gradient(top,#fbf5b0,#fcf9db);
    cursor:pointer;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
    text-decoration:none;
    color:#da7c0e;
}
.global-nav li ul{
    -webkit-border-radius:0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border:1px solid #CCC;
    border-top:none;
}

/*--------------------BOX----------------------*/
.parent-container{
    background: #F5F6F7;
    -webkit-box-shadow: -1px -2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px -2px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 200;
    padding-top: 20px;
}
.container{
    width:1000px;
    margin: 0 auto;
}
.container:after,
.box_list:after{ /* -- uke -- */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.box_list.section{ /* -- uke -- */
    padding-right: 10px;
}
.box-main{
    width:690px;
    float:left;
}
.box-main-inner{
    width:670px;
    float:left;
}
.box-right{
    width:300px;
    float: right;
}
.box-right .ads{
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-right .ads_top{
    padding: 0;
	margin-bottom: 20px;
}

.box_head .sec-main{ /* -- uke -- */
    width:650px;
    float:left;
}
.box_list .sec-main{ /* -- uke -- */
    width:630px;
    float: left;
}
.box_list .sec-main .split2{ /* -- uke -- */
    width:310px;
    margin-right: 10px;
    float:left;
}

.box_list .sec-main .split2:nth-child(even){ /* -- uke -- */
    margin-right: 0px;
}
.sec-main{ /* -- uke -- */
    width:670px;
    float:left;
}
.sec-right{ /* -- uke -- */
    width:320px;
    float: right;
}
.sec-right .section,
.box-3pain-left .section,
.box-l_left .section{
    padding: 10px;
}
.box_list .sec-main.s250{ /* -- uke -- */
    width:675px;
    float: left;
}
.box_list .sec-right.s250{ /* -- uke -- */
    width:270px;
    float: right;
}
.box_list div.split3_2col{
    width: 412px;
    float: left;
}
.box_list div.split3_1col{
    margin-left: 10px;
    width: 220px;
    float: left;
}

.box-3pain-left{
    float: left;
    width: 180px;
}
.box-3pain-main{
    float: right;
    width: 500px;
}
.box-3pain-main:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box-l-main{
    width:790px;
    float:right;
}
.box-l_left{
    width:200px;
    float: left;
}
.col2 {
    margin-right: -20px;
}
.col2_box_l{
    float: left;
    width:342px;
    margin-right: 20px;
}

.col2 .col{
    float: left;
    width:318px;
    margin-right: 20px;
}
.main .col2 .col{
    width: 445px;
}
.sec-main .col2 .col{
	width:300px;
}	
.col:after,
.col2_box_l:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col2.last,
.col2_box_l.last{
    margin-right: 0;
}

.col_triple{
    width: 200px;
    margin: 0 10px 0 0px;
    float: left;
}
.col_half{
    width: 300px;
    margin: 0 10px 0 0px;
    float: left;
}
.box-right:after,
.sec-right:after{ /* -- uke -- */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*--------------------HEADLINE----------------------*/
h2{
    display: block;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
    border-left: 5px solid #0098dd;
    padding-left: 8px;
}
h2.image{
   border:none;
   padding-left: 0px;
}
h2 a{
    color: #333;
    background: url(/img/csl_m.gif) no-repeat right center;
    padding-right: 12px;
}
h2 a:hover{
    color: #0098dd;
    text-decoration: none;
}
h3{
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
    background: #EEE;
    padding: 5px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    vertical-align: middle;
}
h3 a{
    display: block;
    color: #0178D8;
    background: url(/img/csl_s.gif) no-repeat 2px center;
    padding-left: 10px;
}
h3 a:hover{
    text-decoration: none;
}
h3.inbutton{
    height: 30px;
    line-height: 30px;
}
h4{
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2em;
    border-left: 6px solid #DDD;
    padding-left: 10px;
}
h4 a{
    color: #333;
    background: url(/img/csl_m.gif) no-repeat right center;
    padding-right: 10px;
}
h4 a:hover{
    text-decoration: none;
}
/*--------------------FORM----------------------*/
input{
    background: #F5F6F7;
    padding:4px;
    border:1px solid #CCC;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1), 1px 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1), 1px 1px 0 rgba(255,255,255,0.5);
}
textarea{
    background: #F5F6F7;
    display: block;
    padding:4px;
    border:1px solid #CCC;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	line-height: 1.4em;
}
textarea.comment{
    height: 200px;
}
textarea.reviewcomment{
    height: 500px;
}
table textarea.comment{
    width: 300px;
}
textarea.edit-profile{
    height: 200px;
}
select{
    background: #F5F6F7;
    display: block;
    padding:4px;
    border:1px solid #CCC;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
    height: 30px;
    line-height: 30px;
    padding: 4px;
    width:220px;
}
select.small{
    width: 50px;
}
select.medium{
    width: 140px;
}

.form-control input.medium,
.form-control input[type="text"].medium,
.form-control.float input[type="text"].medium,
.form-wrapper.float input[type="text"].medium{
    width: 140px;
}
.form-control select{
    margin-top:1px;
}
input:focus, textarea:focus, select:focus{
    border:1px solid #52bcec;
    background:#faf1ca;
    -webkit-box-shadow: 0 0 5px rgba(0,152,221,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,152,221,0.5);
	line-height: 1.4em;
}
input[type="text"],input[type="password"]{
    height: 22px;
}
input.large[type="text"],input.large[type="password"]{
    height: 22px;
    width: 100%;
}
input[type="button"].small,
input[type="submit"].small,
a.btn-common.small{
    font-size: 12px;

}
input[type="button"],input[type="submit"]{
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    background: #DDD;
  background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#CCC));
  background: -moz-linear-gradient(top,#EEE,#CCC);
  color: #333;
  text-shadow: 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,1);
    -moz-box-shadow:  inset 1px 1px 1px rgba(255,255,255,1);
  border:1px solid #BBB;
  font-size: 16px;
    padding: 5px 10px;
}
input[type="button"].blue,input[type="submit"].blue{
    color: #FFF;
    background: #0481ba;
  background: -webkit-gradient(linear,left top,left bottom,from(#2ab3f5),to(#0481ba));
  background: -moz-linear-gradient(top,#2ab3f5,#0481ba);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.40);
    border: 1px solid #018dce;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;
}
input[type="button"].orange,input[type="submit"].orange{
    background: #dc8b03;
  background: -webkit-gradient(linear,left top,left bottom,from(#edb34c),to(#dc8b03));
  background: -moz-linear-gradient(top,#edb34c,#dc8b03);
  border:1px solid #cb8036;
    -webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow:  inset 1px 1px 1px rgba(255,255,255,0.3);
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;
}
input[type="button"]:hover,input[type="submit"]:hover{
    background: #EEE;
  background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DDD));
  background: -moz-linear-gradient(top,#FFF,#DDD);
  text-decoration: none;
  cursor: pointer;
}
input[type="button"].blue:hover,input[type="submit"].blue:hover{
    background: #48bff5;
  background: -webkit-gradient(linear,left top,left bottom,from(#48bff5),to(#15a3e3));
  background: -moz-linear-gradient(top,#48bff5,#15a3e3);
}
input[type="button"].orange:hover,input[type="submit"].orange:hover{
    background: #e99e20;
  background: -webkit-gradient(linear,left top,left bottom,from(#f1ba5f),to(#e99e20));
  background: -moz-linear-gradient(top,#f1ba5f,#e99e20);
}
input[type="button"]:active,input[type="submit"]:active{
    background: #DDD;
  text-decoration: none;
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:  inset 1px 1px 1px rgba(0,0,0,0.2);
}
input[type="button"].blue:active,input[type="submit"].blue:active{
    background: #0481ba;
}
input[type="button"].orange:active,input[type="submit"].orange:active{
    background: #dc8b03;
}
input.disabled, select.disabled{
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50);
}
label{
    display: block;
    margin-bottom: 10px;
}
legend{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.form-wrapper.float .buttonset,
.form-wrapper.float label,
.form-wrapper.float label{
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 10px;
    height: 32px;
    margin-bottom: 0;
    line-height: 32px;
}
.form-wrapper.float .buttonset{
    line-height: 1.3em;
}
.form-wrapper{
    margin-bottom: 10px;
}
.form-wrapper div.form-control{
    float: left;
    margin-right:5px;
    line-height: 32px;
    width: 480px;
}
.form-wrapper div.form-control .f-xsml{
    line-height: 1.4em;
}
.overlay-content .form-wrapper div.form-control{
    width: auto;
}
.form-wrapper div.form-thubnail{
    float: left;
    margin-right: 10px;
}
.form-wrapper span{
    float: left;
    margin-right: 5px;
    line-height: 30px;
}
.form-wrapper span.ui-helper-hidden-accessible{
    margin-left: 0px;
    margin-right: 0px;
}

.form-wrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-wrapper.error{
    background: #FCE5E3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 6px;
    color: #C00;

}
.form-wrapper p.error{
    margin-top: 5px;
    clear:both;
}

.form-wrapper.float input[type="text"]{
    width:480px;
}
.form-wrapper.float textarea{
    width:480px;
}
.form-wrapper.float.bg input[type="text"],.form-wrapper.float.error input[type="text"]{
    margin-right: 0;
}
.form-wrapper.float.bg textarea,.form-wrapper.float.error textarea{
    margin-right: 0;
}
.form-warpper.float input.small[type="text"]{

}
.form-control p.notice,
.form-control span.notice{
    font-size: 70%;
    padding: 0px;
    margin: 0px;
    line-height: 1.2em;
    color: #666666;
    margin-top:3px;
}
.form-control p.notice.top{
    font-size: 90%;
	padding: 5px 0; 
    color: #333;
}
input[type="checkbox"]{
    display: inline;
    width: 20px;
}
div.checkbox label{
    display: inline;
}
.input-lists li{
}
.inputs-list li label{
    margin-bottom: 5px;
    display: block;
    width: 100%;
    float: none;
}
.error input,.error select,.error textarea{
    border:1px solid #C00;
}
.error input:focus,.error select:focus,.error textarea:focus{
    -webkit-box-shadow: 0 0 5px rgba(204,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(204,0,0,0.5);
}
.error label{
    color: #C00;
}
.form-error-message{
    color: #C00;
    font-size: 12px;
}
.form-wrapper.float.error .form-error-message{
    margin-left: 180px;
}
.error-message{
    color: #C00;
    font-size: 90%;
}
h2.error-message{
    font-size: 100%;
    font-weight: bold;
}
.form-wrapper.bg{
    background: #EEE;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 6px;
}
.form-wrapper.float.cr label{
    width:auto;
    line-height: 1.4em;
}
.form-wrapper.float.cr{
    padding-left:170px;
}
/*--------------------*TABLE*----------------------*/
table{
    background: #FFF;
    border-top:1px solid #DDD;
    border-right:1px solid #DDD;
}
th,td{
    padding: 5px;
    border:1px solid #DDD;
    border-top:none;
    border-right: none;
}
th{
    background: #d5e5f3;
    color: #333;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3),inset 1px -1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3),inset 1px -1px 0 rgba(0,0,0,0.05);
}
td{
    font-size: 90%;
}
table.nonborder{
    border:none;
}
table.nonborder tr,
table.nonborder th,
table.nonborder td{
    border: none;
}

/*--------------------tab_nav----------------------*/
.tab_nav{
    font-weight: bold;
    font-size: 14px;
    position: relative;
    z-index: 300;
    margin: 0 auto;
    border-bottom: 5px solid #0481ba;
}
.tab_nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_nav li{
    float: left;
    margin-left: 5px;
}
.tab_nav li.detail,
.tab_nav li a{
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    margin-top: 3px;
    height: 34px;
    line-height: 34px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    color: #0178D8;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border:1px solid #FFF;
    border-bottom: none;
}
.tab_nav li a:hover{
    background:#fbf5b0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbf5b0),to(#FFF));
    background: -moz-linear-gradient(top,#fbf5b0,#FFF);
    color: #da7c0e;
    height: 33px;
    line-height: 33px;
    margin-top: 4px;
    text-decoration:none;
}
.tab_nav li.detail,
.tab_nav li a.active{
    background: #00a0e9;
    background: -webkit-gradient(linear,left top,left bottom,from(#0096de),to(#0481ba));
    background: -moz-linear-gradient(top,#0096de,#0481ba);
    height: 37px;
    line-height: 37px;
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
    margin-top: 0;
    border:1px solid #0481ba;
}
.tab_nav.many li.detail,
.tab_nav.many li a{
    padding-left: 10px;
    padding-right: 10px;
}
.section.tab_after{
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-top:1px solid #03608a;
}


.sub_tab_nav {
    left: 0;
    background: #0481ba;
    background: -webkit-gradient(linear,left top,left bottom,from(#0481ba),to(#0391d2));
    background: -moz-linear-gradient(top,#0481ba,#0391d2);
    height: 25px;
    font-weight:normal;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.2),0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.2), 0 0 2px rgba(0,0,0,.3);
    text-shadow:-1px -1px 0 rgba(0,0,0,.3);
    font-size:80%;
    padding-left:10px;
    padding-right:10px;
}
.sub_tab_nav ul{
    margin:0 auto;
}
.sub_tab_nav ul li{
    margin-top:1px;
    float:left;
    border-right: 1px solid rgba(0,0,0,.3);
    padding-right: 3px;
    padding-left: 3px;
    -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,.3);
}
.sub_tab_nav ul li a{
    display:block;
    color:rgba(255,255,255,1);
    padding-left: 7px;
    padding-right: 7px;
}
.sub_tab_nav ul li.active a{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background: rgba(0,0,0,.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255,.5),inset 1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 0 rgba(255,255,255,.5),inset 1px 1px 1px rgba(0,0,0,.2);
	-ox-shadow: 1px 1px 0 rgba(255,255,255,.5),inset 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(0, 0, 0, .15);
}
.sub_tab_nav ul li a:hover{
    color:#FFF;
    text-decoration:none;
}
.mini_tab_nav{
    font-size: 75%;
    position: relative;
    z-index:1;
    border-bottom: 1px solid #CCC;
}
.mini_tab_nav li{
    float: left;
    margin-left: 2px;
}
.mini_tab_nav ul{
    padding: 0 5px 0 5px;
    position: relative;
    margin-bottom: -2px;
}
.mini_tab_nav li a{
	display:block ;
	border: 1px solid #CCC;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#efefef',GradientType=0 );
	padding: 5px 5px 3px 5px;
	box-shadow: inset -1px 0 0 rgba(255,255,255,.5),inset 1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset -1px 1px 0 rgba(255,255,255,1), 0px -1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset -1px 0 0 rgba(255,255,255,.5), inset 1px 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	position: relative;
	top: 2px;
}
.mini_tab_nav li a:hover{
    background:#fbf5b0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbf5b0),to(#FFF));
    background: -moz-linear-gradient(top,#fbf5b0,#FFF);
    cursor: pointer;
    text-decoration: none;
}
.mini_tab_nav li.active a{
	background: #FFF;
	position: relative;
	padding: 5px 5px 6px 5px;
	z-index: 3;
	color: #000;
	font-weight: bold;
	top: 1px;
}


.mini_tab_nav li.no-list{

    color: #aaa;

	
	display:block ;
	border: 1px solid #CCC;
	border-bottom: none;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#efefef',GradientType=0 );

	padding: 5px 5px 4px 5px;
	
	box-shadow: inset -1px 0 0 rgba(255,255,255,.5),inset 1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset -1px 1px 0 rgba(255,255,255,1), 0px -1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset -1px 0 0 rgba(255,255,255,.5), inset 1px 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	position: relative;
	top: 2px;

}


.mini_tab_nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*--------------------tab_indivi_nav----------------------*/
.tab_indivi_nav{
    font-weight: bold;
    font-size: 13px;
    position: relative;
    z-index: 300;
    margin: 0 auto;
    border-bottom: 2px solid #0481ba;
    -webkit-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 0 rgba(0,0,0,0.3);
}
.tab_indivi_nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab_indivi_nav li{
    float: left;
    margin-left: 4px;
}
.tab_indivi_nav li a{
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    margin-top: 3px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    color: #0178D8;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border:1px solid #FFF;
    border-bottom: none;
}
.tab_indivi_nav li a:hover{
    background:#fbf5b0;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbf5b0),to(#FFF));
    background: -moz-linear-gradient(top,#fbf5b0,#FFF);
    color: #da7c0e;
    height: 26px;
    line-height: 26px;
    margin-top: 4px;
}
.tab_indivi_nav li a.active{
    background: #00a0e9;
    background: -webkit-gradient(linear,left top,left bottom,from(#0096de),to(#0481ba));
    background: -moz-linear-gradient(top,#0096de,#0481ba);
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
    margin-top: 0;
    border:1px solid #0481ba;
}
.tab_indivi_nav li.no-list{
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    margin-top: 3px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.3), inset -1px 1px 0 rgba(255,255,255,0.3);
    color: #ccc;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border:1px solid #FFF;
    border-bottom: none;

}
.tab_indivi_nav.many li a{
    padding-left: 4px;
    padding-right: 4px;
}

/*--------------------DROPDOWN----------------------*/
.dropdown{
    background: #EEE;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
    z-index: 1;
}
.dropdown:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav_dropdown{
    margin:0;
    margin-left: 10px;
    position: relative;
    z-index: 4;
}
.nav_dropdown:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav_dropdown li{
    float: left;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.nav_dropdown li div a{
    display: block;
    padding-left: 22px;
    padding-right: 10px;
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.nav_dropdown li div{
    margin:0;
    padding: none;
}
.nav_dropdown li div.open a{
    background:url(/img/csl_m_lower.gif) no-repeat 8px center;
}
.nav_dropdown li div.close a{
    background:#FFF url(/img/csl_m_upper.gif) no-repeat 8px center;
    border:1px solid #DDD;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-box-shadow:0px -1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0px -1px 2px rgba(0,0,0,0.1);
}
.dropdown .section{
    margin:0;
    position: relative;
    z-index: 2;
}
.dropdown .list_box{
    width:180px;
    font-size: 85%;
}
.sec-main .dropdown .list_box{
    width:170px;
    font-size: 85%;
}
.dropdown .result{
    background: #FFF;
    padding: 5px 10px;
    padding-right: 90px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}
.dropdown a.spot{
    margin-left: 5px;
    padding-left: 13px;
    background: url(/img/icns_footer.png) no-repeat left -937px;
}
.dropdown span.open a{
    margin-left: 10px;
    padding-left: 13px;
    background:url(/img/csl_m_lower.gif) no-repeat 0 center;
}
.dropdown span.close a{
    margin-left: 10px;
    padding-left: 13px;
    background:url(/img/csl_m_upper.gif) no-repeat 0 center;
}
.dropdown a.searchclear{
    padding-left: 15px !important;
    background:url(/img/icn_close.png) no-repeat 0 center !important;
    font-size: 70%;
    color: #666;
    position: absolute;
    right:10px;
    top:5px;
}

/*--------------------section_sidebar----------------------*/
.section.section_sidebar{
    padding:0;
}
.section.section_sidebar .inner{
    padding: 0 10px 10px 10px;
}
.section.section_sidebar .inner.f-xsml{
	line-height: 140% ;
}
.section.section_sidebar h3{
	font-size: 14px;
	background:none;
	border:none;
	padding: 0;
	margin:0;
	border-bottom: none;
	padding-bottom: 0;
	margin:10px;
	background: #00a0e9;
	background: -webkit-gradient(linear,left top,left bottom,from(#0096de),to(#0481ba));
	background: -moz-linear-gradient(top,#0096de,#0481ba);
	color: #FFF;
	text-shadow: -1px -1px rgba(0,0,0,0.3);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	padding:7px 10px;
	border: 1px solid #046f9f;
	-webkit-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
	-moz-box-shadow:inset -1px 1px 0 rgba(255,255,255,0.3);
}
.section.section_sidebar h3 a{
    font-size: 14px;
    color: #FFF;
    padding-right: 10px;
    background: url(/img/csl_more_w.png) no-repeat right center;
    padding:0;
}
.section.section_sidebar h3 a:hover{
    text-decoration: underline;
}
/*--------------------side_search_box----------------------*/
.section.side_search_box{
    border: 1px solid #222;
    background: #555;
  background: -webkit-gradient(linear,left top,left bottom,from(#555),to(#333));
  background: -moz-linear-gradient(top,#555,#333);
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
}
.section.side_search_box input.form-textarea{
    width:160px;
    float: left;
    padding:4px;
    margin-right: 5px;
    margin-top:-1px;
    border: 1px solid #222;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2), 1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    height: 18px;
    line-height: 18px;
}
.section.side_search_box .form-submit{
    border: 1px solid #222;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}
.section.side_search_box .form-wrapper{
}
.section.side_search_box .form-wrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.section.side_search_box .explain{
    font-size: 11px;
    margin-bottom: 3px;
}
.section.side_search_box .explain.side_search_box-line{
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
}
.section.side_search_box h3{
    font-size: 14px;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    background:none;
    border:none;
    padding: 0;
    margin:0;
    border-bottom: none;
    padding-bottom: 0;
}
/*--------------------side_member_box----------------------*/
.side_member_box{
    padding:5px !important;
    background: #FFF 5px;
    font-size: 12px;
    border: 1px solid #DDD;
}
.side_member_box .inner{
    margin:0;
    margin-top:5px;
    background: #F7B52C;
    padding: 7px;
}
.side_member_box .image{
    float: left;
    margin-right: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}
.side_member_box .image img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 2;
}
.side_member_box .image a:after{
    content: "";
    display: block;
    height:70px;
    width:70px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 3;
    -webkit-box-shadow: inset -1px 1px 5px rgba(255,255,255,0.4);
    -moz-box-shadow:  inset -1px 1px 5px rgba(255,255,255,0.4);
}
.side_member_box .image a:hover:after{
    background: rgba(0,0,0,0.0);
    cursor: pointer;
}
.side_member_box_text{
    overflow: hidden;
}
.side_member_box_text:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.side_member_box .pre_name{
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1em;
}
.side_member_box .name{
    font-size: 14px;
}
.side_member_box .name a{
    display:block;
    font-size: 14px;
    padding: 5px;
    background: #FFF;
    margin-bottom: 10px;
    border: 1px solid #e8a52c;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
}
.side_member_box .name a:hover{
    background: #EEE;
    color: #0467b6;
}
.side_member_box .name .num{
    font-size: 10px;
    margin-left: 3px;
}
.side_member_box .action{
}
.side_member_box .action:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.side_member_box .action li{
    float: left;
    line-height: 1em;
    margin-bottom: 7px;
}
.side_member_box .action li a{
    padding-left:17px;
    padding-right: 5px;
    margin-right: 5px;
    background: url(/img/icns_footer.png) no-repeat left -837px;
}
.side_member_box .action li a:hover{
    color: #0467b6;
}
.side_member_box .action li.side_member_box-post{
    padding-right: 5px;
}
.side_member_box .action li.side_member_box_ct a{background: url(/img/icns_footer.png) no-repeat left -837px;}
.side_member_box .action li.side_member_box_logout a{background: url(/img/icns_footer.png) no-repeat left -857px;}
.side_member_box .action li.side_member_box_photo a{background: url(/img/icns_footer.png) no-repeat left -877px;}
.side_member_box .action li.side_member_box_review a{background: url(/img/icns_footer.png) no-repeat left -896px;}
.side_member_box .action li.side_member_box-beginner a{background: url(/img/icns_footer.png) no-repeat left -916px;}

.side_member_box.init .pre_name{
    float:left;
    margin-right:5px;
    line-height: 22px;
}
.side_member_box .side_member_box-about{
    padding: 5px;
    background: #FFF;
    border: 1px solid #e8a52c;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
}
.side_member_box-about-copy{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.side_member_box .simple-list{
    margin-left: -10px;
    font-size: 11px;
}
.side_member_box .btn-common{
    margin-bottom: 0;
    margin-top: 5px;
}
.side_member_box .simple-list li{
    margin-bottom: 0px;
}
.side_member_box .continues{
    font-size: 11px;
}
.side-bar{
    width:260px;
    background: #f3f3eb;
    -webkit-box-shadow: inset -2px 0px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset -2px 0px 2px rgba(0,0,0,0.1);
}
.side-bar:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*--------------------NEWS-LIST----------------------*/
.events_list li span.rank,
.news_list li span.rank{
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    font-size: 8px;
    margin-left: -25px;
}
.section_sidebar .events_list li span.news_date,
.section_sidebar .news_list li span.news_date{
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    margin-left: -45px;
}
.events_list li span.rank span.num,
.news_list li span.rank span.num{
    font-size: 18px;
    font-weight: bold;
}
.section_sidebar .events_list li{

}
.section_sidebar .news_list li{
    padding-left: 30px;
	line-height: 1.2em;
}
.section_sidebar .news_list li.relation{
    padding-left: 50px;
}

/*--------------------NEWS-LIST----------------------*/

/*--------------------TAB-BOX----------------------*/
.tab_navigation{
    margin-left: 15px;
    position:relative;
    z-index: 2;
    overflow: hidden;
}
.tab_navigation li{
    float: left;
    font-weight: bold;
    margin-right: 5px;
}
.tab_navigation li a{
    display: block;
    padding-left:20px;
    padding-right: 20px;
    height:32px;
    line-height: 32px;
    background: #EEE;
  background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#DDD));
  background: -moz-linear-gradient(top,#EEE,#DDD);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset -1px 1px 0 rgba(255,255,255,0.3);
    color: #333;
    margin-top: 1px;
}
.tab_navigation li a:hover{
    background: #DDD;
  background: -webkit-gradient(linear,left top,left bottom,from(#DDD),to(#CCC));
  background: -moz-linear-gradient(top,#DDD,#CCC);
    color: #000;
}
.tab_navigation li a.selected{
    background: #FFF;
    border-bottom: none;
    color: #7aa30d;
    height:34px;
    line-height: 34px;
    margin-top: 0;
    -webkit-box-shadow: 2px -2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px -2px 2px rgba(0,0,0,0.1);
}
.tab_navigation li.mock a.selected{color:#dc8b03;}
.tab_navigation li.category a.selected{color:#b164a5;}
.tab_navigation li.weak a.selected{color:#63a9e4;}
.tab_navigation li.latest a.selected{color:#00a199;}
.tab_navigation li.accumulation a.selected{color:#7b66b4;}

.tab_navigation:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tabs-box{
    border: 1px solid #CCC;
    padding: 20px 10px 10px;
    z-index: 1;
    margin-top: -1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}
/*--------------------PAGING----------------------*/
.paging{
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging .count{
    float: left;
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}
.sec-right .paging .count{
    float: none;
	margin-bottom: 10px;
}
.paging .count .num{
    font-size: 150%;
}
.paging .numbering{
    font-weight: bold;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 14px;
}
.paging .numbering{
    float: left;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}
.paging .next, .paging .prev{
    float: left;
    font-size: 12px;
}
.paging .next a,.paging .prev a{
    padding:5px;
    padding-left:6px;
    padding-right: 6px;
    margin-left:6px;
    margin-right: 6px;
    background: #EEE;
    color: #999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
.paging .next a:hover,.paging .prev a:hover{
    background: #CCC;
  text-decoration: none;
  color: #666;
}
.paging .prev a{
    padding-left: 10px;
}
.paging .next a{
    padding-right: 10px;
}
.paging .next{
    position: relative;
    z-index: 1;
}
.paging .prev{
    position: relative;
    z-index: 1;
}
.paging .prev a:after{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:13px solid #FFF;
  border-right-color:#EEE;
  position: absolute;
  left:-10px;
  top:-3px;
  z-index: 2;
 }
.paging .next a:after{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
    border:13px solid #FFF;
    border-left-color:#EEE;
    position: absolute;
    right:-10px;
    top:-3px;
    z-index: 2;
}
.paging .prev a:hover:after{
  border-right-color:#CCC;
}
.paging .next a:hover:after{
  border-left-color:#CCC;
}
.paging:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.paging .numbering span a{
    padding:5px;
    padding-left:6px;
    padding-right: 6px;
    margin-left:6px;
    margin-right: 6px;
    background: #EEE;
    /*
  background: -webkit-gradient(linear,left top,left bottom,from(#DDD),to(#EEE));
  background: -moz-linear-gradient(top,#DDD,#EEE);
    */
    color: #999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    /*
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
    */
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}
.paging .numbering span a:hover{
    background: #CCC;
    /*
  background: -webkit-gradient(linear,left top,left bottom,from(#0098dd),to(#50bdef));
  background: -moz-linear-gradient(top,#0098dd,#50bdef);
  */
  text-decoration: none;
  color: #666;
}
.paging .numbering span.current{
    padding:5px;
    padding-left:6px;
    padding-right: 6px;
    margin-left:6px;
    margin-right: 6px;
    color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background: #0098dd;
    /*
  background: -webkit-gradient(linear,left top,left bottom,from(#0098dd),to(#50bdef));
  background: -moz-linear-gradient(top,#0098dd,#50bdef);
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.2);
    */
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.paging .prev.disabled, .paging .next.disabled{
    padding:3px;
    padding-bottom: 3px;
    padding-left:6px;
    padding-right: 6px;
    margin-left:6px;
    margin-right: 6px;
    background: #EEE;
    color: #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top:-4px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.paging .next.disabled{
    padding-left: 5px;
    padding-right: 10px;
}
.paging .prev.disabled:after{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:13px solid #FFF;
  border-right-color:#EEE;
  position: absolute;
  left:-15px;
  top:0px;
  z-index: 2;
 }
.paging .next.disabled:after{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
    border:13px solid #FFF;
    border-left-color:#EEE;
    position: absolute;
    right:-15px;
    top:0px;
    z-index: 2;
}
/*--------------------SORT----------------------*/
.sort{
    margin-bottom: 10px;
    font-size: 90%;

}
.sort li{
    float: left;
    border-right: 1px solid #DDD;
    padding-right: 10px;
    margin-right: 10px;
}
.sort:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sort li a{
    background: url(/img/csl_m_lower.gif) no-repeat left center;
    padding-left: 14px;
}

/*--------------------FOOTER----------------------*/
.footer{
    background: #444 url(/img/footer_bg.gif) repeat-x center top;
    background: url(/img/footer_bg.gif) repeat-x center top, -webkit-gradient(linear,left top,left bottom, from(#444), color-stop(0.5,#444), to(#222));
    background: url(/img/footer_bg.gif) repeat-x center top, -moz-linear-gradient(top,#444,#444 50%,#222);
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,1);
    margin-top: 20px;
}
.footer a{color:#FFF;}
.footer a:hover{color: #04a1e8;}
.footer-wrapper{
    width: 1000px;
    margin:0 auto;
    padding-top: 10px;
}
.pagetop{
    margin-top:50px;
    margin-left: 860px;
    overflow: hidden;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;

}
.pagetop a{
    background: url(/img/icns_footer.png) no-repeat left -802px;
    padding-left:15px;
}
.pagetop a:hover{
    background: url(/img/icns_footer.png) no-repeat left -817px;
    color: #04a1e8;
    text-decoration: none;
}
.footer-box-left{
    width: 320px;
    float: left;
    margin-right: 20px;
    padding-top: 50px;
}
.footer-box-center{
    width:310px;
    float: left;
    margin-right: 30px;
    padding-top: 50px;
}
.footer-box-right{
    width: 320px;
    float: left;
    background: url(/img/footer_signbar.png) no-repeat center top;
    padding-top: 50px;
}
.footer-nav{
    margin-top:30px;
    padding-bottom: 30px;
}
.footer-nav:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer-nav-menu h4{
    border:none;
    margin:0;
    padding:0;
    height: 38px;
    background: url(/img/icns_footer.png) no-repeat left -8px;
    border-left: none;
    padding-left: 36px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}
.footer-nav-menu h4:hover{
    background: url(/img/icns_footer.png) no-repeat left -48px;
}
.footer-nav-menu h4 a{
    padding-top: 1px;
    display: block;
    height: 38px;
    background: url(/img/icns_footer.png) no-repeat left -94px;
    padding-left: 45px;
}
.footer-nav-menu h4 a:hover{
    text-decoration: none;
    color: #4fc6fe;
    background: url(/img/icns_footer.png) no-repeat left -134px;
    background: url(/img/icns_footer.png) no-repeat left -134px;
}
.footer-nav-menu h4.airlines a{background: url(/img/icns_footer.png) no-repeat left -94px;}
.footer-nav-menu h4.airlines a:hover{background: url(/img/icns_footer.png) no-repeat left -134px;}
.footer-nav-menu h4.militaries a{background: url(/img/icns_footer.png) no-repeat left -1074px;}
.footer-nav-menu h4.militaries a:hover{background: url(/img/icns_footer.png) no-repeat left -1114px;}
.footer-nav-menu h4.airport a{background: url(/img/icns_footer.png) no-repeat left -174px;}
.footer-nav-menu h4.airport a:hover{background: url(/img/icns_footer.png) no-repeat left -214px;}
.footer-nav-menu h4.route a{background: url(/img/icns_footer.png) no-repeat left -254px;}
.footer-nav-menu h4.route a:hover{background: url(/img/icns_footer.png) no-repeat left -294px;}
.footer-nav-menu h4.aircraft a{background: url(/img/icns_footer.png) no-repeat left -334px;}
.footer-nav-menu h4.aircraft a:hover{background: url(/img/icns_footer.png) no-repeat left -374px;}
.footer-nav-menu h4.photo a{background: url(/img/icns_footer.png) no-repeat left -414px;}
.footer-nav-menu h4.photo a:hover{background: url(/img/icns_footer.png) no-repeat left -454px;}
.footer-nav-menu h4.review a{background: url(/img/icns_footer.png) no-repeat left -494px;}
.footer-nav-menu h4.review a:hover{background: url(/img/icns_footer.png) no-repeat left -534px;}
.footer-nav-menu h4.member a{background: url(/img/icns_footer.png) no-repeat left -574px;}
.footer-nav-menu h4.member a:hover{background: url(/img/icns_footer.png) no-repeat left -614px;}
.footer-nav-menu h4.news a{background: url(/img/icns_footer.png) no-repeat left -654px;}
.footer-nav-menu h4.news a:hover{background: url(/img/icns_footer.png) no-repeat left -694px;}
.footer-nav-menu h4.shopping a{background: url(/img/icns_footer.png) no-repeat left -994px;}
.footer-nav-menu h4.shopping a:hover{background: url(/img/icns_footer.png) no-repeat left -1034px;}
.footer-nav-menu h4.event a{background: url(/img/icns_footer.png) no-repeat left -1234px;}
.footer-nav-menu h4.event a:hover{background: url(/img/icns_footer.png) no-repeat left -1274px;}

.footer-nav-menu h4 span.num{
    display: block;
    font-size: 11px;
    margin-top: -2px;
}
.footer-nav-menu h4:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.footer-nav-menu li{
    padding-top: 10px;
    border-top: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.footer-nav-menu li:first-child{
}
.footer-nav-menu li:last-child{
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 1px 0 rgba(255,255,255,0.1);
}
.footer-nav-menu-sub li{
    font-size: 12px;
    display: inline;
    float: left;
    border: none;
    height: 16px;
    line-height: 16px;
    margin:0;
    padding: 0;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
    margin-bottom: 4px;
    -webkit-box-shadow:inset -1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.1);
}
.footer-nav-menu-sub li a:hover{
    text-decoration: none;
    color: #4fc6fe;
}
.footer-nav-menu-sub li:last-child{
    border-bottom: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:inset -1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.1);
}
.footer-nav-menu-sub{
 margin-bottom: 10px;
}
.footer-nav-menu-sub:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer-sub-menu{
    padding-top: 10px;
    font-size: 12px;
    margin-left: -12px;
}
.footer-sub-menu li{
    height: 16px;
}
.footer-sub-menu li a:hover{
    color: #4fc6fe;
    height: 16px;
    text-decoration: none;
}
.footer-displayboard{
    background: #FFF;
  background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
  background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #999;
    padding: 20px;
    color: #444;
    text-shadow: none;
    -webkit-box-shadow: inset 2px 2px 0 #FFF, 2px 2px 8px rgba(0,0,0,0.5),inset -2px -2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 2px 2px 0 #FFF, 2px 2px 8px rgba(0,0,0,0.5),inset -2px -2px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.footer-displayboard a{
    color:#0098dd;
}
.footer-logo{
    text-align: center;
}
.footer-nav-menu-social{
}
.footer-nav-menu-social li a{
    display: block;
    background: url(/img/icns_footer.png) no-repeat left -734px;
    height: 28px;
    line-height: 28px;
    font-family: Arial, Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
}
.footer-nav-menu-social li a:hover{
    text-decoration: none;
}
.footer-nav-menu-social li.twitter a{background: url(/img/icns_footer.png) no-repeat left -734px;}
.footer-nav-menu-social li.facebook a{background: url(/img/icns_footer.png) no-repeat left -769px;}

.footer-box-right-lower-left{
    float: left;
    width: 165px;
}
.footer-box-right-lower-right{
    float: right;
    width: 145px;
}
.footer-box-right-lower:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.dl-flapboard{
}
.dl-flapboard dt{
    font-size:12px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1em;
}
.dl-flapboard dt .num{
    font-size:10px;
    padding-left: 5px;
    border-left: 1px solid #222;
    margin-left: 5px;
    -webkit-box-shadow: inset  1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset  1px 0 0 rgba(255,255,255,0.1);
}
.dl-flapboard dd a{
    display: block;
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #000;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.1),inset 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.1),inset 1px 1px 1px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    padding: 5px;
    background: #222;
    height: 24px;
    line-height: 24px;
}
.dl-flapboard dd .num{
    font-size: 20px;
}
.dl-flapboard dd a:hover{
    text-decoration: none;
    background: #121212;
}
.footer-copy{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-copy-sub{
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
}
.footer-copy-sub a{
    color: #4fc6fe;
}
.copyright{
    font-family: Arial, Helvetica,sans-serif;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    background: none;
    background: #019fe8;
  background: -webkit-gradient(linear,left top,left bottom,from(#019fe8),to(#26b2f3));
  background: -moz-linear-gradient(top,#019fe8,#26b2f3);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  border-top: 1px solid #111;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
/*--------------------nav-topicpath----------------------*/
.nav-topicpath{
    margin:10px 5px 5px;
    font-size: 80%;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.nav-topicpath li{
    margin-right:3px;
    margin-right/*\**/: 10px\9;
    float:left;
    font-weight: bold;
    content/*\**/: "〉"\9;
}
.nav-topicpath li+li:before{
    content: "〉";
    margin-left: 2px;
    color:#BBB;
    font-weight: normal;
}
.nav-topicpath li:last-child:after{
    content:none;
}
.nav-topicpath a{
    color:#0288c5;
    font-weight: normal;
}
.nav-topicpath a:hover{
    color:#da7c0e;
    text-decoration: underline;
}
.nav-topicpath:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*--------------------SOCIAL BUTTON----------------------*/
.section.section-socialbtn{
    padding: 10px;
    padding-bottom: 10px;
}
.section-socialbtn .inner{
    margin:0;
}
.section-socialbtn h3{
    background:none;
    border:none;
    padding: 0;
    margin:0;
    border-bottom: none;
    float: left;
    margin-right: 10px;
    font-size: 100%;
    line-height: 20px;
}
.socialbtns {
	display:table;
	padding:0 0 2px;
	margin: 10px 0 0 0;
}
/*--------------------MEMBER----------------------*/
.section.section_profile{
    padding: 5px;
    margin-bottom: 30px;
}
.section.section_profile .inner{
    margin:0;
    margin-top: 0;
}
/*profile*/
.profile{
    background: #d5e5f3;
    padding: 20px;
}


.prof .image,
.profile .image{
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}
.prof .image img,
.profile .image img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 2;
}
.prof .image a:after,
.profile .image a:after
.comment .image{
    content: "";
    display: block;
    height:70px;
    width:70px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 3;
    -webkit-box-shadow: inset -1px 1px 5px rgba(255,255,255,0.4);
    -moz-box-shadow:  inset -1px 1px 5px rgba(255,255,255,0.4);
}

.prof .image a:hover:after,
.profile .image a:hover:after
{
    background: rgba(0,0,0,0.0);
    cursor: pointer;
}
.prof .image img{
    height:45px;
    width:45px;
}

.prof .image a:after{
    height:45px;
    width:45px;
}

.profile .member{
    overflow: hidden;
    _zoom:-1;
}
.profile .member dt h2{
    border: none;
    padding-left: 0;
    font-weight: normal;
    margin-bottom: 0;
}

.profile .member dt a{
    display:block;
    font-size: 70%;
    padding: 5px;
    background: #FFF;
    margin-bottom: 5px;
    border: 1px solid #c9d9e7;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    height: 30px;
    line-height: 30px;
    color: #0178D8;
}
.profile .member.commentlist {
    font-size: 70%;
    display:block;
    padding: 5px;
    background: #FFF;
    margin-bottom: 5px;
    border: 1px solid #c9d9e7;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    height: auto;
}
.profile .member.commentlist a strong{
    font-size: 120%;
}

.profile .image.commentlist{
    float:left;
}
.profile .member dt a strong{
    font-size: 140%;
}
.profile .member dt a:hover{
    background: #fbf5b0;
    color: #0467b6;
    text-decoration: underline;
}
.photo_info .control{
    text-align: right;
    padding: 5px;
    padding-right: 0px;
}
.photo_sm .control{
    padding-top: 5px;
    text-align: center;

}
.member-data{
    color: #666;
}
.member-data:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.member-data li{
    float: left;
    margin-right: 5px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    font-size: 85%;
}
.member-data li:after{
    content:'|';
    color: rgba(255,255,255,0.8);
    margin-left: 5px;
    text-shadow: 1px 0px 0 rgba(0,0,0,0.15);
}
.profile-upper{
    margin-bottom: 12px;
}
.profile-upper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.profile .comments{
    font-size: 85%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
    background: #FFF;
    position: relative;
}
.profile .comments.commentlist{
	margin-top:15px;
	margin-left: 80px;
}
.profile .comments p{
    margin: 0;
}
.profile .comments:before{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:8px solid #d5e5f3;
  border-bottom-color:#FFF;
  position: absolute;
  left:25px;
  top:-16px;
 }
.profile .summary{
    margin-top:10px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    font-size: 85%;
    color: #777;
}
.profile .summary li ul li{
    float: left;
    margin-left: 5px;
}
.profile .summary .num{
}
.profile .summary span.parent{
    float: left;
    font-weight: bold;
    display: block;
}
.profile .summary li.photos:after, .profile .summary li.reviews:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.profile .summary li ul li:after{
    content:'|';
    color: rgba(255,255,255,0.6);
    margin-left: 5px;
    text-shadow: 1px 0px 0 rgba(0,0,0,0.15);
}
.profile .summary span.parent:after{
    content:'〉';
    color: rgba(255,255,255,0.6);
    margin-left: 5px;
    text-shadow: 1px 0px 0 rgba(0,0,0,0.15);
}

.profile .summary li.photos{
    margin-bottom: 3px;
}
.profile .summary a:hover{
    color: #0467b6;
}
.profile .summary li.photos{
    background: url(/img/icns_footer.png) no-repeat left -875px;
    padding-left: 18px;
}
.profile .summary li.reviews{
    background: url(/img/icns_footer.png) no-repeat left -894px;
    padding-left: 18px;
}
/*---------------- member_list ----------------*/
.member_sm{
    margin-top: 10px;
}

.member_sm li{
    margin-right:15px;
    float: left;
    padding: 5px;
    background: #FFF;
    border:1px solid #DDD;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    width:145px;
}
.member_sm li.last{
    margin-right:0px;
}
.member_sm .member_info{
    padding:15px;
    background: #d5e5f3;
}

.member_sm .image:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}


.member_sm .image{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}


.member_sm .image a:after{
    content: "";
    display: block;
    height:120px;
    width:120px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 3;
    -webkit-box-shadow: inset -1px 1px 5px rgba(255,255,255,0.4);
    -moz-box-shadow:  inset -1px 1px 5px rgba(255,255,255,0.4);
}


.member_sm .name{
    margin-top:5px;
    padding:5px;
    background: #fff;
    font-size:90%;
}






/*--------------------*photo sm*----------------------*/
.photo_sm{
    margin-top: 10px;
    margin-right: -8px;
}
.photo_sm li{
    float: left;
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
    margin-right:5px;
    margin-bottom: 7px;
    font-size: 90%;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    padding-bottom: 8px;
    position: relative;
    width:150px;
}
.photo_sm li.member{
    width:105px;
}

.photo_sm li.members{
    width:90px;
}
.photo_sm li.members li{
    width:90px;
}

.photo_sm.shopping li{
    width:120px;
    padding: 10px;
    margin-right:10px;
    text-align: center;
}
.photo_sm.vertical li{
    width:265px;
    padding: 2px;
    margin-right:0;
}
.photo_sm.vertical li img{
    width:260px;
}

.photo_sm.shopping_photo li{
    width:145px;
    padding: 2px;
    margin-right:5px;
}
.photo_sm.shopping_photo li img{
    width:140px;
}


.photo_sm li.last{
    margin-right: 0;
}
.photo_sm li:last-child{
    margin-right: 0;
}
.photo_sm li.last:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.photo_sm li a{
    color: #444;
}
.photo_sm li.to_photo a {
    color:#0178D8;
    text-decoration: none;
}
.photo_sm li.to_photo a:hover{
    color:#da7c0e;
    text-decoration: underline;
}
.photo_sm li img.this_page{
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50);
}
.photo_sm:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.photo_sm li ul li{
    background: none;
    padding: 0;
    margin:0;
    float: none;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px dotted #DDD;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.photo_sm li ul li:first-child{
    border: none;
}
.photo_sm li ul li:last-child{
    border: none;
}
.photo_sm li ul li img{
    border: 1px solid #DDD;
}
.photo_sm li ul li img:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}
.photo_sm li ul li.comment{
    border-bottom: none;
    margin:none;
    padding: none;
    position: absolute;
    left:130px;
    bottom: 0px;
    font-size: 12px;
}
.photo_sm li ul li.comment a{
    display: block;
    width:31px;
    height: 26px;
    line-height: 22px;
    background: url(/img/icn_comment.png) no-repeat center top;
    color: #FFF;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.photo_sm li ul li.comment a:hover{
    text-decoration: none;
    background: url(/img/icn_comment.png) no-repeat center -30px;
}

.photo_sm_single {
    float: left;
    background: #EEE;
  background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
  background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
    margin-right:6px;
    margin-bottom: 7px;
    font-size: 90%;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    padding-bottom: 8px;
    position: relative;
    width:152px;
}
.photo_sm_single li{
    background: none;
    padding: 0;
    margin:0;
    float: none;
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px dotted #DDD;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.photo_sm_single li:first-child{
    border: none;
}
.photo_sm_single li:last-child{
    border: none;
}
.photo_sm_single li img{
    border: 1px solid #DDD;
}
.photo_sm_single li img:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}
.photo_sm_single li.comment{
    border-bottom: none;
    margin:none;
    padding: none;
    position: absolute;
    left:130px;
    bottom: 0px;
    font-size: 12px;
}
.photo_sm_single li.comment a{
    display: block;
    width:31px;
    height: 26px;
    line-height: 22px;
    background: url(/img/icn_comment.png) no-repeat center top;
    color: #FFF;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.photo_sm_single li.comment a:hover{
    text-decoration: none;
    background: url(/img/icn_comment.png) no-repeat center -30px;
}

.membergroup ul.photo_sm_single{
    width:90px;
}

/*--------------------*PHOTO*----------------------*/
.photo li{
    background: #EEE;
  background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
  background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px 12px;
    margin-right:6px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    position: relative;
}
.photo li.reviewphoto{
    padding: 15px;
}

.photo li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.photo li table li{
    background: none;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
    margin:0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.photo img{
    float: left;
}
.photo_info{
    width:360px;
    float: right;
}
.photo li .image{
    border: 1px solid #DDD;
}
.photo li img.image:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}
.photo li table{
    width:360px;
    margin-bottom: 5px;
}
.photo li table{
    font-size: 95%;
}
.photo li table td li{
    border-bottom: 1px dotted #DDD;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.photo li table td li:last-child{
    border-bottom: none;
}
.photo li .profile{
    padding: 5px;
    font-size: 90%;
    text-shadow: none;
}
.photo li .profile .member_name{
    font-size: 95%;
    font-weight: bold;
}
.photo li .profile .member_name a{
    margin-left: 5px;
    font-weight: normal;
}
.photo li .profile .image{
    border: none;
    margin:0;
}

.spot_line .profile .image img,
.comment_line .profile .image img,
.photo li .profile .image img{
    height: 28px;
    width: 28px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.spot_line .profile .image a:after,
.comment_line .profile .image a:after,
.photo li .profile .image a:after{
    height: 28px;
    width: 28px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.spot_line .profile .image{
	margin-left: 10px;
}
.spot_line .profile .comments{
	margin-left: 160px;
}


.photo li .profile p{
    margin:0;
}
.photo li .member_comments{
    padding: 4px;
    background: #FFF;
    font-size: 95%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    margin-left: 10px;
    z-index: 1;
}
.photo li .member_comments p{
    border-top:1px dotted #DDD;
    padding-top: 3px;
    margin-top: 3px;
    line-height: 1.3em;
}
.photo li .member_comments p.comment{
    border:none;
    margin:0;
    padding: 0;
    position: absolute;
    right:0;
    top:2px;
    z-index: 2;
}
.photo li .member_comments p.comment a{
    display: block;
    width:31px;
    height: 26px;
    line-height: 22px;
    background: url(/img/icn_comment.png) no-repeat center top;
    color: #FFF;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
.photo li .member_comments p.comment a:hover{
    text-decoration: none;
    background: url(/img/icn_comment.png) no-repeat center -30px;
}

.photo li .profile_right{
    overflow: hidden;
}
.photo li .profile_right:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.photo li .profile .member_comments:before{
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:6px solid #d5e5f3;
  border-right-color:#FFF;
  position: absolute;
  left:-12px;
  top:5px;
  z-index: 2;
 }
.photo li .profile:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.photo li .photospot a{
    background: url(/img/icns_footer.png) no-repeat left -937px;
    font-size: 85%;
    display: block;
    padding-left: 13px;
}
.photo_detail table{
    font-size: 95%;
}
.photo_detail table td li{
    border-bottom: 1px dotted #DDD;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.photo_detail table td li:last-child{
    border-bottom: none;
}

/*--------------------*REVIEW*----------------------*/
.review_list{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #DDD;
}
.review_list li{
	padding: 0;
	border-bottom: 1px solid #DDD;
	padding-top: 4px;
	padding-bottom: 4px;
}
.review_list li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.review_list li:hover{
	background:#fbf5b0;
}
.review_list li ul li{
	padding-left: 0;
	background: none;
	float: left;
	height: auto;
	line-height: auto;
	display: block;
	border-bottom: none;
}
.review_list li ul li{
	background:none;
}
.review_list li ul li:hover{
	background:none;
}
.review_list li ul li.star_rating{
	display: block;
	width:100px;
	height: 20px;
	background: url(/img/star_rating.png) no-repeat 5px 3px;
	text-indent:-1000%;
}
.review_list li ul li.star_rating.s50{background:url(/img/star_rating.png) no-repeat 5px 3px;}
.review_list li ul li.star_rating.s45{background:url(/img/star_rating.png) no-repeat 5px -27px;}
.review_list li ul li.star_rating.s40{background: url(/img/star_rating.png) no-repeat 5px -57px;}
.review_list li ul li.star_rating.s35{background: url(/img/star_rating.png) no-repeat 5px -87px;}
.review_list li ul li.star_rating.s30{background: url(/img/star_rating.png) no-repeat 5px -117px;}
.review_list li ul li.star_rating.s25{background: url(/img/star_rating.png) no-repeat 5px -147px;}
.review_list li ul li.star_rating.s20{background: url(/img/star_rating.png) no-repeat 5px -177px;}
.review_list li ul li.star_rating.s15{background: url(/img/star_rating.png) no-repeat 5px -207px;}
.review_list li ul li.star_rating.s10{background: url(/img/star_rating.png) no-repeat 5px -237px;}
.review_list li ul li.star_rating.s05{background: url(/img/star_rating.png) no-repeat 5px -267px;}
.review_list li ul li.star_rating.s00{background: url(/img/star_rating.png) no-repeat 5px -297px;}
.review_list li ul li.star_rating.sno{background: url(/img/star_rating.png) no-repeat 5px -327px;}
.review_list li ul li.star_rating:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.review_list li ul li.flight_num{
	font-size: 85%;
	padding-right: 5px;
	margin-right: 5px;
	line-height: 1.2em;
}
.review_list li ul li.class{
	width:60px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 12px;
	line-height: 12px;
	background: #499;
	color: #FFF;
	margin-right: 5px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	margin-top: 2px;
}
.review_list li ul li.author{
	font-size: 10px;
	padding-left: 10px;
	color: #666;
	line-height: 1.4em;
}
.review_list li ul li.author a{
	color: #666;
}
.review_list li ul li.class.economy{background: #499;}
.review_list li ul li.class.business{background: #4b76bd;}
.review_list li ul li.class.first{background: #b48b3b;}
.review_list li ul li.class.premium_economy{
	background: #8eaf46 url(/img/icn_premium_economy.png) no-repeat 2px 4px;
	text-indent:-9999px;
}

.review_list li ul li.review_title{
	font-size: 100%;
	float: none;
	border-top: 1px dotted #DDD;
	margin-left: 100px;
}
.review_list li ul li.review_title a{
	display: block;
	padding-left: 0px;
	padding-right: 5px;
}
.review_list li ul li.review_title strong{
	padding-right: 5px;
	line-height: 1.2em;
}
.review_list li ul li.route_line{
	font-size: 100%;
	float: none;
	border-top: 1px dotted #DDD;
	margin-left: 100px;
}
.review_list li ul li.route{
	font-size: 90%;
	font-weight: bold;
	padding-top: 2px;
	text-align: left;
	margin-right: 5px;
	line-height: 1.2em;
	margin-top: 2px;
}

.review_list li ul li.route a{
	color: #333;
}

.review_box_summary {
	margin-right: 180px;
}
.review_box_summary.nophoto{
	margin-right: 5px;
}

li.review_info_summary:hover{
    background:#fbf5b0;
}
li.review_info_summary{
    margin-top: 10px;
    border: 1px solid #AAA;

	padding: 10px;
    background: #d5e5f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:relative;
    z-index: 1;
    margin-bottom: 20px;
	
	
}
.review_info_summary dl{
    background: #fff;
}

.review_info_summary dt,
.review_info_summary dd{
	padding:5px 10px;
}

.review_info_summary dt{
    border-bottom: 1px dotted #DDD;
}
.review_info_summary dd.route{
    border-top: 1px dotted #DDD;
    border-bottom: 1px dotted #DDD;
}
.review_info_summary .snippet{
    font-size:80%;
    color:#555;
}

.review_info_summary .photo{
	margin-left:5px;

    margin-top: 5px;
    margin-right: -8px;
    float: right;

    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px;
    margin-right:6px;
    margin-bottom: 7px;
    font-size: 90%;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    padding-bottom: 8px;
    position: relative;
    width:152px;
	text-align: center;
}
.review_info_summary .photo img:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}
.review_info_summary .photo a{
    color: #444;
	font-size: 85%;
	padding-top: 3px;
}

.review_info_summary dd.star_rating{
	margin-left:0px;
	float:left;
    width:100px;
    height: 20px;
    background: url(/img/star_rating.png) no-repeat 5px 3px;
    text-indent:-1000%;
}
.review_info_summary dd.star_rating.s50{background:url(/img/star_rating.png) no-repeat 5px 3px;}
.review_info_summary dd.star_rating.s45{background:url(/img/star_rating.png) no-repeat 5px -27px;}
.review_info_summary dd.star_rating.s40{background: url(/img/star_rating.png) no-repeat 5px -57px;}
.review_info_summary dd.star_rating.s35{background: url(/img/star_rating.png) no-repeat 5px -87px;}
.review_info_summary dd.star_rating.s30{background: url(/img/star_rating.png) no-repeat 5px -117px;}
.review_info_summary dd.star_rating.s25{background: url(/img/star_rating.png) no-repeat 5px -147px;}
.review_info_summary dd.star_rating.s20{background: url(/img/star_rating.png) no-repeat 5px -177px;}
.review_info_summary dd.star_rating.s15{background: url(/img/star_rating.png) no-repeat 5px -207px;}
.review_info_summary dd.star_rating.s10{background: url(/img/star_rating.png) no-repeat 5px -237px;}
.review_info_summary dd.star_rating.s05{background: url(/img/star_rating.png) no-repeat 5px -267px;}
.review_info_summary dd.star_rating.s00{background: url(/img/star_rating.png) no-repeat 5px -297px;}
.review_info_summary dd.star_rating.sno{background: url(/img/star_rating.png) no-repeat 5px -327px;}

.review_info_summary dd.seatclass{
	float:left;
	width:64px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 12px;
    line-height: 12px;
    background: #499;
    color: #FFF;
    margin-right: 5px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    margin-top: 3px;
}
.review_info_summary .seatclass.economy{background: #499;}
.review_info_summary .seatclass.business{background: #4b76bd;}
.review_info_summary .seatclass.first{background: #b48b3b;}
.review_info_summary .seatclass.premium_economy{
    background: #8eaf46 url(/img/icn_premium_economy.png) no-repeat 2px 4px;
    text-indent:-9999px;
}

.review_info_summary dt.review_title{
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2em;
}

dl.review_rating{
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #DDD;
}
dl.review_rating:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review_rating dd, .review_rating dt{
    float: left;
}
.review_rating dt{
    width:160px;
    line-height: 1.6em;
}
.review_rating dd.star_rating{
    display: block;
    width:100px;
    height: 20px;
    background: url(/img/star_rating.png) no-repeat 5px 3px;
    text-indent:-1000%;
    margin-right: 20px;
}
.review_rating dd.star_rating.s50{background:url(/img/star_rating.png) no-repeat 5px 3px;}
.review_rating dd.star_rating.s45{background:url(/img/star_rating.png) no-repeat 5px -27px;}
.review_rating dd.star_rating.s40{background: url(/img/star_rating.png) no-repeat 5px -57px;}
.review_rating dd.star_rating.s35{background: url(/img/star_rating.png) no-repeat 5px -87px;}
.review_rating dd.star_rating.s30{background: url(/img/star_rating.png) no-repeat 5px -117px;}
.review_rating dd.star_rating.s25{background: url(/img/star_rating.png) no-repeat 5px -147px;}
.review_rating dd.star_rating.s20{background: url(/img/star_rating.png) no-repeat 5px -177px;}
.review_rating dd.star_rating.s15{background: url(/img/star_rating.png) no-repeat 5px -207px;}
.review_rating dd.star_rating.s10{background: url(/img/star_rating.png) no-repeat 5px -237px;}
.review_rating dd.star_rating.s05{background: url(/img/star_rating.png) no-repeat 5px -267px;}
.review_rating dd.star_rating.s00{background: url(/img/star_rating.png) no-repeat 5px -297px;}
.review_rating dd.star_rating.sno{background: url(/img/star_rating.png) no-repeat 5px -327px;}

.review_rating.total dt{
    font-size: 140%;
}
.review_rating.total dd.star_rating{
width:150px;
height: 28px;
background:url(/img/star_rating.png) no-repeat 5px -390px;
}
.review_rating.total dd.star_rating.s50{background:url(/img/star_rating.png) no-repeat 5px -390px;}
.review_rating.total dd.star_rating.s45{background:url(/img/star_rating.png) no-repeat 5px -430px;}
.review_rating.total dd.star_rating.s40{background:url(/img/star_rating.png) no-repeat 5px -470px;}
.review_rating.total dd.star_rating.s35{background:url(/img/star_rating.png) no-repeat 5px -510px;}
.review_rating.total dd.star_rating.s30{background:url(/img/star_rating.png) no-repeat 5px -550px;}
.review_rating.total dd.star_rating.s25{background:url(/img/star_rating.png) no-repeat 5px -590px;}
.review_rating.total dd.star_rating.s20{background:url(/img/star_rating.png) no-repeat 5px -630px;}
.review_rating.total dd.star_rating.s15{background:url(/img/star_rating.png) no-repeat 5px -670px;}
.review_rating.total dd.star_rating.s10{background:url(/img/star_rating.png) no-repeat 5px -710px;}
.review_rating.total dd.star_rating.s05{background:url(/img/star_rating.png) no-repeat 5px -750px;}
.review_rating.total dd.star_rating.s00{background:url(/img/star_rating.png) no-repeat 5px -790px;}
.review_rating.total dd.star_rating.sno{background:url(/img/star_rating.png) no-repeat 5px -830px;}

h3.star_rating{background:#EEE url(/img/star_rating.png) no-repeat 580px 3px;}
h3.star_rating.s50{background:#EEE url(/img/star_rating.png) no-repeat 580px 3px;}
h3.star_rating.s45{background:#EEE url(/img/star_rating.png) no-repeat 580px -27px;}
h3.star_rating.s40{background:#EEE url(/img/star_rating.png) no-repeat 580px -57px;}
h3.star_rating.s35{background:#EEE url(/img/star_rating.png) no-repeat 580px -87px;}
h3.star_rating.s30{background:#EEE url(/img/star_rating.png) no-repeat 580px -117px;}
h3.star_rating.s25{background:#EEE url(/img/star_rating.png) no-repeat 580px -147px;}
h3.star_rating.s20{background:#EEE url(/img/star_rating.png) no-repeat 580px -177px;}
h3.star_rating.s15{background:#EEE url(/img/star_rating.png) no-repeat 580px -207px;}
h3.star_rating.s10{background:#EEE url(/img/star_rating.png) no-repeat 580px -237px;}
h3.star_rating.s05{background:#EEE url(/img/star_rating.png) no-repeat 580px -267px;}
h3.star_rating.s00{background:#EEE url(/img/star_rating.png) no-repeat 580px -297px;}
h3.star_rating.sno{background:#EEE url(/img/star_rating.png) no-repeat 580px -327px;}

.review{
    padding:0;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.review_contents{
    padding: 20px;
    background: #d5e5f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:relative;
    z-index: 1;
    margin-bottom: 20px;
}
.review_contents:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review_info:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review_contents p{
    margin:0;
}

.review_contents h3,
.review_contents h2{
    margin:0;
    padding: 0;
    background: none;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #FFF;
    margin-bottom: 5px;
    border: 1px solid #c9d9e7;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
    z-index:4;
    font-size: 120%;
}
.review_box_summary dt.review_title a,
.review_contents h3 a,
.review_contents h2 a{
    margin:0;
    padding: 0;
    background: none;
    border:none;
    display:block;
    padding: 5px 10px;
/*    height: 30px; */
    min-height: 30px;
    line-height: 120%;
    color: #0178D8;
    padding-left: 40px;
    background: url(/img/icn_h3_review.png) no-repeat 5px 5px;
}

.review_box_summary dd.review_title,
.review_contents h3 a:hover,
.review_contents h2 a:hover{
    background: #fbf5b0 url(/img/icn_h3_review.png) no-repeat 5px 5px;
    color: #0467b6;
    text-decoration: underline;
}
.review_contents .inner{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
    background: #FFF;
    position: relative;
    margin-bottom: 0;
}
.review_contents .inner:before{
    background: none;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:8px solid #d5e5f3;
  border-bottom-color:#FFF;
  position: absolute;
  left:12px;
  top:-16px;
  z-index:2;
 }
.review_summary{
    border-bottom: 1px dotted #DDD;
    padding-top: 5px;
    padding-bottom: 5px;
}
.review_summary dt, .review_summary dd{
    float: left;
    line-height: 1.2em;
}
.review_summary dd{
    margin-right: 15px;
    font-weight: bold;
}
.review_summary:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.flight_member{
}
.review_info .date{
    color: #666;
    font-size: 77%;
    position: relative;
    margin-left: 10px;
    text-align: right;
}
.review_log table{
    width:100%;
    margin-bottom: 10px;
}
.review_log table th{
    width:200px;
    text-align: right;
}
.review_description .inner,.review_log .inner{
    margin:0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.review_head{
    border-bottom:1px dotted #DDD;
    margin-bottom:5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.review_box{
    position: relative;
}
.review_box:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review_box .author{
    width: 70px;
    float: left;
    margin-right: 10px;
}
.review_box .review_contents:before{
    background: none;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:8px solid #FFF;
  border-right-color:#d5e5f3;
  position: absolute;
  left:-16px;
  top:20px;
  z-index:2;
}
.review_box .review_contents{
    float: right;
    width:550px;
    position: relative;
}
.review_box .author .image{
    float: left;
    margin-right: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: -1px -1px 0 rgba(0,0,0,0.2),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
    z-index: 1;
}
.review_box .author .image img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 2;
}
.review_box .author .image a:after{
    content: "";
    display: block;
    height:70px;
    width:70px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 3;
    -webkit-box-shadow: inset -1px 1px 5px rgba(255,255,255,0.4);
    -moz-box-shadow:  inset -1px 1px 5px rgba(255,255,255,0.4);
}
.review_box .author{
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
}
.review_box .author a{
    color: #666;
}
.review_box .author .name{
    margin-top: 10px;
}
.review_head .photo_sm_single{
    float: right;
    margin-right: 10px;
}
.review_head p{
    width:350px;
    line-height: 1.6em;
    overflow: hidden;
}
.review_head p.no_photo{
    width:100%;
    line-height: 1.6em;
    overflow: hidden;
}
.review_head:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.review_head_author{
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
    color: #666;
}
.review_head_author a{
    color: #666;
}
/*--------------------*SUMMARY*----------------------*/
.section.summary{
    font-size: 85%;
}
/*--------------------*ALBUM*----------------------*/
.section_comment{
    padding:0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.section_comment .feild{
    padding: 10px;
    background: #d5e5f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:relative;
    z-index: 1;
}
.section_comment .content{
	float:left;
}
.section_comment .member{
	margin-left: 165px;
    padding: 5px;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #FFF;
    margin-bottom: 5px;
    border: 1px solid #c9d9e7;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
	z-index:4;
}
.section_comment a strong{
	font-size:105%;
}
.section_comment .comments{
	margin-left: 165px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-top: 10px;
    padding: 10px;
    background: #FFF;
    position: relative;
}

.section_comment .comments:before{
    background: none;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:8px solid #d5e5f3;
  border-bottom-color:#FFF;
  position: absolute;
  left:25px;
  top:-16px;
  z-index:2;
 }


.section_album{
    padding:0;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
.album_title{
    padding: 20px;
    background: #d5e5f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position:relative;
    z-index: 1;
}
.album_title p{
    margin:0;
}
.section_album .album_title h2,
.album_title h3{
    margin:0;
    padding: 0;
    background: none;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #FFF;
    margin-bottom: 5px;
    border: 1px solid #c9d9e7;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(255,255,255,0.2);
    position: relative;
  z-index:4;
  font-size: 120%;
}
.album_title h3.albumphoto{
	margin-left: 170px;
}
.album_title .albumphotobox{
	float:left;
}
.album_title .albumphotobox .member{
	font-size: 90%;
}
.section_album .album_title h2{
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
	padding-left: 40px;
    background: url(/img/icn_h3.png) no-repeat 5px -35px;
	background-color: #fff;
}
.album_title h3 a{
    margin:0;
    padding: 0;
    background: none;
    border:none;
    display:block;
    padding: 5px 10px;
	height: auto;
    line-height: 30px;
    color: #0178D8;
    padding-left: 40px;
    background: url(/img/icn_h3.png) no-repeat 5px -35px;
}

.album_title h3 a:hover{
    background: #fbf5b0 url(/img/icn_h3.png) no-repeat 5px -35px;
    color: #0467b6;
    text-decoration: underline;
}

.album_title .inner{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px;
    background: #FFF;
    position: relative;
}
.album_title .inner.albumphoto{
	margin-left: 170px;
}
.album_title .inner:before{
    background: none;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
  border:8px solid #d5e5f3;
  border-bottom-color:#FFF;
  position: absolute;
  left:25px;
  top:-16px;
  z-index:2;
 }
p.album_member,
p.album_comments{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DDD;
}
.album_title .itemize{
    width:390px;
    float: left;
}
.album_title .date{
    color: #666;
    font-size: 77%;
    position: relative;
    margin-left: 10px;
    text-align: right;
    float: left;
    width:215px;
}
/*
.album_title .itemize{
    position:absolute;
    top:-10px;
    right: 10px;
}
*/
/*--------------------*Album*----------------------*/
.album li{
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px;
    margin-right:6px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    position: relative;
}
.album li.reviewphoto{
    padding: 15px;
}

.album li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.album li table li{
    background: none;
    border:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: none;
    margin:0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.album img{
    float: left;
    margin-right :10px;
}
.album .image_line{
    float: left;
    margin-right :10px;
	width: 150px;
}
.album .album_info{
    float: left;
    width: 500px;
}

.album_info table{
    width: 100%;
    margin-bottom: 5px;
    font-size: 95%;
}

.album_info .control{
    text-align: right;
    padding: 5px;
    padding-right: 0px;
}
/*--------------------*membergroup*----------------------*/
.membergroup > li{
    background: #FAFAFA;
    background: -webkit-gradient(linear,left top,left bottom,from(#FAFAFA),to(#FFF));
    background: -moz-linear-gradient(top,#FAFAFA,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px;
    margin-right:6px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    position: relative;
}
.membergroup > li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*--------------------*PHOTO*----------------------*/

.photo li .image{
    border: 1px solid #DDD;
}
.photo li img.image:hover{
    opacity: 0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}


/*--------------------list_box----------------------*/
.list_box{
    width: 205px;
    float: left;
    margin-right: 16px;
    overflow: hidden;
}
.sec-main .list_box{
    width: 190px;
}
.list_boxes{
    margin:20px 0;
    padding-right:-20px;
}
.list_boxes:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.list6{
    width:100px;
    margin-right: 10px;
    float: left;
}

.presents .list6, .presents .list_box{
    font-size: 80%;
}

/*--------------------AIRLINE----------------------*/
.section.section_album,
.section.section_profile{
    padding: 5px;
    margin-bottom: 30px;
}
.section.section_album .inner,
.section.section_profile .inner{
    margin:0;
    margin-top: 0;
}
/*profile*/
.basic_info{
    background: #333;
    background: -webkit-gradient(linear,left top,left bottom, from(#333), color-stop(0.5,#333), to(#222));
    background: -moz-linear-gradient(top,#333,#333 50%,#222);
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
}
.basic_info:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.basic_info .image{
    position: relative;
    width: 232px;

}
.basic_info .image p{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Arial, Helvetica,sans-serif;
}
.basic_info .image p a{
    color: #FFF;
    font-family: Verdana,Arial,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W4','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    margin-left: 5px;
}
.basic_info .image p a:hover{
    color:#0098dd;
    text-decoration: none;
}
.basic_info .image img{
    border: 1px solid #111;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.1);
}
.basic_info .image img:hover{
  opacity: 0.9;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
}
.basic_info .list_link{
    font-size: 12px;
}
.info_ex{
    float: right;
/*-    background:; -*/
    text-shadow: -1px -1px 0 rgba(0,0,0,1);
    position: relative;
}
.info_ex a,
.info_content a{
    color:#F7b52C ;
}
.info_ex dd, .info_ex dt{
    border-bottom: 1px dotted #DDD;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px solid #111;
    -webkit-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
}
.info_ex dd.rating{
    padding-bottom: 3px;
    padding-top: 3px;
}

.info_ex dt.mapicon{
    width: 25px;
    margin-top: 6px;
}
.info_ex dt{
    width: 85px;
    float: left;
    font-size: 12px;
    text-align: left;
    padding-right: 5px;
    padding-left:5px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8)
}
.info_ex dt.star{
	height:21px
}
.info_ex dd{
    width: 295px;
    float: right;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8)
}
.info_ex dd.no_photo,
.info_ex dd.website.no_photo{
    width: 500px;
}
.info_ex dd.even,.info_ex dt.even{
}
.info_ex dd:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.info_ex dt .num{
    font-size: 11px;
}
.info_ex dl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.info_ex div.infoline-right{
    padding-left: 30px;

}
div.info-content div.infoline{
    display: inline-block;
    width: 340px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top:5px;
}
div.info-content.flight_baseinfo div.infoline{
	display:block;
	margin-left: 270px;
}
.info_ex dl,
.info_ex div.infoline{
    margin-bottom: 5px;
    font-size: 14px;
}
.info_ex div.infoline{
    -webkit-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
    border-bottom: 1px solid #111;
}
.info_ex info-content div.infoline f-sml{
    font-size: 90%;
}
.info_ex dt.website, .info_ex dd.website{
    border: none;
    font-weight: normal;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
.info_ex{
    float: left;
    width:390px;
    text-shadow: none;
}
.sec-main .info_ex{
    width:610px;
    padding: 10px 0 0px 0;
}
.sec-main .info_ex dl dt{
    width: 70px;
}
.sec-main .info_ex dl dd{
    width: 260px;
}

.sl,
.welcome_member .sl a{
    display: inline;
    font-size: 10px;
    color: #999;
    padding: 1px 3px;
    margin-left: 4px;
    white-space:nowrap;
}
.info_ex .sl{
    display: inline;
    background: #222;
    font-size: 10px;
    color: #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 1px 3px;
    margin-left: 4px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    white-space:nowrap;
}
.info_ex p.extra_info{
    font-size:90%;
    margin:5px;
}

.website .list_link a{
    display: inline;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
}
.basic_info_left{
    float: left;
    width:390px;
}
.basic_info_right{
    float: right;
    width: 230px;
}
.sec-main .basic_info_left{
    width:300px;
}
.sec-main .basic_info_image{
    width: 100px;
}
.basic_info_title{
    font-weight: bold;
    font-size: 10px;
    border: 1px solid #000;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.1),inset 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.1),inset 1px 1px 1px rgba(0,0,0,0.3);
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 0;
    background: #222;
    position: relative;
}
.basic_info_title_inner:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.basic_info_title h2{
    padding:0;
    margin:0;
    border: 0;
    font-size: 22px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
    padding-top: 3px;
    padding-bottom: 1px;
    margin-bottom: 2px;
/*    line-height: 36px;*/
/*    height: 500px;*/
    display: block;
/*    float: none;*/
}
.basic_info .tail{
    width: 60px;
    overflow: hidden;
}
.basic_info_title h2 a{
    color: #FFF;
    background: none;
/*    float: left;*/
}
.basic_info_title h2 a:hover{
    color:#F7b52C;
    text-decoration: none;
}
.basic_info_title h2 span.num{
    font-size: 50%;
    margin-left: 10px;
}
.basic_info_title h3{
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    text-shadow: 0;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
    font-size: 12px;
    font-family: Arial, Helvetica,sans-serif;
}
.basic_info_title h3 a,.basic_info .letters a{
    color: #fff;
    background: none;
    padding: 0;
}
.basic_info_title h3 a:hover,.basic_info .letters a:hover{
    color:#F7b52C;
    text-decoration: none;
}
.basic_info_title h4{
    font-size:36px;
    border:none;
    padding: 0;
    margin: 0;
    float: left;
    border-left: 1px solid #111;
    -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.1);
    padding-left: 10px;
    margin-left: 10px;
    font-family: Arial, Helvetica,sans-serif;
}
.basic_info_title h4 a{
    color: #FFF;
}
.basic_info_title h4 a:hover{
    color:#0098dd;
    text-decoration: none;
}
.basic_info_title:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.basic_info_title_inner:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.basic_info .socialbtns{
    margin:0;
    padding-top:7px;
    border-top:1px solid #000;
    -webkit-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 0px 1px 0 rgba(255,255,255,0.1);
}
.info_ex .socialbtns li{
    padding-bottom: 0;
}
.basic_info .letters{
    position: absolute;
    top:10px;
    right:0px;
    font-size: 24px;
    text-align: right;
}
.basic_info .letters li{
    float: left;
    padding-left:10px;
    padding-right: 10px;
    border-left: 1px solid #000;
    -webkit-box-shadow:inset 1px 0px 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 1px 0px 0 rgba(255,255,255,0.1);
}
.basic_info .letters:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.basic_info_right .list_link{
    margin-top: 10px;
}
.basic_info_right .list_link a{
    color:#F7b52C ;
}
/*--------------------NEWS----------------------*/
h2.news_title_long{
    font-size:110%;
}
.events_date_short,
.news_date,
.news_category{
    font-size: 12px;
    font-family: Arial, Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
    color: #FFF;
    background: #0098dd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 6px;
    margin-right: 10px;
}
.events_date_short{
    margin-right: 0;
}
.events_date{
    width: 80px;
    font-size: 14px;
    text-align: center;
    padding: 3px 6px;
    line-height: 120%;
    font-family: Arial, Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
    color: #FFF;
    background: #0098dd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float:left;

}
.events_date.sml,
.news_date.sml{
    margin-right: 0;
}
.events_date.no_events{
    background: #ccc;
}
.events_date a,
.news_date a,
.news_category a{
    color: #FFF;
}
.events_title {
    margin-left: 95px;
}
.events_icon {
    margin-left: 110px;
    margin-top: 3px;
}
.events_box {
    width:520px;
    float: right;
}
.events_box .events_title{
    margin-left: 0;
}
.events_box .events_icon{
    margin-left: 15px;
}
.events_box .events_list li:first-child {
    padding-top: 0;
    border-top: 0;
}
.events_box .events_list li:last-child {
    border-bottom: 0;
}
.events_list li,
.news_list li{
    border-bottom:1px dotted #ddd;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 5px;
}
.short .events_list li,
.short .news_list li{
    padding-top: 3px;
    padding-bottom: 3px;
	line-height: 1.4em;
}
.events_list li:hover,
.news_list li:hover{
    background:#fbf5b0;
}
.events_list li:first-child,
.news_list li:first-child{
    border-top: 1px dotted #DDD;
}
.events_list li.sml,
.news_list li.sml{
    font-size:90%;
}
.events_list .snippet,
.news_list .snippet{
    font-size:80%;
    color:#555;
}
.events_calendar_list li{
    border-bottom:1px dotted #ddd;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 5px;
}
.date-category, .date-edit {
    font-size:90%;
    color:#666;
    margin: 0 0 10px 0;
    text-align:right;
}

#news blockquote{
    background: #EEE url(/img/blockquote_bg.gif) top left no-repeat;
    margin: 0 20px;
    padding: 25px;
}

.campaign .news_date,.campaign.news_category{background: #DBA214;}
.fare .fare,.campaign.news_category{background: #82AE40;}
.milage .news_date,.milage.news_category{background: #4FA393;}
.schedule .news_date,.schedule.news_category{background: #148ACC;}

.event .news_date,.event.news_category{background: #6464AF;}
.service .news_date,.service.news_category{background: #AF779E;}
.end_soon .news_date,.end_soon.newscategory{background: #5f0005;}
.start_soon .news_date,.start_soon.newscategory{background: #5f0005;}
.now .news_date,.now.newscategory{background: #5f0005;}
.newsphoto_list li{
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
    position: relative;
}
.newsphoto_list li.last{
	margin-right: 0;
}
.newsphoto_list li:last-child{
    margin-right: 0;
}
.newsphoto_list li img.this_page{
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50);
}
.newsphoto_caption {
	font-size: 75%;
	margin-bottom: 10px;
	background: #EDEDED;
}
.newsphoto_caption p{
	padding :5px;
}
/*--------------------PHOTO_SPOT----------------------*/
.list_link.list_spot{
    margin-bottom: 10px;
}
.list_link.list_spot li a{
    background: url(/img/icns_footer.png) no-repeat left -936px;
    padding-left: 14px;
}
.list_mapspot li a{
    display: block;
    padding-top: 10px;
    padding-bottom:10px;
    border-bottom: 1px dotted #DDD;
    font-weight: bold;
    background-image: url(/img/mappins.png) no-repeat;
    background-position: left 5px;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}
.list_mapspot li a:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 28px;
    height: 36px;
}
.list_mapspot li.p01 a:before{background: url(/img/mappins.png) no-repeat left 5px;}
.list_mapspot li.p02 a:before{background: url(/img/mappins.png) no-repeat left -35px;}
.list_mapspot li.p03 a:before{background: url(/img/mappins.png) no-repeat left -75px;}
.list_mapspot li.p04 a:before{background: url(/img/mappins.png) no-repeat left -115px;}
.list_mapspot li.p05 a:before{background: url(/img/mappins.png) no-repeat left -155px;}
.list_mapspot li.p06 a:before{background: url(/img/mappins.png) no-repeat left -195px;}
.list_mapspot li.p07 a:before{background: url(/img/mappins.png) no-repeat left -235px;}
.list_mapspot li.p08 a:before{background: url(/img/mappins.png) no-repeat left -275px;}
.list_mapspot li.p09 a:before{background: url(/img/mappins.png) no-repeat left -315px;}
.list_mapspot li.p10 a:before{background: url(/img/mappins.png) no-repeat left -355px;}
.list_mapspot li.p11 a:before{background: url(/img/mappins.png) no-repeat left -395px;}
.list_mapspot li.p12 a:before{background: url(/img/mappins.png) no-repeat left -435px;}
.list_mapspot li.p13 a:before{background: url(/img/mappins.png) no-repeat left -475px;}
.list_mapspot li.p14 a:before{background: url(/img/mappins.png) no-repeat left -515px;}
.list_mapspot li.p15 a:before{background: url(/img/mappins.png) no-repeat left -555px;}
.list_mapspot li.p16 a:before{background: url(/img/mappins.png) no-repeat left -595px;}
.list_mapspot li.p17 a:before{background: url(/img/mappins.png) no-repeat left -635px;}
.list_mapspot li.p18 a:before{background: url(/img/mappins.png) no-repeat left -675px;}
.list_mapspot li.p19 a:before{background: url(/img/mappins.png) no-repeat left -715px;}
.list_mapspot li.p20 a:before{background: url(/img/mappins.png) no-repeat left -755px;}


.list_mapspot_wrapper{
    margin-bottom: 10px;
}
.list_mapspot_wrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#map_airport{
    width: 630px;
    height: 600px;
    background: #EEE; /*地図地色 アタリ用あとで消す*/
    margin-bottom: 20px;
}
#map_flightroute{
    width: 630px;
    height: 600px;
    background: #EEE; /*地図地色 アタリ用あとで消す*/
    margin-bottom: 20px;
}
.photo_spot_summary li{
    background: #EEE;
	background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
	background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px 10px;
    margin-right:6px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
    float: left;
	width: 160px;
}
.photo_spot_summary img{
}
.photo_spot_summary .inner{
    margin:0;
    margin-left: 10px;
}
.photo_spot_summary h3{
    margin:0;
    padding: 0;
    background: none;
	position: relative;
}
.photo_spot_summary h3 a{
    display: block;
    padding-top: 10px;
    padding-bottom:10px;
    border-bottom: 1px dotted #DDD;
    font-weight: bold;
    background: none;
    padding-left: 30px;
}
.photo_spot_summary h3 a:before{
    content: "";
    position: absolute;
    top:5px;
    left:0px;
    width: 28px;
    height: 36px;
}
.photo_spot_summary h3.p01 a:before{background: url(/img/mappins.png) no-repeat left 5px;}
.photo_spot_summary h3.p02 a:before{background: url(/img/mappins.png) no-repeat left -35px;}
.photo_spot_summary h3.p03 a:before{background: url(/img/mappins.png) no-repeat left -75px;}
.photo_spot_summary h3.p04 a:before{background: url(/img/mappins.png) no-repeat left -115px;}
.photo_spot_summary h3.p05 a:before{background: url(/img/mappins.png) no-repeat left -155px;}
.photo_spot_summary h3.p06 a:before{background: url(/img/mappins.png) no-repeat left -195px;}
.photo_spot_summary h3.p07 a:before{background: url(/img/mappins.png) no-repeat left -235px;}
.photo_spot_summary h3.p08 a:before{background: url(/img/mappins.png) no-repeat left -275px;}
.photo_spot_summary h3.p09 a:before{background: url(/img/mappins.png) no-repeat left -315px;}
.photo_spot_summary h3.p10 a:before{background: url(/img/mappins.png) no-repeat left -355px;}
.photo_spot_summary h3.p11 a:before{background: url(/img/mappins.png) no-repeat left -395px;}
.photo_spot_summary h3.p12 a:before{background: url(/img/mappins.png) no-repeat left -435px;}
.photo_spot_summary h3.p13 a:before{background: url(/img/mappins.png) no-repeat left -475px;}
.photo_spot_summary h3.p14 a:before{background: url(/img/mappins.png) no-repeat left -515px;}
.photo_spot_summary h3.p15 a:before{background: url(/img/mappins.png) no-repeat left -555px;}
.photo_spot_summary h3.p16 a:before{background: url(/img/mappins.png) no-repeat left -595px;}
.photo_spot_summary h3.p17 a:before{background: url(/img/mappins.png) no-repeat left -635px;}
.photo_spot_summary h3.p18 a:before{background: url(/img/mappins.png) no-repeat left -675px;}
.photo_spot_summary h3.p19 a:before{background: url(/img/mappins.png) no-repeat left -715px;}
.photo_spot_summary h3.p20 a:before{background: url(/img/mappins.png) no-repeat left -755px;}

/*--------------------WELCOME_MEMBER----------------------*/
.welcome_member.section{
    padding: 5px;
    color: #FFF;
    text-shadow: -1px -1px rgba(0,0,0,0.3);
    position: relative;
}
.welcome_member .inner{
    margin: 0;
    background: #0096de;
  background: -webkit-gradient(linear,left top,left bottom,from(#0096de),color-stop(0.6,#0096de),to(#81d1f7));
  background: -moz-linear-gradient(top,#0096de,#0096de 60%,#81d1f7);
    padding: 10px;
}
.welcome_member .explain{
}
.welcome_member:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.welcome_member .po_right{
    color: #333;
    float: right;
    width:150px;
    height: 140px;
    margin-left: 20px;
    background: #EEE;
    background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#FFF));
    background: -moz-linear-gradient(top,#EEE,#FFF);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1),inset 1px 1px 0 rgba(255,255,255,1);
    border: 1px solid #DDD;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
.welcome_member .fadein{
    position: relative;
}
.welcome_member .fadein img{
    position: absolute;
    top:0;
    left:0;
    clip: rect(0px 150px 113px 0px);
}
.welcome_member .fadein .explain{
    position: absolute;
    top:120px;
    left:0;
    font-size: 10px;
}
.welcome_member .welcome_logo{
    float: left;
}
.welcome_member .welcome_explain{
    position: relative;
    float: left;
    width: 470px;
    position: absolute;
    top:20px;
    left:20px;
}
.welcome_member .welcome_explain.s350{
    width: 400px;
}
.welcome_member .welcome_explain.s290{
    width: 340px;
}
.welcome_member .welcome_title{
    font-size: 120%;
}
.welcome_member a{
    color:#FFF;
    text-decoration: none;
}
.welcome_member .btn-common a{
    width: 200px;
    float: right;
}
.welcome_member .btn-common.focus a{
	padding-bottom: : 20px;
    width: 340px;
    float: none;
}
.po_left {
    float: left;
    margin: 0 10px 10px 0;
}
.po_left_85 {
    margin-left:85px;
}
.po_right {
    float: right;
    margin: 0 0 10px 10px;
}
.po_center {
    text-align:center;
}
.presents {
    font-size: 85%;
}

.p_left {
    width: 48%;
    float: left;
}
.p_right {
    width: 48%;
    float: right;
}
a.external {
    background-image: url(/img/go_out.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}
/*--------------------ADJUST----------------------*/
.tb_1{
    margin-bottom: 10px;
}
/*--------------------ADJUST----------------------*/
.mgn10{
    margin: 10px;
}
.mgn20{
    margin: 20px;
}
.pdg10{
    padding: 10px;
}

.mgnbtm10{
    margin-bottom: 10px !important;
}
.mgnbtm7{
    margin-bottom: 7px !important;
}
.mgntop5{
    margin-top: 5px;
}
.mgntop10{
    margin-top: 10px;
}
.mgntop20{
    margin-top: 20px;
}
.mgntop30{
    margin-top: 30px;
}
.mgntop50{
    margin-top: 50px;
}
.mgnlft5{
    margin-left:5px;
}
.mgnlft10{
    margin-left:10px;
}
.mgnlft15{
    margin-left:15px;
}
.mgnlft40{
    margin-left:40px;
}
.mgnlft30{
    margin-left:30px;
}
.mgnlft80{
    margin-left:80px;
}
.mgnlft150{
    margin-left:150px;
}
.mgnrgt10{
    margin-right: 10px;
}
.mgnbtm0{
    margin-bottom:0;
}
.mgnbtm10{
    margin-bottom: 10px;
}
.mgnbtm20{
    margin-bottom: 20px !important;;
}
.mgnbtm30{
    margin-bottom: 30px;
}
.mgnbtm50{
    margin-bottom: 50px;
}
.pdgbtm0{
    padding-bottom:0;
}

.pdgbtm10{
    padding-bottom: 10px;
}
.center{
    text-align: center;
    display: block;
}
.article_paging{
    margin: 15px 0 15px 0;
}
.article_paging ul li{
    float: left;
    width:33%;
    font-size: 90%;
}
.article_paging ul.half li{
    width:50%;
}

.article_paging .disabled {
    color: #ddd;
}

.highlight {
    -webkit-tap-highlight-color:rgba(0,0,0,0.20);
}
.left {
    float: left;
}
.right{
    float: right;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.border {
    border-bottom: 1px solid rgba(130, 130, 130, 0.296875);
}
.absolute {
    position: absolute;
}
.no-pointer li {
    cursor: default;
}
.red{
    color: #CC0000;
}
.top_dot {
    border-top:1px dotted #CCC;
    padding-top: 10px;
}
/*--------------------//ADJUST----------------------*/
/* -- uke -- */
.no-listed{
    color:#ccc;
}
.shopping_price {
    font-size: 110%;
    line-height: 150%;
    color:#800000;
    font-weight:bold;
    white-space: nowrap;
    text-align: center;
}
.shopping_price a:visited {color:#800000; text-decoration:none;}
.shopping_price a:active {color:#800000; text-decoration:underline;}
.shopping_price a:link {color:#800000; text-decoration:none;}
.shopping_price a:hover {color:#800000; text-decoration:underline;}
.tt-center{
    text-align: center;
}
.highlight{
    background: #EDEDED;
}
.w100p{
    width: 100%;
}
.w100px{
    width: 100px;
}
.w140px{
    width: 140px;
}
.w150px{
    width: 150px;
}
.w160px{
    width: 160px;
}
.w180px{
    width: 180px;
}
.w200px{
    width: 200px;
}
.w210px{
    width: 210px;
}
.w240px{
    width: 240px;
}
.w300px{
    width: 300px;
}
.w320px{
    width: 320px;
}
.w335px{
    width: 335px;
}
.w365px{
    width: 365px;
}
.form-wrapper.float input.w380px,
.w380px{
    width: 380px;

}
.form-wrapper.float input.w400px,
.w400px{
    width: 400px;
}
.form-wrapper.float input.w420px,
.w420px{
    width: 420px;
}


.w500px{
    width: 500px;
}
.w600px{
    width: 600px;
}
.w630px{
    width: 630px;
}
.w850px{
    width: 850px;
}
.m-line {
    vertical-align:middle;
}
.t-line {
    vertical-align:top;
}
.f-lrg {
    font-size: 110%;
}
.f-xlrg {
    font-size: 130%;
}
.f-sml {
    font-size: 90%;
}
.f-xsml {
    font-size: 75%;
}
.box1 {
    margin:10px;
    border:1px solid #2266BB;
    padding: 10px 0 10px 10px;
    font-size: 80%;
}
.infobox{
    margin: 10px 0px;
    border:1px solid #2266BB;
    padding: 10px 10px;
    font-size: 80%;
}
.infobox.blue{
    border:1px solid #2266BB;
}

.inner.ticket{
	margin: 5px
}
.photo_ng{
	font-size: 200%;
	font-weight: bold;
	color: #ff0000;
	margin: 15px 0 5px 0;
}

.ticket{
    font-size: 95%;
}
.ticket .pv{
    font-size: 80%;
}
.ticket input,
.ticket select{
    font-size:100%;
    padding:5px;
    margin:3px;
    display: inline;
}
.ticket input#DepAirport,
.ticket input#RtnAirport{
    width: 75px;
}
.ticket input#DepDate,
.ticket input#RtnDate{
    width: 90px;
}
.ticket select#AD,
.ticket select#adult,
.ticket select#CH,
.ticket select#child{
    width: 50px;
}
.ticket select#DepTime,
.ticket select#deptime,
.ticket select#RtnTime,
.ticket select#rtntime{
    width: 80px;
}
.ticket select#Seat{
    width: 150px;
}
.ticket .child_age select{
    width: 60px;
}

.ticket input.go {
    font-size:120%;
    margin:10px;
}
.ticket img{
    vertical-align:middle;
}

.box-l-main .travel table{
    font-size: 90%;
}

.travel table,
.ticket table{
    font-size: 90%;
    border: none;
    vertical-align: top;
}
.travel table a,
.ticket table a{
    font-size: 100%;
}
.travel td,
.ticket td{
    border: none;
    padding: 5px 5px 5px 5px;
    border-bottom:1px dotted #CCC;
    vertical-align: top;
}
.travel td.nobottom,
.ticket td.nobottom{
    border: none;
    padding-bottom:0;
    border-bottom: none;
    vertical-align: top;
}

.travel .clear:after,
.ticket .clear:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.info_date{
    font-family: Arial, Helvetica,sans-serif;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 10px;
}

/* リストの枠の設定 */
.ui-widget-content {
 border: 1px solid #004080!important;
 background: #d5eaff!important;
 font-size:120%;
}
 
/* リスト内のデータのリンクカラー*/
.ui-widget-content a {
 color: #004080!important;
}
 
/* リスト内のデータフォーカス時のカラー */
.ui-state-focus {
 border: 1px solid #006ad5!important;
 background: #55aaff!important;
 font-weight: normal!important;
 color: #002b55!important;
}

/* ◆docs
---------------------------------------------------------------------- */
.docs ul ,
.docs ol {
    margin: 0 0 0 10px;
}
.docs ul li ,
.docs ol li {
    margin: 0 0 5px 0;
    list-style-position: outside;
}
.docs ol li {
    margin-left: 10px;
}
.docs ol li ol li {
list-style-type: lower-latin;
}
.docs li p {
    margin:5px 0 10px 0;
}

/* ◆events
---------------------------------------------------------------------- */
/* event-domestic */
.event-detail dt{
    border-top:1px dotted #CCC;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 3px;
}
.event-detail dd{
    margin-left:5px;
    margin-bottom: 10px;
}
.event-detail li{
    margin-bottom: 3px;
}
.event-domestic {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.event-domestic:hover {
    color: #fcd3a5;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

/* event-cancelled */
.event-cancelled {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.event-cancelled:hover {
    color: #de898c;
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

/* event-international */
.event-international {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.event-international:hover {
    color: #80bed6;
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

/* event-apply */
.event-apply {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.event-apply:hover {
    color: #dca4ab;
    background: #ba4b58;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
    background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}


/* event-postponed */
.event-postponed {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.event-postponed:hover {
    color: #f3c3d9;
    background: #d57ea5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
    background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}

/* black */
.event-category {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top,  #666,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.event-category:hover {
    color: #666;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top,  #444,  #000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

/* event-free */
.event-free {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.event-free:hover {
    color: #afafaf;
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

/* white */
.event-kids {
    font-size: x-small;
    padding: 0 2px;
    margin: 1px;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.event-kids:hover {
    color: #999;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
/* カレンダー横 */
table.tb_calendar_line {
    font-size: 12px;
    width: 100%;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#eaf4ff;
    empty-cells:show;
    margin-bottom:10px;
}
table.tb_calendar_line th.current,
table.tb_calendar_line td.current{
    font-weight: bold;
    background-color:#2266BB;
    color: #FFF;
}
table.tb_calendar_line th{
    font-weight: normal;
}

table.tb_calendar_line td ,
table.tb_calendar_line th {
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    background-color:#eaf4ff;
    background-position:left top;
    color:#111;
    text-align:center;
    padding: 1px 0;
}
table.tb_calendar_line td.current a,
table.tb_calendar_line th.current a,
table.tb_calendar_line td.current a:visited,
table.tb_calendar_line th.current a:visited{
    color: #FFF;
}
.tb_calendar_line span.disabled{
	color:#DDD;
}

table.calendar_month {
    margin: auto;
}
table.calendar_month td{
    text-align:center;
    vertical-align: top;
    line-height: 1em;
}
table.calendar_month td span{
    font-size: 80%;
}


table td.Sat ,
table th.Sat {
    background-color:#d5eaff;
}
table td.Sun ,
table th.Sun {
    background-color:#ffd5d5;
}
table td.Disp ,
table th.Disp {
    background-color:#2266BB;
}
table td.Today ,
table th.Today {
    background-color:#2266BB;
    color: #FFF;
}
table td.Today a,
table th.Today a{
    color: #FFF;
}

div.routes{
    padding: 0px 8px;
}
div.routes ul{
    border-bottom: 1px dotted #CCC;
}
div.routes ul li{
    float: left;
    width: 300px;
    padding: 3px 5px 3px 0;
}

div.routes_list ul{
}
div.routes-list ul li{
    display: block;
    background: url(/img/csl_s.gif) no-repeat 2px center;
    padding: 3px 5px 3px 10px;
    border-bottom: 1px dotted #CCC;	
}


ul.split3,
ul.split2{
    border-bottom: 1px dotted #CCC;
}

ul.split3 li,
ul.split2 li{
    float: left;
    width: 220px;
    padding: 3px;
}

ul.split3.nonborder,
ul.split3.nonborder li,
ul.split2.nonborder,
ul.split2.nonborder li{
    border:none;
}

.sec-main .dropdown .list_boxes ul.split3 li{
    width: 170px;
}
.list_boxes ul.split3 li{
    width: 190px;
    font-size: 85%;
}
.list_boxes ul.split2 li{
    width: 290px;
}
.info_content ul.split3 {
    border-top: none;
    border-bottom: 1px solid #111;
    -webkit-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow:inset 0px -1px 0 rgba(255,255,255,0.1);
}

.info_content ul.split3 li{
    width: 205px;
    border-bottom: none;
}

.sec-main .info_content ul.split3 li{
	width: 200px;
    border-bottom: none;
}
table.timetable{

}
table.timetable th{
	background: #00a0e9;
	background: -webkit-gradient(linear,left top,left bottom,from(#0096de),to(#0481ba));
	background: -moz-linear-gradient(top,#0096de,#0481ba);
	color: #FFF;
	text-shadow:none;
}


table.timetable .current{
    background-color: #E9F1F9;
}

table.timetable .end{
    background-color: #E2E2E2;
}

.calendar{
    margin-top: 10px;
}
.error{

}

input[type="text"].error,
input[type="password"].error,
select.error{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
    background-color: #ffe4e1;

}
p.error{
    color: #CC0000;
    background-image: url('/img/icon_reject.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

select.select-year{
    width: 5em;
    display:inline;
    margin-right: 5px;
}
select.select-month,
select.select-day{
    width: 4em;
    display:inline;
    margin-left: 5px;
    margin-right: 5px;
}

/** Alerts from Bootstrap **/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}
.alert-fixed{
    position: fixed;
    top:10px;
    left:50%;
    margin-left: -585px;
    width:1000px;
    z-Index: 500;
}
fileupload-message{
    line-height: 30px;
}

.ui-autocomplete-loading {
    padding-right: 10px;
}
.ui-menu-item{
    font-size: 70%;
}

.form-map{
    height: 400px;
    width: 480px;
}
.photo-buttons{
    margin: 10px 0px;
}
.photoview{
    position: relative;
}
.photoview .photographer{
    background: transparent;
    background-color: rgba(255,255,255,0.5);
    color: #333333;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding:5px 10px;
    display:none;
}
.photoview .copyright a{
    color: #333333;
    font-size: 12px;
}

.overlay-content .form-wrapper label{
    width: 100px;
}

.overlay-content .form-wrapper.float input[type="text"] {
    width: 300px;
}

.overlay-content textarea.comment{
    width: 300px;
    height: 75px;
}

.tooltip{
    position : fixed;
    top : 0px;
    left: 50%;
    margin-top: 10px;
}
.review_img_text{
	border:1px dashed #666;
	width: 145px;
	padding:5px;
	background: #FFF;
}

#shadow{
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
}


.album_list .album_photo{
    float: left;
    margin: 0 5px 0 0;
}
.album_list li{
    border-bottom:1px dotted #CCC;
    margin:15px 0 20px 0;
}
.album_list li p.continues{
    margin:0;
}
.album_list .title {
    font-size: 110%; line-height: 140%;
}
.album_list li div.description{
    font-size: 90%;
}

.star-ratings-sprite {
  float:left;
  background: url("/img/stars.png") repeat-x;
  font-size: 12px;
  height: 21px;
  line-height: 10px;
  overflow: hidden;
  text-indent: 100px;
  width: 100px;
  color: #CCC;
}
.star-ratings-sprite-mini {
  float:left;
  background: url("/img/stars_mini.png") repeat-x;	
  font-size: 12px;
  height: 14px;
  line-height: -20px;
  overflow: hidden;
  text-indent: 70px;
  width: 70px;
  color: #CCC;
}
.airlne_rate_count {
	padding-left: 110px;
	padding-top: 2px;
}

.star-ratings-sprite-rating {
  background: url("/img/stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}
.star-ratings-sprite-rating-mini {
  background: url("/img/stars_mini.png") repeat-x;	
  background-position: 0 100%;
  float: left;
  height: 14px;
  display: block;
}
li.relation_item {
    display: inline-block;
	margin: 0 10px 20px 0;
}

.relation_item a{
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #0775de;
    background-color: #fefefe;
    font-size: 84%;
    line-height: 150%;
    text-decoration: none;
    border-radius: 2px;
}

#news_article pre,
#event_article pre{
	font-family: initial;
    display: block;
    padding: 0px;
    margin: 10px 0 10px 0 ;
    font-size: 16px;
    line-height: 150%;
	overflow: inherit;
    word-break: normal;
    word-wrap: normal;
    color: #333333;
    background-color: #FFF;
    border: 0 ;
    border-radius: 0;
}
#news_article p,
#event_article p{
	margin-bottom: 15px;
    line-height: 170%;
}

.dropdown .col2.rate_info{
    width: 615px;	
}
.col2.rate_info .col{
    width:290px;
    margin-right: 0px;
}
.dropdown div.result{
	margin-bottom: 10px;
}


.col2 .col.rate_info{
    width:300px;
    margin-right: 0px;
}

.rate_info dt{
    width: 130px;
    font-size: 14px;
    float: left;
    text-align: left;
    padding: 5px 0px;
}
.rate_info dd{
    width: 160px;
    font-size: 10px;
    float: right;
    padding: 5px 0px;
}
/* 航空券検索 ここから */
.ft-ticket-search {
  padding: 10px;
  background: #222;
  color: #888;
}

.ft-ticket-search p,
.ft-ticket-search strong,
.ft-ticket-search a,
.ft-ticket-search .fa {
  color: #fff;
}

.ft-ticket-search input#DepAirport,
.ft-ticket-search input#RtnAirport {
  margin-right: 8px;
}

.ft-ticket-search-data {
  display: block;
  margin: 26px 0 0;
}

.ft-ticket-search input[type="date"] {
  width: 90%;
  line-height: normal;
}

.ft-ticket-search #adult {
  margin-right: 14px;
}

p.ft-ticket-search-summary {
  margin: 20px 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.ft-ticket-search .continues a {
  background: none;
}

.pv.ad_pv_text {
  font-size: 70%;
}

.ft_ticket_btn {
  max-width: 130px;
}
/* 航空券検索 ここまで */

/* 直航便table内ボタン ここから */
.df-button {
  padding: 6px;
  border: 1px solid #cc0000;
  border-radius: 4px;
  background: #cc0000;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff4229),to(#cc0000));
  background: -moz-linear-gradient(top,#ff4229,#dc8b03);
  border: 1px solid #cc0000;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
  -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
  text-shadow: -1px -1px rgba(0,0,0,0.3);
}

.df-button:hover{
  background: #e99e20;
  background: -webkit-gradient(linear,left top,left bottom,from(#f75b46),to(#cc1d1d));
  background: -moz-linear-gradient(top,#f75b46,#cc1d1d);
}

.df-button a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.df-button a:hover {
  text-decoration: none;
}
/* 直航便table内ボタン ここまで */

/* ホテル予約バナー ここから */
.hotel_ads .po_left:nth-child(even) {
  margin-right: 0;
}

.hotel_ads li a {
  display: block;
}

.hotel_ads li a:last-child {
  margin: 4px 0 0;
}

.hotel_ads li a img {
  width: 100%;
  border: 1px solid #dfe0e1;
}
/* ホテル予約バナー ここまで */
