@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 85%;
}
body {
    color: #000;
    font-size: 1.0rem;
    font-family: "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
    background-color: #fff;
    line-height: 1.7;
}
*, *::before, *::after {
    box-sizing: border-box;  
}
a:link, a:visited {
	color: #000099;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #fff;
}

a:hover {
	border-bottom: 1px solid #0000cc;
	opacity: 0.8;
}

a:hover img {
	border-bottom: 1px solid #fff;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.heading {
    padding: 10px 12px;
    letter-spacing: 1px;
    background: url('../images/bg-slash.gif');
    font-size: 1.6rem;
}
.hidden {
    display: none;
}

.pageTop {
	margin: 0 auto;
	width: 980px;
	text-align: right;
}

.pageTop a:hover {
	border-bottom: 1px solid #fff;
}

.left {
	float: left;
	margin-right: 1em;
	margin-top: 0.3em;
}

.right {
	float: right;
	width: auto;
	margin-left: 1em;
	margin-top: 0;
}

/* 左寄せ、右寄せの後ろにテーブルがくる場合 */
.left.aftert,
.right.aftert {
	margin-top: 0;
}

.left a:hover,
.right a:hover {
	border-bottom: 1px solid #fff;
}

.aright {
	text-align: right;
}
.aleft {
	text-align: left;
}

.center {
		text-align: center;
}
.center a:hover {
	border-bottom: 1px solid #fff;
}
.topicpath {
	margin: 3em 0 0;
}

.navPage {
	margin: 2em 0;
}

.p2em {
	padding-bottom: 2em;
}

.require {
	color: #c00;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
    width: 100%;
    margin: 0;
    padding: 1em;
    box-shadow: 0 0 10px 1px #e3e3e3;
}


.header #keymsg {
	float: left;
	font-size: 1.6rem;
	width: 100%;
}

.header #keymsg p {
	margin-left: 294px;
	margin-right: 350px;
	background: url("../images/bg_keymsg_20180606.jpg") left bottom repeat-x;
    background-size: 450px;
	padding: 5px 30px 85px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.header #keymsg p span {
	display: block;
	background: url(../images/dpi_wind.jpg) top center no-repeat transparent;
	height: 80px;
	padding: 30px 0 20px;
	vertical-align: middle
}

.logo {
	float: left;
	width: 294px;
	margin-left: -100%;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo a:hover {
	border-bottom: 1px solid #fff;
}

.header-func {
	float: left;
	width: 350px;
	margin-left: -350px;
	padding: 1em 10px;
	text-align: right;
}

.header-func .lbsll {
	margin-bottom: 10px;
}
.header-func .langBtn {
	margin: 0 10px 10px;
	padding-left: 15px;
	background: url(../images/triangle.png) left center no-repeat;
}

.header-func .sociallink {
	margin: 20px 0;
}
.header-func .fb {
	padding: 3px 10px 3px 40px;
	background: url("../images/fblogo.png") no-repeat;
	color: #000;
}
.header-func .fb:hover {
	border-bottom: 1px solid #fff;
}
.header-func .tw {
	padding: 3px 10px 3px 40px;
	background: url("../images/twlogo.png") no-repeat;
	color: #000;
}
.header-func .tw:hover {
	border-bottom: 1px solid #fff;
}

/*
	Google カスタム検索用
*/

#gsc {
    width: 90%;
    float: right;
    margin: 0 1em 0 0;
	line-height: 0.52;
}


.search-box{
	margin-bottom: 5px;
}

.search-box:last-child{
	margin-bottom: 0;
}


.free-box{
	width: 80%;
	border: none;
	background-color: rgb(238, 238, 238);
	color: rgb(128, 126, 126);
	font-size: 14px;
	padding: 7px 10px;
	vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

#searchform{
    display: flex;
    justify-content: space-between;
}
.submit{
    display: block;
    cursor: pointer;
	width: 18%;
    padding: 0;
    line-height: 30px;
    font-size: 13px;
	background-color: rgb(0,119,0);
	color: rgb(255,255,255);
	border: 1px solid rgb(0,119,0);
}


