/*
Theme Name: GIOCOX 攻略用テーマ
Theme URI: 
Description: 
Version: 1.0.0
Author: giocox
Author URI: 
*/

* {
	-webkit-text-size-adjust:100%;
	margin: 0;
	padding: 0;
}

body {
	font: 14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	background: #f9f9f9;
}

.wrap {
	width: 1014px;
	margin: 0 auto;
	padding: 0 12px;
}

img {
	line-height: 0;
	vertical-align: text-bottom;
}

a {
	color: #39c;
	text-decoration: none;
}
a:hover {
	color: #03c;
	text-decoration: underline;
}

hr {
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: -webkit-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -moz-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -ms-linear-gradient(left, #eee, #ccc, #eee);
	background-image: -o-linear-gradient(left, #eee, #ccc, #eee);
	margin: 12px 0;
}

/* header ------------------------------------------------------------------- */
.header {
	min-width: 1038px;
	background-image: url(./images/carbon_fibre_v2.png);
	box-shadow: 0px 2px 2px #ccc;
		-webkit-box-shadow: 0px 2px 2px #ccc;
		-moz-box-shadow: 0px 2px 2px #ccc;
}
.sitename {
	padding: 12px;
	width: 1014px;
	margin: 0 auto;
}
.sitename::after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.sitename > .site {
	float: left;
}
.sitename > .site > a {
	display:block;
	background-image: url(./images/logo.png);
	background-repeat: no-repeat;
	width: 138px;
	height: 35px;
}
.sitename > .tips {
	float: left;
	width: 300px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #c0c0c0;
	margin-left: 24px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	line-height: 35px;
	padding: 0 12px;
}
.sitename > .tips:after, .sitename > .tips:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sitename > .tips:after {
	border-right-color: #f9f9f9;
	border-width: 7px;
	top: 17.5px;
	margin-top: -7px;
}
.sitename > .tips:before {
	border-right-color: #c0c0c0;
	border-width: 8px;
	top: 17.5px;
	margin-top: -8px;
}
.sitename > .search {
	float: left;
}
.sitename > .search form input {
	font-size: 14px;
}
.sitename > .search form input.text {
	border: 1px solid #c0c0c0;
	width: 300px;
	background: #f9f9f9;
	margin: 0 4px 0 36px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	height: 35px;
	padding: 0 12px;
}
.sitename > .search form input.submit {
	color: #fff;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	border: 1px solid #248;
	background: #248;
		background: -moz-linear-gradient(top, #46a, #248);
		background: -webkit-linear-gradient(top, #46a, #248);
	line-height: 35px;
	padding: 0 12px;
}
.sitename > .search > form > input.submit:hover {
	background: #248;
		background: -moz-linear-gradient(top, #46a, #248);
		background: -webkit-linear-gradient(top, #57b, #359);
}


/* contents ----------------------------------------------------------------- */
.contents {
	margin: 12px 0;
}
.contents::after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.contents > .main {
	width: 752px;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
}
.contents > .navi {
	width: 250px;
	float: left;
	box-sizing: border-box;
}



/* maincontents ------------------------------------------------------------- */
.main {
	background: #fff;
	margin-bottom: 12px;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 2px 2px #999;
		-webkit-box-shadow: 0px 2px 2px #999;
		-moz-box-shadow: 0px 2px 2px #999;
}
.main > h1 {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background: #248;
		background: -moz-linear-gradient(top, #4a6, #284);
		background: -webkit-linear-gradient(top, #46a, #248);
	text-shadow: 1px 1px 3px #333;
	padding: 0 12px;
}
.main > .ad {
	padding: 12px 12px 0 12px;
}
.main > .game {
	margin: 10px;
	padding: 12px;
	background: #f3f3f3;
}
.main > .game::after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.main > .game > p {
	float: left;
}
.main > .game > dl {
	margin-left: 200px;
	line-height: 24px;
}
.main > .game > dl > dt {
	float: left;
	width: 100px;
	line-height: 24px;
}
.main > h2 {
	font-size: 18px;
	border-top: 4px solid #c33;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 12px;
}
.main > .bread {
	padding: 6px 12px;
	color: #333;
	background: #f9f9f9;
}
.main > .share {
	padding: 6px 12px 0px 12px;
	margin: 12px 12px 0 12px;
	background: #f0f0f0;
}
.main > .share::after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.main > .share > div.twitter {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 100px;
}
.main > .share > div.line {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 100px;
}
.main > .share > div.hatena {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 62px;
}
.main > .share > div.facebook {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 110px;
}
.main > .share > div.google {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 70px;
}
.main > .share > div.yahoo {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.main > .post {
	clear: both;
	font-size: 13px;
	padding: 12px;
}
.main > .post-list {
	list-style: none;
}
.main > .post-list > li {
	color: #666;
	line-height: 35px;
	border-bottom: 1px solid #f0f0f0;
	padding: 6px 24px;
}
.main > .pager {
	list-style: none;
	margin: 12px 0;
}
.main > .pager::after {
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.main > .pager > li {
	float: left;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	width: 350px;
	margin: 0 12px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	border: 1px solid #ccc;
	background: #e0e0e0;
		background: -moz-linear-gradient(top, #fff, #e0e0e0);
		background: -webkit-linear-gradient(top, #fff, #e0e0e0);
	line-height: 30px;
}
.main > .pager > li > a {
	display: block;
	color: #999;
	line-height: 30px;
}
.main > .pager > li > a:hover {
	text-decoration: none;
	color: #666;
}
.main > .related {
	padding: 0 12px 12px 12px;
}
.main > .related > p {
	margin-bottom: 10px;
}


/* navigation --------------------------------------------------------------- */
.navi {
	background: #fff;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 0px 2px 2px #999;
		-webkit-box-shadow: 0px 2px 2px #999;
		-moz-box-shadow: 0px 2px 2px #999;
	overflow: hidden;
}
.navi > .unit > h3 {
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 3px #666;
	background: #606060;
		background: -moz-linear-gradient(top, #808080, #606060);
		background: -webkit-linear-gradient(top, #808080, #606060);
	padding: 4px 12px;
}
.navi > .unit > ul {
	font-size: 12px;
	list-style: none;
	border-top: 0px;
	padding: 4px 0;
}
.navi > .unit > ul > li {
	color: #000;
	display: block;
	text-decoration: none;
}
.navi > .unit > ul > li.no-link-title {
	font-weight: bold;
	background: #ddd;
	margin: 4px 0;
	padding: 3px 12px;
}
.navi > .unit > ul > li.title {
	font-weight: bold;
	background: #ddd;
	margin: 4px 0;
}
.navi > .unit > ul > li.title > a:hover {
	text-decoration: none;
	background: #d0d0d0;
}
.navi > .unit > ul > li > a {
	display: block;
	padding: 3px 12px;
}
.navi > .unit > ul > li > a > span {
	display: block;
	padding-left: 12px;
}
.navi > .unit > ul > li > ul {
	padding-left: 12px;
	list-style: none;
}
.navi > .unit > ul > li > ul > li > a {
	display: block;
	padding: 3px 12px;
}
.navi > .unit > ul > li > ul > li > ul {
	padding-left: 12px;
	list-style: none;
}
.navi > .unit > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 3px 12px;
}
.navi > .unit > .ad {
	text-align: center;
	margin: 12px 0;
}


/* footer ------------------------------------------------------------------- */
.footer {
	min-width: 1038px;
	color: #999;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.footer > .siteinfo {
	width: 1014px;
	margin: 0 auto;
	padding: 12px 0;
}
.footer > .siteinfo > .about {
	font-size: 10px;
	margin-top: 12px;
}
.footer > .siteinfo > .copy {
	font-size: 10px;
	text-align: right;
}


/* comment ------------------------------------------------------------------- */
#reply-title {
	border-left: 6px solid #c33;
	background: #f9f9f9;
	padding: 6px;
	margin-bottom: 12px;
}
.form-allowed-tags {
    display: none;
}
.comment p {
	display: inline;
}
.comment .user {
	margin-left: 6px;
}
.comment .user, .comment .data, .comment .reply {
	color: #999;
}

/* decoration ------------------------------------------------------------------- */
.post > h3 {
	border-left: 6px solid #c33;
	background: #f9f9f9;
	padding: 6px;
	margin: 12px 0;
}
.post > h4 {
	border-bottom: 3px solid #f9f9f9;
	padding: 3px;
	margin: 5px 0;
}

.post table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #ccc solid;
}
.post table th {
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	font-weight: normal;
	text-align: left;
}
.post table td {
	padding: 4px 8px;
	border: 1px solid #ccc;
}
.post table td.name {
	white-space: nowrap;
}
.post table td.price {
	text-align: right;
}
.post table tr:first-child th {
	border-top: 0px;
}
.post table th:last-child {
	border-right: 0px;
}
.post table td:last-child {
	border-right: 0px;
}

.post table ul li {
	list-style-image: url("./images/arrow.png");
	line-height: 32px;
	margin-left: 12px;
}

.post > ul li {
	list-style-image: url("./images/arrow.png");
	line-height: 32px;
}
.post > ul {
	margin-left: 24px;
}
.post > ul > li > ul {
	margin-left: 24px;
}
.post > ul > li > ul > li > ul {
	margin-left: 24px;
}

.post > ol {
	margin-left: 24px;
}
.post > ol > li > ol {
	margin-left: 24px;
}
.post > ol > li > ol > li > ol {
	margin-left: 24px;
}

.post > .notice {
	font-size: 11px;
	color: #666;
}