@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	-webkit-text-size-adjust: none;
}
div#general {
	text-align: left;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.8em;
	color: #000000;
}
div#general a {
	text-decoration: none;
	color: #00329f;
}
div#general a:hover {
	text-decoration: underline;
}
div#general a.underline {
	text-decoration: underline;
}
div#general a:visited {
	color: #663399;
}
div#general h1,
div#general h2,
div#general h3,
div#general h4,
div#general h5,
div#general h6 {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div#general h1 {
	font-size: 130%;
}
div#general h2 {
	font-size: 120%;
}
div#general h3 {
	font-size: 115%;
}
div#general h4 {
	font-size: 110%;
}
div#general h5 {
	font-size: 105%;
}
div#general h6 {
	font-size: 100%;
}
div#general p.note {
	font-size: 75%;
	line-height: 1.6em;
}



/* --------------------------------------------------------------------------------
list
-------------------------------------------------------------------------------- */

div#general ol {
	list-style-type: decimal;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

div#general input[type=text],
div#general input[type=email],
div#general input[type=password],
div#general input[type=button],
div#general input[type=submit],
div#general textarea {
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	border-radius: 0px;
	margin: 0px;
	-webkit-appearance: none;
}
div#general input[type=text],
div#general input[type=email],
div#general input[type=password],
div#general textarea {
	box-sizing: border-box;
	font-size: 100%;
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
}
div#general input[type=text],
div#general input[type=email],
div#general input[type=password] {
	text-indent: 4px;
	padding: 4px 0px;
}
div#general input[type=button],
div#general input[type=submit] {
	font-size: 100%;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #00329f;
}
div#general textarea {
	padding: 4px;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

div#general img {
	display: block;
	max-width: 100%;
	height: auto;
}
div#general img.icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
div#general div.gm-style img {
	max-width: none;
}
div#general hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 20px 0px;
}
div#general *.clearfix:before,
div#general *.clearfix:after {
	content: "";
	display: table;
}
div#general *.clearfix:after {
	clear: both;
}
div#general *.clearfix {
	zoom: 1;
}
div#general *.margin-bottom {
	margin-bottom: 20px;
}
div#general *.margin-bottom-narrow {
	margin-bottom: 10px;
}
div#general *.margin-bottom-wide {
	margin-bottom: 40px;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

div#general div#header {
	position: relative;
	width: 1000px;
	height: 110px;
	font-size: 87.5%;
	margin: auto;
	/*background: #ffffff url(../imgs/e-image-header.png) no-repeat 485px 15px;*/
}
div#general div#header p.reading {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#general div#header h1#logo {
	position: absolute;
	left: 20px;
	top: 10px;
}
div#general div#header h1#logo img {
	width: auto;
	height: 83px;
}
div#general div#header div.search,
div#general div#header p.button-voice,
div#general div#header div.links {
	position: absolute;
}
div#general div#header div.search {
	width: 280px;
	right: 150px;
	top: 25px;
}
div#general div#header div.search form {
	position: relative;
	padding: 0px 53px 0px 6em;
}
div#general div#header div.search form p.label {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#general div#header div.search form input[type=text] {
	width: 100%;
}
div#general div#header div.search form input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000000;
	border: 1px solid #999999;
	padding: 4px 9px;
	background-color: transparent;
}
div#general div#header p.button-voice {
	right: 20px;
	top: 25px;
}
div#general div#header p.button-voice a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 0px 5px;
	background: #ffffff url(/share/imgs/gradation-01.png) repeat-x left bottom;
	background-size: 10px 100%;
}
div#general div#header p.button-voice a span {
	padding-left: 20px;
	background: url(/share/imgs/icon-voice.png) no-repeat left center;
}
div#general div#header div.links {
	right: 20px;
	top: 70px;
}
div#general div#header div.links ul li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../imgs/e-bullet-05.png) no-repeat left 0.7em;
	background-size: auto 10px;
}
div#general div#header div.links ul li a {
	color: #000000;
}



/* --------------------------------------------------------------------------------
navi
-------------------------------------------------------------------------------- */