select::-ms-expand {
	display: none;
}

.search-box{
    width: 100%;
    position: relative;
	background-color: rgb(255,255,255);
}

.search-box.select::after {
    content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px rgb(128,126,126);
	border-right: solid 2px rgb(128,126,126);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	z-index: 200;
	pointer-events: none;
}

.select-archive{
	width: 100%;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgb(238, 238, 238);
	position: relative;
	font-size: 14px;
	color: rgb(128, 126, 126);
	border: 1px solid rgb(238, 238, 238);
	border-radius: 2px;
	outline: none;
}

.select-archive:hover{
	cursor: pointer;
}


@media (max-width: 1280px) {
.header {
    width: 100%;
    margin: 0;
    padding: 1em;
    box-shadow: 0 0 10px 1px #e3e3e3;
}


.header #keymsg {
	float: left;
	font-size: 1.6rem;
	width: 100%;
}

.header #keymsg p {
	margin-left: 294px;
	margin-right: 410px;
	background: none;
	padding: 5px 30px 50px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.header #keymsg p span {
	display: none;
	background: none;
	height: 80px;
	padding: 30px 0 20px;
	vertical-align: middle
}

.logo {
	float: left;
	width: 294px;
	margin-left: -100%;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo a:hover {
	border-bottom: 1px solid #fff;
}

.header-func {
	float: left;
	padding: 1em 10px;
	text-align: right;
}

.header-func .lbsll {
	margin-bottom: 10px;
}
.header-func .langBtn {
	margin: 0 10px 10px;
	padding-left: 15px;
	background: url(../images/triangle.png) left center no-repeat;
}

.header-func .sociallink {
	margin: 20px 0;
}
.header-func .fb {
	padding: 5px 10px 10px 40px;
	background: url("../images/fblogo.png") no-repeat;
	color: #000;
}
.header-func .fb:hover {
	border-bottom: 1px solid #fff;
}
.header-func .tw {
	padding: 5px 10px 10px 40px;
	background: url("../images/twlogo.png") no-repeat;
	color: #000;
}
.header-func .tw:hover {
	border-bottom: 1px solid #fff;
}

}


/*
	グローバルナビゲーション
*/

.global-nav {
    margin-top: 15px;
    text-align: center;
}
.global-nav .page_item {
    display: inline-block;
    margin: 0;
    border-left: 1px solid #ccc;
}
.global-nav .page_item:last-child {
    border-right: 1px solid #ccc;
}

.global-nav .page_item a {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: 0.15s;
    border-bottom: 2px solid #fff;
}
.global-nav .current_page_item a,
.global-nav .page_item a:hover {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #007700;
}


/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper {
    width: 980px;
    margin: 30px auto 40px;
}



/* --------------------------------
 * main
 * -------------------------------- */
.main {
	display: block;
	float: left;
	width: 660px;
	margin-right: 50px;
}

.main h1 {
	font-size: 1.7rem;
	margin: 0 0 1em;
	border-bottom: 2px solid #070;
}

.main h2 {
	font-size: 1.5rem;
	margin: 2em 0 1em;
	padding: 3px 0 0 45px;
	background: url(../images/bg_h2.png) left center no-repeat;
	vertical-align: middle;
	line-height: 1.52;
}

.main h2 a:hover {
	border-bottom: 1px solid #fff;
}

.joinus {
	width: 400px;
	margin: 1em auto;
}
.main .kifu {
	display: block;
	font-size: 1.3rem;
	background: url(../images/bg_h2.png) left center no-repeat;
	color: #fff;
	text-align: center;
	padding: 3px 0 0 45px;
	margin-right: 0.5em;
	background-color: #007700;
	border-radius: 10px;
}

.main .sanjo {
	display: block;
	font-size: 1.3rem;
	background: url(../images/bg_sanjo.png) left center no-repeat;
	padding: 3px 0 0 45px;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	background-color: #ed1c24;
	border-radius: 10px;
}

