/*
Theme Name: hanshin_2023
Discription: west-prairie 2023
Theme URI: https://west-prairie.net/
Author: west-prairie
*/

@charset "utf-8";

/* Web font */
@font-face {
  font-family: "mplus";
	src: url("fonts/mplus-2c/mplus-2c-medium_s.eot?") format('eot'),
		url("fonts/mplus-2c/mplus-2c-medium_s.woff") format('woff'),
		url('fonts/mplus-2c/mplus-2c-medium_s.ttf') format('truetype');
}
@font-face {
  font-family: "rmplus";
	src: url("fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.eot?") format('eot'),
		url("fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.woff") format('woff'),
		url('fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.ttf') format('truetype');
}


/*基本タグ*/
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	background-color: #134779;
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'); /*, Boldはそのまま */
       /*local('Yu Gothic');      Chrome用 */
}

hr {
	clear: both;
	border-top: 1px dashed #ccc;
}

/* リンク画像全般 */
a {
	color: #f60;
}
a:hover {
	color: #f60;
}
a:hover img {
	opacity:0.8;/*0~1*/
	filter:alpha(opacity=80);/*0~100*/
	-ms-filter: "alpha( opacity=80)";/*0~100*/
}
a img {	
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out;  
}
a.contact:hover img {
	opacity:1;/*0~1*/
	filter:alpha(opacity=100);/*0~100*/
	-ms-filter: "alpha( opacity=100)";/*0~100*/
	background-color: #ff8acc;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover { 
	overflow: hidden;
	outline: none;
}

/*記号文字(bootstrap,fontawasome)*/
span.glyphicon,
span.fa {
	display: inline-block;
	width: 1.4em;
	padding-left: 0.2em;
	overflow: hidden;
	letter-spacing: 2em;
	margin-right: 0.2em;
}

/*見出し*/
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-family: mplus;
    color: #333;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
    margin-top: 1.5em;
}
h1.entry-title {
    margin-top: 0;
    font-size: 22px;
}



p {
    margin: 1em 0;
}

/*img.size-full {
	visibility: hidden;
}*/

/*コンテンツ幅*/
#main {
	background-color: #faf7f0;
}
#masthead .container,
#colophon .container,
#main {
	/*max-width: 950px;*/
	max-width: 1170px;
	margin: 0 auto !important;
}
.container {
	width: 100%;
}

/*** header ***/
#masthead {
	display: block;
	background-color: #fff;
	border-bottom: solid 3px #134779;
}
#masthead .container.tophead {
	background-image: url(images/header/pc_header_bg-2x.jpg);
	background-position: center -40px;
	background-repeat: no-repeat;
	background-size: cover;
}
#site-header {
	line-height: 130%;
}
#site-header ul {
	margin: 0;
	padding: 0;
}
#site-header a {
	color: #000;
}
#site-header span {
}
#main #header_nav #menu-main li a {
	color: #fff;
}
#masthead h1 {
    margin: 0;
    padding: 0;
    white-space: nowrap;
	font-size: 28px;
	letter-spacing: 2px;
}
#masthead h1 span.title {
	margin: 0;
	padding: 5px 0px 10px 5px;
	font-size: 28px;
    letter-spacing: -1px;
    position: relative;
    top: -20px;
}
#masthead h1.site-title img {
    max-height:70px;
    width:auto;
    margin:-3px 2px 7px 5px;
}

#masthead #header_nav a {
	color: #fff !important;
	white-space: nowrap;
}
#masthead .tophead {
    /*border-left: solid 6px #5c4c32;*/
}
#masthead .tophead img {
    margin-top: 20px;
}
#masthead h1 > span {
	font-size: 16px;
	margin-left: 10px;
    display: inline-block;
}
#masthead h1 a {
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
    margin: 0;
}
#masthead ul {
	margin: 0;
}
#masthead p {
	margin: 0 0 10px 0;
}
.description p {
	padding: 0 1em;
}
.description {
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.4em;
    margin: 15px;
    padding: 1px 2px;
    color: #333;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.8em;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}
.description span {
	white-space: nowrap;
}
.description em {
	font-style: normal;
	border-bottom: solid 1px #fc0;
	white-space: nowrap;
	padding-bottom: 0;
	color: #f00;
}
#header_sub ul {
    margin: 0;
    padding: 0;
	padding-top: 3px;
}
#header_sub li {
	color: #333;
    margin: 2px 5px;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
	letter-spacing: -1px;
	/*float: right;*/
}
#header_sub li::after {
	content: " /";
}
#header_sub li:first-child::after {
	content: "";
}
#header_sub p {
    margin-top: 30px;
    padding: 0;
}
#header_sub .memo {
    margin: 5px 0 0 0;
    padding: 3px 12px;
    color: #fff;
    font-weight: normal;
    background: #aaa;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#header_sub #header_memo {
    margin: 0;
    padding-left: 25px;
    text-align: left;
    position: relative;
	font-weight: bold;
	overflow: hidden;
}
#header_sub #header_memo li {
	color: #333;
	font-size: 20px;
}
#header_sub #header_memo i.glyphicon {
    display: inline !important;
}

