/*-
*ヘッダー
*/
@media (min-width: 768px){
    form.header_form select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-right: -28px;
        width: 174px;
        border-left: none;
    }

    label:before {
        background-color: #000000;
        border-radius: 5px;
        content: "";
        display: inline-block;
        height: 20px;
        margin-right: -11px;
        vertical-align: middle;
        width: 8px;
    }

    label:after {
    content: "";
    width: 8px;
    height: 8px;
    top: 62px;
    right: 62px;
    position: absolute;
    bottom: 0;
    margin-right: -31px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    }

    form.header_form {
       /* margin-top: 10px;*/
        padding: 4px 29px;
        height: 27px;
        margin-bottom: 6px;
    }
    .sns_nav {
        -moz-transition: all 0.5s ease-in-out; /* Firefox */
        -webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
        -o-transition: all 0.5s ease-in-out;  /* Opera */
        transition: all 0.5s ease-in-out;
    }
    .nav_btn span:nth-child(1) {
        top: 46%;
    }
    .nav_btn span {
        border-bottom: 2px solid #000;
    }
    .after_btn span {
        border-bottom: 2px solid #fff;
    }
    .nav_btn.after_btn span:nth-of-type(2) {
        transform: translateY(-6px) rotate(45deg);
    }
}
@media screen and (max-width: 768px){
    .retrieval_icon a:before {
        position: absolute;
        content: "";
        width: 11px;
        height: 11px;
        top: calc(50% - 5px);
        right: 110px;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #fff;
    }

    .retrieval_icon a:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 12px;
        top: calc(50% + 6px);
        right:  104px;
        border-top: 3px solid #fff;
        transform: rotate(45deg);
    }
    .header_logo{
        width: 248px;
    }
    .nav_btn{
        width: 80px  !important;
        height: 73px  !important;
    }
    .retrieval_icon a {
        top: 32px  !important;
        right: 150px  !important;
    }
    .after_btn span:nth-of-type(1) {
        transform: translateY(4px) rotate(-45deg) !important;
    }
    .nav_btn span {
        border-bottom: 3px solid #000;
    }
    .after_btn span {
        border-bottom: 2px solid #fff;
    }
    .nav_btn.after_btn span:nth-of-type(2) {
        transform: translateY(-11px) rotate(45deg);
    }
}

/*-
*検索バー
*/
.sp-searchForm{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0px !important;
    left: 0;
    z-index: 1001;
    text-align: center;
}
.ui-menu {
    z-index: 1001;
}

.sp-searchForm .search_area {
    position: relative;
    max-width: 100% !important;
    margin: 0 auto;
}

.sp-searchForm .search_area input[type="search"]{
    background-color: transparent;
    border-bottom: solid 1px #fff;
    border-right: none;
    border-left: none;
    border-top: none;
    color:#fff;
    width: 450px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
}

.sp-searchForm .search_area form {
    position: absolute;
    top: 80px;
    right: 20%;
}

.search_btn{
    border: none;
    background-color: #fff;
    position: relative;
    width: 26px;
    z-index: 999;
}

.search_btn:before{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    top: calc(50% - -4px);
    left: calc(50% - 11px);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

.search_btn:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: calc(50% - -14px);
    left: calc(50% - 6px);
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

.close_btn{
    position: absolute;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    top: 67px;
    right: calc(15vw - 50px);
}

@media (min-width:1200px){
    .close_btn{
        position: absolute;
        top: 67px;
        right: calc(8vw + 8px);
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .close_btn{
        position: absolute;
        top: 67px;
        left: 1px;
    }
    .sp-searchForm .search_area {
    position: absolute;
    top: 0px;
    left: 690px;
    max-width: 100% !important;
    margin: 0 auto;
    }
}

.close_btn:before{
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    margin-left: 12px;
    height: 2px;
    margin-top: 24px;
    background: #FFF;
    transform: rotate(45deg);
}

.close_btn:after {
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    margin-left: 12px;
    height: 2px;
    margin-top: 24px;
    background: #FFF;
    transform: rotate(135deg);
}


@media screen and (max-width: 767px){
    .sp-searchForm .search_area input[type="search"] {
        width: 225px;
    }
    .sp-searchForm .search_area form {
        top: 30px;
        right: 140px;
    }
    .close_btn{
        top: 13px;
        right: 92px;
    }
}

/*-
*フッター
*/
@media screen and (max-width: 767px){
    .footer_nav li {
        padding: 6px 0 13px 27px !important;
        font-size: 14px  !important;
    }
    .footer_inline{
        margin-left: 7px;
        margin-right: 10px;
        margin-top: -13px;
    }
    .copyright {
        font-size: 13px  !important;
        padding: 17px 0  !important;
    }
}


/*-
*パンくず
*/
@media screen and (min-width: 767px){
    #topics {
        color: #000;
        font-size: 12px;
        background-color: #fff;
        padding: 10px 55px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        /*border: 1px solid #E7E7E7;*/
    }
    #topics ol {
        line-height: 1;
        margin: 0 -45px;
        padding: 5px 0 5px 0px;
        margin-bottom: 0rem !important;
    }
    #topics ol li{
        display:inline;
    }
    #topics .arrowicon {
        background-position: -206px 0;
        width: 5px;
        height: 10px;
        display: inline-block;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px){
    #topics {
        display:none;
    }
}

#topics ol li a {
    color: #ff5f04;
    text-decoration: none;
}

#topics ol li a:hover {
	display: inline !important;
}

/*-
*共通メインページ
*/

.tit_3 {
    font-size: 15px;
    padding-left: 8px;
    font-weight: bold;
}

.tit_3:before {
    background-color: #ff5400;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 8px;
}

@media (min-width: 768px){
    .h2ttl_other{
        line-height: initial;
    }
}

