/* http: //jigsaw.w3.org/css-validator/ */

@import url('common/social.css');

body * {
    box-sizing: border-box;
}

body a {
    transition: 0.2s;
}

strong {
    color: #dd3400;
}

.date {
    display: inline-block;
}

.cmt {
    padding: 1.5rem;
    border: 3px solid #ccc;
}

#main_column .tbl,
#main_column .tbl th,
#main_column .tbl td {
    border-left: none;
    border-right: none;
}

#main_column .tbl th,
#main_column .tbl td {
    padding: 0.5rem 1rem;
}

#main_column .tbl.tblb {
    width: auto;
}

#main_column .tbl.tblb th {
    background: #fff;
}

hr {
    clear: both;
}

/* search results */

#search_results dt {
    font-weight: bold;
    margin: 0;
    padding: 20px 0 10px;
}

#search_results dd {
    font-size: 90%;
    margin: 0;
    padding: 10px;
    background-color: #efefef;
}

/* outline_hover */

.outline_hover {
    outline: 1px dashed #aaa;
    outline-offset: -2px;
}


/* body */

body {
}

.sp {
    display: none;
}

.pc {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

/* wrapper */
#wrapper {
}

/* header */
#branding {
    max-width: 960px;
    margin: 0 auto 0;
}

#site_title {
    float: left;
    display: block;
    margin: 1rem 0;
    width: 600px;
}

#site_title img {
    display: inline-block;
    float: left;
}

#site_title img:first-child {
    margin-right: 10px;
}


#headlink {
    width: 320px;
    float: right;
    margin: 1rem 0;
    vertical-align: top;
}

#headlink ul {
    list-style: none;
    margin: 5px 0;
    padding: 0 0 5px;
}

#headlink li {
    background: none;
    padding: 0;
}

#headlink li img {
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

#headlink li:first-child img {
    border-left: 1px solid #ccc;
}

#head_site_search {
    width: calc(100% - 3rem);
    vertical-align: middle;
    float: left;
    margin: 5px 0;
    clear: both;
    border: 1px solid #ddd;
}

#head_site_search::after {
    content: '';
    display: block;
    clear: both;
}

#head_site_search label span {
    position: absolute;
    top: -1000px;
}

#head_site_search label {
    float: left;
    display: block;
    width: 75%;
}

#head_site_search i,
#site_search_input_h {
    float: left;
    padding: 6px 10px 4px;
    vertical-align: middle;
}

#site_search_input_h {
    box-sizing: border-box;
    border: none;
    display: block;
    vertical-align: middle;
    font-size: 1rem;
    margin-top: 0.1em;
    line-height: 1.4rem;
    width: calc(100% - 2.2em)
}

#site_search_button_h {
    float: left;
    vertical-align: middle;
    padding: 6px 0;
    margin: 0;
    width: 25%;
    text-align: center;
    background: #ddd;
    border: none;
    font-size: 1rem;
    line-height: 1.4rem;
}

#headlink a.feeds {
    vertical-align: middle;
    font-size: 1.6rem;
    margin: 5px 0 0;
    padding: 0.4rem 0.7rem;
    line-height: 1;
    float: right;
    color: #fff;
    border-radius: 5px;
    background: #fe5e00;
}

#headlink a.feeds:hover {
    background: #fe7711;
}


/*mainmenu*/
#mainmenu {
    clear: both;
}

#mainmenu:after {
    content: '';
    display: block;
    clear: both;
}

#mainmenu ul, #mainmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainmenu a {
    display: block;
    text-align: center;
    width: 20%;
    float: left;
    padding: 20px 0;
    position: relative;
}

#mainmenu a span {
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
    transition: 0.2s;
    height: 7px;
    width: 100%;
}

#mainmenu a:hover span,
#mainmenu a.on span {
    height: 17px;
}

.menu_manga span {
    background: left bottom url(../images/mainmenu/manga_bg.png);
}

.menu_animation span {
    background: left bottom url(../images/mainmenu/animation_bg.png);
}

.menu_game span {
    background: left bottom url(../images/mainmenu/game_bg.png);
}

