@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
}

/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
    background: #FFF;
    padding: 30px 40px;
    margin-top: 30px;
}
.pageTitle{
    letter-spacing: 1px;
}
/*** .pagenation ***/
.pagenation {
    padding-right: 10px;
    text-align: left;
    clear: both;
}
.pagenavi {
    padding: 0 0 20px;
}
.bottom .pagenavi {
    padding: 20px 0;
}
.pagenavi span,
.pagenavi a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    margin: 0;
    padding: 0 7px;
    border: 0;
    border-right: 1px solid #999;
}
.pagenavi a {
    color: #06F;
}
.pagenavi .pages {
    display: none;
}

/*** .owner_box ***/
.owner_box {
    clear: both;
    padding-top: 20px;
    padding: 20px 10px 10px;
    overflow: hidden;
}
.owner_box:not(:last-child){
    border-bottom: 1px dotted #ccc;
}
.owner_box .box {
    float: left;
    width: 350px;
    height: 175px;
    background: #567DDC;
}
.owner_box .info {
    float: left;
    width: 50%;
    color: white;
    font-size: 140%;
}
.owner_box .info span {
    display: block;
    padding: 20px 0 0 15px;
}
.owner_box .info span>span {
    color: #FF3;
    padding: 0;
}
.owner_box .pic {
    width: 50%;
    height: 175px;
    line-height: 175px;
    overflow: hidden;
}
.owner_box .pic img {
    width: auto;
    height: auto;
    max-width: 175px;
    max-height: 175px;
}
.owner_box .text {
    clear: none;
    float: left;
    padding: 0 5px 5px 20px;
}
.owner_box .title {
    font-size: 140%;
}
.owner_box .comment {
    color: #666;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.6;
}