@charset "UTF-8";
/*===========================================
	追加scss
=============================================*/

header {
	border-top: solid 3px #00A7CA !important;
}
.siteHeader {
	box-shadow: none;
}
footer {
	background: #EBEDDF;
	border-top: solid 3px #00A7CA;
}
footer .widget {
	margin: 0;
}
footer p {
	margin: 0;
}
footer div.container.sectionBox {
	padding-bottom: 0;
}
aside ul.children {
	display: none;
}

#tLogo {
	display: none;
}
#fLogo {
	margin: 0 0 5px;
}
aside ul#sBnr {
	margin-top: 0 !important;
	padding-left: 0;
	width: 100%;
}
aside ul#sBnr img {
	width: 107px;
}

/* サイドメニュー表示調節 */
.outline .widget_archive {
	display: none;
}
.tokutei_nintei .subSection div,
.nintei .subSection div,
.contant .subSection div {
	display: none;
}
.outline .current_page_item {
	background: #EBD5E3;
}


.home 					.page-header { background: #00A7CA; }
.tokutei_nintei .page-header { background: #0037C4; }
.nintei 				.page-header { background: #6E4FBA; }
.outline 				.page-header { background: #CF3F7E; }
.contant 				.page-header { background: #E99524; }

.home h3:after,
.home .subSection-title:after { border-bottom: 1px solid #00A7CA; }
.tokutei_nintei h3:after,
.tokutei_nintei .subSection-title:after { border-bottom: 1px solid #0037C4; }
.nintei  h3:after,
.nintei  .subSection-title:after { border-bottom: 1px solid #6E4FBA; }
.outline  h3:after,
.outline  .subSection-title:after { border-bottom: 1px solid #CF3F7E; }
.contant h3:after,
.contant .subSection-title:after { border-bottom: 1px solid #E99524; }

.home 					.btn-primary { background: #00A7CA; border-color: #00A7CA; }
.tokutei_nintei .btn-primary { background: #0037C4; border-color: #0037C4; }
.nintei 				.btn-primary { background: #6E4FBA; border-color: #6E4FBA; }
.outline 				.btn-primary { background: #CF3F7E; border-color: #CF3F7E; }
.contant 				.btn-primary { background: #E99524; border-color: #E99524; }

.home 					aside ul li.current_page_item a { background: #CCD7F3; }
.tokutei_nintei aside ul li.current_page_item a { background: #CCD7F3; }
.nintei 				aside ul li.current_page_item a { background: #E2DCF1; }
.outline 				aside ul li.current_page_item a { background: #EDBAD0; }
.contant 				aside ul li.current_page_item a { background: #FBEAD3; }

.home .mainSection h1 {
	border-top: none;
	border-bottom: solid 2px #00A7CA;
}
.tokutei_nintei h2 {
	border-top: none;
	border-bottom: solid 2px #0037C4;
}
.nintei h2 {
	border-top: none;
	border-bottom: solid 2px #6E4FBA;
}
.outline h2 {
	border-top: none;
	border-bottom: solid 2px #CF3F7E;
}
.contant h2 {
	border-top: none;
	border-bottom: solid 2px #E99524;
}

/* メニュー */
.navbar {
	border: none;
	min-height: 63px;
}
.navbar-nav {
	margin: 0;
}
ul.gMenu {
	margin-top: 5px;
}
.siteHeader .container {
	padding-bottom: 0 !important;
}
ul#menu-hnav {
	clear: both;
	float: none;
	width: 100%;
	padding-top: 15px;
}
ul#menu-hnav > li {
	margin-left: 1px;
	width: 100% !important;
}

@media screen and (min-width: 510px){
	
	ul#menu-hnav > li#menu-item-22 { width: 10% !important; }
	ul#menu-hnav > li#menu-item-5  { width: 30% !important; }
	ul#menu-hnav > li#menu-item-19 { width: 27% !important; }
	ul#menu-hnav > li#menu-item-17 { width: 16% !important; }
	ul#menu-hnav > li#menu-item-18 { width: 16% !important; }

	ul#menu-hnav li#menu-item-22.current-menu-item > a,
	ul#menu-hnav li#menu-item-22.current-page-ancestor > a,
	ul#menu-hnav li#menu-item-22 > a:hover 	{ background: #CCEDF4; }
	ul#menu-hnav li#menu-item-5.current-menu-item > a,
	ul#menu-hnav li#menu-item-5.current-page-ancestor > a,
	ul#menu-hnav li#menu-item-5 > a:hover 	{ background: #CCD7F3; }
	ul#menu-hnav li#menu-item-19.current-menu-item > a,
	ul#menu-hnav li#menu-item-19.current-page-ancestor > a,
	ul#menu-hnav li#menu-item-19 > a:hover 	{ background: #E2DCF1; }
	ul#menu-hnav li#menu-item-17.current-menu-item > a,
	ul#menu-hnav li#menu-item-17.current-page-ancestor > a,
	ul#menu-hnav li#menu-item-17 > a:hover 	{ background: #EDBAD0; }
	ul#menu-hnav li#menu-item-18.current-menu-item > a,
	ul#menu-hnav li#menu-item-18.current-page-ancestor > a,
	ul#menu-hnav li#menu-item-18 > a:hover 	{ background: #FBEAD3; }
}

@media screen and (min-width: 768px){
	
	#tLogo {
		display: block;
		float: right;
		margin-top: 5px;
	}
	#tLogo a {
		display: block;
		background: url(../images/logo_t.jpg) no-repeat;
		width: 180px;
		height: 0;
		padding: 50px 0 0;
		overflow: hidden;
	}
	
	/* HOME */
	.home .mainSection .widget_nav_menu {
		width: 30%;
		float: left;
		margin-right: 35px;
	}
	.home #nav_menu-7 {
		margin-right: 0;
	}
	.home .entry-meta_items {
		float: left;
		width: 25% !important;
		color: #00A7CA !important;
		font-size: inherit;
		margin: 0;
	}
	.home .veu_newPosts ul.postList .entry-title {
		clear: none;
		float: left;
		width: 72% !important;
		margin: 0 0 15px;
	}
}
@media screen and (min-width: 1001px){
	#tel,
	#email {
		padding: 55px 0 0;
	}
	aside ul#sBnr {
		width: 210px;
	}
	aside ul#sBnr img {
		width: auto;
	}
}

ul.gMenu ul li a {
	padding: 10px 1.4em 10px 1.4em !important;
}
ul.gMenu > li > ul.sub-menu li {
	width: auto;
}

/* サブメニュー */
@media screen and (max-width: 1200px){
	ul.gMenu > li#menu-item-17 > ul.sub-menu li a {
		display: block;
		min-width: 230px;
	}
	
	/* HOME */
	.home .mainSection .widget_nav_menu {
		margin-right: 30px;
	}
}

@media screen and (min-width: 1201px){
	ul.gMenu > li > ul.sub-menu li a {
		white-space: nowrap;
		width: auto;
	}
	aside ul#sBnr {
		margin-left: 46px;
	}
	
	/* HOME */
	.home .mainSection .widget_nav_menu {
		margin-right: 35px;
	}
}

ul#menu-hnav > li > a {
	font-size: 118%;
	padding: 20px 0;
}
ul#menu-hnav li a strong {
	font-weight: bold;
}
ul.gMenu > li > a:hover:after,
ul.gMenu > li.current-post-ancestor > a:after,
ul.gMenu > li.current-menu-item > a:after,
ul.gMenu > li.current-menu-parent > a:after,
ul.gMenu > li.current-menu-ancestor > a:after,
ul.gMenu > li.current_page_parent > a:after,
ul.gMenu > li.current_page_ancestor > a:after {
	border: none;
}

ul#menu-hnav li#menu-item-22 > a 	{ border-bottom: 3px solid #00A7CA; }
ul#menu-hnav li#menu-item-5 > a 	{ border-bottom: 3px solid #0037C4; }
ul#menu-hnav li#menu-item-19 > a 	{ border-bottom: 3px solid #6E4FBA; }
ul#menu-hnav li#menu-item-17 > a 	{ border-bottom: 3px solid #CF3F7E; }
ul#menu-hnav li#menu-item-18 > a 	{ border-bottom: 3px solid #E99524; }

.opacity:hover,
.veu_childPage_list a:hover,
a.contact_bt:hover,
#fLogo a:hover {
 	cursor: hand;
	filter: alpha( opacity=80 ); /* IE */
	opacity: 0.80;               /* Firefox,Opera,Safari */
	-moz-opacity: 0.80;          /* Firefox 0.9より前 */
}
.opacity a {
	color: #666;
	text-decoration: none;
}

ul#sBnr > li {
	list-style: none;
}
ul#sBnr li ul li {
	padding-left: 0 !important;
	margin-left: -15px;
	margin-bottom: 5px;
	font-size: 85%;
}

/* HOME */
.home .widget_vkexunit_post_list {
	clear: both;
}
.home .mainSection .widget_nav_menu h1 {
	background: none;
	padding: 0 0 8px;
	font-size: 108%;
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.9);
}
.home .mainSection .widget_nav_menu h1:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
}
.home #nav_menu-5 h1:after { border-bottom: 1px solid #0037C4; }
.home #nav_menu-6 h1:after { border-bottom: 1px solid #6E4FBA; }
.home #nav_menu-7 h1:after { border-bottom: 1px solid #CF3F7E; }

.home .taxonomies {
	display: none;
}
.home .entry-meta_items {
	width: 100%;
	color: #00A7CA !important;
	font-size: inherit;
	margin: 0 0 5px;
}
.home .veu_newPosts ul.postList .entry-title {
	clear: none;
	width: 100%;
	margin: 0 0 15px;
}

/* 新着詳細 */
.entry-footer,
.entry-meta_items_term {
	display: none;
}
.single-post h1 {
	padding: 15px 0 5px;
}

.mainSection header {
	margin: 0 0 5px;
	border-bottom: solid 3px #00A7CA;
	border-top: 1px solid #e5e5e5 !important;
}


/* 受付の概略 */
.outline .subSection h3 {
	font-size: 108%;
	margin: 0;
}
.outline .subSection ul {
	padding: 0;
	margin: 0;
}
.outline .subSection ul li {
	list-style: none;
	padding: 10px 7px;
	font-size: 85%;
	border-bottom: solid 1px #e5e5e5;
	margin: 0;
}
.outline .subSection ul li a {
	color: #333;
}

/* 共通 */
.veu_childPage_list {
	margin-top: 0;
}
.veu_adminEdit {
	display: none;
}