@charset "utf-8";

#gnav ul li#gnav_blog > a {
	background-position: -840px -36px;
}

/* PC */
@media screen and (min-width: 1020px) {

.blog .mv {
	background: url(/blog/img/pc/mv.png) no-repeat center center;
	background-size: cover;
	height: 521px;
}
.blog .mv .mv_inner {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.blog .mv_inner p {
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 17px;
}
.blog .lead {
	padding-top: 20px;
}
.blog .lead .leadTtl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.blog .sort {
	margin-top: 60px;
}
.blog .sort .sp {
	display: none;
}
.blog .sort ul {
	overflow: hidden;
	text-align:center;
}
.blog .sort ul + ul {
	padding-top: 20px;
}
.blog .sort ul li {
	display:inline-block;
	width: 230px;
	margin:0 5px;
}
.blog .sort ul li:nth-child(3),
.blog .sort ul li:nth-child(4) {
	display: none;
}
.blog .sort ul li:hover img {
	opacity: 0.6;
}
.blog .sort ul li:hover .txt {
	text-decoration: underline;
}
.blog .sort ul li .txt {
	padding-top: 6px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.blog .blogWrap {
	margin-top: 106px;
}
.blog .blogList {
	overflow: hidden;
	margin-top: 60px;
}
.blog .blogList .pic {
	float: left;
}
.blog .blogList a:hover img {
	opacity: 0.6;
}
.blog .blogList .detail {
	position: relative;
	float: left;
	width: 615px;
	min-height: 173px;
	margin-left: 44px;
}
.blog .blogList .date {
	font-size: 12px;
}
.blog .blogList .ttl {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blog .blogList a:hover .ttl {
	text-decoration: underline;
}
.blog .blogList .txt {
	line-height: 1.5;
}
.blog .blogList .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	/*width: 111px;*/
	width: 30%;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.blog .blogList .icon.new {
	background: #e6004d;
}
.blog .blogList .icon.sagyou {
	background: #27333d;
}
.blog .blogList .icon.tokushu {
	background: #2d8d28;
}
.blog .blogList .icon.offshot {
	background: #cb7e11;
}
.blog .blogList .icon.haikan {
	background: #af3737;
}
.blog .blogList .icon.contests {
	background: #6a549b;
}
.blog .pager {
	margin-top: 80px;
	font-size: 16px;
}
.blog .pager > p {
	display: inline-block;
	height: 28px;
	line-height: 28px;
}
.blog .pager ul {
	display: inline-block;
	margin-left: 50px;
}
.blog .pager ul li {
	display: inline-block;
	height: 28px;
	line-height: 28px;
}
.blog .pager ul li + li {
	padding-left: 5px;
}
.blog .pager ul li.prev {
	padding-right: 8px;
}
.blog .pager ul li.next {
	padding-left: 8px;
}
.blog .pager ul li.current {
	text-decoration: underline;
	font-weight: bold;
}
.blog .pager ul li a:hover {
	color: #0f6ab5;
	text-decoration: none;
}
.blog .note {
	margin-top: 70px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
.blog .note + .note {
	margin-top: 0;
}
.blog .note:before{
	content: "※";
}

}

/* SP */
@media screen and (max-width: 1019px) {

#sp_gnav_blog a {
	color: #0068b7;
}
.blog .mv {
	height: auto;
}
.blog .mv {
	background: url(/blog/img/sp/mv.png) no-repeat center center;
	background-size: cover;
}
.blog .mv .mv_inner {
	padding: 80px 10px;
	height: auto;
	width: auto;
}
.blog .sort .pc {
	display: none;
}
.blog .sort .sp form {
	width: 100%;
	padding: 20px 0 0;
}
.blog .sort .sp label {
	position: relative;
	display: block;
	width: 100%;
	border: 2px solid #0971c0;
	background: #fff;
}
.blog .sort .sp label:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 52px;
	height: 100%;
	background: #0971c0 url(../blog/img/sp/arrow_select.png) center center no-repeat;
	background-size: 14px 8px ;
}
.blog .sort .sp select {
	cursor: pointer;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	color: #222;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	background: transparent;
}
::-ms-expand {
	display: none;
}
.blog .lead {
	font-size: 13px;
	line-height: 1.8;
}
.blog .lead .leadTtl br.pc{
	display: none;
}
.blog .blogList {
	overflow: hidden;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #dcdcdc;
	padding-right: 20px;
	background: url(../blog/img/sp/arrow_blogList.png) right center no-repeat;
	background-size: 9px 15px;
}
.blog .blogList:last-child {
	padding-bottom: 15px;
	border-bottom: 1px dotted #dcdcdc;
}
.blog .blogList .pic {
	float: left;
	width: 43%;
}
.blog .blogList .pic img {
	width: 100%;
}
.blog .blogList .detail {
	float: left;
	width: 55%;
	margin-left: 2%;
	margin-top: -4px;
}
.blog .blogList .icon {
	display: inline-block;
	min-width: 92px;
	height: 20px;
	margin-top: 5px;
	padding: 0 10px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.blog .blogList .icon.new {
	background: #e6004d;
}
.blog .blogList .icon.sagyou {
	background: #27333d;
}
.blog .blogList .icon.tokushu {
	background: #2d8d28;
}
.blog .blogList .icon.offshot {
	background: #cb7e11;
}
.blog .blogList .icon.haikan {
	background: #af3737;
}
.blog .blogList .icon.contests {
	background: #6a549b;
	padding: 0 5px;
	font-size: 10px;
}
.blog .blogList .date {
	font-size: 12px;
}
.blog .blogList .ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.blog .blogList .txt {
	display: none;
}
.blog .pager {
	margin-top: 30px;
}
.blog .pager > p {
	display: none;
}
.blog .pager ul {
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
}
.blog .pager ul li {
	display: inline-block;
	width: 12%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #222;
	box-sizing: border-box;
}
.blog .pager ul li a {
	display: block;
	height: 100%;
	
}
.blog .pager ul li span {
	display: none;
}
.blog .pager ul li + li {
	margin-left: 1%;
}
.blog .pager ul li.prev {
	background: #222 url(../blog/img/sp/arrow_prev.png) center center no-repeat;
	background-size: 10px 15px;
	margin-right: 4%;
}
.blog .pager ul li.next {
	background: #222 url(../blog/img/sp/arrow_next.png) center center no-repeat;
	background-size: 10px 15px;
	margin-left: 5%;
}
.blog .pager ul li.current a {
	color: #fff;
	background : #222;
}
	
.blog .note {
	margin-top: 40px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
.blog .note + .note {
	margin-top: 8px;
}
.blog .note:before{
	content: "※";
}


}