@charset "UTF-8";

/* ▼▼▼▼▼RESET▼▼▼▼▼ */
/* ▼レイアウト（基盤）▼ */
html,body,h1,h2,h3,h4,h5,h6,p,div,span,a,small,sub,sup,em,strong,dfn,del,ins,address,blockquote,q,cite,code,var,samp,kbd,abbr,img,object,iframe,pre,dl,dt,dd,ol,ul,li,figure,form,input,button,select,textarea,legend,fieldset,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{position: relative;}
html,body,h1,h2,h3,h4,h5,h6,p,div,span,a,small,sub,sup,em,strong,dfn,del,ins,address,blockquote,q,cite,code,var,samp,kbd,abbr,img,object,iframe,pre,dl,dt,dd,ol,ul,li,figure,table,tr,th,td,thead,tbody,tfoot,caption,form,input,button,select,textarea,legend,fieldset,label,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary,hr{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;}
body,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{display: block;}
html{font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
table {border-collapse: collapse;}
caption,th,td {
	text-align: center;
	vertical-align: middle;}
caption{line-height:3em;}
fieldset,legend {border: 0;}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;}
input,button {line-height: normal;}
input,button,select,textarea {font-family: inherit;}
input[type="text"],input[type="radio"],input[type="checkbox"] {vertical-align: middle;}
input[type="button"],input[type="reset"],input[type="submit"],button{cursor: pointer;}
textarea {overflow: auto;}
/* ▲レイアウト（基盤）▲ */
/* ▼デザイン（装飾）▼ */
p {
	margin: 10px;
	padding:10px;
	line-height:1.5em;}
