/*
Theme Name: 公益社団法人　燈光会
Author: 
Author URI: 
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


html{}

body{
	line-height: 1.43;
	font-size: 0.9em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

h1{
	font-size:1.8em;
	margin:0;
}
h2{
	font-size: 26px;
	margin-bottom: 20px;
	color: #1C5497;
}
h3{
	font-size: 22px;
	margin-bottom: 20px;
	color: #1B5397;
	border-left: 3px solid #8DA9CB;
	padding-left: 10px;
}
h3::after{
	content: '';
	display: block;
	clear: both;
}
h3 p{
	float: right;
}
h3 p a{
	border: 1px solid #006FC5;
	padding: 5px 15px;
	color: #006FC5;
	font-size: 13px;
	font-weight: normal;
}
h4{
	font-size: 16px;
	margin-bottom: 10px;
}
h1,h2,h3,h4{
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.title{
	padding: 5px 10px;
	background-color: #006FC5;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.title span{
    float: right;
}
.title:after{
	content: '';
	display: block;
	clear: both;
}
aside .title{
	font-size: 16px;
	text-align: center;
}
.title a{
    color: #FFFFFF;
    display: block;
}
.single-history #content .title{
	margin-bottom: 20px;
}
.onetap{
    padding: 15px;
    background-color: #FF7F00;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    border-radius: 5px;
    text-align: center;
}
.onetap a{
    color: #FFFFFF;
    display: block;
}


a{
	color: #006FC5;
	text-decoration: none;
	transition: opacity 0.5s,background-color 0.5s,color 0.5s;
}
a:visited{}
a:hover{
	opacity:0.7;
    transition: opacity 0.5s,background-color 1s,color 1s;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity:0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom:1;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	zoom: 1;
}

#content hr{
    height: 1px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px dotted #CCCCCC;
}

ol,
ul {
	list-style: none;
}

table{
	background: #CCC;
	border-collapse: separate;
	border-spacing: 1px;
	border-style: none;
}
table th{
    background-color: #DFE9FF;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
table td{
    padding: 5px 10px;
    background: #FFFFFF;
    vertical-align: middle;
}
.single-picture #content table,.single-tourlight #content table,#movie #content table{
	background: #FFFFFF;
}
.single-picture #content table td,.single-tourlight #content table td,#movie #content table td{
    vertical-align: top;
}
.single-picture #content table td h2,#movie #content table td h2{
    border-bottom: 3px solid #CCCCCC;
    padding-bottom: 5px;
}
.tax_paper #content table td,#list501 #content table td{
    padding: 5px;
    text-align: center;
}
.tax_paper #content table a::before,#list501 #content table a::before{
	content: "\f1c1";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #D72D30;
}
/*.tax_paper #content table a::before{
	content: "\f1c1";
	font-family: "Font Awesome 5 Solid";
    display: none;
}
.tax_paper #content table a svg{
    margin-right: 5px;
    color: #D72D30;
}*/

p{
}


img{
	max-width:100%;
    height: auto;
	vertical-align: bottom;
}
iframe{
	vertical-align: bottom;
}


/* Header -------------------------*/
header{
	border-bottom: 1px solid #CBCBCB;
}

#top{
	background-color: #006FC5;
}
#top::after,.topbox ul::after{
	content: '';
	display: block;
	clear: both;
}
.topbox{
	float: right;
}
.topbox li{
	float: left;
}
.topbox li a{
	color: #FFFFFF;
	padding: 15px 10px;
	font-size: 14px;
	display: inline-block;
}
.topbox li.search{
    padding: 10px 15px;
    background-color: #1D5497;
}
#searchform #s {
    background: #FFFFFF;
    width: 180px;
    height: 28px;
    border: none;
    padding-left: 5px;
}
#searchform #searchsubmit {
    background-repeat: no-repeat;
    background-image: url(img/search.png);
    height: 28px;
    width: 28px;
    text-indent: -9999px;
    border-style: none;
    cursor: pointer;
    background-position: right center;
    background-color: #1D5497;
}
.topbox li.lang a{
	padding: 15px;
	background-color: #7FB7E2;
}

