@charset "utf-8";

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,pre,form,input,th,td,img{margin:0;padding:0;}
table{width:100%;border-collapse:collapse;border-spacing:0;font-size: 100%;}
img,object{border:0;vertical-align: top;}
ul {list-style:none;}
ol {margin: 0; padding: 0 0 0 1.4em;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6,select{font-size:100%;}
em,address {font-style: normal;}

p {margin: 0 0 1em;padding: 0;}
img {max-width: 100%;}
html {
    height: 100%;
}
body {
    height: 100%;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
}
@media only screen and (min-width: 769px){
    body {
        min-width: 960px;
    }
}

/* font-size: ブラウザデフォルト16px */

a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
}
a:hover {
}
button {
    cursor: pointer;
}
.r {
    text-align: right;
}
.c {
    text-align: center;
}
.flo_l,
.tn {
    float: left;
}
.flo_r {
    float: right;
}
.emph,
.accent,
.attention,
.here {
    font-weight: bold;
}
.red,
.attention,
.alert,
.caution {
    color: red;
}
.alpha:hover img {
    opacity: 0.6;
    box-shadow: inset 0 0 0 1px #f00;
}
a:hover img,
input[type="image"]:hover {
    opacity: 0.6;
}
.spn,
.for_spn {
    display: none;
}
.disc {
    list-style-type: disc;
    margin-bottom: 2em;
    padding-left: 1em;
}


/* ====== css sprite ====== */
.logo a,
.inner_anchor a:before,
.home_facil h3 i,
.home_facil li:after,
.home .unit a:after,
.i_mmbr,
.i_dscnt,
.i_free,
.i_label,
.path .i_home:before,
.guidebtns a i,
.guidebtns .or i,
.inq button i,
.inq a i,
.infokirari .relate a i,
.fcl h2 i,
.fcl li:after,
#stage_view h3 i,
.fnav h2:before,
.edit_form button i,
.topic_index i,
.pre_note h3 i,
.icon_pdf:before,
.simu h2 i,
.introduce a i,
.icon_i:before,
.i_change i,
.i_del i,
.i_set i,
.rent_login form h2 i {
    display: block;
    background: url(../images/share/bgs.png) no-repeat;
}
.logo a:hover {
    background-color: #fff;
}
.logo a:hover img{
    visibility: hidden;
}


/* ====== outline ====== */
.inner {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
.inner h1,
.simu h1 {
    margin-bottom: 20px;
    font-size: 237.5%;
}
.inner h1 .ring {
    float: right;
}
#hd {
    border-bottom: 7px solid #2da023;
}
#hd .inner {
    position: relative;
    text-align: right;
}
#hd .inner h1 {
    margin-bottom: 0;
}
.logo {
    float: left;
    margin-top: 10px;
}
.logo a {
    width: 163px;
    height: 35px;
    background-position: 0 -50px;
}
#hd_menu {
    float: right;
}
.hd_link {
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 220px;
    word-spacing: 15px;
}
.hd_link a {
    font-weight: bold;
}
.hd_link a:hover {
    color: #adadad;
}
.dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 920px;
    padding: 20px;
    background-color: #000;
    color: #fff;
    font-size: 75%;
    text-align: left;
    z-index: 10;
}
.dropdown p {
    border-bottom: 1px solid #fff;
}
.dropdown a {
    color: #fff;
}
.dropdown p a {
    display: inline-block;
    margin-right: .5em;
    padding-bottom: 1em;
    font-weight: bold;
}
.dropdown div {
    float: left;
    width: 190px;
    padding-left: 116px;
}
.dropdown .tn {
    margin-left: -116px;
}
.page_print {
        display: inline-block;
        float: right;
        margin-top: -45px;
    cursor: pointer;
}
.path {
    width: 960px;
    margin: 30px auto 10px;
    text-align: left;
    font-size: 75%;
}
.path .i_home {
    position: relative;
    padding-left: 15px;
}
.path .i_home:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 9px;
    background-position: -160px -15px;
    content: '';
}
#ft_nav {
    padding: 40px 0;
    background-color: #ffffd2;
}
#ft_nav .inner > div {
    float: left;
    width: 50%;
    font-size: 87.5%;
}
#ft_nav .tn {
    position: relative;
    float: right;
    margin: 0 30px;
}
#ft_nav h2 {
    font-size: 157%;
}
#ft_nav p {
    min-height: 8em;
    overflow: hidden;
}
#ft_nav li {
    position: relative;
    display: inline-block;
    min-width: 10em;
    padding-left: 1em;
}
#ft_nav li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #090;
    content: "> ";
}
#ft {
    padding: 25px 0 5px;
    border-top: 7px solid #2da023;
    background-color: #e2f8e0;
}
#ft .tn {
    position: relative;
    margin-right: 10px;
}
#ft h2 {
    margin-bottom: 10px;
}
#ft li {
    font-size: 87.5%;
}
.hdng {
    font-weight: bold;
}
.divide {
    width: 100%;
}
.divide > div {
    float: left;
    width: 33%;
}
#ft_nav .tn img,
#ft .tn img {
    position: relative;
    z-index: 2;
}
#ft_nav .shadow:after,
#ft .tn:after {
    position: absolute;
    left: 10px;
    bottom: 13px;
    width: 80%;
    height: 5px;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.8);
    transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    content: '';
}
#ft ul {
    overflow: hidden;
    margin-bottom: 20px;
}
#ft_copy {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
#ft_copy .inner {
    text-align: right;
}
#ft_copy address {
    float: left;
    margin-bottom: 10px;
    font-size: 75%;
    text-align: left;
}
#ft_copy address img {
    display: block;
}
#ft_copy p {
    margin-bottom: .5em;
    font-size: 87.5%;
}
#ft_copy .copy {
    font-size: 86%;
}
.refresh {
    display: none;
}
.refresh a {
    position: fixed;
    right: 20px;
    bottom: 100px;
}


/* ====== home ====== */
.home_wrapper {
    background: url(../images/home/bg.jpg) center top no-repeat;
}

.home_wrapper .inner {
    height: 505px;
    position : relative;
}

.home .title {
    float: left;
    margin-top: 80px;
    margin-bottom: 90px;
}
.home .title img {
    margin-bottom: 10px;
}
.home .title p {
    margin-left: 115px;
}
.home .topevent {
    margin: 30px 0;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 75%;
}
.home .topevent p {
    margin-bottom: 0;
}
.home .topevent date {
    font-size: 208%;
}
.home .event_list .inner {
    width: 940px;
    padding: 10px;
    border-top: 7px solid #2da023;
    background-color: #fff;
}
.home .event_list h2 {
    width: 916px;
    margin: 30px 12px;
}

.home .event_list h2 span { /*2015-07-15 追加*/
    float: right;
}

.home .event_list h2 a {
    font-size: 63%;
    font-weight: normal;
    margin-right: 10px;
}

.home .event_list h2 a:before,
.home_topics .r a:before,
.home .spn:before {
    color: #090;
    content: '> ';
}
.home .event_list .unit {
    width: 218px;
    height: 448px;
    margin-left: 12px;
    margin-right: 0;
}
.home .unit a {
    display: block;
    height: 100%;
}
.home .unit :hover img {
    opacity: 1;
}
.unit .imgbx {
    width: 218px;
    height: 270px;
    background-color: #333;
    overflow: hidden;
}
.unit .imgbx div {
    display: table-cell;
    height: 270px;
    vertical-align: middle;
}
.home .unit p:last-child {
    margin-bottom: 0;
}
.home_facil,
.home_topics {
    width: 916px;
    margin: 60px auto;
    text-align: left;
}
.home_facil h2,
.home_topics h2 {
    margin-bottom: 25px;
}
.home_topics > div {
    float: left;
    width: 49%;
}
.home_topics > div:first-child {
    margin-right: 2%;
}
.home_topics ul,
.home_topics .r {
    font-size: 87.5%;
}
.home_topics li {
    padding-left: 6em;
}
.home_topics .date {
    float: left;
    width: 6em;
    margin-left: -6em;
}
.home .spn {
    clear: both;
    margin-bottom: 0;
    font-size: 75%;
}


/* ====== facilities ====== */
.inner_anchor {
    margin-bottom: 30px;
    font-size: 87.5%;
}
.inner_anchor a {
    display: inline-block;
    margin-right: 30px;
}
.inner_anchor a:before {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 5px;
    background-position: -250px 0;
    content: '';
    vertical-align: middle;
}
.inner_anchor a.ia2:before {
    width: 20px;
    background-position: -275px 0;
}
.inner_anchor a.ia3:before {
    background-position: -295px 0;
}
.member_section .r a:before {
    color: #090;
    content: '> ';
}
.fcl > div,
.home_facil > div {
    margin-bottom: 50px;
}
.fcl h2,
.home_facil h3 {
    margin-bottom: 20px;
    font-size: 112.5%;
}
.fcl h2 i,
.home_facil h3 i {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 2px;
    background-position: -250px 0;
    vertical-align: middle;
    content: '';
}
#fcl_study h2 i,
.home_facil #fcl_study h3 i {
    width: 20px;
    background-position: -275px 0;
}
#fcl_sports h2 i,
.home_facil #fcl_sports h3 i {
    background-position: -295px 0;
}
.fcl li,
.home_facil li {
    position: relative;
    float: left;
    width: 49%;
    min-width: 300px;
    margin-bottom: 20px;
}
.fcl li.odd,
.home_facil li.odd {
    margin-right: 2%;
}
.fcl li a,
.home_facil li a {
    position: relative;
    display: block;
    border: 1px solid #ccc;
}
.fcl li a:before,
.home_facil li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2da023;
    content: '';
}
#fcl_study li a:before {
    background-color: #003093;
}
#fcl_sports li a:before {
    background-color: #ed9d0a;
}
.fcl li:after,
.home_facil li:after {
    position: absolute;
    top: 40%;
    right: 19px;
    width: 16px;
    height: 26px;
    background-position: -480px 0;
    content: '';
}
.fcl li a:hover,
.home_facil li a:hover,
.home .unit a:hover {
    background-color: #eaf5e9;
}
.fcl li a:hover img,
.home_facil li a:hover img {
    opacity: 1;
}
#fcl_study li:after {
    background-position: -499px 0;
}
#fcl_sports li:after {
    background-position: -515px 0;
}
.fcl li img,
.home_facil li img {
    float: left;
    margin: 20px 15px 20px 20px;
    padding: 5px;
    background: url(../images/hall/bg_tn.gif);
    vertical-align: middle;
}
.fcl li p,
.home_facil li p {
    margin-top: 25px;
    font-size: 87.5%;
}
.fcl li p b,
.home_facil li p b {
    font-size: 143%;
}


