@charset "utf-8";

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

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

#contents {
	padding-top: 50px;
	padding-bottom: 0;
}
#main {
	overflow: hidden;
	padding: 0 0 137px;
	background: url(../blog/img/pc/article/bg_aside.gif) 741px center repeat-y;
}
#mvSub {
	background: #0168b7 url(/blog/img/pc/article/mv_bg.jpg) no-repeat center top;
}
#mvSub.haikan {
	background: #0168b7 url(/blog/img/pc/article/mv_bg_haikan.jpg) no-repeat center top;
}
#mvSub.contests {
	background: #0168b7 url(/blog/img/pc/article/mv_bg_contests.jpg) no-repeat center top;
}
/* article */
#article {
	float: left;
	width: 689px;
}
#article .category {
	height: 23px;
	padding-left: 13px;
	line-height: 23px;
	color: #fff;
	font-size: 13px;
}
#article .category.new {
	background: #e6004d;
}
#article .category.sagyou {
	background: #27333d;
}
#article .category.tokushu {
	background: #2d8d28;
}
#article .category.offshot {
	background: #cb7e11;
}
#article .category.haikan {
	background: #af3737;
}
#article .category.contests {
	background: #6a549b;
}
#article .articleHead {
	margin-top: 40px;
	margin-bottom: 45px;
}
#article .articleHead .date {
	font-size: 13px;
	letter-spacing: 2px;
}
#article .articleHead .ttl {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#article .articleInner .txt {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px
}
#article .articleInner .pic {
	padding-top: 40px;
}
#article .articleInner .pic img {
	max-width: 100%!important;
	height: auto!important;
}
#article .articleInner .other {
	padding-top: 90px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 2px;
}
#article .articleInner .other img {
	float: right;
	width: 453px;
	padding-left: 36px;
}
#article .articleBtn {
	overflow: hidden;
	margin-top: 73px;
}
#article .articleBtn ul {
	float: left;
}
#article .articleBtn li {
	display: inline-block;
	width: 142px;
	height: 29px;
	line-height: 29px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #bcbcbc;
	box-sizing: border-box;
}
#article .articleBtn li.prev span {
	padding-right: 13px;
}
#article .articleBtn li.next span {
	padding-left: 13px;
}
#article .articleBtn li + li {
	margin-left: 50px;
}
#article .articleBtn li a {
	display: block;
}
#article .articleBtn li a:hover {
	color: #fff;
	text-decoration: none;
	background: #454545;
}
#article .articleBtn p {
	float: right;
	width: 142px;
	height: 29px;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
}
#article .articleBtn p a {
	display: block;
	color: #fff;
	background: #454545 url(../blog/img/pc/article/arrow_small.png) 13px center no-repeat;;
}
#article .articleBtn p a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#article .note {
	margin-top: 70px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
#article .note + .note {
	margin-top: 0;
}
#article .note:before{
	content: "※";
}

/* aside */
aside {
	float: right;
	width: 238px;
}
aside .tpc {
	padding: 76px 0 23px 18px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: #27333d;
}
aside ul li {
	position: relative;
	padding: 0 15px 36px;
	margin-top: 36px;
	border-bottom: 1px solid #cacaca;
}
.blogList a {
	text-decoration: none;
}
aside ul li .date {
	font-size: 12px;
	letter-spacing: 1px;
}
aside ul li .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
aside ul li .icon.new {
	background: #e6004d;
}
aside ul li .icon.sagyou {
	background: #27333d;
	font-size: 11px;
}
aside ul> li .icon.tokushu {
	background: #2d8d28;
	font-size: smaller;
}
aside ul li .icon.offshot {
	background: #cb7e11;
	font-size: smaller;
}
aside ul li .icon.haikan {
	background: #af3737;
	font-size: 11px;
}
aside ul li .icon.contests {
	background: #6a549b;
	font-size: 10px;
}
aside ul li .ttl {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 2px;
}
.blogList a:hover .ttl {
	text-decoration: underline;
}
aside ul li .pic {
	padding-top: 30px;
}

}

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

