@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */

html {
	height:100%;
	}
body{
	background-color:#f0f0f0;
	height:100%;
	padding-top:0;
	padding-bottom:0;
	}
.container{
	background-color:#FFF;
	min-height:100%;
	max-width:1060px;
	height:auto;
	}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 24px;
	z-index:9999;
}
a{
	color: #000;
	outline: none;
	}
a:focus, *:focus { outline:none; }
a:hover{
	color:#666;
	}
.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.radius5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
.label-success{
	background-color:#9FB364;
	}
.label-warning{
	background-color: #D2A05B;
	}
.label-info{
	background-color: #87B4B9;
	}
.btn-success{
	background-color:#9FB364;
	border:none;
	}
h3 small{
	font-size:12px;
	}
.single .img-responsive{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.single .news-thumbnail .img-responsive{
	width: auto;
	}
.img-responsive-overwrite{
    margin: 0 auto;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	}
.next-btn a{
	background: #f0f0f0;
	display: block;
	padding: 10px;
}
.next-btn a:hover{
	background: #ccc;
	text-decoration: none;
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

/* ================================================== *
 *
 *    grid style
 *
 * ================================================== */
.grid5 .col:nth-of-type(5n+1),
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}
/* col */
.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}

.grid5 .col {
	width: 17.441%;
}
.grid4 .col {
	width: 22.6%;
}
.grid3 .col {
	width: 31.2%;
}
.grid2 .col {
	width: 48.4%;
}
@media screen and (max-width: 400px) {
	.col {
		width: 92% !important;
		margin-left: 4% !important;
		clear: none !important;
	}
}
	
/* ================================================== *
 *
 *    header style
 *
 * ================================================== */
#header .container{
	position:relative;
	padding:0;
	border-bottom:solid 1px #CCC;
	background:none;
	z-index:999;
	}
.navbar-default{
	background:#f0f0f0;
	border:none;
	margin-bottom:0;
	}
.navbar-default .navbar-form input {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	height:30px;
}
.navbar-default .navbar-form .btn {
	background: #666;
	color: #FFF;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border:solid 1px #666;
	height:30px;
	}
#header h1{
	position:absolute;
	left:50px;
	top: 4px;
	}
#header .head-mark{
	position:absolute;
	}
#header .head-mark img{
	width:30px;
	height:auto;
	}
#header ul.nav li,
#header .input-group{
	padding:0 20px;
	}
@media(min-width:768px) {
#header .container{
	height:100px;
	padding:0 30px;
	border-bottom:none;
	background-color:#FFF;
	}
#head-top{
	min-height:80px;
	position:relative;
	}
.navbar-default{
	background: none;
	}
.wrapper-padding{
	padding-top:100px;
	}
#kaitori{
	position:absolute;
	right:30px;
	top:16px;
	background-color:#00698C;
	font-size:18px;
	text-align:right;
	}
#kaitori:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	}
#kaitori a{
	display:block;
	padding:10px 12px;
	color:#FFF;
	}
#kaitori a:hover{
	text-decoration:none;
	}
#kaitori small{
	display:block;
	}
#kaitori ol {
	list-style:none;
width:45px;
height:45px;
margin:0 auto;
margin-right:8px;
float:left;
position:relative;
}
#kaitori ol img {
position:absolute;
left:0;
top:0;
}
}
@media(min-width:992px) {
#header .container{
	padding:0 50px;
	}
#kaitori{
	right:50px;
	}
}
@media(max-width:992px) {
    #header h1{
        left:30px;
        top: -5px;
        display: inline-block;
	}
    #header h1 img{
        width: 240px;
        margin: auto;
    }
}
@media(max-width:768px) {
    #header h1{
        left:30px;
        top: -18px;
        display: inline-block;
	}
    #header h1 img{
        width: 180px;
        margin: auto;
    }
}
 
 /* ================================================== *
 *
 *    primary style
 *
 * ================================================== */
#primary{
	padding-top:20px;
	}
