@charset "UTF-8";

/*子テーマ用「base.css」*/

.global-nav {
	background: #4285F4;
}


.global-nav-in li a {
	background: #4285F4;
}

.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
	background-color: #e6e6fa;
}


.btn-form01 {
	background: #4285F4;
}

.btn:hover,
.btn:active,
.btn:focus{
	background: #4285F4;
}


.btn-search {
	background: #4285F4;
}

thead th{
	background: #4285F4;
}


th {
	background: #f0f8ff;
}

.main-body h1{
	background: #4285F4;
}


.main-body h2 {
	background: #4285F4;
}


.site-footer {
	background: #4285F4;
}

.copyright {
	background: #00008b;
}
.section-wrap {
   padding-left: 0;
   padding-right: 0;
}

.section-wrap .post-cat {
   margin-bottom: 0;
}

.section-wrap h2.section-title {
   line-height: 120%;
}

.section-wrap h2.section-title a {
   font-weight: bold;
	display: block;
    height: 70px;
}
.single .section-in {
	padding-left: 20px;
	padding-right: 20px;
}
/*リンク下線消す*/
.main-conts a,.sub-conts a {
   text-decoration: none;
}
.main-conts a:hover,.sub-conts a:hover {
   text-decoration: underline;
}

