/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus {
	outline: 0px solid;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p {
	margin: 0 0 15px;
	color: #444;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
.red {
	color: #E60012;
	font-weight: bold;
}
ol li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #444;
	font-weight: 500;
}
h1 {
	font-size: 33px;
	line-height: 50px;
}
h2 {
	font-size: 38px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 32px;
}
h4 {
	font-size: 24px;
	line-height: 26px;
}
h5 {
	font-size: 20px;
	line-height: 22px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	
	text-decoration: none;
}
a:active, a:hover {
	outline: 0 none;
}
p .br-pc {
	line-height: 26px;
}

@media screen and (min-width:650px) {
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
}

@media screen and (max-width:650px) {
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
}
.row-pb-md {
	padding-bottom: 4em !important;
}
.row-pb-sm {
	padding-bottom: 2em !important;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 22px;
}
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background-color: #111188;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
}
.back-to-top:focus {
	background-color: #0D0D64;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #0D0D64;
	color: #fff;
}
.clear {
	clear: both;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../img/preloader.gif);
	background-color: #fff;
}

::-moz-selection {
 background: #111188;
 text-shadow: none;
}
::selection {
	background: #111188;
	text-shadow: none;
}
.area-padding {
	padding: 70px 0px 80px;
}
.area-padding-2 {
	padding: 70px 0px 50px;
}
.padding-2 {
	padding-bottom: 90px;
}
.section-headline h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 70px;
	position: relative;
	text-transform: capitalize;
}
.section-headline h2::after {
	border: 2px solid #111188;
	bottom: -20px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40%;
}
.sec-head {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	color: #0B3190;
	font-size: 23px !important;
}
/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #111188 !important;
	z-index: 9;
	/*border:1px solid #ff0000; hack */
}
.navbar-header a.navbar-brand {
	display: inline-block;
	height: 70px;
	padding: 15px 0;
	/*border:1px solid #ff0000; /*hack */
}
.main-menu ul.navbar-nav li {
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}
.main-menu ul.navbar-nav li:hover {
	background-color: #6DDEFF;
	
}
.main-menu ul.navbar-nav li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 24px 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.main-menu ul.navbar-nav li.active a::after {
	border: 1px solid #fff;
	bottom: 0px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.main-menu ul.navbar-nav li.active a:hover {
	color: #FFFFFF;
}
.main-menu ul.navbar-nav li.active a:focus {
	color: #FFFFFF;	
}
.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #FFFFFF;
	position: relative;
}
.main-menu ul.navbar-nav li a:hover {
	color: #FFFFFF;	
}
.navbar {
	border: medium none;
	margin-bottom: 0;
}
.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #FFFFFF !important;
}
.navbar-default .navbar-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	padding: 25px 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}
.top-right.text-right {
	float: right;
	position: relative;
	top: 24px;
	margin-left: 20px;
}
.top-right.text-right>li {
	float: right;
	margin: 0px 8px;
}
.top-right.text-right li a {
	color: #fff;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 1024px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;	
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}
/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
	background-color: #111188 !important;
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.stick .navbar-header a.navbar-brand {
	display: inline-block;
	height: 90px;
}
.stick .navbar-brand>img {
	display: none;
}
.stick .navbar-brand.sticky-logo>img {
	display: block;
}
.sticky-logo {
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}
.navbar-header .navbar-brand.page-scroll.sticky-logo small {
	font-size: 16px;
}
.navbar-brand.page-scroll.sticky-logo {
	color: #F9FF00;
}
.stick .main-menu ul.navbar-nav li.active a::after {
	border: 1px solid #fff;
	bottom: 0px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.stick .main-menu ul.nav>li>a:hover {
	color: #333333;
}
.stick .main-menu ul.navbar-nav li.active a {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-attachment: scroll;
	color: #FFFFFF;
	position: relative;
}
.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
	background-color: #f5f5f5;
	color: #fff;
	outline: medium none;
}
.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
	color: #333333;
}

@media screen and (max-width:480px) {
#sticker {
	background-color: #111188;
}
.sticky-logo {
	font-size: 16px;
	padding-top: 15px !important;
}
}
.stick .logo {
	height: 20px;
}
.stick .logo a {
	margin-top: 0px;
}
.stick .main-menu ul.nav>li>a {
	color: #fff;
	line-height: 22px;
	padding: 24px 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.stick .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
}
.stick .navbar-default .navbar-toggle {
	padding: 10px 0px;
}
.slider-content {
	margin-top: -22px;
}
/*------------------------------
  1. message Area
--------------------------------*/
#message {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../../img/message._bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 6em;
}
#message h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
}
#message .sin {
	width: 60%;
}


.well-middle .single-well .ms {
	font-size: 17px;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.6;
}