@media(min-width:768px) {
#primary{
	padding:0 30px;
	margin-top:20px;
	margin-bottom:75px;
	}
}
@media(min-width:992px) {
#primary{
	padding:0 50px;
	margin-top:30px;
	}
}

 /* ================================================== *
 *
 *    secondary style
 *
 * ================================================== */

@media(min-width:768px) {
#secondary{
	padding:0 30px 0 0;
	margin-top:20px;
	margin-bottom:75px;
	}
#secondary #main-menu ul,
#secondary #sub-menu ul,
#secondary .jewelry{
	margin-bottom:40px;
	}
#secondary #main-menu ul li{
	border-bottom: solid 1px #CCC;
	background-image:url(images/main-menu-btn.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	}
#secondary #main-menu ul li:first-child{
	border-top:solid 1px #CCC;
	}
#secondary #main-menu ul li:hover{
	background-color:#f0f0f0;
	}
#secondary #main-menu ul li a{
	display:block;
	padding:12px 0 13px;
	padding-left:36px;
	color:#333;
	font-size:14px;
	}
#secondary #main-menu ul li a:hover,
#secondary #sub-menu ul li a:hover{
	text-decoration:none;
	}
#secondary #main-menu ul li a span{
	display:block;
	color:#666;
	font-size:11px;
	font-weight:600;
	}
#secondary #sub-menu ul li{
	font-size:12px;
	border-bottom:dotted 1px #CCC;
	background-image:url(images/sub-menu-btn.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	}
#secondary #sub-menu ul li a{
	display:block;
	padding:8px 0 6px;
	color:#333;
	padding-left:36px;
	}
#secondary #sub-menu ul li a:hover{
	color:#999;
	}
}
#secondary #edel-pickup{
    background-color: #e6e6e6;
    padding: 20px;
    margin-bottom: 40px;
}
#secondary #edel-pickup h2{
    font-size: 14px;
    margin: auto;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    color: 666;
}
#secondary ul#side-slider li{
    list-style-type: none;
}
#secondary ul#side-slider li a{
    display: block;
}
#secondary ul#side-slider li a .img{
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;
    border: solid 5px #fff;
}
#secondary ul#side-slider li a .img img{
    width: 100%;
    height: auto;
}
#secondary ul#side-slider li a h3{
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#secondary .bx-wrapper{
    margin-bottom: 25px;
}
#secondary .bx-wrapper .bx-pager {
    text-align: center;
	color: #666;
	padding-top: 0;
    bottom: -30px;
}
#secondary .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	margin:auto 4px;
}

#secondary .bx-wrapper .bx-pager.bx-default-pager a:hover,
#secondary .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #333;
}


@media(min-width:992px) {
#secondary{
	padding-right:50px;
	margin-top:30px;
	}
}

 /* ================================================== *
 *
 *    footer style
 *
 * ================================================== */

#footer .container{
	padding:0;
	padding-bottom:20px;
	}
.foot-bar{
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
	}
#footer .foot-logo{
	margin-bottom:16px;
	}
#footer ul{
	margin-bottom:20px;
	list-style-position: inside;
	}
#footer ul li{
	font-size:12px;
	border-bottom:dotted 1px #CCC;
	list-style:inside disc;
	p
	}
#footer ul li a{
	color:#000;
	display: inline-block;
	padding:6px 2px;
	}
#footer ul li a:hover{
	text-decoration:none;
	color:#999;
	}
#footer small{
	display:block;
	clear:both;
	}
#footer small{
	margin-left:18px;
	}
#footer .hidden-list{
	border-bottom: solid 1px #FFF;
	padding:5px 2px 0 2px;
	visibility:hidden;
	}
@media(min-width:768px) {
#footer .container{
	padding:0 30px;
	padding-bottom:30px;
	}
.foot-bar{
	margin-bottom:30px;
	}
#footer ul li{
	font-size:12px;
	padding-left:2px;
	}
}
@media(min-width:992px) {
#footer .container{
	padding:0 50px;
	padding-bottom:40px;
	}
#footer div{
	padding:0;
	}
.foot-bar{
	margin-bottom:50px;
	}