.menu_mediaart span {
    background: left bottom url(../images/mainmenu/mediaart_bg.png);
}

.menu_other span {
    background: left bottom url(../images/mainmenu/other_bg.png);
}


#mainmenu img {
    display: block;
    margin: 0 auto;
}

.sbpn {
    max-width: 960px;
    margin: 0 auto;
    padding: 0.5rem 0;
}

#toppage #social_buttons {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}

#social_buttons {
    margin: -1rem 0 0;
}

/* breadcrumbs */
#breadcrumbs {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}

/* bodywrappser */
#bodywrapper {

    background: url(../images/bg_pattern.jpg) #f1f1f1;
}

/*archive_header*/
.archive_header h1 {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem 1rem 1rem 40px;
    font-weight: normal;
    font-size: 1.6rem;
}

.archive_header {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: #f7f7f7;
    border-color: #e5e5e5;
}

.archive_header.manga {
    background: #faebed;
    border-color: #eddee0;

}

.archive_header.animation {
    background: #fdf6e5;
    border-color: #f1ead8;
}

.archive_header.game {
    background: #e4f5e5;
    border-color: #d7e9d9;
}

.archive_header.mediaart {
    background: #e3f1f7;
    border-color: #d7e4eb;
}

.archive_header.manga h1 {
    background: left center no-repeat url(../images/archive_header/manga.png);
}

.archive_header.animation h1 {
    background: left center no-repeat url(../images/archive_header/animation.png);
}

.archive_header.game h1 {
    background: left center no-repeat url(../images/archive_header/game.png);
}

.archive_header.mediaart h1 {
    background: left center no-repeat url(../images/archive_header/mediaart.png);
}

.archive_header.other h1 {
    background: left center no-repeat url(../images/archive_header/other.png);
}


/*content*/
#content {
    max-width: 960px;
    margin: 0 auto;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

#leftbox {
    width: 700px;
    float: left;
}

/*main_column*/
#main_column,
#main_column_info,
#calendar {
    background: #fff;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    width: 100%;
}

#main_column #likeh1,
#main_column h1,
.entry-title {
    font-weight: normal;
    font-size: 1.6rem;
    margin: 1rem 0;
}

#main_column h1 span {
    display: block;
    font-size: 1rem;
}

#main_column .likeh2,
#main_column h2 {
    font-weight: bold;
    margin: 3rem 0 1.5rem;
    font-size: 1.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}

#main_column h1:first-child.likeh2,
#main_column h2:first-child {
    margin: 1.5rem 0;
}

#main_column h3 {
    margin: 2rem 0 1rem;
    font-size: 1.1rem;
}

#main_column h4,
#main_column h5 {
    margin: 1.5rem 0 1rem;
    font-size: 1rem;
    padding-left: 15px;
    background: left 0.5em no-repeat url(../images/h4bg.gif);
}

#main_column h5 {
    background: left 0.5em no-repeat url(../images/h5bg.gif);
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 0 0 0 10px;
    background: left 0.5em no-repeat url(../images/ulbg.png);
}


/*archive-article*/
.lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lists > li {
    background: none;
    margin: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
}

.excerpt {
    font-size: 0.9rem;
    display: block;
}

.thumbs {
    width: 210px;
    margin: 4px 20px 0 0;
    display: inline-block;
    vertical-align: top;
}

.thumbsbox {
    width: 100%;
    padding: 160px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

}

.listbody {
    width: calc(100% - 230px);
    display: inline-block;
    vertical-align: top;
}

.lists .pageinfo {
    border: none;
    margin-bottom: 0;
    padding: 0.5rem 0 0;
    background: #fff;

}

#main_column .lists h2 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    border: none;
    padding: 0;
}

.lists h2 a {
    color: #222;
    text-decoration: none;
}

.lists h2 a:hover {
    color: #222;
    text-decoration: underline;
}

.lists .mygenre {
    display: block;
    margin: 0;
}

/*single-article*/
.mygenre,
.mytype {
}

