@charset "utf-8";
/*
	GOSICK blog 汎用CSS
	Copyright (C) KADOKAWA All Rights Reserved.
*/

/*-----------------------------------------------------
	リセット
-------------------------------------------------------*/
html {
	zoom: 1; /* IEのみ */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,span,
form,fieldset,input,textarea,p,blockquote,th,td,img,object,aside,article,section,nav,header,footer,address,hgroup,figure,figcaption {
	margin: 0;
	padding: 0;
	border:0;
	font-size: 100%;
	background: transparent;
	word-break: normal;
}
body {
	-webkit-text-size-adjust: none;
	color: #fff;
	font:16px/1 "Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	*font-size:small;
	*font:x-small;
	width: 100%;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:bold;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
input {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
textarea,
input[type="text"] {
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 5px;
	background: #e8e8e8;
	-webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.55);
	-moz-box-shadow: inset 1px 2px 3px rgba(0,0,0,.55);
	box-shadow: inset 1px 2px 3px rgba(0,0,0,.55);
}
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
hr {
	border: 0;
	height: 2px;
	background-color: #ddd;
	margin:20px 0;
}
strong {
	font-weight: bold;
}
a:link {
	color: #a27cff;
	text-decoration:underline;
}
a:visited {
	color: #a27cff;
	text-decoration:underline;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:focus{
outline:none;
}
.cfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cfx {
	min-height: 1px;
}
* html .cfx {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-----------------------------------------------------
	共通設定
-------------------------------------------------------*/
/*ヘッダー*/
#header h1 {
	text-align: center;
}
/*フッター*/
#footer {
	font-size: 12px;
}
#foot-inner {
	background: #fff;
	color: #333;
	padding: 30px;
}
#foot-inner .copyright {
	text-align: center;
	margin: 10px;
}
#foot-inner .link {
	text-align: center;
}
#foot-inner .link a {
	color: #666;
}
#page-top img {
	width: 50px;
	height: auto;
}
/*解析タグ非表示*/
img[src*="www05.tracer.jp"] {
	display: none;
}
/*検索フォーム*/
#search {
	width: 300px;
	margin: 30px 0;
}
#search input {
	display: inline-block;
}
#search input[type="text"] {
	line-height: 1.4;
	width: 213px;
}
#search input[type="submit"] {
	background: #525252;
	width: 70px;
	color: #fff;
	height: 35px;
	padding: 0 10px;
	margin: 0 0 0 5px;
}
/*投稿*/
#main .post {
	background: url(../images/bg-main.png) repeat left top;
}
#main .post header h2 {
	color: #fff;
	text-shadow: 3px 4px 4px #000;
}
#main .post header h2 a {
	color: #e4ba54;
	text-decoration: none;
}
#main .post header .post-info span {
	margin: 0 10px 0 0;
}
#main .post footer {
	font-size: 13px;
	border-top: 1px #666 solid;
	margin: 20px 0 0;
	padding: 20px 0 0;
}
.more-link {
	margin: 20px 0;
	display: block;
	text-align: center;
}
.movie {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#main .post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
#main .post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
#main .post img.aligncenter {
	display: block;
	margin: 0 auto;
}
#main .post img.alignnone {
	display: inline-block;
	margin: 0 20px 20px 0;
}
#main .post img.size-medium {
	height: auto;
	max-width: 100%;
}
#main .post img.size-full {
	float: none;
	height: auto;
	max-width: 100%;
}
/*ページャー*/
#main .wp-pagenavi {
	text-align: center;
	margin: 30px 0;
}
#main .wp-pagenavi a {
	background: #101010;
	border: 1px #666 solid;
	display: inline-block;
	padding: 8px;
	margin: 0 5px;
}
#main .wp-pagenavi .current {
	background: #101010;
	border: 1px #666 solid;
	color: #fff;
	display: inline-block;
	padding: 8px;
	margin: 0 5px;
}
.social-btn {
	margin: 0 0 20px;
}
.social-btn li {
	float: left;
	line-height: 0;
	margin: 20px 10px 0 0;
}
.social-btn .twi {
	width: 100px;
}
.social-btn .fb {
	margin-right:20px;
}
.social-btn .g-plus {
	width: 70px;
}
.social-btn .mixi {
	height: 30px;
	width: 70px;
	overflow: hidden;
}
/*コメント*/
.comment-reply-title,
.h-comment {
	font-size: 24px;
	color: #e4ba54;
	font-weight: normal;
	border-top: 1px #666 solid;
	padding: 20px 0 0;
	margin: 30px 0 0
}
.comment-list .reply,
.comment-list .date {
	text-align: right;
	font-size: 14px;
}
.comment-list .date .name {
	margin: 0 10px 0 0;
	display: inline-block;
}
.comment-list ul li {
	margin: 20px 0 0;
	border-top: 1px #666 solid;
}
.comment-list ul li:first-child {
	border-top: none;
}
.comment-list ul li li {
	margin: 0 0 0 40px;
}
#respond p {
	font-size: 13px;
}
#respond .form-submit {
	text-align: center;
}
#respond input[type="submit"] {
	border-radius: 30px;
	border:#9e76ff 2px solid;
	padding: 10px 20px;
	color: #9e76ff;
	font-size: 16px;
	font-weight: bold;
}
#cancel-comment-reply-link {
	display: block;
	text-align: right;
	font-size: 13px;
}
#respond br {
	display: none;
}
#respond #si_refresh_com,
#respond #si_image_com {
	display: inline-block;
	margin: 0 10px 0 0;
}
/*検索結果*/
#main .post .search-info {
	margin: 0;
}
#main .post .search-info strong {
	color: #FFD905;
}
#main .search-post {
	border-bottom: 1px #666 solid;
}
#main .search-post:last-child {
	border-bottom: none;
}
#main .search-post h2 {
	font-size: 18px;
	margin: 20px 0;
}
#main .search-post p {
	font-size: 13px;
}
/*サイド*/
#side .side-bnr img {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}
#side .info {
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin: 10px 0 30px;
	padding: 20px;
	border: 1px #76694b solid;
	background: url(../images/bg-main.png) repeat left top;
}
#side .info .bg-info-top {
	position: absolute;
	left: 50%;
	top:-20px;
	margin: 0 0 0 -53px;
}
#side .info .bg-info-bottom {
	position: absolute;
	bottom:-25px;
	left:50%;
	margin: 0 0 0 -53px;
}
#side .info .bg-info-bottom img,
#side .info .bg-info-top img {
	width: 106px;
	height: auto;
}
#side ul li {
	line-height: 1.4;
	margin: 10px 0;
	padding: 0 0 0 25px;
}
/*-----------------------------------------------------
	PC用設定
-------------------------------------------------------*/
@media screen and (min-width: 641px) {
/*レイアウト*/
body {
	background:#000 url(../images/bg-race.png) repeat;
	background-attachment: fixed;
}
#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 660px;
	margin: 0 40px 0 0;
}
/*ヘッダー*/
#header {
	width: 1000px;
	margin: 0 auto;
}
#header h1 {
	padding: 60px;
}
#header h1 img {
	max-width: 295px;
	height: auto;
}
/*フッター*/
#footer {
	min-width: 1000px;
	background: url(../images/bg-footer.png) repeat-x;
	padding: 100px 0 0;
}
#page-top {
	text-align: right;
	margin: 0 50px ;
}
/*投稿*/
#main .post {
	padding: 8px 40px 40px;
	margin: 0 0 40px;
}
#main .post header {
	width: 643px;
	margin: 0 -32px 30px;
	background: url(../images/bg-h-bottom.gif) no-repeat center bottom;
}
#main .post header h2 {
	font-size: 28px;
	margin: 0 30px 30px;
}
#main .post header .post-info {
	padding: 0 30px 30px;
	font-size: 13px
}
#main .post p {
	line-height: 2;
	margin: 20px 0;
}
/*コメント*/
#respond .r-form {
	display: table-row;
}
#respond .l-form {
	padding: 8px 5px;
	vertical-align: middle;
	display: table-cell;
	width: 125px;
}
#respond .e-form {
	vertical-align: middle;
	padding: 8px 5px;
	display: table-cell;
}
#respond .r-form input[type="text"] {
	width: 300px;
}
#respond .r-form textarea {
	width: 300px;
	height: 100px;
}
#respond .captchaSizeDivSmall {
	margin: 0 0 0 135px;
}
#captcha_code {
	display: imline-block;
	margin: 0 0 0 135px;
}
#side {
	width: 300px;
	display:inline-block;
	margin: 0 0 40px 0;
}
#side h3.side-nav {
	text-indent: -9999px;
	overflow: hidden;
	width: 300px;
	height: 35px;
	margin: 30px 0 20px;
}
#side h3.latestpost {
	background: url(../images/h-latestpost-pc.png) no-repeat left top;
}
#side h3.archive {
	background: url(../images/h-archive-pc.png) no-repeat left top;
}
#side h3.category {
	background: url(../images/h-category-pc.png) no-repeat left top;
}
#side ul li {
	background: url(../images/ico-list-pc.png) no-repeat left 3px;
}
.fixed-side {
	position: fixed;
	top:10px;
}
.bottom-side {
	position: absolute;
	bottom: 0;
}
.static-side {
	position: static;
}
}