@media (max-width: 767px){
    .h2ttl_other{
        line-height: 36px;
    }

    .news_slider{
        max-width: 200px !important;
    }
}

@media (min-width: 1200px){
    .tit_margin{
        margin: 66px auto 80px;
        max-width: 1000px;
    }
    .hondana_top{
        margin: 66px auto 0;
        max-width: 1000px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .tit_margin {
        margin: 70px calc(100vw * 0.161 - 103px) 0;
        max-width: 1000px;
    }
}

@media (min-width: 991px) and (max-width: 1199px){
    .hondana_top.tit_margin {
        width: 1000px;
    }
}

@media (max-width: 575px), (min-width: 576px) and (max-width: 767px){
    .tit_margin {
        margin: 41px 20px 45px;
        max-width: 1000px;
    }
}

.main_position{
    margin: 20px 80px 70px 75px;
    width: auto;
}

@media screen and (max-width: 991px){
    .main_position{
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
}

ul {
    list-style: none;
}

.display_none{
    display: none;
}
.display_block{
    display: block;
}

@media (min-width: 768px){
    /*
    #contents {
        padding-bottom: 0px;
    }
    */
}

@media (max-width: 767px){
    /*
    #contents {
        padding-bottom: 0px;
        position: relative;
    }
    */
    #contents {
        position: relative;
    }
}


/*-
*TOP
*/
@media (min-width: 1400px){
    .banner_slider{
        padding-right: 128px;
        padding-left: 71px;
    }
}
@media (min-width: 768px){
    .banner_slider .slick-list {
        padding: 0 0px!important;
    }
    .banner_slider .slick-track{
        min-width: 690px;
    }
    .news_slider{
        margin-left: 23px;
        min-width: 147px;
    }

    .main_slider img {
        width: 706px;
        height: 300px;
    }
    .main_slider .slick-initialized .slick-slide{
        width: 706px;
        height: 300px;
    }
    #add_btn{
        display: block;
    }
    #add_btn_sp{
        display: none;
    }
    .update_work .update_work_size{
        width: 24%;
    }
    .update_work .update_work_size:nth-child(4n+2):last-child {
        margin-left: auto;
        margin-right: calc(48% + 28px);
    }
    .update_work .update_work_size:nth-child(4n+3):last-child {
        margin-left: auto;
        margin-right: calc(24% + 14px);
    }
    .update_work .update_work_ttl {
        padding: 30px 0 !important;
    }
    .link_btn_middle{
        margin: 40px auto 30px !important;
    }
    .link_btn_middle a:after{
        font-size: 21px;
    }
    .slick-dots li button:before{
        border: 2px solid #000;
    }
    .new_series_box_ttl{
        font-size: 20px;
    }
    .recommended .recommended_img span{
        font-size: 14px;
    }
    .update_work{
        padding-bottom: 10px;
    }
    /*.link_btn_small{
        right: 4px;
        padding: 0px 29px 0 15px;
    }*/
    .new_tab {
        background-color: #ff7e29;
	    color: #fff;
	    /* height: 20px; */
	    position: relative;
	    text-align: center;
	    width: 44px;
	    padding-top: 0px;
	    margin-bottom: -20px;
	    z-index: 1;
	    font-size: 10px;
    }
    .new_tab:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #e44c01;
        top: 0%;
        left: 44px;
    }
    .update_work .update_work_info {
        margin: 30px auto;
    }
}

@media (max-width: 767px){
    #add_btn{
        display: none;
    }
    #add_btn_sp{
        display: block;
    }
    .update_work {
        margin-top: 20px;
        background-size: 260px;
        padding-bottom: 1px;
    }
    .update_work .update_work_box{
        background-size: 260px;
    }
    .news {
        font-size: 11px !important;
        padding: 19px 0 !important;
    }
    /*.news_slider{
        width: 170px !important;
    }*/
    .banner_slider {
        margin-top: 20px;
    }
    .banner_slider .slick-list {
        padding: 0 116px!important;
    }
    .update_work .update_work_ttl {
        padding: 16px 0 !important;
        font-size: 23px !important;
    }
    .update_work .update_work_info {
        /* margin: 30px auto; */
        margin: 30px 20px;
    }
    .update_work .update_work_info_img {
        /* width: 210px !important;
        height: 117px !important; */
        width: auto !important;
        height: auto !important;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .update_work .update_work_info_img span {
        font-size: 8px !important;
    }
    .new_series_slider .new_series_txt{
        font-size: 20px !important;
	margin: auto;
	width: 12%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    }
    .update_work .update_work_ttl span:after {
        right: -17%;
    }
    .update_work .update_work_ttl span:before {
        left: 3%;
    }
    .recommended_slider {
        position: relative;
    }
    .recommended .recommended_ttl {
        margin: -10px auto 24px !important;
        font-size: 24px !important;
    }
    .recommended .recommended_img span {
        font-size: 10px !important;
    }
    .link_btn_more{
        font-size: 16px;
        background-color: #000;
        text-align: center;
        margin: 30px 23px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }
    .link_btn_more a:after{
        content: "+";
        color: #ff5400;
        font-weight: bold;
        font-size: 26px;
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 17px;
        margin: auto 0;
    }
    #ajax_btn_wrap {
        padding: 0;
    }
    #ajax_btn_wrap .link_btn_middle {
        width: auto;
        height: auto;
        font-size: 15px;
        background-color: #000;
        text-align: center;
        margin: 0 23px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
    }
    .link_btn_big {
        font-size: 15px;
        background-color: #000;
        text-align: center;
        margin: 30px 23px 0;
        line-height: 325%;
        transition: 1s;
        position: relative;
    }
    .link_btn_big a:after {
        content: "";
        width: 11px;
        height: 11px;
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto 0;
        right: 15px;
        border-top: 3px solid #ff5400;
        border-right: 3px solid #ff5400;
        transform: rotate(45deg);
    }
    .paperback_slider {
        position: relative;
    }
    .paperback .paperback_ttl{
        margin: -10px auto 24px !important;
        font-size: 24px;
    }
    .paperback_name {
        font-size: 13px;
    }
    .paperback_volume {
        font-size: 13px;
    }
    .slick-dots li {
        width: 35px;
    }
    .slick-dots li button:before{
        width: 36px;
        height: 7px;
        border: 2px solid #000;
    }
    .new_tab {
        background-color: #ff7e29;
        color: #fff;
        height: 18px;
        position: relative;
        text-align: center;
        width: 33px;
        padding-top: 0px;
        margin-bottom: -18px;
        z-index: 1;
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .new_tab:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #e44c01;
        top: 0%;
        left: 33px;
    }
    .banner_info .banner_icon {
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding-top: 11px;
    }

    .fa-3x{
        font-size: 1.8em;
    }
}
@media (max-width: 380px){
    /*
    .update_work .update_work_info_img {
        width: 100px !important;
        height: 100px !important;
    }
    */
    /*
    .update_work .update_work_size {
        width: 100px;
        height: 110px;
    }
    */
}
@media (max-width: 767px) {
    .update_work .update_work_size {
        width: 31%;
    }
    .update_work .update_work_size:nth-child(3n+2):last-child {
        margin-left: auto;
        margin-right: calc(31% + 10px);
    }
}