.mygenre a {
    text-decoration: none;
    margin: 0 10px 5px 0;
    font-size: 0.8rem;
    color: #222;
    display: inline-block;
    padding: 0;
    line-height: 1rem;
    padding-left: 1.5em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.mygenre a:hover {
    opacity: 0.7;
}

.mygenre a.manga {
    background-image: url(../images/archive_header/manga.png);
}

.mygenre a.animation {
    background-image: url(../images/archive_header/animation.png);
}

.mygenre a.game {
    background-image: url(../images/archive_header/game.png);
}

.mygenre a.mediaart {
    background-image: url(../images/archive_header/mediaart.png);
}

.mygenre a.other {
    background-image: url(../images/archive_header/other.png);
}

.mytype {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
}

.mytype a {
    padding: 0.2rem 0.7rem;
    margin: 0 0.3rem 0.3rem 0;
    border-radius: 1rem;
    display: inline-block;
    background: #eee;
    text-decoration: none;
    color: #222;
    line-height: 1rem;
}

.mytype a:hover {
    background: #ddd;
}

.pageinfo {
    margin: 0 0 2rem;
    padding: 0.5rem 1rem;
    background: #f6f6f6;
    clear: both;
}

.pageinfo a {
    margin-right: 2rem;
}

.pageinfo a i {
    text-decoration: none;
    color: #999;
    margin-right: 5px;
    vertical-align: baseline;
    font-size: 1.2rem;
}

.contentbody {
    padding: 0 0 2rem;
}

.writerlist li {
    background-image: none;
    padding: 0;
    margin-bottom: 2rem;
}

.writerlist a {
    font-size: 1.1rem;
}

.writerlist .date {
    display: block;
}


.golist {
    text-align: right;
}

.golist a {
    color: #222;
    font-size: 1rem;
    text-decoration: none;
}

.golist i {
    display: inline;
    color: #fff;
    line-height: 1rem;
    padding: 0.05rem 0.4rem 0;
    text-align: center;
    vertical-align: baseline;
    background: #494949;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: baseline;
    font-size: 0.8rem;
}

.golist a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

#side_column .golist {
    border-top: 1px solid #ddd;
    padding: 0.5rem 0 0;
    margin: 0;
}

/*writer*/
.writer_article li a {
    margin-right: 5px;
}

/*projects*/
.lists.project li {
    width: calc((100% - 2rem) / 3);
    display: inline-block;
    vertical-align: top;
    clear: right;
    border: none;
    margin-left: 1rem;
    padding: 0;
    margin-bottom: 1rem;
}

.lists.project li:nth-child(3n+1) {
    margin-left: 0;
}

.lists.project .thumbs {
    width: 100%;
    height: 100%;
    padding: 66% 0 0;
    margin: 0 0 0.5rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 3px solid #ccc;
}

.lists.project a:hover {
    opacity: 0.7;
}

.lists.project a:hover .title {
    border-bottom: none;
}

.lists.project li .date {
    display: block;
}

.projectbox,
.projectbox li {
    margin: 0;
    padding: 0;
    display: inline;
}

.projectbox:after {
    content: '';
    display: block;
    clear: both;
}

.projectbox li {
    background: none;
}

.projectbox a {
    display: block;
    float: left;
    padding: 5em 1em 1.5em;
    width: 49%;
    vertical-align: bottom;
    border-radius: 10px;
    border: 3px solid #c66;
    margin-bottom: 2%;
    text-align: center;
    text-decoration: none;
    background-position: center 2em;
    background-repeat: no-repeat;
    background-size: 1.75em;
    font-size: 0.95rem
}

.projectbox li:nth-child(2n+1) a {
    margin-right: 2%;
}

.projectbox .manga {
    border-color: #ee374e;
    background-color: #fcf4f5;
    background-image: url(../images/archive_header/manga.png);
}

.projectbox .animation {
    border-color: #efb727;
    background-color: #fbf9f2;
    background-image: url(../images/archive_header/animation.png);
}

.projectbox .game {
    border-color: #1eaf2d;
    background-color: #f1fdf2;
    background-image: url(../images/archive_header/game.png);
}

.projectbox .mediaart {
    border-color: #1888c0;
    background-color: #f0f7fa;
    background-image: url(../images/archive_header/mediaart.png);
}

