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

/* Font face */
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('../../fonts/websymbols-regular-webfont.eot');
	src: url('../../fonts/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../../fonts/websymbols-regular-webfont.woff') format("woff"), url('../../fonts/websymbols-regular-webfont.ttf') format("truetype"), url('../../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");
	font-weight: normal;
	font-style: normal;
}

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

.pageTitle{
    letter-spacing: 1px;
}
/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
}
/*** .pagenation ***/
.pagenation {
    clear: both;
    text-align: center;
}
.pagenavi span,
.pagenavi a {
    position: relative;
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 0 0 0 -1px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    vertical-align: middle;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.pagenavi .pages {
    display: none;
}

/*** .owner_box ***/
#owner_wrap {
    clear: both;
    margin: 15px 0;
}
.owner_box {
    padding: 25px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.owner_box:first-child {
    padding-top: 0;
}
.owner_box .box {
    width: 100%;
    height: 160px;
    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: 160px;
    line-height: 160px;
    overflow: hidden;
}
.owner_box .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.owner_box .text {
    clear: both;
    padding: 10px 0 5px;
}
.owner_box .title {
    font-size: 120%;
}
.owner_box .comment {
    padding-top: 5px;
    line-height: 1.5;
}