@charset "UTF-8";
/* CSS Document 
わたしのマチオモイ帖 2022 10年をありがとう
CSS write:白波瀬 博文
*/
@charset "UTF-8";

/* ====================
 * common
 * ==================== */

/* etc */

html {
  font-size: 62.5%;
}

html, body {
    width:100%;
    height:100%;
}

a {
    outline: none;
}

body {
    font:12px "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.75;
    color: #585858;
}

ol {
    padding-left:1.5em;
    list-style:decimal;
}

.ie6 ol,
.ie7 ol {
    padding-left:2em;
}

a {
    color: #585858;
}

a.p {
    color: #e8437d;
}

a.blank {
    background: url(../img/common/icon-blank.png) 100% 50% no-repeat;
    padding-right: 18px;
}

a:hover {
    text-decoration: none;
}

a:hover img.hover_img {
    opacity:0.5;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.hover_alpha:hover {
    opacity:0.5;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

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

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*＼*//*/
    height: auto;
    overflow: hidden;
    /**/
}

img.blockImg {
    display:block;
    /* imgをブロック要素にして
    下に余白(line-height)ができるのを防ぐ */
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/* fb_box */

.fb_box {
    overflow: auto;
    padding: 50px 64px; 
}

.fb_box-inner {
    margin: 0;
}

.fb_box .middle {
    margin: 15px 0;
}

.fb_box-movie .fb_box-inner {
    /* width: 640px; */
}

.fb_box .top .ttl {
    font-size: 14px;
}

.fb_box .top .sub {
}


/* paper_box */

.paper_box {
    background-color: #f8f7f2;
}

.paper_box .paper_box-border1 {
    background: url(../img/common/paper-border-t.png) 0 0 repeat-x;
}

.paper_box .paper_box-border2 {
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
}

.paper_box .paper_box-border3 {
    background: url(../img/common/paper-border-l.png) 0 0 repeat-y;
}

.paper_box .paper_box-border4 {
    background: url(../img/common/paper-border-r.png) 100% 0 repeat-y;
}

.paper_box .paper_box-triangle {
    background: url(../img/common/paper-triangle.png) 1px 1px no-repeat;
}

.paper_box .paper_box-content {
    padding: 10px;
}

.ie6 .paper_box,
.ie7 .paper_box,
.ie6 .paper_box .paper_box-border1,
.ie7 .paper_box .paper_box-border1,
.ie6 .paper_box .paper_box-border2,
.ie7 .paper_box .paper_box-border2,
.ie6 .paper_box .paper_box-border3,
.ie7 .paper_box .paper_box-border3,
.ie6 .paper_box .paper_box-border4,
.ie7 .paper_box .paper_box-border4,
.ie6 .paper_box .paper_box-triangle,
.ie7 .paper_box .paper_box-triangle {
    width:100%;
    overflow:auto;
}


/* video-js */

.vjs-default-skin.video-js {
    background: none;
}

.vjs-default-skin video {
    background: none;
}

.vjs-default-skin.vjs-enable-autoplay .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-enable-autoplay.vjs-before-first-user-active .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
}

.vjs-default-skin .vjs-control-bar {
    height: 28px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
}

.vjs-default-skin .vjs-control {
    height: 28px;
}

.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
    text-shadow: none;
}

.vjs-default-skin .vjs-control:before {
    text-shadow: none;
    font-size: 12px;
    line-height: 28px;
}

.vjs-default-skin .vjs-play-control {
    width: 40px;
}

.vjs-default-skin .vjs-time-controls {
    width: 30px;
    line-height: 28px;
}

.vjs-default-skin .vjs-time-divider {
    line-height: 28px;
}

.vjs-default-skin .vjs-mute-control {
    width: 30px;
}

.vjs-default-skin .vjs-volume-control {
    margin-right: 3px;
}

.vjs-default-skin .vjs-volume-bar {
    height: 4px;
}

.vjs-default-skin .vjs-volume-level {
    height: 4px;
    background: #ccc;
}

.vjs-default-skin .vjs-volume-bar {
    margin-top: 11px;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    left: 5em;
    width: 0;
}

.vjs-default-skin .vjs-volume-handle:before {
    display: none;
}

.vjs-default-skin .vjs-progress-control {
    height: 4px;
    top: -4px;
}

.vjs-default-skin .vjs-play-progress {
    background: #ccc;
}

.vjs-default-skin .vjs-seek-handle {
    width: 0;
}

.vjs-default-skin .vjs-seek-handle:before {
    display: none;
}

.vjs-default-skin .vjs-big-play-button {
    border-radius: 9px;
    border-width: 2px;
    background-color: rgba(32, 32, 32, 0.7);
    border-color: #4a4a4a;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none;
    border-color: #797979;
}

.vjs-default-skin .vjs-big-play-button:before {
    text-shadow: 0 0 0 #000;
}



/* ====================
 * layout
 * ==================== */

#header_wrap,
#content_wrap,
#footer_wrap {
    width:100%;
    text-align:center;
}

#header,
#content,
.footer_inner {
    width:960px;
    padding:0 20px;
    margin:0 auto;
    text-align:left;
}


/* header */

#header {
    height: 369px;
}


/* content */

#main_col {
    width: 561px;;
    float: right;
    padding: 0 30px 0 0;
}

#sub_col {
    width: 338px;
    float: left;
}

#side_nav .head a {
    background: url(../img/common/side_nav-head.jpg) 0 0 no-repeat;
    display: block;
    width: 338px;
    height: 263px;
    color: #542b2c;
}

#side_nav .head a span {
    display:block;
    /* padding: 220px 0 0 0; */
    /* text-align: center; */
    padding: 15px 0 0 21px;
}

#side_nav .nav {
    background-color: #f8f7f2;
}

#side_nav .nav .border2 {
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
}

#side_nav .nav .border3 {
    background: url(../img/common/paper-border-l.png) 0 0 repeat-y;
}

#side_nav .nav .border4 {
    background: url(../img/common/paper-border-r.png) 100% 0 repeat-y;
}

#side_nav .nav dt {
    padding: 10px;
}

#side_nav .nav dd {
    padding: 0 20px 80px;
}

#side_nav .nav ul {
    border-top: solid 1px #e9e8e4;
}

#side_nav .nav li {
    border-bottom: solid 1px #e9e8e4;
    padding: 18px 0;
}

#side_nav .nav li a {
    padding: 9px 9px 9px 0;
}

#side_nav .nav li span {
    background: url(../img/common/icon-arr3-r.png) 0 1px no-repeat;
    padding-left: 18px;
    color: #542b2c;
}

#side_nav .nav li .current span {
    /* color: #542b2c; */
    color: #cc86a8;
}

#side_nav .nav ul li ul {
    border: none;
    padding: 6px 0 0 12px;
}

#side_nav .nav ul li ul li {
    border: none;
    padding: 3px 0 0 0;
}

#side_nav .nav ul li ul li span {
    color: #424242;
    background: url(../img/common/icon-arr1-r.png) 0 1px no-repeat;
    padding-left: 18px;
}

#side_nav .nav ul li ul li .current span {
    /* color: #424242; */
    color: #cc86a8;
}


/* footer */

#footer_wrap {
    margin-top: 50px;
}

#footer1 .page_top {
}

#footer1 .page_top a {
    float: right;
    text-indent: -9999px;
    background: url(../img/common/page_top.jpg) 0 0 no-repeat;
    display: block;
    width: 180px;
    height: 45px;
    background-position: 0 10px;
}

#footer1 .page_top a:hover {
    background-position: 0 0;
}

#footer2 {
    background:#f5f3f3 url(../img/common/footer_bg1.jpg) 0 0 repeat-x;
}

#footer2 .footer_nav {
    padding: 0 0 30px 0;
}

#footer2 .footer_nav a {
    color: #4D4D4D;
}

#footer2 .footer_nav .row {
    padding: 30px 0 30px 0;
    border-bottom: solid 1px #e7e6e6;
}

#footer2 .footer_nav .row2 {
    border-bottom: none;
}

#footer2 .footer_nav dl {
    float: left;
    margin: 0 0 0 15px;
}

#footer2 .footer_nav dl.n1 {
    margin-left: 0;
    width: 287px;
}

#footer2 .footer_nav dl.n2 {
    width: 361px;
}

#footer2 .footer_nav dl.n3 {
    width: 282px;
}

#footer2 .footer_nav dd {
    padding: 0 0 0 22px;
}

#footer2 .footer_nav dd .msg {
    margin: 9px 0 0 0;
}

#footer2 .footer_nav li {
    margin: 9px 0 0 0;
}

#footer2 .footer_nav li a {
    background: url(../img/common/icon-arr2-r.png) 0 50% no-repeat;
    padding-left: 15px;
}

#footer2 .footer_nav #footer_nav-exhibition li {
    float: left;
}

#footer2 .footer_nav #footer_nav-exhibition li.n2 {
    margin-left: 26px;
}

#footer3 {
    background:url(../img/common/footer_bg2.jpg) 0 0 repeat;
}

#footer3 .footer_inner {
    padding: 24px 0 21px;
}

#footer3 .footer_nav,
#footer3 .footer_nav a {
    color: #ffffff;
}

#footer3 .footer_nav {
    float: left;
    padding-left: 22px;
}

#footer3 .footer_nav li {
    float: left;
    margin: 0 47px 0 0;
}

#footer3 .footer_nav li a {
    background: url(../img/common/icon-arr2w-r.png) 0 50% no-repeat;
    padding-left:15px;
}

#footer3 .copyright {
    float: right;
    text-align: center;
}

#footer3 .copyright,
#footer3 .copyright a {
    color: #c0c0c0;
}



/* ====================
 * home
 * ==================== */