div#general div#navi {
	width: 1000px;
	margin: 0px auto 10px auto;
}
div#general div#navi > ul {
	border: 2px solid  #fc601f;
}
div#general div#navi > ul > li {
	position: relative;
	float: left;
	width: 16.66%;
	z-index: 1;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
}
div#general div#navi > ul > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
	border-right: 2px solid #fc601f;
	padding: 10px 0px;
	background: #fdddb4 url(../imgs/e-gradation-01.png) repeat-x left bottom;
	background-size: auto 50px;
}
div#general div#navi > ul > li:last-child > a {
	border-right: none;
}
div#general div#navi > ul > li:hover > a {
	color: #ffffff;
	background-color: #bd3000;
	background-image: url(../imgs/e-gradation-02.png);
}
div#general div#navi > ul ul {
	display: none;
	position: absolute;
	width: 200px;
	left: -2px;
	top: 100%;
	border: 2px solid  #fc601f;
	border-bottom: none;
}
div#general div#navi > ul li:hover > ul,
div#general div#navi > ul li.active > ul,
div#general div#navi > ul > li > ul > li.active > ul {
	display: block;
}
div#general div#navi > ul ul li {
	position: relative;
	text-align: left;
}
div#general div#navi > ul ul li a {
	display: block;
	color: #ffffff;
	border-bottom: 2px solid #fc601f;
	padding: 10px;
	background: #bd3000 url(../imgs/e-gradation-02.png) repeat-x left bottom;
	background-size: auto 50px;
}
div#general div#navi > ul ul li a:focus {
	text-decoration: underline;
}
div#general div#navi > ul ul ul {
	left: 100%;
	top: -2px;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

div#general div#main {
	width: 1000px;
	margin: auto;
}
div#general div#main div.breadcrumb {
	clear: both;
	position: relative;
	font-size: 87.5%;
	line-height: 1.6em;
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
div#general div#main div.breadcrumb span.separate {
	padding: 0em 0.5em;
}
div#general div#main div.breadcrumb p {
	padding: 0px 20px;
}



/* --------------------------------------------------------------------------------
main (home)
-------------------------------------------------------------------------------- */

div#general.home div#main div#main-inside {
	float: left;
	width: 785px;
}
div#general.home div#main div#main-inside p.banner-large {
	margin-bottom: 10px;
}
div#general.home div#main div.block {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
div#general.home div#main div.block div.header {
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	background: url(../imgs/e-gradation-03.png) repeat-x left bottom;
	background-size: auto 100%;
}
div#general.home div#main div.block div.header h2 {
	font-size: 100%;
	color: #bd3000;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-03.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general.home div#main div.block-topics div.header {
	background-image: url(../imgs/e-gradation-04.png);
}
div#general.home div#main div.block-topics div.header h2 {
	color: #000000;
}
div#general.home div#main div.block-scroll div.content {
	height: 240px;
	overflow-y: scroll;
}
div#general.home div#main div.block div.content div.inner-content {
	padding: 14px;
}
div#general.home div#main div.block div.content div.list ul li {
	padding-left: 15px;
	background: url(../imgs/e-bullet-02.png) no-repeat left 0.6em;
	background-size: auto 10px;
}
div#general.home div#main div.block div.content div.list ul li a {
	color: #00329f;
}
div#general.home div#main div.block div.content div.list ul li img.icon {
	display: inline-block;
	vertical-align: -0.1em;
	margin-left: 3px;
}
div#general.home div#main div.block-topics div.content div.list ul li {
	background-image: url(../imgs/e-bullet-01.png);
}



/* --------------------------------------------------------------------------------
main (division)
-------------------------------------------------------------------------------- */