/*-
*持ち込み・新人賞
*/
.awardLong {
    background: #000;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 130%;
    word-break: keep-all;
}

.awardShort {
    background: #000;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 13px;
    color: #fff;
    font-size: 130%;
    width: 45%;
    word-break: keep-all;
}

@media (max-width: 767px) {
    .awardLong {
        font-size: 100%;
    }

    .awardShort {
        font-size: 100%;
        padding: 10px 5px;
    }
}

.twitterShare {
    position: relative;
    background-color: #000;
    transition: 1s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: 50px;
    font-size: 16px;
    /* padding-top: 15px; */
}

.twitterShare a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    border-top: 2px solid #ff5400;
    border-right: 2px solid #ff5400;
    transform: rotate(45deg);
}

.twitterShare a{
    padding: 15px;
}

@media (max-width: 767px){
    .twitterShare {
        font-size: 16px;
        max-width: 80%;
    }
}

/*-
*メテオ・ポラリス彗星賞結果発表！
*/

#ResultAnnounce .work_title{
}

#ResultAnnounce .top2_award_img{
    margin: 0px 30px 30px 30px;
    float: left;
    width: 46%;
    height: 100%;
}

#ResultAnnounce .top2_award_img img{
    border: 1px solid #000;
    width: 100%;
}

#ResultAnnounce h5{
    font-size: 2em;
}

#ResultAnnounce .award_author{
    font-size: 1.5em;
}

#ResultAnnounce .award_list{
    font-size: 1.2em;
}

#ResultAnnounce .mBtm20{
    margin-bottom: 40px;
}

#ResultAnnounce .top2_award_text{
    margin-left: 15px;
    margin-right: 15px;
    overflow:auto;
}

#ResultAnnounce .rookieReadBtn {
    position: relative;
    background-color: #000;
    transition: 1s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
     height: 50px;
    font-size: 16px;
    padding-top: 15px;
    margin-top: 1em;
}
#ResultAnnounce .rookieReadBtn a:after {
    content: "";
    width: 12px;
    height: 11px;
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto 0;
    right: 24px;
    border-top: 2px solid #ff5400;
    border-right: 2px solid #ff5400;
    transform: rotate(45deg);
}

@media (max-width: 767px){
    #ResultAnnounce .top2_award_img{
        float: none;
        width: 80%;
        margin-left: 10%;
    }
    #ResultAnnounce .rookieReadBtn {
        font-size: 1.5em;
        max-width: 80%;
    }
}

#ResultAnnounce .top3_award_inner{
    display: inline-block;
    width: 24%;
    padding: 10px;
    margin-bottom: 10px;
}

#ResultAnnounce .top3_award_inner h5{
    font-size:20px;
}

#ResultAnnounce .top3_award_inner p{
    font-size:18px;
}

#ResultAnnounce .show_award_inner{
        display: inline-grid;
        width: 49%;
        padding: 10px;
        margin-bottom: 10px;
}

_:-ms-fullscreen, :root #ResultAnnounce .show_award_inner:nth-child(odd) {
    display: block;
    float: left;
}

_:-ms-fullscreen, :root #ResultAnnounce .show_award_inner:nth-child(even) {
    display: block;
    float: right;
}

_:-ms-fullscreen, :root #ResultAnnounce .show_award_inner:nth-child(3n) {
    clear: both;
}
_:-ms-fullscreen, :root #ResultAnnounce .tit_margin {
    clear: both;
}

#ResultAnnounce .show_award_img{
    padding-bottom: 10px;
}

#ResultAnnounce .show_award_img img{
	width:100%;
    border: 1px solid #000;
}

#ResultAnnounce .top3_award_img {
    padding-bottom: 10px;
}

#ResultAnnounce .top3_award_img img{
    border: 1px solid #000;
    width: 100%;
}

@media (min-width: 767px){
    #ResultAnnounce .award_list_kitai{
        padding-left: 20px;
    }
}

#ResultAnnounce .common_content{
    padding: 15px;
    max-width: 1200px;
}

@media (min-width: 1200px){
    #ResultAnnounce .common_content{
        margin: 70px auto 0;
    }
}

#ResultAnnounce .tit_margin{
    display: grid;
}