.projectbox .other {
    border-color: #ccc;
    background-color: #e6e6e6;
    /*    background-image: url(../images/archive_header/other.png);
    */
    background-image: url(../images/header/logo1.png);
    background-size: 3.75em;
}

.projectbox li a:hover {
    background-color: #fff;
}


.projectbox a span {
    display: block;
    font-weight: bold;
    color: #222;
    vertical-align: bottom;
}


/*side_column*/
#side_column {
    float: right;
    width: 230px;
}

#side_column h2 {
    font-size: 1.2rem;
    margin: 0;
}

#side_column p {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
}

#side_column p.sig {
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
    font-size: 1rem;
}

#side_column ul {
    margin: 0.5rem 0;
    padding: 0;
    list-style: none;
}

#side_column li {
    background: none;
    margin: 0;
    padding: 0 0 0.5rem;
}

#side_column .date {
    display: block;
    font-size: 0.8rem
}

.sidebox {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 90%;
}

.sidebox.type,
.sidebox.news,
.sidebox.tags,
.sidebox.popular,
.sidebox.cal {
    background: #fff;
}

#side_column .sidebox.type .golist,
#side_column .sidebox.type .golist li {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebox.type .golist a {
    text-align: left;
    border-top: 1px solid #ddd;
    display: block;
    padding: 0.5rem;
}

.sidebox.type .golist li:first-child a {
    border: none;
}

.sidebox.type .golist a.on,
.sidebox.type .golist a:hover {
    background: #f6f6f6;
    opacity: 1;
}

.sidebox.linklist {
    padding: 0;
}

#side_column .linklist a {
    text-decoration: none;
}

#side_column .linklist a:hover {
    opacity: 0.7;
    transition: 0.2s;
}

#side_column .linklist h2 {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    line-height: 1.4rem;
    color: #fff;
    background: #494949;
    margin-bottom: 0.5rem;
}

.linklist h2 i {
    font-size: 1.3rem;
    color: #ccc;
    margin-right: 5px;
}

#side_column .linklist h2 span {
    font-size: 0.8rem;
    display: block;
    font-weight: normal;
    color: #ccc;
}


#side_column .sidebox.tags li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#side_column .sidebox.tags li a {
    font-size: 0.7rem;
}

#side_column .sidebox.popular li {
    border-top: 1px solid #ddd;
    padding: 1rem 0;
    border-bottom: none;
    position: relative;
}

#side_column .sidebox.popular li:after {
    content: '';
    clear: both;
    display: block;
}

.sidebox.popular .thumbs {
    height: auto;
    padding-bottom: 0;
}

.sidebox.popular .thumbs .thumbsbox {
    padding: 70% 0 0;
}

.sidebox.popular .thumbs,
.sidebox.popular .mygenre {
    margin: 0;
    display: block;
    width: auto;
    top: auto;
}

.sidebox.popular .mygenre {
    position: relative;
    top: 0;
    display: block;
}


/*#calendar*/
#calendar h2 {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 0;
}

/*#projectbox{*/
#projectbox {
    width: 700px;
    float: left;
    margin-bottom: 2rem;
}

h2 .golist {
    float: right;
}

#projectbox h2 {
    font-weight: normal;
    font-size: 1.4rem;
}


.interview {
    padding: 1em 2em;
    border: 3px solid #eee;
}

p.aname {
    margin: 1.5em 0 0.5em;
}

p.aname strong {
    color: #222;
}

.interview .q {
    padding-left: 1.5em;
    margin-top: 2em;
    color: #cf1e73;
}

.interview .q strong {
    margin-left: -1.5em;
    margin-right: 0.5em;
    color: #cf1e73 !important;
}

.sortblock {
    background: #f6f6f6;
    padding: 5px 1rem;
    font-size: 0.9rem;
}

/*backtopagetop*/
#backtopagetop {
    clear: both;
    max-width: 960px;
    margin: 0 auto;
}

/*footer*/
#footer {
    clear: both;
}

#footer:after {
    content: '';
    display: block;
    clear: both;
}

#footer ul, #footer li {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: none;
}

#foot_menu {
    background: #555;
}