.home #header a:hover img {
    /* opacity:0.7; */
    /* filter:alpha(opacity=80); */
    /* -ms-filter: "alpha( opacity=80 )"; */
}

.home #content {
    padding-top: 20px;
}

.home #content .block {
    margin-bottom: 18px;
}

.home #main_col {
    width: 562px;
    float: left;
    margin: 0;
    padding: 0;
}

.home #sub_col {
    width: 381px;
    float: right;
    margin: 0;
    padding: 0;
}

.home .paper_box dt {
    padding: 0 0 5px 0;
}

.home .paper_box dd {
    padding: 0 10px 10px 10px;
}

.home .paper_box dd a {
    color: #542b2c;
}

.home #exhibition_2014_block .main_img {
    margin: 0 0 5px 0;
}

.home #exhibition_2014_block .info_list {
    border-top: solid 1px #e9e9e5;
    padding: 9px 0 0;
}

.home #exhibition_2014_block .info_list li {
    padding: 1px 0;
}

.home #exhibition_2014_block .info_list li a {
    background: url(../img/common/icon-arr3-r.png) 0 50% no-repeat;
    padding-left: 18px;
}

.home #exhibition_2014_block .more {
    text-align: right;
    font-size: 10px;
}

.ie7 .home #archive_open_wrap {
    padding-top: 1px;
}

.home #archive_block {
    width: 273px;
    float: left;
}

.home #open_block {
    width: 273px;
    float: right;
}

.home #exhibition_2013_block .main_img {
    margin: 0 0 5px 0;
}

.home #exhibition_2013_block .info_list {
    border-top: solid 1px #e9e9e5;
    padding: 9px 0 0;
}

.home #exhibition_2013_block .info_list li {
    padding: 1px 0;
}

.home #exhibition_2013_block .info_list li a {
    background: url(../img/common/icon-arr3-r.png) 0 50% no-repeat;
    padding-left: 18px;
}

.home #exhibition_2013_block .more {
    text-align: right;
    font-size: 10px;
}

.home #exhibition_block .info_list {
    border-top: solid 1px #e9e9e5;
    border-bottom: solid 1px #e9e9e5;
    padding: 9px 0;
    margin: 0 0 10px 0;
}

.home #exhibition_block .info_list li a {
    background: url(../img/common/icon-arr3-r.png) 0 50% no-repeat;
    padding-left: 18px;
}

.home #exhibition_block .area_map {
    background: url(../img/index/area_map-map.jpg) 0 0 no-repeat;
    height: 450px;
    position: relative;
}

.home #exhibition_block .area_map li {
    position: absolute;
}

.home #exhibition_block .area_map .hokkaido {
    top: 69px;
    left: 389px;
}

.home #exhibition_block .area_map .tohoku {
    top: 116px;
    left: 344px;
}

.home #exhibition_block .area_map .kanto {
    top: 178px;
    left: 344px;
}

.home #exhibition_block .area_map .tokai {
    top: 246px;
    left: 305px;
}

.home #exhibition_block .area_map .hokushinetsu {
    top: 69px;
    left: 114px;
}

.home #exhibition_block .area_map .kinki_1 {
    top: 282px;
    left: 242px;
}

.home #exhibition_block .area_map .kinki_2 {
    top: 132px;
    left: 60px;
}

.home #exhibition_block .area_map .kinki_3 {
    top: 309px;
    left: 242px;
}

.home #exhibition_block .area_map .kinki_4 {
    top: 168px;
    left: 60px;
}

.home #exhibition_block .area_map .chugoku {
    top: 205px;
    left: 10px;
}

.home #exhibition_block .area_map .shikoku {
    top: 339px;
    left: 178px;
}

.home #exhibition_block .area_map .kyushu {
    top: 259px;
    left: -6px;
}

.home #exhibition_block .area_map .okinawa {
    top: 391px;
    left: 116px;
}

.home #news_block .news_list {
    width: 100%;
    color: #542b2c;
    margin: 0 0 12px 0;
}

.home #news_block .news_list .link,
.home #news_block .news_list .date {
    padding-bottom: 3px;
}

.home #news_block .news_list .link {
    background: url(../img/common/icon-arr1-r.png) 0 4px no-repeat;
    padding-left: 15px;
    display: block;
}

.home #news_block .news_list .date {
    width: 81px;
    text-align: right;
}

.home #news_block .more {
    font-size: 10px;
    text-align: right;
}

.home #news_block .empty {
    text-align: center;
    padding: 18px 0 27px 0;
    color: #542b2c;
}

.home #important_block .paper_box-content {
    padding: 13px;
}

.home #important_block dt {
    text-align: center;
    padding: 12px 0 14px;
    color: #D77479;
}

.home #important_block dd {
    color: #D77479;
}

.home #facebook_block .fb-like-box > span,
.home #facebook_block .fb-like-box iframe {
    width: 381px !important;
}

.home #square_block {
    margin-top: -24px;
}

.home #information_block .info_box dt {
    padding: 0;
}

.home #information_block .info_box dd {
    padding: 0;
}

.home #information_block .info_box dt {
    color: #542b2c;
    margin-bottom: 6px;
}

.home #information_block .info_box dd .img {
    margin-bottom: 6px;
}

.home #information_block .info_box dd .link {
    font-size: 10px;
}

.home #information_block .info_box_b {
    margin-bottom: 18px;
}

.home #information_block .info_box_s {
    width: 182px;
}

.home #information_block .info_box_s dl {
    height: 205px;
}

.home #information_block .info_box_s-n1 {
    float: left;
}

.home #information_block .info_box_s-n2 {
    float: right;
}




/* ====================
 * exhibition_2014
 * ==================== */

/* See: assets/css/exhibition_2014/ */




/* ====================
 * about-concept
 * ==================== */

.about-concept .lead_ja {
    padding: 33px 0 0 0;
}

.about-concept .msg_ja {
    margin: 21px 0 0 0;
}

.about-concept .visual {
    margin: 33px 0 0 0;
}

.about-concept .lead_en {
    margin: 42px 0 0 0;
}

.about-concept .msg_en {
    margin: 28px 0 0 0;
}



/* ====================
 * about-talk
 * ==================== */

.about-talk .content_head {
    margin-bottom: 36px;
}

.about-talk .page {
    margin-bottom: 50px;
}

.about-talk .page .section {
    margin-bottom: 35px;
}

.about-talk .page .section .ttl {
    margin-bottom: 18px;
}

.about-talk .page .section .img {
    margin-bottom: 16px;
}

.about-talk .page .section .img.float_l {
    margin-right: 12px;
}

.about-talk .page .section .txt {
    margin-bottom: 16px;
}

.about-talk .page .section .txt .com {
    margin-bottom: 6px;
}

.about-talk .page .section .txt .date {
    text-align: right;
}

.about-talk .page .bottom_nav {
    background: url(../img/common/paper-border-t.png) 0 0 repeat-x;
    padding: 18px 0 0 0;
}

.about-talk .page .bottom_nav .back {
    float: left;
}

.about-talk .page .bottom_nav .next {
    float: right;
}

.about-talk .page .bottom_nav .next_ttl {
    float: right;
    margin: 12px 12px 0 0;
}

.about-talk .page .bottom_nav .next_ttl a {
    color: #cc86a8;
    font-size: 14px;
}

.about-talk .page .section .txt .com .n {
    color: #cc86a8;
}

.about-talk #p1-s0 .txt {
    margin-bottom: 24px;
}

.about-talk #p1-s0 .img {
    margin-bottom: 12px;
}

.about-talk #p1-s0 .data dt {
    color: #cc86a8;
}



/* ====================
 * about-episodes
 * ==================== */

.about-episodes .content_head {
    margin: 0 0 42px 0;
}

.about-episodes .intro {
    margin: 0 0 24px 0;
}

.about-episodes .intro .txt {
    margin: 0 0 24px 0;

}

.about-episodes .intro .nav ul {
    width: 260px;
    float: left;
}

.about-episodes .intro .nav ul li {
    margin: 0 0 12px 0;
}

.about-episodes .intro .nav ul li a {
    color: #cc86a8;
    padding: 6px;
}

.about-episodes .section {
    padding: 12px 0 88px 0;
}

.about-episodes .section .img {
    margin: 18px 0 18px 0;
}

.about-episodes .section .ttl {
    margin: 0 0 7px 0;
}

.about-episodes .section .txt {
    margin: 0 0 0 0;
}



/* ====================
 * open-quires
 * ==================== */

.open-quires {
    background-image: url(../img/open/quires/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}

.open-quires .content_head {
    margin: 0 0 45px 0;
}

.open-quires .intro {
    margin: 0 0 45px 0;
}

.open-quires .section {
    margin: 0 0 45px 0;
}

.open-quires .section dt {
    color: #cc86a8;
    margin: 0 0 24px 0;
}

.open-quires .section dd {
}

.open-quires .section dd ul {
}

.open-quires .section dd ul li {
    float: left;
    margin: 0 6px 24px 0;
    width: 135px;
}

.open-quires .section dd ul li.n4 {
    margin-right: 0;
}

.open-quires .section dd ul li .img {
    display: block;
    margin: 0 0 6px 0;
}

.open-quires .section dd ul li .ttl {
    display: block;
    text-align: center;
    font-size: 10px;
}



/* ====================
 * archive
 * ==================== */

.parent-archive .content_head {
    margin: 0 0 76px 0;
}

.parent-archive .section {
    margin: 0 0 48px 0;
}

.parent-archive .section .ttl {
    margin: 0 0 36px 0;
}

.parent-archive .section .txt {
    margin: 0 0 21px 0;
}

.parent-archive .section .txt .date {
    color: #cc86a8;
}

.parent-archive .section .img {
    margin: 0 0 21px 0;
}

.parent-archive .section .img .main {
    margin: 0 0 8px 0;
}

.parent-archive .section .img .sub li {
    float: left;
}

.parent-archive .section .img .sub li img {
    display: block;
}


/* ====================
 * archive-intro
 * ==================== */

.archive-intro .content_head {
    margin: 0 0 50px 0;
}

.archive-intro .intro {
    margin: 0 0 50px 0;
}

.archive-intro .section {
    margin-bottom: 21px;
}

.archive-intro .section .ttl {
    margin: 0 0 15px 0;
}

.archive-intro .section .txt {
    margin: 0 0 15px 0;
}

.archive-intro .section .name {
    margin: 36px 0 40px 0;
}

.archive-intro #s1 {
    margin-bottom: 0;
}

