@charset "utf-8";

@media screen and (max-device-width: 480px){
    html {
        font-size: 62.5%;
    }
}

body {
	line-height: 1.6;
    color: #222;
    background-color: #f3f3f3;
}

    body.for-mobile {
    	line-height: 1.4;
    }

body,
pre {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    /*color: #00608d;*/
    color: #666;
}

a:link {
    /*color: #00608d;*/
    color: #666;
}

a:visited {
    /*color: #841a75;*/
    color: #666;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

a:active {
}

i {
    display: inline-block;
    margin-right: 0.5em;
}

    .ajax-loading i {
        overflow: hidden;
        width: 11px;
        height: 11px;
        text-indent: -9999px;
        background-image: url(../image/loader.gif);
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    i.icon-bookmark {
        margin-right: 0.3em;
    }
    
    i.icon-facebook-2 {
        color: #3b5998;
    }
    
    i.icon-hatebu-2 {
        color: #568bca;
    }

    i.icon-twitter {
        margin-right: 0.1em;
        color: #00acee;
    }
    
    i.icon-quote {
        margin-right: 0.1em;
        color: #bbb;
    }
    
input[type=text],
input[type=password],
select,
textarea {
    border-color: #ccc;
    border-radius: 0;
}

    input[type=text],
    input[type=password],
    textarea {
        width: 100%;
    }
    
    textarea#post-topic-content {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 !important;
    }
    
    .for-tablet input[type=text],
    .for-tablet input[type=password],
    .for-tablet select,
    .for-tablet textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
input[type=submit] {
    padding: 10px;
}

select {
    border-radius: 0;
}

textarea {
    height: 10em;
}

    .comment-section textarea,
    .reply-section textarea {
        height: 6em;
    }
    
.for-mobile .disable-mobile {
    display: none !important;
}

.overflow-hidden {
    display: block;
}

.button {
    font-weight: normal;
}

.result,
.error,
.attention {
    font-size: 12px;
    font-size: 1.2rem;
}

    .result .button,
    .error .button,
    .attention .button {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
.result {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #d7eef6;
    border: 1px solid #00aeef;
    color: #000 !important;
}

    .result .button {
        margin-top: 10px;
    }
    
.error {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #faf1f1;
    border: 1px solid #f00;
    color: #000 !important;
}

.attention {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff3b8;
    border: 1px solid #fcc800;
    color: #000 !important;
}

    /*
    .attention.delete {
        margin-bottom: 0;
        padding: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
    }
    */
    
.point {
    background-color: #f3f3f3;
    padding: 15px;
    text-align: center;
}

    .for-mobile .point {
        padding: 10px;
    }
    
    .point p {
        margin-bottom: 1em;
    }

.note {
    font-size: 12px;
    font-size: 1.2rem;
}

.close {
    float: right;
}

    .close {
        cursor: pointer;
    }

    .close:hover {
        text-decoration: underline;
    }

#wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

    .for-mobile #wrapper {
        padding: 0;
    }
    
#header {
    margin: 0 -20px;
    background-color: #222;
}

    .for-mobile #header {
        margin: 0;
        padding: 0 10px;
    }
    
#header-inner,
#body,
#footer-inner {
    margin: 0 auto;
    max-width: 728px;
    _width: 728px;
}

#header-inner {
    padding: 0 20px;
}

    .for-mobile #header-inner {
        padding: 0;
    }
    
#logo {
    font-family: 'Poppins', sans-serif;
    float: left;
}

    #logo a {
        display: inline-block;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 15px 0;
        color: #fff !important;
    }

    .for-mobile #logo a {
        font-size: 20px;
        font-size: 2rem;
        padding: 10px 0;
    }

#global-nav {
}

    #global-nav ul,
    #global-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    #global-nav li {
        display: inline-block;
        #display: inline;
        #zoom: 1;
        vertical-align: middle;
    }
    
    #global-nav li a,
    #global-nav li .no-anchor {
        display: block;
        padding: 20px 15px;
        outline: none;
        color: #ccc;
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem;
    }
    
        .girl #global-nav li a,
        .girl #global-nav li .no-anchor {
            color: #fef2f4;
        }
        
        .for-mobile #global-nav li a,
        .for-mobile #global-nav li .no-anchor {
            padding: 10px;
        }
        
    #global-nav li .no-anchor {
        text-decoration: line-through;
    }
    
    #global-nav li a:hover,
    #global-nav li.focused a {
        color: #fff;
        text-decoration: underline;
    }