.main .vol {
	display: block;
	font-size: 1.3rem;
	background: url(../images/bg_vol.png) left center no-repeat;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	padding: 3px 0 0 45px;
	background-color: #00f;
	border-radius: 10px;
}

.main .kaiin {
	display: block;
	font-size: 1.3rem;
	background: url(../images/bg_kaiin.png) left center no-repeat;
	padding: 3px 0 0 45px;
	color: #fff;
	text-align: center;
	margin-right: 0.5em;
	background-color: #cc4500;
	border-radius: 10px;
}

.main .kifu a,
.main .sanjo a,
.main .vol a,
.main .kaiin a {
	color: #fff;
	border: none;
}


.main .kifu:hover,
.main .sanjo:hover,
.main .vol:hover,
.main .kaiin:hover {
	border: none;
}


.main h3 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 1em;
}
.page-id-8 .main h3 {
	font-size: 1.3rem;
	padding: 3px 0 0 20px;
	background: url(../images/bg_h3.png) left center no-repeat;
	vertical-align: middle;
}
table {
	margin: 0 0 2em;
	width: 100%;
	border: 1px solid #070;
}

table.w50 {
	width: 50%;
}

table.w60 {
	width: 60%;
}

main tr:nth-child(odd){
	background-color: #eeffee;
}

th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid #6c6;
}


td {
	padding: 0.5em;
	border: 1px solid #6c6;
}

main ul, main ol, main dl {
	margin: 1em 2em;
}

.main ul.linklist {
	list-style-type: none;
}

.main ul.linklist li {
	padding-left: 15px;
	background: url(../images/triangle.png) left 5px no-repeat;
}

dt {
	margin: 1em 0 0.2em;
	padding-left: 15px;
	background: url(../images/triangle.png) left center no-repeat;
}

dd {
	margin-left: 15px;
}

main p {
	margin: 1em 0;
}

.main .slogan {
	color: #fff;
	margin-top: 0.5em;
	padding-left: 0;
	background-color: #009;
	background-image: none;
	text-align: center;
	border-radius: 10px;
}

.toggle,
.toggle:active {
	padding-right: 15px;
	background: url(../images/clickable.png) right center no-repeat;
}

