@charset "UTF-8";
/*
Theme Name: 5346_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:#fff;
	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 {
	background:#fff;
	max-width:1080px;
	margin:0px auto 0;
}

#main_wrap{
    max-width:1020px;
	margin:0px auto 0;
}

.main_inner{

}

/* header */

#content_wrap{
	float:left;
	padding:1em 1.5% 1em 1.5%;
	width:70%;
	margin:0;

}

.content_all{


}

#page #head_wrap {
	max-width:970px;
	margin:0px auto;
	color:#555;
	text-align:center;
	clear:both;
}

#page #head_wrap .head_inner {

}

#page #head_wrap .head_inner .title_wrap {

}

#page #head_wrap #site_title {
	padding:0.5em 0 0.5em;
	text-align:left;
	border-top:dotted 0.1em #a2540e;
	border-bottom:dotted 0.1em #a2540e;
}

#page #head_wrap #site_title a {
	font-size:2.8em;
	font-weight:bold;
	text-decoration:none;
	color:#a2540e;
	line-height:130%;
	font-family:"ＭＳ Ｐ明朝";
}

#page #head_wrap #site_title a:hover {
	font-weight:bold;
	text-decoration:none;
}

#page #head_wrap #description {
	padding:0.5em;
	line-height:1.6;
	margin-bottom:1.0em;
	text-align:left;
	font-size:0.9em;
}

.image_inner {
}

#page .catch_image {
	margin-bottom:0em;
	line-height:0;
}

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

/* layout */

#page #container {
	margin:0px auto 0;
}

#page #container #content {
}

#page #sidebar {
	float:right;
	width:27%;
	margin:0;
	padding:1em 0 1em;
}

/* content */

.content_inner{
	background:#fff;
}

#page #container #content .entry-title,div.entry-content h2,#page #container #content .entry-title,#page #container #content .post_header .post_title {
	margin-bottom:0.5em;
	padding:0.5em 0.5em 0.3em 0.5em;
	color:#fff;
	font-size:1.2em;
	background:#a2540e;
}

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

#page #container #content .entry-content p {
	line-height:1.8;
	color:#555;
}

.entry-title,div.entry-content div {
	margin-bottom:0.5em;
}

#page #container #content .entry-content p {
	line-height:1.3;
	padding:0.5em 0em 0 0em;
	color:#555;
	font-size:0.9em;
}

#PagiNation {
}
#PagiNation div {
	display:inline-block;
	/display:inline;
	width:35%;
}
#PagiNation div > span {
	display:block;
	padding:20px 10px;
	font-size:14px;
}
#PagiNation .prev {
	float:left;
	text-align:left;
}
#PagiNation .next {
	float:right;
	text-align:right;
}
#PagiNation a {
	color:#F07521;
}


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

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


/* sidebar */

#page #sidebar .sidebar_inner {
	padding:1.0em;
	background:#d6d4d5;
	border:solid 0.1em #295b72;
}

#page #sidebar .sidebar_inner .widget_title {
	margin-bottom:0.5em;
	padding:0.5em 0.5em 0.3em 0.5em;
	color:#fff;
	font-weight:normal;
	font-size:1.0em;
	background:#295b72;
}

#page #sidebar .sidebar_inner ul li {
	margin-bottom:0.8em;
	padding:0 0em 0em 0em;
	color:#333;
	border-bottom:solid 0.1em #333;
}

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

#page #sidebar .sidebar_inner ul li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

.widget_search {
	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:70%;
	height:24px;
	background:#fff;
	border:1px solid #bbb;
}

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


/* footer */

#foot_wrap {
	max-width:1080px;
	margin:0 auto;
	padding:3.0em 0em 1.0em;
	background:#a2540e;
	color:#fff;
	text-align:center;
	font-size:0.9em;
}

#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;
	margin-bottom:0;
}

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

.archive #page #container #content .entry-content,
.search #page #container #content .entry-content {
	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: 800px) {


#content_wrap{
	float:none;
	margin:0 auto;
	padding:0;
}

#content_wrap{
}

.content_all{
	padding:1em;
	border:none;
	border-radius:0em;
	box-shadow:none;
}

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

.catch_image img {
	width:100%;
}

#page #head_wrap .head_inner .title_wrap {
	float:none;
	width:100%;
}

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

#page #head_wrap #site_title a {
	font-size:1.5em;
	font-weight:bold;
}

#page #container {
	padding:0;
	border:none;
}

#page #container #content {
	width:100%;

}

#page #container #content .entry-title,div.entry-content h2,#page #container #content .entry-title,#page #container #content .post_header .post_title {
	font-size:1.0em;
}

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

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


}