@media screen and (max-width:768px) {
#message .container .row.row-pb-md.seo {
	background-image: none;
}
}
.well-middle .single-well h3 {
	font-size: 18px;
}
.single-well h3 span {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 45px;
	padding-left: 12px;
}
/*------------------------------
  3. profile Area
--------------------------------*/
#profile {
	padding-top: 6em;
	padding-bottom: 6em;
	background-image: url(../../img/profile_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.profile_contents {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-color: hsla(0,0%,100%,0.90);
	background-size: contain;
	background-position: right bottom;
	background-image: url(../../img/0081-removebg.png);
}
#profile .container .row.innner.text-center {
	background-color: hsla(0,0%,100%,0.90);
	padding: 25px;
}
.single-well p .blue {
	color: #111188;
	font-weight: bold;
}
.lib-row.lib-desc ol {
	margin-top: 11px;
	padding-top: 10px;
}

@media screen and (max-width:768px) {
.profile_contents {
	background-image: none;
}
}
/*--------------------------------*/

/* 3.政策 Area
/*--------------------------------*/
#services {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 6em;
	padding-bottom: 6em;
}
.lib-panel {
	margin-bottom: 20Px;
}
.lib-panel img {
	width: 100%;
	background-color: transparent;
}
.lib-panel .row, .lib-panel .col-md-6 {
	padding: 0;
	background-color: #FFFFFF;
}
.lib-panel .lib-row {
	padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top: 24px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}
.lib-panel .lib-row.lib-desc {
	position: relative;
	height: 100%;
	display: block;
	font-size: 16px;
}
.lib-panel .lib-row.lib-desc a {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 20px;
}
.row-margin-bottom {
	margin-bottom: 20px;
}
.box-shadow {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}
.no-padding {
	padding: 0;
}
.box-shadow .btn-danger {
	background-color: #C4171F;
}
.box-shadow .col-md-3.btn-danger {
	background-color: #C4171F;
}
.btn-danger .no {
	min-height: 141px;
	text-align: center;
	vertical-align: middle;
	font-size: 48px;
	position: relative;
	top: 48px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic;
}

@media screen and (max-width:480px) {
.activity li {
	margin-bottom: 15px;
}
}
/*----------------------------------------
 3.政策-2 Area Css
----------------------------------------*/

.testimonial-carousel.box-shadow {
	margin-top: 45px;
	padding-top: 25px;
	background-color: #F4F4F4;
	height: auto !important;
}
.testimonial-carousel.box-shadow .single-testi .testi-text {
	padding-left: 18px;
	padding-right: 18px;
}
.testi-text .text-left .sec-head {
	line-height: 32px;
	margin-top: 8px;
}
.lib-row.lib-desc h4 {
	font-size: 18px;
	font-weight: bolder;
}

.services {
	text-align: left;
	list-style-type: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -14px;
}
.lib-row.lib-desc ol {
	margin-top: -10px;
}



.services li {
	font-size: 18px;
	line-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width:480px) {
.services {
	width: 100%;
	padding-left: 0;
	background-image: none !important;
}
}
.services li .fa.fa-check-square {
	color: #0B3190;
}
.services li .actions {
	width: 25px;
	height: 25px;
	background-color: #C4171F;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.services li .fa.fa-arrow-right {
	color: #C4171F;
}
.sec-head .no {
	background-color: #0B3190;
	color: #FFFFFF !important;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	text-shadow: 0 0 0 #FFFFFF !important;
	padding-top: 3px;
}
.testi-text p {
	margin: 20px 0;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: #FFFFFF;
	background-attachment: scroll;
	display: inline-block;
	height: 15px;
	width: 15px;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
	bottom: -40px;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
}
.testimonial-content {
	margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
	display: inline-block;
	margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
	background-color: #0B3190;
}
.guest-rev {
	color: #ddd;
	font-size: 16px;
}
.guest-rev>a {
	color: #3EC1D5;
	font-size: 14px;
}
.lib-img-show {
	margin-left: -16px;
}

@media screen and (max-width:480px) {
.lib-img-show {
	margin-left: -1px;
	margin-bottom: 15px;
}
}
/*--------------------------------*/

/*  お申込みフォーム誘導 Area
/*--------------------------------*/

