/**
 * 共通部分
 */
body {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    /*overflow: scroll !important;*/
    font-size: 12px;
    color: #222;
    text-align: initial;
    background: none !important;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
    /*background: url(../img/icon_h2.png) no-repeat left center;*/
}

.cat h2 {
    padding-top: 0;
}

h2 img {
    vertical-align: sub;
    padding-right: 1vw;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: 7px solid #e15d20;
    padding-left: 16px;
}

.h3 {
    padding-left: 10px;
}

a {
    color: #000;
    font-size: 100%;
}

a:hover {
    color: #e15d20;
}

p {
    word-wrap: break-word !important;
}

.wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: bold !important;
}

.block {
    display: block;
}

.btn {
    padding: 10px 20px;
    font-size: 13px;
    background-color: #666666;
    color: #fff;
    border-style: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    color: #fff !important;
}

.btn-melma {
    background-color: #e15d20;
    color: #fff !important;
    border-radius: 5px !important;
}

.btn-more {
    background-color: #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 40%;
}

.btn-comment {
    padding: 4px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #efefef;
    color: #666666;
}

.btn-comment:hover {
    color: #666666 !important;
}

.btn-comment img {
    margin-right: 7px;
}

.btn-write,
.btn-write:hover {
    border: 1px solid #1a8ce4 !important;
    color: #1a8ce4 !important;
    background-color: #fff;
    padding: 10px 10px;
}

.btn-submit {
    padding: 4px 13px;
    font-size: 12px;
}

.btn-prev,
.btn-prev:hover {
    background-color: #999999;
    color: #fff;
    padding: 10px 50px;
    letter-spacing: 0.05em;
}

.alert {
    padding: 30px 20px;
    background-color: #ffbbbb;
    margin-bottom: 40px;
}

.alert p {
    margin-bottom: 0 !important;
}

.alert-info {
    background-color: #f6f1f1;
    margin: 30px 17px 0;
}

.btn-support,
.btn-support:hover {
    background-color: #9ac04b;
    color: #fff;
}

input[type="checkbox"].mag-check {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_check_off.png);
    background-size: contain;
}

input[type="checkbox"].mag-check:checked:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_check_on.png);
    background-size: contain;
}

.check {
    padding: 5px 0;
    margin: 30px 0;
}

.check .check-all {
    display: inline-block;
    margin-right: 13px;
    float: left;
}

.check span {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 4px;
    display: inline-block;
}

.check-archive {
    display: inline-block;
    margin-right: 13px;
    float: left;
    height: auto;
    width: auto;
}

.check-content {
    width: 88%;
    overflow: hidden;
}

