/*
Theme Name:   twentyfourteen-child
Theme URI:    https://wordpress.org/themes/twentyfourteen/
Description:  Twenty Fifteen Child Theme
Author:       Tohru Nakazato
Author URI:   http://example.com
Template:     twentyfourteen
Version:      2.9
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:  twentyfourteenchild
*/

/* 記事範囲を広げる */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 100%;
}

.comments-area {
margin: 48px auto;
max-width: 90%;
padding: 0 10px;
}

.site-content .entry-meta {
background-color: #fff;
margin-bottom: 8px;
}

.site-content .entry-meta {
background-color: #fff;
margin-bottom: 8px;
max-width:100%;
}

/* cesium iframe表示を見栄え良く */
#bucketBox {
    position: relative;
    width: 100%;
	height: 80vh; /* 画面縦80% */
}
/*  高さと幅の比を16:9に固定。9/16*100=56.25 */
/*
#bucketBox:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
*/
#bucketFrame {
	border: thin solid #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cesiumContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: thin solid #000;
}

/* twenty-fourteen のfull-width表示でサイドバーを消す */
/* デフォルトテンプレートでfull-width使っている！
.full-width #secondary,
.full-width .entry-header,
.full-width #page.hfeed.site::before {
	display: none;
}

.full-width #primary {
	padding : 0px;	
}

.full-width #content {
	margin-left : 0px;	
}
*/

/* Cesiumマップページのカスタマイズ */
.page-id-193 #site-header,
.page-id-193 #secondary,
.page-id-193 .entry-header,
.page-id-193 #page.hfeed.site::before
{
	display: none;
}

.page-id-193 #primary {
	padding : 0px;	
}

.page-id-193 #content {
	margin-left : 0px;	
}

#post-193 {
	margin-bottom : 0px;	
}