#footer .foot-logo,
#footer small{
	margin-left:0;
	}
}


 /* ================================================== *
 *
 *    home style
 *
 * ================================================== */
#top ul#slider{
	list-style-type:none;
	}
#top ul#slider li{
	padding-right:1px;
	}
#top section h2{
	margin-top:0;
	}
#top #sub-loop .home-pickup,
#top #sub-loop .home-update{
	margin-bottom:24px;
	}
#top #sub-loop #myTabContent .tab-pane{
	padding-top:1em;
	}
#top #sub-loop #myTabContent ul li{
	border-bottom:solid 1px #CCC;
	margin-bottom:1em;
	padding-bottom:0.8em;
	font-size:13px;
	}
#top #sub-loop #myTabContent ul li time{
	margin-right:0.5em;
	color: #999;
	}
#top #sub-loop #myTabContent ul li a{
	display:block;
	margin-top:6px;
	}
#top #sub-loop #myTabContent ul li span.label{
	margin-right:1.2em;
	margin-left:0.5em;
	text-indent: 0;
	}
#top #sub-loop #myTabContent ul li span.label span{
	width:80px;
	display:inline-block;
	}
@media(min-width:992px) {
#top #sub-loop #myTabContent ul li{
	text-indent: -210px;
	padding-left:210px;
	}
#top #sub-loop #myTabContent ul li a{
	display: inline;
	}
	}

 /* ================================================== *
 *
 *    home / search style
 *
 * ================================================== */
#main-loop .main-loop-img{
	height:120px;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:50% 50%;
	margin-bottom:16px;
	}
#main-loop .main-loop-img span{
	display:none;
	}
#main-loop li{
	margin-bottom:20px;
	text-align:center;
	}
#main-loop li h2{
	font-weight:bold;
	font-size:13px;
	margin-bottom:4px;
	margin-top:0;
	}
#main-loop li h2 span{
	font-weight:normal;
	display:block;
	margin-top:4px;
	font-size:12px;
	}
#main-loop li a{
	font-size:12px;
	color:#333;
	text-decoration:none;
	}
@media(min-width:768px) {
#main-loop li:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}
}

 /* ================================================== *
 *
 *    search style
 *
 * ================================================== */

#search ul#autopager li{
	min-height:230px;
	}

#search #search-box{
	position: static;
	padding-bottom:0;
	margin-bottom:20px;
	}
#search #search-box h3{
	font-size:18px;
	}
#feas-sort-menu{
	background-color:#f0f0f0;
	padding:5px;
	padding-left:10px;
	font-size:12px;
	overflow:hidden;
	}
#feas-sort-menu span{
	}
#feas-sort-menu form{
	float:left;
	}
#search #main-loop{
	clear:both;
	}
#feas-form{
	border:solid 1px #CCC;
	padding:20px;
	padding-top:10px;
	margin-bottom:40px;
	}
#feas-form table{
	border-top:solid 1px #CCC;
	margin-bottom:0;
	border-collapse: collapse;
	}
#feas-form table tr#genre,
#feas-form table tr#abcd{
	border-bottom:solid 1px #CCC;
	}
#feas-form table th{
	white-space: nowrap;
	}
#feas-form table th,
#feas-form table td{
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
	}
#feas-form label{
	float:left;
	display: inline-block;
	width:112px;
	font-weight:normal;
	margin-left:0;
	}
#feas-form .btn-default{
	background-color: #999;
	color:#FFF;
	}
#feas-form .btn-default:hover{
	background-color:#f0f0f0;
	color:#333;
	}
#feas-form label{
	margin:0;
	}
#feas-form .input-group{
	width:250px;
	}
.pagination .current{
	 background-color:#f0f0f0;
	 }
@media(min-width:768px) {
#feas-form label{
	margin:4px auto;
	}
}
@media(min-width:992px) {
#search #search-box{
	position:relative;
	margin-bottom:30px;
	height:65px;
	border-bottom:solid 1px #CCC;
	}
#search #search-box h3{
	position:absolute;
	left:0;
	}
#feas-sort-menu{
	position:absolute;
	right:0;
	top:16px;
	}
