@charset "UTF-8";

/**
 *
 * コンテンツ
 *
**/

/**
 * サイドコンテンツ
**/

.side_about {
}

.side_about dt {
	padding: 20px 0;
	line-height: 120%;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #c0beb8;
	border-bottom: 1px solid #c0beb8;
}

.side_about dd {
	padding: 10px 10px 13px 10px;
	line-height: 140%;
	font-size: 11px;
	color: #6c6b66;
}

.side_about dd img {
	margin: 0 auto 6px auto;
	display: block;
}

.side_about dd a {
	color: #6c6b66;
	text-decoration: underline;
}

.side_about dd a:hover {
	color: #6c6b66;
	text-decoration: none;
}

.side_link {
}

.side_link dt {
	padding: 20px 0;
	line-height: 120%;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #c0beb8;
	border-bottom: 1px solid #c0beb8;
}

.side_link dd {
	padding: 27px 15px 28px 15px;
}

.side_link dd li {
	padding: 0 0 12px 27px;
	background: url("images/icon_01.jpg") no-repeat 0 0;
}

.side_archive {
}

.side_archive dt {
	padding: 20px 0;
	line-height: 120%;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #c0beb8;
	border-bottom: 1px solid #c0beb8;
}

.side_archive dd {
	padding: 27px 15px 28px 15px;
}

.side_archive dd {
	padding: 27px 15px 20px 15px;
	line-height: 120%;
	font-size: 10px;
}

.side_archive dd .year {
	padding: 0 0 9px 12px;
	background: url("images/arrow_01.jpg") no-repeat 0 1px;
}

.side_archive dd .year.on {
	background: url("images/arrow_01-on.jpg") no-repeat 0 1px;
}

.side_archive dd ul {
	margin: 0 0 0 20px;
}

.side_archive dd ul li {
	padding: 0 0 5px 12px;
	background: url("images/arrow_01.jpg") no-repeat 0 1px;
}


/**
 * 記事一覧
**/

.article_list {
	margin: 0 0 52px 0;
	border-bottom: 1px solid #c0beb8;
}

.article_list .article {
	padding: 39px 40px 24px 123px;
	border-top: 1px solid #c0beb8;
	position: relative;
}

.article_list .article .image {
	position: absolute;
	top: 39px;
	left: 13px;
	z-index: 1;
}

.article_list .article .image img {
	width: 87px;
	height: auto;
}

.article_list .article .data {
	margin: 0 0 10px 0;
}

.article_list .article .data .auther {
	margin: 0 17px 0 0;
	float: left;
	display: inline;
}

.article_list .article .data .auther a {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}

.article_list .article .data .auther .name {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}


.article_list .article .data .update {
	margin: 0 6px 0 0;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	float: left;
	display: inline;
}

.article_list .article .data .link {
	margin: 0 6px 0 0;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	float: left;
	display: inline;
}

.article_list .article .data .link a {
	text-decoration: underline;
	color: #6c6b66;
}

.article_list .article .data .link a:hover {
	text-decoration: none;
	color: #6c6b66;
}

.article_list .article h2 {
	margin: 0 0 30px 0;
	line-height: 130%;
	font-size: 24px;
	font-weight: bold;
}

.article_list .article h3 {
	display: block;
}

.article_list .article .tag_list {
}

.article_list .article .tag_list li {
	margin: 0 8px 5px 0;
	float: left;
	display: inline;
}

.article_list .article .tag_list li a {
	width: 103px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #a29f97;
	display: block;
}

.article_list .article .category_list {
}

.article_list .article .category_list li {
	margin: 0 8px 5px 0;
	float: left;
	display: inline;
}

.article_list .article .category_list li a {
	width: 103px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #a29f97;
	display: block;
}

.article_list .article .category_list li.game a {
	color: #ffffff;
	background: #e73174;
	border: 1px solid #e73174;
}

.article_list .article .category_list li.event a {
	color: #ffffff;
	background: #ff9000;
	border: 1px solid #ff9000;
}

.article_list .article .category_list li.goods a {
	color: #ffffff;
	background: #3264d7;
	border: 1px solid #3264d7;
}

.article_list .article .category_list li.etc a {
	color: #ffffff;
	background: #40b83f;
	border: 1px solid #40b83f;
}

.article_list .article .desc {
	line-height: 170%;
}

.article_list .article .desc a {
	padding: 1px 6px;
	line-height: 120%;
	border: 1px solid #999999;
}




/**
 * ページング
**/

.paging {
	padding: 15px 25px;
	line-height: 130%;
	font-size: 11px;
	background: #f5f5f5;
	text-align: center;
}

.paging a {
	padding: 0 3px;
	text-decoration: underline;
}

.paging a:hover {
	text-decoration: none;
}

.paging span {
	padding: 0 3px;
}

.paging .previouspostslink {
	padding: 0;
	float: left;
	display: inline;
}

.paging .nextpostslink {
	padding: 0;
	float: right;
	display: inline;
}



/**
 * 記事詳細
**/

.article_detail {
	margin: 0 0 35px 0;
	padding: 39px 24px 0 13px;
	border-top: 1px solid #c0beb8;
}

.article_detail .right {
	width: 554px;
	float: right;
	display: inline;
}

.article_detail .right .data {
	margin: 0 0 10px 0;
}

.article_detail .right .data .auther {
	margin: 0 17px 0 0;
	float: left;
	display: inline;
}

.article_detail .right .data .auther a {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}


.article_detail .right .data .auther .name {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}

.article_detail .right .data .update {
	margin: 0 6px 0 0;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	float: left;
	display: inline;
}