.mainimg{
	position: relative;
}
.mainimg img{
	width: 100%;
}
.mainimg p{
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 36px;
	width: 80%;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
    text-shadow: 0 0 10px rgba(0,0,0,0.3),0 0 15px rgba(0,0,0,0.3);
    z-index: 999;
}
.mainimg p+p{
	margin: 0;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
	height: auto;
	width: auto;
	text-align: right;
	font-size: 12px;
}
.videowrapper {
	top: 150px; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video video,.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spimg{
    display: none;
}

/* Navigation -------------------------*/
header nav:after{
    content: '';
    display: block;
    clear: both;
}
header nav{
	max-width: 1100px;
	padding:0;
	margin:0 auto;
	zoom: 1; /* for IE6/7 */
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

header .logo{
	float: left;
}
header .logo a{
	padding: 5px 0;
}

header nav ul{
	margin:0;
	padding:0;
	float: right;
}
header nav ul::after{
    content: '';
    display: block;
    clear: both;
}

header nav li{
	float:left;
	margin:0;
	padding:0;
	position: relative;
}

header nav a{
	text-align: center;
	display: block;
	padding: 30px 15px;
	font-size: 16px;
	color: #000000;
}

#meanmenu nav li ul{
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 140%;
	z-index: 9999;
	background: none;
}
#meanmenu nav ul li:nth-child(2) ul{
	width: 170%;
}
#meanmenu nav ul li:nth-child(4) ul{
	width: 250%;
}
#meanmenu nav ul li:nth-child(5) ul{
	width: 100%;
}
#meanmenu nav li ul li{
    overflow: hidden;
    width: 100%;
    height: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    border: none;
    background-color: #FFFFFF;
}
#meanmenu nav li ul li a{
	padding: 10px 8px;
	background-color: rgba(0,0,0,0.07);
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}
#meanmenu nav li li a:hover{
	border-bottom: 1px solid #FFFFFF;
}
#meanmenu nav li:hover ul li{
	overflow: visible;
	height: 38px;
}


/* Footer -------------------------*/
footer{
	background: #006FC5;
	padding: 30px 0;
	color: #FFFFFF;
	position: relative;
	margin-top: 90px;
}
footer a{
	color: #FFFFFF;
}
footer .pic{
	position: absolute;
	top: -78px;
	right: 0px;
}
footer .add{
    float: left;
    min-height: 60px;
    padding-right: 70px;
    background-image: url(img/qr.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
footer .add p+p{
	font-size: 12px;
}
footer .copy{
	float: right;
	font-size: 10px;
	margin-top: 25px;
}


/* Layout -------------------------*/

.wrap{
	max-width:1100px;
	padding:0px 15px;
	margin:0 auto;
}
.wrapbox{
	max-width:1100px;
	padding:50px 15px;
	margin:0 auto;
}
.glay{
	padding: 30px 0 20px;
	background-color: #F6F6F6;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}

#main{
	margin-top: 30px;
}

#content{
    float: right;
    width: 72%;
    min-height: 600px;
}
#content::after{
    content: '';
    display: block;
    clear: both;
}

#sidebar{
	float: left;
	width: 22%;
	border-bottom: 2px solid #006FC5;
	padding-bottom: 10px;
}


/* Contents -------------------------*/

header.page-header{
}

header.entry-header{
}

section+section{ margin-top: 40px; }
section.entry-content+.entry-content{ margin-top: 70px; }
section.entry-content::after{
    content: '';
    display: block;
    clear: both;
}
.archive.term-paper #content section+section{ margin-top: 40px; }

nav.page-navi{
    margin-top: 30px;
}
nav.page-navi li.prev{
	float:left;
}
nav.page-navi li.next{
	float:right;
}


/* Sidebar -------------------------*/
#sidebar aside+aside{
	margin-top:30px;
}
#sidebar aside li a{
    color: #000000;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    display: block;
    font-weight: bold;
    text-indent: -10px;
}
#sidebar aside li li a{
    margin-left: 20px;
    font-weight: normal;
    padding: 5px 10px;
    text-indent: 0px;
}
#sidebar aside li a:hover,#sidebar aside li.current-menu-item > a{
	background-color: rgba(0,111,197,0.1);
    opacity: 1.0;
}
#sidebar aside li a::before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FF7F00;
}
#sidebar aside li li a::before{
	content: "";
	margin-right: 0;
}
#sidebar aside li a i{
    text-indent: 0;
}

/*#sidebar aside li ul{
    display: none;
}
.term-historic #sidebar aside li ul.side-historic,.tax_historic #sidebar aside li ul.side-historic,
.term-tour #sidebar aside li ul.side-tour,.tax_tour #sidebar aside li ul.side-tour,
.term-paper #sidebar aside li ul.side-paper,.tax_paper #sidebar aside li ul.side-paper{
    display: block;
}*/