#search-form {
    float: right;
    width: 55%;
    margin-top: 20px;
    padding: 5px 10px;
    line-height: 1;
    background-color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    border-radius: 30px;
}
    
    .for-mobile #search-form {
        width: 50%;
        margin-top: 11px;
    }
    
    .search-form-left,
    .search-form-right {
        display: inline-block;
        vertical-align: middle;
    }
    
    .search-form-left {
        width: 8%;
    }
    
    .search-form-right {
        width: 92%;
        height: 19px;
        overflow: hidden;
    }
    
    #search-form * {
        margin:0 !important;
        padding:0 !important;
        border-style: none !important;
        font-size: 12px;
        box-shadow: none !important;
    }
    
    #search-form .gsc-search-button{
        display: none;
    }
     
#footer {
    margin: 0 -20px;
    padding: 30px 20px;
    border-top: 1px solid #dedede;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}

    .for-tablet #footer {
        padding-top: 20px;
    }
    
    .for-mobile #footer {
        margin: 0;
        padding: 10px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    
    #footer a {
        color: #666;
    }

#footer-inner {
}

.footer-section {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

    .for-mobile #footer-logo.footer-section,
    .for-mobile #subtitle.footer-section,
    .for-mobile #footer-nav.footer-section {
        width: auto;
    }
    
    .footer-section ul {
        margin: 0 -10px;
    }
    
    .footer-section li {
        display: inline-block;
        #display: inline;
        #zoom: 1;
        margin: 0 10px;
    }
    
        .for-mobile .footer-section li {
            margin: 0 5px;
        }
        
#copyright {
    color: #999;
}
    
#page-top {
    margin: 40px -20px 0 -20px;
    text-align: center;
    background-color: #222;
}

    .for-mobile #page-top {
        margin: 0;
    }
    
    #page-top a {
        display: block;
        padding: 10px;
        color: #fff !important;
    }

.round-button {
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #006e71;
    text-decoration: none !important;
}

    .round-button:hover {
        color: #fff !important;
        background-color: #006062;
    }
    
.flat-button {
    display: inline-block;
    min-width: 8em;
    padding: 15px;
    border-radius: 2px;
    background-color: #222;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border-style: none !important;
    cursor: pointer;
}

    .flat-button i {
        color: #fff !important;
    }
    
    .flat-button:hover {
        color: #fff !important;
        background-color: #000;
    }

    .flat-button.small {
        padding: 5px 10px;
    }
    
.overflow-hidden {
    display: block;
}

.disable {
    color: #999;
}

.separator {
    padding: 0 2px;
    color: #ccc;
    cursor: text;
}

.section {
    margin: 20px 0
}

    .for-mobile .section {
        margin: 10px 0;
    }
    
    .section h2,
    .section h3,
    .section h4,
    .section h5,
    .section h6 {
        margin: 10px 0;
    }
    
    .section > h2 {
        margin-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }
    
    .girl .section > h2 {
        border-color: #e3ded3;
    }
    
    .section p,
    .section ul,
    .section ol {
        margin: 10px 0;
    }
    
    .section li {
        margin: 0 10px 0 40px;
    }
    
    .section ul li {
        list-style-type: disc !important;
    }
    
    .section ol li {
        list-style-type: decimal !important;
    }

.title {
	overflow: hidden;
	text-align: center;
    color: #666;
}

    .for-mobile .title {
        margin-top: -1px;
        padding: 10px;
        border-top: 1px solid #dedede;
        background-color: #f0f0f0;
        color: inherit;
    }
     
.title span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

    .for-mobile .title span {
    	position: static;
    	display: inline;
    	margin: 0;
    	padding: 0;
    }
    
.title span::before,
.title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #dedede;
}

    .for-mobile .title span::before,
    .for-mobile .title span::after {
        display: none;
    }
    
.title span::before {
	right: 100%;
}

.title span::after {
	left: 100%;
}

.list {
}

    .list li {
        padding: 15px 0;
        border-top: 1px solid #dedede;
        font-size: 15px;
        font-size: 1.5rem;
    }
    
        .topic-list .list li:first-child {
            padding-top: 0;
            border-style: none;
        }
        
        .for-mobile .list li {
            margin: 0 -10px;
            padding: 10px;
            font-weight: normal;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4;
        }
        
        .for-mobile .topic-relate-section .list li {
            font-weight: bold;
        }
        
    .list .list-meta {
        margin-right: 5px;
        color: #999;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: normal;
    }
    
        .topic-relate-section .list .list-meta {
            display: none;
        }
        
        .for-mobile .topic-relate-section .list .list-meta {
            display: block;
        }
    
.list-title {
    display: block;
    margin-right: 80px;
    color: #222 !important;
}

    .for-mobile .list-title {
        margin: 0;
    }
    
