/*! normalize.css v1.0.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
svg:not(:root) {
    overflow: hidden;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 75%;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
a {
    color: #8ab5c8;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}
h1, h2, h3, p {
    margin: 0;
    font-size: 100%;
    line-height: 1;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
dl, dd, menu, ol, ul, li {
    margin: 0;
    padding:  0;
    line-height: 1;
}
ul, ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    vertical-align: bottom;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   Frame style 
   ========================================================================== */
body {
    background: #bdd8e5 ; 
}

/* ==========================================================================
   title
   ========================================================================== */
header#ghead {
    height: 210px;
}
header#ghead h1 {
    margin: 45px  auto 35px;
    width: 196px;
    height: 25px;
}
header#ghead h1 a {
    display: block;
    width: 205px;
    height: 25px;
    text-indent: -999em;
    background: url(../images/header_logo.png) no-repeat left top; 
}



/* ==========================================================================
   menu
   ========================================================================== */
   
header#ghead nav.top {
    margin: 0 auto 13px;
    /*width: 600px;*/
	width: 260px; 
    height: 49px;
}

#menu01 li {
	list-style-type: none;
	float: left;
}

#menu02 li {
	list-style-type: none;
	float: left;
}

.about {
    width: 124px;
    background: url(../images/header_line.png) no-repeat right top;
}

.gallery {
    width: 124px;
    background: url(../images/header_line.png) no-repeat right top;
}
.member {
    width: 124px;
    background: url(../images/header_line.png) no-repeat right top;
}
.credit {
    width: 124px;
    background: url(../images/header_line.png) no-repeat right top;
}
header#ghead nav ul li a {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.about a {
    height: 49px;

    width: 114px;
    background-image: url(../images/header_menu01.png);
}

.gallery a {
    width: 114px;
    height: 49px;
    background-image: url(../images/header_menu02.png);
}
.member a {
    width: 114px;
    height: 49px;
    background-image: url(../images/header_menu03.png);
}

.credit a {
    width: 114px;
    height: 49px;
    background-image: url(../images/header_menu04.png);
}
.facebook a {
	margin-left: 20px;
    width: 32px;
    height: 49px;
    background-image: url(../images/header_facebook.png);
}
.twitter a {
    width: 32px;
    height: 49px;
    background-image: url(../images/header_tweet.png);
}
.instagram a {
    width: 32px;
    height: 49px;
    background-image: url(../images/header_insta.png);
}
header#ghead nav.btm {
    margin: 0 auto 23px;
    width: 900px; 
    height: 50px;
}

header#ghead nav ul li span{
    display: block;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}

.tags {
	margin-left: 10px;
    width: 63px;
    background: url(../images/tags_title.png) no-repeat top;
}

.tag_01 {
	width: 92px;
}
/*onnanocos*/
.tag_01 a {
    width: 92px;
	height: 40px;
    background: url(../images/tags_05.png) no-repeat top;
}
/*Anser?*/
.tag_01b a{
	width: 92px;
	height: 40px;
	background: url(../images/tags_05b.png);
}
/*名和風歌*/
.tag_02 a {
    width: 92px;
    height: 40px;
    background: url(../images/tags_06.png) ;
}
/*新実芹菜*/
.tag_03 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_07.png);
}
/*川井裕妃*/
.tag_04 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_08.png);
}
/*谷本琳音*/
.tag_05 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_09.png);
}
/*津守望乃*/
.tag_06 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_10.png);
}
/*沼田楓愛*/
.tag_07 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_11.png);
}
/*下村なつき*/
.tag_08 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_12.png);
}
/*小澤零華*/
.tag_09 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_13.png);
}
/*磯輪華音*/
.tag_10 a {
    width: 92px;
    height: 40px;
    background-image: url(../images/tags_14.png);
}
/*西村円花*/
.tag_11 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_15.png);
}
/*國井かれん*/
.tag_12 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_16.png);
}
/*臼井ゆい*/
.tag_13 a{
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_17.png);
}
/*堀井麻菜香*/
.tag_14 a{
	width: 92px;
	height: 40px;	
	background-image: url(../images/tags_18.png);
}
/*藤田音歌*/
.tag_15 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_19.png);
}
/*高等部１年*/
.tag_16 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_20.png);
}
/*高等部２年*/
.tag_17 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_21.png);
}
/*高等部３年*/
.tag_18 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_22.png);
}
/*中等部１年*/
.tag_19 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_23.png);
}
/*中等部２年*/
.tag_20 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_24.png);
}
/*中等部３年*/
.tag_21 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_25.png);
}
/*合唱部*/
.tag_22 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_26.png);
}
/*テニス部*/
.tag_23 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_27.png);
}
/*水泳部*/
.tag_24 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_28.png);
}
/*バスケ部*/
.tag_25 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_29.png);
}
/*バレーボール部*/
.tag_26 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_30.png);
}
/*フラダンス部*/
.tag_27 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_31.png);
}
/*手芸部*/
.tag_28 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_32.png);
}
/*料理部*/
.tag_29 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_33.png);
}
/*琴部*/
.tag_30 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_34.png);
}
/*ハンドボール部*/
.tag_31 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_35.png);
}
/*ゴルフ部*/
.tag_32 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_36.png);
	}
