@charset "UTF-8";
/*
Theme Name: 10133_Propesia_gozonji
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:#233235;
}

/**
 * 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 {
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	color: #333;
	line-height:1.2;
	background: #4e686d

}


/* header */

#page #head_wrap {
	color:#fff;
	position: relative;
    z-index: 100;
	background: #C3EEF7
}

#page #head_wrap .head_inner {
	margin:0;
	padding: 0 0;
	border-bottom: #233235 solid 1px;

}

#page #head_wrap .head_inner .title_wrap {
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2em 1em;
    background: #4f6d85;
}

#page #head_wrap #site_title {
	max-width:1200px;
	margin:0 auto;
	text-align: center;

}

#page #head_wrap #site_title a {
    font-size: 35px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#page #head_wrap #description {
	font-size: 16px;
    padding: 1em 0;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 500;
    text-align: left;
    line-height: 21px;
    color: #666667;
}

#page .catch_image {
	margin: 0.5em 0 0;
	
}

#page .catch_image img {
	display:block;
	max-width: 98%;
	margin:0 auto;
	vertical-align:middle;
	box-shadow: 0 0 1px #333;
	border: 2px solid #fff;
}


/* container */

#page #container {
	font-size: 1em;
    padding: 0;

}

/* content */

#page #container #content {
	background:#fff;
	border-bottom: #233235 solid 2px;
}


#page #container .content_inner{
	max-width:1000px;
	margin: 0 auto 0;
}

.home #page #container .entry-content div,
.single #page #container .content_inner {
	padding: 1em;
	margin-bottom: 0;
}

.archive #page #container #content,
.page-template-List #page #container #content,
.search #page #container #content {
	padding: 1em;
	margin-bottom: 0.8em;
}

#page #container #content .entry-content {
}

.home #page #container #content .entry-content h2,
.single #page #container #content .entry-title,
#page #container #content .post_header .post_title,
.search #page #container #content .post_header{
	display: block;
	position: relative;
    margin-bottom: 0.5em;
    padding: 0.5em 0.6em 0.3em 0.5em;
    color: #fff;
    font-size: 18px;
	background: #233235;
	border-radius: 10px;
	border-bottom: 3px solid #85aeb7;
    font-weight: bold;
}



.archive #page #container #content .post_header .post_title,
.page-template-List #page #container #content .post_header .post_title {
	margin-bottom:0.8em;
}

.search #page #container #content .post_header h1{
	font-weight: normal;

}

#page #container #content .entry-content p {
	line-height:1.6;
	font-size: 16px;
}

/* content-link */
#page #container #content p a,
#page #container #content p a:visited {
	color:#00c0e8;
	font-weight: bold;
	text-decoration: none;
}

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

/* pagination */

.pagination,.pagination a{
	font-size: 18px;
	font-weight: 600;
}

/* sidebar */

#page #container #sidebar {
	max-width:1000px;
	margin:1em auto 0;
	padding:0 0 1.5em;
}

#page #container #sidebar .sidebar_inner {
	margin:0;
}

#page #container #sidebar .sidebar_inner .widget {
    margin-right: 0.5em;
    padding: 0;
    vertical-align: top;
}

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


#page #container #sidebar .sidebar_inner ul {
	padding: 0;
}

#page #container #sidebar .sidebar_inner ul li {
	margin:0;
	font-size: 16px;
}





#page #container #sidebar .sidebar_inner ul li:last-child {
	margin-bottom:5px;
	border:none;
}

#page #container #sidebar .sidebar_inner ul li a {
	text-decoration:none;
	display:block;
	padding: 0.5em 0em;
	color:#fff;

}

#page #container #sidebar .sidebar_inner ul li a:hover{
	text-decoration: underline;
}
.widget_search {
	margin-bottom:1em;
}

/* search-form */

.widget_search {
	display:block;
}

.widget_search {
	text-align:center;
}

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


/* footer */

#foot_wrap {
	padding: 0.8em 0.5em;
    color: #fff;
	border-top: 2px solid #fff;
    text-align: left;
}

#foot_wrap a {
	color:#fff;
	text-decoration:none;
}
.foot_inner{
	max-width: 1000px;
	margin: 0 auto;
}
#pageTop {
  position: fixed;
  bottom: 60px;
  right: 20px;
}
 
#pageTop a {
	display: block;
    z-index: 999;
    padding: 8px 0 8px;
    border: 1px solid #fff;
    width: 150px;
    height: 20px;
    background: #a6b1b3;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
}

/* archive-page,search-page */
.archive #page #container #content .entry-title,
.search #page #container #content .entry-title,
.page-template-List #container #content .entry-title {
	margin-bottom:0.5em;
	padding:0;
	background:none;
	border:none;
	font-size:1.2em;
}

.archive #page #container #content .entry-title a,
.search #page #container #content .entry-title a,
.page-template-List #container #content .entry-title a{
	border:none;
	color:#233235;
	text-decoration:none;
}

.archive #page #container #content .entry-title a:hover,
.search #page #container #content .entry-title a:hover,
.page-template-List #container #content .entry-title a:hover{
	text-decoration: underline;
}
.archive #page #container #content .entry-content,
.search #page #container #content .entry-content,
.page-template-List #page #container #content .entry-content{
	margin-bottom:2em;
}

.archive #page #container #content ul li,
.page-template-List #page #container #content ul li {
	padding:0 0.5em;
}

/* 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;
	line-height: 1.5;
	color:red;
}

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

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


@media only screen and (max-width: 960px) {
#page #head_wrap #site_title a:before,
#page #head_wrap #site_title a:after {
	display:none;
}
}

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

#page #head_wrap {
	padding: 0;
}

#page #head_wrap .head_inner {
	position:static;
}

#page #head_wrap .head_inner .title_wrap {
	padding: 1em 0 ;
}

#page #head_wrap #site_title {
	margin:0.5em 0;
}

#page #head_wrap #site_title a {
	font-size: 21px;
}

#page #head_wrap #description {
	font-size: 16px;
	line-height: 24px;
	padding: 1em 1em
}

#page .catch_image img {

}

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

#page #container #content {
	margin:0;
	padding: 0 0.5em 0;
}



#page #container #content .entry-title {
	margin:0 0 0.5em;
}

.home #page #container #content .entry-title,
.single #page #container #content .entry-title,
#page #container #content .post_header .post_title {
	font-size:1.2em;
}

#page #container #sidebar {
	padding:0.5em 0;
}

#page #container #sidebar {
	padding:0;
}

#page #container #sidebar .sidebar_inner .widget {
	display:block;
	width: auto;
	margin: 1em;
}


#page #container #sidebar .sidebar_inner .widget ul li a {
	font-size:0.9em;
}

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

#foot_wrap {
    text-align: center;
}
}

@media only screen and (max-width: 360px) {
#page #head_wrap #site_title a {
	font-size: 18px;
}
}