/*
 Theme Name:   Twenty seventeen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/*single.php*/
h2.entry-title,.single-post .entry-title{
	font-size: 1rem;
}
.single-post .entry-title:before{
	content: '▼';
}
.entry-content {
    font-size: .8rem;
}
h2.widget-title {
    text-align: left;
    margin-top: 20px;
    color: #FF9900;
    font-size: 13px;
}
h2.entry-title:before{
	content: '▼';
	margin-right: 10px;
}
.page-header{
	display: none;
}
.share-button{
	display: flex;
}
.facebook{
	margin: -4px 0 0 4px;
}
h2.widget-title:before {
    content: '▼';
}
.has-sidebar:not(.error404) #primary{
	width: 64%;
}
#page_title h1{
	margin-bottom: 10px;
}
.entry-content p {
    line-height: 1.4rem;
}
a{
	box-shadow: none!important;
}
a:hover{
	opacity: .6;
}
/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
max-width: 100%;
    min-width: 1200px;
}
#header{
    width: 1200px;
    height: 152px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#mainimage01{
	width:100%;
	position:absolute;
	top:0;
	z-index:0;
	text-align: center;
	background-color:black;
	height:100%;
	max-height: 726px;
	background-image: url(eyecacth_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align:left;
	padding-left:20px;
}


#mainimage01 img{
width:100px;
}
.mainlink{
	display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
   }
#mainimage01_box{
width:100%;
height:100%;
}

#header h1{
width: 100px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -45px;
    margin-left: -50px;
}
/*ページタイトル*/
#page_title_wrap {
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #262B81;
    color: #fff;
}
#page_title {
    width: 1200px;
    margin: 0px auto;
}
#page_title h1{
	text-align:center;
	line-height:22px;
	font-size:24px;
	font-weight:normal;
	margin-top:25px;
	padding: 0;
}
#page_title h2 {
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    font-family: Century Gothic,Verdana, Geneva, sans-serif;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 8px;
		padding: 0;
		color: #fff;
}

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

#gnavi_wrap{
	/*
	max-width:100%;
	min-width:1200px;
	*/
	width:100%;
	overflow:hidden;
	margin:0px auto;
	border-bottom:1px solid #E5E5E5;
}

#gnavi{
	width:1197px;
	margin:0px auto;
}

#gnavi ul{
	width:1197px;
	margin:0px auto;
	overflow:hidden;
	border-right:1px solid #E5E5E5;
}

#gnavi ul li{
	list-style-type:none;
	float:left;
	width:170px;
	border-left:1px solid #E5E5E5;
}

#gnavi ul li a{
	display:block;
	padding:22px 0px;
	text-align:center;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	max-width:100%;
	min-width:1200px;
	overflow:hidden;
	margin:0px auto;
	background-color:#000;
	color:#fff;
}

#footer{
	width:1200px;
	margin:0px auto;
	overflow:hidden;
}

#footer ul{
	clear:both;
	overflow:hidden;
	margin:0.5em auto;
}

#footer ul li{
	float:left;
	list-style-type:none;
	line-height:16px;
	border-right:1px solid #fff;
	padding:0px 0.25em;
}

#footer ul li:last-child{
	border-right:none !important;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

.foot_list01{
	width:745px;
	margin-top:20px !important;
}

.foot_list02{
	width:540px;
}
#footer ul li{
	font-size: 14px;
}
#footer p{
	font-size: 14px;
}

/**/

#footer p{
	clear:both;
	text-align:center;
	overflow:hidden;
	margin:1.5em 0px;
}

/*サイドバー*/
.has-sidebar #secondary{
	width: 26%;
}
.search-form .search-submit {
    bottom: 3px;
    padding: 0.2em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #fff;
    color: #393939;
    border: 1px solid #393939;
}
input[type="search"]{
	width: 70%;
	height: 14px;
	border: 1px solid #f0f0f0;
}
.search-form .search-submit {
    font-size: .6rem;
    font-weight: normal;
	border: 1px solid #f0f0f0;
}


/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*ヘッダー*/
@media screen and (max-width: 769px) { 
#header_wrap{
	width:100%;
	min-width: 100%;
}

#header{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	height: 73px;
}

#header h1{
	width:60px;
	margin:10px auto;
	top: 0;
	height: auto;
	left: 42%;
}

#header h1 img{
	width:100%;
	height:auto;
}

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

#gnavi_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#E5E5E5;
}

#gnavi{
	width:100%;
	margin:0px auto;
}

#gnavi ul{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	
}

#gnavi ul li{
	list-style-type:none;
	float:left;
	width:25%;
	box-sizing:border-box;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}


#gnavi ul li a{
	display:block;
	padding:22px 0px;
	text-align:center;
	overflow:hidden;
	background-color:#fff;
}

#gnavi ul li a img{
	height:30px;
	width:auto !important;
}

#gnavi ul li:last-child{
	width:50%;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#000;
	color:#fff;
	min-width: 200px;
}

#footer{
	width:90%;
	margin:0px auto;
	overflow:hidden;
}

#footer ul{
	clear:both;
	overflow:hidden;
	margin:0px auto;
}

#footer ul li{
	float:left;
	list-style-type:none;
	line-height:16px;
	width:50%;
	margin-bottom:0.5em;
	border-right: none;
	padding: 0;
}

#footer ul li:last-child{
	border-right:none !important;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

.foot_list01{
	margin-top:20px !important;
	width: auto;
}

.foot_list02{
	width: auto;
}

/**/

#footer p{
	clear:both;
	text-align:center;
	overflow:hidden;
	margin:1.5em 0px;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color:#262B81;
	color:#fff;
	min-width: 200px;
}

#page_title{
	width:100%;
	margin:0px auto;
}

#page_title h1{
	text-align:center;
	line-height:22px;
	font-size:24px;
	font-weight:normal;
	margin-top:15px;
}

#page_title h2{
	text-align:center;
	line-height:15px;
	font-size:11px;
	font-family:Century Gothic,Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:4px;
}

/*-----------------------------------------------------------*/
/*パンくず*/

#breadcrumb{
	width:95%;
	margin:10px auto;
	overflow:hidden;
	color:#444444;
	text-align:right;
	font-size:12px;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_container{
	width:90%;
	margin:40px auto;
	overflow:hidden;
}
	.has-sidebar:not(.error404) #primary{
		width: 100%;
	}
	.has-sidebar #secondary {
    width: 100%;
}
	span.nav-title {
    font-size: .8rem;
}
}