.archive-intro #s1 .img {
    margin-bottom: 0;
}



/* ====================
 * exhibition-outline
 * ==================== */

.exhibition-outline .content_head {
    margin: 0 0 38px 0;
}

.exhibition-outline .main_visual {
    margin: 0 0 21px 0;
}

.exhibition-outline .intro {
    margin: 0 0 39px 0;
}

.exhibition-outline .intro .example {
    margin: 9px 0 0 0;
}

.exhibition-outline .data_section .data dt {
    background: url(../img/common/bg-sandpaper-1.jpg) 0 0 no-repeat;
    width: 77px;
    text-align: center;
    float: left;
}

.exhibition-outline .data_section .data dt,
.exhibition-outline .data_section .data dd {
    padding-bottom: 18px;
}

.exhibition-outline .data_section .data dd {
    float: right;
    width: 466px;
}

.exhibition-outline .data_section .data dl.hall_list dd {
    clear: both;
    float: none;
    width: auto;
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table th,
.exhibition-outline .data_section .data dl.hall_list dd .simple_table td {
    border: solid 1px #adabab;
    padding: 6px 12px;
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table th {
    text-align: center;
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table td {
    vertical-align: middle;
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table .c1 {
    width: 135px;
    padding-left: 15px;
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table .c2 {
}

.exhibition-outline .data_section .data dl.hall_list dd .simple_table .c3 {
    width: 100px;
}



/* ====================
 * exhibition-area
 * ==================== */

.exhibition-area .content_head {
    margin: 0 0 27px 0;
}

.exhibition-area .content_nav {
    margin: 0 0 27px 0;
}

.exhibition-area .content_nav a {
    margin: 0 24px 0 0;
}

.exhibition-area .data_table th {
    background: url(../img/common/bg-sandpaper-1.jpg) 0 0 no-repeat;
    width: 77px;
    text-align: center;
}

.exhibition-area .main_section .data_table th,
.exhibition-area .sub_main .data_table th {
    background: url(../img/common/bg-sandpaper-2.jpg) 0 0 no-repeat;
    width: 100px;
}

.exhibition-area .data_table th,
.exhibition-area .data_table td {
    padding-bottom: 9px;
}

.exhibition-area .data_table td {
    padding-left: 15px;
}

.exhibition-area .main_section {
    margin: 0 0 27px 0;
    padding: 0 0 27px 0;
    border-bottom: solid 1px #eeeeee;
}

.exhibition-area .main_section .visual {
    margin: 0 0 18px 0;
}

.exhibition-area .main_section .data {
    margin: 0 0 9px 0;
}

.exhibition-area .creater_list dl {
    border-bottom: solid 1px #eeeeee;
    padding: 0 0 27px 0;
}

.exhibition-area .creater_list dl dt {
    color: #cc86a8;
    margin: 0 0 18px 0;
}

.exhibition-area .creater_list dl dd {
}

.exhibition-area .creater_list dl dd .t {
    color: #cc86a8;
}

.exhibition-area .sub_section {
    border-top: solid 1px #eeeeee;
    padding: 27px 0 0 0;
    margin: 0 0 50px 0;
}

.exhibition-area #sub_section-001 {
    border-top: none;
}

.exhibition-area .sub_section .ttl {
    color: #cc86a8;
    margin: 0 0 18px 0;
}

.exhibition-area .sub_section .sub_main {
    padding-bottom: 6px;
}

.exhibition-area .sub_section .sub_main .visual {
    margin: 0 0 18px 0;
}

.exhibition-area .sub_section .sub_main .sub_main_data {
    padding-bottom: 6px;
}

.exhibition-area .sub_section .sub_main .text {
    margin: 0 0 18px 0;
}

.exhibition-area .sub_section .data {
    margin: 0 0 21px 0;
}

.exhibition-area .sub_section .map a {
    color: #0000FF;
}

.exhibition-area .tabnav {
    margin: 0 0 9px -3px;
}

.exhibition-area .tabnav li {
    float: left;
    margin: 0 9px 0 0;
}

.exhibition-area .tabnav li a.current {
    opacity:0.5;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.exhibition-area #tabcontent-report .report_section {
    margin: 0 0 30px 0;
}

.exhibition-area #tabcontent-report .report_section .note_block {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 594px;
    margin: 0 0 25px -14px;
    padding: 36px 0 0 0;
    position: relative;
    background-image: url(../img/exhibition/common/bg-note01.jpg);
    height: 877px;
}

.exhibition-area_kanto #tabcontent-report .report_section .note_block {
    background-image: url(../img/exhibition/common/bg-note02.jpg);
    height: 1050px;
}

.exhibition-area #tabcontent-report .report_section .note_block .gallery .main {
    padding: 0 0 0 30px;
}

.exhibition-area #tabcontent-report .report_section .note_block .gallery .main a:hover img {
    opacity:0.5;
}

.exhibition-area #tabcontent-report .report_section .note_block .gallery .thumb {
    padding: 16px 0 0 36px;
}

.exhibition-area #tabcontent-report .report_section .note_block .gallery .thumb li {
    float: left;
    margin: 0 4px 4px 0;
    line-height: 0;
}

.exhibition-area #tabcontent-report .report_section .note_block .comment {
    padding: 30px 0 0 36px;
    width: 509px;
}

.exhibition-area #tabcontent-report .report_section .note_block .comment li .dot {
    display: block;
    width: 12px;
    float: left;
}

.exhibition-area #tabcontent-report .report_section .note_block .comment li .txt {
    display: block;
    margin: 0 0 0 12px;
}

.exhibition-area #tabcontent-report .report_section .note_block .name {
    position: absolute;
    bottom: 46px;
    right: 39px;
}

.exhibition-area #tabcontent-report .report_section .desc_block {
    padding-bottom: 9px;
}

.exhibition-area #tabcontent-report .report_section .desc_block .data table tr th,
.exhibition-area #tabcontent-report .report_section .desc_block .data table tr td {
    padding: 0 0 21px 0;
}

.exhibition-area #tabcontent-report .report_section .desc_block .data table tr th {
    color: #cc86a8;
    padding: 0 18px 0 0;
    width: 80px;
}

.exhibition-area #tabcontent-report .report_section .desc_block .data .media .dot {
    display: block;
    width: 12px;
    float: left;
}

.exhibition-area #tabcontent-report .report_section .desc_block .data .media .txt {
    display: block;
    margin: 0 0 0 12px;
}

.exhibition-area #tabcontent-report .report_section .desc_block .event,
.exhibition-area #tabcontent-report .report_section .desc_block .movement {
    border-top: solid 1px #eeeeee;
    padding: 30px 0 30px 0;
}

.exhibition-area #tabcontent-report .report_section .desc_block .event .ttl,
.exhibition-area #tabcontent-report .report_section .desc_block .movement .ttl {
    color: #cc86a8;
    margin: 0 0 18px 0;
}

.exhibition-area #tabcontent-report .report_section .desc_block .movement li .dot {
    display: block;
    width: 12px;
    float: left;
}

.exhibition-area #tabcontent-report .report_section .desc_block .movement li .txt {
    display: block;
    margin: 0 0 0 12px;
}

.exhibition-area .fixme {
    color: red;
    margin-left: 6px;
    display: none;
}



/* ====================
 * news-archive
 * ==================== */

.news-archive .content_head {
    margin: 0 0 40px 0;
}

.news-archive .news_list {
    border-bottom: solid 1px #eeeeee;
    padding: 0 0 24px 0;
}

.news-archive .news_list .list_nav {
}

.news-archive .news_list .list_nav ul {
    float: right;
}

.news-archive .news_list .list_nav ul li {
    float: left;
}

.news-archive .news_list .list_nav ul li a,
.news-archive .news_list .list_nav ul li span {
    color: #542b2c;
    padding: 9px 6px;
}

.news-archive .news_list .list {
    margin: 16px 0 45px 0;
}

.news-archive .news_list .list ul {
}

.news-archive .news_list .list ul li.empty {
    text-align: center;
    padding: 50px 0 0 0;
}

.news-archive .news_list .list ul li.n1 {
    background: #f8f7f2;
}

.news-archive .news_list .list ul li a {
    display: block;
    padding: 6px;
}

.news-archive .news_list .list ul li a .col {
    float: left;
    display: block;
}

.news-archive .news_list .list ul li a .ttl,
.news-archive .news_list .list ul li a .date {
    text-decoration: underline;
    color: #542b2c;
}

.news-archive .news_list .list ul li a .cat {
    text-decoration: none;
}

.news-archive .news_list .list ul li a:hover .ttl,
.news-archive .news_list .list ul li a:hover .date {
    text-decoration: none;
}

.news-archive .news_list .list ul li a .ttl {
    background: url(../img/common/icon-arr1-r.png) 0 3px no-repeat;
    width: 325px;
    padding: 0 12px 0 15px;
    margin: 0 0 0 3px;
}

.news-archive .news_list .list ul li a .date {
    width: 90px;
}

.news-archive .news_list .list ul li a .cat {
    color: #cc86a8;
}



/* ====================
 * news-single
 * ==================== */