/*ヘッダーとフッターの画像*/
#custum_logo,
#colophon img {
	width: 100%;
	height: auto;
    float: left;
	max-width: 60px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
}

/* NAV */
#header_nav {
	border-top: solid 3px #134779;
	padding: 10px 0 4px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c4275+0,2f608e+73,2f608e+100,477bad+100 */
background: rgb(12,66,117); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(12,66,117,1) 0%, rgba(47,96,142,1) 73%, rgba(47,96,142,1) 100%, rgba(71,123,173,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(12,66,117,1) 0%,rgba(47,96,142,1) 73%,rgba(47,96,142,1) 100%,rgba(71,123,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(12,66,117,1) 0%,rgba(47,96,142,1) 73%,rgba(47,96,142,1) 100%,rgba(71,123,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4275', endColorstr='#477bad',GradientType=0 ); /* IE6-9 */
}
.navbar {
	margin-bottom: 0;
    min-height: 0;
    position: static;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.navbar-toggle {
	border-bottom: solid 1px #eee;
    position: absolute;
    top: 10px;
    right: 17px;
    margin: 8px 10px 0 0;
	font-size: 13px;
    letter-spacing: -1px;
    padding: 8px 6px !important;
    color: #666 !important;
}
.navbar-toggle,
.navbar-toggle:hover {
    border: solid 1px #aaa;
	margin-right: 0;
	background-color: #fff !important;
}
.navbar-toggle .icon-bar {
    background-color: #666 !important;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-collapse {
	border-top: none !important;
}
.navbar a {
    /*color: #000 !important;*/
    /*text-shadow: 0px 2px 3px rgba(100, 100, 100, 0.7);*/
}
/* ページネーション */
.pagenation-navi {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagenation-navi ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.pagenation-navi ul li {
	list-style: none;
	width: 2em;
	margin: 3px;
	padding: 0;
	line-height: 1.6em;
	border: solid 1px #666;
	float: left;
}
.pagenation-navi ul li.current {
	font-weight: bold;
}
/*main*/
#main {
}
.home #main {
	/*padding-top: 2em;*/
}
.home_only {
	display: none;
}
.home .home_only {
	display: block;
}
/*HOMEを除外*/
#secondary .current-page-ancestor.menu-item-9 a,
#navbar .current-page-ancestor.menu-item-9 a,
#colophon .current-page-ancestor.menu-item-528 a {
	text-decoration: none !important;
}
#secondary .current-page-ancestor.menu-item-9 a:hover,
#navbar .current-page-ancestor.menu-item-9 a:hover,
#colophon .current-page-ancestor.menu-item-528 a:hover {
	text-decoration: underline !important;
}
#menu-header_nav .current_page_item a,
#menu-header_nav .current-page-ancestor a {
	text-decoration: underline;
}
#menu-header_nav .current_page_item a:hover,
#menu-header_nav .current-page-ancestor a:hover {
	text-decoration: none;
}
.home .menu-item-8116 a {
	text-decoration: underline;
}

/* PRIMARY */
#primary {
    padding: 0 30px 30px;
	float: right;
	overflow: hidden;
}
#primary a {
	word-break: break-all;
	overflow-wrap: break-all;
}
#primary li {
	line-height: 1.8em;
	margin-bottom: 0em;
}
#primary .post_list dl {
	margin: 1em;
}
#primary .post_list dt {
	font-weight: normal;
}
#primary .post_list dd {
	padding-left: 1em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5em;
}

/* SECONDARY */
#secondary {
	padding: 0;
	padding-bottom: 1em;
	float: left;
	background-color: #eeecdf;
}
/*.home #secondary {
	padding: 7px;
}*/
#secondary h1,
#secondary h2,
#secondary h3,
#secondary h4,
#secondary h5,
#secondary h6 {
	font-size: 16px;
}

/*固定ページのサイドナビ切替*/
.archive ul.multi_menu,
.category ul.multi_menu,
.single ul.multi_menu,
.page-template-default ul.multi_menu {
	display: none;
}
.page-template-has_brothers ul.side_menu,
.page-template-has_children ul.side_menu {
	display: none;
}