#sp_gnav_blog a {
	color: #0068b7;
}
#mvSub h2{
	display: none
}
#mvSub img.haikanImage {
	display: none;
}
#mvSub.haikan img.haikanImage {
	display: block;
}
#mvSub.haikan img:not(.haikanImage) {
	display: none;
}
#mvSub img.contestsImage {
	display: none;
}
#mvSub.contests img.contestsImage {
	display: block;
}
#mvSub.contests img:not(.contestsImage) {
	display: none;
}
/* article */
#article .category {
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
}
#article .category.new {
	background: #e6004d;
}
#article .category.sagyou {
	background: #27333d;
}
#article .category.tokushu {
	background: #2d8d28;
}
#article .category.offshot {
	background: #cb7e11;
}
#article .category.haikan {
	background: #af3737;
}
#article .category.contests {
	background: #6a549b;
}
#article .articleHead {
	margin-top: 24px;
	margin-bottom: 20px;
}
#article .articleHead .date {
	font-size: 12px;
	letter-spacing: 2px;
}
#article .articleHead .ttl {
	margin-top: 4px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
}
#article .articleInner .txt {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 2px
}
#article .articleInner .pic {
	padding-top: 25px;
}
#article .articleInner .pic img {
	max-width: 100%!important;
	height: auto!important;
}
#article .articleInner .other {
	padding-top: 40px;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 2px
}
#article .articleInner .other img {
	width: 100%;
	padding-top: 25px;
}
#article .articleBtn {
	padding-top: 30px;
}
#article .articleBtn ul {
	overflow: hidden;
	max-width: 340px;
	margin: 0 auto;
}
#article .articleBtn li {
	width: 40%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #222;
	box-sizing: border-box;
}
#article .articleBtn li.prev {
	float: left;
}
#article .articleBtn li.next {
	float: right;
}
#article .articleBtn li.prev span {
	padding-right: 15px;
}
#article .articleBtn li.next span {
	padding-left: 15px;
}
#article .articleBtn li a {
	display: block;
}
#article .articleBtn p {
	width: 220px;
	height: 50px;
	margin: 30px auto 0;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
}
#article .articleBtn p a {
	padding-left: 20px;
	display: block;
	color: #fff;
	background: #222 url(../blog/img/pc/article/arrow_small.png) 57px center no-repeat;;
}
#article .note {
	margin-top: 40px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}
#article .note + .note {
	margin-top: 8px;
}
#article .note:before{
	content: "※";
}


/* aside */
aside {
	margin-top: 60px;
}
aside .tpc {
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #27333d;
}
aside ul li {
	overflow: hidden;
	padding: 15px 0 0;
	margin-top: 15px;
	border-top: 1px dotted #dcdcdc;
}
aside ul li:last-child {
	padding-bottom: 15px;
	border-bottom: 1px dotted #dcdcdc;
}
aside .blogList .pic {
	float: left;
	width: 43%;
}
aside .blogList .pic img {
	width: 100%;
}
aside .blogList .detail {
	float: right;
	width: 55%;
	margin-left: 2%;
	margin-top: -4px;
}
aside .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;
}
aside .blogList .icon.new {
	background: #e6004d;
}
aside .blogList .icon.sagyou {
	background: #27333d;
}
aside .blogList .icon.tokushu {
	background: #2d8d28;
}
aside .blogList .icon.offshot {
	background: #cb7e11;
}
aside .blogList .icon.haikan {
	background: #af3737;
}
aside .blogList .icon.contests {
	background: #6a549b;
	padding: 0 5px;
	font-size: 11px;
}
aside .blogList .detail > p + p {
}
aside .blogList .date {
	font-size: 12px;
}
aside .blogList .ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
aside .blogList .txt {
	display: none;
}
	

}