.mb15 {
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.no-border {
    border: none !important;
}

.w100p {
    width: 100%;
}

/**
 * リストレイアウト
 */
.list {
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

.list-data {
    margin-top: 22px;
    float: left;
    width: 310px;
    height: 85px;
    position: relative;
}

.list-data:hover {
    color: #e15d20;
}

.list-data:nth-child(even) {
    float: right;
}

.list-data p.title .date {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.list-data p.title {
    float: right;
    width: 205px;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 0 0 0;
    line-height: 1.4em;
}
.list-data p.title.top-topics {
    width: 310px;
}

.list-data .update,
.list-data .category {
    float: right;

    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-top: -20px;
    bottom: 2px;
    right: 0;
    position: absolute;
}

.list-data .category {
    text-align: right;
    display: block;
    margin-top: 10px;
}

/**
 * リストレイアウト（3カラム）
 */
.col-3 .list-data {
    width: 198px;
    margin-right: 22px;
    height: 55px;
}

.col-3 .list-data:nth-child(even) {
    float: left;
}

.col-3 .list-data:nth-child(3n) {
    margin-right: 0;
}

.col-3 .list-data img {
    float: left;
}

.col-3 .list-data .title {
    float: left;
    width: 145px;
    line-height: 1em;
    margin-left: 10px;
    margin-bottom: 3px;
}

.col-3 .list-data .detail {
    float: left;
    width: 145px;
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.2em;
}

/**
 * ページナビ
 */
.page-navi {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    /*background: #eee;*/
    text-align: center;
}

.page-navi li {
    display: inline;
    margin: 0;
    padding: 0;
}

.page-navi li span,
.page-navi li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 8px !important;
    background: #efefef;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px !important;
}

.page-navi li span,
.page-navi li a:hover {
    background: #000;
    color: #fff !important;
}

.page-navi li.pre a,
.page-navi li.post a {
    background: none;
    vertical-align: inherit;
}

.page-navi p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}

.page-navi ul {
    display: inline-block;
    margin-left: -15vw;
}

/**
 * ヘッダー
 */
header {
    overflow: hidden;
    padding-bottom: 19px;
    border-bottom: 1px solid #e1e1e1;
}

.top header h1 {
    text-align: center;
    margin: 0 0 25px;
    display: block;
}

/**
 * ボックス
 */
.box {
    border: solid 1px #e1e1e1;
}

.box a {
    color: #e15d20;
}

.box h4 {
    background-color: #efefef;
    padding: 13px 17px !important;
    font-size: 16px;
    font-weight: bold;
}

.box .inner-box {
    font-size: 12px;
    padding: 13px 20px;
    overflow: hidden;
}

.box .inner-box p {
    margin: 6px 0 20px;
}

.content .box {
    margin-bottom: 40px;
}

.content .box .inner-box {
    padding: 25px 20px 30px;
}

.content .box .inner-box p {
    margin: 0;
}

/**
 * ヘッダーナビゲーション
 */

nav {
    /*min-width:1000px;*/
}

nav ul.navi small {
    text-align: left;
    margin-left: 15px;
}

nav ul.navi {
    /*display: table;*/
    /*table-layout: fixed;*/
    /*text-align: center;*/
    /*width: 100%;*/
}

nav ul.navi li {
    display: inline-block;
    float: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0;
}

nav ul.navi li.read {
    width: 50%;
    border-left: 2px solid #f2c651;
}

nav ul.navi li.write {
    width: auto;
    border-left: 2px solid #9cdcec;
}

nav ul.navi li.help {
    width: auto;
    border-left: 2px solid #c5e78e;
}

nav ul.navi li small {
    display: block;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
}

nav ul.navi-child li {
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding: 3px 17px;
}

nav ul.navi-child li:last-child {
    border-right: none;
}

nav a,
nav a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

/**
 * フッター
 */
footer {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    /*height: 100px;*/
    height: auto;
    background-color: #3b3b3b;
    color: #d4d4d4;
    font-size: 12px;
    padding: 50px 0;
    overflow: hidden;
}

.copyright {
    letter-spacing: 1px;
    /*margin-top: -10px;*/
}

footer ul {
    padding: 5px 0;
}

footer ul li {
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1;
}

footer ul li:last-child {
    border-right: none;
    padding-right: 0;
}

footer a,
footer a:visited {
    color: #d4d4d4;
    font-size: 12px;

}

.page-top {
    height: 40px;
    width: 80px;
    border-radius: 80px 80px 0 0;
    -moz-border-radius: 80px 80px 0 0;
    -webkit-border-radius: 80px 80px 0 0;
    background-color: #3b3b3b;
    clear: both;
}

.page-top img {
    margin: 18px 26px;
}

/**
 * メインコンテンツ
 */
.content {
    float: left;
    padding-top: 37px;
    display: block;
    /*width: 640px;*/
    width: 64%;
}

.search,
.new,
.ranking,
.popular,
.ad,
.category {
    overflow: hidden;
    margin-top: 60px;
}

.page-top {
    margin-top: 40px;
}

.search {
    margin-top: 0;
}

.search {
    position: relative;
}

.search .keyword {
    width: 515px;
    height: 35px;
    background: url(../img/icon_search.png) no-repeat 10px 10px;
    border: none;
    padding: 0 0 0 40px;
    margin: 0 12px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #efefef;
    font-size: 13px;
}

.search .btn {
    letter-spacing: 7px;
    /*padding: 10px 13px 10px 20px;*/
    padding: 8px 13px 8px 20px;
    float: right;
}

.popular-keyword a,
.popular-keyword {
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0 5px;
    line-height: 1.3;
}

.popular-keyword .title {
    color: #666666;
    font-weight: normal;
}

.top3 {
    float: left;
    width: 335px;
}

.top3 .list-data {
    width: 335px;
}

.top3 .list-data p.title {
    width: 196px;
}

.top3 .list-data .rank {
    font-size: 40px;
    font-weight: bold;
    vertical-align: top;
    margin: 0 15px 0;
}

.top3 .list-data:nth-child(even) {
    float: left;
}

.top3-next {
    width: 270px;
    float: right;
}

.top3-next .list-data {
    width: 270px;
    height: auto;
}

.top3-next .list-data .rank {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 0 0 0;
    text-align: right;
    width: 25px;
}

.top3-next .list-data p.title {
    font-size: 14px;
    width: 230px;
    letter-spacing: 1px;
}

/**
 * アーカイブ
 */
.archive {
    margin-top: 30px;
}

.archive a:hover {
    color: #e15d20;
}

.archive h4 {
    background-color: #efefef;
    padding: 14px 19px;
    font-size: 16px;
    font-weight: bold;
}

.archive h4 .btn {
    margin-top: -9px;
}

.archive h4 small a {
    font-size: 12px;
    font-weight: bold;
}

.archive h4 small span.active {
    font-size: 12px;
    background-color: #fff;
    font-weight: normal;
    padding: 0 8px;
}

.archive ul li {
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}

.archive ul li h5 a,
.archive ul li h5 {
    /*font-size: 20px;*/
    font-size: 16px;
    font-weight: bold;
    margin: 0;

}

.archive ul li span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    padding: 10px 0;
}