#secondary .widget_nav_menu,
#secondary .widget_multinaviwidget {
    position: relative;
    z-index: 999;
}
#secondary .widget_multinaviwidget {
    margin-bottom: 10px;
}
#secondary .widget_nav_menu .menu {
	/*border: solid 1px #ccc;*/
	/*margin: 0 0 1em 0;*/
    margin: 0;
	width: 100%;
	float: left;
	background-color: #fff;
}
#secondary .widget_nav_menu .menu ul {
	margin: 0;
	padding: 0;
	border: solid 10px #6882bf;
}
#secondary ul#menu-topics {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: solid 10px #e6ecfb;
	max-width: 230px;
	float: none;
}
#secondary .widget_nav_menu .menu li {
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	/*background-color: #65b9ff;*/
	border-bottom: dashed 1px #999;
}
#secondary .widget_nav_menu .menu>li {
	margin: 0;
	padding: 0;
	/*background-color: #e7f2fb;*/
	font-size: 16px;
}
#secondary .widget_nav_menu .menu li.menu-item-home {
	/*border-left: solid 5px #5c4c32;*/
	border-left: solid 5px #333;
}
#secondary .widget_nav_menu .menu li a {
	display: block;
	color: #666;
	padding: 10px;
}
#secondary .widget_nav_menu .menu>li>a {
	display: block;
	color: #666;
	padding-left: 25px;
}
#secondary .widget_nav_menu .menu li li:last-child {
	border-bottom: none;
}
#secondary .widget_nav_menu .menu li li a {
	color: #333!important;
	background-color: #fff;
}
#secondary .widget_nav_menu .menu li li span {
	/*color: #ffffdd;*/
}
#secondary .widget_nav_menu .menu .current-cat,
#secondary .widget_nav_menu .menu .current_page_item,
#secondary .widget_nav_menu .menu .current-menu-item,
#secondary .widget_nav_menu .menu .current-page-ancestor
 {
	background-color: #eee !important;
}
#secondary .widget_nav_menu .menu .current-cat a,
#secondary .widget_nav_menu .menu .current_page_item a,
#secondary .widget_nav_menu .menu .current-menu-item a,
#secondary .widget_nav_menu .menu .current-page-ancestor a
 {
    /*color: #fff !important;*/
	text-decoration: underline;
	font-weight: bold;
}
#secondary .widget_nav_menu .menu .menu-item-home.current-page-ancestor
{
    background-color: #fff !important;
}
#secondary .widget_nav_menu .menu .menu-item-home.current-page-ancestor a
 {
    /*color: #fff !important;*/
	text-decoration: none;
	font-weight: normal;
}



/*MetaSlider ウイジェット*/
#secondary .metaslider {
    top: 1em;
    margin-bottom: 2em !important;
}
#secondary .metaslider img {
    border-left: solid 5px #aaa;
}

/*サイドメニュー調整*/

.home #navbar .current_page_item a,
#navbar .current-menu-item a,
#navbar .current-page-ancestor a
 {
	text-decoration: underline;
}
 #navbar .menu-item-home.current-page-ancestor a
 {
	/*background: #fff;*/
}

.home #colophon .current_page_item a,
 #colophon .current-menu-item a,
 #colophon .current-page-ancestor a
 {
	text-decoration: underline;
	font-weight: bold;
}
 #colophon .menu-item-home.current-page-ancestor a
 {
	text-decoration: underline;
	font-weight: normal;
}

#secondary h1,
#secondary h2,
#secondary h3,
#secondary h4,
#secondary h5,
#secondary h6
{
	text-align: center;
	margin: 10px 0;
}
#secondary .widget_text {
	overflow: hidden;
	padding: 10px;
}
#secondary .widget_text {
	font-size: 14px;
	padding: 15px 10px;
}
/*サイドメニュー下コンテンツ*/
#secondary #text-2.widget_text {
	background-color: #eeecdf;
}
#secondary .widget_text h2{
	/*background-color: #fffcf0;*/
	padding: 10px;
	margin: 0;
	font-size: 14px;
	/*font-weight: bold;*/
	border: solid 1px #ccc;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#secondary .widget_text div{
	padding: 5px;
	margin: 0;
	font-size: 14px;
	border: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#secondary .widget_text div p img {
	display: block;
	margin:0 auto;
}
#secondary .sub-menu {
    /*border-top: dotted 1px #999;*/
}
#secondary .widget_nav_menu h2.widgettitle {
	font-size: 14px;
	color: #666;
	background-color:#e6ecfb;
	margin: 0 auto;
	max-width: 230px;
	padding: 10px 5px;
	text-align: center;
	border-bottom: dashed 1px #a9c0fa;
}



/*ページャー*/
#pagination {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	clear: both;
}
#pagination li {
	list-style: none;
}
#pagination .prev {
	float: right;
}
#pagination .next {
	float: left;
}
/*#single-back */
.single #pagination {
	display: none;
}
/*#pagination {
	display: none;
}*/

/* post_date */
.post_date,a.cat,em.cat {
    margin-right: 1em;
	font-style: normal;
}
.post_date span a,a.cat,em.cat {
    vertical-align: middle;
    margin: 0 0 2px 5px;
    font-size: 70%;
    padding: 0 5px 1px 5px !important;
    color: #fff;
    display: inline-block;
    background-color: #003366;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 1.5em;
}
.cat.new {
	background-color: #E10307;
}
.cat.event,
.post_date span a.event {
	background-color: #e17f00;
}
.event.notice,
.post_date span a.notice {
	background-color: #666;
}

