/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
.content {
}
body {
    color: #333;
	  font-size: 14px !important;
    line-height: 1.42857143;
		background:#fff;
}
#footerSection {
    margin-top: 10px;
}
#footMenu {
    display:none;
}
@media (max-width: 992px) {
.content {
    border-width: 4px 0;
    padding: 5px 5px;
}
.sideTower {
margin-top: 15px;
}
}
#fukimidashi {
    position: relative;
    padding: 5px 20px;
    font: bold 160%/1.6 Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
    border-top: #333 solid 3px;
    border-left: #333 solid 3px;
    border-right: #333 solid 3px;
    border-bottom: #333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
 from( rgba(255, 255, 255, 0.0)), 
 color-stop(0.4, rgba(255, 255, 255, 0.0)), 
 color-stop(0.4, rgba(0, 0, 0, 0.1)), 
 color-stop(0.6, rgba(0, 0, 0, 0.1)), 
 color-stop(0.6, rgba(255, 255, 255, 0.0)),
 to( rgba(255, 255, 255, 0.0))
 );
    background-image: -webkit-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: -moz-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: -o-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: linear-gradient(to bottom -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-size: 4px 4px;
}
/* 
--------------------------
見出し
--------------------------
 */
#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
    margin-top: 0;
    /* line-height: 1.4em; */
    width: auto;
    float: none;
    border: solid #000;
    background: none;
    border-width: 4px 0;
    height: auto;
}
#content h2, #content h1.contentTitle, #content h1.entryPostTitle {
    background: #fff;
    border-top: 2px solid #0a0a0a;
}
/* 
--------------------------
div
--------------------------
 */
.googlemap {
    position: relative;
    border: 4px solid #000;
    box-shadow: 0 2px 15px rgba(0,0,0,.15), 0 2px 30px rgba(0,0,0,.1);
} 

h2 {
    position: relative;
    padding: 5px 20px;
    font: bold 160%/1.6 Arial, Helvetica, sans-serif;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999;
    border-top: #333 solid 3px;
    border-bottom: #333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
 from( rgba(255, 255, 255, 0.0)), 
 color-stop(0.4, rgba(255, 255, 255, 0.0)), 
 color-stop(0.4, rgba(0, 0, 0, 0.1)), 
 color-stop(0.6, rgba(0, 0, 0, 0.1)), 
 color-stop(0.6, rgba(255, 255, 255, 0.0)),
 to( rgba(255, 255, 255, 0.0))
 );
    background-image: -webkit-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: -moz-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: -o-linear-gradient(top -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-image: linear-gradient(to bottom -45deg,
 transparent 40%,
 rgba(0, 0, 0, 0.1) 40%,
 rgba(0, 0, 0, 0.1) 60%,
 transparent 60%
 );
    background-size: 4px 4px;
}
element.style {
}

.tablepress .even td {
    background-color: #fff;
    text-align: left;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
    text-align: left;
}
/* 
--------------------------
Post Grid
--------------------------
 */
.skin.flat .layer-content {
    padding: 5px 0;
    color: #000;
    /* font-size: 100%; */
    background: #fff;
}
.element_0 {
    display: block;
    font-weight: bold;
    font-size: 1em;
    line-height: normal;
    padding: 5px 10px;
    text-align: center;
}
div.layer-media img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
@media (min-width: 770px)
{
#gMenu.itemClose .menu, #gMenu.itemOpen .menu {
    display: block;
    width: 100%;
}
}
.item {
    margin: 10px;
    height: auto;
    
}
div.layer-media img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
/* 
--------------------------
2017/4/30
--------------------------
 */
#fukidashi2 {
    /* width: 100%;*/
    font-size: 160%;
    position: relative;
    padding: .5em .75em;
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 6px;
}
#fukidashi2::after {
    margin-top: -2px;
    border-top: 15px solid #fff;
}
#nandemo {
    display: block;
    overflow: hidden;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    background-color: #efefef;
        /* width: 97%; */
    position: relative;
    padding: 1%;
    background: url(https://www.chibakan-tougane.net/wp-content/themes/tougane/img/title_pink.png);
    border: 3px solid #666;
    border-radius: 6px;
}
#nandemoblue {
    display: block;
    overflow: hidden;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    background-color: #efefef;
        /* width: 97%; */
    position: relative;
    padding: 1%;
    background: url(https://www.chibakan-tougane.net/wp-content/themes/tougane/img/title_blue.png);
    border: 3px solid #666;
    border-radius: 6px;
}
#nandemogreen {
    display: block;
    overflow: hidden;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    background-color: #efefef;
        /* width: 97%; */
    position: relative;
    padding: 1%;
    background: url(https://www.chibakan-tougane.net/wp-content/themes/tougane/img/title_green.png);
    border: 3px solid #666;
    border-radius: 6px;
}
#nandemoyellow {
    display: block;
    overflow: hidden;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    background-color: #efefef;
        /* width: 97%; */
    position: relative;
    padding: 1%;
    background: url(https://www.chibakan-tougane.net/wp-content/themes/tougane/img/title_yellow.png);
    border: 3px solid #666;
    border-radius: 6px;
}