.toggle:hover {
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.child {
	display: none;
}

.active {
	background: url(../images/clickable2.png) right center no-repeat;
}

.active + .child {
	margin: 1em 0;
	list-style: none;
}
.gsc-above-wrapper-area table,
.gsc-above-wrapper-area table td {
	border: none;
}

.gsc-adBlock {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
.gsc-resultsRoot table,
.gsc-resultsRoot table td {
	border: none;
}


.home .bosyu {
	color: #fff;
	margin: 0;
	width: 140px;
	background-color: #007700;
	border-radius: 10px;
	overflow: hidden;
}

.home .osirase {
	color: #000;
	background-color: #fff;
	margin: 0;
}

.home .book-goods {
	color: #000;
	background-color: #fff;
	margin: 0;
}

.home .release-note {
	color: #000;
	margin: 0;
	background-color: #fff;
}

.kakomi {
	border: 1px solid #aaa;
	border-radius: 10px;
	margin: 40px 0;
	padding: 1em;
}

.kakomi:first-child {
	margin-top: 0;
	padding-bottom: 0.5em;

}
.osirase-list {
	margin-top: -10px;
	margin-bottom: 50px;
	padding-top: 18px;
}


.book-list {
	margin-top: -20px;
	margin-bottom: 50px;
	padding-top: 18px;
}

.hot-topic {
  display: block;
  height: 225px;
  margin: 20px 0 60px 10px;
  padding-top: 20px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.hot-topic:hover {
  opacity: 0.85;
}
.hot-topic .image {
  float: left;
  width: 50%;
  height: 100%;
}
.hot-topic .content {
  float: left;
  width: 50%;
  height: 100%;
  padding: 10px;
  line-height: 1.6;
}
.hot-topic .title {
  margin-bottom: 10px;
  color: #000;
  font-weight: normal;
  font-size: 2.0rem;
}
.hot-topic .desc {
  color: #000;
}
.hot-topic .date {
  padding: 4px;
  background-color: #fff;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}


.blog-topic {
  display: block;
  height: 150px;
  margin: 0 0 50px 10px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.blog-topic:hover {
  opacity: 0.85;
}
.blog-topic:last-child {
	margin-bottom: 20px;
}
.blog-topic .image {
  float: left;
  margin-right: 10px;
}
.blog-topic .content {
  float: left;
  width: 420px;
  padding: 0 10px;
  line-height: 1.6;
}
.blog-topic .title {
  margin: 10px 0;
  color: #000;
  font-weight: normal;
  font-size: 1.7rem;
}
.blog-topic .desc {
  color: #000;
}
.blog-topic .date {
  padding: 0;
  margin-right: 5px;
  background-color: #fff;
  color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}
.scroll-list {
  margin-bottom: 30px;
  list-style-type: none;
  margin-top: -20px;
  padding-top: 18px;
}
.scroll-list .scroll-item:first-child {
	padding-top: 10px;
}
.scroll-list .scroll-item a {
  display: block;
  padding: 10px 15px;
  color: #000;
  font-size: 0;
  transition: background-color 0.1s;
}
.scroll-list .scroll-item a:hover {
  background-color: #fafaf8;
}
.scroll-list .date {
  display: inline-block;
  width: 28%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.0rem;
}
.scroll-list .category {
  display: inline-block;
  width: 8%;
  border-radius: 5px;
  background-color: #d03c56;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.0rem;
  line-height: 18px;
}
.scroll-list .category.news {
  background-color: #2c3c53;
}
.scroll-list a .title {
  display: inline-block;
  width: 72%;
  padding-left: 15px;
  font-size: 1.0rem;
}


.bosyu-list {
	margin-left: 5px;
	list-style-type: none;
}

.bosyu-list li {
	margin: 0.2em;
	padding: 0 0 0 20px;
	background: url(../images/bullet.png) left center no-repeat;
}

.bosyu-list li a {
	padding: 0.1em 0;
	color: #000;
	transition: background-color 0.1s;
	border-bottom: 1px solid #fff;
}
.bosyu-list li a:hover {
	background-color: #fafaf8;
	border-bottom: 1px solid #666;
}



.article-box {
  position: relative;
  display: block;
  width: 315px;
  height: 360px;
  margin-bottom: 30px;
  padding: 210px 15px 0;
  box-shadow: 6px 6px 8px -4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s;
}
.article-box:hover {
  opacity: 0.8;
}
.article-box:nth-of-type(odd) {
  float: left;
}
.article-box:nth-of-type(even) {
  float: right;
}
.article-box .title {
  margin-top: 30px;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6;
}
.article-box .desc {
  margin-top: 5px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-box .date {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: block;
  width: 160px;
  padding: 4px;
  background-color: #b5d264;
  color: #2d3d54;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.1rem;
}
.article-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blog-event {
	display: inline-block;
	width: 5em;
	text-align: center;
	padding: 0 5px;
	background-color: #d03c56;
	color: #fff;
	border-radius: 5px;
}

.blog-inter {
	display: inline-block;
	width: 5em;
	text-align: center;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
	background-color: #51b11d;
}

.blog-voice {
	display: inline-block;
	width: 5em;
	text-align: center;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
	background-color: #286bcc;
}

.readmore {
	text-align: right;
	margin: 0.5em 0 1em;
}


/*新着情報一覧*/

.news-flex{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.news-box{
	width: calc((100% - 30px) / 2);
}

.news-flex .inner{
	flex-wrap: nowrap;
	margin-top: 5px;
	gap: 20px;
	color: rgb(0,0,0);
}

.news-image{
	width: 50%;
}

.news-image img{
    display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
    margin-top: 5px;

}

.news-text{
	width: 100%;
}

.news-date{
    display: block;
	font-size: 0.9rem;
}

.main h3.news-title{
	font-size: 1.1rem;
	margin-bottom: 0;
}

.wp-pagenavi{
	margin-top: 30px;
}


/*タグリスト*/

.single-date-box{
    display: flex;
    margin: 5px 0;
}

.tags-list{
	display: flex;
	gap: 5px;
    font-size: 0.9rem;
	margin: 0 0 5px;
	list-style: none;
}

.tags-list + p{
    margin-top: 5px;
}

.tags-list li a,
.tags-list li:first-child{
	display: block;
	padding: 1px 5px;
	border: 1px solid rgb(0,119,0);
	border-radius: 5px;
	color: rgb(0,119,0);
}

.tags-list li:first-child{
	background-color: rgb(0,119,0);
	color: rgb(255,255,255);
}


/* display posts shortcode 関連 */

.listing-item {
	margin: 1em 0;
	clear: both;
	padding: 1em 0 2em;
	border-bottom: 1px solid #aaa;
}

.listing-item:last-child {
	border: none;
}
.listing-item .image {
	display: block;
	float: left;
	margin-right: 1em;
}

.listing-item .image a:hover,
.listing-item a.image:hover {
	border-bottom: 1px solid #fff;
}
.listing-item h3 {
	margin: 0.5em 0;
}

.listing-item .title {
	color: #000;
	margin: 0.5em 0;
}

.listing-item h3 a:hover {
	border-bottom: 1px solid #fff;
}
.listing-item .date,
.main .date {
    margin: 0 10px 0 0;
}

.listing-item .excerpt-dash {
	display: none;
}

.listing-item .excerpt {
	display: block;
	margin: 0.5em;
}
.listing-item .excerpt a {
	display: block;
	float: right;
	width: 5em;
}

/* 新着情報のカテゴリリスト */

.cats{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.cats a,
.category-display a {
    font-size: 0.9rem;
	padding: 1px 3px;
	border-radius: 5px;
}

.cats a{
    display: block;
}

.category-display a {
    margin: 0 5px 5px 0;
}

.cats a:hover,
.category-display a:hover {
	border-bottom: 1px solid #fff;
}
a.events {
	color : #fff;
	background-color: #a50021;
}

a.info,
a.book-info {
	color : #000;
	background-color: #ff9900;
}

a.statement {
	color : #fff;
	background-color: #669900;
}

a.activity,
a.education,
a.accessibility,
a.international,
a.advocacy,
a.women,
a.labor,
a.independent-living,
a.crpd,
a.disqualification,
a.dignity {
	color : #fff;
	background-color: #000099;
}

/* 活動分野など */

.chara {
	margin-bottom: 3em;
}
.area {
	margin: 0.5em auto;
	width: 510px;
}

.area a {
	display: inline-block;
	width: 160px;
	height: 50px;
	margin-left: 0.5em;
	padding: 1em 20px 1em 0.2em;
	text-align: center;
	background: url(../images/areabullet.png) right center no-repeat #007700;	color: #fff;
}

.area a:hover {
	border-bottom: 1px solid #fff;
}

.bluebtn {
	margin: 2.5em auto;
	width: 20em;
	text-align: center;
	font-size: 1.5em;
}
.bluebtn a {
	display: block;
	padding: 1em 0;
	color: #fff;
	background: url(../images/bluebtnbullet.png) right center no-repeat #009;
}

.bluebtn a:hover {
	opacity: 0.8;
}


.greenbtn {
	margin: 2.5em auto;
	width: 20em;
	text-align: center;
	font-size: 1.5em;
}
.greenbtn a {
	display: block;
	padding: 0.5em 0;
	color: #fff;
	background: url(../images/areabullet.png) right center no-repeat #070;
	border: 1px solid #070;
	border-radius: 10px;
}

.greenbtn a:hover {
	opacity: 0.8;
	border: 1px solid #070;
}

a.working {
	display: block;
	float: left;
	width: 210px;
	height: 200px;
	color: #000;
	text-align: center;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

a.working:hover {
	opacity: 0.8;
	border-bottom: 1px solid #fff;
}

a.bglist {
	display: block;
	float: left;
	width: 210px;
	height: 300px;
	color: #000;
	margin: 1em 0.5em 1em 0;
}

a.bglist:hover {
	opacity: 0.8;
	border-bottom: 1px solid #fff;
}
a.bglist img {
	text-align: center;
}

.home .book-topic {
	display: block;
	float: left;
	width: 300px;
	height: 250px;
	margin: 2em 0.5em 1em 0;
}
.home .book-topic a {
	color: #000;
}
.home .book-topic a:hover {
	opacity: 0.8;
	border-bottom: 1px solid #fff;
}
.home .book-topic a img {
	text-align: center;
}

.giveone {
	margin: 2em 0;
}

.giveone a {
	color: #000;
}
.giveone a:hover {
	border-bottom: 1px solid #fff;
}

.wp-pagenavi {
	text-align: center;
}

/*
	MW WP form 関連
*/


input[type="radio"] {
	vertical-align: -2px;
}

textarea {
	vertical-align: top;
}

/* --------------------------------
 * sidemenu
 * -------------------------------- */
.sidemenu {
  float: right;
  width: 270px;
}

.side-box {
	width: 260px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.side-box a {
	color: #000;
}

.side-box .heading {
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	background: url('../images/bg-slash.gif');
	letter-spacing: 1px;
	font-size: 1.3rem;
}

.side-box .heading img {
	margin-right: 0.5em;
	vertical-align: middle;
}

.side-box .side-content {
	line-height: 1.5;
	padding-left: 5px;
}

.side-box form {
	padding-left: 5px;
}
.fbbtn {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #3b5998;
}

.twbtn {
	background-color: #0cafed;
}

.fbbtn a {
	display: block;
	color: #fff;
	padding: 3px 10px 3px 0;
	background: url("../images/fblogo.png") 50px 0 no-repeat;
	text-align: center;
}

.fbbtn a:hover {
	border-bottom: 1px solid #fff;
}
.twbtn a {
	display: block;
	color: #fff;
	padding: 3px 10px 3px 0;
	background: url("../images/twlogo.png") 50px 0 no-repeat;
	text-align: center;
}
.twbtn a:hover {
	border-bottom: 1px solid #fff;
}


#navSub {
	width: 260px;
	margin-bottom: 3em;
}

#navSub h2 {
	margin: 1em 0;
}

#navSub ul {
	list-style: none;
	margin: 1em 0 3em;
}

#navSub ul li {
	margin: 0;
}

#navSub ul li ul {
	margin: 0 0 0.5em;
}

#navSub ul li a {
	display: block;
	padding: 1em 0.5em;
	color: #000;
	border-bottom: 1px dashed #ccc;
	transition: 0.15s;
}

#navSub ul li a:hover,
#navSub ul li a.current {
	background-color: #070;
	color: #fff;
}

#navSub ul.children li a {
	padding: 0.5em 0 0.5em 2em;
}

.home #navSub {
	margin-bottom: 0;
}

.home #navSub ul {
	margin: 0;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  width: 100%;
  padding: 20px 20px 30px;
  background: #fff;
  color: #000;
}
.footer-sitemap {
	width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
}
.footer-sitemap div {
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
}
.footer-sitemap div ul {
	list-style: none;
}
.footer-sitemap .page_item {
  padding: 0 15px;
  letter-spacing: 1px;
  border-left: 2px solid #007700;
  vertical-align: top;
  text-align: left;
}

.footer-sitemap .page_item a {
  border-bottom: 1px dashed #777;
  color: #000;
  font-size: 1.2rem;
  transition: color 0.15s;
}
.footer-sitemap .page_item a:hover {
  color: #333
}

.footer-sitemap .page_item ul {
	margin: 0.5em 0;
}

.footer-sitemap .page_item ul ul {
	margin: 0 0 0.5em 1em;
}


.footer-sitemap .page_item .page_item {
	border: none;
	padding: 0;
	width: 14em;
}
.footer-sitemap .page_item .page_item a {
	font-size: 0.9rem;
	border-bottom: none;
}

address {
	display: block;
	margin: 0 0 30px 400px;
	line-height: 1.2;
}

address .image {
	float: left;
	margin-right: 20px;
}

.copyright {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1px;
}