/* footer */
#colophon {
	border-top: solid 1px #aaa;
	background-color: #faf7f0;
	padding: 10px 0 5px 0;
}
#colophon .widget_nav_menu {
	margin-bottom: 10px;
}
#colophon a {
	color: #333;
	text-decoration: none;
}
#colophon a:hover {
	text-decoration: underline;
}
#colophon hr {
	margin: 0 0 10px 0;
}
/***メニューの長さ***/
#colophon .menu {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 !important;
}
#colophon ul {
	padding: 0;
}
#colophon span {
    white-space: nowrap;
}
#colophon .menu li {
	float: left;
	margin: 0;
	padding: 0 0.5em;
	border-left: solid 1px #ccc;
}
/*両側にボーダーを付ける*/
#colophon .menu li:first-child {
	border-left: none;
}
#colophon .menu li:first-child {
    border-left: solid 1px #ccc;
}
#colophon .menu li {
    border-right: solid 1px #ccc;
    margin-right: -1px;
    margin-bottom: 2px;
}

.copytext {
	text-align: right;
	font-size: 14px;
}
#colophon .copytext a {
	text-decoration: underline;
}
#colophon .copytext a:hover {
	text-decoration: none;
}


/*戻るボタン*/
#return_top,#float_head {
    display: none;
}
#float_head {
	position: fixed;
	z-index: 2999;
	top: 0;
	left: 0;
	margin: 0 !important;
    padding: 5px 5px 2px 8px;
    background: #134779;
    width: 100%;
    border-bottom: solid 1px  #aaa;
    letter-spacing: -1px;
    font-size: 16px;
    text-align: center;
}
#float_head h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#float_head img {
    margin: -3px 2px 0 0;
    padding: 0;
    height: 24px;
    width: auto;
}
#float_head a {
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
	color: #fff;
}
#float_head a:hover {
    text-decoration: none;
}
#return_top {
	position: fixed;
	z-index: 2999;
	bottom: 0;
	right: 0;
	margin: 0 !important;
    padding: 5px 15px 8px 15px;
    background: #134779;
	color: #fff;
    width: 100%;
    border-top: solid 1px  #aaa;
    letter-spacing: -1px;
    font-size: 16px;
}
#return_top ul,
#return_top ul li {
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
#return_top ul {
	width: 80%;
}
#return_top ul li {
	width: 100%;
	text-align: center;
}
#return_top p {
	width: auto;
	margin: 0 auto;
}
#return_top .row {
    padding: 0 15px;
}
#return_top .row>div {
    padding: 5px;
}
#return_top .btn_nav {
    font-size: 14px;
    margin: 0;
}
#return_top a.totop {
    float: right;
	color: #fff;
	text-decoration: none;
    font-size: 12px;
    padding-top: 3px;
    white-space: nowrap;
}
#return_top a:hover {
    text-decoration: underline !important;
}

/*** テンプレート用 ***/
.brothers-navi a,
.children-navi a {
	color: #036;
}
.brothers-navi,
.children-navi {
	margin: -10px 0 20px 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-bottom: dotted 1px #999;
}
.brothers-navi li,
.children-navi li {
	font-size: 16px;
	list-style: none;
	float: left;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 0.4em;
    padding-left: 1em;
    text-indent: -0.6em;
	margin-top: 0.5em;
	line-height: 1.3em !important;
}
.brothers-navi li:before,
.children-navi li:before {
    font-size: 60%;
    font-family: 'Glyphicons Halflings';
    content: "\e250";
    vertical-align: middle;
	line-height: 80%;
}
.brothers-navi li span,
.children-navi li span {
	color: #894e8b;
	width: 1.2em;
}
.brothers-navi .current_page_item,
.children-navi .current_page_item {
	font-weight: bold;
}
.brothers-navi .parent {
	display: none;
}


/* ウィジェット */
.widget-area ul {
	margin: 0;
	padding: 0;
}
li.widget,
li.widget li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 本文レイアウト */
.entry-content .aligncenter,
.entry-content dl.aligncenter,
.entry-content .html5-captions .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.entry-content .btn {
	margin-bottom: 5px;
}

/* キャプション */
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
/*.wp-caption .size-thumbnail {
	border: none;
}*/
.wp-caption.alignleft {
    margin-right: 15px;
	/*clear: both;*/
}
.wp-caption.alignright {
    margin-left: 15px;
}
.html5-captions .wp-caption {
    background-color: transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
dl.wp-caption, dl.wp-caption * {
}
.entry-content .wp-caption-text,
.wp-caption-dd {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 4px;
}
.size-thumbnail,
img.frame {
    border: solid 1px #eee;
    margin: 0 15px;
    padding: 3px;
}
#primary > img {
    margin: 0 10px 15px 10px;
    /*border: solid 1px #eee;*/
}
#primary img.alignright {
    margin-right: 0;
}
#primary img.alignleft {
    margin-left: 0;
}
#primary img.aligncenter {
    margin: 0 auto 10px auto;
}



/*** 装飾部品 ***/
.reference a,
a.reference {
	display: inline-block;
	padding-top: 4px !important;
	padding-right: 5px !important;
	padding-bottom: 3px !important;
	padding-left: 20px !important;
	background-image: url(images/reference_arrow.png);
	background-repeat: no-repeat;
	background-position: -2px center;
	background-color: #fff;
	color: #036 !important;
	border: 1px solid #036 !important;
	text-decoration: none !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	margin-top: 15px;
}
a.reference:hover,
.reference a:hover {
	color: #333 !important;
    text-decoration: underline !important;;
}

