@charset "utf-8";
@import url(////fonts.googleapis.com/css?family=Anton);

body {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,
ol,
li {
	list-style: none;
    padding: 0;
    margin: 0;
}
pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #666666;
}
.clear {
	clear: both;
	}
em {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

/* public */
img.fit-w-img,
.fit-w-img > img,
.fit-w-img > a > img {
    height: auto;
    width: 100%;
}

/* color */
.st-white,
.st-white a {
    color: #fff;
}
.st-bd-white {
    border-left: solid 1px #fff;
}
.st-bg-white {
    background-color: #fff;
    color: #333;
}
.st-black,
.st-black a {
    color: #333;
}
.st-bd-black {
    border-left: solid 1px #333;
}
.st-bg-black {
    background-color: #333;
    color: #fff;
}
.st-gray,
.st-gray a {
    color: #666;
}
.st-bd-gray {
    border-left: solid 1px #666;
}
.st-bg-gray {
    background-color: #666;
    color: #fff;
}
.st-lightgray,
.st-lightgray a {
    color: #f0ece7;
}
.st-bd-lightgray {
    border-left: solid 1px #F2F0EF;
}
.st-bg-lightgray {
    background-color: #F2F0EF;
    color: #333;
}

/* header */
#header {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header h1 {
    margin: 0;
    padding: 0;
}
.site-title img {
    height: auto;
    width: 100px;
}

/* footer */
#footer {
    font-size: 0.9em;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 50px;
}
#footer a {
    color: #fff;
}
#footer li {
    line-height: 2em;
}
#footer li a {
    color: #fff;
    transition-property: "border-left", "padding-left";
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
#footer li a:hover {
    border-left: solid 10px #fff;
    padding-left: 5px;
}
#copy {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

/* pagetop button*/
.pagetop {
	position: fixed;
	right: 10px;
	bottom: -45px;
	z-index: 9000;
	display: none;
    transition-property: bottom;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	}
.pagetop:hover {
    bottom: 0px;
}
/* sns-btn button */
.sns-btn {
    /* padding: 10px; */
    /*box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 4px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 4px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 4px 0px;*/
    display: none;
    position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 8999;
}
.sns-btn li {
    float: left;
    padding: 3px 15px 3px 15px;
    text-align: center;
    width: 62px;
}
img.sns {
    height: auto;
    width: 36px;//suzuki修正
}
/*suzuki追記*/
/*.sns-twitter {
    background-color: #55acee;
}
.sns-facebook {
    background-color: #3a5795;
}
.sns-google-plus {
    background-color: #dd4b39;
}
.sns-hatena {
    background-color: #1791db;
}
.sns-yahoo {
    background-color: #ff0033;
}
.sns-line {
    background-color: #1dcd00;
}
.sns-rss {
    background-color: #ff6600;
}*/


/* contents */
.cc-title {
    margin-bottom: 15px;
}
.cc-title,
.cc-new-title {
    border-bottom: solid 1px #333;
    padding-left: 15px;
}
.cc-title > h2,
.cc-new-title > h2 {
    font-family: 'Anton', impact, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    
        /*追記*/
    color: #333;
}
.cc-title > h2 {
    line-height: 1.6em;
}
.cc-title > h2,
.cc-new-title > h2 {
    line-height: 1.4em;
    margin-bottom: 0;
}



/*
 * pickup
 */
.pickup-title {
    padding-left: 15px;
}
.pickup-main,
.pickup {
    background-color: #ddd;
    border: solid 1px #aaa;
    margin-bottom: 15px;
}
.pickup-main img {
    transform: scale(0.98);
}
.pickup img {
    transform: scale(0.96);
}
.pickup-main img,
.pickup img {
    transition: transform 0.3s ease-in-out;
    max-width: 100%;
}
.pickup-main img:hover {
    transform: scale(1.04);
}
.pickup img:hover {
    transform: scale(1.08);
}

/* cc-new */
.cc-new-wrap {
    margin-bottom: 15px;
}
.cc-new {
    /*border-bottom: solid 1px #999;*/
    padding-top: 15px;
    padding-bottom: 15px;
    transition-property: background-color;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
}
.cc-new:hover {
    background-color: #fbb695;
}
.cc-new a {
    color: #333;
}
.cc-new h4 {
    border-bottom: solid 1px #999;
    font-size: 1em;
    padding-bottom: 5px;
}
.cc-new p {
    line-height: 1.2em;
}
.thum-86 {
    text-align: center;
}
.thum-86 img {
    background-color: #fff;
    border: solid 1px #999;
    height: auto;
    padding: 4px;
    width: 86px;
}


/* banner */
.banner {
    margin-bottom: 15px;
    text-align: center;
}
.hb-banner {
    background-color: #fe0000;
    margin: 0px auto 15px;
    max-width: 320px;
    padding-bottom: 5px;
}
.hb-banner img {
    height: auto;
    max-width: 300px;
}

.tw {
    width: 100%;
}

/*
 * media Queries Maxmum width of 767 pixels. 
 */
@media screen and (max-width: 767px) {
    .cc-new-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
    .cc-body {
        font-size: 1em;
    }
    .cc-title > h2,
    .cc-new-title > h2 {
        font-size: 1.4em;
    }
    h1.title_img {
        margin-top: 15px;
    }
    .pickup-main img,
    .pickup-main img:hover,
    .pickup img,
    .pickup img:hover {
        transform: none;
    }
    .navbar-collapse {
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            position: absolute;
            z-index: 8000;
            width: 100%;
    }
}