/* ====== shiminkaikan ====== */
#shimin_body {
    min-height: 583px;
    margin-bottom: 50px;
    background: url(../images/shimin/slide1.jpg) center top no-repeat;
}
.kirari-audience #shimin_body {
    min-height: 520px;
    background-image: url(../images/shimin/audience_top.jpg);
}
.member_menu {
    text-align: right;
}
.member_menu img {
    vertical-align: middle;
}
#shimin_body .flo_l {
    width: 500px;
}
.kiraribtns {
    width: 400px;
    margin-bottom: 30px;
}
.kiraribtns li {
    float: left;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.kiraribtns li:nth-child(2),
.kiraribtns li:nth-child(5) {
    margin-right: 0;
}
.kiraribtns .cube {
    width: 90px;
    margin-right: 20px;
}
.audibtns {
    width: 290px;
    margin-bottom: 40px;
}
.audibtns li {
    float: left;
    width: 90px;
    margin-left: 10px;
}
.audibtns li:first-child {
    margin-left: 0;
}
.shimin_ad {
    margin-left: -10px;
}
#shimin_body .flo_r {
    width: 400px;
    padding-top: 15px;
}
#shimin_body .flo_r > div {
    float: right;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 75%;
}
.topevent .date {
    font-size: 208%;
    font-weight: bold;
}
*:first-child+html .topinfo {
    clear: right;
    width: 380px;
}
.topinfo span {
    display: inline-block;
    margin-right: 1em;
    font-size: 83%;
}
.event_list {
    width: auto;/*984px;*/
    margin: 0 auto;
    text-align: left;
}
#grid_list, #grid_list_2 {
    margin: 0 auto;
}
.event_list h2 {
    margin: 60px 0 25px;
}
.home_facil h2,
.home_topics h2,
.event_list h2,
.inform h2,
.ev_details h2,
.introkirari h2,
.member_section h2,
.tk h2,
.history_list h2,
.edit_form h2,
.cnpoint h2,
.introduce h2 {
    padding: 5px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #2da023;
    font-size: 137.5%;
}
.event_list .exp_icons {
    margin: -60px 0 40px;
    text-align: right;
    font-size: 62.5%;/*75%;*/
    font-weight: bold;
    line-height: 1.3;
}
.events .event_list .exp_icons {
    margin: 0 0 30px;
}
.i_mmbr,
.i_online,
.i_dscnt,
.i_free,
.i_label {
    display: inline-block;
    width: 0;
    height: 0;
    padding-top: 25px;
    padding-left: 25px;
    overflow: hidden;
    vertical-align: middle;
}
.exp_icons i {
    margin: 0 5px 0 10px;
}
.i_mmbr {
    background-position: -532px 0;
}
.i_online {
    padding-left: 128px;
    background: url(../images/share/online.png) 0 0 no-repeat;
}
.i_dscnt {
    background-position: -582px 0;
}
.i_label,
.i_free {
    padding-left: 80px;
    z-index: 2;
}
.exp_icons span {
    display: none;
}
.exp_icons span:nth-child(2) {
    display: inline-block;
    text-align: left;
}
.exp_icons span i {
    float: left;
    margin-top: 2px;
}
.i_label.soon {
    background-position: 0 -25px;
}
.i_label.new {
    background-position: -80px -25px;
}
.i_label.onsale {
    background-position: -160px -25px;
}
.i_label.pre {
    background-position: -240px -25px;
}
.i_label.limit {
    background-position: -320px -25px;
}
.i_label.soldout {
    background-position: -280px -60px;
}
.i_label.outofsale {
    background-position: -360px -60px;
}
.i_label.finished {
    background-position: -440px -60px;
}
.i_free,
.i_label.free {
    background-position: -400px -25px;
}
.event_list .unit {
    position: relative;
    float: left;
    width: 230px;
    margin-bottom: 12px;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    font-size: 75%;
}
.unit .i_label {
    position: absolute;
    top: 0;
    right: 0;
}
.unit a {
    color: #333;
    text-decoration: none;
}
.unit .date {
    position: relative;
    height: 45px;
    line-height: 1;
    margin-top: -50px;
    padding: 5px 10px 0;
    background-color: #039;
    background-color: rgba(0,51,153,0.8);
    color: #fff;
    z-index: 2;
}
.unit .d {
    font-size: 233%;
    font-weight: bold;
}
.unit h3 {
    margin: 10px;
}
.unit p {
    padding: 0 10px;
}
.unit h3 + p {
    margin-bottom: 23px;
}
.inform {
    margin: 0 auto 40px;
}
.inform > div {
    float: left;
    width: 49%;
}
.inform >div:first-child {
    margin-right: 2%;
}
.inform h2 {
    margin-bottom: 10px;
}
.inform li,
.inform p,
.introkirari li {
    font-size: 87.5%;
}
.inform li,
.introkirari li {
    padding-left: 6em;
}
.inform li span,
.introkirari li span {
    float: left;
    width: 6em;
    margin-left: -6em;
    font-size: 86%;
}
.inform .r a:before,
.introkirari .r a:before,
.notice .r a:before,
.cnpoint + div .r a:before {
    color: #090;
    content: "> ";
}
.infokirari {
    margin-top: 50px;
}
.infokirari .relate {
    position: relative;
    float: right;
    width: 240px;
    margin-left: 20px;
    z-index: 2;
}
.introkirari {
    float: left;
    width: 100%;
    margin-right: -260px;
}
.introkirari > div {
    margin-right: 260px;
    margin-bottom: 50px;
}
.introkirari h2 {
    margin-bottom: 20px;
}
.introkirari .tn {
    margin-right: 15px;
}
.introkirari p {
    font-size: 87.5%;
    overflow: hidden;
}
.infokirari .relate li {
    margin-bottom: 15px;
}
.infokirari .relate a,
.introduce a {
    display: block;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background-color: #396fae;
    color: #fff;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
}
.relate a:hover,
.introduce a:hover {
    opacity: 0.6;
}
.infokirari .relate a i,
.introduce a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-position: -235px 0;
}
.infokirari .relate li:first-child a {
    background-color: #be74a8;
}
.infokirari .relate li:first-child a i {
    background-position: -220px 0;
}
.introduce {
    margin-bottom: 60px;
}
.introduce h2 {
    margin-bottom: 20px;
}
.introduce > div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 49%;
    padding: 11px 11px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 87.5%;
    text-align: center;
}
.introduce h2 + div {
    margin-right: 2%;
}
.introduce a {
    display: inline-block;
    width: 240px;
    height: 40px;
    line-height: 40px;
}


/* ====== access ====== */
#gmap {
    float: left;
    width: 650px;
    height: 460px;
    margin-right: 20px;
    margin-bottom: 60px;
}
#gmap img {
    max-width: none;
}
.inner.guidebtns {
    margin: 50px auto;
    text-align: center;
    word-spacing: 10px;
}
.inner.guidebtns a {
    height: 66px;
    line-height: 66px;
    margin-bottom: 10px;
}
.inner.guidebtns .t1 i,
.inner.guidebtns .t2 i,
.inner.guidebtns .t3 i {
    width: 43px;
    height: 43px;
    background: url(../images/hall/access_tn1.jpg) 0 0 no-repeat;
    vertical-align: middle;
}
.inner.guidebtns .t2 i {
    background-image: url(../images/hall/access_tn2.jpg);
}
.inner.guidebtns .t3 i {
    background-image: url(../images/hall/access_tn3.jpg);
}