#ResultAnnounce .summary_text{
    float: left;
    width: 50%;
    margin-right: 50px;
}

@media (max-width: 767px){
    #ResultAnnounce .summary_text{
        width: 100%;
    }
    #ResultAnnounce .top3_award_inner {
        width: 49%;
    }
    #ResultAnnounce .show_award_inner{
        width: 100%;
    }

    #ResultAnnounce .tit_margin{
        display: block;
    }
}

#ResultAnnounce .summary_img{
    float: unset;
}


/*--------------------------------------
	持ち込み・新人賞
--------------------------------------*/
#excontent .rookieReadBtn{
	margin: 0 auto;
	text-align: center;
}

#excontent .rookieReadBtn a{
	padding: 15px 40px;
	background: #fd4579;
	color: #FFF;
	font-size: 130%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
}

#excontent .summary_text{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#excontent .summary_img{
	width: 400px;
	display: inline-block;
}

#excontent .awardLong{
	background: #000;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}

#excontent .no_work{
	text-align: center;
	color: red;
	margin-bottom: 30px;
}

#excontent .award_list_inner{
	border: 1px solid #D8D8D8;
	padding: 10px;
	margin: 0 10px 30px;
}

#excontent .award_list_inner h5{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1;
	margin-top: 5px;
}

#excontent .award_list_inner .award_author {
	border-bottom: 1px dashed #7E7E7E;
	padding-bottom: 8px;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1;
}

#excontent .awardShort{
	background: #000;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px 13px;
	color: #fff;
	font-size: 130%;
	width: 45%;
}

#excontent .rookieReadBtn:hover,
#excontent .awardLong:hover,
#excontent .awardShort:hover{
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	color: #fff;
}

#excontent .top2_award_img{
	width: 360px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#excontent .top2_award_img img{
	width: 100%;
	height: auto;
	border: 1px solid #000;
	margin-bottom: 10px;
}

#excontent .top2_award_text,
#excontent .top3_award_text{
	background: #ebedef;
	padding: 10px;
}

#excontent .top2_award_text{
	width: 275px;
	display: inline-block;
}


#excontent .top2_award_text h6,
#excontent .top3_award_text h6{
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

#excontent .top3_award{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 10px;
}

#excontent .top3_award .top3_award_inner{
	width: 314px;
	display: inline-block;
	margin: 0 8px 10px 0px;
	border: 1px solid #D8D8D8;
	padding: 10px;
	vertical-align: top;
}

#excontent .top3_award .top3_award_inner h5{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

#excontent .top3_award .top3_award_inner img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #000;
}

#excontent .top3_award .top3_award_inner .award_author{
	border-bottom: 1px dashed #7E7E7E;
	padding-bottom: 8px;
	margin-bottom: 10px;
	line-height: 1;
}

#excontent .hope_list { margin: 0 10px 20px;}

#excontent .hope_list li{
	width: 136px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #D8D8D8;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}

#excontent .hope_list li img{
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
}

#excontent .hope_list li strong{
	display: block;
	margin: 5px 0;
}

#excontent .suiseiInner{
	padding: 10px;
	width:767px;
	margin:0 auto;
}

#excontent .suiseiInner h3{
	text-indent: 0px !important;
	background: #FFF !important;
}

#greatArea{
	padding: 3px 0;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(/wp-content/uploads/2015/10/bg_greatArea.png) no-repeat left top;
	width: 688px;
}

#greatArea h4{
	float: left;
	margin-right: 15px;
	width: 138px;
}

#greatArea ul{ float: left;}
#greatArea li{ padding-left: 55px;}

#greatArea .part1,
#greatArea .part2,
#greatArea .part3,
#greatArea .part4{ margin-bottom: 6px;}

#greatArea .part1{background: url(/wp-content/uploads/2013/10/icon_part1.png) no-repeat left center;}
#greatArea .part2{background: url(/wp-content/uploads/2013/10/icon_part2.png) no-repeat left center;}
#greatArea .part3{background: url(/wp-content/uploads/2013/10/icon_part3.png) no-repeat left center;}
#greatArea .part4{background: url(/wp-content/uploads/2013/10/icon_part4.png) no-repeat left center;}
#greatArea .part5{background: url(/wp-content/uploads/2015/10/icon_part5.png) no-repeat left center;}


#determined h5,
#determined h6{ font-size: 100%;}

#determined h5{
	margin-bottom: 5px;
	padding: 7px 15px 7px 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url("./img/h5_icon.png") no-repeat 5px center #363947;
	color: #FFF;
}

#determined h6{
	margin-bottom: 5px;
	padding: 0 10px;
	border-left: 5px solid #363947;
}

#excontent .determinedInner{
	margin-bottom: 15px;
	padding: 0 15px;
}

#excontent .determinedInner dl{ overflow: hidden;}
#excontent .determinedInner dl dt{
	float: left;
	min-width: 7em;
}
#excontent .determinedInner dl  dd{ float: left;}

#excontent .mb5{ margin-bottom: 5px;}
#excontent .mb10{ margin-bottom: 10px;}
#excontent .mb15{ margin-bottom: 15px;}

#excontent .determinedInner .listStyle{
	margin: 0 15px 15px;
	font-weight: bold;

}
#excontent .determinedInner .listStyle li{
	padding-top: 5px;
	border-bottom: 1px #CCC dotted;
}

#excontent .awardArea li{
	padding: 15px;
	border-bottom: 4px solid #f27398;
	border-left: 4px solid #f27398;
	border-right: 4px solid #f27398;
	background: #fcefdf;
	overflow: hidden;
}

#excontent .awardArea li:first-child{ border-top: 4px solid #f27398;}
#excontent .awardUnderArea{overflow: hidden;margin-bottom: 20px;}