a{
	text-decoration: underline;
	color: #78796E;}
a,input[type="submit"]{
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;}
a:hover {opacity: 0.7;}
a img {border-width: 0;}
img {
	border: none;
	vertical-align: middle;}
b,strong {font-weight: bold;}
li {list-style: none;}
hr {
	width:100%;
	height: auto;
	border:none;}
/*form*/
input[type="text"] {
	padding: 5px;
	background: #FFFBEF;
	border-radius: 5px;
	line-height: 1.5em;}
input[type="submit"] {
	max-width: 100px;
	padding: 0 4px;
	background: #666;
	border: 1px solid  #666;
	border-radius: 5px;
	box-shadow: 0 2px 1px 0 #333;
	line-height: 2.5em;
	color: #fff;}
input[type="submit"]:hover{
	margin-top:2px;
	box-shadow: 0 0 1px 0 #111;}
select{
	height:3em;
	padding:5px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid;
	border-color:#aaa #eee #eee #aaa;}
/* ▲デザイン（装飾）▲ */
/* ▼clearfix▼ */
.clear {clear: both;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;}
/* ▲clearfix▲ */
/* ▼他▼ */
/* 非表示 */
.disnon {display: none;}
/* align */
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}
/* float */
.floatL {float: left;}
.floatR {float: right;}
/* ▲他▲ */
/* ▼WordPress▼ */
/* align */
.alignright {float: right;}
.alignleft {float: left;}
img.alignleft {
	float:left;
	margin:0 2% 2% 0;
    vertical-align: top;}
img.alignright {
	float:right;
    margin:0 0 2% 2%;
    vertical-align: top;}
img.aligncenter {
	display:block;
	clear:both;
    margin:2% auto;}
/* ▲WordPress▲ */
/* ▲▲▲▲▲RESET▲▲▲▲▲ */

/* ▼▼▼▼▼COMMON▼▼▼▼▼ */
/* ▼▼▼▼wrapper▼▼▼▼ */
body,html {
	position: static;
	width:100%;
	background: #fff;
	background: url(images/back.png);
	color: #333;}
footer,
#office-umezawaContFirst,
#office-umezawaContSecond,
#office-umezawaSideFirst li.widget{
	box-shadow: 0 0 10px #78796E inset;}
/* ▲▲▲▲wrapper▲▲▲▲ */
/* ▼▼▼▼header▼▼▼▼ */
header{margin-bottom: 50px;}
.key{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	padding: 10px;
	background: #EEE;
	box-shadow: 0 0 10px #78796E inset;}
.key img {
	width: 100%;
	max-width: 1200px;
	max-height: 360px;}
.logo {
	display: block;
	text-align: center;
	padding: 5px;}
.logoKey{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	background: #fff;
	box-shadow: 0 0 10px #78796E inset;}
.logoKey img {width: 100%;}

.globalNav>ul{
	display: table;
	margin: 0 auto;
	background: #F7FAFB;}
.globalNav li {
	border-top: 1px solid #78796E;
	border-bottom: 1px solid #78796E;}
.globalNav a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	word-break: break-all;
	padding: 8px 10px 10px;
	line-height: 2em;}
.globalNav li.current-menu-item a {
	background: #78796E;
	color: #fff;}
.globalNav li.current-menu-item ul a {background: rgba(139, 129, 76, 0.8);}
/* ▲▲▲▲header▲▲▲▲ */

/* ▼▼▼▼container▼▼▼▼ */
/* ▼▼▼main▼▼▼ */
#office-umezawaContSecond{
	margin-bottom: 50px;
	background: #fff;}

/*サイトサムネ*/
.thum_box{padding:10px;}
.thum_box img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;}

/*記事サムネ*/
.fl_container{
	display: table;
	width: 98%;
	margin:0 auto;
	padding: 8px 0;}
.fl_box{
	display: table-cell;
	width: 48%;
	width: 100%;
	background:#fff;
	box-shadow: 0 0 10px 0 #aaa;
	word-break:break-all;}
.fl_box:nth-child(odd) {
	float: left;
	clear: left;}
.fl_box:nth-child(even) {
	float: right;
	clear: right;}

.mainTitleL {
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 2px solid #78796E;}
.mainTitleL .small {
	display: block;
	font-size:80%;}
.mainTitleL .big{
	display: inline-block;
	padding: 10px 35px;
	background: url(images/icon.png) no-repeat left,url(images/icon.png) no-repeat right;
	font-size: 160%;}

.mainTitleM{
	max-height: 65px;
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px solid #bbb;
	line-height: 1.5em;
	font-size: 120%;}
.mainTitleM a{
	text-decoration: none;
	font-size: 80%;}

.miniBox{
	display: table;
	line-height: 1.5em;
	padding: 10px;}
.miniBox img,.miniBox p{
	display: table-cell;
	vertical-align: middle;
	max-height: 100px;
	width: auto;}
.miniBox img {margin: 10px 0 10px 10px;}
.miniBox p{
	margin: 0;
	padding: 10px;}
a.more {
	display: block;
	background: linear-gradient(to bottom, #EFEDDD 0%,#E2DFCE 100%);
	color: inherit;}

.textContents h1{
background: #FFFBEF;
padding: 10px;
margin: 10px auto;
width: 98%;
text-align: center;
box-shadow: 0 0 10px 0 #aaa;}


/*カテゴリ記事*/
.categoryNav{
	margin:10px;
	padding: 10px;}
.categoryNav a{
	display: inline-block;
	margin: 5px 0;}

/*ページャー（Next&Prev）*/
.pageNav{
	overflow: hidden;
	width: 98%;
	height: 70px;
	margin: 0 auto 20px;
	padding: 20px 0;
	background: #fff;
	color:#fff;}
.pageNav a{
	position: absolute;
	background: inherit;
	line-height: 30px;}
a[rel="prev"]{
	left:0;
	text-align: left;
	padding-left:20px;}
a[rel="next"]{
	right:0;
	text-align: right;
	padding-right:20px;}
.pageNav a:hover{opacity: 1;}
.pageNav a[rel="prev"]:hover{padding-left:10px;}
.pageNav a[rel="next"]:hover{padding-right:10px;}
/* ▲▲▲main▲▲▲ */
/* ▼▼▼side▼▼▼ */
.subTitleL {
	text-align: center;
	margin: 0 0 20px;
	padding: 10px;
	background: #78796E;

	font-size: 120%;
	line-height: 2em;
	font-weight: normal;
	color: #fff;}
#office-umezawaSideFirst li.widget {
	margin: 0 0 50px;
	background: #fff;}
#office-umezawaSideFirst ul a {
	display: inline-block;
	word-break: break-all;
	line-height: 1.8em;}
 .widgettitle  {
	margin: 0 0 20px;
	padding: 10px;
	box-shadow: 0 1px 0 0 #fff;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background: #78796E;
	text-shadow: 1px 1px 0 #537f8e;}
.widget .menu li{border-top: 1px solid #eee;}
/*アーカイブ*/
.widget_archive{}
.widget_archive select{width: 100%;}

/*カスタムメニュー*/
.widget_nav_menu{}

/*カテゴリー*/
.widget_categories{}
.cat-item{display: inline-block;}
.cat-item a{
	background: #f3f3f3;
	margin: 3px 1px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 0 #ccc;
	text-decoration: none;
	font-size: 80%;
	color: #999;
	text-shadow: 0 1px 0 #ccc;}

/*カレンダー*/
.widget_calendar{}
.widget_calendar>div{
	max-width: 300px;
	margin: 0 auto;}
.widget_calendar tbody a{
	text-decoration: none;
	font-weight: bold;
	color:orangered;}
#wp-calendar{width: 100%;}
#wp-calendar thead,#wp-calendar tfoot,#wp-calendar tbody{line-height: 1.5em;}

/*タグ*/
.widget_tag_cloud a{
	text-decoration: none;
	font-weight: bold;
	color: #eee;
	text-shadow: 0 0 2px #222;}

/*テキスト*/
.widget_text{}
.textwidget{line-height:1.5em;}

/*メタ情報*/
.widget_meta{}

/*固定ページ*/
.widget_pages{}

/*最近のコメント*/
.widget_recent_comments{}
.recentcomments{line-height:1.5em;}

/*最近の投稿*/
.widget_recent_entries{}

/*検索*/
.widget_search{}
#search-2{padding-bottom:20px ;}
li#search-2 #searchform>div{
	display: table;
	width: 100%;
	padding: 0 10px;}
li#search-2 #searchform label,li#search-2 #searchform input{display: table-cell;}

li#search-2 #searchform label{display: none;}
li#search-2 input[type="text"] {
	float: left;
	width: 66%;}
li#search-2 input[type="submit"] {
	top: -2px;
	float: right;
	width: 30%;
	min-width: 40px;}
/* ▲▲▲side▲▲▲ */
/* ▲▲▲▲container▲▲▲▲ */
/* ▼▼▼▼footer▼▼▼▼ */
footer {
	z-index: 1000;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #fff;}

.footNav {
	padding: 5px;
	background:#78796E;}
.footNav ul, .footNav li {display: inline-block !important;}
.footnav ul {
	width:1000px;
	height:30px;
	margin: 0 auto;}
nav.footNav a {
	padding: 0 2px;
	color:#fff;}

.copy {
	width: 100%;
	padding: 4px 0;
	background:#3B3D28;}
.copy a {
	margin:0 4px;
	text-decoration:none;
	color: #fff;}
/* ▲▲▲▲footer▲▲▲▲ */
/* ▲▲▲▲▲COMMON▲▲▲▲▲ */

/* ▼▼▼▼▼USER▼▼▼▼▼ */
/* ▼▼▼▼PC▼▼▼▼ */
@media screen and (min-width:801px){
body,html {font-size: 14px;}
#wrapper{
	display:table;
	width:100%;}
.globalNav ul li ul{display: none;;}
/* ▼▼▼BOX▼▼▼ */
#office-umezawaContFirst,
#office-umezawaContSecond,
#office-umezawaSideFirst li.widget,
.key, .widgettitle{}

header{
	text-align: center;
	max-width: 1200px;
	margin: 80px auto 0;
	padding: 0 50px;}
.logo{
	z-index: 1;
	display: inline-block;
	top: -300px;
	margin-bottom: -50px;
	padding: 10px;}
.logoKey{margin: 0 auto 50px;}

#container{
	display: table;
	max-width:1200px;
	width: 100%;
	margin: 0 auto;
	padding:0 50px;}
.globalNav,#office-umezawaContSecond,#office-umezawaSideFirst {float: left;}
.globalNav {
	overflow: hidden;
	width: 25%;
	max-width: 300px;
	display: table-cell;
	padding: 0 50px 0 0;
	vertical-align: top;}
#office-umezawaContSecond{
	max-width: 600px;
	width: 50%;
	display: table-cell;}
#office-umezawaSideFirst {
	max-width: 300px;
	width: 25%;
	display: table-cell;
	padding: 0 0 0 50px;}
#office-umezawaSideFirst li.widget {padding: 20px;}
	border: 5px solid #78796E;

footer {
	clear: both;
	width: 100%;}
/* ▲▲▲BOX▲▲▲ */
}
/* ▲▲▲▲PC▲▲▲▲ */
/* ▼▼▼▼SP▼▼▼▼ */
@media screen and (max-width:800px){
body,html {font-size: 12px;}
.globalNav{
	z-index: 1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 42px;
	background: #000;
	border-bottom: 2px solid #78796E;}
.logo img {
	max-height: 30px;
	max-width: 200px;}
.footNav{display: none;}
/* ▼▼▼BOX▼▼▼ */
header{margin:25px 0;}
.widgettitle{}
#container,
#office-umezawaContFirst,
#office-umezawaContSecond,
#office-umezawaSideFirst li.widget
{margin:0 0 25px;}
/* ▲▲▲BOX▲▲▲ */
#office-umezawaSideFirst li.widget {
	padding-top: 20px;}
#office-umezawaSideFirst ul a {
	display:block;
	word-break: break-all;
	line-height: 1.8em;
	padding: 15px;
	border-top: 1px solid #ccc;}

 .widgettitle  {margin:0 0 20px;}
}
/* ▲▲▲▲SP▲▲▲▲ */
/* ▲▲▲▲▲USER▲▲▲▲▲ */

/* ▼▼▼▼▼EVT▼▼▼▼▼ */
.EVT{
	z-index: 1000;
	position: fixed;
	display: table;
	text-align: center;}
.EVT li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;}
.EVT li a{
	display: inline-block;
	width: 40px;
	padding: 5px;
	border-radius: 50%;
	background: #78796E;}

@media screen and (min-width:801px){
.EVT{
	top: 0;
	width: 100%;
	border-bottom: 3px solid #78796E;
	background: rgba(120, 121, 110, 1);}
.EVT li{
	text-align:center;
	padding: 10px;}
.EVT li a{width: 40px;}
.EVT img {width:30px;}
}

@media screen and (max-width:800px){
.EVT{
	top:0;
	right: 0;
	width:100px;
	height: 40px;}
.EVT li a{width: 30px;}
.EVT img {width:20px;}
}
/* ▲▲▲▲▲EVT▲▲▲▲▲ */

/* ▼▼▼▼▼sidr▼▼▼▼▼ */
@media screen and (min-width:801px){
body{
	top:0 !important;
	right:0 !important;}
#sidr-right{
	display: block !important;
	background: linear-gradient(to bottom, #EFEDDD 0%,#E2DFCE 100%);
	border: 5px solid #78796E;}
#right-menu{display: none;}
}
@media screen and (max-width:800px){
.logo,#right-menu{
	overflow: hidden;
	z-index: 1000;
	position: fixed;
	top:0;
	height: 40px;}
.logo,#right-menu {overflow: hidden;}
.logo {
	text-align: left;
	width: 100%;
	left:50px;}
.logo img{
	position: fixed;
	left: 70px;
	background: inherit;}

#right-menu{
	left: 0;
	top: 0;
	height:40px;
	padding: 0 10px;
	background: #000;
	color: #78796E;
	line-height: 40px;}
.sidr {
	overflow-x: none;
	overflow-y: auto;
	z-index: 100;
	display: none;
	position: absolute;
	position: fixed;
	top: 40px;
	width:200px;
	height: 100%;
	background: rgba(234, 223, 167, 0.8);}
.sidr .sidr-inner {padding: 0 0 10px;}
.sidr.right {
	left: auto;
	right: -200px;
	border-left: 5px solid #78796E;}
.sidr.left {
	right: auto;
	left: -200px;}
.sidr ul li {
	display: block;
	margin: 0;
	line-height: 2em;}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 3em;}
.sidr ul li a, .sidr ul li span {padding:5px;}
.sidr ul li ul {
	border-bottom: none;
	margin: 0;}
.sidr ul li ul li:last-child {border-bottom: none;}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active{
	border-top: none;
	line-height: 3em;}
.sidr ul li a:hover {padding: 10px 5px;}
}
/* ▲▲▲▲▲sidr▲▲▲▲▲ */
/* ▼acordion▼ */
.globalNav .trigger>a {
	padding-left: 30px !important;
	background-repeat: no-repeat;
	background-image: url(images/icon_down.png);
	background-position: 10px center;
	background-size: 15px;}
.globalNav .trigger>.sub-menu  {
	z-index: 1;
	display: block;
	width: 100%;
	background: rgba(100, 100, 100, 0.7);}
.globalNav .trigger>.sub-menu ul,.globalNav .trigger>.sub-menu li{
	display:block;
	width: 100%;}
.globalNav .trigger>.sub-menu li{border-top:1px solid gray;}
.globalNav .trigger>.sub-menu li a{border:none;}
/* ▲acordion▲ */