/*プレート*/
.plate {
	color: #036;
	font-size: 18px;
	margin: 0 0 1em 0;
	padding: 10px;
	font-weight: bold;
	background-color: #fff;
	padding-left: 2em;
	text-indent: -1.5em;

	background: -moz-linear-gradient(
		top,
		#fcfcfc 0%,
		#ffffff 50%,
		#ededed 50%,
		#ebebeb 85%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fcfcfc),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #ededed),
		color-stop(0.85, #ebebeb),
		to(#ffffff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);

}
.plate:before {
	content: "■ ";
	color: #f5c400;
}

/****************************************************************************/


/*gnav*/
#navbar {
	padding: 0 !important;
	margin-bottom: 3px;
}

/* MAIN MENU */
nav .menu-item {
	margin: 0;
}
nav li.menu-item  {
	border-left: solid 1px #ccc;
	list-style: none;

}
nav li.menu-item:last-child  {
	border-right: solid 1px #ccc;

}
nav li.menu-item  a {
	display: block;
	padding: 0px 10px 3px 10px;
}
nav li.menu-item  a:hover {
	text-decoration: underline;
}





/*HOME*/
.home h1.entry-title {
    display: none !important;
}
.home #primary {
	/*background-image: url(images/header/top_img02.jpg);
	background-position: top -15px right -15px;
	background-repeat: no-repeat;	*/
}

/*icon*/
article a[href$=".pdf"] {
	padding-left: 20px;
    background: url(images/icon_pdf.gif) no-repeat center left;
}
article a[href$=".pdf"]:after {
	content: " (PDF書類)";
}
article a[href$=".pdf"].noicon:after {
	content: "";
}
article a.noicon i {
	display: none;
}article a.noicon {
	background: none;
}
article a.noborder:after {
	content: "";
}
a .glyphicon.glyphicon-new-window {
	margin-left: 0.1em;
	margin-right: 0.2em;
}

/* topics */
.info_window  {
	border: solid 2px #ccc;
	padding: 30px 15px 15px 15px;
	margin: 15px 0 0 0;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
	position: relative;
	background-color: #fff;
    clear: both;
}
.info_window  h2 {
	border: none;
	background: #faf7f0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: absolute;
	top: -14px;
	left: 10px;
	width: auto;
	margin: 0;
	padding: 0 5px;
	font-size: 22px;
	box-shadow: none;
	text-indent: 0;
}
.info_window  a h2:hover {
	text-decoration: underline;
}
.info_window h2:before {
	content: "";
}
.info_window ul {
	margin: 0;
	padding: 0;
}
.info_window li {
	margin-left: 0;
	list-style: none;
	font-size: 16px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
}
.info_window .more {
	display: block;
	float: right;
}
.info_window li span + a {
	background-color: #003366;
	color: #fff;
}
.info_window li.event span + a {
	background-color: #e17f00;
}


/* HOMEではサイドバーを出さない
.home #secondary {
	display: none;
}
.home #primary {
	width: 100%;
}
*/

/*パンくず*/
#breadcrumbs a {
	color: #036;
}
#breadcrumbs {
    /*border-bottom: solid 1px #eee;*/
}
.breadcrumbs {
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 14px;
}
.home #breadcrumbs {
	border-bottom: none;
}
.home .breadcrumbs {
    visibility: hidden;
}


/*ウイジェット*/
#menu-side_term {
    clear: both;
}
#menu-side_term {
    padding-left: 1.5em;
}
#menu-side_term li {
    list-style: disc;
    white-space: nowrap;
}

/*table*/
table {
    border-collapse: collapse;
    border: 1px solid #ddd;
  background-color: transparent;
table-layout:fixed;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table td,
table th {
    background-color: #fff;
    border: 1px solid #ddd;
}
/*table td div,
table th div {
	width: 100%;
	overflow-wrap: break-word;
}*/
caption,
figcaption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
}
table th {
  text-align: left;
    background-color: #fffcf0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /*border-top: 1px solid #ddd;*/
}
table > thead > tr > th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #ddd;*/
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.table {
    width: auto;
}
/* 阪神支部表組 */
table {
	margin: 0 auto;
	border: solid 1px #999;
	border-collapse: collapse;
}
table caption {
	font-weight: bold;
}
.min table,
table.min {
	margin: 0 10px 1em;
	width: auto !important;
	clear: both;
}
table th {
	text-align: center;
	vertical-align: center;
	padding: 0.5em;
	border: solid 1px #999;
	background-color: #fffcf0;
	/*white-space: nowrap;*/
	width: 25%;
}
table.result th {
	width: auto;
}
table.center td {
	text-align: center;
}
table.left th {
	text-align: left;
}
table td {
	text-align: left;
	vertical-align: top;
	padding: 0.5em;
	border: solid 1px #999;
	background-color: #fff;
}
table strong {
	font-weight: bold;
	color: #555;
}