.news-single .content_head {
    margin: 0 0 50px 0;
}

.news-single .post .post_head {
}

.news-single .post .post_head .ttl_block {
    background: #f8f7f2;
    width: 100%;
    margin: 0 0 12px 0;
}

.news-single .post .post_head .ttl_block td {
    padding: 9px 0;
}

.news-single .post .post_head .ttl_block .ttl {
    font-size: 14px;
    width: 346px;
    padding-left: 12px;
}

.news-single .post .post_head .ttl_block .ttl a {
    text-decoration: none;
}

.news-single .post .post_head .ttl_block .date {
}

.news-single .post .post_head .ttl_block .cat {
    color: #cc86a8;
}

.news-single .post .post_head .social_btn {
    margin: 0 0 18px 0;
}

.news-single .post .post_head .social_btn .social_btn-inner {
    float: right;
    margin: 0 9px 0 0;
}

.news-single .post .post_head .social_btn .btn {
    float: left;
}

.news-single .post .post_content {
    margin: 0 0 50px 0;
}

.news-single .post .post_foot {
}



/* ====================
 * sub-member
 * ==================== */

.sub-member .paper_box {
    background-color: #ffffff;
}

.sub-member .paper_box .paper_box-content {
    padding: 18px;
}

.sub-member .content_head {
    margin: 0 0 36px 0;
}

.sub-member .section {
    margin: 0 0 40px 0;
}

.sub-member .section .section_ttl {
    color: #cc86a8;
    margin: 0 0 21px 0;
}

.sub-member #member_list_section .block {
    margin-bottom: 19px;
}

.sub-member #member_list_section .block .head {
}

.sub-member #member_list_section .block .head .left {
    float: left;
}

.sub-member #member_list_section .block .head .right {
    float: right;
    width: 385px;
    height: 117px;
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
}

.sub-member #member_list_section .block .head .right .name {
    font-size: 14px;
}

.sub-member #member_list_section .block .head .right .sub {
}

.sub-member #member_list_section .block .head .right .fb {
    padding: 40px 0 0 0;
}

.sub-member #member_list_section .block .head .right .fb a {
    background: url(../img/common/icon-fb_red.zzjpg) 0 50% no-repeat;
    padding: 4px;
    padding-left: 24px;
}

.sub-member #member_list_section .block .body {
    padding: 12px 0 0 0;
}

.sub-member #info_section {
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
    padding-bottom: 30px;
}



/* ====================
 * sub-contact
 * ==================== */

.sub-contact .content_head {
    margin: 0 0 45px 0;
}

.sub-contact .section {
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
    padding-bottom: 80px;
}

.sub-contact .section .section_ttl {
    color: #cc86a8;
    margin: 0 0 56px 0;
}

.sub-contact .section .section_content .address {
    margin: 0 0 21px 0;
}

.sub-contact .section .section_content .data {
    margin: 0 0 43px 0;
}

.sub-contact .section .section_content .data .tel {
}

.sub-contact .section .section_content .data .tel .txtimg {
    float: left;
}

.sub-contact .section .section_content .data .tel .sub {
    float: left;
    margin: 21px 0 0 10px;
}



/* ====================
 * sub-privacy
 * ==================== */

.sub-privacy .content_head {
    margin: 0 0 48px 0;
}

.sub-privacy .section {
    background: url(../img/common/paper-border-b.png) 0 100% repeat-x;
    padding-bottom: 18px;
}

.sub-privacy .section .section_ttl {
    margin: 0 0 26px 0;
}

.sub-privacy .section .section_content .block {
    margin: 0 0 26px 0;
}

.sub-privacy .section .section_content .block .block_ttl {
    color: #cc86a8;
    margin: 0 0 3px 0;
}

.sub-privacy .section .section_content .block .block_content {
}

.sub-privacy .section .section_content .block .block_content .txt-r {
    text-align: right;
}



/* ====================
 * exhibition_2015_osaka
 * ==================== */

#main_col.exhibition_2015_osaka .head {
    margin: 0 0 15px 0;
}

#main_col.exhibition_2015_osaka .social_btn-inner {
    float: right;
}

#main_col.exhibition_2015_osaka .social_btn .btn {
    float: left;
}

#main_col.exhibition_2015_osaka .social_btn .twitter {
    width: 100px;
}

#main_col.exhibition_2015_osaka .facebook_comment {
    margin: 80px 0 0 0;
}

#main_col.exhibition_2015_osaka .block {
    margin-top: 60px;
}

#main_col.exhibition_2015_osaka .block h2 {
    background: #005C17;
    padding: 14px 18px;
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
}

#main_col.exhibition_2015_osaka .block .intoro {
    margin: 20px 0 0 0;
    font-size: 14px;
}

#main_col.exhibition_2015_osaka .block .intoro p {
    margin-top: 9px;
}

#main_col.exhibition_2015_osaka .block .intoro p:first-child {
    margin-top: 0;
}

#main_col.exhibition_2015_osaka .block .info {
    margin: 20px 0 0 0;
    background: #F7F7F2;
    padding: 20px;
}

#main_col.exhibition_2015_osaka .block .info .data {
    font-size: 16px;
}

#main_col.exhibition_2015_osaka .block .info .data .small {
    font-size: 12px;
}

#main_col.exhibition_2015_osaka .block .info .schedule {
    margin: 22px 0 0 0;
}

#main_col.exhibition_2015_osaka .block .info .schedule .ttl1 {
    margin: 0 0 15px 0;
}

#main_col.exhibition_2015_osaka .block .info .schedule .ttl1 .box {
    background: #585858;
    padding: 6px 12px;
    color: #fff;
    border-radius: 3px;
}

#main_col.exhibition_2015_osaka .block .info .schedule .ttl1 .pdf {
    margin: 0 0 0 9px;
}


#main_col.exhibition_2015_osaka .block .info .schedule .ttl2 {
    font-weight: bold;
    margin: 0 0 9px 0;
}

#main_col.exhibition_2015_osaka .block .info .schedule .txt {
    margin: 0 0 9px 0;
}

#main_col.exhibition_2015_osaka .block .info .schedule .txt .subbox {
    border: dotted 1px #585858;
    font-size: 10px;
    line-height: 1.4;
    padding: 7px 8px;
    margin: 5px 12px 16px;
}

#main_col.exhibition_2015_osaka .block .buttons {
}

#main_col.exhibition_2015_osaka .block .buttons .item {
    margin: 20px 0 0 0;
}

#main_col.exhibition_2015_osaka .block .buttons .item .ttl {
    font-weight: bold;
    font-size: 14px;
}

#main_col.exhibition_2015_osaka .block .buttons .item .txt {
}

#main_col.exhibition_2015_osaka .block .buttons .item .buttonWrap {
    margin: 6px 0 0 0;
    padding: 20px 0;
    border-radius: 8px;
}

#main_col.exhibition_2015_osaka .block .buttons .item.entry .buttonWrap {
    background: #D9EDF7;
}

#main_col.exhibition_2015_osaka .block .buttons .item.cancel .buttonWrap {
    background: #F2DEDE;
}

#main_col.exhibition_2015_osaka .block .buttons .item .buttonWrap .button {
    margin: 0 auto;
    padding: .2em .4em;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

#main_col.exhibition_2015_osaka .block .buttons .item.entry .buttonWrap .button {
    background: #0085CC;
    border: 1px solid #0062B8;
    border-bottom-color: #00529A;
}

#main_col.exhibition_2015_osaka .block .buttons .item.entry .buttonWrap .button:hover {
    background-color: #04C;
}

#main_col.exhibition_2015_osaka .block .buttons .item.cancel .buttonWrap .button {
    background: #EC5D59;
    border: 1px solid #C54742;
    border-bottom-color: #A43B37;
}

#main_col.exhibition_2015_osaka .block .buttons .item.cancel .buttonWrap .button:hover {
    background-color: #BD362F;
}

#main_col.exhibition_2015_osaka .block .buttons .sub {
    margin: 20px 0 0 0;
}

#main_col.exhibition_2015_osaka .block.opening {
    margin-top: 50px;
}

#main_col.exhibition_2015_osaka .map {
    margin: 80px 0 0 0;
    padding: 50px 0;
    border-top: dotted 1px #585858;
    border-bottom: dotted 1px #585858;
}

#main_col.exhibition_2015_osaka .map h2 {
    font-size: 21px;
    color: #005C17;
    line-height: 1.4;
    padding: 0 0 18px;
}

#main_col.exhibition_2015_osaka .map .txt {
    margin: 9px 0 0 0;
    font-size: 14px;
}

#main_col.exhibition_2015_osaka .map .txt p {
    margin-top: 9px;
}

#main_col.exhibition_2015_osaka .map .txt p:first-child {
    margin-top: 0;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi {
    margin: 80px 0 0 0;
}

#main_col.exhibition_2015_osaka .foot_info {
    margin: 50px 0 0 0;
    padding-top: 6px;
    border-top: solid 1px #585858;
    font-size: 10px;
}

#main_col.exhibition_2015_osaka .foot_info a {
    text-decoration: none;
}

#main_col.exhibition_2015_osaka .foot_info a:hover {
    text-decoration: underline;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi {
    padding: 50px 35px;
    background: #94bf50;
    color: #fff;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi a {
    color: #fff;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .title {
    margin: 0 0 27px 0;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .block1 {
    margin: 0 0 21px 0;
    padding: 0 0 25px 0;
    background: url(../img/2015entry/index/dot_line.jpg) 0 100% repeat-x;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .block2 {
    font-size: 10px;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .txt {
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .imgs {
    margin: 20px 0 0 30px;
}

#main_col.exhibition_2015_osaka .machiomoi_machiokoshi .imgs li {
    float: left;
    margin: 0 27px 0 0;
    line-height: 1.5;
    text-align: center;
}



/* ====================
 * 2015entry
 * ==================== */

#main_col.entry2015 {
    padding-bottom: 20px;
}

#main_col.entry2015 .head {
    margin: 0 0 15px 0;
}

#main_col.entry2015 .social_btn-inner {
    float: right;
}