.comment-count {
    float: left;
    width: 60px;
    margin-right: 20px;
    text-align: center;
}

    .for-mobile .comment-count {
        margin-right: 10px;
    }
    
    .comment-count a {
        text-decoration: none;
    }
    
    .comment-count .count,
    .comment-count .label {
        display: block;
    }
    
    .comment-count .count {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    .comment-count .label {
        font-size: 11px;
        font-size: 1.1rem;
        color: #999;
    }

.matome-thumbnail {
    float: left;
    margin-right: 20px;
}

    .for-mobile .matome-thumbnail {
        margin-right: 10px;
    }
    
    .matome-thumbnail-img {
        display: block;
        width: 60px;
        height: 60px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #eee;
    }

.page-nav {
    text-align: center;
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

    .for-mobile .page-nav {
        padding-top: 10px;
    }
    
.topic-list,
.topic-section,
.comment-list {
    margin: 20px 0;
    background-color: #fff;
}

    .topic-list {
        padding: 20px;
    }
    
    .topic-section,
    .comment-list {
        padding: 30px 60px;
    }
    
    .for-mobile .topic-list,
    .for-mobile .topic-section,
    .for-mobile .comment-list {
        margin: 0;
        padding: 10px;
    }
    
    .for-mobile .topic-list,
    .for-mobile .comment-list {
        border-top: 1px solid #dedede;
    }
    
.comment-section {
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

    .comment-list .comment-section:first-child {
        padding-top: 0;
        border-style: none;
    }
    
    .for-mobile .comment-section {
        margin: 0 -10px;
        padding: 10px;
    }
    
.comment-content-body {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 5px;
}

    .for-mobile .comment-content-body {
        margin-top: 0;
    }

.topic-content,
.comment-content {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

    .topic-content p,
    .comment-content p {
        margin-bottom: 1em;
    }
    
    .topic-content p:last-child,
    .comment-content p:last-child {
        margin-bottom: 0;
    }
    

.topic-meta,
.comment-meta {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 5px;
}

    .comment-meta .topic-date {
        display: block;
        text-align: right;
    }

    .for-mobile .comment-list .comment-section:last-child .comment-meta {
        margin: 0;
    }
    

.reply-meta {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
}

    .topic-meta,
    .comment-meta,
    .reply-meta,
    .topic-meta a,
    .comment-meta a,
    .reply-meta a {
        color: #999;
    }
    
.topic-title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.3;
}
    
    .topic-title a {
        display: block;
        color: #222;
        outline: none;
    }
    
    .for-mobile .topic-title {
        font-size: 20px;
        font-size: 2rem;
    }
    
.topic-matome-description {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999 !important;
}

    .single .topic-title .topic-matome-description {
        display: block;
    }

    .for-mobile .topic-title .topic-matome-description {
        display: block;
        font-size: 11px;
        font-size: 1.1rem;
    }

.comment-content-title {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

    .comment-content-title.with-body {
        margin-bottom: 0;
    }
    
    .comment-content-title a {
        display: block;
        color: inherit;
        text-decoration: none;
    }
    
    .for-mobile .comment-content-title {
    }

.comment-img {
    display: inline-block;
    margin-top: 10px;
    border: 3px solid #f3f3f3;
}

    .for-mobile .comment-img {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .comment-img img {
        max-width: 100%;
        height: auto;
    }
    
.comment-quote {
    font-size: 16px;
    font-size: 1.6rem;
    color: #444;
}

    a:hover .comment-quote {
        text-decoration: none !important;
    }
    
    .for-mobile .comment-quote {
    }

.comment-quote-anchor {
    text-decoration: none !important;
}

    .comment-quote-anchor:hover .site-title,
    .comment-quote-anchor:hover .site-url {
        text-decoration: underline;
    }
    
.site-quote-url {
    
}

.comment-code {
    
}

    .comment-code code {
        display: block;
        margin: 10px 0;
        padding: 10px;
        overflow: auto;
        background-color: #222;
        font-family: Consolas,Monaco,"Courier New",Courier,monospace !important;
    }

    .comment-list-section .comment-code {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
    }

.comment-toggle-section {
    font-size: 12px;
    font-size: 1.2rem;
}

    .comment-toggle-section .button {
        margin-right: 5px;
        color: #666 !important;
        line-height: 1;
    }
    
    .for-mobile .comment-toggle-section .button {
        margin-right: 0;
        margin-bottom: 2px;
        min-width: 100px;
    }

.edit-comment {
}

    .edit-comment.ajax-loading,
    .expand-image.ajax-loading {
        padding-left: 21px;
        background-image: url(../image/loader.gif);
        background-position: 5px 50%;
        background-repeat: no-repeat;
    }

.site-section {
    display: block;
    margin-top: 0;
}

    .site-section.with-body {
        margin-top: 10px;
    }
    
    .for-mobile .site-section {
        padding: 0;
    }
        
    .site-section a {
        display: block;
        text-decoration: none;
    }

    .relate-link .site-section a {
        border-style: none;
        background-color: transparent;
        padding: 0;
    }
    
.site-title,
.site-url,
.site-description {
    display: block;
}

    .site-section .site-title {
        text-decoration: underline !important;
    }
    
        .relate-link .site-section .site-title {
            text-decoration: none !important;
            font-weight: normal;
        }
        
        .relate-link .site-section:hover .site-title {
            text-decoration: underline !important;
        }
        
    h4.site-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
        .relate-link h4.site-title {
            font-size: 100%;
        }
        
    span.site-title {
        font-size: 11px;
        font-size: 1.1rem;
        color: #999;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.site-domain,
.site-url,
.site-description {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    color: #999 !important
}

.site-description {
    margin-top: 0.5em;
}

.site-url {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .form-col .site-url {
        font-weight: bold;
    }
    
    .relate-link .site-url {
        display: none;
    }
    
.site-icon {
    float: left;
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-right: 5px;
    margin-right: 0.5rem;
    color: #999;
}

    .for-mobile .site-icon {
        margin-right: 3px;
        margin-right: 0.3rem;
    }
    
.reply-list {
    margin: 20px 0 0 60px;
    padding-left: 30px;
    border-left: 1px solid #dedede;
}

    .for-mobile .reply-list {
        margin: 10px 0 0 30px;
        padding-left: 10px;
    }
    
.reply-section {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0;
}

    .reply-list .reply-section:first-child {
        margin-top: 0;
    }
    
    .reply-list .reply-section:last-child {
        margin-bottom: 0;
    }
    

.reply-content {
}
    
    .reply-content i {
        float: left;
    }

.post-share {
    margin-top: 20px;
}

.ad-section {
    text-align: center;
}

.form-section {
}

    .form-section .topic-section,
    .form-section .comment-section,
    .form-section .reply-section {
        padding: 20px;
    }

        .for-mobile .form-section .topic-section,
        .for-mobile .form-section .comment-section,
        .for-mobile .form-section .reply-section {
            padding: 10px;
        }
        
.form-col {
    margin-bottom: 10px;
}

    .form-col.col-1{
        width: 50%;
    }
        .for-mobile .form-col.col-1 {
            width: auto;
        }
        
    .form-col.col-center{
        margin: 0 auto 10px auto;
    }

    .form-col label {
    }
    
    .form-col label .note {
        font-size: 12px;
        font-size: 1.2rem;
        margin-left: 5px;
    }
    
.form-submit {
}

    .form-submit .submit {
        float: right;
    }

    .form-submit .cancel {
        float: left;
    }

.form-cancel {
    margin-top: 20px;
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #dedede;
}

    .girl .form-cancel {
        border-color: #e3ded3;
    }
    
    .for-mobile .form-cancel {
        margin-top: 10px;
        margin-bottom: 0;
    }

.facebook-plugin iframe {
    width: 100% !important;
}

    .form-section .facebook-plugin {
        border: 1px solid #ddd;
        background-color: #fff;
    }
    
    .girl .form-section .facebook-plugin {
        border-color: #e3ded3;
    }
    
    .for-mobile .form-section .facebook-plugin {
        margin: 10px 0;
    }

.twitter-plugin {

}

    .form-section .twitter-plugin {
        margin: 15px 0;
    }
    
    .for-mobile .form-section .twitter-plugin {
        margin: 10px 0;
    }

.slide-in {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

.for-mobile .advertise {
    font-size: 11px;
    afont-size: 1.1rem;
}

.ad-section {
    margin: 20px 0;
    text-align: center;
}

    .for-mobile .ad-section {
        background-color: #fff;
        margin: -1px 0 0 0;
        padding: 10px 0;
        border-top: 1px solid #dedede;
    }
    
    .ad-section ul {
        margin: 0 -10px;
    }
    
        .for-mobile .ad-section ul {
            margin: 0;
        }
        
    .ad-section li {
        display: inline-block;
        #display: inline;
        #zoom: 1;
        margin: 0 10px;
    }
    
        .for-mobile .ad-section li {
            margin: 0;
        }

.information {
    margin: 20px 0;
    padding: 20px;
    background-color: #009b9f;
    color: #fff;
    text-align: center;
}

    .for-mobile .information {
        margin: 0;
        padding: 10px;
    }
    
    .information a {
        color: #fff !important;
        text-decoration: underline;
    }
    
    .information p {
        margin-bottom: 10px;
    }

    .information p:last-child {
        margin-bottom: 0;
    }

    .information .round-button {
        display: block;
    }
    