/* Breadcrumb -------------------------*/
#breadcrumb li{
	float:left;
	margin-right:5px;
}

/* Pagetop -------------------------*/
#pagetop {
	position:fixed;
	bottom:200px;
	right:0px;
	z-index:100;
}

/* Clearfix -------------------------*/
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1; /* for IE6/7 */
}


/* Page -------------------------*/
.infobox{
	width: 60%;
	float: left;
}
.info{
	overflow: auto;
	height: 160px;
    margin-bottom: 10px;
}
.info ul{
	overflow: auto;
	border-bottom: 1px solid #CBCBCB;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.info ul::after{
	content: '';
	display: block;
	clear: both;
}
.info li{
	overflow: hidden;
}
.info li:first-child{
	float: left;
	margin-right: 15px;
}
.info li a{
	color: #000000;
}
.bot{
	/*text-align: right;*/
}
.bot a{
    border: 1px solid #006FC5;
    padding: 5px 15px;
    color: #006FC5;
    font-size: 13px;
    display: inline-block;
}
.bot+.bot{
    margin-top: 30px;
}
.bot+.bot a{
    padding: 5px 30px;
    font-size: 16px;
}
.bot+.bot a+a{
    margin-left: 20px;
}



.moviebox{
	width: 35%;
	float: right;
}
.moviebox p{
	margin-top: 5px;
	font-size: 16px;
}

.lighthbox{
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.lighthbox a{
	color: #000;
}
.lighthbox p{
    position: relative;
    text-align: center;
}
.lighthbox p:first-child{
    height: 150px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.home .lighthbox p:first-child{
    height: 210px;
}
.lighthbox img{
    height: 100%;
    max-width: none;
}
.lighthbox p+p{
	margin-top: 5px;
}
.home .lighthbox p+p{
    text-align: left;
}
.lighthbox p:first-child strong{
    position: absolute;
    top: 5px;
    padding: 2px 5px;
    left: 5px;
    background-color: #F48835;
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
}
.lighthbox strong.none{
    display: none;
}
.lighthbox span.kinfo::before{
    content: "お知らせ";
}
.lighthbox span.dormant::before,.lighthbox span.dormant01::before,.lighthbox span.dormant02::before,.lighthbox span.dormant03::before,.lighthbox span.dormant04::before{
    content: "参観（見学）休止中";
}
.lighthbox span.tempaused::before,.lighthbox span.tempaused01::before,.lighthbox span.tempaused02::before,.lighthbox span.tempaused03::before,.lighthbox span.tempaused04::before,.lighthbox span.tempaused05::before,.lighthbox span.tempaused06::before{
    content: "参観（見学）一時休止中";
}

.linebox{
	border: 3px solid #006EC5;
}
.home .linebox img{
    width: 100%;
}
.linelink{
    padding: 15px;
    border: 3px solid #006EC5;
    word-break: break-all;
}
.linelink::after{
	content: '';
	display: block;
	clear: both;
}

.today{
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    color: #FF0000;
    font-size: 24px;
    margin-bottom: 5px;
}
.today .none{
    display: none;
}
.today.none+.todayopen{
    display: block;
}
.todayopen{
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    color: #FF0000;
    font-size: 24px;
    display: none;
}
.todayopen p+p{
    display: none;
}
.today .kinfo::before{
    content: "お知らせ";
}
.today .dormant::before{
    content: "参観（見学）休止中";
}
.today .dormant01::before{
    content: "参観（見学）休止中\A《工事中のため》";
    white-space: pre;
}
.today .dormant02::before{
    content: "参観（見学）休止中\A《障害発生のため》";
    white-space: pre;
}
.today .dormant03::before{
    content: "参観（見学）休止中\A《台風接近のため》";
    white-space: pre;
}
.today .dormant04::before{
    content: "参観（見学）休止中\A《台風による影響のため》";
    white-space: pre;
}
.today .tempaused::before{
    content: "参観（見学）一時休止中";
}
.today .tempaused01::before{
    content: "参観（見学）一時休止中\A《荒天のため、天候が回復次第に再開予定》";
    white-space: pre;
}
.today .tempaused02::before{
    content: "参観（見学）一時休止中\A《強風のため、風が凪次第に再開予定》";
    white-space: pre;
}
.today .tempaused03::before{
    content: "一時休止中\A《大雨のため、雨が弱まり次第に再開予定》";
    white-space: pre;
}
.today .tempaused04::before{
    content: "参観（見学）一時休止中\A《大雪のため、雪が弱まり次第に再開予定》";
    white-space: pre;
}
.today .tempaused05::before{
    content: "参観（見学）一時休止中\A《地震発生のため、安全が確認され次第に再開予定》";
    white-space: pre;
}
.today .tempaused06::before{
    content: "参観（見学）一時休止中\A《事故発生のため、安全が確認され次第に再開予定》";
    white-space: pre;
}
.today+p{
    font-size: 16px;
    color: #F55E19;
}
.mar_t30{
    margin-top: 30px;
}
.mar_t10{
    margin-top: 10px;
}
.pagebox{
	float: left;
	width: 52.5%;
    text-align: center;
}
.pagebox+.pagebox{
	float: right;
	width: 43.75%;
    text-align: left;
}
.pagebox table{
	border-collapse: collapse;
	background-color: transparent;
	border-spacing: 0;
}
.pagebox tr {
	border-bottom: 1px solid #DDDDDD;
}
.pagebox th {
	padding: 5px 0;
	text-align: justify;
	text-align-last: justify;
	text-justify:distribute-all-lines;
	width: 22%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	vertical-align: top;
	background-color: transparent;
}
.pagebox td {
	padding: 5px 0 5px 25px;
	vertical-align: top;
	background-color: transparent;
}
.pagebox tr:first-child th {
	padding: 0 0 5px;
}
.pagebox tr:first-child td {
	padding: 0 0 5px 25px;
}
.single-en .pagebox th {
	text-align:left;
	text-align-last:left;
}

#sitemap #content li{
    margin-bottom: 30px;
}
#sitemap #content li a{
    padding: 5px 20px;
    background-color: #DAEAF6;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: inherit;
}
#sitemap #content li li{
    margin-top: 10px;
    margin-bottom: 0px;
}
#sitemap #content li li a{
    padding: 0px 0px 0px 2em;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
}