.archive ul li p {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
}

#aac ul {
    list-style-type: disc;
    margin-left: 30px;
}

#aac ul li {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}

p.commentArea {
    overflow: hidden; /*はみ出した要素を非表示*/
    position: relative; /*グラデーションの位置決め用*/
    transition: .2s; /*アニメーション表示用*/
}

p.commentArea.hide {
    height: 9em;
}

p.commentArea.hide::before { /*beforeでグラデーションを表示*/
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1em; /*グラデーションで隠す範囲*/
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#fff5f5f5', GradientType=0);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.intro p.commentArea.hide::before {
    background: none;
}

/**
 * サイドバー
 */
.sidebar {
    display: block;
    float: right;
    /*width: 300px;*/
    width: 30%;
    padding-top: 37px;
}

.sidebar .ad {
    margin-top: 0;
}

.sidebar .login,
.sidebar .information,
.sidebar .ranking,
.sidebar .calendar,
.sidebar .recommend,
.sidebar .register,
.sidebar .profile,
.sidebar .archive {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 0;
}

.sidebar .login .btn {
    padding: 10px 28px;
    color: #fff;
}

.sidebar .login .btn-group {
    margin: 0;
}

.sidebar a.mag-url {
    color: #e15d20;
}

.information ul {
    /*margin-left: 25px;*/
}

.information li:first-child {
    margin-top: 16px;
}

.information li {
    background: url(../img/icon_right.png) left top no-repeat;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.5em;
    padding-left: 30px;
    background-position: 0 2px;
    padding-bottom: 1px;
}

.information li .date {
    display: block;
    font-size: 10px;
    color: #666666;
}

.sidebar a {
    color: #222;
}

.information .next,
.sidebar .ranking .next {
    margin-bottom: 16px;
}

.information .next a,
.sidebar .ranking .next a {
    font-size: 12px;
    font-weight: bold;
}

.sidebar .top5 {
    width: 270px;
    float: right;
}

.sidebar .top5 .list-data {
    width: 270px;
    height: auto;
    margin: 0 0 22px;
    display: flex;
    align-items: center;
}

.sidebar .top5 .list-data .rank {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0.1em 0 0 0;
    padding-right: 0.4em;
    text-align: right;
    width: 35px;
}

.sidebar .top5 .list-data p.title {
    font-size: 14px;
    width: 240px;
    letter-spacing: 1px;
    margin-top: 0.2em;
    margin-bottom: 0;
}

.sidebar .register {
    background-color: #f9f6f6;
    border: dotted 1px #d5d4d4;
}

.sidebar .register h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.sidebar .ranking-cat h5 a {
    font-weight: bold;
}

.sidebar .ranking-cat h5 {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 15px 60px;
    margin: 0;
    border-bottom: solid 1px #d5d4d4;
    background: url('../img/icon_crown.png') no-repeat 20px 13px;
}

.sidebar .ranking-cat li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.sidebar .ranking-cat li img {
    width: 30px;
    vertical-align: middle;
}

.sidebar .ranking-cat li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.sidebar .archive li {
    border: none;
    padding: 0 0 10px;
}

