@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font: 16px/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333;
	background: #f6f6f6;
}



/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #666;
}

a:hover,
a:active {
	transition: opacity 1s;
	outline: none;
	color: #333;
}


/**** Clearfix ****/
nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after,
#footerInfo:before,
#footerInfo:after {
	content: "";
	display: table;
}

nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
#footerInfo:after {
	clear: both;
}

nav .panel,
nav#mainNav,
.newsTitle,
#footerInfo {
	zoom: 1;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper,
#header,
.inner {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 960px;
}

#header {
	padding: 10px 0;
}

#content {
	float: right;
	width: 725px;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 1rem 0 1rem;
}

#footer {
	clear: both;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/

#header h1 a {
	font-size: 1.5rem;
	color: #3949ab;
}

#header h1 a:hover {
	opacity: .85;
}

/* トップナビゲーション
*****************************************************/
nav#mainNav {
	clear: both;
	margin-bottom: 20px;
	background: url(images/navBg.png) repeat-x;
	position: relative;
}

.panel ul li {
	float: left;
	position: relative;
	height: 66px;
	line-height: 66px;
}

.panel ul li a {
	display: block;
	height: 66px;
	text-align: center;
	color: #666;
}

p#mainImg img {
	width: 960px;
	height: 300px;
	object-fit: cover;
}


/* タイポグラフィ
*****************************************************/
h2.title {
	clear: both;
	margin: 1rem 0 1rem;
	padding: 5px;
	line-height: 33px;
	font-size: 1.25rem;
	background: #fff url(images/headingBg.png) repeat-x 0 100%;
	background: #3949ab;
	font-weight: bold;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

h2.title span,
.newsTitle h3 span,
section.widget h3 span {
	padding-left: .5rem;
	color: #fff;
	font-weight: bold;
}

.dateLabel {
	margin: -10px 0 10px;
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p {
	padding-bottom: 15px;
}

.post .red {
	color: #d50000;
}

.post ul {
	margin: 0 0 10px 10px;
}

.post ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}

.post ol {
	margin: 0 0 10px 30px;
}

.post ol li {
	list-style: decimal;
}

.post h3 {
	margin: 10px 0;
	font-size: 1.15rem;
	color: #3949ab;
	border-bottom: 1px solid rgba(57, 73, 171, .5);
	border-left: 4px solid rgba(57, 73, 171, .5);
	padding-left: .5rem;
}

.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}

.post blockquote p {
	padding: 5px 0;
}

.post table {
	border: 1px #d2d2d6 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
}

.post table th {
	padding: 7px 5px;
	border: #d2d2d6 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #fff;
	background: #5399ca;
}

.post table td {
	padding: 7px 5px;
	border: 1px #d2d2d6 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

.post dt {
	font-weight: bold;
}

.post dd {
	padding-bottom: 10px;
}

.post img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

img.aligncenter {
	display: block;
	margin: 5px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}

img.alignright,
img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
}

img.alignleft {
	margin: 0 7px 2px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}



/* サイドバー　ウィジェット
*****************************************************/
section.widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

section.widget h3 {
	margin: 0 0 10px;
	padding: 5px;
	line-height: 33px;
	font-size: 1rem;
	background: url(images/headingBg.png) repeat-x 0 100%;
	background: #3949ab;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

section.widget a {
	display: block;
	padding: .25rem;
	background: url(images/borderDot.png) repeat-x 0 100%;
	color: #3949ab;
	font-weight: bold;
}

/* 更新情報
-------------*/
.newsTitle {
	margin: 0 0 20px;
	padding: 5px;
	line-height: 33px;
	font-size: 120%;
	border: 1px solid #dadade;
	background: url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3 {
	float: left;
}

.newsTitle p {
	float: right;
	padding: 0 10px 0 13px;
	font-size: .8em;
	background: url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle p:hover {
	background-position: 4px 50%
}

.news {
	padding-bottom: 40px;
}

.news p {
	clear: both;
	padding: 5px;
	background: url(images/borderDot.png) repeat-x 0 100%;
}

.news p a {
	display: block;
	color: #333;
	font-style: italic;
	font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
	color: #666;
	font: normal 90% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.news span {
	padding-left: 10px;
}

a:hover span {
	opacity: .85;
}


/* ページ上部へ戻る
*****************************************************/
#pagetop {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 30px;
}

#pagetop a {
	float: right;
	display: block;
	position: relative;
	padding: 5px 15px 2px;
	font-size: 90%;
	border: 1px solid #dadade;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: #3949ab;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/* フッター
*****************************************************/
#footerInfo {
	padding: 20px 10px;
	margin-bottom: 20px;
	border-top: 1px solid #dadade;
	background: #fff url(images/headingBg.png) repeat-x 0 100%;
}

#footerLogo {
	float: left;
	padding: 10px;
}

#footer ul {
	text-align: center;
	font-size: 95%;
	padding-bottom: 20px;
}