#excontent .awardUnderArea div{
	float: left;
	width: 202px;
	padding: 10px;
	display: inline-block;
	border: 4px solid #CCC;

	text-align: center;
	font-size: 1.25em;
}
#excontent .awardUnderArea h4{
	padding-left: 40px;
	background: url(/wp-content/uploads/2013/10/icon_crown.png) no-repeat left center;
	display: inline;
	line-height: 2;
}

#excontent .awardUnderArea .none{ border-right: none;}

#excontent .awardArea li h4{
	float: left;
	min-width: 250px;
}

#excontent .awardArea .postArea{
	float: right;
	width: 240px;
	overflow: hidden;
	text-align: center;
}

#excontent .awardArea .post1,
#excontent .awardArea .post2{
	padding: 10px 20px 6px;
	color: #fff;
	font-size: 1.8em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
}

#excontent .awardArea .post1{
	margin-bottom: 10px;
	background: #f72d68;
}

#excontent .awardArea .post2{
	margin-top: 15px;
	background: #363947;
}


#excontent .awardArea .media{
	float: left;
	width: 90px;
	padding: 10px 10px 6px;
	color: #fff;
	font-size: 1.63em;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	background: #363947;
}

#excontent .awardArea .prize{
	padding-left: 10px;
	float: left;
	min-height: 64px;
	font-size: 100%;
	text-align: right;
	overflow: hidden;

}
#excontent .prize div{
	float: left;
	font-size: 150% !important;
	line-height: 3.5;
}

#excontent .prize .yen{ line-height: 2 !important;font-size: 250% !important;}

#debut{
	margin-bottom: 5px;
	padding-bottom: 20px;
	text-align: center;
	color: #f72d68;
	font-size: 1.25em;
	background: url(/wp-content/uploads/2013/10/bg_debut.png) no-repeat left bottom;
}

#excontent .btn_read{
	position: relative;
	top:-200px;
	left:38px;
	padding: 7px 40px 7px 18px;
	width: 280px;
	display: block;
	background: url(/wp-content/uploads/2013/10/icon_read.png) no-repeat 90% center #363947;
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px){
	#excontent .btn_read{
		top:-190px;
		left:27px;
	}
    #excontent .tit_margin {
        margin: 70px 20px 0;
        max-width: 1200px;
    }
}
#excontent .imgMax{
	width:100%;
}

#teacher{
	overflow: hidden;
	margin-bottom: 20px;
}

#teacher li{ float: left;}

#excontent .teacherIntroduction{
	padding: 0 9px 0 10px;
	border-right: 1px dotted #000;
}

#excontent .teacherIntroduction h5{
	font-size: 1.17em;
	text-align: center;
	padding: 5px 0;
}

#teacher .ddTitle{
	border: 1px solid #000;
	text-align: center;
}
#teacher .w224{ width: 207px;}
#teacher .w168{ width: 168px;}

#specialJuryArea{
	margin: 20px 0 20px 5px;
	padding: 1px;
}

#specialJuryArea .inner{
	padding: 10px 15px 15px;
	border: 1px solid #363947;
	overflow: hidden;
}

#specialJuryName{
	margin: 28px 0 10px;
	padding: 37px 0 10px;
	width: 280px;
	border-top: 1px solid #363947;
	border-bottom: 1px solid #363947;
	text-align: center;
	position: relative;
}

#specialJuryName h4{
	padding-top: 6px;
	width: 56px;
	height: 50px;
	top: -30px;
	left: 112px;
	position: absolute;
	background: #363947;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
}

#specialJuryName p{
	font-size: 1.13em;
	font-weight: bold;
}
#excontent .juryname {
    display: inline-block;
    position: relative;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
	margin: 0 0 20px 30px;
}
#excontent .juryname:before{/*左側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 20px solid #f35656;
    border-left-color: transparent;/*山形に切り抜き*/
}

#excontent .juryname:after{/*右側のリボン端*/
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 20px solid #f35656;
    border-right-color: transparent;/*山形に切り抜き*/
}

#excontent .juryname h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 7px;
    line-height: 45px;
    font-size: 18px;
    color: #FFF;
    background: #e41f1f!important;
	text-shadow: 2px 2px 3px #560b0b;/*真ん中の背景色*/
}
#excontent .juryname h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #b53939;/*左の折り返し部分*/
}
#excontent .juryname h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #b53939;/*右の折り返し部分*/
}

#excontent .specialJuryText{
	margin: 0 3px 10px;
	padding: 10px;
	width: 254px;
	background: #eceef1;
}

#excontent .innerLeft{ float: left;}
#excontent .innerRight{ float: right;}

#andThe{
	padding: 12px 15px;
	margin-bottom: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(/wp-content/uploads/2017/01/bg_chara.png) no-repeat center bottom #fdc44f;
}

#excontent .arrowBox{
	width: 342px;
	margin: 0 auto;
	background: url(/wp-content/uploads/2016/04/bg_arrowBox.png) no-repeat left center;
}

#excontent .arrowBox div{
	padding: 10px;
	width: 294px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px solid #f99623;
	background: #fff;
	text-align: center;
}

#excontent .congruence{
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 0.84em;
	text-align: center;
	line-height: 1.2;
	line-height: 1.2;
	background: url(/wp-content/uploads/2013/10/bg_meteorPolaris.png) no-repeat center center;
}

#excontent .congruence .meteor{
	height: 120px;
	padding: 5px 0;
	float: left;
}

#excontent .congruence .meteor img{margin: 15px 0;}

#excontent .congruence .polaris{
	padding: 5px 0;
	float: right;
}

#excontent .congruence .meteor,
#excontent .congruence .polaris{
	width: 290px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

#excontent .announcementArea{
	margin-bottom: 20px;
	text-align: right;
}