/*-----------------------------------------------------
	SP用設定
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 640px) {
body {
	background:#000 url(../images/bg-race.png) repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-attachment: fixed;
}
#wrap {
	min-width: 300px;
}
	/*ヘッダー*/
#header h1 {
	padding: 30px;
}
#header h1 img {
	width: 50%;
	height: auto;
}
/*フッター*/
#footer {
	background: url(../images/bg-footer.png) repeat-x;
	-webkit-background-size:700px 51px;
	background-size:700px 51px;
	padding: 51px 0 0;
}
#page-top {
	text-align: right;
	margin:0 20px 10px 10px;
}
/*投稿*/
#main .post{
	margin: 10px 10px 30px;
	padding: 15px;
}
#main .post header .h-top{
	display: none;
}
#main .post header {
	margin: -30px 0 20px;
	padding: 50px 0 30px;
	background: url(../images/bg-h-post-sp.png) no-repeat center top;
	-webkit-background-size: 195px 16px;
	background-size:  195px 16px;
	border-bottom: 1px #666 solid;
}
#main .post header h2 {
	margin:0 0 10px;
}
#main .post header .post-info {
	font-size: 13px;
}
#main .post p {
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0;
}
/*コメント*/
#respond .i-form,
#respond .l-form {
	display: block;
	margin: 10px 0 ;
}
#respond .r-form .input[type="text"] {
	width:98% ;
}
#respond .r-form textarea {
	width:98% ;
	height: 100px;
}
#respond .i-form input[type="text"] {
	width:90% ;
}
#captcha_code {
	display: block;
}
/*サイド*/
#side {
	margin: 30px 10px;
}
#side h3.side-nav {
	font-family: serif;
	font-size: 20px;
	border-bottom: 1px #666 solid;
	padding: 0 10px 10px;
	margin: 30px 0 20px;
}
#side ul li {
	background: url(../images/ico-list-sp.png) no-repeat left top;
	-webkit-background-size:18px 17px;
	background-size:18px 17px;
}
}