/* ====== kirari-hall ====== */
.front {
    float: left;
    width: 290px;
    margin-left: 20px;
}
.front ul {
    margin-bottom: 20px;
}
.front li {
    margin-bottom: 10px;
}
.front + p {
    clear:both;
}
.slide_wrap {
    float: left;
    width: 650px;
}
.inst_tab {
    clear: both;
    margin: 30px 0 60px;
}
.page_tabs {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 5px solid #3da023;
}
.page_tabs li {
    float: left;
    width: 16%;
    margin-left: 0.8%;
}
.shiminkaikan .page_tabs li {
    width: 19.2%;
    margin-left: 1%;
}
.page_tabs li:first-child {
    margin-left: 0;
}
.page_tabs a {
    position: relative;
    display: block;
/*  width: 184px;*/
    padding: 15px 0;
    background-color: #e6e6e6;
    color: #000;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
}
.page_tabs .on a {
    background-color: #2da023;
    color: #fff;
}
.page_tabs .on a:after {
    position: absolute;
    left: 44%;/*86px;*/
    bottom: -13px;
    width: 0;
    height: 0;
    border-top: 8px solid #2da023;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
    z-index: 9;
}
.shimin_access h2,
.inst_tab h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #090;
    font-size: 112.5%;
}
.inst_tab p,
.inst_tab ol,
.inst_tab ul {
    font-size: 87.5%;
}
.inst_tab ol,
.inst_tab ul {
    margin-bottom: 30px;
}
.reach {
    clear: both;
    width: 100%;
    margin-bottom: 60px;
}
.reach > div {
    float: left;
    width: 49%;
    line-height: 2.4;
}
.reach > div:first-child {
    margin-right: 2%;
}
.reach h2 img {
    vertical-align: middle;
}
.inst_tab table {
    margin-bottom: 60px;
    font-size: 87.5%;
}
.inst_tab caption {
    font-size: 114%;
    font-weight: bold;
}
.inst_tab td,
.inst_tab th,
.member_section td,
.member_section th {
    padding: 10px 20px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.member_section td,
.member_section th {
    padding: 8px 10px;
    font-size: 87.5%;
}
.inst_tab th {
    width: 160px;
    background-color: #f9fadc;
    font-weight: normal;
}
.member_section th {
    width: 128px;
    background-color: #f9fadc;
    font-weight: normal;
}
.additional th {
    width: 29%;
}
.additional td {
    text-align: center;
}
.inst_entry h2,
.inst_link h2,
.topic_list h3,
.civic h2 {
    margin-bottom: 20px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #090;
    line-height: 50px;
    font-size: 137.5%;
}
.regibtns {
    margin-bottom: 60px;
}
.regibtns ul {
    width: 960px;
}
.regibtns li {
    position: relative;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.regibtns li:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: #76bd00;
    content: '';
}
.regibtns .rgbtn1:after {
    background-color: #ffb005;
}
.regibtns .rgbtn2:after {
    background-color: #d88c6b;
}
.regibtns a {
    display: block;
    padding: 25px 0 20px;
    font-weight: bold;
    font-size: 125%;
    text-align: center;
}
.regibtns a:hover {
    opacity: 0.6;
}
.regibtns a img {
    margin-right: 5px;
    vertical-align: middle;
}
.rgbtn1,
.rgbtn2 {
    width: 49.4%;
}
.rgbtn1,
.rgbtn3 {
    margin-right: 1.2%;
}
.rgbtn3,
.rgbtn4,
.rgbtn5 {
    width: 32.5%;
}
.rgbtn4 {
    margin-right: 1.3%;
}
*:first-child+html .rgbtn1,
*:first-child+html .rgbtn2 {
    width: 472px;
}
*:first-child+html .rgbtn1,
*:first-child+html .rgbtn3,
*:first-child+html .rgbtn4 {
    margin-right: 12px;
}
*:first-child+html .rgbtn3,
*:first-child+html .rgbtn4,
*:first-child+html .rgbtn5 {
    width: 310px;
}
.inst_link {
    overflow: hidden;
}
.inst_link li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.inst_link .instl3 {
    margin-right: 0;
}
.inst_link li img {
    width: 100%;
}
.inst_link p {
    margin-bottom: 0;
    padding: 3px 0;
    background-color: #003093;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.inst_link.sports p {
    background-color: #ed9d0a;
}
.inst_link a:hover {
    opacity: 0.6;
}
.icon_pdf {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.icon_pdf:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 31px;
    height: 30px;
    background-position: -500px -30px;
    content: '';
}
.fee th {
    background-color: #e7ffdf;
    text-align: center;
}
.fee td {
    font-weight: bold;
}
th.plain {
    background-color: transparent;
    text-align: left;
}
.facilities p + h2 {
    margin-top: 2em;
}
.pricelist {
    width: 100%;
    overflow: hidden;
}
.pricelist > div {
    float: left;
    width: 49%;
    margin-bottom: 30px;
}
.pricelist > div:first-child {
    margin-right: 2%;
}
.pricelist table {
    margin-bottom: 0;
}
.pricelist th {
    width: auto;
}
.pricelist td {
    font-weight: bold;
}


/* ====== mypage ====== */
.mypage .hd_link,
.mypage #hd_menu {
    display: none;
}
.mypage .logo {
    margin-bottom: 15px;
}
.login_layout > div {
    float: left;
    width: 50%;
    min-width: 384px;
    margin-bottom: 50px;
}
.login_layout form {
    width: 384px;
}
.login_layout form p {
    width: 324px;
    margin: 0 auto 1em;
}
.login_layout [type="text"],
.login_layout [type="password"] {
    width: 316px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    font-size: inherit;
}
.login_layout .sbmt {
    line-height: 3;
    text-align: center;
}
.login_layout .sbmt a {
    font-size: 87.5%;
    text-decoration: underline;
}
.login_layout input[type="submit"],
.rent_login input[type="submit"] {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    background-color: #4cbdc2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.login_layout input[type="submit"]:hover,
.rent_login input[type="submit"]:hover {
    opacity: 0.6;
}
.login_layout .hall_member {
    position: relative;
    width: 382px;
    border: 1px solid #ccc;
    background-color: #cbecc4;
}
.login_layout .hall_member:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    content: '';
}
.login_layout .hall_member h2 {
    margin: 9px;
    font-size: 125%;
    line-height: 1;
}
.login_layout .hall_member div {
    position: relative;
    z-index: 2;
    margin: 9px;
    padding-bottom: 15px;
    background-color: #fff;
    text-align: center;
}
.login_layout .hall_member img {
    float: left;
    margin: 20px 10px;
}
.login_layout .hall_member h3 {
    color: #f00;
    text-align: left;
}
.login_layout .hall_member p {
    font-size: 87.5%;
    text-align: left;
    overflow: hidden;
}
.login_layout .guidebtns .c {
    width: 384px;
    padding: 20px 0;
}
.login_layout .guidebtns .c a {
    display: inline-block;
    width: 160px;
    height: 34px;
    line-height: 34px;
    font-size: 87.5%;
}
.mtabs,
.ftabs {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 5px solid #529400;
    overflow: hidden;
}
.kirari .mtabs {
    border-bottom-color: #ff7800;
}
.ftabs {
    border-bottom-color: #2da023;
}
.mtabs li,
.ftabs li {
    float: left;
}
.mtab1 {
    margin: 0 5px 0 10px;
}
.mtabs img {
    opacity: 0.5;
}
.mtabs a:hover img,
.rental .mtab1 img,
.kirari .mtab2 img,
.ftabs a:hover img,
.fnav a:hover img {
    opacity: 1;
}
.ftabs a {
    display: block;
    height: 50px;
    overflow: hidden;
}
.ftabs a img {
    max-width: none;
}
.ftab1 {
    width: 215px;
    margin-right: 10px;
}
.ftab2 {
    width: 280px;
}
.ftab2 img {
    margin-left: -215px;
}
.ftabs a:hover img,
.rental .ftab1 img,
.kirari .ftab2 img {
    margin-top: -50px;
}
.mnav {
    margin-bottom: 40px;
}
.mnav p {
    line-height: 1;
}
.mnav p a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 30px;
}
.mnav p a:hover {
    text-decoration: underline;
}
.mnav p a:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 18px;
    background: url(../images/mypage/bgs.png) 0 -110px no-repeat;
    content: '';
}
.fnav h2:before,
.history_list h2:before,
.edit_form h2:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 16px;
    background: url(../images/mypage/bgs.png) -25px 0 no-repeat;
    content: '';
}
.fnav h2:before {
    top: 1px;
    width: 14px;
    background: url(../images/share/bgs.png) -171px 0 no-repeat;
}
.mnav .mn2:before {
    background-position: -25px -110px;
}
.mnav .mn3:before {
    background-position: -50px -110px;
}
.mnav .mn4:before {
    background-position: -75px -110px;
}
.mnav .mn5:before {
    background-position: 0 -130px;
}
.mnav .mn6:before {
    background-position: -25px -130px;
}
.mnav ul {
    width: 776px;
    margin-left: 100px;
    overflow: hidden;
}
.mnav p + ul {
    margin-top: 30px;
}
.mnav li {
    float: left;
    margin: 0 16px 16px 0;
}
.mnav li.dual {
    float: none;
    margin-right: 0;
}
.act,
.notice,
.flist {
    margin-bottom: 30px;
}
.flist {
    font-weight: bold;
}
.act h2,
.notice h2 {
    position: relative;
    padding-bottom: 6px;
    padding-left: 30px;
    border-bottom: 5px solid #666;
    font-size: 112.5%;
}
.act h2:before,
.notice h2:before,
.cnpoint h2:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 29px;
    height: 29px;
    background: url(../images/mypage/bgs.png) -70px -60px no-repeat;
    content: '';
}
.book h2:before {
    top: 0;
    width: 23px;
    height: 23px;
    background-position: -70px -30px;
}
.act td,
.act th {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
.act .win,
.act .lose {
    display: inline-block;
    padding-left: 30px;
    font-weight: bold;
}
.act .win {
    position: relative;
    color: red;
}
.act .win:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/mypage/bgs.png) no-repeat;
    content: '';
}
.act .lose {
    color: #0a7aff;
}
.notice h2 {
    border-bottom-color: #2da023;
}
.notice h2:before {
    top: 5px;
    width: 20px;
    height: 23px;
    background-position: 0 -22px;
}
.notice h2 + p {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    font-size: 87.5%;
}
.minfo {
    margin-bottom: 50px;
}
.notice li,
.minfo li {
    padding: 10px 0 10px 8em;
    border-bottom: 1px dotted #ccc;
}
.minfo li {
    font-size: 87.5%;
}
.notice .date,
.minfo .date {
    float: left;
    margin-left: -8em;
}
.mfoot {
    background-color: #666;
    color: #fff;
    font-size: 87.5%;
}
.mfoot .inner {
    padding: 20px 0;
}
.mfoot address span {
    font-size: 178.5%;
    font-weight: bold;
}
.favor h2 {
    margin-bottom: 20px;
    border-bottom: 5px solid #c30;
    font-size: 112.5%;
}
.favor h2 i {
    color: #ee8e8e;
    font-style: normal;
    font-size: 133%;
}
.favor > div {
    float: left;
    width: 440px;
    margin: 0 20px 30px;
}
.favor > div p {
    overflow: hidden;
}
.favor h3 {
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 8px;
    background: #f03600;
    background: -moz-linear-gradient(top,  #f03600 0%, #c20000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f03600), color-stop(100%,#c20000));
    background: -webkit-linear-gradient(top,  #f03600 0%,#c20000 100%);
    background: -o-linear-gradient(top,  #f03600 0%,#c20000 100%);
    background: -ms-linear-gradient(top,  #f03600 0%,#c20000 100%);
    background: linear-gradient(to bottom,  #f03600 0%,#c20000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03600', endColorstr='#c20000',GradientType=0 );
    color: #fff;
    font-size: 106%;
}
.favor .date {
    font-size: 94%;
    font-weight: bold;
}
.favor .title {
    font-size: 106%;
    font-weight: bold;
}
.favor .place {
    font-size: 81%;
}
.favor .tn {
    float: right;
    margin-left: 20px;
}
.minfo h2 {
    border-bottom: 5px solid #2da023;
    font-size: 112.5%;
}
.minfo h2 i {
    color: #98dc85;
    font-style: normal;
    font-size: 133%;
}
.logout {
    margin-top: -70px;
    margin-bottom: 40px;
    text-align: right;
}
.logout a {
    display: inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin-left: 2em;
    border-radius: 6px;
    background-color: #4cbdc2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.logout a:hover {
    opacity: 0.6;
}
.fnav {
    width: 100%;
    margin-bottom: 40px;
}
.fnav > div {
    float: left;
    width: 468px;
    height: 108px;
    border: 1px solid #70c278;
}
.fnav > div:first-child {
    margin-right: 20px;
}
.fnav a {
    display: block;
    width: 468px;
    height: 108px;
}
.fnav a:hover {
    background-color: #eaf5e9;
}
.fnav img {
    float: left;
    margin-right: 5px;
}
.fnav h2 {
    position: relative;
    float: left;
    width: 330px;
    padding-left: 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 112.5%;
}
.fnav h2:before {
    top: 8px;
}
.fnav p {
    float: left;
    width: 350px;
    font-size: 87.5%;
}
.fnav.extramargin {
    margin-bottom: 100px;
}
.history table {
    margin-bottom: 60px;
}
.history th,
.history td {
    padding: 8px;
    border: 1px solid #999;
}
.history_list h2,
.edit_form h2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 45px;
}
.history_list h2:before {
    top: 12px;
    width: 33px;
    height: 25px;
    background-position: -25px -20px;
}
.edit_form h2:before {
    top: 12px;
    width: 35px;
    height: 25px;
    background-position: 0 -50px;
}
.renew .edit_form h2 {
    margin-bottom: 20px;
    padding-left: 35px;
}
.renew .edit_form h2:before {
    top: 8px;
    height: 28px;
    background-position: -70px 0;
}
.leave h2:before {
    width: 30px;
    height: 28px;
    background-position: -38px -50px;
}
.edit_form table {
    margin-bottom: 40px;
}
.edit_form button {
    cursor: pointer;
}
.edit_form textarea {
    border: 1px solid #ccc;
}
.credit {
    margin-bottom: 40px;
    padding: 30px 20px;
    background-color: #ffd9ff;
}
.seat .credit {
    padding: 10px 20px;
}
.cnpoint h2 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
.cnpoint h2:before {
    top: 10px;
    width: 27px;
    height: 24px;
    background-position: 0 -80px;
}
.cnpoint .flo_r {
    margin-left: 30px;
}
.cnpoint + div {
    clear: both;
}
.cnpoint + div .catch {
    color: #e71818;
    font-size: 137.5%;
    font-weight: bold;
}
.cnpoint + div .r {
    font-size: 87.5%;
}
.portal {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.portal > div {
    position: relative;
    float: left;
    width: 468px;
    height: 143px;
    margin: 0 0 30px 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: url(../images/mypage/cn_bg.png) repeat-x;
}
.portal >div:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 52px;
    background: url(../images/mypage/cn_points.png);
    content: '';
}
.portal > div img {
    float: left;
    margin: 20px 5px 0 20px;
}
.portal > div h3 {
    margin-top: 20px;
    color: #e71818;
    font-size: 137.5%;
}
.portal > div p {
    padding-right: 15px;
    font-size: 87.5%;
}
.points .remark {
    margin-bottom: 60px;
}
.points .remark h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #090;
    font-size: 112.5%;
}
.points .remark ul {
    list-style-type: disc;
    padding-left: 1em;
}
.multi {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}
.multi > div {
    float: left;
    width: 470px;
}
.multi > div:first-child {
    margin-right: 20px;
}
.multi h3 {
    padding: 3px 10px;
    background-color: #98dc85;
    font-size: 112.5%;
}
.guidebtns.ex a {
    margin-bottom: 40px;
}
.comp .edit_form table {
    width: auto;
    margin: 40px auto;
}


/* ====== buy ====== */
/* seat */
.tk_nav,
.regi_nav {
    width: 940px;
    margin-bottom: 35px;
    padding: 10px;
    background: url(../images/hall/bg_tn.gif);
}
.tk_nav li,
.regi_nav li {
    float: left;
}
.tk_nav a,
.regi_nav a {
    display: block;
    width: 158px;
    height: 60px;
    overflow: hidden;
}
.regi_nav a {
    width: 237px;
}
.tk_nav .tk6 a {
    width: 150px;
}
.regi_nav .rg4 a {
    width: 229px;
}
.tk_nav a img,
.regi_nav a img {
    max-width: none;
}
.tk_nav .tk2 img {
    margin-left: -158px;
}
.tk_nav .tk3 img {
    margin-left: -316px;
}
.tk_nav .tk4 img {
    margin-left: -474px;
}
.tk_nav .tk5 img {
    margin-left: -632px;
}
.tk_nav .tk6 img {
    margin-left: -790px;
}
.regi_nav .rg2 img {
    margin-left: -237px;
}
.regi_nav .rg3 img {
    margin-left: -474px;
}
.regi_nav .rg4 img {
    margin-left: -711px;
}
/*.tk_nav a:hover img,*/
.block .tk1 img,
.seat .tk2 img,
.entry .tk3 img,
.conf .tk4 img,
.payment .tk5 img,
.comp .tk6 img,
.entry .rg1 img,
.conf .rg2 img,
.payment .rg3 img,
.comp .rg4 img {
    margin-top: -60px;
}
.tk_nav a:hover img {
    opacity: 1;
}
.tk_data {
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #999;
    background-color: #ffffd9;
}
.tk_data p {
    margin-bottom: 0;
}
.tk h2 {
    margin-bottom: 20px;
}
.tk .tk_data h2 {
    margin-bottom: 0;
    border: none;
}
.seat_chk {
    list-style-type: none;
    margin-bottom: 30px;
}
.seat_chk li {
    margin-bottom: 10px;
}
.seat_chk b {
    float: left;
    margin-left: -1.4em;
}
.tk .check {
    float: left;
    width: 670px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.tk .floor {
    position: relative;
    margin-bottom: 40px;
    padding: 25px 0 0;
    border: 1px solid #999;
    text-align: center;
}
.floor .direct {
    position: relative;
    float:left;
}
.floor table {
    clear: both;
    width: auto;
    margin: 0 auto 25px;
    font-size: 87.5%;
}
.floor td {
    padding: 3px;
    border:1px solid #fff;
    background-color: #f99;
    vertical-align: top;
}
.floor td.w {
    padding: 3px 5px;
    background-color: white;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.floor td.w,
.floor td.blank {
    background-color: #fff;
}
.floor td.e {
    background-color: #ccc;
}
.floor td.ss,
.side .ss {
    background-color: #7cf;
}
.floor td.aa,
.side .aa {
    background-color: #f99;
}
.floor td.bb,
.side .bb {
    background-color: #9c0;
}
.floor td.cc,
.side .cc {
    background-color: #fc0;
}
.floor td.dd,
.side .dd {
    background-color: #c3f;
}
.floor td.ee,
.side .ee {
    background-color: #ff9;
}
.floor td.ff,
.side .ff {
    background-color: #cfc;
}
.floor td.reserved {
    background-color: #c00;
}
.floor p {
    word-spacing: 1em;
}
#stage_view {
    text-align: left;
}
#stage_view h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #090;
    font-size: 112.5%;
}
#stage_view h3 i {
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 10px;
    background-position: -325px 0;
}
#stage_view ul {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
#stage_view li {
    float: left;
    width: 160px;
    margin-left: 10px;
    font-size: 86%;
    text-align: center;
}
#stage_view li:first-child {
    margin-left: 0;
}
#stage_view li img {
    margin-bottom: 6px;
}
#stage_view a {
    color: #06c;
    text-decoration: underline;
}
.tk .side {
    float: left;
    width: 240px;
    padding: 15px;
    background-color: #333;
    color: #fff;
}
.tk .side h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #777;
    text-align: center;
}
.tk .side div {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-size: 87.5%;
}
.tk .side form div {
    background-color: #ffc;
}
.tk .side strong {
    color: #c00;
    font-size: 114%;
}
.tk .side span[class] {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #999;
    vertical-align: middle;
}
.tk .side select {
    margin-bottom: 10px;
}
.pre_note {
    padding: 10px;
    border: 3px solid #f90;
}
.pre_note h3 {
    color: #f60;
    font-size: 125%;
}
.pre_note h3 i {
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 3px;
    background-position: -365px 0;
}
.pre_note p,
.pre_table td,
.pre_table td select {
    font-size: 87.5%;
}
.pre_table {
    margin-bottom: 40px;
}
.pre_table th,
.pre_table td {
    border: 1px solid #999;
}
.pre_table td {
    padding: 10px;
}
/* entry */
.free .dual {
    width: 960px;
    padding-bottom: 30px;
    overflow: hidden;
}
.free .dual > div {
    float: left;
    width: 470px;
}
.free .dual div.fc {
    margin-right: 20px;
}
.free .psuedarea {
    width: 628px;
    margin: 30px 0 15px 135px;
    height: 180px;
    padding: 10px;
    border: solid 1px #999;
    overflow: auto;
}
.free  .radio {
    text-align: center;
}
.free table em {
    color: #c00;
}
.dual div.print {
    width: 374px;
    padding: 8px;
    background-color: #ff9;
    font-weight: bold;
    font-size: 80%;
}
.dual div.print img {
    margin-left: 8px;
    vertical-align: middle;
}
.free td,
.free th,
.edit_form td,
.edit_form th {
    padding: 6px 10px;
    border: 1px solid #999;
}
.free th,
.edit_form th {
    background-color: #eee;
}
.heading th {
    background-color: #666;
    color: #fff;
    text-align: center;
}
p.sum {
    padding: 10px 0;
    border-top: dotted 2px #999;
    text-align: right;
}
p.sum em {
    color: #c00;
    font-size: 128%;
    font-weight: bold;
}
.free .guidebtns {
    margin-bottom: 40px;
    text-align: center;
}
.sys tr.member td {
    background-color: #fcc;
}
.tk_over table {
    width: 510px;
    margin: 40px auto;
}
/* payment */
.card {
    margin-bottom: 40px;
}
.card th {
    white-space: nowrap;
}
input[type="text"],
input[type="password"],
textarea,
select {
    padding: 4px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: inset 0 0 6px -3px rgba(0,0,0,0,1);
    font-size: 20px;
}
.card [type="text"] {
    margin-right: 1em;
}