#feas-sort-menu span{
	}
#feas-sort-menu form{
	float:right;
	}
}
@media(max-width:450px) {
#feas-form table th,
#feas-form table td{
	display:block;
	width:100%;
	padding:0;
	}
#feas-form table th{
	padding-top:10px;
	}
#feas-form table td{
	padding-bottom:20px;
	}
#feas_0_1{
	width:100%;
	}
.btn-default{
	width:80%;
	}
}

/* ================================================== *
 *
 *    event / archives style
 *
 * ================================================== */

#event #primary section ul li h3{
	font-size:14px;
	line-height:1.4;
	}
#event #primary section ul li h3 small{
	margin-left:0;
	display:block;
	line-height:1.4;
	margin-top:4px;
	}
#event #primary section ul li p{
	margin-bottom:4px;
	}
#event #primary section ul li p.time br{
	display: none;
	}
#event #search-form{
	margin:40px auto;
	overflow:hidden;
	}
#event #search-form ul{
	margin:0;
	}
#event #search-form ul li{
	float:left;
	margin-right:2em;
	margin-bottom:12px;
	}
#event #search-form ul li.input-group{
	width:260px;
	}
#event #primary h2{
	font-size:22px;
	margin-top:0;
	margin-bottom:20px;
	}
#event #primary h2 span{
	display:block;
	font-size:16px;
	}
#event #search-form h4,
#event #main-loop h4{
	font-size:16px;
	font-weight:bold;
	padding-bottom:0.8em;
	border-bottom:solid 1px #CCC;
	margin-bottom:2em;
	}
@media(min-width:770px) {

#event #primary section ul li p.time br{
	display:block;
	}
#event #primary section ul li p.time,
#event #primary section ul li p.museum{
	padding-left:16px;
	text-indent:-8px;
	}
}

/* ================================================== *
 *
 *    search style
 *
 * ================================================== */



/* ================================================== *
 *
 *    archive style
 *
 * ================================================== */
 
#archive-news-title{
	background-image:url(images/back01.jpg);
	}
#archive-event-title{
	background-image:url(images/back02.jpg);
	}
#archive-museum-title{
	background-image:url(images/back03.jpg);
	}
#archive-gallery-title{
	background-image:url(images/back04.jpg);
	}
#archive-artclass-title{
	background-image:url(images/back05.jpg);
	}
#archive-link-title{
	background-image:url(images/back06.jpg);
	}

#archive-news-title,
#archive-gallery-title,
#archive-link-title,
#archive-museum-title,
#archive-event-title,
#archive-artclass-title{
	background-repeat:no-repeat;
	padding:30px;
	}

#archive-news-title h2,
#archive-gallery-title h2,
#archive-link-title h2,
#archive-museum-title h2,
#archive-event-title h2,
#archive-artclass-title h2{
	margin-bottom:0 !important;
	padding-bottom:8px;
	}

#archive-news-title p,
#archive-gallery-title p,
#archive-link-title p,
#archive-museum-title p,
#archive-event-title p,
#archive-artclass-title p{
	font-size:12px;
	}
	
#archive-news-title a,
#archive-gallery-title a,
#archive-link-title a,
#archive-museum-title a,
#archive-event-title a,
#archive-artclass-title a{
	
	}
 
#next{
	text-align:center;
	}
#next img{
	margin:auto;
	}
#archive #primary section ul li h3{
	font-size:16px;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:0;
	}
#archive #primary section ul li h3 span{
	display:block;
	font-size:14px;
	margin:5px auto;
	}
#archive #primary section ul li p{
	font-size:13px;
	margin-bottom:4px;
	line-height:1.6;
	}
#archive #primary section ul li p.open{
	padding-left:48px;
	text-indent:-48px;
	}
#archive #primary section ul li a .glyphicon-new-window{
	margin-left:4px;
	}
#archive #primary section ul li{
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
	}
#archive #primary section ul li .thumbnail{
	width:100px;
	float:left;
	margin-right:16px;
	min-height:80px;
	min-width:100px;
	display: table;
	text-align:center;
	}