#main_col.entry2015 .social_btn .btn {
    float: left;
}

#main_col.entry2015 .social_btn .twitter {
    width: 100px;
}

#main_col.entry2015 .facebook_comment {
    margin: 100px 0 0 0;
}

#main_col.entry2015 .intro {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', serif;
    font-size: 14px;
    margin: 30px 0 50px 0;
}

#main_col.entry2015 .pdf_download {
    padding: 18px;
    background: #eee;
    margin-bottom: 50px;
}

#main_col.entry2015 .pdf_download .link {
    display: inline-block;
    padding: 7px 12px;
    background: #e83842;
    color: white;
    float: right;
    margin-left: 12px;
}

#main_col.entry2015 .pdf_download .txt {
    text-align: right;
    line-height: 1.5;
}

#main_col.entry2015 .machiomoi_machiokoshi {
    padding: 50px 35px;
    background: #94bf50;
    color: #fff;
}

#main_col.entry2015 .machiomoi_machiokoshi a {
    color: #fff;
}

#main_col.entry2015 .machiomoi_machiokoshi .title {
    margin: 0 0 27px 0;
}

#main_col.entry2015 .machiomoi_machiokoshi .block1 {
    margin: 0 0 21px 0;
    padding: 0 0 25px 0;
    background: url(../img/2015entry/index/dot_line.jpg) 0 100% repeat-x;
}

#main_col.entry2015 .machiomoi_machiokoshi .block2 {
    font-size: 10px;
}

#main_col.entry2015 .machiomoi_machiokoshi .txt {
}

#main_col.entry2015 .machiomoi_machiokoshi .imgs {
    margin: 20px 0 0 30px;
}

#main_col.entry2015 .machiomoi_machiokoshi .imgs li {
    float: left;
    margin: 0 27px 0 0;
    line-height: 1.5;
    text-align: center;
}

#main_col.entry2015 .section {
    margin: 110px 0 0 0;
}

#main_col.entry2015 .section h2 {
    background: #94bf50;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px 0;
}

#main_col.entry2015 .section .section_body {
    padding: 0 6px;
}

#main_col.entry2015 .section em {
    color: #F13E3C;
    font-style: normal;
}

#main_col.entry2015 .section .dl_wrap {
}

#main_col.entry2015 .section .dl_wrap dl {
}

#main_col.entry2015 .section .dl_wrap dt {
    float: left;
    font-weight: bold;
}

#main_col.entry2015 .section .dl_wrap dd {
    margin: 0 0 12px 153px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}
#main_col.entry2015 .section2 .dl_wrap dd {
    margin: 0 0 12px 153px;
    padding-left: 6px;
    border-left: solid 3px #fff;
}

#main_col.entry2015 .section ul.list {
    margin-left: 15px;
}

#main_col.entry2015 .section ul.list li {
    list-style: disc;
    margin-bottom: 12px;
}

#main_col.entry2015 .section .btn {
    margin: 9px 0 6px 0;
    padding: 6px 0;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 250px;
    color: #E83842;
    background-color: #F0F0F0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(205, 205, 205, 0.75);
    text-decoration: none;
}

#main_col.entry2015 .section .btn:not(span):hover {
    background-color: #F9F9F9;
}

#main_col.entry2015 .gaiyo_section .annotation {
    text-align: right;
}
#main_col.entry2015 .gaiyo_section2 .annotation {
    text-align: right;
}

#main_col.entry2015 .yokou_section .txt {
    margin: 0 0 40px 0;
}

#main_col.entry2015 .yokou_section .entry_date {
}

#main_col.entry2015 .yokou_section .entry_date .n {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}

#main_col.entry2015 .yokou_section .entry_date .t {
    font-weight: bold;
    color: #323228;
}

#main_col.entry2015 .yokou_section .close_message {
    color: #F13E3C;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
}

#main_col.entry2015 .kyotu_rulu_section .txt {
    margin-top: 25px;
}

#main_col.entry2015 .movie_rulu_section .list {
    margin-bottom: 30px;
}

#main_col.entry2015 .movie_rulu_section .movie_sozai {
}

#main_col.entry2015 .movie_rulu_section .dl_wrap {
    margin-bottom: 21px;
}

#main_col.entry2015 .movie_rulu_section .movie_sozai {
    margin-bottom: 30px;
}

#main_col.entry2015 .movie_rulu_section .movie_sozai .movie_sozai_ttl {
    font-size: 18px;
    color: #F13E3C;
    margin-bottom: 12px;
}

#main_col.entry2015 .movie_rulu_section .movie_sozai .movie_sozai_txt {
}

/* ====================
 * 2016entry
 * ==================== */

#main.entry2016 {
    padding-bottom: 20px;
}

#main.entry2016 .head {
    margin: 0 0 100px 0;
}

#main.entry2016 .social_btn-inner {
    /*float: right;*/
    margin-top: 20px;
}

#main.entry2016 .social_btn .btn {
    float: left;
}

#main.entry2016 .social_btn .twitter {
    width: 100px;
}

#main.entry2016 .facebook_comment {
    margin: 100px 0 0 0;
}

#main.entry2016 .page_title {
    font-size: 45px;
    line-height: 1.1;
    font-family: "黎ミンY20 M", serif;
    color: #000;
    text-align: center;
    border-bottom: solid 2px #bcbcbc;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 100px;
}


#main.entry2016 .intro {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', serif;
    font-size: 14px;
    margin: 30px 0 50px 0;
}

#main.entry2016 .pdf_download {
    padding: 18px;
    background: #eee;
    margin-bottom: 50px;
}

#main.entry2016 .pdf_download .link {
    display: inline-block;
    padding: 7px 12px;
    background: #e83842;
    color: white;
    float: right;
    margin-left: 12px;
}

#main.entry2016 .pdf_download .txt {
    text-align: right;
    line-height: 1.5;
}

#main.entry2016 .section_body p {
    
    font-size: 16px;
    margin-top: 30px;
    font-family: "黎ミンY20 M", serif;
}

#main.entry2016 .section {
    margin: 110px 0 0 0;
}

#main.entry2016 .section h2 {
    background: #ffcb00;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}

#main.entry2016 .section .section_body {
    padding: 0 10px;
    margin-bottom: 20px;
}

#main.entry2016 .section em {
    color: #F13E3C;
    font-style: normal;
}

#main.entry2016 .section .dl_wrap {
font-size: 14px;
}

#main.entry2016 .section .dl_wrap dl {
}

#main.entry2016 .section .dl_wrap dt {
    float: left;
    font-weight: bold;
}

#main.entry2016 .section .dl_wrap dd {
    margin: 0 0 12px 153px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}
#main.entry2016 .section2 .dl_wrap dd {
    margin: 0 0 12px 153px;
    padding-left: 6px;
    border-left: solid 3px #fff;
}

#main.entry2016 .section ul.list {
    margin-left: 15px;
    font-size: 14px;
}

#main.entry2016 .section ul.list li {
    list-style: disc;
    margin-bottom: 12px;
}

#main.entry2016 .section .btn {
    margin: 9px 0 6px 0;
    padding: 6px 0;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 250px;
    color: #E83842;
    background-color: #F0F0F0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(205, 205, 205, 0.75);
    text-decoration: none;
}

#main.entry2016 .section .btn:not(span):hover {
    background-color: #F9F9F9;
}

#main.entry2016 .gaiyo_section .annotation {
    text-align: right;
}
#main.entry2016 .gaiyo_section2 .annotation {
    text-align: right;
}

#main.entry2016 span.b {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}
#main.entry2016 span.b2 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}

#main.entry2016 .caution_ttl {
    font-size: 18px;
    color: #F13E3C;
    
}

#main.entry2016 .txt {
    margin: 0 0 40px 0;
    font-size: 14px;
}

#main.entry2016 .entry_date {
}

#main.entry2016 .entry_date .n {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}

#main.entry2016 .entry_date .t {
    font-weight: bold;
    color: #323228;
}
#main.entry2016 .gaiyo_section .dl_wrap{
  font-family: "黎ミンY20 M", serif;
  font-size: 15px;
}
#main.entry2016 .gaiyo_section2 .dl_wrap{
  font-size: 15px;
}

#main.entry2016 .gaiyo_section .dl_wrap dd{
  border: none!important;
}
#main.entry2016 .gaiyo_section2 .dl_wrap dd{
  border: none!important;
}

#main.entry2016 .yokou_section .close_message {
    color: #F13E3C;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
}

#main.entry2016 .kyotu_rulu_section .txt {
    margin-top: 25px;
    
}

#main.entry2016 .movie_rulu_section .list {
    margin-bottom: 30px;
}

#main.entry2016 .movie_rulu_section .movie_sozai {
}

#main.entry2016 .movie_rulu_section .dl_wrap {
    margin-bottom: 21px;
}

#main.entry2016 .movie_rulu_section .movie_sozai {
    margin-bottom: 30px;
}

#main.entry2016 .movie_rulu_section .movie_sozai .movie_sozai_ttl {
    font-size: 18px;
    color: #F13E3C;
    margin-bottom: 12px;
}

#main.entry2016 .movie_rulu_section .movie_sozai .movie_sozai_txt {
}

#main.entry2016 p.sample-dl{
  font: 14px/1.75 "Osaka","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  
  
}
#main.entry2016 p.sample-dl a:link, #main.entry2016 p.sample-dl a:visited{
    border-bottom: 1px dashed #ffcb00;
    color: #ffbb00;
    text-decoration: none!important;
}