div#general div#main div#division div#main-inside {
	float: left;
	width: 785px;
}
div#general div#main div#division div#main-inside p.banner-large {
	margin-bottom: 10px;
}
div#general div#main div#division div.block {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
div#general div#main div#division div.block div.header {
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	background: url(../imgs/e-gradation-03.png) repeat-x left bottom;
	background-size: auto 100%;
}
div#general div#main div#division div.block div.header h2 {
	font-size: 100%;
	color: #bd3000;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-03.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general div#main div#division div.block-topics div.header {
	background-image: url(../imgs/e-gradation-04.png);
}
div#general div#main div#division div.block-topics div.header h2 {
	color: #000000;
}
div#general div#main div#division div.block-scroll div.content {
	height: 240px;
	overflow-y: scroll;
}
div#general div#main div#division div.block div.content div.inner-content {
	padding: 14px;
}
div#general div#main div#division div.block div.content div.list ul li {
	padding-left: 15px;
	background: url(../imgs/e-bullet-02.png) no-repeat left 0.6em;
	background-size: auto 10px;
}
div#general div#main div#division div.block div.content div.list ul li a {
	color: #00329f;
}
div#general div#main div#division div.block div.content div.list ul li img.icon {
	display: inline-block;
	vertical-align: -0.1em;
	margin-left: 3px;
}
div#general div#main div#division div.block-topics div.content div.list ul li {
	background-image: url(../imgs/e-bullet-01.png);
}

/* 20180209 修正*/
/* --------------------------------------------------------------------------------
block-s
-------------------------------------------------------------------------------- */

div#general div#main div.block-s {
	border: 1px solid #999999;
	margin-bottom: 30px;
	/*20180213 修正*/
	/*20180329 削除*/
	/*margin-top: 40px;*/
}
div#general div#main div.block-s div.header {
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	background: url(../imgs/e-gradation-03.png) repeat-x left bottom;
	background-size: auto 100%;
}
div#general div#main div.block-s div.header h2 {
	font-size: 100%;
	color: #bd3000;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-03.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general div#main div.block-topics-s div.header {
	background-image: url(../imgs/e-gradation-04.png);
}
div#general div#main div.block-topics-s div.header h2 {
	color: #000000;
}
div#general div#main div.block-scroll-s div.content {
	height: 240px;
	overflow-y: scroll;
}
div#general div#main div.block-s div.content div.inner-content {
	padding: 14px;
}
div#general div#main div.block-s div.content div.list ul li {
	padding-left: 15px;
	background: url(../imgs/e-bullet-02.png) no-repeat left 0.6em;
	background-size: auto 10px;
}
div#general div#main div.block-s div.content div.list ul li a {
	color: #00329f;
}
div#general div#main div.block-s div.content div.list ul li img.icon {
	display: inline-block;
	vertical-align: -0.1em;
	margin-left: 3px;
}
div#general div#main div.block-topics-s div.content div.list ul li {
	background-image: url(../imgs/e-bullet-01.png);
}

/* --------------------------------------------------------------------------------
block-s sequence
-------------------------------------------------------------------------------- */

div#general div#sequence div#main div.block-s {
	border: 1px solid #999999;
	margin-bottom: 30px;
}
div#general div#sequence div#main div.block-s div.header {
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	background: url(../imgs/e-gradation-03.png) repeat-x left bottom;
	background-size: auto 100%;
}
div#general div#sequence div#main div.block-s div.header h2 {
	font-size: 100%;
	color: #bd3000;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-03.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general div#sequence div#main div.block-topics-s div.header {
	background-image: url(../imgs/e-gradation-04.png);
}
div#general div#sequence div#main div.block-topics-s div.header h2 {
	color: #000000;
}
div#general div#sequence div#main div.block-scroll-s div.content {
	height: 240px;
	overflow-y: scroll;
}
div#general div#sequence div#main div.block-s div.content div.inner-content {
	padding: 14px;
}
div#general div#sequence div#main div.block-s div.content div.list ul li {
	padding-left: 15px;
	background: url(../imgs/e-bullet-02.png) no-repeat left 0.6em;
	background-size: auto 10px;
}
div#general div#sequence div#main div.block-s div.content div.list ul li a {
	color: #00329f;
}
div#general div#sequence div#main div.block-s div.content div.list ul li img.icon {
	display: inline-block;
	vertical-align: -0.1em;
	margin-left: 3px;
}
div#general div#sequence div#main div.block-topics-s div.content div.list ul li {
	background-image: url(../imgs/e-bullet-01.png);
}
div#general div#sequence div#content div.block-s {
	width: 75%;
	float: left;
}
/*20180209 END*/
/*20180213 START*/
div#general div#content div#specific {
	width: 75%;
	float: left;
}
/*20180213 END*/