#archive #primary section ul li .thumbnail .image{
	display: table-cell;
	vertical-align:middle;
	}
#archive #primary section ul li .right-box{
	padding-top:10px;
	overflow:auto;zoom:1;
	margin-bottom:2em;
	}
#archive #primary section ul li .right-box .content{
	margin-bottom:1em;
	}
#archive #primary section ul li .right-box .content p{
	line-height:1.8;
	}
#archive #primary section ul li .right-box .info-box{
	background-color:#f0f0f0;
	padding:1em;
	}
#archive #search-form{
	margin:40px auto;
	overflow:hidden;
	}
#archive #search-form ul{
	margin:0;
	}
#archive #primary section#search-form ul li{
	margin-bottom:20px;
	}
#archive #search-form ul li.input-group{
	width:260px;
	}
#archive #primary h2{
	font-size:22px;
	margin-top:0;
	margin-bottom:20px;
	}
#archive #search-form h4,
#archive #archive-loop h4{
	font-size:16px;
	font-weight:bold;
	padding-bottom:0.8em;
	border-bottom:solid 1px #CCC;
	margin-bottom:2em;
	}
	
@media(min-width:770px) {
#archive #primary section ul li .thumbnail{
	margin-right:24px;
	width:150px;
	min-height:110px;
	min-width:180px;
	}
	}

/* ================================================== *
 *
 *    contact style
 *
 * ================================================== */

table.contact{
	border-collapse:collapse;
	margin-bottom:1em;
	border-bottom:1px solid #CCC;
	width:100%;
	}

table.contact th{
	vertical-align:top;
	background-color:#F0F0F0;
	}
table.contact th,
table.contact td{
	border: 1px solid #CCC;
	display:block;
	border-bottom:none;
	padding:0.5em;
	}
 
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.mw-wp-form_image img{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 10px;
}
input.mt10{
    margin-top: 10px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	margin-bottom:1em;
}
table.contact02 .wpcf7 input[type="text"],
table.contact02 .wpcf7 input[type="email"],
table.contact02 .wpcf7 input[type="url"],
table.contact02 .wpcf7 textarea {
	color: #666;
	width: auto;
	border: none;
	box-shadow: none;
	display:inline;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
@media(min-width:768px) {
table.contact{
	border-bottom: none;
	}
table.contact th,
table.contact td{
	display:table-cell;
	padding:1em;
	border-bottom:solid 1px #CCC;;
	}
table.contact td{
	padding-bottom:0;
	}
}

/* ================================================== *
 *
 *    pages style
 *
 * ================================================== */
 
#primary .entry-content table,
#primary .entry-content p{
	font-size:13px;
	margin-bottom:0.8em;
	}
#primary .entry-content p.pleft{
	padding-left:1.2em;
	}
#primary .entry-content h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
	}
#primary .entry-content h3{
	font-size:16px;
	font-weight:bold;
	border-left:solid 6px #CCC;
	padding:0;
	padding-left:0.8em;
	margin-bottom:1em;
	}
#primary .entry-content h4{
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	}
#primary .entry-content li{
	margin-bottom:0.5em;
	}
#primary .entry-content ul#shot{
	width:99%;
	}
#primary .entry-content ul#shot li{
	list-style:none;
	padding:5px;
	}
#primary .entry-content ul#shot li img{
	border:solid 1px #CCC;
	margin-bottom:0.5em;
	}
#primary .entry-content ul#shot li span{
	display:block;
	font-size:12px;
	color:#666;
	}
table.advertise,
table.company{
	border-collapse:collapse;
	margin-bottom:1em;
	border-bottom:1px solid #CCC;
	width:100%;
	}

table.advertise th,
table.company th{
	vertical-align:top;
	background-color:#F0F0F0;
	}
table.advertise th,
table.advertise td,
table.company th,
table.company td{
	border: 1px solid #CCC;
	display:block;
	border-bottom:none;
	padding:0.5em;
	}
.single section#main-loop{
	padding:0px;
	}
.single h2{
	font-size:24px;
	padding-top:20px;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	}