/* ====================
 * 2016exhibition
 * ==================== */
#main.exhibition_2016_osaka {
    padding-bottom: 20px;
}
#main.exhibition_2016_osaka .section {
    margin: 50px 0 0 0;
}
#main.exhibition_2016_osaka a:link, a:visited {
    color: #e8437d;
}


#main.exhibition_2016_osaka .head {
    margin: 0 0 20px 0;
}

#main.exhibition_2016_osaka .social_btn-inner {
    /*float: right;*/
    margin-top: 20px;
}

#main.exhibition_2016_osaka .social_btn .btn {
    float: left;
}

#main.exhibition_2016_osaka .social_btn .twitter {
    width: 100px;
}

#main.exhibition_2016_osaka .facebook_comment {
    margin: 100px 0 0 0;
}

#main.exhibition_2016_osaka .page_title {
    font-size: 35px;
    line-height: 1.1;
    font-family: "黎ミンY20 M", serif;
    color: #000;
    text-align: center;
    border-bottom: solid 2px #bcbcbc;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 50px;
}
#main.exhibition_2016_osaka .intro {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', serif;
    font-size: 14px;
    margin: 30px 0 50px 0;
}
#main.exhibition_2016_osaka .section_body p {
    
    font-size: 16px;
    margin-top: 30px;
    font-family: "黎ミンY20 M", serif;
}
#main.exhibition_2016_osaka .section h2 {
    background: #000;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}

#main.exhibition_2016_osaka .section .section_body {
    padding: 0 10px;
    margin-bottom: 20px;
}

#main.exhibition_2016_osaka .section .dl_wrap {
font-size: 14px;
}

#main.exhibition_2016_osaka .section .dl_wrap dt {
    float: left;
    font-weight: bold;
}

#main.exhibition_2016_osaka .section .dl_wrap dd {
    margin: 0 0 12px 53px;
    padding-left: 6px;
    
}
#main.exhibition_2016_osaka .event .dl_wrap{
  background-color: #f7f7f2;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}

#main.exhibition_2016_osaka span.event_date {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}

#main.exhibition_2016_osaka .page_title2 {
    font-size: 25px;
    line-height: 1.1;
    font-family: "黎ミンY20 M", serif;
    color: #000;
    text-align: center;
}
#main.exhibition_2016_osaka .lead_catch{
    background-color: #f7f7f2;
    border-radius: 10px;
    padding: 30px;
 }
#main.exhibition_2016_osaka .buttons {
   font-family: "黎ミンY20 M", serif;
}

#main.exhibition_2016_osaka .buttons .item {
    margin: 20px 2% 0 0;
    width: 49%;
    float: left;
}
#main.exhibition_2016_osaka .buttons .item.cancel{
  margin: 20px 0 0 0!important;
}
#main.exhibition_2016_osaka .buttons .item .ttl {
    font-weight: bold;
    font-size: 15px;
    display: inline;
}

#main.exhibition_2016_osaka .buttons .item .txt {
font-size: 14px;
font-weight: normal;
display: inline;
}

#main.exhibition_2016_osaka .buttons .item .buttonWrap {
    margin: 6px 0 0 0;
    padding: 20px 0;
    border-radius: 8px;
}

#main.exhibition_2016_osaka .buttons .item.entry .buttonWrap {
    background: #D9EDF7;
}

#main.exhibition_2016_osaka .buttons .item.cancel .buttonWrap {
    background: #F2DEDE;
}

#main.exhibition_2016_osaka .buttons .item .buttonWrap .button {
    margin: 0 auto;
    padding: .2em .4em;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

#main.exhibition_2016_osaka .buttons .item.entry .buttonWrap .button {
    background: #0085CC;
    border: 1px solid #0062B8;
    border-bottom-color: #00529A;
}

#main.exhibition_2016_osaka .buttons .item.entry .buttonWrap .button:hover {
    background-color: #04C;
}

#main.exhibition_2016_osaka .buttons .item.cancel .buttonWrap .button {
    background: #EC5D59;
    border: 1px solid #C54742;
    border-bottom-color: #A43B37;
}

#main.exhibition_2016_osaka .buttons .item.cancel .buttonWrap .button:hover {
    background-color: #BD362F;
}

#main.exhibition_2016_osaka .buttons .sub {
    margin: 20px 0 0 0;
    font-size: 13px;
}
#main.exhibition_2016_osaka .section .dl_wrap .schedule dl{
padding-left: 10px;
}
#main.exhibition_2016_osaka .section .dl_wrap .schedule dl.schedule_inner{
padding-left:35px;
}
#main.exhibition_2016_osaka .section .dl_wrap .schedule dt{
width: 7em;
}
#main.exhibition_2016_osaka .section .dl_wrap .schedule dd{
margin: 0 0 0.5em 7em;
}
h4#schedule_title{
    background: #D9EDF7;
  color: #0085CC;
  font-family: "黎ミンY20 M",serif;
  font-size: 18px;
  padding: 2px;
  margin-bottom: 10px;
  text-align: center;
}

h4.event_title {
    font-size: 1.8rem;
    margin: 5px 0 0;
    width: 10em;
}

.event_info {
    border-left: 1px dashed #999;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 5px 15px 0;
}
.unstyled {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
}
.pull_left{
  float: left;
}

/* ====================
 * 2017entry
 * ==================== */

#main.entry2017 {
    padding-bottom: 20px;
}

#main.entry2017 .head {
    margin: 0 0 30px 0;
}

#main.entry2017 .social_btn-inner {
    /*float: right;*/
    margin-top: 20px;
}

#main.entry2017 .social_btn .btn {
    float: left;
}

#main.entry2017 .social_btn .twitter {
    width: 100px;
}

#main.entry2017 .facebook_comment {
    margin: 100px 0 0 0;
}

#main.entry2017 .page_title {
    font-size: 45px;
    line-height: 1.1;
    font-family: "黎ミンY20 M", serif;
    color: #000;
    text-align: center;
    border-bottom: solid 2px #bcbcbc;
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 100px;
}


#main.entry2017 .intro {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', serif;
    font-size: 14px;
    margin: 30px 0 50px 0;
}



#main.entry2017 .section {
    margin: 20px 0 0 0;
    
}
#main.entry2017 .lead_catch {
    background-color: #f7f7f2;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}
#main.entry2017 .page_title2 {
    color: #000;
    font-family: "黎ミンY20 M",serif;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
}

#main.entry2017 .page_title3 {
    color: #000;
    font-family: "黎ミンY20 M",serif;
    font-size: 15px;
    line-height: 1.1;
    text-align: center;
}
#main.entry2017 .page_title4 {
    color: #fff;
    font-family: "黎ミンY20 M",serif;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
}
#main.entry2017 .page_title5 {

    font-family: "黎ミンY20 M",serif;
    font-size: 34px;
    line-height: 1.6;
    text-align: center;
}
#main.entry2017 .page_title6{
    color: #86707a;
    font-family: "黎ミンY20 M",serif;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
}

#main.entry2017 .section h2 {
    background: #0064b3;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section h2.winter {
    background: #9aeaf2;
    padding: 9px;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section h2.aw {
    background: #1dc56d;
    padding: 9px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}

#main.entry2017 h3.catch{
  text-align: center;
  font-size: 20px;
  font-family: "黎ミンY20 M", serif;
  margin-top: 30px;
} 
#main.entry2017 h3.reseption{
  text-align: left;
  font-size: 20px;
  font-family: "黎ミンY20 M", serif;
    margin-top: 30px;
} 
#main.entry2017 .section h4.exhibi {
    background: #ffeb99;
    padding: 9px;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section .section_body {
    padding: 0 10px;
    margin-bottom: 20px;
}
.section_body img {
  margin-top: 15px;
}
#main.entry2017 .section_body p {
    font-size: 16px;
    margin-top: 30px;
    font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section_body p.read{
  text-align: center;
}
#main.entry2017 .section_body p.read_02{
  
  font-size: 13.5px;
  margin-top: 20px;
  font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section_body p.description {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "黎ミンY20 M", serif;
}
#main.entry2017 .section_body p.description02 {
    border: 1px solid;
    border-radius: 10px;
    font-family: "黎ミンY20 M",serif;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px;
}
#main.entry2017 .section em {
    color: #F13E3C;
    font-style: normal;
}

#main.entry2017 .section .dl_wrap {
font-size: 14px;
}

#main.entry2017 .section .dl_wrap dl {
}

#main.entry2017 .section .dl_wrap dt {
    float: left;
    font-weight: bold;
    font-size: 15px;
}
#main.entry2017 .section .dl_wrap dt.schedule01 {
    width: 240px;
    margin-left: 10px;
}
#main.entry2017 .section .dl_wrap dt.schedule10 {
    width: 240px;
    margin-left: 10px;
}
#main.entry2017 .section .dl_wrap dt.bg_gray {
    text-align: center;
    background-color: #ddd;
    width: 100px;
}
#main.entry2017 .section .dl_wrap dt.bg_gray_02 {
    text-align: center;
    background-color: #ddd;
    width: 150px;
   
}
#main.entry2017 .section .dl_wrap dd {
    margin: 0 0 12px 105px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}
#main.entry2017 .section .dl_wrap dd.b-width {
    margin: 0 0 12px 165px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}
#main.entry2017 .section .dl_wrap dd {
    margin: 0 0 12px 105px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}
#main.entry2017 .section .dl_wrap dd.b-width {
    margin: 0 0 12px 165px;
    padding-left: 6px;
    border-left: solid 3px #cccccc;
}

#main.entry2017 .section .dl_wrap dd.schedule02 {
    margin: 0 0 12px 155px;
    border: none;
   }
   #main.entry2017 .section .dl_wrap dd.schedule11 {
    margin: 0 0 12px 140px;
    border: none;
   }