table thead th {
	background-color: #F0F0F0;
	font-size: smaller;
	font-weight: normal;
}
table tbody th {
	text-align: left;
}
table.plus tbody td {
	text-align: center;
}
table tbody td em {
	font-size: smaller;
	color: #6699CC;
}
table.plus tbody th:before {
	content: "● ";
	font-size: smaller;
	color: #6699CC;
}
table.noborder,
table.noborder th,
table.noborder td {
	border: none !important;
	background-color: transparent !important;
}
.is-style-stripes table,
.is-style-stripes th,
.is-style-stripes td {
	border-top: solid 1px #999 !important;
	border-bottom: solid 1px #999 !important;
	text-align: center;
}

/*カレンダー用*/
#calendar .fc-day-grid-event .fc-time {
	display: block;
}
.calendar a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-color: #fff;
	padding: 8px 6px 8px 10px !important;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 7%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.7, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #d65c19;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}
.calendar a:before {
	font-size: 18px;
	line-height: 24px;
	color: #d32109;
	vertical-align: text-top;
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\e109";
	margin-right: 5px;
}
.calendar a {
	color: #4162A6 !important;
	text-decoration: none;
	vertical-align: middle;
	line-height: 24px;
}
.calendar a:hover {
	color: #d32109 !important;
	text-decoration: underline;
}
#calendar .fc .fc-toolbar > * > *  {
	float: none;
	margin-left: 0;
}
#calendar .fc-toolbar {
	margin-bottom: 0;
	height: 2.6em;
}
#calendar .fc-toolbar .fc-left {
	float: none;
	text-align: left;
}

/*WEB予約ボタン*/
.appoint {
	vertical-align: -moz-middle-with-baseline;
	vertical-align: inherit;
	display: inline-block;
}
.appoint a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #4162A6 !important;
	background-color: #fff;
	padding: 5px !important;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 7%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.7, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #d65c19;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
	white-space: nowrap;
}
.appoint a:before {
	font-size: 12px;
	color: #d32109;
	font-weight: normal;
font-style: normal;
	content: "■";
	margin-right: 2px;
}
.appoint a:hover {
	color: #d32109 !important;
}


/*DL*/
article dl {
	list-style: none;
	margin: 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: dashed 1px #999;
	overflow: hidden;
}
article dt {
	width: 40%;
	margin: 1em 0;
	padding: 0;
	line-height: 1.2em;
	float: left;
	clear: both;
	text-indent: -2em;
	padding-left: 2em;
}
article dt em {
	font-size: smaller;
	color: #555;
}
article dt:before {
	content: "　● ";
	font-size: smaller;
	color: #FFCC66;
}
article dd {
	width: 58%;
	margin: 0.8em 0 0.8em 2%;
	padding: 0;
	line-height: 1.2em;
	float: left;
}
div.notice {
	border: solid 3px red;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 10px;
}
div.notice p {
	margin: 0 0 10px 0;
}