/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#general div#content {
	margin-bottom: 80px;
}
div#general div#sequence div#content {
	margin-bottom: 40px;
}
div#general div#content h1.title {
	font-size: 137.5%;
	background: url(/share/imgs/e-border-headline-01.png) repeat-x left bottom;
	background-size: 10px 7px;
	border-left: 7px solid #bd3000;
	margin-bottom: 20px;
	padding: 0px 0px 10px 10px;
}
/*20180329 追加*/
div#general div#content h1.title2 {
	font-size: 180.5%;
	background-size: 10px 7px;
	margin-bottom: 30px;
	padding: 0px 0px 10px 10px;
}
/*20180329 END*/
div#general div#content h2.headline {
	font-size: 112.5%;
	background: url(/share/imgs/e-border-headline-01.png) repeat-x left bottom;
	background-size: 10px 7px;
	border-left: 7px solid #bd3000;
	margin-bottom: 10px;
	padding: 0px 0px 10px 10px;
}
div#general div#sequence div#content div.list {
	/*20180122 追加*/
	width: 75%;
	float: left;
}
div#general div#sequence div#content div.article {
	/*20180209 追加*/
	width: 75%;
	float: left;
}
div#general div#content div.list ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-04.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general div#content div.list ul li:last-child {
	margin-bottom: 0px;
}
div#general div#content div.list ul li a {
	color: #000000;
}
div#general div#content div.column {
	margin-right: -40px;
}
div#general div#content div.column div.row {
	float: left;
	width: calc(50% - 40px);
	margin: 0px 40px 40px 0px;
}

/* article
-------------------------------------------------------------------------------- */

div#general div#content div.article {
	margin-bottom: 40px;
}
div#general div#content div.article h2,
div#general div#content div.article h3,
div#general div#content div.article h4,
div#general div#content div.article h5,
div#general div#content div.article h6{
	clear: both;
}
div#general div#content div.article h2,
div#general div#content div.article h3,
div#general div#content div.article h4,
div#general div#content div.article h5,
div#general div#content div.article h6 {
	margin: 40px 0px 10px 0px;
}
div#general div#content div.article h2 {
	font-size: 125%;
	border-left: 10px solid #bc3000;
	padding: 10px;
	background-color: #fcdcb3;
}
div#general div#content div.article h3 {
	font-size: 125%;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 10px 10px 20px;
	background-color: #bc3000;
}
div#general div#content div.article h4,
div#general div#content div.article h5 {
	font-size: 112.5%;
}
div#general div#content div.article h4 {
	padding-bottom: 10px;
	background: url(/share/imgs/e-border-headline-02.png) repeat-x left bottom;
	background-size: 10px 7px;
}
div#general div#content div.article h5 {
	border-bottom: 1px solid #bc3000;
	padding-bottom: 5px;
}
div#general div#content div.article strong {
	font-weight: 700;
}
div#general div#content div.article em,
div#general div#content div.article i {
	font-style: italic;
}
div#general div#content div.article table,
div#general div#content div.article table caption,
div#general div#content div.article table td,
div#general div#content div.article table th {
	line-height: 1.6em;
	border: 1px solid #999999;
}
div#general div#content div.article table {
	box-sizing: border-box;
}
div#general div#content div.article table caption {
	text-align: left;
	font-weight: 500;
	color: #ffffff;
	border-bottom: none;
	padding: 5px 10px;
	background-color: #bc3000;
}
div#general div#content div.article table td,
div#general div#content div.article table th {
	text-align: left;
	/* UPD 2018/01/29 教育サイト表調整 */
	/*
	vertical-align: top;
	padding: 5px 10px;
	*/
	/* UPD-DEL 2018/01/29 */
	vertical-align: middle;
	padding: 0px 3px 0px 3px;	
	/* UPD-END 2018/01/29 */
}
div#general div#content div.article table th {
	background-color: #e5e5e5;
}
div#general div#content div.article ul li {
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-02.png) no-repeat left 0.6em;
	background-size: auto 10px;
}
div#general div#content div.article ol {
	padding-left: 2em;
}
/* ADD 2018/01/29 教育サイト表調整 */
div#general div#content div.article table td img {
	margin: 0px auto 0px auto;
	display: block;
}
/* ADD-END 2018/01/29 */
/* ADD 2017.10.03 */
div#general div#content div.article img {
	display: inline-block;
	/*margin-bottom: 10px;*/
}
/* ADDEND 2017.10.03 */
div#general div#content div.article img.left {
	float: left;
	margin-right: 10px;
}
div#general div#content div.article img.right {
	float: right;
	margin-left: 10px;
}
div#general div#content div.article table.member,
div#general div#content div.article table.member th,
div#general div#content div.article table.member td {
	box-sizing: border-box;
	border: 1px solid #999999;
}
div#general div#content div.article table.member th,
div#general div#content div.article table.member td {
	text-align: center;
	vertical-align: middle;
	font-size: 87.5%;
	line-height: 1.6em;
	border: 1px solid #999999;
}
div#general div#content div.article table.member th {
	width: 92px;
	background-color: #fcdcb3;
}
div#general div#content div.article table.member td {
	width: 150px;
	padding: 10px 0px;
}
div#general div#content div.article table.member tr.image td {
	padding: 0px;
}
div#general div#content div.article table.member tr.post td span {
	font-size: 75%;
}
div#general div#content div.article table.member tr.name td {
	padding-top: 20px;
}
div#general div#content div.article table.member tr.name td rt {
	font-size: 75%;
}
div#general div#content div.article div.list-year ul {
	line-height: 1.2em;
	padding-top: 5px;
}
div#general div#content div.article div.list-year ul li {
	display: inline-block;
	border-right: 1px solid #999999;
	margin: 0px 15px 10px 0px;
	padding: 0px 20px 0px 0px;
	background-image: none;
}