#main.entry2017 .section ul.list {
    margin-left: 15px;
    font-size: 14px;
}

#main.entry2017 .section ul.list li {
    list-style: disc;
    margin-bottom: 12px;
}
#main.entry2017 .section ul.list li.nomark {
    list-style: none!important;

}

.btn2{
  margin: 9px 0 6px 0;
  border: 1px solid #999;
  background-color: #999;
    padding: 0 10px;
    display: inline-block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  
}
a span.btn2 {
  text-decoration: none;
  color: #fff;
}
a:hover span.btn2{
  background: #ccc;
}
#main.entry2017 .section .btn{
    margin: 9px 0 6px 0;
    padding: 6px 0;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 250px;
    /*color: #E83842;*/
    background-color: #F0F0F0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(205, 205, 205, 0.75);
    text-decoration: none;
}

#main.entry2017 .lead_catch .btn {
    margin: 9px 0 6px 0;
    padding: 3px 0;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 250px;
    color: ;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(205, 205, 205, 0.75);
    text-decoration: none;
}

#main.entry2017 .event_post{
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding:0 10px 20px;
}
#main.entry2017 .event_post img{
  float: left;
  width: 350px;
  margin-right: 20px;
}
a:hover span.btn{
  opacity: 0.6;
}

#main.entry2017 .event_box{
  width: 300px;
  padding: 10px;
  float: left;
  text-align: center;
}
#main.entry2017 .event_box:first-child{
  padding-left: 0;
}
#main.entry2017 .event_box:last-child{
  padding-right: 0;
}
#main.entry2017 .event_box span.event_ttl{
  font-family: "黎ミンY20 M",serif;
  font-size: 15px;    
  margin-left: -10px;
}
#main.entry2017 .event_box p{
  font-size: 13px;
  margin:10px 0; 
  text-align: left;
}
#main.entry2017 .event_box img{
  margin: 0 auto;
  width: 300px;
}

#main.entry2017 .section .btn:not(span):hover {
    background-color: #F9F9F9;
}

#main.entry2017 span.b {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}
#main.entry2017 span.b2 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
}
#main.entry2017 span.b3 {
    font-size: 16px;
    font-weight: bold;
    color: #323228;
}

#main.entry2017 .caution_ttl {
    font-size: 18px;
    color: #F13E3C;
    
}

#main.entry2017 .txt {
    margin: 0 0 40px 0;
    font-size: 14px;
}

#main.entry2017 .entry_date {
}

#main.entry2017 .entry_date .n {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}

#main.entry2017 .entry_date .t {
    font-weight: bold;
    color: #323228;
}
#main.entry2017 .gaiyo_section .annotation {
    text-align: right;
}


#main.entry2017 .gaiyo_section .dl_wrap{
  font-family: "黎ミンY20 M", serif;
  font-size: 15px;
}


#main.entry2017 .gaiyo_section .dl_wrap dd{
  border: none!important;
}


#main.entry2017 .yokou_section .close_message {
    color: #F13E3C;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0;
}

#main.entry2017 .kyotu_rulu_section .txt {
    margin-top: 25px;
    
}

.machiomoi_cal2016_table td{
  padding: 10px 10px 10px 0;
}

.machiomoi_cal2016_table td .ttl{
  text-align: center;
  font-family: "黎ミンY20 M", serif;
}
.machiomoi_cal2016_table td .img{
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #ddd;
}
span.ref_yucho{
  border: 1px solid #f13e3c;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 5px;
  color: #f13e3c;
  margin-bottom: 10px;
}
.right_img{
  float: right;
}
.left_list{
  width: 600px;
  float: left;
}
#movie_sec{
  margin-bottom: 20px;
}
#movie_sec dt{
  text-indent: 1em;
}
#main.entry2017 .section #movie_sec.dl_wrap dd{
  margin-left: 150px;
}
h3.section_ttl{
    text-align: left;
    text-decoration: underline;
    font-size: 18px;
}

a.pdf-link{
  background: #e83842 none repeat scroll 0 0;
      color: white;
      display: inline-block;
      float: right;
      margin-left: 12px;
      padding: 7px 12px;
}
a.pdf-link2{
  background: #e83842 none repeat scroll 0 0;
      color: white;
      display: inline-block;
      /*float: right;
      margin-left: 12px;*/
      padding: 7px 12px;
}
#main.entry2017 span.event_date {
    font-size: 18px;
    font-weight: bold;
    color: #323228;
}

/* ====================
 * message
 * ==================== */

#message .intro {
    font-size: 16px;
    margin-top: 50px;
    font-family: "黎ミンY20 M", serif;
}
 
#message  .social_btn-inner {
     /*float: right;*/
     margin-top: 20px;
 }
 
#message  .social_btn .btn {
     float: left;
 }
 
#message  .social_btn .twitter {
     width: 100px;
 }

.toHome a {
    background: rgba(0, 0, 0, 0) url("../img/common/icon-arr2-r.png") no-repeat scroll 0 50%;
    margin-top: 20px;
    display: block;
    padding-left: 18px;
}


/* ====================
 * quire-archive
 * ==================== */

body.quire-archive {
    background: #F7F7F7;
}

body.quire-archive #content,
body.quire-archive .footer_inner {
    width: 900px;
    padding: 0 30px;
}

/* head_block */

body.quire-archive #content .head_block {
    padding: 35px 0 30px 0;
}

body.quire-archive #content .head_block .page_title {
    font-size: 60px;
    line-height: 1.1;
    font-family: "黎ミンY20 M", serif;
    color: #000;
    text-align: center;
    border-bottom: solid 2px #bcbcbc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

body.quire-archive #content .head_block .pankuzu {
    font-size: 15px;
    margin-top: 3px;
    padding-left: 6px;
    font-family: "黎ミンY20 M", serif;
}

/* intro_block */

body.quire-archive #content .intro_block {
    font-size: 20px;
    font-family: "黎ミンY20 M", serif;
    margin-bottom: 30px;
}

/* map_block */

body.quire-archive #content .map_block .map {
    background: url(../img/quire/map.png) 0 0 no-repeat;
    width: 415px;
    height: 490px;
    float: left;
    margin-left: 13px;
    position: relative;
}

body.quire-archive #content .map_block .map .area_link {
    font-size: 20px;
    font-family: "黎ミンY20 M", serif;
    text-decoration: none;
    position: absolute;
    color: #000;
    cursor: pointer;
}

body.quire-archive #content .map_block .map .area_link.area_01 { top: 49px; left: 204px; }
body.quire-archive #content .map_block .map .area_link.area_02 { top: 214px; left: 311px; }
body.quire-archive #content .map_block .map .area_link.area_03 { top: 284px; left: 286px; }
body.quire-archive #content .map_block .map .area_link.area_04 { top: 192px; left: 170px; }
body.quire-archive #content .map_block .map .area_link.area_05 { top: 316px; left: 197px;}
body.quire-archive #content .map_block .map .area_link.area_06 { top: 247px; left: 70px; }
body.quire-archive #content .map_block .map .area_link.area_07 { top: 343px; left: 104px; }
body.quire-archive #content .map_block .map .area_link.area_08 { top: 408px; left: 10px; }
body.quire-archive #content .map_block .map .area_link.area_09 { top: 408px; left: 350px; }

body.quire-archive #content .map_block .nav {
    float: left;
    margin-top: 15px;
    margin-left: 60px;
}

body.quire-archive #content .map_block .nav .area {
    margin-bottom: 15px;
}

body.quire-archive #content .map_block .nav .ttl {
    font-size: 17px;
    font-family: "黎ミンY20 M", serif;
    line-height: 1.2;
}

body.quire-archive #content .map_block .nav .ttl .link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

body.quire-archive #content .map_block .nav .area ul {
}

body.quire-archive #content .map_block .nav .area ul li {
    display: inline;
    font-size: 14px;
    margin-right: 10px;
    font-family: "黎ミンY20 M", serif;
}

body.quire-archive #content .map_block .nav .area ul li .prefecture_link {
    color: #552C2C;
    cursor: pointer;
    text-decoration: underline;
}

body.quire-archive #content .map_block .nav .area ul li .prefecture_link:hover {
    text-decoration: none;
}

body.quire-archive #content .map_block .nav .exhibitors_year,
body.quire-archive #content .map_block .nav .youtube
{
    border-top: dotted 1px #bcbcbc;
    padding-top: 15px;
}

body.quire-archive #content .map_block .nav .youtube .link {
    color: #552C2C;
    font-size: 14px;
    font-family: "黎ミンY20 M", serif;
}

/* note_block */

body.quire-archive #content .note_block {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #8c8c8c;
}





/* book_list_block */

body.quire-archive #content .book_list_block {
    overflow: hidden;
}

body.quire-archive #content .book_list_block .area_list {
    padding-top: 15px;
}

body.quire-archive #content .book_list_block .area_list .area {
}

body.quire-archive #content .book_list_block .area_list .area .area_ttl {
    font-family: "黎ミンY20 M", serif;
    font-size: 48px;
    line-height: 1.1;
    color: #000;
    border-bottom: solid 2px #bcbcbc;
}

body.quire-archive #content .book_list_block .area_list .prefecture_link_list {
    margin-top: 12px;
}

body.quire-archive #content .book_list_block .area_list .prefecture_link_list .prefecture_link {
    float: left;
    padding: 3px 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 6px;

    color: #000;
    cursor: pointer;
    text-decoration: underline;
    font-family: "黎ミンY20 M", serif;
    font-size: 18px;
}

body.quire-archive #content .book_list_block .area_list .prefecture_link_list .prefecture_link:hover,
body.quire-archive #content .book_list_block .area_list .prefecture_link_list .prefecture_link.current {
    background-color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

