@charset "utf-8";

/*
Theme Name: Mr & Miss
Description: Mr&Miss用テーマ
Version: 1.0
Author: Koizumi
Theme URI: http://dev-web.info
Author URI: http://dev-web.info
*/

@media screen and (min-width: 769px)
{
    .eve_title_box {
        max-height: 5em;
        min-height: 3em;
    }
    .eve_excerpt_box {
        height: auto;
        margin-bottom: 0;
    }
    .eve_excerpt_box p {
        height: 6.2em;
        margin-bottom: 10px;
    }
}
.eve_blog_title {
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    color: #300;
    line-height: 1.4em;
    font-weight: bold;
}
.eve_title_box_detail .eve_blog_title {
    font-size: 22px;
}
.eve_excerpt_box
{
    overflow: hidden;
    margin-bottom: 0;
}

.eve_item {
    position: relative;
}
.eve_item_label {
    font-size: 0.8em;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 3px 5px;
    color: #fff;
}
.eve_item_label.blog {
    background: #409CB2;
}
.eve_item_label.event {
    background: #cfb100;
}

.detail_content img {
    max-width: 100%;
    height: auto;
}

.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

#main_contents ul.pagenation {
    margin: 0 0 10px;
    padding: 15px 15px 10px;
    text-align: center;
}
#main_contents ul.pagenation li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
#main_contents ul.pagenation li span,
#main_contents ul.pagenation li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 13px;
    background: #fff;
    border: 1px solid #aaa;
    text-decoration: none;
    vertical-align: middle;
}
#main_contents ul.pagenation li a:hover {
    /*background: #eeeff7;*/
    background: #761616;
    border-color: #FAF4A6;
    color: #FAF4A6;
}

/* voice */
#main .member_item .member_thumb {
    display: table-cell;
    width: 30%;
}
#main .member_item .member_thumb img {
    width: 117px;
    height: auto;
}
#main .member_item .member_data {
    display: table-cell;
    width: auto;
    padding-left: 15px;
}
#main .member_item .member_data .register_date {
    color: #2d6573;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #main .member_item .member_thumb {
        width: 100px;
    }
}