/* --------------------------------------------------------------------------------
content (home)
-------------------------------------------------------------------------------- */

div#general.home div#content {
	float: right;
	width: 570px;
}
div#general.home div#content div.block div.content div.list-date ul li {
	position: relative;
	line-height: 1.6em;
	margin-bottom: 5px;
	padding-left: 5.5em;
	background-position: left 0.5em;
}
div#general.home div#content div.block div.content div.list-date ul li:last-child {
	margin-bottom: 0px;
}
div#general.home div#content div.block div.content div.list-date-period ul li {
	position: relative;
	padding-left: 10em;
}
div#general.home div#content div.block div.content div.list-date ul li span.date {
	position: absolute;
	left: 15px;
	top: 0px;
	font-size: 87.5%;
}
div#general.home div#content div.block-photo div.content h3 {
	font-weight: 700;
	color: #bd3000;
	margin-bottom: 10px;
}
div#general.home div#content div.block-photo div.content div.column {
	margin-right: 0px;
}
div#general.home div#content div.block-photo div.content div.column div.text {
	float: left;
	width: 285px;
	font-size: 87.5%;
}
div#general.home div#content div.block-photo div.content div.column div.image {
	float: right;
	width: 240px;
}
div#general.home div#content div.block-photo div.content div.column div.image p {
	padding-top: 10px;
}
div#general.home div#content div.block-photo div.content p.list {
	text-align: right;
	font-size: 87.5%;
}
div#general.home div#content div.block-photo div.content p.list a {
	display: inline-block;
	padding-left: 15px;
	background: url(/share/imgs/e-bullet-04.png) no-repeat 3px 0.8em;
	background-size: auto 8px;
}
div#general.home div#content div.block-organization div.content div.column {
	margin-right: -15px;
}
div#general.home div#content div.block-organization div.content div.column div.row {
	width: calc(50% - 15px);
	margin: 0px 15px 25px 0px;
}
div#general.home div#content div.block-organization div.content div.column div.row:nth-child(2n+1) {
	clear: both;
}
div#general.home div#content div.block-organization div.content div.column div.row h3 {
	font-size: 1em;
	line-height: 1.6em;
	border-top: 1px solid #bd3000;
	border-bottom: 1px solid #bd3000;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #f2f2f2;
}
div#general.home div#content div.block-organization div.content div.column div.row h3 a {
	display: block;
	color: #000000;
	padding-left: 15px;
	background: url(../imgs/e-bullet-06.png) no-repeat 3px 0.7em;
	background-size: auto 9px;
}
div#general.home div#content div.block-organization div.content div.column div.row p {
	font-size: 87.5%;
}