#excontent .announcement{
	overflow: hidden;
	display: inline-block;
}
#excontent .announcement dt{
	float: left;
	width: 4em;
}

#excontent .announcement dd{ margin-left: 4em;}

#excontent .clear{ clear:both;}

#excontent .suiseisyouQa{
	text-align: center;
	margin-bottom: 10px
}

/*-
*よくある質問
*/
#leftContent .faq {
    background: url(../img/faqmeteo_01.png) no-repeat 0 0;
    overflow: hidden;
    min-height: 118px;
    margin-bottom: 30px;
    background-size: 70px;
    padding-top: 20px;
}
#leftContent .faq dl {
    margin-left: 130px;
}
#leftContent .faq dl dt {
    margin-bottom: 10px;
    padding: 0 0 0 26px;
    height: 31px;
    font-weight: bold;
    background: url(../img/faqBg_02.jpg) no-repeat 0 0;
}
#leftContent .faq dl dd {
    padding: 0 0 0 26px;
    background: url(../img/faqBg_03.jpg) no-repeat 0 0;
}
@media screen and (max-width: 991px){
    #leftContent .faq {
        background: url(../img/faqmeteo_01.png) no-repeat 0 0;
        overflow: hidden;
        min-height: 118px;
        margin-bottom: 30px;
        background-size: 72px;
    }
    #leftContent .faq dl {
        margin-left: 80px;
    }
    #leftContent .faq dl dt {
        margin-bottom: 10px;
        padding: 0 0 0 26px;
        height: 57px;
        font-weight: bold;
        background: url(../img/faqBgsp_02.jpg) no-repeat 0 0;
    }
    #leftContent .faq dl dd {
        border-top: 2px dotted #bbb;
        padding: 20px 0 0 26px;
        background: url(../img/faqBgsp_03.jpg) no-repeat 0 0;
        background-position-y: 20px;
    }
}

#excontent a {
	transition-duration: 0s;
}

@media (max-width: 767px){
	#excontent .suiseiInner{
		padding: 10px;
		width: 95%;
		margin:0 auto;
	}
	#excontent .btn_read{
	position: static;
	padding: 7px 40px 7px 18px;
	width: 60%;
	min-width: 200px;
	margin:30px auto 10px auto;
	}
}

/*-
*電子書籍サイト一覧
*/
#ebooklist ul {
    padding-left: 0px;
}

#ebooklist ul.list-box li{
	width: 25% !important;
}

@media screen and (max-width: 991px){
	#ebooklist ul.list-box li{
		width: 50% !important;
	}
}

/*#ebooklist ul.list-box li:nth-child(-n+5) {
    border-top: 1px solid #ccc !important;
}*/

/*-
*最新情報詳細
*/
#leftContent .information_date {
    text-align: right;
    margin-bottom: 20px;
}

#leftContent .social {
    text-align: right;
    margin-bottom: 10px;
}

#leftContent .social img {
    vertical-align: top;
}

.information_back {
    float: right;
    margin-top: 40px;
    display: inline;
}

.information_back a{
    float: right;
    margin-bottom: 10px;
    display: inline;
}

.info_contents{
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}


/*-
*漫画の読み方
*/
.ebook-operation {
    list-style-type: none;
    margin: 0 0 30px 0;
    overflow: hidden;
}
.ebook-operation li {
    width: 310px;
    float: left;
    padding: 0 20px;
}

#leftContent .view-list li {
    padding: 0 0 0 25px;
    float: left;
}


/*-
*プライバシーポリシー
*/
.btn-blue {
    background-color: #ffffff!important;
    border: 1px solid #ff5400;
    color: #ff5400!important;
    display: inline-block!important;
    margin-top: 10px;
}
.btn-blue:hover{
    background-color: #ff5400!important;
    border: 1px solid #ff5400!important;
    color: #ffffff!important;
}

