@charset "UTF-8";
/* Scss Document */
/*******************************
 
DETAIL Css
 
*******************************/
.news-detail .wrap-common{
	position: relative;
	overflow: hidden;
}
.main{
	width: 90%;
}

.share{
	width: 10%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.share .inner{
	display: inline-block;
	margin: auto;
}
.share p{
	text-align: center;
	margin: 15px 0;
}
.share .sns a{
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: solid 1px #313131;
	margin-bottom: 10px;
	padding: 7px;
}
.share .sns a:before{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-image: url("../../../common/img/common/news_sprite@2x.png");
	background-size: 92px auto;
}
.share .sns.ico-insta a:before{
	background-position: 0px 0px;
}
.share .sns.ico-twt a:before{
	background-position: -31px 0px;
}
.share .sns.ico-fb a:before{
	background-position: -60px 0px;
}
.share .sns.ico-insta a:hover:before{
	background-position: 0px 27px;
}
.share .sns.ico-insta a:hover {
	border-color: #CF2E92;
}
.share .sns.ico-twt a:hover:before{
	background-position: -31px 27px;
}
.share .sns.ico-twt a:hover {
	border-color: #1DA1F2;
}
.share .sns.ico-fb a:hover:before{
	background-position: -60px 27px;
}
.share .sns.ico-fb a:hover {
	border-color: #1877f2;
}

.main_ttl{
	margin-top: 50px;
	text-align: left;
}
.main_ttl .date,
.main_ttl .tag{
	display: inline-block;
}
.main_ttl .date{
	margin-right: 20px;
    font-weight: bold;
}
.main_ttl .tag{
	font-size: 75%;
	color: #fff;
	background-color: #2f2f2f;
    margin-right: 20px;
	padding: 2px 15px;
}
.main_ttl .top{
	display: block;
	font-size: 180%;
    letter-spacing: .08em;
	margin: 30px 0;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.main{
		width: 80%;
	}

	.share{
		width: 15%;
	}
    .main_ttl .top {
        font-size: 200%;
    }
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .main_ttl .top {
        font-size: 180%;
    }
}