#footer #foot_menu > * {
    display: block;
    padding: 0;
    max-width: 960px;
    margin: 0 auto;
}

#footer li a {
    padding: 0.2rem 0.5em;
    display: inline-block;
}

#foot_menu a {
    color: #fff;
}

#foot_content {
    padding: 20px 0;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#foot_content .left {
    display: flex;
    align-items: center;
}

#foot_content .banners {
    display: flex;
    margin: 0 0 0 20px;
}

#foot_content .banners br {
    display: none;
}

#foot_content .banners__link {
    width: 180px;
    margin: 0 5px;
}

#foot_content .edit_link {
    width: 100%;
}

#foot_content ul li a:before {
    content: "\f10a";
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
    color: #fff;
    line-height: 1rem;
    padding: 0.1rem 0.4rem;
    text-align: center;
    vertical-align: baseline;
    background: #494949;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: baseline;
    font-size: 0.8rem;
}

.pagination {
    text-align: center;
    padding: 1rem;
}

a.page-numbers,
.pagination .current {
    background: #eee;
    color: #222;
    padding: 5px 8px;
    margin: 0 2px;
    text-decoration: none;
}

.pagination .current,
.pagination a:hover {
    background: #656565;
    color: #fff;
}

.listdata li {
    background: none;
    padding: 0.5rem 0;
    border-bottom: 1px dotted #ddd;
}

.listdata li a {
    display: inline-block;
    margin-right: 0.5rem;
}

.listdata.antenna li a {
    display: block;
}

.listdata .mygenre {
    display: inline-block
}

.opentalk p {
    padding: 0 0 32px 81px;
}

.speaker-yoshimi {
    background: url(../images/speakers/yoshimi.png) no-repeat 0 0;
}

.speaker-yoshioka {
    background: url(../images/speakers/yoshioka.png) no-repeat 0 0;
}

.speaker-shimamoto {
    background: url(../images/speakers/shimamoto.png) no-repeat 0 0;
}

.speaker-fujihata {
    background: url(../images/speakers/fujihata.png) no-repeat 0 0;
}

.speaker-fuutamo {
    background: url(../images/speakers/fuutamo.png) no-repeat 0 0;
}

.speaker-q {
    background: url(../images/speakers/q.png) no-repeat 0 0;
}

.speaker-morikawa {
    background: url(../images/speakers/morikawa.png) no-repeat 0 0;
}

.speaker-tochigi {
    background: url(../images/speakers/tochigi.png) no-repeat 0 0;
}

ul.kana {
    list-style-type: katakana;
}

.mwimg,
.mgc-wysiwyg-img-caption {
    font-size: 0.9em;
}

.reportgray {
    background: #eee;
    padding: 10px;
}

.reportbox {
    border-top: 1px dotted #ccc;
    margin: 30px 0;
    padding: 0;
}

/*---190509追加---*/
.text-blue {
    color: #6699CC;
    font-weight: bold;
}

.text-red {
    color: #FF6347;
    font-weight: bold;
}

.main_contents rt,
.main_contents rp {
    font-size: 50%;
}

.video {
    text-align: center;
}

.video iframe {
    width: 560px;
    height: 315px;
}

/*---190515追加---*/
.listdata .place {
    display: block;
    color: #222;
}

/*---190722追加---*/
#toppage_items_info .date {
    display: none;
}

/*---200603追加---*/
.golist.enlist i {
    padding: 0;
    color: #494949;
    background-color: transparent;
    font-size: 1.5rem;
    vertical-align: bottom;
}

/*---200706追加---*/
.mytype a {
    font-weight: bold;
    background-color: #999;
    color: #FFF;
}

.mytype a:hover {
    background-color: #888;
}

.mytype a.column,
.mytype a.report,
.mytype a.project {
    font-weight: normal;
    background-color: #eee;
    color: #222;
}

.mytype a.column:hover,
.mytype a.report:hover,
.mytype a.project:hover {
    background-color: #ddd;
}

.renewal-information {
    clear: both;
    padding: 16px;
    border: 2px solid #999;
}
.renewal-information__banner {
    margin: 16px 0 0;
}

.renewal-information__banner a {
    display: block;
    width: 25%;
}
