/* Enter Your Custom CSS Here */
.news .entry-meta {
    display: block;
}

.gallery {
    display: table;
    margin: 0 auto;
    max-width: 890px;
}

.gallery_top {
    display: flex;
    padding: 100px 0px 20px 0;
    max-width: 800px;
}

img.menu-image {
    margin-top: 15px;
}

div#copyright #wp_rp_first {
    display: none;
}

/*Related list*/
.related_list {
    display: table;
}

ul.related_list {
    margin: 0;
}

.related_list h3 {
    margin-top: 50px;
}

.related_list h4 {
    font-size: 120%;
    margin-top: 10px;
}

ul.related_list li {
    width: 20%;
    float: left;
    list-style: none;
    min-height: 140px;
    margin: 10px;
    text-align: center;
}

.related_list a:hover {
    opacity: 0.6;
}

@media (max-width: 768px) {
ul.related_list li {
    width: 40%;
    float: left;
    list-style: none;
    height: 140px;
    margin: 10px;
    text-align: center;
}

.rev_slider{
	max-height:400px;
}

}


.rev_slider_1_1_wrapper {
left:0;

}

/*Item page*/
.explain_a {
    font-family: meiryo,osaka;
    margin-bottom: 50px;
    font-size: 110%;
}

.explain_b {
    font-family: meiryo,osaka;
    margin-bottom: 0px;
    font-size: 110%;
}

table.cho_014 {
	width:100%;
}

td.cho_014_l {
	width:20%;
}

td.cho_014_r {
	width:20%;
}

table.cho_014 tr {
    vertical-align: top;
}

table.cho_014 h3 {
    font-size: 115%;
    margin: 10px 0;
}

li.listing-item {
    width: 100px;
    float: left;
    margin: 10px;
    height: 100px;
}

li.listing-item {
    list-style-type: none;
}

.item_list {
    display: table;
}

.item_list a:hover {
    opacity: 0.8;
}

.page-id-73 .portfolio-title {
    margin-bottom: -20px;
}



.news_box {
    position: absolute;
    bottom: 10px;
    z-index: 99999;
    left: 260px;
    display: block;
    width: 400px;
    height: 150px;
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    font-family: meiryo,osaka;
    color: #000;
    font-size: 110%;
}

.news_box .cptl_title {
    text-align: left;
}

.news_box p,
.news_box hr,
.news_box table {
    display: none;
}

.news_box .cptl_time {
    width: 100px;
    float: left;
}

.news_box a {
    font-size: 70%;
    font-weight: normal;
    text-decoration: underline;
    display: block;
}

.news_box .cptl_title {
    margin: 0;
}

@media (max-width: 768px){
.news_box {
    position: absolute;
    bottom: 200px;
    z-index: 99999;
    left: 10px;
    display: block;
    width: 90%;
    height: 150px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    font-family: meiryo,osaka;
    color: #000;
    font-size: 110%;
}
}

.cptl {
    font-family: meiryo,osaka;
}
.cptl img {
    display: none;
}