/* --------------------------------------------------------------------------------
sidebar (home)
-------------------------------------------------------------------------------- */

div#general.home div#main div#sidebar-left {
	float: left;
}
div#general.home div#main div#sidebar-right {
	float: right;
}
div#general.home div#main div.sidebar {
	width: 200px;
	margin-bottom: 80px;
}
div#general.home div#main div.sidebar div.block div.content div.inner-content {
	padding: 9px;
}
div#general.home div#main div.sidebar div.block-pr-related div.content div.inner-content {
	padding: 9px 0px;
}
div#general.home div#main div.sidebar div.block-pr-related div.content p.banner {
	margin-bottom: 5px;
}
div#general.home div#main div.sidebar div.block-pr-related div.content p.banner img {
	margin: auto;
}
div#general.home div#main div.sidebar div.block-pr-related div.content p.banner:last-child {
	margin-bottom: 0px;
}
div#general.home div#main div.sidebar div.block div.list ul li {
	font-size: 87.5%;
	background: url(/share/imgs/e-bullet-04.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general.home div#main div.sidebar div.block div.list ul li a {
	color: #000000;
}
div#general.home div#main div.sidebar p.banner-text {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0.1em;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general.home div#main div.sidebar p.banner-text-bit {
	background-color: #fef4b9;
}
div#general.home div#main div.sidebar p.banner-text a {
	text-decoration: none;
	color: #000000;
}
div#general.home div#main div.sidebar p.banner-adobe-reader {
	margin-bottom: 5px;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row:last-child {
	margin-bottom: 0px;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row a {
	display: table;
	position: relative;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #000000;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row p.image {
	position: absolute;
	right: 5px;
	top: 5px;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row p.headline {
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
	padding-left: 10px;
}
div#general.home div#main div.sidebar div.block-pr div.content div.row p.headline span {
	font-size: 50%;

}
div#general.home div#main div.sidebar div.block-mayor div.content p.button img {
	margin: auto;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row:last-child {
	margin-bottom: 0px;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row a {
	display: table;
	position: relative;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #000000;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row p.image {
	position: absolute;
	left: 5px;
	top: 5px;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row p.headline {
	display: table-cell;
	vertical-align: middle;
	font-size: 87.5%;
	line-height: 1.4em;
	padding-left: 70px;
}
div#general.home div#main div.sidebar div.block-facility div.content div.row p.headline-small {
	font-size: 75%;
}
div#general.home div#main div.sidebar div.block-injustice div.content p.button {
	margin-bottom: 5px;
}
div#general.home div#main div.sidebar div.block-injustice div.content p.button img {
	margin: auto;
}
div#general.home div#main div.sidebar div.block-injustice div.content p.description {
	text-align: center;
	font-size: 75%;
	line-height: 1.6em;
}


/* --------------------------------------------------------------------------------
sidebar (division)
-------------------------------------------------------------------------------- */