/*のの_01*/
.tag_37 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_37.png);
	}
/*ふうあ_02*/
.tag_38 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_38.png);
	}
/*まなか_03*/
.tag_39 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_39.png);
	}
/*ねねか_04*/
.tag_40 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_40.png);
	}
/*えみり_05*/
.tag_41 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_41.png);
	}
/*さあや_06*/
.tag_42 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_42.png);
	}
/*ゆうき_07*/
.tag_43 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_43.png);
	}
/*ゆい_08*/
.tag_44 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_44.png);
	}
/*かれん_09*/
.tag_45 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_45.png);
	}
/*ゆり_10*/
.tag_46 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_46.png);
	}
/*オンナノコズ_170817～*/
.tag_47 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_47.png);
	}
/*Answer?_170817～*/
.tag_48 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_48.png);
	}

/*onnanocos_170817～*/
.tag_49 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_49.png);
	}
/*nagoya_170817～*/
.tag_50 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_50.png);
	}
/*名古屋_170817～*/
.tag_51 a {
	width: 92px;
	height: 40px;
	background-image: url(../images/tags_51.png);
	}


/* ==========================================================================
   footer
   ========================================================================== */

footer#gfoot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 46px;
    /*margin-top: -6px;*/
    /*height: 240px;*/
    background: url(../images/footer_bg.png) repeat-x center top;
}
footer#gfoot .inner {
    margin: 0 auto;
    padding: 0px 0 0;
    width: 980px;
    height: 46px;
    text-align: center;
    position: relative;
}
footer#gfoot .gsns {
    padding: 13px 0 0 10px;
    width: 260px;
    position: absolute;
    left: 0;
}
footer#gfoot .gsns ul li {
    float: left;
    overflow: hidden;
}
footer#gfoot .gsns ul li.twitter {
    width: 76px;
}
footer#gfoot .gsns ul li.facebook {
    margin-right: 6px;
    width: 71px;
}
footer#gfoot .gsns ul li.google {
    width: 35px;
}
footer#gfoot .copy {
    padding: 15px 0 0;
    width: 274px;
    height: 18px;
    display: inline-block;
    /*float: left;*/
    text-indent: -999em;
    background: url(../images/copyright.png) no-repeat left 19px;
}
footer#gfoot .gcntr {
    width: 30px;
    height: 30px;
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 1px;
}
footer#gfoot .gcntr a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    background: url(../images/cntr_pagetop.png) no-repeat left top;
}

/*footer#gfoot*/
article#main {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
}



.hBookmark-widget-counter {
    display: none !important;   
    height: 0;
}
/* ==========================================================================
   Top style 
   ========================================================================== */
.posts {
    width: 1000px;
    margin: 0 auto;
}
.posts:after {
   content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
.posts .box {
    /*position: static !important;*/
    padding: 0px 4px 8px;
    float: left;
}
.posts .box .inner {
    padding: 5px 5px 12px;
    margin-bottom: 10px;
    width: 310px;
    overflow: hidden;
    background: #ffffff  no-repeat center bottom; 
}
.posts .box figure, #list .box figure a {
    display: block;
}
.posts .box figure a img { 
    width: 310px;
    height: auto;
}
.posts .box .inner .innerV {
    overflow: hidden;
}
.posts .box .tumblr_video_container {
    /*width: 229px !important;*/
    /*height: auto !important;*/
    margin-left: -10px;
    overflow: hidden;
}
.posts .box .info p {
    margin: 7px 0 0 2px;
    font-size: 80%;
    color: #999999;
    line-height: 1;
}
.posts .box .info nav {
    padding-top: 9px;
    text-align: right;
}
.posts .box .info nav a {
    margin: 0 1px;
    display: inline-block;
}
.posts .box .caption {
    width: 228px;
} 
.posts .box .caption p {
    /*line-height: 1.5;*/
}
.posts .box .caption p img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Detail style 
   ========================================================================== */

.posts .box {
    position: relative;
}