/*button*/
.search_btn {
	text-align: center;
}
.search_btn a {
	display: inline-block;
  background: #ffe169;
  background-image: -webkit-linear-gradient(top, #ffe169, #ffcc00);
  background-image: -moz-linear-gradient(top, #ffe169, #ffcc00);
  background-image: -ms-linear-gradient(top, #ffe169, #ffcc00);
  background-image: -o-linear-gradient(top, #ffe169, #ffcc00);
  background-image: linear-gradient(to bottom, #ffe169, #ffcc00);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 0px 0px 2px #fff;
  color: #036;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  border: solid #ffcc00 1px;
  text-decoration: none;
  margin: 5px 5px 10px 5px;
	white-space: nowrap;
}

.search_btn a:hover {
  background: #ffcc00;
  background-image: -webkit-linear-gradient(top, #ffcc00, #ffe169);
  background-image: -moz-linear-gradient(top, #ffcc00, #ffe169);
  background-image: -ms-linear-gradient(top, #ffcc00, #ffe169);
  background-image: -o-linear-gradient(top, #ffcc00, #ffe169);
  background-image: linear-gradient(to bottom, #ffcc00, #ffe169);
  text-decoration: none;
	text-shadow: none;
}


/*パネル*/
.panel {
	padding:10px;
	position:relative;
	text-decoration:none;
	color:#333;
	border: solid 1px #dbd9cc;
    background: rgb(250,250,250);

    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.panel .wrap {
    border-left: solid 3px #333;
    padding-left: 5px;
}
.panel h3 {
    font-size: 120%;
    color: #222;
    margin: 0;
    width: 96%;
	line-height: 1.3em;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;*/
}
.panel h3 span {
    display: inline;
    margin-left: 1em;
    font-size: 80%;
    font-weight: normal;
}
.panel a {
    width: 100%;
}
.panel a:link,.panel a:visited,.panel a:active,.panel a:hover {
    width: 100%;
    overflow: visible;
}
.panel:hover {
    text-decoration: none;
    /*color: #000 !important;*/
}
.panel p {
    margin-bottom: 0;
}
.panel span {
    display: block;
    width: 96%;
    font-size: 95%;
    margin-top: 6px;
    color: #333;
}
.col-sm-6 .panel span {
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.panel i {
    float: right;
    margin-top: 6px;
    width: 1.2em;
    text-align: right;
    height: 1.5em;
    text-indent: 7px;
}

#content ol li {
    margin-bottom: 1em;
}

.mw_wp_form input[type='text'],
.mw_wp_form input[type='email'],
.mw_wp_form textarea {
    width: 100%;
}

.btn_nav {
    text-align: center;
    border:solid 2px #ff6333;
    margin-bottom: 1em;
}

.navbar-header {
    display: none;
}
.navbar-header ul,
.navbar-header li {
    margin: 0;
    padding: 0;
}
.navbar-header .textwidget p {
    margin: 0;
    padding: 0;
}

#masthead .navbar-header span > i.glyphicon {
    display: none;
}

.radius_box {
    border: solid 3px #dbd9cc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.lead {
    position: relative;
}
.lead img {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.lead span {
    position: absolute;
    z-index: 10;
    font-size: 28px;
    right: 15px;
    top: 150px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.contact {
    border: 1px solid #CCC;
    background-color: #F0F7FD;
    padding: 20px;
    margin: 20px auto;
}

/* Gutenberg */
.wp-block-file__button {
	display: none !important;
}



/*阪神支部用*/
#top_navi {
	background-color: #fff;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#top_navi div {
	padding-right: 0 !important;
}
#top_navi div+div {
	padding-left: 0 !important;
	padding-right: 15px !important;
}
#top_navi img {
	margin-left: auto !important;
    margin-right: auto !important;
}
#top_navi p {
	display: none;
}
article h1,
article h2 {
	color: #036;
	font-size: 18px;
	margin: 0 0 1em 0;
	padding: 10px;
	/*font-weight: bold;*/
	background-color: #fff;
	padding-left: 2em;
	text-indent: -1.5em;

	background: -moz-linear-gradient(
		top,
		#fcfcfc 0%,
		#ffffff 50%,
		#ededed 50%,
		#ebebeb 85%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fcfcfc),
		color-stop(0.50, #ffffff),
		color-stop(0.50, #ededed),
		color-stop(0.85, #ebebeb),
		to(#ffffff));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(97,97,97,0.6);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);

}
article h1:before {
	content: "■ ";
	color: #f5c400;
}
article h2:before {
	content: "■ ";
	color: #f5c400;
}
article h3 {
	font-size: 20px;
	/*font-weight: bold;*/
	color: #036;
	border-bottom: dashed 1px #fc0;
	padding: 5px 0 5px 1em;
	text-indent: -1em;
}
article h4 {
	font-size: 18px;
	font-weight: normal;
	color: #036;
	border-bottom: solid 1px #fc0;
	padding: 5px 0 5px 1em;
}
article h3:before {
	content: "■ ";
	color: #ffcc00;
	font-size: 14px;
}
.show_xs,
.show_xxs {
	display: none !important;
}


.panel h3,
.panel h4 {
	border: none;
	padding-left: 0.3em;
	margin:0;
	letter-spacing:-1px
}
.simple-sitemap-wrap h3 {
	display: none;
}

#secondary .banner,
#secondary .banner p {
	text-align: center;
}
#secondary .banner img {
	margin: 5px;
	width:100%;
	height: auto;
	max-width: 230px;
}

a img+i,
.search_result li a i {
	display: none !important;
}

.form-ajust input[type='tel'],
.form-ajust input[type='text'] {
	width: 100%;
}

/*案内リスト*/
h2.info_window::before {
	content: "";
}
h2.info_window {
	border: none;
	background: #faf7f0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: auto;
	margin: 10px 0 0 15px;
	box-shadow: none;
	text-indent: 0;
	position: relative;
	z-index: 30;
	display: inline-block;
	padding: 0 5px;
	font-size: 22px;
}
h2.info_window + ul.info_window {
	margin-top: -12px;
}
ul.info_window {
	border: solid 2px #ccc;
	padding: 20px 15px 15px 15px;
	margin: 15px 0 0 0;
	position: relative;
	background-color: #fff;
	clear: both;
}
ul.info_window li {
	margin-left: 0;
	list-style: none;
	font-size: 16px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
}


/***************************************************************************************************/

@media screen and (max-width: 1200px) {
	#masthead .container,
	#colophon .container,
	#main {
		max-width: 970px;
	}
    .lead span {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
	.home #breadcrumbs {
		display: none;
	}
	#masthead .container,
	#colophon .container,
	#main {
		max-width: 750px;
	}
	nav li.menu-item  a {
		display: block;
		padding: 0px 5px 3px 5px;
		letter-spacing: -1px;
		font-size: 15px;
	}
	#header_sub p {
		margin-top: 20px;
	}
	#masthead .container.tophead {
		background-position: center -30px;
	}
}
@media screen and (max-width: 991px) {
	.home #breadcrumbs {
		display: none;
	}
	#header_nav {
		display: block !important;
	}
    #colophon .menu {
        width: 100% !important;
    }
    #primary {
        border-left: none;
        padding: 15px 15px 30px;
    }
	#primary {
		float: none;
	}
	#secondary {
		display: block;
		float: none;
		padding: 0 15px;
	}
	#breadcrumbs {
		border-bottom: solid 1px #eee;
	}
}
@media screen and (max-width: 768px) {
	/*iPad*/
	.home #breadcrumbs {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.home #breadcrumbs {
		display: none;
	}
    /*toggle menu*/
    .navbar-header {
        display: block;
    }
	#masthead .tophead img {
		margin: 10px auto 0;
	}
	.navbar-toggle {
		top: 0;
	}
	#masthead .tophead img {
		margin-top: 20px;
	}
	.description {
		text-align: center;
		text-shadow : 
		   2px  2px 1px #ffffff,
		  -2px  2px 1px #ffffff,
		   2px -2px 1px #ffffff,
		  -2px -2px 1px #ffffff,
		   2px  0px 1px #ffffff,
		   0px  2px 1px #ffffff,
		  -2px  0px 1px #ffffff,
		   0px -2px 1px #ffffff,
		   2px  2px 1px #ffffff,
		  -2px  2px 1px #ffffff,
		   2px -2px 1px #ffffff,
		  -2px -2px 1px #ffffff,
		   2px  0px 1px #ffffff,
		   0px  2px 1px #ffffff,
		  -2px  0px 1px #ffffff,
		   0px -2px 1px #ffffff; 
	}
	#top_navi div+div {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#masthead .container.tophead {
		background-position: center 0px;
	}
	#header_nav {
		padding: 0;
	}
	#menu-main li {
		border-left: solid 1px #fff;
	}
	#menu-main li:last-child {
		border-right: none;
	}
	#menu-main li a {
		padding: 10px 10px;
	}
	#menu-main li:hover {
        padding-left: 1px;
        border-left: solid 1px #164068;
		background-color: #5793ce;
	}
	#menu-main li:hover a {
        padding-left: 7px;
	}
	.navbar-nav {
		margin: 0;
	}
    /*#navbar {
        margin-bottom: 5px;
    }*/
	
	article dt,
	article dd {
		width: 95%;
	}
	.show_xxs,
	.show_xs {
		display: block !important;
	}
}
@media screen and (max-width: 600px) {
	.show_xxs {
		display: inline !important;
	}
	.hide_xxs {
		display: none !important;
	}
	.home #primary {
		background-image: none;
	}
    #page {
        border: none;
    }
    .size-thumbnail {
        float: none;
        display: block;
        margin: 0 auto !important;
    }
    .lead span {
        font-size: 22px;
    }

}
@media screen and (max-width: 599px) {
	/*h1.entry-title {
		font-size: 28px;
	}*/

	#masthead h1{
		padding-bottom: 3px;
	}
	#masthead h1.site-title span.title{
        line-height: 1.3em;
		font-size: 24px;
		display: block;
        top: -5px;
	}
    #masthead p.description {
        padding: 0 0 3px 2px;
    }
	#masthead h1.site-title img {
        height: 36px !important;
        margin-bottom: 10px;
    }
    #masthead h1.site-title .lawyer,
    #masthead h1.site-title .lawyer+br {
        display: none;
    }

	#hot_topics h2,
	h2.info_window,
	.info_window  h2 {
		font-size: 18px !important;
	}
	#colophon .menu {
		width: auto;
	}
	#colophon ul {
		font-size: 12px;
	}
	#colophon .menu li:first-child {
		border-left: solid 1px #ccc;
	}
	#colophon .menu li {
		border-right: solid 1px #ccc;
		margin-right: -1px;
		margin-bottom: 2px;
	}
	.page #main .entry-content h2 {
		font-size: 20px;
	}
	.page #main .entry-content h3 {
		font-size: 18px;
	}
	.page #main .entry-content h4,
	.page #main .entry-content h5,
	.page #main .entry-content h6 {
		font-size: 16px;
	}
    .copytext {
        text-align: left;
    }
    .lead span {
        right: 5px;
        top: 110px;
        font-size: 16px;
    }
}
@media screen and (max-width: 440px) {
    .toggle-title {
        display: none;
    }
	#masthead .tophead img {
		margin-top: 48px;
	}
	#masthead p.description {
		letter-spacing: 0;
		text-align: center;
	}
    .navbar-toggle {
        margin-top: 7px;
    }
    .brothers-navi li,
    .children-navi li {
        font-size: 14px;
    }
    .lead span {
        font-size: 14px;
    }
}
@media screen and (max-width: 370px) {
    .entry-title {
        font-size: 130% !important;
    }
    /*#masthead h1.site-title {
        padding: 10px 0 0 0;
    }*/
	#masthead h1.site-title span.title{
        line-height: 1.2em;
		font-size: 18px;
        padding: 5px 0px 17px 0px;
	}
	#masthead h1.site-title img {
        height: 26px !important;
    }
}



@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
	.admin-bar #masthead nav {
		display: none;
	}
	body {
		-webkit-print-color-adjust: exact;
	}
	#header_nav {
	  display: none;
	}
	
}

.no-results p, .not-found p, #searchform {
	display: none !important;
}
 
/*iOS対応*/
form input[type='submit'] {
	background-color: #fff;
	color: #333;
	border: solid 1px #999;
}

