@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

body {font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;font-size: 103%;line-height: 1.5;color: #333333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;word-wrap: break-word;background: #f7f7f7;}

/* ----------------------------- */
/* スマホ表横スクロール */
/* ----------------------------- */

@media only screen and (max-width: 480px) {
.tscroll table{
 width:100%;
 margin-bottom: .5em;
}
.tscroll{
 overflow: auto;
 margin-bottom: 2em;
}
.tscroll::-webkit-scrollbar{
 height: 5px;
}
.tscroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.tscroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}

@media only screen and (min-width: 768px) {
 #container #logo img{
 max-height:initial;
 }
}

@media only screen and (min-width: 1166px) {
 .single .byline .cat-name{
 transform: rotate(0);
 position: static;
 }
}

/* ----------------------------- */
/* CTA */
/* ----------------------------- */
#main 
.cta-inner{
	background-color:#ffeed6;
	color:#000;
}

/* ----------------------------- */
/* パンくず・コンテンツ下ページ */
/* ----------------------------- */

.widget li a:after{color: #666666 !important;
}

/* ----------------------------- */
/* フローティングメニュー*/
/* ----------------------------- */

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}

/* ----------------------------- */
/* LPページ幅*/
/* ----------------------------- */


.search-tbl-ttl{
	font-weight:bold;
	text-align:center;
	border-bottom:solid 2px #ddd;
}
