@charset "UTF-8";
/*
Theme Name: 4052-6850_Premium011
Author: num
Description: This is my original theme.
Version: 1.0
*/


/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
}

body {
	line-height:1;
	word-wrap:break-word;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

ul, ol, li {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

a,a:visited {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
	color:#333;
}

/**
 * IEバグ用
 * 全ての要素にzoomをつける
 */

* {
	/zoom:1;
}

/**
 * clear、clearfix用のCSS
 */

.clearfix:after {
	content: "";
	display:block;
	clear:both;
	overflow:hidden;
	height:0px;
}

.clearfix { display: inline-block; }

.clearfix { display: block; }

.clear {
	clear:both;
}


/* site-all */

body {
	background:#6B6B6B;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	color:#444;
	line-height:1.2;
}

#page{
	max-width:900px;
	margin:2em auto 0;
	background:#fff;
	border:solid 0.2em #000;
}

/* header */

#page #head_wrap {
	max-width:800px;
	margin:0 auto;
	padding:20px 0px 0px;
	color:#000;
	text-align:left;
}

#page #head_wrap .head_inner {
	max-width:980px;
	margin:0 auto;
}

#page #head_wrap #site_title {
	margin-bottom:0em;
	font-weight:normal;
	background:#000312;
padding:10px 10px 10px 10px;
color:#fff;
font-weight:bold;

}

#page #head_wrap #site_title a {
	font-size:3em;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	line-height:120%;
	font-family:"ＭＳ ゴシック";
}

#page #head_wrap #description {
	font-size:1.2em;
	padding:0.5em 1.0em 1.0em 1.0em;
	line-height:180%;

}

#page .catch_image {
	background:#fff;
}

#page .catch_image img {
	max-width:100%;
	display:block;
	margin:0 auto;
	vertical-align:middle;
}


/* layout */

#page #container {
	max-width:900px;
	margin:1em auto 0;
	padding:0 0 0em 0;

}

#page #container #content {
	max-width:800px;
	margin:0 auto;
	padding:0em 0em 1em 0em;
	background:#fff;
}

#page #container #sidebar {
	width:100%;
	margin:20px auto 0;
	padding:1em 0;
	vertical-align:middle;
	background:#000;

}


/* content */

#page #container #content .entry-title,#page #container #content .post_header .post_title {
	font-size:1.6em;
	font-weight:normal;
	background:#D5D5D5;
	padding:12px 10px 12px 10px;
	color:#000;
	font-weight:bold;
	border-left:solid 0.5em #333;

}

#page #container #content .post_header {
	margin-bottom:1.4em;
	padding:0 0 0 0em;
}

#page #container #content .post_header h1 {
	margin-bottom:1.4em;
	padding:0.5em;
	font-size:1.4em;
}

#page #container #content .entry-content p {
	line-height:1.5;
	padding:0.5em 1em 0 1em;
	color:#333;
	font-size:1.2em;
}


/* content-link */
#page #container #content p a,
#page #container #content p a:visited {
	color:#E10003;
	text-decoration:underline;
}

#page #container #content p a:hover {
	text-decoration:none;
}


/* sidebar */

#page #container #sidebar .sidebar_inner {
	margin-bottom:0em;
	padding:0 30px 0.2em 30px;
	text-align:left;
}

#page #container #sidebar .sidebar_inner .widget_title {

}

#page #container #sidebar .sidebar_inner .widget_title{
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0.5em 0.5em 0.3em 0em;
    border-bottom: 3px solid #fff;
	text-align:left;
}


#page #container #sidebar .sidebar_inner ul li {
	margin:0 0 0.6em 0em;
	padding:0 0em 0 1.0em;
	color:#fff;
	border-bottom:dotted 0.1em #fff;
	text-align:left;
	list-style-type:square;
}

#page #container #sidebar .sidebar_inner ul li a {
	text-decoration:none;
	color:#fff;
	font-size:0.9em;
}

#page #container #sidebar .sidebar_inner .widget ul li {
	display:inline-block;
	width:30%;
	padding:0 0em 0 1.0em;
	padding:0;
	vertical-align:top;
}

.widget_search {
}

/* search-form */

.widget_search {
	display:block;
}

.widget_search {
	text-align:right;
}

.widget_search .screen-reader-text {
	display:none;	
}

.widget_search #s {
	width:50%;
	height:30px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
}

.widget_search #searchsubmit {
	width:22%;
	line-height:30px;
	background:#C5C5C5;
	color:#000;
	border:1px solid #fff;
	border-radius:6px;
	cursor:pointer;
}


/* footer */

#foot_wrap {
	margin:0 auto;
	padding:0.5em 0em;
	color:#fff;
	text-align:center;
	background:#000;
}

#foot_wrap a {
	color:#fff;
	text-decoration: none;
}

/* archive-page,search-page */
.archive #page #container #content .entry-title,
.search #page #container #content .entry-title {
	border:none;
	background:none;
	font-size:1.4em;
}

.archive #page #container #content .entry-content,
.search #page #container #content .entry-content {
	margin-bottom:0em;
}


/* 404-page */
.error404 #container {
	padding:1.5em 0 !important;
	border:none !important;
	background:#fff !important;
}

.error404 #container #content {
	width:auto !important;
	float:none !important;
	border:none !important;
	background:none !important;
}

.error404 #container #content h1 {
	padding-bottom:0.4em;
	font-size:1.6em;
	text-align:center;
	color:red;
}

.error404 #container #content .block {
	padding:1em 0;
	border:1px dotted #333;
	text-align:center;
}

.error404 #container #content .block p {
	padding-top:0.2em;
}


@media only screen and (max-width: 800px) {

#page #head_wrap {
	padding:0em 0;
}

#page #head_wrap #site_title {
	margin-bottom:0em;
}

#page #head_wrap #site_title a {
	font-size:1.4em;
}

#page #container {
	padding:0;
}

#page #container #content {
	width:98%;
	float:none;
	margin-bottom:1em;
}

#page #container #content .entry-title {
	font-size:1.4em;
}

#page #container #sidebar {
	width:100%;
	float:none;
}

#page #container #sidebar .sidebar_inner .widget ul li {
	display:block;
	width:100%;
}

/* firefoxスクロール削除 */
html #wpadminbar {
	min-width:inherit !important;
}


}