#footer ul ul {
	padding-bottom: 0;
}

#footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
	background: url(images/bullet.png) no-repeat 0 12px;
}

#footer ul li a {
	display: block;
	padding: 0 20px 0 12px;
	overflow: hidden;
}

#footer ul li li {
	display: block;
	padding: 0;
	margin-left: 3px;
	background: url(images/sub1.png) no-repeat 0 50%;
}

#footer ul li li:last-child {
	background-image: url(images/subLast.png);
}

#footer ul li li a {
	padding: 0 10px;
}

#copyright {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 90%;
	color: #fff;
	background: #3949ab;
}

#footerInfo .contactInfo {
	color: #666;
	font-weight: bold;
}



/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	nav div.panel {
		display: block !important;
		float: left;
	}

	a#menu {
		display: none;
	}

	.panel ul li a span {
		margin: 0 10px 0 -5px;
		padding: 0 8px 0 20px;
		font-weight: bold;
	}

	.panel ul li a:hover span {
	opacity: 1;
	}


	/* 親メニュー */
	.panel ul li.current-menu-item a,
	.panel ul li a:hover,
	.panel ul li a:active,
	.panel ul li.current-menu-parent a {
		color: #fff;
		background: #3949ab;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}

	.panel ul li.current-menu-parent li a,
	.panel ul li.current-menu-item li a,
	.panel ul li.current-menu-item li a span,
	.panel ul li.current-menu-parent li a span,
	.panel ul li.current-menu-item li.current-menu-item a span,
	.panel ul li li a:hover span,
	.panel ul li li a:active span {
		background: none;
	}

	.panel ul li.current-menu-item li a {
		color: #555;
	}

	.panel ul li.current-menu-item li.current-menu-item a,
	.panel ul li li a:hover,
	.panel ul li.current-menu-parent li.current-menu-item a {
		color: #fff;
		background: #498cbd;
		background: -moz-linear-gradient(top, #498cbd 0%, #6cb4de 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #498cbd), color-stop(100%, #6cb4de));
		background: -webkit-linear-gradient(top, #498cbd 0%, #6cb4de 100%);
		background: -o-linear-gradient(top, #498cbd 0%, #6cb4de 100%);
		background: -ms-linear-gradient(top, #498cbd 0%, #6cb4de 100%);
		background: linear-gradient(to bottom, #498cbd 0%, #6cb4de 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#498cbd', endColorstr='#6cb4de', GradientType=0);
	}

	.panel ul li.current-menu-parent:hover li a span,
	.panel ul li.current-menu-parent li a {
		color: #666;
	}

	.panel ul li.current-menu-parent:hover li.current-menu-item a span,
	.panel ul li.current-menu-parent li a:hover {
		color: #fff;
	}

	.panel ul ul {
		width: 160px;
	}

	.panel ul li li {
		float: none;
		height: 40px;
		line-height: 40px;
		width: 160px;
	}

	.panel ul li li a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 95%;
		text-align: left;
	}

	.panel ul li ul {
		display: none;
	}

	.panel ul li:hover ul {
		display: block;
		position: absolute;
		top: 65px;
		left: -7px;
		z-index: 100;
		border: 1px solid #ccc;
		border-top: 0;
		border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
	}

	.panel ul li:hover ul li {
		margin: 0;
		background: #f5f5f5;
		border-bottom: 1px dashed #fff;
	}

	.panel ul li:hover ul li:last-child {
		border: 0;
		border-radius: 0 0 6px 6px;
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
	}

	.panel ul li ul li a span {
		margin: 0;
		float: none;
		padding: 0 0 0 5px;
	}

	#searchHead {
		float: right;
		width: 215px;
		height: 64px;
	}
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
	nav#mainNav {
		background: none;
		border: 0;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: left;
		color: #fff;
		background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #3949ab 0%, #3949ab 100%);
	}

	nav#mainNav a#menu span {
		padding-left: 3em;
	}

	nav#mainNav a.menuOpen {
		background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #3949ab 0%, #3949ab 100%);
	}

	nav#mainNav a#menu:hover {
		cursor: pointer;
	}

	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
		border-bottom: 1px solid #ccc;
	}

	.panel ul {
		margin: 0;
		padding: 0;
	}

	.panel ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.4;
	}

	.panel ul li a,
	.panel ul li.current-menu-item li a {
		display: block;
		width: 100%;
		padding: 1em 0;
		height: auto;
		text-align: left;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f7f6));
		background: -webkit-linear-gradient(top, #fff, #f6f7f6);
		background: -moz-linear-gradient(top, #fff, #f6f7f6);
		background: -o-linear-gradient(top, #fff, #f6f7f6);
		background: -ms-linear-gradient(top, #fff, #f6f7f6);
		background: linear-gradient(top, #fff, #f6f7f6);
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #fff;
		font-weight: bold;
	}

	.panel ul li a span {
		padding-left: 1em;
	}

	.panel ul li.current-menu-item a,
	.panel ul li a:hover,
	.panel ul li.current-menu-item a,
	.panel ul li a:active,
	.panel ul li li.current-menu-item a,
	.panel ul li.current-menu-item li a:hover,
	.panel ul li.current-menu-item li a:active {
		color: #3949ab;
	}

	.panel ul li.current-menu-item li a {
		color: #666;
	}

	.panel ul li li {
		float: left;
		border: 0;
	}

	.panel ul li li a,
	.panel ul li.current-menu-item li a,
	.panel ul li li.current-menu-item a,
	.panel ul li li a:hover,
	.panel ul li.current-menu-item li a:hover {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #fff;
		background: url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,
	.panel ul li li:last-child a:hover,
	.panel ul li.current-menu-item li:last-child a:hover {
		background: url(images/subLast.png) no-repeat 15px 50%;
	}

	.panel ul li li a span {
		padding-left: 25px;
	}

	nav div.panel,
	#searchHead {
		float: none;
	}

	#searchHead {
		text-align: right;
	}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	#wrapper,
	#header,
	.inner {
		width: 100%;
	}

	#header h1,
	#header h2 {
		padding-left: 10px;
	}

	.panel ul,
	.thumbWrap,
	.thumbWrap_PR {
		margin: 0 auto;
	}

	.panel ul ul {
		padding: 0;
	}

	nav div.panel,
	#searchHead {
		float: none;
	}

	#searchHead {
		text-align: center;
		margin: 0 auto;
	}

	p#mainImg img {
		width: 100%;
		height: 200px;
	}

	#content,
	#sidebar {
		clear: both;
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 0 .5rem;
	}

	#footer {
		margin: 0;
		text-align: center;
	}

	#footerInfo,
	#footer ul {
		float: none;
		width: auto;
		text-align: center;
	}

	#pagetop a {
		margin-right: 15px;
	}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {

	.thumbWrap,
	.thumbWrap_PR {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.thumbWrap_PR ul.thumb li {
		width: 30%;
	}

	.thumbWrap_PR ul.thumb li {
		margin: 0 1% 0 2%;
	}

	.thumbWrap_PR img {
		width: 100%;
		height: auto;
	}

	.thumbWrap ul.thumb li {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	#footerInfo .contactInfo {
		float: none;
		text-align: center;
	}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
	#header {
		text-align: center;
	}

	#header h2,
	#headerInfo,
	#footerLogo {
		float: none;
		padding: 0;
		text-align: center;
	}

	#headerInfo p,
	#footerInfo p {
		font-size: 90%;
	}

	#headerInfo p.tel,
	#footerInfo p.tel {
		font-size: 200%;
	}

	img.alignright,
	img.alignleft {
		display: block;
		margin: 5px auto;
	}

	.alignright,
	.alignleft {
		float: none;
	}

	#footer ul {
		text-align: left;
		padding: 15px;
	}

	#footer ul ul {
		padding: 0;
	}
}