body.quire-archive #content .book_list_block .area_list .prefecture_link_list .prefecture_link:first-child {
    margin-left: 0;
}

body.quire-archive #content .book_list_block .area_list .area .book_list {
    margin-top: 30px;
    padding: 0 3px;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .item {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 128px;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .item:nth-child(6n) {
    margin-right: 0;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .item:nth-child(6n+1) {
    clear: both;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .item .empty_txt,
body.quire-archive #content .book_list_block .area_list .area .book_list .item .ttl,
body.quire-archive #content .book_list_block .area_list .area .book_list .item .img {
    display: block;
    padding: 3px;
    width: 120px;
    height: 120px;
    border: solid 1px #bcbcbc;
    margin-bottom: 3px;
    position: relative;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .link {
    display: block;
    text-decoration: none;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .img .movie_icon {
    display: none;
    font-family: "黎ミンY20 M", serif;
    font-weight: bold;
    color: #000;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
    border: solid 1px #000;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
    padding: 1px 2px;
    background: #fff;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.type-movie .img .movie_icon {
    display: inline;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .link {
    cursor: default;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .txt {
    display: block;
    text-align: center;
    font-size: 14px;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.load_state-init .img,
body.quire-archive #content .book_list_block .area_list .area .book_list .book.load_state-loading .img {
    background-image: url(../img/quire/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .img img {
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.load_state-init .img img,
body.quire-archive #content .book_list_block .area_list .area .book_list .book.load_state-loading .img img {
    opacity: 0;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.load_state-loaded .img img {
    opacity: 1;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book .img .error_message {
    display: none;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.ajax_load_error .img .ajax_load_error_message {
    display: table-cell;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.image_load_error .img .image_load_error_message {
    display: table-cell;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.ajax_load_complete .link {
    cursor: pointer;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.ajax_load_complete .link:hover {
    opacity:0.5;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.ajax_load_complete .link .txt {
    text-decoration: underline;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .book.ajax_load_complete .link:hover .txt {
    text-decoration: none;
}


body.quire-archive #content .book_list_block .area_list .area .book_list .prefecture_ttl .ttl {
    font-family: "黎ミンY20 M", serif;
    font-size: 28px;
    color: #100964;
    line-height: 120px;
    text-align: center;
}

@-webkit-keyframes prefecture_ttl_anim {
  0%   { background-color: rgba(220,220,220,0); }
  100% { background-color: rgba(220,220,220,1); }
}

@keyframes prefecture_ttl_anim {
  0%   { background-color: rgba(220,220,220,0); }
  100% { background-color: rgba(220,220,220,1); }
}

body.quire-archive #content .book_list_block .area_list .area .book_list .prefecture_ttl.current .ttl .inner {
    display: block;
    -webkit-animation-name: prefecture_ttl_anim;
            animation-name: prefecture_ttl_anim;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: 4;
            animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
}

body.quire-archive #content .book_list_block .area_list .area .book_list .empty .empty_txt span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 42px;
    text-align: center;
}

body.quire-archive #content .book_list_block .pagetop_link {
    float: right;
    margin-right: 12px;
    display: block;
    width: 35px;
    height: 17px;
    background: url(../img/quire/page_top.png) 0 0 no-repeat;
    cursor: pointer;
}

/* special_footer */

body.quire-archive #special_footer {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}

body.quire-archive #special_footer ul {
}

body.quire-archive #special_footer ul li {
}

body.quire-archive #special_footer ul li a {
}

body.quire-archive #special_footer ul li .img {
    display: block;
    float: left;
}

body.quire-archive #special_footer ul li .img img {
    width: 110px;
}

body.quire-archive #special_footer ul li .txt {
    display: block;
    float: left;
    margin: 41px 0 0 15px;
    font-size: 10px;
}

body.quire-archive #special_footer ul li .txt,
body.quire-archive #special_footer ul li .txt a {
    color: #8c8c8c;
}


/* footer3 */

body.quire-archive #footer3 .footer_nav {
    padding-left: 0;
}


/* global_loading_info */

body.quire-archive .map_block {
    position: relative;
}

body.quire-archive #global_loading_info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(247,247,247,0.5);
    background-image: url(../img/quire/loading-big.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


/* modal_window */

body.quire-archive #modal_window {
    background: #fff;
}

body.quire-archive #modal_window .modal_window_inner {
    padding: 50px 0;
    width: 600px;
    margin: 0 auto;
}

body.quire-archive #modal_window .head {
    position: relative;
    height: 60px;
    border-bottom: solid 2px #bcbcbc;
    margin: 0 auto;
}

body.quire-archive #modal_window .head .area {
    font-family: "黎ミンY20 M", serif;
    font-size: 44px;
    color: #000;
    line-height: 1.2;
    position: absolute;
    bottom: 3px;
    left: 0;
}

body.quire-archive #modal_window .head .town {
    color: #000;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    font-size: 20px;
}

body.quire-archive #modal_window .head .right_block {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 50px;
}

body.quire-archive #modal_window .head .right_block .small_info {
    position: absolute;
    bottom: 3px;
    right: 60px;
}

body.quire-archive #modal_window .head .right_block .small_info .type {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1px;
    color: #444;
    white-space: nowrap;
}

body.quire-archive #modal_window .head .right_block .small_info .date {
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1px;
    color: #444;
    white-space: nowrap;
}

body.quire-archive #modal_window .head .right_block .small_info .bccks {
    margin-bottom: 3px;
}

body.quire-archive #modal_window .head .right_block .small_info .bccks a {
    display: block;
    width: 58px;
    height: 16px;
    background: url(../img/quire/bccks.png) 0 0 no-repeat;
}

body.quire-archive #modal_window .head .right_block .close {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 5px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../img/quire/close.png) 0 0 no-repeat;
    cursor: pointer;
}

body.quire-archive #modal_window .visual {
    text-align: center;
    margin-top: 51px;
}

body.quire-archive #modal_window .info {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

body.quire-archive #modal_window .info .ttl {
    font-family: "黎ミンY20 M", serif;
    font-size: 34px;
    color: #000;
    line-height: 1.2;
    text-align: center;
}

body.quire-archive #modal_window .info .author {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}

body.quire-archive #modal_window .info .txt {
    font-family: "黎ミンY20 M", serif;
    font-size: 18px;
    color: #000;
    margin-top: 30px;
}

body.quire-archive #modal_window .nav {
    width: 160px;
    margin: 50px auto 0;
}

body.quire-archive #modal_window .nav li {
    display: block;
    width: 53px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

body.quire-archive #modal_window .nav li.next {
    float: right;
    background-image: url(../img/quire/arrow_next.png);
}

body.quire-archive #modal_window .nav li.prev {
    float: left;
    background-image: url(../img/quire/arrow_prev.png);
}


#main.entry2017aw .machi_img{
  float:left;
  width: 210px;
  padding:5px 10px 5px 0;
}
#main.entry2017aw .cal-image{
  margin: 0 0 0 10px;
  float: right;
}
#main.entry2017aw .cal_img{
  margin-top: 20px;
}
#main.entry2017aw .cal_box{
  width: 25%;
  float: left;
  text-align: center;
}

#main.entry2017aw .section_body .cal_box p.cal_caption{
  margin: 0;
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
}



/* ====================
 * 2017kitte
 * ==================== */
.text-s {
  font-size: 8px !important;
}
.text-bold-m {
  font-size: 20px !important;
}
 #main.entry2017ki .section h2.ki {
    background: #f0908a;
    padding: 9px;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}
 #main.entry2017ki .section h3.ki {
    background: #3b2b1f;
    padding: 9px;
    text-align: center;
    color: #f9d2d6;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "黎ミンY20 M", serif;
}
 #main.entry2017ki span.s {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: 0 10px 25px 10px;
    font-family:  "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 #main.entry2017ki .event-title {
  font-size: 20px;
  font-family:  "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #EB5C7B;
  text-decoration: none;
  border-bottom: 1px solid #EB5C7B;
  padding-bottom: 1px;
  letter-spacing: 1px;
}
 #main.entry2017ki p.event-text {
  font-size: 14px;
  font-family:  "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:  10px 0;
}
 #main.entry2017ki .event-photo {
  text-align: right;
}

 #main.entry2017ki .aka {
  color: #ff0000;
}
#main.entry2017ki dt.schedule99 {
    width: 80px;
    margin-left: 5px;
}
#main.entry2017ki div.nash {
  width: 100%;
  height: ;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: ;
  border: solid 2px #000000;
}
#main.entry2017ki .nash p {
  margin: 0;
  padding: 0;
}
#main.entry2017ki span.text-shikaku {
  font-size: 10px;
}
#main.entry2017ki dl.event {
  font-size: 14px;
  font-family:  "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:  10px 0;
}
#main.entry2017ki dt.item {
  width: 70px;
  margin: 0;
  padding: 0;
}
#main.entry2017ki dt.item_2 {
  width: 120px;
  margin: 0;
  padding: 0;
}
#main.entry2017ki dd.item {
  margin: 0;
  padding: 0;
}
#main.entry2017ki table.event {
  font-size: 14px;
  font-family:  "Osaka", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:  10px 0;
}
#main.entry2017ki td.item {
  width: 70px;
}
#main.entry2017ki table.itembox {
  width: 960px;
  text-align:center;
  font-size: 18px;
  border: solid 1px #666;
  font-weight: normal;
}
#main.entry2017ki table a {
  color: #333;
  text-decoration: none;
}
#main.entry2017ki table a:hover {
  color: #ababab;
}
#main.entry2017ki td.itembox-in1 {
  width: 260px;
  background: ;
  border: solid 1px #666;
}
#main.entry2017ki td.itembox-in2 {
  width: 440px;
  background: ;
}

.machiomoi_web {
  text-align: center;
}