div#general div#main div#division div#sidebar-left {
	float: left;
}
div#general div#main div#division div#sidebar-right {
	float: right;
}
div#general div#main div#division div.sidebar {
	width: 200px;
	margin-bottom: 80px;
}
div#general div#main div#division div.sidebar div.block div.content div.inner-content {
	padding: 9px;
}
div#general div#main div#division div.sidebar div.block-pr-related div.content div.inner-content {
	padding: 9px 0px;
}
div#general div#main div#division div.sidebar div.block-pr-related div.content p.banner {
	margin-bottom: 5px;
}
div#general div#main div#division div.sidebar div.block-pr-related div.content p.banner img {
	margin: auto;
}
div#general div#main div#division div.sidebar div.block-pr-related div.content p.banner:last-child {
	margin-bottom: 0px;
}
div#general div#main div#division div.sidebar div.block div.list ul li {
	font-size: 87.5%;
	background: url(/share/imgs/e-bullet-04.png) no-repeat 3px 0.7em;
	background-size: auto 8px;
}
div#general div#main div#division div.sidebar div.block div.list ul li a {
	color: #000000;
}
div#general div#main div#division div.sidebar p.banner-text {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0.1em;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general div#main div#division div.sidebar p.banner-text-bit {
	background-color: #fef4b9;
}
div#general div#main div#division div.sidebar p.banner-text a {
	text-decoration: none;
	color: #000000;
}
div#general div#main div#division div.sidebar p.banner-adobe-reader {
	margin-bottom: 5px;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row:last-child {
	margin-bottom: 0px;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row a {
	display: table;
	position: relative;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #000000;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row p.image {
	position: absolute;
	right: 5px;
	top: 5px;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row p.headline {
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
	padding-left: 10px;
}
div#general div#main div#division div.sidebar div.block-pr div.content div.row p.headline span {
	font-size: 50%;

}
div#general div#main div#division div.sidebar div.block-mayor div.content p.button img {
	margin: auto;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	background: #fafafa url(../imgs/e-gradation-05.png) repeat-x left bottom;
	background-size: auto 15px;
	border-radius: 5px;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row:last-child {
	margin-bottom: 0px;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row a {
	display: table;
	position: relative;
	width: 100%;
	height: 60px;
	text-decoration: none;
	color: #000000;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row p.image {
	position: absolute;
	left: 5px;
	top: 5px;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row p.headline {
	display: table-cell;
	vertical-align: middle;
	font-size: 87.5%;
	line-height: 1.4em;
	padding-left: 70px;
}
div#general div#main div#division div.sidebar div.block-facility div.content div.row p.headline-small {
	font-size: 75%;
}
div#general div#main div#division div.sidebar div.block-injustice div.content p.button {
	margin-bottom: 5px;
}
div#general div#main div#division div.sidebar div.block-injustice div.content p.button img {
	margin: auto;
}
div#general div#main div#division div.sidebar div.block-injustice div.content p.description {
	text-align: center;
	font-size: 75%;
	line-height: 1.6em;
}




/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

div#general div#footer {
	text-align: center;
	font-size: 87.5%;
	border-bottom: 40px solid #bd3000;
	padding-bottom: 40px;
}
div#general div#footer div.links {
	line-height: 1em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding: 10px 0px;
}
div#general div#footer div.links ul li {
	display: inline-block;
	border-right: 1px solid #999999;
	margin-right: 15px;
	padding-right: 15px;
}
div#general div#footer div.links ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
div#general div#footer div.links ul li.mail {
	padding-left: 20px;
	background: url(../imgs/e-icon-mail.png) no-repeat left 0.2em;
	background-size: auto 12px;
}
div#general div#footer h3 {
	font-size: 142.86%;
	font-weight: 700;
	color: #bd3000;
	margin-bottom: 10px;
}
/* 画像枠レイアウト */

/* 右寄せ画像枠 */
.img_right {
	clear: right;
	float: right;
	padding: 3px;
	margin: 0px 8px 0px 8px;
	text-align: center;
	border:1px solid #ccc;
	line-height: 2em;
}

/* 左寄せ画像枠 */
.img_left {
	clear: left;
	float: left;
	padding: 3px;
	margin: 0px 15px 0px 8px;
	text-align: center;
	border:1px solid #ccc;
	line-height: 2em;
}

/* 画像固定枠 */
.img_waku {
	float: left;
	width: 100%;
	zoom: 100%;
}
.img_wakuleft {
	float: left;
	margin: 0 2px;
	text-align: center;
	width: auto;
	border:1px solid #ccc;
	line-height: 2em;
}

.img_wakuright {
	float: right;
	margin: 0 2px;
	text-align: center;
	width: auto;
	border:1px solid #ccc;
	line-height: 2em;
}

/* 20160215 ADD */
.img_right img,
.img_left img,
.img_wakuleft img,
.img_wakuright img {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
/* 20160215 ADD-END */

/* 画像の回り込み解除 */
.clearall {
	clear: both;
}
/* 画像と文章の高さを合わせる改行 */
.brclear {
	clear: both;
}