.reviews-area {
	background-image: url(../../img/background/bg1.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	width: 100%;
	position: relative;
}
.work-left-text {
	background: #3EC1D5 none repeat scroll 0 0;
}
.work-left-text {
	width: 50%;
}
.work-right-text {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	float: right;
	overflow: hidden;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width:480px) {
.work-right-text {
	width: 100%;
}
.work-right-text h3 {
	padding-left: 15px;
	padding-right: 15px;
}
}
.work-right-text h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.work-right-text h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}
.work-right-text .sus-btn {
	margin-left: 0;
	margin-top: 20px;
}
.single-awesome-4 {
	display: block;
	float: left;
	overflow: hidden;
	width: 33.33%;
}
.single-awesome-4 .add-actions {
	padding: 10px 20px;
}
/*----------------------------------------
 5.日々の活動 Area Css
----------------------------------------*/
#action {
	padding-top: 6em;
	padding-bottom: 6em;
	background-image: url(../../img/slider/slider_4.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.services li .img-responsive.center-block.actions {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------*/

/*  6.Contact Area
/*--------------------------------*/
#contact {
	background-image: url(../../img/message.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.contact-area {
	height: auto;
	width: 100%;
}

@media screen and (max-width:480px) {
.col-md-6 {
	margin-bottom: 30px;
}
}
.contact-content-right {
	padding: 100px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #444;
	height: 40px;
	margin-bottom: 16px;
	padding-left: 20px;
	width: 100%;
}
.contact-form textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #444;
	height: 140px;
	padding: 20px;
	width: 100%;
}
.contact-form button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #444;
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
	padding: 12px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border-radius: 30px;
}
.contact-form button[type=submit]:hover {
	color: #fff;
	border: 1px solid #3EC1D5;
	background: #3EC1D5;
}
.contact-form #sendmessage {
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact-form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
.single-icon i {
	font-size: 24px;
	width: 50px;
	height: 50px;
	border: 1px solid #444;
	line-height: 46px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.single-icon p {
	font-size: 16px;
	line-height: 30px;
}
.contact-icon {
	margin-bottom: 40px;
}
.box {
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-left: 0.8em;
	padding-bottom: 0.5em;
	margin: 2em 0;
	color: #6091d3;
	background: #FFF;
	border: 1px solid #0B3190;
	border-radius: 10px;
	background: -webkit-repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
	background: repeating-linear-gradient(-45deg, #f5edfd, #f5edfd 5px, #fdfcff 5px, #fdfcff 10px);
}
.box1 {
	padding: 0.2em 0.5em;
	margin-top: 2em;
	margin-right: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 2em;
	background: #d6ebff;
	box-shadow: 0px 0px 0px 10px #d6ebff;
	border: dashed 2px white;
}
.box1 h3, .box1 p {
	margin: 0;
	padding: 0;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}
#goole-map iframe {
	height: 370px;
	width: 100%;
}
/*----------------------------------------*/

/*  Footer Area
/*----------------------------------------*/

.footer-area {
	padding: 40px 0;
	background-color: #f9f9f9;
}
.footer-head p {
	color: #444;
}
.footer-head h4 {
	color: #444;
	font-size: 18px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-logo {
	padding-bottom: 20px;
}
.footer-logo h2 {
	color: #222;
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.footer-logo h2 span {
	color: #111188;
}
.footer-icons ul li {
	display: inline-block;
}
.footer-icons ul li a {
	border: 1px solid #444;
	color: #444;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
	border-radius: 50%;
}
.footer-icons {
	margin-top: 30px;
}
.footer-content {
	display: block;
	overflow: hidden;
}
.footer-content .footer-head.text-center .fb-page {
	padding-left: 30px;
}

@media screen and (max-width:480px) {
.footer-content .footer-head.text-center .fb-page {
	position: relative;
	left: -30px;
}
}
.footer-area-bottom {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: #111188;
	background-attachment: scroll;
	padding: 15px 0;
}
.copyright>p {
	margin-bottom: 0;
	color: #FFFFFF;
}
.footer-area-bottom ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer-contacts .footer_link li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-area-bottom ul li a {
	color: #FFFFFF;
}
.col-md-7 p .block {
	color: #FFFFFF;
}
.footer_link li a {
	color: #333333;
}
.footer_link li a:hover {
	color: #111188;
	text-decoration: underline;
}
.footer_link p a {
	color: #333333;
}

.credits {
	padding-top: 5px;
	text-align: center;
}
/*----------------------------------------*/

/*  policy.html 
/*----------------------------------------*/

#policy {
	padding-top: 6em;
	padding-bottom: 6em;
	margin-top: 5em;
	background-color: #F9F9F9;
}
#site_policy {
	padding-top: 6em;
	padding-bottom: 6em;
}
.services-head.text-center h3 {
	color: rgba(17,17,136,1.00);
	text-shadow: 1px 2px 2px #666;
}
.section-headline.services-head.text-center h3 span {
	color: #EDFF00;
	font-weight: bold;
	font-size: 40px;
}
.lib-row.lib-desc h3 {
	color: #111188;
	font-size: 23px;
}
.layer-1-1.wow.slideInDown .title1 span,.layer-1-1.wow.slideInUp .title1 span {
	color: #FF0000 !important;
	text-shadow: 0px 1px 1px #000000;
}



@media screen and (max-width:480px) {
#policy ol {
	margin-left: -38px;
}
#policy li ol {
	margin-left: -20px;
}
#message, #reduction, #profile, #services, #fight, #action {
	padding-top: 2em;
	padding-bottom: 2em;
}
#message {
	padding-top: 2em;
	padding-bottom: 0em !important;
}
.navbar.navbar-default .navbar-header .navbar-brand.page-scroll.sticky-logo {
	position: relative;
	top: 6px;
}
.footer-area {
	padding-bottom: 0em !important;
}
}


/*----------------------------------------
 7.市政活動報告 Area Css
----------------------------------------*/
.pdf_contents {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-color: hsla(0,0%,100%,0.90);
	background-size: contain;
	background-position: right bottom;
}

#activities {
	padding-top: 6em;
	padding-bottom: 6em;
	background-image: url(../../img/slider_6.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.pdf_content .img-responsive.center-block.actions {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
a .img-responsive {
	opacity: 0.7;
}
a .img-responsive:hover {
	opacity: 1;
}