/* ====== rental ====== */
.flist h2 {
    margin-bottom: 20px;
    border-bottom: 5px solid #4f9100;
    font-size: 119%;
}
.flist h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    font-size: 137%;
}
.flist .shimin h3,
.flist .shimin h3 a {
    color: #ff9c00;
}
.flist .komin h3 {
    color: #75b000;
}
.flist .sprts h3 {
    color: #00a8b3;
}
.flist ul {
    width: 100%;
    margin-bottom: 35px;
}
.flist li {
    float: left;
    width: 33%;
    margin-bottom: 15px;
}
.flist li img {
    margin-right: 15px;
    border: 3px solid #ff9c00;
    vertical-align: middle;
}
.flist li span {
    display: inline-block;
}
.flist li br {
    display: none;
}
.komin li img {
    border-color: #75b000;
}
.sprts li img {
    border-color: #00a8b3;
}
.rent_btns {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 40px;
}
.rent_btns li {
    float: left;
    width: 49%;
    margin-bottom: 2%;
}
.rent_btns li:nth-child(odd) {
    margin-right: 2%;
}
.rent_btns li.dual,
.rent_btns img {
    width: 100%;
}

/* login */
.rent_login form > div {
    box-sizing: border-box;;
    max-width: 760px;
    margin: 30px auto;
    padding: 20px 0 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 3px 9px -3px  rgba(0,0,0,0.4);
    text-align: center;
}
.rent_login form h2 {
    font-size: 1.25em;
}
.rent_login form h2 i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.rent_login label {
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
}
.rent_login form a {
    color: #2f79e7;
    text-decoration: underline;
}
.rent_login input[type="submit"] {
    margin: 20px 0;
}
.inner.welcome {
    position: relative;
    margin-top: -70px;
}
.inner.welcome p {
    position: absolute;
    top: 15px;
    right: 0;
}
.inner.welcome button {
    width: 120px;
    line-height: 36px;
    border: none;
    border-radius: 5px;
    background-color: #4cbdc2;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.id {
    ime-mode: inactive;
}

/* reminder */
.remind .path,
.remind .path + .inner {
    max-width: 640px;
}
.remind form div {
    padding: 30px 0;
    background-color: #ebebeb;
}
.remind form p {
    max-width: 325px;
    margin: 0 auto;
}
.remind form p input[type="text"] {
    width: 100%;
}
.remind .c.inq {
    margin: 50px auto 100px;
}


/* ====== simulation ====== */
.simulation .hd_link,
.simulation address + p,
.rent_login .hd_link,
.remind .hd_link,
.remind address + p {
    visibility: hidden;
}
.simulation #ft,
.remind #ft {
    padding: 0;
    border-top: none;
}
.simulation #hd_menu,
.simulation #ft .inner,
.rent_login #hd_menu,
.remind #hd_menu,
.remind #ft .inner {
    display: none;
}
.simulation #hd .inner {
    height: 60px;
}
.simu {
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}
.simu_result {
    margin-bottom: 40px;
    padding: 1%;
    border-radius: 6px;
    background-color: #158d0c;
    font-weight: bold;
}
.simu_result .item {
    display: inline-block;
    width: 25%;
    color: #fff;
}
.simu_result .even {
    margin-left: 5%;
}
.simu_result .disp {
    display: inline-block;
    width: 19%;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}