.tubebox{
    float: left;
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
}
.tubebox:nth-child(2n){
    margin-right: 0;
}

/* Box -------------------------*/
.box2{
	float: left;
	width: 48%;
}
.box2+.box2{
	float: right;
}
.box3{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.box3:nth-child(3n){
	margin-right: 0;
}


/* Other -------------------------*/
header nav .sp{
    display: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	}

.aligncenter {
    display: block;
    margin: 0 auto;
	}

.alignright {
	margin: 0 0 10px 20px;
	float: right;
	}

.alignleft {
	margin: 0 20px 10px 0;
	float: left
	}

body:not(.single-picture) table .wp-caption {
    width: 100% !important;
	}

.wp-caption-text{
    margin-top: 5px;
    font-size: 12px;
}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-pagenavi{
    margin: 60px 0;
    text-align: center;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}


/*コンタクトフォーム*/
.wpcf7-form{
    max-width: 750px;
    margin: 0 auto;
}
.wpcf7 table {
	border-collapse: separate;
	border-spacing: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	line-height: 2.5;
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 1px;
}
.wpcf7 label {
	margin: 0 0 20px;
    display: block;
}
.wpcf7 label span {
	color: #FF0004;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	vertical-align:middle;
	width:95%;
	height:30px;
	border:1px solid #d4d4d7;
	margin: 5px 0;
}
.wpcf7 input[type="text"].number {
	width:80%;
}
.wpcf7 textarea {
	height:200px;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"]{
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 15px 0;
    background-color: #006FC5;
    border: 0;
    color: #fff;
    margin: 0 1%;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}
.wpcf7 input[type="reset"],.wpcf7 input.wpcf7-back{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #BBBBBB;
	border: 0;
	color: #fff;
	margin: 0 1%;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	display: block;
}
.wpcf7 input[type="submit"]:hover{
	cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.wpcf7 input[type="reset"]:hover,input[type="button"]:hover{
	cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.wpcf7 .contform {
	width: 100%;
	line-height: 2.5;
	margin-bottom: 30px;
	font-size: 12px;
}
.wpcf7 .contform li span.wpcf7-not-valid-tip{
	display: inline-block;
	padding-left: 10px;
}
.wpcf7-validation-errors{
	text-align: center;
}
.wpcf7c-conf {
    background-color: #EEEEEE;
}
.wpcf7c-elm-step2{
	margin-top: 20px;
	text-align: center;
}


/*コメント*/
.nocomments {
    display: none;
}
#commentform p{
	margin: 0px 0px 10px;
}
#commentform input[type="text"]{
	width: 40%;
}
#commentform textarea{
	width: 98%;
}
#commentform input[type="submit"]{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 0;
	background: #C59D62;
	border: 0;
	color: #fff;
	text-align: center;
	width: 240px;
}
#commentform input[type="submit"]:hover{
	cursor: pointer;
	background: #DBC19B;
}