.sidebar .archive li h5 {
    font-size: 12px;
    margin-bottom: 5px;
}

.sidebar .recommend img {
    display: inline-block;
    width: 30px;
    float: left;
    margin: 2px 8px 0 0;
}

.sidebar .recommend p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    overflow: hidden;
}

.sidebar .recommend p .reader {
    font-size: 12px;
    color: #666666;
    display: block;
}

/**
 * 下層ページ共通
 */
header {
    margin: 25px 0;
}

header .search {
    float: right;
}

header .search .keyword {
    width: 240px !important;
}

header h1 {
    display: inline-block;
}

header .logo {
    margin-bottom: 18px;
}

/**
 * パンくず
 */
.breadcrumb li {
    display: inline;
}

.breadcrumb li,
.breadcrumb li a {
    color: #333333;
    font-size: 12px;
}

.breadcrumb > li + li:before {
    content: ">";
    padding: 0 3px 0 2px;
}

/**
 * カテゴリページ
 */
.list-category h4 {
    font-size: 14px;
    font-weight: bold;

}

.list-category p {
    padding-top: 15px;
}

.label {
    background-color: #e1e1e1;
    font-size: 13px;
    display: inline-block;
    padding: 4px 5px;
    margin: 0 5px 5px 0;

}

.label:hover,
.label.active {
    background-color: #000000;
    color: #fff;

}

.new-block {
    margin-top: 40px;
    overflow: hidden;
}

.new-block .new-topics,
.new-block .new-comment {
    width: 48%;
}

.new-block .new-topics-2 {
    width: 100%;
}

.new-block .new-topics-2 li {
    width: 48%;
    float: left;
}

.new-block .new-topics-2 li:nth-child(even) {
    margin-left: 4%;
}

.new-block h3 {
    font-size: 18px;
    padding: 3px 0 3px 16px;
}

.new-block a:hover {
    color: #e15d20;
}

ol.new-topics-list,
ol.new-comment-list {
    margin-top: 20px;
}

ol.new-topics-list li {
    background: url(../img/icon_double.png) left top no-repeat;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5em;
    padding-left: 20px;
    background-position: 0 4px;
    float: left;
}

ol.new-topics-list li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.new-topics-more {
    font-size: 13px;
    font-weight: bold;
    background-color: #efefef;
    padding: 10px 15px;
}

ol.new-comment-list li {
    margin-bottom: 15px;
}

ol.new-comment-list li a {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5em;

}

ol.new-comment-list li a span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}

/**
 * バックナンバー
 */
.back .content {
    width: 72.8%;
}

.back .intro {
    background-color: #f9f6f6;
    padding: 0 20px 20px;
    border: dotted 1px #d5d4d4;
    overflow: hidden;
}

.back .intro h2 {
    font-size: 240%;
    padding-top: 10px;
}

.back .intro .cat-name {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin: 20px 0 0;
    width: 100%;
}