/*-
*まんが家の本棚
*/
#branding .entry-content img{
    /* width: 100%; */
}
.hondana_top{
    display: flex;
    position: relative;
}
.padding0{
    padding: 0px;
}
#container > ul:nth-child(2) > li > b,#container > ul:nth-child(2) > li > a{
    margin-left: -20px;
    margin-right:30px;
}
@media screen and (max-width: 991px){
    .hondana_top{
        display: block;
        position: relative;
    }
}
@media screen and (min-width: 991px){

    #content {
        width: 712px !important;
        float: left !important;
    }
    .category_list{
       display: flex;
    flex-wrap: wrap;
    table-layout: fixed;
    }
    .category_list li:nth-child(3n-2){
        width: 32%;
        margin-left: -40px;
        margin-right: 0px;
        padding: 0px;
        background: #f4f4f4;
        display: grid;
        float: left;
        margin-bottom: 35px;
        list-style: none;
    }
    .category_list li:nth-child(3n-1){
        width: 32%;
        margin: 0 4.8%;
        padding: 0px;
        background: #f4f4f4;
        display: grid;
        float: left;
        margin-bottom: 35px;
        list-style: none;
    }
    .category_list li{
        width: 32%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        background: #f4f4f4;
        display: grid;
        float: left;
        margin-bottom: 35px;
        list-style: none;
    }
    .hondana_list_img{
        position:relative;
        width: 100%;
        height: 179px;
    }
    .hondana_list_img img{
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .entry-meta{
        margin-top: -9px;
    }
    .date_position{
        padding-right: 22px;
        padding-top: 6px;
        float: right;
    }
    .entry-meta .category_link_box_list{
        margin: 5px 20px 19px;
        display: inline-flex;
    }
    .entry-meta .category_link_box_lista{
        margin: 5px -5px 19px;
        display: inline-flex;
    }
    .hondana_list_title{
        display: inline-flex;
        padding-left: 31px;
        padding-right: 25px;
        font-weight: bold;
        line-height: 150%;
        letter-spacing: 0;
    }
    .entry-summary{
        padding: 10px 23px 10px 31px;
        font-size: 13px;
    }
    #primary .xoxo h3:after, #secondary .xoxo h3:before  {
        background-color: #ff5400;
        content: "";
        display: inline-block;
        height: 18px;
        margin-right: 10px;
        vertical-align: middle;
        width: 6px;
        float: left;
    }
    .link_btn_big_previous {
        font-size: 15px;
        background-color: #000;
        text-align: center;
        width: 300px;
        margin: 50px 0 23px 50px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        float: left;
    }
    .link_btn_big_previous a:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -2px;
        bottom: 0;
        margin: auto 0;
        left: 25px;
        border-top: 2px solid #ff5400;
        border-right: 2px solid #ff5400;
        transform: rotate(-133deg);
    }
    .link_btn_big_next {
        font-size: 15px;
        background-color: #000;
        text-align: center;
        width: 300px;
        margin:50px 0 23px 50px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        float: left;
    }
    .link_btn_big_next a:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -3px;
        bottom: 0;
        margin: auto 0;
        right: 24px;
        border-top: 2px solid #ff5400;
        border-right: 2px solid #ff5400;
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 991px){
    #container {
        max-width: 100% !important;
        float: none !important;
        overflow: hidden;
    }
     #content {
        width: 100%!important;
    }
    .mt15{
        margin-top: 15px;
    }
    .category_list{
        -webkit-justify-content: space-between;
        table-layout: fixed;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7px;
    }
    .hondana_top{
        display: grid;
    }
    .entry-meta{
        margin-top: 0px;
    }
    .entry-date{
        white-space: nowrap;
    }
    .hondana_list{
        margin-left: -40px;
        margin-right: 0px;
        padding: 0px;
        background: #f4f4f4;
        width: 100%;
        display: inline-grid;
        width: 50%;
        margin-bottom: 35px;
    }
    .hondana_list_img{
        position:relative;
        width: 100%;
        height: 37vw;
    }
    .hondana_list_img img{
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .date_position{
        padding-right: 41px;
        float: left;
        margin-left: 20px;
    }
    .entry-meta .category_link_box_list{
        margin: 5px 30px 5px;
    }
    .hondana_list_title{
        display: inline-flex;
        padding-left: 21px;
        padding-right: 11px;
        font-weight: bold;
        line-height: 150%;
        letter-spacing: 0;
    }
    .entry-summary{
        padding: 10px 18px 10px 24px;
        font-size: 13px;
    }
    .sidebar ul{
        margin-left: -47px;
    }
    .link_btn_big_previous {
        font-size: 15px;
        background-color: #000;
        text-align: center;
        margin-right: 20%;
        margin-bottom: 30px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        width: 40%;
        float:left;
    }
    .link_btn_big_previous a:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -2px;
        bottom: 0;
        margin: auto 0;
        left: 15px;
        border-top: 2px solid #ff5400;
        border-right: 2px solid #ff5400;
        transform: rotate(-133deg);
    }
    .link_btn_big_next {
        font-size: 15px;
        background-color: #000;
        text-align: center;
        margin-bottom: 30px;
        line-height: 325%;
        transition: 1s;
        position: relative;
        width: 40%;
        float: left;
    }
    .link_btn_big_next a:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -3px;
        bottom: 0;
        margin: auto 0;
        right: 14px;
        border-top: 2px solid #ff5400;
        border-right: 2px solid #ff5400;
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 575px){
    .hondana_list{
        margin-left: -20px;
        width: 100%;
    }
    .hondana_list_img{
        width: 100%;
        height: calc(85vw - 80px);
    }
}

.hondana_list_img {
    text-align: center;
    margin-bottom: 15px;
}

.flot_left{
    float: left;
}

.flot_right{
    float: right;
}

}
.text_inline{
    display: inline !important;
}

.entry-meta {
    color: #888;
    font-size: 12px;
    text-align: right;
}


.entry-summary a{
    display: inline !important;
}

.entry-meta .category_link_box{
    margin: 19px 0 19px;
    display: inline-flex !important;
}

.entry-meta a, .entry-utility a {
    color: #888;
}




.list-inline-flex{
    display: inline-flex;
}

.category_link_box_list  {
    background-color: #ffa422;
    margin: 0 5px 5px 0;
    padding: 1px 8px 1px 8px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 100%;
    border-radius: 15px;
    transition: 1s;
    opacity: 1;
    display: none !important;
}

.category_link_box_list a{
    text-decoration: none;
    color: #fff;
    padding: 4px 4px;
    display: block;
}

.category_link_box_lista li {
    background-color: #ffa422;
    margin: 0 5px 5px 0;
    padding: 1px 8px 1px 8px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 100%;
    border-radius: 15px;
    transition: 1s;
    opacity: 1;
}

.category_link_box_lista li a{
    text-decoration: none;
    color: #000;
    padding: 4px 4px;
    display: block;
}

#primary .xoxo h3, #secondary .xoxo h3 {
    font-size: 15px;
}


#primary .xoxo li, #secondary .xoxo li {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 7px;
}

.widget-container ul {
    margin-left: -40px;
}

.widget-container ul li {
    margin-bottom: 10px !important;
    border: none !important;
}

.nav-below{
    padding-top: 20px;
    padding-bottom: 80px;
}

.nav-previous{
    float: left;
}

.nav-previous a{
    text-decoration: none;
}

.nav-next{
    float: right;
}

.nav-next a{
    text-decoration: none;
}

.meta-nav_previous{
    display: inline-block;
    font-size: 43px;
}

.meta-nav_next{
    display: inline-block;
    font-size: 43px;
}

.meta-nav_title{
    display: inline-block;
    text-align: right;
}