.article_detail .right .data .link {
	margin: 0 6px 0 0;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	float: left;
	display: inline;
}

.article_detail .right .data .link a {
	text-decoration: underline;
	color: #6c6b66;
}

.article_detail .right .data .link a:hover {
	text-decoration: none;
	color: #6c6b66;
}

.article_detail .right h2 {
	margin: 0 0 30px 0;
	line-height: 130%;
	font-size: 24px;
	font-weight: bold;
}

.article_detail .right .desc {
	line-height: 1.6em;
	font-size: 16px;
}

.article_detail .right .desc a {
	color: #FF1493;
	text-decoration: underline;
}

.article_detail .right .desc a:hover {
	color: #FF1493;
	text-decoration: none;
}

.article_detail .left {
	width: 87px;
	float: left;
	display: inline;
}

.article_detail .left img {
	display: block;
}

.article_detail .left .tag_list {
}

.article_detail .left .tag_list li {
	margin: 0 0 5px 0;
	float: left;
	display: inline;
	clear: both;
}

.article_detail .left .tag_list li a {
	width: 85px;
	height: 15px;
	line-height: 15px;
	font-size: 9.5px;
	text-align: center;
	color: #000000;
	background: #ffffff;
	border: 1px solid #a29f97;
	display: block;
}

.article_detail .left .category_list {
}

.article_detail .left .category_list li {
	margin: 0 0 5px 0;
	float: left;
	display: inline;
	clear: both;
}

.article_detail .left .category_list li a {
	width: 85px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #a29f97;
	display: block;
}

.article_detail .left .category_list li.game a {
	color: #ffffff;
	background: #e73174;
	border: 1px solid #e73174;
}

.article_detail .left .category_list li.event a {
	color: #ffffff;
	background: #ff9000;
	border: 1px solid #ff9000;
}

.article_detail .left .category_list li.goods a {
	color: #ffffff;
	background: #3264d7;
	border: 1px solid #3264d7;
}

.article_detail .left .category_list li.etc a {
	color: #ffffff;
	background: #40b83f;
	border: 1px solid #40b83f;
}


/**
 * ソーシャルリンク
**/

.social_link {
	margin: 0 0 50px 0;
	padding: 10px 0;
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
}

.social_link .text {
	margin: 0 10px 0 250px;
	line-height: 22px;
	font-size: 11px;
	color: #6c6b66;
	float: left;
	display: inline;
}

.social_link ul {
	overflow: hidden;
}

.social_link ul img {
	display: block;
}

.social_link ul li {
	margin: 0 3px 0 0;
	float: left;
	display: inline;
}


/**
 * 記事情報
**/

.article_info {
	margin: 0 0 48px 0;
	padding: 0 0 35px 13px;
	border-bottom: 1px solid #c0beb8;
}

.article_info .left {
	width: 320px;
	float: left;
	display: inline;
}

.article_info .left .auther_info {
	padding: 0 0 24px 0;
}

.article_info .left .auther_info figure {
	margin: 0 24px 0 0;
	float: left;
	display: inline;
}

.article_info .left .auther_info ul {
	overflow: hidden;
}

.article_info .left .auther_info ul li {
	padding: 0 30px 10px 0;
	float: left;
	clear: both;
}

.article_info .left .auther_info ul li.auther a {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}


.article_info .left .auther_info ul li.auther .name {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}

.article_info .left .comments {
	line-height: 140%;
	font-size: 10px;
}

.article_info .left .comments .comment a {
	text-decoration: underline;
}

.article_info .left .comments .comment a:hover {
	text-decoration: none;
}

.article_info .left .comments .comment {
	margin: 0 0 15px 0;
}

.article_info .left .comments .comment .desc {
	padding: 10px 0 0 8px;
}

.article_info .left .comments .comment .desc {
	padding: 10px 0 20px 8px;
}
/*
h3#comments {
	display: none !important;
}

div.commentmetadata {
	display: inline !important;
}

div.comment-author {
	display: inline !important;
}

div.comment-author cite {
	display: inline !important;
}

div.comment-author img {
	display: none !important;
}

span.says {
	display: none !important;
}

.commentlist {
	margin-left: 13px !important;
}

.commentlist li {
	margin-bottom: 18px !important;
	list-style-type: decimal !important;
}

.commentlist li ul {
	margin-top: 18px !important;
}

.comment-body p {
	padding-top: 6px !important;
}
*/
#respond {
	padding-top: 25px;
}

#respond h3 {
	display: none !important;
}

#respond p {

}

.comment-form-author {
	padding: 0 0 25px 0;
}

#respond input#author {
	width: 107px;
	height: 18px;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #a29f97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

#respond input#email {
	width: 107px;
	height: 18px;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #a29f97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

#respond input#url {
	width: 107px;
	height: 18px;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #a29f97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

#respond textarea#comment {
	margin: 4px 0 0 40px;
	width: 573px;
	height: 75px;
	background: #ffffff;
	border: 1px solid #a29f97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#respond .submit {
	margin: 0 0 0 40px;
	width: 107px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	background: #f5f5f5;
	border: 1px solid #a29f97;
	border-top: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}




.article_info .right {
	width: 340px;
	float: right;
	display: inline;
}

.article_info .right .auther {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

.article_info .right .auther a {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}

.article_info .right .auther .name {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6b66;
	background: #f5f5f5;
	display: block;
}

.article_info .right .link {
	padding: 10px 0 0 0;
	clear: both;
}

.article_info .right .link a {
	text-decoration: underline;
}

.article_info .right .link a:hover {
	text-decoration: none;
}
