@charset "utf-8";
/*
Theme Name:emeral01-child
Theme URI:
Description:WordPressテーマ「emeral01」子テーマ  
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Template: emeral01
Version:1.6.3
Text Domain:tcd-w-child
*/

/* パンくずリスト */
.p-breadcrumb {
    background-color: #003bcc !important;
}

/* 固定ページページネーション */
.page-pagination {
	display:flex;
}
.page-pagination span.current {
	color: #ffffff;
	background-color: #007bff;
}
.page-pagination span,
.page-pagination a {
	color: #007bff;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #dee2e6;
}
.page-pagination a:hover {
background-color: #4169e1;
}

/* 追加css */
@media only screen and (max-width: 1199px) { 
 div.gtranslate_wrapper div.gt_switcher div.gt_selected a { 
  font-size: 11px; 
     width: 130px; 
     border: none; 
 } 
 div.gtranslate_wrapper div.gt_switcher { 
     position: absolute; 
     right: 26px; 
     top: 14px; 
     width: 120px; 
     border: 1px solid #ccc; 
 } 
 .l-main { 
     margin-top: 0px; 
 } 
}