/*コメントphp追加css*/
#comping h3{
    clear: both;
    margin-top:40px;
    }
#comping p{margin-bottom:15px;}
#comping p.wait{margin:5px; color:#F00;}
#comping .comment-meta,
#comping .comment-meta a{
    margin-bottom:10px;
    color: #999;
    font-size:85%;
    }
#comping .comment-meta a:hover{color: #ccc;}
 
/*コメント用*/
.commentlist{margin-bottom:30px;}
    .commentlist li {
	padding: 15px 0 0 55px;
	position: relative;
	border-bottom: 1px dotted #D6D6D6;
        }
    .commentlist li li {
	border-bottom: none;
        }
    .commentlist li ul.children li {
	border-top: 1px dotted #D6D6D6;
        }
    .commentlist .avatar {
        background:#fff;
        border:1px solid #ddd;
        left:0;
        margin:0 16px 0 0;
        padding:3px;
        position:absolute;
        top:15px;
        }
    .commentlist .reply a{
	position: absolute;
	top: 12px;
	right: 0;
	padding: 2px 20px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	background: #D6D6D6;
        }
        .commentlist .reply a:hover {color: #999;}
#commentnav{
	text-align: center;
	margin-bottom: 20px;
}
#commentnav span a{
	text-decoration: underline;
	font-weight: bold;
}
#commentnav span{ float: left; }
#commentnav span+span{ float: right; }
 
/*トラックバック用*/
.pinglist{margin-bottom:30px;}
    .pinglist li {
        padding:15px 0 0 10px;
        position:relative;
        }



/* 1100px -------------------------*/
@media screen and (max-width: 1099px) {
#top,.logo{
	display: none;
}
.home header{
	border-bottom: none;
}
header nav .sp{
    display: block;
}
header nav li{
	float: none;
	border-bottom: 1px solid #FFFFFF;
}
header nav a{
	color: #FFFFFF;
	background-color: #006FC5;
}
.videowrapper{
	display: inline-block;
}
.mainimg p{
	font-size: 20px;
	width: 95%;
	height: 20px;
}
.mainimg{
    display: none;
}
.spimg{
    display: block;
}
footer .add{
    padding-right: 0;
    background-image: none;
}
.infobox{
	width: 100%;
	float: none;
}
.moviebox{
	width: 100%;
	float: none;
	margin-top: 30px;
}
.tubebox{
	float: none;
	width: 100%;
    margin-right: 0;
}
.box2{
	float: none;
	width: 100%;
}
.box2+.box2{
	float: none;
	margin-top: 30px;
}
.lighthbox{
	width: 50%;
	font-size: 12px;
}
.lighthbox p{
    height: auto !important;
}
.lighthbox img{
	width: 100%;
    height: auto;
}
}


/* 769px -------------------------*/
@media screen and (max-width: 768px) {
#content{
    float: none;
    width: 100%;
    min-height: 0;    
}
#sidebar{
	float: none;
	width: 100%;
	margin-top: 60px;
}
}


/* 480px -------------------------*/
@media screen and (max-width: 479px) {
footer{
	background: #FFFFFF;
	padding: 0;
}
footer .add{
	background: #006FC5;
	float: none;
	padding: 10px;
	margin: 0 -15px;
}
footer .add p+p{
	font-size: 12px;
}
footer .copy{
	float: none;
	margin: 10px;
	color: #006FC5;
	text-align: center;
}

.today{
    font-size: 14px;
}

.pagebox{
	float: none;
	width: 100%;
}
.pagebox+.pagebox{
	float: none;
	width: 100%;
	margin-top: 20px;
}
.info li {
    width: 100%;
}
.bot+.bot a{
    padding: 5px 10px;
    font-size: 12px;
}
.bot+.bot a+a{
    font-size: 12px;
    margin-left: 10px;
}


.single-picture #content table td,#movie #content table td{
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alignright,.alignleft,.aligncenter {
	margin: 0 0 20px !important;
	float: none;
    width: 100% !important;
    max-width: 100% !important;
	}
.wp-caption {
    width: 100% !important;
	}
.alignright img,.alignleft img,.aligncenter img {
    width: 100%;
	}

}
