@charset "UTF-8";
/*
Theme Name: 5036_Premium01
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:url("image/back.gif");
	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:1000px;
	margin:0px auto;
	background:#fff;
	border:solid 0.1em #e95410;
}

#page_wrap {  
 	max-width:1000px;
	margin:0px auto;
    overflow:hidden;  
    height: auto;  
}  


/* header */

.top-title{
	margin:0px auto 0px;
	text-align:left;
	padding:0em 0;
}

#page #head_wrap {
	margin:0px auto 0px;
	color:#242d3e;
	text-align:center;
	width:18%;
	margin:0 0% 0 0%;
	padding:0 0em 0;
	float:left;
	background:#fee725;
	padding-bottom: 32767px;  
    margin-bottom: -32767px;
}

#page #head_wrap .head_inner {
	margin:0em auto;
	padding:0.5em;
}

#page .top-title #site_title {
	margin-top:0em;
	padding:0.8em 0.2em;
	border:solid 0.1em #e95410;
	text-align:center;
	background:#e95410;
	border-radius:0.3em;
}

#page .top-title #site_title a {
	font-size:1.5em;
	font-weight:normal;
	text-decoration:underline;
	line-height:1.2;
	color:#fff;
}

#page #head_wrap #description {
	margin-top:0.5em;
	padding:0.5em;
	line-height:1.3;
	font-size:0.9em;
	border:solid 0.1em #e95410;
	background:#fff;
	text-align:center;
	border-radius:0.2em;
}

#page .catch_image {
	padding:0em;
	margin-top:0em;
	background:#fff;
}
#page .side_image {
}

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

#page .side_image img {
	max-width:99%;
	display:block;
	margin:0 auto 0em;
	vertical-align:middle;
	border:solid 0.1em #242d3e;
}

/* content */

#page #container {
	width:57%;
	margin:0em 1% 0 1%;
	padding:0em 0 1em;
	float:left;
}
#page #container #content {
	padding-bottom: 32767px;  
    margin-bottom: -32767px;
}
.content_inner{
	padding:1.0em;
}
#page #container #content .entry-title,#page #container #content .post_header .post_title {
	margin-bottom:0.5em;
	color:#e95410;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em 0em 0.3em 0em;
	background:#fff;
	border-bottom:dotted 0.1em #e95410;
}
#page #container #content .post_header {
	margin-bottom:1.4em;
	padding:0 0em 0 0.1em;
}
#page #container #content .entry-content_single p {
	line-height:1.5;
	color:#000;
	padding:0em 0.5em 0em 0.5em;
}
#page #container #content .entry-content p {
	line-height:1.3;
	padding:0.5em 0.5em 1.0em;
	font-size:0.9em;
}

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

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

/* sidebar */
#page #sidebar{
	padding:0em;
	width:23%;
	margin:0em 0% 0 0%;
	float:right;
	padding-bottom: 32767px;  
    margin-bottom: -32767px;
	background:#fee725;
}

#page #sidebar .sidebar_inner {
	margin-bottom:0em;
	padding:0.5em;
}

#page #sidebar .sidebar_inner .widget {
	border:solid 0.1em #e95410;
	padding:0.5em;
	background:#fff;
	border-radius:0.2em;
}

.widget_recent_entries,.widget_archive{

}

.widget_recent_entries{
	margin-bottom:0.5em;
}

#page #sidebar .sidebar_inner .widget_title {
	margin-bottom:0.1em;
	padding:0.3em 0 0.1em 0.5em;
	color:#fff;
	border:solid 0.1em #e95410;
	background:#e95410;
	font-size:1.0em;
	line-height:1.6;
}

#page #sidebar .sidebar_inner ul li {
	margin-bottom:0.1em;
	padding:0.5em;
	color:#333;
	border-bottom:dotted 0.1em #242d3e;
}

#page #sidebar .sidebar_inner ul li a {
	text-decoration:none;
	color:#333;
	font-size:0.8em;
	line-height:1.2;
}

.widget_search {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/* search-form */

.widget_search {
	display:block;
}

.widget_search {
	text-align:center;
}

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

.widget_search #s {
	width:55%;
	height:24px;
	background:#fff;
	border:1px solid #bbb;
}

.widget_search #searchsubmit {
	width:30%;
	line-height:24px;
	background:#e95410;
	color:#fff;
	border:1px solid #e95410;
	border-radius:3px;
	cursor:pointer;
}


/* footer */

#foot_wrap {
	clear:both;
	margin:0em auto;
	padding:0.5em 0em;
	color:#fff;
	text-align:center;
	clear:both;
	font-size:0.9em;
	background:#e95410;
}

#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;
	font-size:1.0em;
	background:none;
	color:#2E3630;
	margin-bottom:0;
}

.archive #page #container #content .entry-title a,
.search #page #container #content .entry-title a {
	color:#2E3630;
}

.archive #page #container #content .entry-content_single,
.search #page #container #content .entry-content_single {
	margin-bottom:0.5em;
	font-size:0.9em;
}


/* 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: 900px) {

#page #head_wrap {
	padding:0em 0;
	float:none;
	width:99%;
	margin-bottom:0;
}

#page #head_wrap .head_inner {
	border:none;
}


#page .top-title #site_title {
	margin-bottom:0em;
}

#page .top-title #site_title a {
	font-size:1.2em;
}

#page .side_image {
	display:none;
}

#page #container {
	padding:0;
	border:none;
	float:none;
	width:98%;
}

#page #container #content {
	margin-bottom:1em;
	padding:0;
	border:none;
}

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

#page #sidebar {
	width:100%;
	float:none;
	padding:1.0em 0em;
	margin-bottom:0em;
}

#page #sidebar .sidebar_inner .widget {
	display:block;
	width:93%;
	margin:0.5em auto;
}

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


}

