﻿/*
 Theme Name:   the-newswire-child
 Theme URI:    http://wpdevshed.com/themes/the-newswire/
 Description:  the-newswire Child Theme
 Author:       zpzyyzp
 Author URI:   http://example.com
 Template:     the-newswire
 Version:      1.2.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:  the-newswire
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body, .entry-title {
  font-family: Arial,'メイリオ', Meiryo, 'HGP創英角ｺﾞｼｯｸUB', 'HGS創英角ｺﾞｼｯｸUB', 'HG創英角ｺﾞｼｯｸUB', "Lucida Sans Unicode", "Lucida Grande", 'Noto Sans Japanese', sans-serif;
}

div.menu, body.page .grid-box .entry-title {
  text-transform: none;
}

.grid-box .entry-title, body.page .grid-box .entry-title {
    text-transform: none;
}

#container, #search-box {
	max-width: 1200px;
  max-width: 120rem;
}

.col300 {
  width:23.0%;
}

.col620 {
	width:73.0%;
}


.page-link {
	text-align: center;
	font-size: 26px;
}

.slides .slide-thumb {
	height: 450px;
}

.slides .slide-thumb img {
	min-width: 50%;
	min-height: 300px;
}

.slide-title {
	font-family: "Varela", "Lucida Sans Unicode", "Lucida Grande", 'Noto Sans Japanese', sans-serif;
	font-size: 40px; /* for ie8 & below */
	font-size: 4.0rem;
	margin-bottom: 5px; /* for ie8 & below */
	margin-bottom: 0.5rem;
}

/* 目次のセンター寄せ */
#toc_container {
  margin-left: auto;
  margin-right: auto;
}

.list-block .wpcf7-list-item { display: block; }
.list-inline .wpcf7-list-item { display: inline; }
span.wpcf7-list-item{display: block;}

input[type="checkbox"] {
    vertical-align: middle;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
		width:60px
}

#recent-posts-2 > ul > li > a > span {
  font-size: 14px !important;
}

.gallery {
    margin-top: -18px !important;
}

.breadcrumb {
	margin-bottom: 10px !important;
	border-radius: 0 !important;
}
article[id*=post-] {
	padding-top: 0 !important;
}
#sidebar {
	margin-top: 0 !important;
}

.panel-heading>h4 {
	margin: 10px 0;
}

.category .page-header, .category .page-title {
	margin-top: 0;
}

.page .entry-title {
	margin-top: 0;
}

#top-head {
	padding-bottom: 0;
}

#site-heading {
	padding: 0;
}

#newswire-banner {
	max-height: 80px;
	text-align: right;
}

@media only screen and (max-width: 824px) {
	#newswire-banner {
		text-align: center;
		margin-bottom: 0;
	}
}

#slide-wrap {
	margin-top: 0;
}

.cat-meta-color {
	text-transform: none !important;
}