@charset "utf-8";

/***************************************************************************
*
* news_detail.css
*
***************************************************************************/


#content {
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

}

.postTitle {
    width: 100%;
    display: table;
    margin-top: 150px;
    margin-bottom: 48px;
}
.postTitle .post_thumb {
    width: 138px;
    display: table-cell;
}
.postTitle .post_thumb img {
    width: 100%;
}
.postTitle .post_info {
    display: table-cell;
    padding-left: 46px;
    padding-right: 120px;
    vertical-align: middle;
    color: #d70046;
}
.postTitle .post_info .post_date {
    font-size: 15px;
    margin-bottom: 17px;
}
.postTitle .post_info .post_tit {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 10px;
}


.postContent {
    width: 100%;
    margin-bottom: 100px;
    font-size: 16px;
}
.postContent h3 {
    font-size: 24px;
    color: #d70046;
    margin-bottom: 20px;
}
.postContent p {
    line-height: 2;
}
.postContent .photo {
    display: block;
    width: 100%;
    margin-bottom: 70px;
    line-height: 0;
}
.postContent .wrapcol {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.postContent .wrapcol .col {
    width: 520px;
    float: left;
}
.postContent .wrapcol .col+.col {
    width: 623px;
    float: right;
}
.postContent h4 {
    color: #d70046;
    font-size: 20px;
    border-bottom: 1px solid #df336b;
    padding-bottom: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
}
.postContent .link {
    width: 100%;
    margin-top: 33px;
}
.postContent .link li {
    display: block;
    margin-bottom: 15px;
}
.postContent .link li a {
    color: #d70046;
    text-decoration: none;
    font-size: 16px;
}
.postContent .link li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.pager {
	margin: 30px 0;
}
.pager .prev a {
	float: left;
}
.pager .next a {
	float: right;
}
.pager a {
	padding: 8px 26px;
	background-color: #c60046;
    color: #ffffff;
    font-size: 13px;
  	max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
}
.pager  a:hover {
	background-color: #000000;
}

.btn_back {
	margin: 0 auto 150px;
	text-align: center;
}
.btn_back a {
	padding: 8px 26px;
    background-color: #ffffff;
    color: #c60046;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #c60046;
}
.btn_back a:hover {
    color: #000000;
    border: 1px solid #000000;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

.clearfix:before,
.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Style SP */

@media (max-width: 767px) {
    
    .postTitle {
        margin-top: 50px;
        margin-bottom: 22px;
    }
    .postTitle .post_thumb {
        max-width: 138px;
        width: 30%;
    }
    .postTitle .post_info {
        padding-left: 5%;
    }
    .postTitle .post_info .post_date {
        font-size: 16px;
        margin-bottom: 0;
    }

    .post_titsp {
        font-size: 26px;
        color: #d70046;
        margin-bottom: 22px;
    }

    .postContent {
        margin-bottom: 50px;
    }
    .postContent .photo {
        margin-bottom: 35px;
    }
    .postContent h3 {
        margin-bottom: 8px;
        font-size: 21px;
    }
    .postContent .wrapcol {
        margin-top: 30px;
    }
    .postContent .wrapcol .col {
        width: 100%;
    }
    .postContent .wrapcol .col+.col {
        width: 100%;
    }
    .postContent h4 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .postContent .link {
        margin-top: 20px;
    }
    .postContent .link li {
        margin-bottom: 8px;
    }
	
	.btn_back {
		margin-bottom: 50px;
	}

}