.simu_result .empty {
    background-color: #ffc;
    box-shadow: inset 0 0 10px rgba(189,134,34,0.8);
}
.simu_basic {
    margin-bottom: 50px;
}
.simu h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #2da023;
    font-size: 112.5%;
}
.simu h2 i {
    display: inline-block;
    margin-right: 6px;
}
.simu_basic h2 i {
    width: 24px;
    height: 18px;
    background-position: -170px -50px;
}
.simu_basic input[type="radio"],
.radio_wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.simu_basic p {
    padding: 1%;
    overflow: hidden;
}
.simu_basic .item {
    float: left;
    width: 22%;
    padding-left: 3%;
    font-weight: bold;
}
.simu_basic .radio_container {
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.radio_container label {
    position: relative;
    display: inline-block;
    width: 110px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 87.5%;
}
.radio_container label:hover,
.radio_wrapper label:hover {
    opacity: 0.6;
}
.radio_container ._on {
    background-color: #5e9bee;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
label.left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 1px solid #ccc;
}
label.right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
label.top_left {
    border-top-left-radius: 4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
label.top_mid {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
label.top_right {
    border-top-right-radius: 4px;
    border-bottom: 1px solid #ccc;
}
label.btm_left {
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ccc;
}
label.btm_mid {
    border-right: 1px solid #ccc;
}
.simu .c.inq {
    margin-bottom: 50px;
}
.simu_navi {
    margin-bottom: 40px;
    border: 1px solid #999;
    border-radius: 6px;
    overflow: hidden;
}
.simu_navi li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    line-height: 56px;
    border-left: 1px solid #999;
    color: #b4b4b4;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
}
.simu_navi li:first-child {
    border-left: none;
}
.simu_navi .current {
    background: #ffffd7;
    background: -moz-linear-gradient(top,  #ffffd7 0%, #eef38b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffd7), color-stop(100%,#eef38b));
    background: -webkit-linear-gradient(top,  #ffffd7 0%,#eef38b 100%);
    background: -o-linear-gradient(top,  #ffffd7 0%,#eef38b 100%);
    background: -ms-linear-gradient(top,  #ffffd7 0%,#eef38b 100%);
    background: linear-gradient(to bottom,  #ffffd7 0%,#eef38b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd7', endColorstr='#eef38b',GradientType=0 );
    color: #333;
}
.simu_navi a {
    display: block;
    background: #fdf1d9;
    background: -moz-linear-gradient(top,  #fdf1d9 0%, #fae7be 50%, #f8d77e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf1d9), color-stop(50%,#fae7be), color-stop(100%,#f8d77e));
    background: -webkit-linear-gradient(top,  #fdf1d9 0%,#fae7be 50%,#f8d77e 100%);
    background: -o-linear-gradient(top,  #fdf1d9 0%,#fae7be 50%,#f8d77e 100%);
    background: -ms-linear-gradient(top,  #fdf1d9 0%,#fae7be 50%,#f8d77e 100%);
    background: linear-gradient(to bottom,  #fdf1d9 0%,#fae7be 50%,#f8d77e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf1d9', endColorstr='#f8d77e',GradientType=0 );
    color: #000;
}
.simu_week {
    margin: -20px 0 40px;
    font-weight: bold;
}
.simu_week ul {
    padding: 2%;
    border-radius: 6px;
    background-color: #158d0c;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.simu_week li {
    float: left;
    width: 14.2%;
}
.simu_week li span {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    margin-left: 1px;
    background-color: #fff;
}
.simu_week .want {
    background-color: #fcc;
}
.simu_cal,
.simu_time {
    margin-bottom: 40px;
}
.simu_cal h2 i,
.rent_login form h2 i {
    width: 22px;
    height: 22px;
    background-position: -200px -50px;
}
.simu_time h2 i {
    width: 22px;
    height: 22px;
    background-position: -225px -50px;
}
.radio_wrapper {
    margin-bottom: 40px;
}
.radio_wrapper span,
.radio_wrapper label {
    position: relative;
    display: inline-block;
    width: 148px;
    line-height: 42px;
    margin-right: 6px;
    margin-bottom: 15px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 87.5%;
    font-weight: bold;
    text-align: center;
}
.radio_wrapper span {
    border-color: #fff;
}
.radio_wrapper .nomargin {
    margin-right: 0;
}
.radio_wrapper label._on {
    background: #5d9aea;
    background: -moz-linear-gradient(top,  #5d9aea 0%, #466fa3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d9aea), color-stop(100%,#466fa3));
    background: -webkit-linear-gradient(top,  #5d9aea 0%,#466fa3 100%);
    background: -o-linear-gradient(top,  #5d9aea 0%,#466fa3 100%);
    background: -ms-linear-gradient(top,  #5d9aea 0%,#466fa3 100%);
    background: linear-gradient(to bottom,  #5d9aea 0%,#466fa3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9aea', endColorstr='#466fa3',GradientType=0 );
    color: #fff;
}
.simu_cal .c {
    margin: 30px 0;
    font-weight: bold;
}
.simu_cate {
    margin-bottom: 40px;
}
.simu_cate h2 i {
    width: 24px;
    height: 20px;
    background-position: -250px -50px;
}
.simu_cate .radio_wrapper {
    text-align: center;
}
.simu_cate label {
    line-height: 90px;
    margin-right: 15px;
    font-size: 112.5%;
}
.simu_cate ul,
.simu_est ul {
    border: 1px solid #ccc;
    border-top: none;
}
.simu_cate li,
.simu_est li {
    padding: 5px 20px;
    border-top: 1px solid #ccc;
    text-align: right;
    font-weight: bold;
    font-size: 87.5%;
}
.simu_est li {
    padding: 10px 20px;
}
.simu_cate li.odd,
.simu_est li.odd {
    background-color: #eaeaea;
}
.simu_cate li span,
.simu_est li span {
    float: left;
}
.simu_detail h2 i {
    width: 24px;
    height: 20px;
    background-position: -250px 0;
}
.pageprint {
    float: right;
    cursor: pointer;
}
.simu_est ul {
    margin-bottom: 30px;
}
.simu_est .hdng {
    background-color: #535353;
    color: #fff;
}
.simu_est .hdng em {
    font-size: 20px;
}


/* ====== lottery ====== */
.temporary {
    padding: 15px;
    background-color: #ffd9ff;
}
.calendar {
    padding: 10px;
    background-color: #e1e1e1;
}
.calendar > p {
    text-align: center;
}
.calendar > p > a {
    display: inline-block;
    border-radius: 4px;
    background-color: #06f;
    color: #fff;
}
.calendar >p .current {
    display: inline-block;
    padding: 2px 20px;
    background-color: #fff;
    font-weight: bold;
}
.calendar table {
    border-collapse: separate;
    border-spacing: 5px;
}
.calendar th {
    background-color: transparent;
    font-size: 14px;
    text-align: center;
}
th.sun {
    color: red;
}
th.sat {
    color: #00acee;
}
.calendar td {
    background-color: #fff;
    text-align: center;
    empty-cells: hide;
}
.calendar td span {
    display: block;
    background-color: #eee;
    font-size: 14px;
}
.calendar .sun span {
    background-color: #fdd;
}
.calendar .sat span {
    background-color: #cff;
}
.calendar td a {
    display: inline-block;
    margin: 5px;
    color: #06c;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.calendar td a:hover {
    text-decoration: none;
}
.lot_res table {
    margin-bottom: 30px;
    font-size: 14px;
}
.lot_res th,
.lot_res td {
    padding: 15px 30px;
    border: 1px solid #ccc;
}
.lot_res th {
    width: 140px;
    background-color: #696969;
    color: #fff;
    text-align: center;
}
.lottery .rental_res table {
    font-size: 14px;
}
.rental_res .status {
    font-weight: bold;
}
.status.win {
    color: #f00;
}
.status.win:before {
    display: inline-block;
    width: 28px;
    height: 27px;
    margin-right: 2px;
    background: url(../images/share/bgs.png) -558px -25px no-repeat;
    vertical-align: middle;
    content: '';
}


/* ====== rental(rev2) ====== */

.icon_i {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2da023;
    font-size: 112.5%;
}
.icon_i:before {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background-position: -535px -25px;
    vertical-align: middle;
    content: '';
}
.rental_info {
    margin-bottom: 60px;
}
.rental_info li {
    padding-left: 7em;
    font-size: 75%;
}
.rental_info .date {
    float: left;
    margin-left: -7em;
}
.rental_info .hdline {
    font-size: 116.7%;
}
.rental_cond {
    margin-bottom: 40px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #158d0c;
    font-weight: bold;
    overflow: hidden;
}
.rental_cond > div {
    float: left;
    width: 29%;
    margin-left: 2%;
}
.rental_cond .date {
    width: 34%;
}
.rental_cond .item {
    display: inline-block;
    color: #fff;
}
.rental_cond .disp {
    display: inline-block;
    width: 95%;
    padding: 2%;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}
.rental_cond .active {
    background-color: #ffc;
    box-shadow: inset 0 0 10px rgba(189,134,34,0.8);
}
.rental_facil {
    margin-bottom: 30px;
}
.rental_facil h2 {
    margin-bottom: 10px;
    border-bottom: none;
}
.rental_facil table {
    border: 1px solid #ccc;
    font-size: 87.5%;
}
.rental_facil td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.rental_facil .odd {
    background-color: #eaeaea;
}
.rental_facil a,
.rental_res td a {
    color: #06f;
    text-decoration: underline;
}
.rental_facil a:hover,
.rental_res td a:hover {
    text-decoration: none;
}
.select_date .label {
    display: inline-block;
    width: 23%;
    font-weight: bold;
    text-align: center;
}
.select_date select {
    width: 23%;
    padding: 10px;
    box-shadow: none;
    font-size: 87.5%
}
.simu_time .select_date select {
    width: 43%;
}
.rental_res table {
    margin-bottom: 40px;
}
.rental_res th {
    background-color: #efefef;
}
.rental_res .hdng th {
    background-color: #696969;
    color: #fff;
}
.rental_res th,
.rental_res td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.res_next {
    text-align: center;
    word-spacing: 3em;
}
.res_next a:before {
    display: inline-block;
    margin-right: 5px;
    color: #090;
    content: '> ';
}


/* ====== status ====== */
.disp_res {
    padding: 8px;
    background-color: #eaeaea;
    font-size: 87.5%;
}
.rental_res .even {
    background-color: #eaeaea;
}
td form {
    display: inline-block;
}
.i_change i,
.i_del i {
    display: inline-block;
    height: 20px;
    margin: -2px 5px 0 0;
}
.i_change i {
    width: 20px;
    background-position: -275px 0;
}
.i_del i,
.inq .i_del i {
    width: 21px;
    height: 20px;
    background-position: -390px 0;
}
.inq .i_set i {
    width: 20px;
    height: 20px;
    background-position: -535px -50px;
    vertical-align: -8%;
}
.state button {
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}


/* ====== events ====== */
.ev_headline,
.form {
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
}
.ev_headline + p {
    display: none;
    margin-top: -70px;
    margin-bottom: 2em;
}
.ev_mb_search {
    display: none;
    padding-left: 20px;
    background: url(../images/events/mb_search.gif) left center no-repeat;
}
.events .inner h2 {
    margin-bottom: 15px;
    font-size: 112.5%;
}
.events form {
    font-size: 87.5%;
}
form input,
form select,
form textarea {
    font-family: inherit;
}
.events form p {
    margin-bottom: 2em;
}
.events form label,
.events form .label {
    font-size: 114%;
}
.events .ev_category label {
    font-size: 100%;
}
.events select {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.3);

}
.events label {
    display: inline-block;
}
.ev_select label:first-child {
    margin-right: 50px;
}
.ev_category label {
    width: 8em;
}
.ev_submit {
    text-align: right;
}
.ev_submit [type="submit"] {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 6px;
    background-color: #4cbdc2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.ev_submit [type="submit"]:hover {
    opacity: 0.6;
}
.event_list .pager {
    margin: 30px 0;
    font-size: 12px;
    text-align: center;
}
.event_list .pager a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 2px;
    border: 1px solid #a0a0a0;
    color: #2da023;
}
.event_list .pager .current {
    background-color: #a0a0a0;
    color: #333;
}
.event_list .pager .prev,
.event_list .pager .next {
    width: auto;
    border: none;
    font-size: 14px;
    color: #333;
}
.event_list .pager .prev:before,
.event_list .pager .next:after {
    color: #2da023;
    font-size: 12px;
}
.event_list .pager .prev:before {
    content: '< ';
}
.event_list .pager .next:after {
    content: ' >';
}
.civic {
    margin-bottom: 60px;
}
.civic li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    font-size: 87.5%;
}
.civic .tag {
    display: inline-block;
    width: 7.5em;
    margin-right: 10px;
    background-color: #276dc0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.civic .time {
    font-size: 85.7%;
}
.civic a {
    text-decoration: none;
}
/* guide */
.guidance > div {
    position: relative;
    padding: 20px 20px 0 165px;
    border: 1px solid #ccc;
}
.guidance label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 145px;
    background-color: #003093;
    color: #fff;
    font-size: 137.5%;
    font-weight: bold;
    text-align: center;
}
.guidance label:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.guidance label span {
    display: inline-block;
    vertical-align: middle;
}
.guidance > div h2 {
    padding: 6px 10px;
    background-color: #daede8;
    font-size: 137.5%;
}
.guidebtns {
    word-spacing: 15px;
}
.guidebtns a,
.guidebtns .or,
.edit_form button,
.inq button,
.inq a {
    display: inline-block;
    width: 238px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #999;
    border-radius: 4px;
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
}
td.inq a {
    width: 85px;
    height: 36px;
    line-height: 36px;
    color: #000;
    text-decoration: none;
}
.lot_res + .inq a {
    margin-bottom: 20px;
}
.guidebtns a.tall {
    height: 72px;
    line-height: 72px;
}
.guidebtns a,
.edit_form button,
.inq button,
.inq a,
.radio_wrapper label,
.select_date select,
.state button {
    background: #fff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
.guidebtns .or,
.inq .or {
    background: #ffc268;
    background: -moz-linear-gradient(top,  #ffc268 0%, #ff9900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc268), color-stop(100%,#ff9900));
    background: -webkit-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: -o-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: -ms-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffc268 0%,#ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc268', endColorstr='#ff9900',GradientType=0 );
    font-size: inherit;
}
.leave button {
    background: #ff5151;
    background: -moz-linear-gradient(top,  #ff5151 0%, #e10000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5151), color-stop(100%,#e10000));
    background: -webkit-linear-gradient(top,  #ff5151 0%,#e10000 100%);
    background: -o-linear-gradient(top,  #ff5151 0%,#e10000 100%);
    background: -ms-linear-gradient(top,  #ff5151 0%,#e10000 100%);
    background: linear-gradient(to bottom,  #ff5151 0%,#e10000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#e10000',GradientType=0 );
    color: #fff;
    font-size: 100%;
}
.guidebtns a:hover,
.guidebtns .or:hover,
.edit_form button:hover,
.inq button:hover,
.inq a:hover,
.state button:hover {
    opacity: 0.6;
}
.guidebtns a i,
.guidebtns .or i,
.edit_form button i,
.topic_index i,
.inq button i,
.inq a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    background-position: -170px 0;
    vertical-align: -4%;/*middle;*/
}
.leave button i {
    background: url(../images/mypage/bgs.png) -50px 0 no-repeat;
}
.guidance .arw {
    margin-bottom: 1.1em;
    text-align: center;
}
.arw span {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    padding-top: 50px;
    padding-left: 20px;
    background-color: #4d81bb;
}
.arw span:after {
    position: absolute;
    top: 100%;
    bottom: -24px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 24px solid #4d81bb;
    border-right: 28px solid #fff;
    border-left: 28px solid #fff;
    content: '';
}
.guidebtns.c {
    margin: 40px;
}
/* details */
.ev_details h1 {
    position: relative;
    margin-bottom: 50px;
    font-size: 137.5%;
}
h1 .i_label {
    position: absolute;
    top: 0;
    right: 0;
}
.ev_details > div {
    margin-bottom: 40px;
}
.ev_overview {
    padding-left: 345px;
}
.ev_overview h2 {
    margin-left: -345px;
}
.ev_overview .tn {
    width: 325px;
    margin-left: -345px;
}
.ev_catchcopy,
.ev_overview h3 {
    font-weight: bold;
    font-size: 125%;
}
.ev_overview .ad {
    font-size: 87.5%;
}
.ev_overview .ad a {
    display: inline-block;
    margin-right: 2em;
}
.ev_overview .ad a:before {
    color: #090;
    content: '> ';
}
.details th,
.details td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 87.5%;
}
.details th {
    background-color: #f9fadc;
    font-weight: normal;
}
.r_container {
    float: right;
    width: 380px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.r_container iframe {
    width: 100%;
}
.l_container {
    float: left;
    width: 560px;
}
.ev_contents table {
    clear: right;
}
.cktbx {
    background-color: #333;
    color: #fff;
}
.cktbx h3 {
    font-size: 112.5%;
    text-align: center;
}
.cktbx.pre h3 {
    padding: 10px 0;
    background-color: #c00;
}
.cktbx .special {
    font-weight: bald;
}
.cktbx p {
    margin: 0 30px 1em;
    font-size: 87.5%;
}
.cktbx .special {
    font-size: 1em;
}
.cktbx p label {
    font-weight: bold;
    font-size: 114%;
}
.cktbx .guidebtns {
    font-size: 100%;
    text-align: center;
}
.cktbx .guidebtns a {
    margin-top: 10px;
}
.guidebtns .purchase {
    background: #ffc268;
    background: -moz-linear-gradient(top,  #ffc268 0%, #ff9900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc268), color-stop(100%,#ff9900));
    background: -webkit-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: -o-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: -ms-linear-gradient(top,  #ffc268 0%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffc268 0%,#ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc268', endColorstr='#ff9900',GradientType=0 );
}
.guidebtns .purchase i {
    width: 24px;
    height: 20px;
    background-position: -190px 0;
}


/* ====== members ====== */
.members .about {
    overflow: hidden;
}
.members .about li {
    float: left;
    width: 240px;
    margin-bottom: 15px;
    color: #2da023;
    font-weight: bold;
}
.members .about li img {
    float: left;
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.member_section {
    clear: both;
    width: 100%;
    margin: 50px 0;
}
.member_section h2 {
    margin-bottom: 15px;
}
.member_section p.flo_l {
    width: 410px;
    margin-right: 20px;
}
.member_section p.flo_l + table {
    max-width: 530px;
}
.member_section > div  {
    float: left;
    width: 46%;
    height: 240px;
}
.points .member_section > div {
    height: 180px;
}
.member_section div.odd {
    margin-right: 8%;
}
.member_section h3 {
    margin-bottom: 10px;
    font-size: 112.5%;
}
.member_section h3 span {
    color: #c00;
}
.points .member_section > div h3 {
    color: #e71818;
    font-size: 125%;
}
.member_section h3.note {
    border-bottom: 1px solid #090;
}
.member_section .tn {
    float: left;
    margin: 0 20px;
}
.member_section > div p {
    overflow: hidden;
}
.point_catch {
    margin-bottom: .5em;
    color: #fb5658;
    font-size: 206%;
    font-weight: bold;
}
.aply_catch {
    color: #fb5658;
    font-size: 125%;
    font-weight: bold;
}


/* ====== topics ====== */
.topicnav {
    height: 50px;
    margin-bottom: 50px;
}
.topicnav li {
    float: left;
    width: 24%;
    line-height: 50px;
    margin-left: 1.33%;
    background-color: #e6e6e6;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
}
.topicnav .tp1 {
    margin-left: 0;
}
.topicnav li a {
    display: block;
}
.topicnav .tp1 a:hover,
.topicnav.c1 .tp1 a {
    background-color: #2da023;
    color: #fff;
}
.topicnav .tp2 a:hover,
.topicnav.c2 .tp2 a,
.tplabel.tckt {
    background-color: #f90;
    color: #fff;
}
.topicnav .tp3 a:hover,
.topicnav.c3 .tp3 a,
.tplabel {
    background-color: #276dc0;
    color: #fff;
}
.topicnav .tp4 a:hover,
.topicnav.c4 .tp4 a,
.tplabel.site {
    background-color: #31c3a8;
    color: #fff;
}
.topic_wrap {
    width: 100%;
    overflow: hidden;
}
.topic_list {
    float: right;
    width: 100%;
    margin-left: -230px;
}
.topic_list ul,
.topic_list p,
.topic_list h2 {
    margin-left: 230px;
}
.topic_list h2 {
    margin-bottom: 1em;
    font-size: 137.5%;
}
.topic_list .guidebtns {
    margin: 40px 0 40px 230px;
}
.topic_list li {
    clear: right;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.topic_list .tn {
    float: right;
    margin: 0 0 20px 20px;
}
.topic_list .date {
    display: inline-block;
    width: 6em;
    font-size: 87.5%;
}
.topic_list .tplabel {
    display: inline-block;
    width: 15em;
    border-radius: 8px;
    font-size: 69%;
    text-align: center;
}
.topic_list li a,
.topic_list > div a {
    color: #06c;
}
.topic_list li a:hover,
.topic_list > div a:hover {
    text-decoration: underline;
}
.topic_list .flo_r {
    width: 20.83%;
    margin: 0 0 20px 20px;
}
.topic_list > div {
    clear: right;
    margin: 0 0 40px 230px;
}
.topic_list > div p {
    margin-left: 0;
}
span.pdf {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 8px;
    background-color: #999;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
}
.topic_index {
    float: left;
    width: 200px;
}
.topic_index a {
    display: block;
    line-height: 46px;
    padding-left: 15px;
}
.topic_index a:hover,
.topic_index .on a {
    background-color: #e6f3e4;
}


/* ====== miscellaneous ====== */
.misc h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #090;
    font-size: 112.5%;
}
.misc p {
    margin-bottom: 40px;
}


/* ====== contact ====== */
.inq label {
    display: inline-block;
    width: 15em;
    font-weight: bold;
    vertical-align: top;
}
.inq label em {
    color: red;
}
.inq .set {
    width: 310px;
}
.inq textarea {
    width: 350px;
}
.inq .c {
    margin: 40px 0;
}
.inq .tel_label {
    position: relative;
    top: -10px;
    display: inline-block;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #158d0c;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 87.5%;
}
.inq .tel {
    display: inline-block;
    color: #158d0c;
    font-size: 36px;
    font-weight: bold;
}
.inq .calling {
    display: none;
}
.inq p + p {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}


/* ====== sitemap ====== */
.site_contents > div {
    width: 100%;
    margin-bottom: 100px;
}
.site_contents .group {
    float: left;
    width: 32%;
    margin-bottom: 30px;
    margin-left: 2%;
}
.site_contents .group.f {
    margin-left: 0;
}
.site_contents h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid #090;
    font-size: 112.5%;
}
.site_contents h1 + h2 {
    margin-bottom: 30px;
}
.group a {
    display: block;
}
.site_contents a:before {
    color: #090;
    font-size: 12px;
    content: '> ';
}



.inner:after,
.dropdown.after,
.kiraribtns:after,
.audibtns:after,
.event_list:after,
.divide:after,
.page_tabs:after,
.reach:after,
.regibtns ul:after,
.flist ul:after,
.ev_details > div:after,
.fcl ul:after,
.fcl li a:after,
.home_topics:after,
.home_facil ul:after,
.home_facil li a:after,
.member_section:after,
.tk_nav:after,
.regi_nav:after,
.fnav:after,
.topic_list li:after,
.rent_btns:after,
.site_contents > div:after,
.civic:after { content:''; display:block; clear:both; height:0; visibility: hidden; }

@media only screen and (max-width: 768px) {
    .page_print,
    #shimin_body .flo_r {
        display: none;
    }
    .path,
    .inner,
    .inform,
    .home .event_list .inner,
    .home_facil,
    .home_topics {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
    .hide_inner .path {
        margin-right: 0;
        margin-left: 0;
    }
    #hd .inner {
        margin: 0;
    }
    .inner h1 {
        margin-left: 10px;
    }
    #ft .tn {
        float: none;
    }
    #ft_copy address {
        margin-right: 30px;
    }
    .dropdown,
    .path,
    .regibtns ul,
    .home .event_list h2,
    .home_facil h2,
    .home_topics h2 {
        width: auto;
    }

    .hd_link {
        margin-left: 15px;
    }
    #ft_copy .inner {
        text-align: left;
    }
    #ft_copy a {
        display: inline-block;
    }
    /* ====== facilities ====== */
    .fcl li img,
    .home_facil li img {
        width: 56px;
        height: 56px;
    }
    .fcl li p,
    .home_facil li p {
        margin-top: 20px;
        font-size: 75%;
    }
    .fcl li p b,
    .home_facil li p b {
        font-size: 1em;
    }
    /* ====== komin ====== */
    .slide_wrap {
        float: none;
        margin: 0 auto 20px;
    }
    .front {
        float: none;
        width: auto;
        margin-right: 20px;
    }
    .front ul {
        float: left;
        width: 290px;
        margin-right: 25px;
    }
    .inst_tab > div {
        margin-right: 20px;
        margin-left: 20px;
    }
    #gmap {
        width: 320px;
        height: 380px;
        margin-bottom: 30px;
    }
    /* ====== shiminkaikan ====== */
    #shimin_body .flo_l {
        width: 400px;
    }
    #shimin_body .flo_r {
        width: 340px;
    }
    .introkirari p {
        overflow: visible;
    }
    /* ====== events ====== */
    .events .form {
        margin-right: 10px;
        margin-left: 10px;
    }
    .ev_details h1 {
        padding-right: 85px;
    }
    .ev_ticket .l_container {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .r_container {
        float: none;
        margin-left: 0;
        padding-bottom: 1em;
    }
    /* ====== mypage ====== */
    .login_layout h1 + p + div {
        width: 48%;
    }
    .login_layout form {
        width: 364px;
    }
    /* ====== members ====== */
    .members h1 + .flo_r {
        width: 200px;
    }
    .member_section p.flo_l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    /* ====== rental ====== */
    .flist li {
        font-size: 87.5%;
    }
    .flist li br {
        display: inline;
    }
}
@media only screen and (max-width: 500px){
    .spn {
        display: block;
    }
    .inner,
    .hide_inner {
        margin-right: 10px;
        margin-left: 10px;
    }
    #hd .inner {
        margin: 0;
    }
    .logo {
        margin-left: 10px;
    }
    .hd_link,
    #ft .tn,
    #ft_copy address img,
    .page_tabs .on a:after,
    .inst_entry h2 + p,
    .member_menu,
    .topevent,
    .shimin_ad,
    #grid_list,
    #grid_list_2,
    .infokirari .relate a i,
    .ev_btn_guide,
    .events .form h2,
    .events form > p:first-child,
    .guidance label:before,
    .guidebtns a i,
    .inq button i,
    .home .title p img,
    .home .event_list h2 a,
    .home_topics h2 a,
    .fcl .inner_anchor,
    .home_facil .inner_anchor,
    .login_layout h1 + p,
    .aply_catch + img,
    .inq .msg {
        display: none;
    }
    .divide > div {
        width: 49%;
    }
    .divide > div:nth-child(odd) {
        margin-right: 2%;
    }
    #ft_nav {
        padding: 20px 0;
    }
    #ft_nav .inner > div {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    #ft_nav .tn {
        float: none;
        display: block;
        width: 135px;
        margin: 10px auto;
    }
    #ft_nav h2 {
        font-size: 100%;
        text-align: center;
    }
    #ft_nav p {
        min-height: 0;
    }
    #ft_nav ul {
        width: 90%;
        margin: 0 auto;
    }
    #ft_nav li {
        min-width: 8em;
    }
    #ft h2,
    #ft li {
        font-size: 75%;
    }
    #ft_copy address {
        float: none;
        margin-right: 0;
    }
    #ft_copy p {
        font-size: 75%;
    }
    #ft_copy .copy {
        font-size: 62.5%;
    }
    .refresh a {
        bottom: 50px;
    }
    .refresh a img {
        width: 25px;
        height: 25px;
    }
    .inner h1,
    .simu h1,
    .hide_inner h1 {
        margin-left: 0;
        font-size: 125%;
    }
    .inner h2,
    .home_facil h2,
    .home_facil h3,
    .home_topics h2 {
        font-size: 100%;
    }
    .inst_entry h2,
    .inst_link h2,
    .home_facil h2,
    .home_topics h2 {
        text-align: center;
    }
    /* ====== home ====== */
    #slide_panel {
        display: none;
    }
    .home_wrapper {
    /*  padding-top: 200px;*/
        background-size: auto 200px;
    }
    .home_wrapper  .inner {
        height: auto;
    }
    .home .title {
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 40px;
    }
    .home .title img {
        width: 100%;
    }
    .home .event_list .inner {
        padding: 0;
    }
    .home .event_list h2 {
        margin: 0 0 15px;
    }
    .home .event_list .unit {
        float: none;
        width: auto;
        height: auto;
    }
    .home .unit a {
        position: relative;
        padding: 10px 10px 10px 80px;
    }
    .home .unit a:after {
        position: absolute;
        top: 50%;
        right: 3px;
        width: 16px;
        height: 26px;
        margin-top: -13px;
        background-position: -480px -26px;
        content: '';
    }
    .unit .imgbx {
        float: left;
        width: 60px;
        height: 60px;
        margin-left: -70px;
    }
    .unit .imgbx div {
        height: 60px;
    }
    .imgbx img {
        width: 100%;
    }
    .home .unit .i_label {
    /*  top: 10px;
        right: auto;
        left: 80px;*/
        position: relative;
        top: -3px;
        padding-top: 16px;
        padding-left: 66px;
    }
    .i_label.soon {
        background-position: -8px -30px;
    }
    .i_label.new {
        background-position: -88px -30px;
    }
    .i_label.onsale {
        background-position: -168px -30px;
    }
    .i_label.pre {
        background-position: -248px -30px;
    }
    .i_label.limit {
        background-position: -328px -30px;
    }
    .home .unit .date {
        display: none;
    }
    .home .unit h3 {
        margin: 0 5px 0 0;
    }
    .home .unit p {
        margin-bottom: 0;
        padding: 0;
    }
    .for_spn {
        display: block;
    }
    .home .unit .for_spn + p {
        display: none;
    }
    .home_facil,
    .home_topics {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home_topics > div {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .home_topics ul {
        font-size: 75%;
    }
    /* ====== facilities ====== */
    .fcl h2,
    .home_facil h3 {
        text-align: center;
    }
    .fcl > div,
    .home_facil > div {
        margin-bottom: 20px;
    }
    .fcl li:after,
    .home_facil li:after {
        right: 9px;
    }
    /* ====== komin ====== */
    .slide_wrap {
        float: none;
        width: 100%;
    }
    .front {
        margin-right: 0;
        margin-left: 0;
    }
    .front p {
        font-size: 87.5%;
    }
    .front ul {
        float: none;
        margin: 10px auto;
    }
    .inst_tab > div {
        margin-right: 0;
        margin-left: 0;
    }
    .reach h2 {
        text-align: center;
    }
    .reach > div {
        float: none;
        width: auto;
    }
    .reach > div:first-child {
        margin-right: 0;
    }
    .regibtns li {
        float: none;
    }
    .rgbtn1,
    .rgbtn2,
    .rgbtn3,
    .rgbtn4,
    .rgbtn5 {
        width: 100%;
        margin-bottom: 10px;
    }
    .page_tabs {
        margin-bottom: 15px;
        border-bottom: none;
    }
    .page_tabs a {
        font-size: 100%;
    }
    .page_tabs li,
    .shiminkaikan .page_tabs li {
        width: 49%;
        margin-bottom: 2%;
        margin-left: 0;
    }
    .page_tabs li:nth-child(odd),
    .shiminkaikan .page_tabs li:nth-child(odd) {
        margin-right: 2%;
    }
    #gmap {
        float: none;
        width: 100%;
        height: 225px;
        margin: 0 auto 10px;
    }
    .regibtns li {
        margin-bottom: 5px;
    }
    .regibtns a {
        padding: 15px 0 10px;
        font-size: 100%;
    }
    .inst_link li {
        float: none;
        width:100%;
    }
    .inst_tab th {
        width: auto;
    }
    .inst_tab caption {
        font-size: 100%;
    }
    .pricelist > div {
        float: none;
        width: 100%;
    }
    /* ====== shiminkaikan ====== */
    #shimin_body {
        min-height: 0;
        margin-bottom: 0;
        background: none !important;
    }
    #shimin_body .flo_l {
        float: none;
        width: auto;
    }
    .kirari-audience #shimin_body {
        min-height: 0;
    }
    h1.shimin_title {
        min-height: 150px;
        margin: 0 -10px 15px;
        padding-top: 48px;
        background: url(../images/shimin/spn_bg.jpg) no-repeat;
        background-size: cover;
    }
    .kirari-audience h1.shimin_title {
        background-image: url(../images/shimin/spn_bg_audience.jpg);
    }
    .shimin_title img {
    /*  width: 70%;*/
    }
    .kiraribtns {
        width: 310px;
        margin: 0 auto;
    }
    .audibtns {
        margin: 0 auto;
    }
    #shimin_body .flo_r {
        clear: left;
        float: none;
        width :auto;
    }
    #shimin_body .flo_r > div {
        float: none;
    }
    .event_list h2 {
        margin: 20px 0 10px;
        text-align: center;
    }
    .event_list .exp_icons {
        margin-top: 0;
        text-align: left;
    }
    .inform > div {
        float: none;
        width: auto;
    }
    .inform >div:first-child {
        margin-right: 0;
    }
    .inform h2,
    .infokirari h2 {
        text-align: center;
    }
    .inform li,
    .introkirari li {
        font-size: 75%;
    }
    .inform li span,
    .introkirari li span {
        font-size: 1em;
    }
    .infokirari {
        margin-top: 20px;
    }
    .infokirari .relate {
        float: none;
        margin: 0 auto;
    }
    .introkirari {
        float: none;
        margin-right: 0;
    }
    .introkirari > div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .introkirari .tn {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .infokirari .relate a {
        height: 40px;
        line-height: 40px;
        font-size: 87.5%;
    }
    table.fee {
        font-size: 10px;
    }
    .fee th,
    .fee td {
        padding: 0;
    }
    .introduce {
        margin-bottom: 30px;
    }
    .introduce > div {
        float: none;
        width: auto;
    }
    .introduce h2 + div {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .introduce h3 + p {
        text-align: left;
    }
    /* ====== access ====== */
    .shimin_access p {
        font-size: 87.5%;
    }
    .inner.guidebtns {
        margin: 20px 0;
    }
    .inner.guidebtns a {
        height: 40px;
        line-height: 40px;
    }
    /* ====== rent_login ====== */
    .rent_login form p {
        width: 240px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    /* ====== simulation ====== */
    .simu {
        padding-right: 10px;
        padding-left: 10px;
    }
    .simu_result .even {
        margin-left: 0;
    }
    .simu_result .item,
    .simu_result .disp,
    .simu_cate li,
    .simu_est li {
        font-size: 75%;
    }
    .simu_basic .item {
        float: none;
        display: block;
        width: auto;
    }
    .simu_basic .radio_container {
        float: none;
        display: inline-block;
    }
    .radio_container label {
        width: 96px;
        font-size: 75%;
    }
    .simu_navi {
        font-size: 75%;
    }

.facility-check input[type="checkbox"].check {
    display: none;
}

.facility-check .check + label {
    background-color: #fff;
    display: inline-block;
}

.facility-check input:nth-of-type(1) + label {
    border-right: 1px solid #CCC;
    border-radius: 3px 0 0 3px;
    margin-right: -5px;
}

.facility-check input:nth-of-type(2) + label {
    border-right: 1px solid #CCC;
    border-radius: 0;
    margin-right: -6px;
}

.facility-check input:nth-of-type(3) + label {
    border-radius: 0 3px 3px 0;
}

.facility-check .check:checked + label {
    background-color: #5e9bee;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

    /* ====== events ====== */
    .events .form {
        margin-right: 0;
        margin-left: 0;
    }
    .form select {
        font-size: 12px;
    }
    .ev_headline + p {
        margin-top: -50px;
    }
    .ev_mb_search {
        display: inline-block;
    }
    .ev_mb_search:active {
        background-color: #999;
    }
    .events form p {
        margin-bottom: 1em;
    }
    .ev_select label:first-child {
        margin-right: 20px;
    }
    .ev_category label {
        width: 7em;
    }
    .ev_submit {
        text-align: center;
    }
    .ev_submit [type="submit"]:active {
        opacity: 0.6;
    }
    .events #grid_list {
        display: block;
    }
    .events #grid_list_2 {
        display: block;
    }
    /* guide */
    .guidance > div {
        padding: 0 10px;
    }
    .guidance label {
        position: static;
        width: auto;
        margin: 0 -10px 10px;
    }
    .guidance > div h2 {
        font-size: 112.5%;
        text-align: center;
    }
    .guidebtns {
        text-align: center;
    }
    .guidebtns a {
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 87.5%;
    }
    .guidance .arw {
        margin-bottom: 6px;
    }
    .arw span {
        padding-top: 25px;
        padding-left: 10px;
    }
    .arw span:after {
        bottom: -12px;
        left: -9px;
        border-top-width: 12px;
        border-right-width: 14px;
        border-left-width: 14px;
    }
    .guidebtns.c {
        margin: 20px;
    }
    /* details */
    .ev_details h1 {
        padding-right: 0;
        font-size: 1em;
    }
    h1 .i_label {
        top: 100%;
        right: auto;
        left: 0;
    }
    .ev_overview {
        padding-left: 0;
    }
    .ev_overview h2 {
        margin-left: 0;
    }
    .ev_overview .tn {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .ev_catchcopy {
        font-size: 87.5%;
    }
    .r_container {
        width: 100%;
    }
    .guidebtns .purchase i {
        display: inline-block;
    }
    .inst {
        text-align: center;
    }
    .inst h3 {
        font-size: 1em;
    }
    .inst p {
        font-size: 87.5%;
    }
    .inst .ad {
        font-size: 75%;
    }
    /* ====== mypage ====== */
    .mypage .inner h1 {
        font-size: 125%;
    }
    .login_layout > div {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .login_layout h1 + p + div,
    .login_layout form,
    .login_layout form p,
    .login_layout .hall_member,
    .login_layout .guidebtns .c {
        width: 100%;
    }
    .login_layout form p {
        font-size: 87.5%;
    }
    .login_layout [type="text"],
    .login_layout [type="password"] {
        width: 90%;
        margin-left: 4%;
    }
    .login_layout .sbmt a {
        color: #09f;
    }
    .login_layout .hall_member img {
        float: none;
        margin: 10px;
    }
    .login_layout .hall_member h3,
    .login_layout .hall_member p {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .login_layout .guidebtns .c a {
        width: 238px;
        height: 40px;
        line-height: 40px;
    }
    /* ====== members ====== */
    .members h1 + .flo_r {
        float: none;
        display: block;
    /*  width: 96px;*/
        margin: 20px auto;
    }
    .members .about ul {
        margin-left: 50px;
    }
    .members .about li {
        float: none;
    }
    .members .about li img {
        width: 42px;
        height: 42px;
    }
    .member_section {
        margin: 20px 0;
    }
    .member_section h2,
    .member_section h3 {
        text-align: center;
    }
    .members .about,
    .member_section p,
    .member_section h3 {
        font-size: 87.5%;
    }
    .member_section th {
        width: auto;
    }
    .member_section > div {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .point_catch {
        font-size: 100%;
        text-align: center;
    }
    .member_section .tn {
        width: 60px;
        margin: 0 10px 0 0;
    }
    .points .member_section > div {
        height: auto;
    }
    .points .member_section > div h3 {
        font-size: 100%;
        text-align: left;
    }
    /* ====== rental ====== */
    .notice li {
        font-size: 75%;
    }
    .flist li {
        float: none;
        width: 100%;
    }
    .simu_navi.rent li {
        line-height: normal;
    }
    .rental_facil table {
        font-size: 75%;
    }
    /* ====== topics ====== */
    .topicnav li {
        width: 48%;
        margin-bottom: 4%;
        margin-left: 0;
        font-size: 87.5%;
    }
    .topicnav li:nth-child(odd) {
        margin-right: 4%;
    }
    .topic_list {
        float: none;
        margin-left: 0;
    }
    .topic_list ul,
    .topic_list p,
    .topic_list h2,
    .topic_list > div {
        margin-left: 0;
    }
    .topic_list .tn {
        width: 60px;
        margin: 0 0 10px 10px;
    }
    .topic_list .flo_r {
        float: none;
        display: block;
        width: 66.7%;
        margin: 20px auto;
    }
    .topic_list p,
    .topic_list li a {
        font-size: 87.5%;
    }
    .topic_list > div h3 {
        font-size: 100%;
        text-align: center;
    }
    .topic_index {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        border-top: 1px dotted #999;
        text-align: center;
    }
    .topic_index li {
        border-bottom: 1px dotted #999;
    }
    /* ====== miscellaneous ====== */
    .misc h2 {
        font-size: 100%;
        text-align: center;
    }
    .misc p {
        margin-bottom: 20px;
        font-size: 87.5%;
    }
    .misc .update {
        text-align: center;
    }
    /* ====== contact ====== */
    .inq {
        font-size: 87.5%;
    }
    .inq label {
        display: block;
    }
    .inq .set,
    .inq textarea {
        width: 290px;
    }
    .inq .tel_label,
    .inq .tel {
        display: none;
    }
    .inq p + p {
        line-height: 2;
        text-align: center;
    }
    .inq .calling {
        display: inline-block;
    }
    /* ====== sitemap ====== */
    .site_contents > div {
        margin-bottom: 30px;
    }
    .site_contents .group {
        float: none;
        width: 100%;
    }
}

.month_link{
    background: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
/* ========================================
以下、公開時の暫定処置
======================================== */
.member_menu {
    visibility: hidden;
}
.introkirari div + div,
.front li:first-child,
.topicnav {
    display: none;
}
.exit {
    text-align: center;
}
.exit h1 {
    margin: 50px 0 40px;
}
.exit p {
    margin-bottom: 3em;
}


/* ===============================
追加20140621 カレンダー
================================= */
.days_adjust {
    margin-bottom: 30px;
}
.days_adjust td,
.days_adjust th {
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
}
.days_adjust th {
    background-color: #eee;
}

/* IME制御 */
.han {
    ime-mode: inactive;
}
.zen {
    ime-mode: active;
}

/* 汎用 */
.nowrap {
    white-space: nowrap;
}


/* ===============================
追加：20150304
きらりホール施設情報ページ
/facilities/shiminkaikan/kirari-organizer/
================================= */
.kirari_use h3 {
    color: green;
}

.kirari_use h4 {
    margin-bottom: 1em;
}

.kirari_use p {
    font-size: 16px;
}

.kirari_use div.arrow {
    margin-bottom: 70px;
    position: relative;
}

.kirari_use div.arrow:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid green;
    bottom: -40px;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0px;
}

.kirari_use dl,
.kirari_use dd,
.kirari_use ul,
.kirari_use li {
    margin-left: 1em;
}

.kirari_use dl.draw {
    margin-left: 2em;
}

.kirari_use dd {
    position: relative;
}

.kirari_use dd span {
    left: -1em;
    position: absolute;
}

.kirari_use li {
    margin-bottom: 1em;
    font-size: 16px;
}

.kirari_use dt {
    margin-top:  1em;
    font-weight: bold;
}

.kirari_use dd {
    margin-bottom: 1em;
    margin-left: 1em;
}

.kirari_use h4 + p {
    margin-left: 2em;
    font-size: 16px;
}