.back .intro p {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.back .intro h3 {
    font-size: 14px;
    font-weight: bold;
    border-left: 7px solid #e15d20;
    padding: 5px 0 5px 10px;
    margin-left: 1%;
    margin-bottom: 16px;
}

.back .intro .register {
    width: 70%;
    display: inline-block;
}

.back .intro .register p {
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0.05em;
    overflow: hidden;
    width: 100%;
}

.back .intro .register .confirm {
    font-weight: bold;
    overflow: hidden;
    float: left;
    font-size: 12px;
    margin: 11px 0 18px;
    letter-spacing: 0.05em;
}

.back .intro .register .mail {
    width: 75%;
    height: 26px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    margin: 0 12px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    float: left;
}

.back .intro .register .btn {
    width: 19%;
    letter-spacing: 1px;
    padding: 5px 13px 4px 9px;
    float: right;
    background-color: #e15d20;
    font-size: 14px;
    border-radius: 5px;
}

.back .intro .register a {
    color: #e15d20;
}

.back .intro .detail {
    float: right;
    width: 26.0%;
}

.back .intro .detail p {
    font-size: 120%;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.back .archive h5 {
    display: inline-block;
    width: 95%;
    margin-bottom: 10px;
}

.back .sns {
    margin-top: 10px;
}

.back .archive .created {
    vertical-align: top;
    padding: 0 10px 0 0;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.back .archive p {
    width: 100%;
    letter-spacing: 0.05em;
}

.back .archive p.archive-content {
    width: 95%;
}

.back .archive .archive-detail {
    float: right;
    padding: 0;
}

.back .archive p.name {
    font-weight: bold;
}

.back .archive p.name span {
    padding: 0 10px;
}

.back .content .more {
    margin-top: 30px;
}

.back .content .more-content {
    margin-top: 10px;
    margin-left: 4px;
}

.back .sidebar {
    width: 21.2%;
}

.back .sidebar .ad {
    overflow: hidden;
    margin: 20px 12% 0 12%;

}

.back .sidebar .profile {
    overflow: hidden;
}

/**
 * back-detail
 */
.back-detail .intro h2 {
    font-size: 160%;
    display: inline-block;
    width: 65%;
}

.back-detail .intro .register-btn {
    display: inline-block;
    float: right;
    width: 35%;
    padding: 20px 0;

}

.back-detail .intro .register-btn .btn,
.back-detail .intro .register-btn .btn:hover {
    font-size: 120%;
    width: 100%;
    color: #fff;
}

.back-detail .intro.register-only {
    margin-top: 50px;
    padding: 20px;

}

.back-detail .write-comment {
    display: none;
    background-color: #f0f4f7;
    border: 1px dotted #d6d7d9;
    padding: 20px;
    /*overflow: hidden;*/
}

.back-detail .write-comment h3 {
    font-size: 140%;
    font-weight: bold;
    border-left: 7px solid #1a8ce4;
    padding: 5px 0 5px 10px;
    margin-left: 1%;
    margin-bottom: 16px;
}

.back-detail .write-comment .nickname {
    width: 52.5%;
    height: 26px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    margin: 0 12px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}

.back-detail .write-comment .comment {
    width: 85%;
    height: 70px;
    border: 1px solid #000;
    padding: 5px 0 0 10px;
    margin: 10px 12px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
}

.back-detail .write-comment .captcha {
    font-size: 120%;
}

.back-detail .write-comment .captcha-image {
    margin: 10px 0 10px 0;
    display: block;
}

.back-detail .write-comment .captcha-text {
    width: 23%;
    height: 26px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    margin: 0 12px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    display: block;

}

.back-detail .write-comment p {
    font-size: 130%;
    width: 100%;
    /*margin-top: 13px;*/
    margin-bottom: 13px;
    display: block;
    float: left;
    text-align: left;
}

.back-detail .write-comment p .attention {
    display: block;
    color: #ee0000;
    font-weight: bold;
    margin-top: 13px
}

.back-detail .write-comment p .agreement {
    display: block;
    color: #222;
    font-weight: bold;
    margin: 27px 0 15px 0;
    text-align: center;
}

.back-detail .write-comment p .agreement a {
    color: #1a8ce4;
    font-size: 100%;
    font-weight: bold;
}

.back-detail .write-comment .btn-post {
    background-color: #1a8ce4;
    letter-spacing: 1px;
    padding: 5px 25px 5px 25px;
}

.back-detail .write-comment .post-box {
    text-align: center;
}

.back-detail .before-after {
    height: 81px;
    margin-top: 20px;
}

.back-detail .before-after p {
    font-size: 14px;
    text-align: left;
    display: block;
    font-weight: bold;
}

.back-detail .before-after span {
    font-size: 12px;
    color: #333333;
    display: block;
    vertical-align: bottom;
}

.back-detail .before {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
}

.back-detail .before p {
    width: 90%;
    position: absolute;
    top: 15px;
    left: 30px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.back-detail .before span {
    float: right;
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.back-detail .after {
    display: block;
    float: right;
    width: 50%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
}

.back-detail .after p {
    width: 90%;
    position: absolute;
    top: 15px;
    left: 15px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.back-detail .after span {
    float: right;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

/**
 * back-detail-content
 */
.back-detail-content {
    border: 1px solid #000;
    margin-top: 30px;
    padding: 15px 0 15px;
    overflow: hidden;
}

.back-detail-content .title {
    /*font-size: 28px;*/
    font-size: 24px;
    background: none;
    padding: 20px 0;
    margin: 0 20px;
}

.back-detail-content .created {
    color: #fff;
    padding: 5px 17px !important;
    background-color: #000;
    letter-spacing: 1px !important;
    float: left;
    margin: 0 20px 20px;
}

.back-detail-content .sns {
    float: right;
    margin: 0 20px 20px;
}

.back-detail-content p {
    border-top: 1px solid #efefef;
    font-size: 16px;
    clear: both;
    margin-top: 20px;
    padding: 20px 20px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.newest.archive ul li {
    height: 111px;
    overflow: hidden;
}

/**
 * result
 */
.result .content .ad {
    margin-top: 30px;
}

.result .content h2 {
    background: none;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.result .content h2 small {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

/**
 * カテゴリ一覧
 */

.cat-list .content {
    width: 100%;
}

.cat-list .category {
    margin-top: 0;
}

.cat-list .category h3 {
    border: none;
    padding: 10px 0;
    margin-left: 50px;
}

.cat-list .category h3 a {
    font-weight: bold;
}

.cat-list .category .one,
.cat-list .category .two {
    width: 49%;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    display: block;
    float: left;
}

.cat-list .category .two {
    margin-left: 2%;
}

.cat-list .category .one img,
.cat-list .category .two img {
    float: left;
}

.cat-list .category ul {
    display: inline-block;
    width: 100%;
    float: left;
}

.cat-list .category ul li {
    background: url(../img/icon_right.png) left top no-repeat;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5em;
    padding-left: 25px;
    background-position: 0 2px;
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

.cat-list .category ul li a {
    font-size: 13px;
    font-weight: bold;
}

.cat-list .category ul li a:hover {
    color: #e15d20;

}

.cat-list .category .category-list {
    display: block;
    clear: both;
    margin-top: 14px;
}

.cat-list .category .category-row {
    display: flex;
    align-items: unset;
    margin-bottom: 20px;
    overflow: hidden;
}

/**
 * メルマトピックス
 */
.melma-topics .content h2 {
    background: none;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 20px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.melma-topics .content .explain {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.07em;
}

.melma-topics .content .archive li h5 {
    background: url(../img/icon_double2.png) left top no-repeat;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    padding-left: 20px;
    background-position: 0 4px;
}

.melma-topics .content .archive li p {
    padding-left: 20px;
    color: #666666;
}

.melma-topics .content .archive li p span {
    font-weight: bold;
}

.melma-topics .content .archive ul li {
    padding: 15px 0 5px;
}

.melma-topics .content .archive ul li:first-child {
    border-top: 1px solid #efefef;

}

.melma-topics .content .archive .topics-result {
    font-size: 14px;
    margin-bottom: 27px;
    display: block;
    font-weight: bold;
}

/**
 * 登録完了
 */
.reader-register .content h2 {
    text-align: center;
}

.reader-register .content .h3 {
    margin: 50px 0 12px;
}

.reader-register .content .h3-child {
    margin: 0 17px 0 !important;
}

.reader-register .content .complete-text {
    margin: 50px 118px;
}

.reader-register .content .provisional-text {
    margin: 50px 110px;
}

.reader-register .content .complete-text a {
    color: #e15d20;
}

.reader-register .content h3 {
    font-size: 24px;
}

.reader-register .content .melma-list {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
}

.reader-register .content .melma-list a {
    color: #e15d20;
    font-weight: bold;
    font-size: 18px;
}

.reader-register .content .melma-list dt.head,
.reader-register .content .melma-list dd.head {
    font-size: 13px !important;
    color: #666666;
    font-weight: bold;
    margin-top: 0;
    border: none;
    padding: 0 2px;
}

.reader-register .content .melma-list dt {
    float: left;
    clear: left;
    margin-top: 10px;
    padding: 5px 13px;
    width: 480px;
    border: 1px solid #e1e1e1;
    font-size: 18px !important;
}

.reader-register .content .melma-list dd {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    padding: 6px 12px;
    width: 240px;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.reader-register .content .btn-box {
    margin-bottom: 70px;
}

.reader-register .btn-melma {
    font-size: 16px;
    padding-bottom: 10px;
}

/**
 * NewMagazine
 */
.support {
    border: 2px solid #9ac04b;
    background-color: #fafafa;
}

.support h4 {
    font-size: 20px;
    font-weight: bold;
    color: #9ac04b;
    margin-bottom: 18px;
}

.support h4 img {
    margin-right: 13px;
}

.support .support-box p {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

.support .support-box {
    margin: 17px auto 34px;
    text-align: center;
}

.newmagazine .archive li:first-child {
    border-top: 1px solid #efefef;
}

.newmagazine .archive p {
    display: block;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    margin-top: 10px !important;
}

.newmagazine .archive .publisher {
    display: block;
    overflow: hidden;
    margin-top: 14px;
    font-size: 16px;
}

.newmagazine .archive .publisher img {
    float: left;
}

.newmagazine .archive .publisher span {
    float: left;
    margin-left: 10px;
    color: #222;
    letter-spacing: 0.05em;
}

.newmagazine .archive .publisher span.published {
    color: #666666;
    font-weight: bold;
    float: right;
}

.newmagazine .sidebar .register {
    font-size: 12px;
}

.newmagazine .sidebar .register .mail {
    margin-bottom: 10px;
}

.newmagazine .sidebar .register .submit {
    margin-top: 10px;
}

.newmagazine .sidebar .register span {
    font-size: 12px;
    margin: 10px 0 25px;
    letter-spacing: 0.01em;
}

.newmagazine .sidebar .register a,
.newmagazine .sidebar .register a:hover {
    color: #e15d20;
    font-size: 12px;
}

/**
 * Ranking
 */
.rank20 .archive .rank3 li:first-child {
    border-top: 1px solid #efefef;
}

.rank20 .archive p {
    display: block;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    margin-top: 10px !important;
}

.rank20 .archive li {
    overflow: hidden;
}

.rank20 .archive .rank-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.rank20 .archive .rank-detail {
    display: inline-block;
    float: left;
    width: 495px;
}

.rank20 .archive span.rank {
    font-size: 40px;
    color: #222;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
    margin: -8px -10px 0;
}

.rank20 .archive .rank5 .rank-image img {
    width: 80px;
    margin-right: 30px;
}

.rank20 .archive .rank10 .rank-image {
    width: 70px;
}

.rank20 .archive .rank10 span.rank {
    margin: -8px 30px 0 20px;
}

.rank20 .archive .rank10 .rank-detail {
    width: 550px;
}

/**
 * Comment List
 */
.comment-list .content .intro {
    background: none !important;
    border: none !important;
}

.comment-list .content .intro h2 {
    font-size: 180%;
}

.comment-list .content .intro h2 img {
    vertical-align: middle;
    margin-right: 10px;
}

/**
 * OneColumnTemplate
 * TwoColumnTemplate
 */
.one-column .content {
    width: 100%;
    padding: 37px 13.6%;
}

.two-column .content {

}

.one-column .content h2,
.two-column .content h2 {
    background: none;
    padding: 0;
    font-size: 28px;
    margin-bottom: 25px;
}

.one-column .content h3,
.two-column .content h3 {
    font-size: 18px;
    margin-bottom: 25px;
}

.one-column .content p,
.two-column .content p {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.5em;
    letter-spacing: 0.04em;

}

.two-column .content .submit {

}

.two-column .content .submit .mail {
    width: 370px;
    height: 24px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    margin: 0 12px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    float: left;
}

.two-column .sidebar .submit .mail {
    width: 245px;
    height: 24px;
    border: 1px solid #000;
    padding: 0 0 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    float: left;
}

#articleCalenderTable {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}

#articleCalenderTable caption {
    margin-bottom: 10px;
}

#articleCalenderTable caption a {
    color: #e15d20;
}

#articleCalenderTable caption a:first-child {
    float: left !important;
}

#articleCalenderTable caption a:last-child {
    float: right !important;
}

#articleCalenderTable th {
    padding: 0.3vw;
    background: #eee;
}

#articleCalenderTable th.sun {
    background: #FFEBF2;
}

#articleCalenderTable th.sat {
    background: #EEF9FF;
}

#articleCalenderTable td {
    padding: 0.3vw;
}

#articleCalenderTable td a {
    color: #e15d20;
}

.calendar ul {
    float: right;
}

.calendar ul li a {
    display: block;
    padding-bottom: 4px;
    color: #e15d20;
}

#notifyPluraArticles a {
    display: inline-block;
    margin-top: 10px;
    color: #e15d20;
}

#notifyPluraArticles a:last-child {
    color: #000;
}

.calendar .inner-box {
    padding: 5%;
}