.meta-nav_title span{
    margin-right: 12px;
}



/*-
*add taguchi
*/


/*-
*最新情報
*/
.rssLink {
    text-align: left;
	padding:20px 25px 0;
    margin: 0 auto;
    max-width: 1000px;
    display: none;
}

.rssLink a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    background: url(../img/icon_rss.png) no-repeat left center;
    padding-left: 23px;
}

#leftContent .infomation{
	padding:0 0 50px;
	margin:0 auto;
	}
#leftContent .infomation .note_01{
	padding:40px 20px 0;
    margin: 0 auto;
    max-width: 1000px;
	}
#leftContent .infomation .tit_margin{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
#leftContent .infomation #infomation_wrap {
	padding: 0 20px;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 500px;
}

.eightCnt{
    display: none;
}

.readmore-js-section {
    overflow: hidden;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
    margin-top: 10px;
}

#leftContent .infomation #infomation_wrap ul {
	position:relative;
	margin:42px 0 0 0 !important;
	padding:0 !important;
    display:table;
    width: 100%;
}
#leftContent .infomation #infomation_wrap ul .date {
	position:relative;
	margin:0 0 0 0;
    display:table-cell;
	width:90px;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
	color:#000;
	font-size: 14px;
	line-height:22px !important;
}
#leftContent .infomation #infomation_wrap ul .cat {
	position:relative;
	padding:5px 0 0 0;
    display:table-cell;
	width:84px;
	white-space:nowrap;
	vertical-align:top;
	font-size: 11px;
	line-height:15px !important;
}
#leftContent .infomation #infomation_wrap ul .cat_01 {
    background: url(../img/cat1.png) no-repeat 0 4px;
	background-size:84px auto;
	text-align:center;
	color:#fff;
}
#leftContent .infomation #infomation_wrap ul .cat_02 {
    background: url(../img/cat2.png) no-repeat 0 4px;
	background-size:84px auto;
	text-align:center;
	color:#fff;
}
#leftContent .infomation #infomation_wrap ul .text {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height:22px !important;
	vertical-align:top;
	text-align:left;
}

#leftContent #more_link {
    background-color: #000;
	text-align: center;
	line-height: 343%;
	transition: 1s;
	position: relative;
	width: 240px;
	height: 48px;
	margin: 30px auto 0;
}

#leftContent #more_link a{
	color: #fff;
	display: block;
}

#leftContent #more_link a:after {
    content: "+";
	color: #ff5400;
	font-weight: bold;
	font-size: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
}

.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 767px){
#leftContent .infomation{
	padding:0 0 50px;
	}
#leftContent .infomation .note_01{
	padding:20px 20px 0;
	}
#leftContent .infomation #infomation_wrap {
	padding: 0 20px;
}
#leftContent .infomation #infomation_wrap ul {
	margin:20px 0 0 0 !important;
}

#leftContent .infomation #infomation_wrap ul .date {
	font-size: 12px;
	line-height:22px !important;
	width:80px;
}
#leftContent .infomation #infomation_wrap ul .cat {
	font-size: 11px;
	line-height:15px !important;
}
#leftContent .infomation #infomation_wrap ul .text {
	font-size: 12px;
}
}
/*--------------------------------------
    ワンカラム
--------------------------------------*/
#onecolumn{
    line-height:150%;
    color:#313131;
    font-size:115%;
}

#onecolumn h3{ font-size: 100%;}

/*--------------------------------------
    ワンカラム　夏のメテオフェア
--------------------------------------*/
.summer_fair_visual{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
}

.summer_fair_visual .notes{ font-size: 12px;}

.summer_fair_visual img{ margin-bottom: 10px;}

.summer_fair_list{
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid rgb(184, 184, 184);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.summer_fair_list:nth-child(2n){ margin-left: 20px;}

.summer_fair_title{
    line-height: 1.3;
    padding: 5px 0 10px;
    margin-bottom: 20px;
    font-size: 23px;
    border-bottom: solid 2px #ff6600;
    font-weight: bold;
}

.summer_fair_title span{ color: #eb5f24;}

.summer_fair_title2{
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
}

.summer_fair_img_omote{
    display: inline-block;
    margin-right: 10px;
}

.summer_fair_img_ura{
    display: inline-block;
}

.summer_fair_img_ura img{ margin-top: 5px;}

.books_shop{
    background: #eee;
    padding: 15px;
    margin-bottom: 20px;
}

/*--------------------------------------
    ワンカラム　FCアニバーサリー
--------------------------------------*/
.fc_ani_list{
display: inline-block;
vertical-align: top;
background-position: center top;
line-height: 1.3em;
text-align: center;
margin-left: 5px;
margin-bottom: 10px;
width: 182px;
}

.fc_ani_comic{
    line-height: 1.3;
    padding: 5px 10px 0;
    margin-bottom: 10px;
    min-height: 105px;
}

.fc_ani_title span{ color: #eb5f24;}

.fc_ani_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fc_ani_list img{
    margin: 10px;
    border: solid 1px #808080;
}

.books_shop{
    background: #eee;
    padding: 15px;
    margin-bottom: 20px;
}

.twitter_fc {
display: inline-block;
vertical-align:top;
width:54%!important;
 font-size:100%!important;
}

.img_fc{
display: inline-block;
}

.present_fc {
display: inline-block;
vertical-align:top;
width:50%!important;
 font-size:100%!important;
}

.audition_1st{
    line-height: 1.3;
    padding: 5px 10px 0;
    margin-bottom: 10px;
    min-height: 105px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: 65%;
}

.audition_1st p{
    line-height: 1.5;
}

.audition_link{
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 10px 10px;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fd4579;
    font-size: 130%;
    text-decoration: none;
    width: 38%;
}