.single h2 span{
	display:block;
	font-size:16px;
	margin-top:8px;
	}
ul#event-ul li img{
	border:solid 1px #CCC;
	}
ul#event-ul li{
	list-style-type:none;
	}
@media(min-width:768px) {
.news-thumbnail{
	width:180px;
	float:left;
	margin-right:20px;
	}
.single section#main-loop{
	padding:0;
	padding-left:20px;
	}
table.advertise,
table.company{
	border-bottom: none;
	}
table.advertise th,
table.advertise td,
table.company th,
table.company td{
	display:table-cell;
	padding:1em;
	border-bottom:solid 1px #CCC;;
	}
}

/* ================================================== *
 *
 *    artfair style
 *
 * ================================================== */

#artfair hr{
	height:1px;
	margin-bottom:0;
	margin-top:0;
	background-color:#CCC;
	}
#artfair .sub-news{
	border-top:solid 1px #CCC;
	}
#artfair .sub-news a{
	display:block;
	padding:1.2em 0.5em 1.4em 0.8em;
	}
#artfair .sub-news a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
	}

.artfair-box .thumbnail img{
	max-height:160px;
	}

/* ================================================== *
 *
 *    news style
 *
 * ================================================== */

#primary .news .txt-ticket-on h3,
#primary .news .txt-ticket-off h3{
	font-size:16px;
	font-weight:bold;
	}

#primary .news .txt-ticket-on{
	border-left:solid 5px #C00;
	padding-left:1em;
	margin-top:30px;
	}

#primary .news .txt-ticket-off{
	border-left:solid 5px #CCC;
	padding-left:1em;
	margin-top:30px;
	}

#primary .news .txt-kaijyo{
	border:solid 1px #CCC;
	padding:12px;
	padding-left:20px;
	background-color:#f0f0f0;
	margin-top:30px;
	}

.jyunbi{
    border-top: solid 1px #ccc;
    text-align: center;
    padding: 50px 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-top: 40px;
}

/* ================================================== *
 *
 *    map style
 *
 * ================================================== */

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ================================================== *
 *
 *    New Contact
 *
 * ================================================== */

#contact_17 table {
  width: 100%;
    border-top: solid 1px #ddd;
}

#contact_17 table tr {
  border-bottom: solid 1px #ddd;
}

#contact_17 table th {
  vertical-align: top;
  padding-right: 1.5em;
  padding-top: 1.5em;
    max-width: 160px;
}

#contact_17 table td {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

#contact_17 table td input[type="text"],
#contact_17 table td input[type="email"],
#contact_17 table td textarea {
  border: none;
  background-color: #f0f0f0;
  padding: 5px;
  max-width: 400px;
}
#contact_17 table.inner,
#contact_17 table.inner tr{
    border: none;
}
#contact_17 table.inner th {
    max-width: 140px;
    font-weight: normal;
  padding-right: 1.5em;
  padding-top: 0;
}

#contact_17 table.inner td {
  padding-bottom: 1em;
  padding-top: 0em;
}
#contact_17 table.inner tr:last-child td{
    padding-bottom: 0;
}

#contact_17 span.hissu {
  color: #a8625f;
}

#contact_17 input[type="checkbox"] {
  vertical-align: middle;
}

#contact_17 .form-next {
  margin: 30px auto;
  text-align: center;
}

#contact_17 p.none-txt {
  background-color: #f0f0f0;
  text-align: center;
  line-height: 20;
}

@media (max-width: 769px) {
  #contact_17 table th {
    display: block;
    width: 100%;
  }
  #contact_17 table td {
    padding-top: 5px;
    display: block;
    width: 100%;
  }
  #contact_17 table td.txt input[type="text"],
  #contact_17 table td.txt input[type="email"],
  #contact_17 table td.txt textarea {
    width: 100%;
  }
  #contact_17 span.hissu {
    color: #a8625f;
  }
}

.kakunin-on {
  display: none;
}

.mw_wp_form_preview .poricy,
.mw_wp_form_preview .kakunin-off {
  display: none;
}

.mw_wp_form_preview .kakunin-on {
  display: block;
}