/*
Theme Name: CM
Theme URI: http://underscores.me/
Author: tobi-kikaku
Author URI: http://tobi-kikaku.jp
Description: ContentsMarketing
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cm
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CM is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	/*----margin: 0; bootstrap.min.css記述-----*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
#main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {    border:1px solid;
	padding: 10px !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	letter-spacing: 0.1em;
}

h1{     clear: both;
        font-weight: bold;
        line-height: 1.2;}

h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
        line-height: 1.2;
}

h1, .h1, h2, .h2, h3, .h3 {
        margin-bottom: 11px;
        margin-top: 22px;
}

h4, .h4, h5, .h5, h6, .h6 {
        margin-bottom: 11px;
        margin-top: 11px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
    margin: 0 0 11px;
}

.site-title{ 
	     font-size: 26px;
	     margin:0;
}
.site-title a{color:#fff;} 

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f5f5f5; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
        border: 2px solid;
	font-size: 12px;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 0.3em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #aaa;
	color: #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-branding{
	text-align:center;
	margin-top:10px;
	font-family:"Merriweather",serif;}

.site-header{background-color: #000;
	padding: 5px 0;}

.site-description{color:#91918d}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer{
	border-top: 1px solid;
	padding:32px 0 10px;
	text-align: center
}

.social-footer{
	width: 310px;
	margin: 0 auto;
	padding-top: 20px;
    	width: 218px;
	}

.social-footer li{
	list-style: none;
	float:left;
	}
.social-footer li a{
font-size: 20px;
padding-left:20px;}

.social-footer .FB a:hover{
        color: #315096;
}

.social-footer .tw a:hover{
        color: #55acee;
}

.social-footer .ig a:hover{
        color: #ffd700;
}


.tobi{clear:both;
      font-size:8px;
      padding-top:30px;}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.post-navigation{border-top: 1px solid;
		border-bottom:1px solid;
		height:auto;
		margin-bottom: 60px !important;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #191919;
}


a:hover,
a:focus,
a:active {
	}
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	
	list-style: none;
	margin: 0;
	padding-left: 0;
}



.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding:5% 3% 8%;
        border-right:2px solid;
	
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding:5% 3% ;
}


.wp-pagenavi{
	text-align:center;
	padding-top: 100px;}

.wp-pagenavi a, .wp-pagenavi span{
	border: 2px solid #bfbfbf;
	padding: 10px 13px;}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	background-color:#f5f5f5;
	margin-top: 15px;
}

button, select{
text-align:center;}

/* Search widget. */
.widget_search{
	padding-top: 50px;
        clear:both;
}
.widget_search .search-submit {
	display: none;
        clear:both;
}

.widget-title {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 25px !important;
}

.widget-area{margin-bottom:60px;
 	     margin-left:15px;}

.widget-area ul{list-style-type:none;
                margin-left: -20px !important;}

.widget-area  li a{font-size:14px;
		   line-height: 2em;}

.single1 .widget-area img{margin-top:0 !important;
                 margin-bottom: 0 !important;}

.author-img{width:60%;}

.widget-area p{line-height: 1.6 !important;}

.single1 .widget-area li{margin-bottom: 0;}

.single1 .widget-area h4{padding: 0;}


.social-side{
	width: 310px;
	margin: 0 auto;
	padding-top: 20px;
    	width: 100%;
        padding-bottom:30px;
	}

.social-side .FB, .tw, .ig{
	list-style: none;
	float:left;
	}

.social-side  a{
font-size: 20px;
padding-right:20px;}

.social-side .icon-facebook{color : #315096;}
.social-side .icon-feed{color : #ff8c00;}
.social-side .icon-instagram{color : #FFD700;}


/*-------------------Header/言語切り替え-----------------------*/
#qtranslate-4{float:right;
	      margin-right: 65px;
	}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content{
	border-bottom: 1px solid; 
	margin-bottom: 8px;}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 60px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/*-------------- index : コンテンツマーケティング ---------------*/

#content{}

.index {
	
	margin: 20px auto 0;
}

.index .col-md-9{
	border-right: 1px solid;
	padding-bottom:100px;
	}
.index .col-md-6{height:380px;}

.index .posted-on a{font-size:12px !important;}


.index .entry-title{
             font-size:20px;
	     margin-top:12px;
             margin-bottom: 8px;}
.index .entry-title a:hover{opacity: 0.5;}

.cat_name a{
	font-weight: bold;}
.cat_name a:hover{opacity: 0.5;}

.label-method{color: #90C630;}

.label-exsample{color: #50b3cf;}

.label-others{color: #EC6D8E;}

.home_area_top .cat_name{width: 10%;
	float: left;}

.home_area_top .cat_name p{ font-size:12px;}

.home_area .cat_name{width: 15%;
	float: left;}

.home_area .cat_name p{ font-size:12px;}




.index .entry-content{clear:both;}

.home_area_top .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 86%;
	float: right;}

.home_area .entry-meta{font-size: 12px;
	text-align:left;
	width: 75%;
	float: right;}

.summary{font-size:14px;}



.more a {
     background-color: #000;
     font-size: 13px;
     height: 30px;
     padding: 5px;
     text-align: center;
     width: 100px;
     margin-bottom: 6px;
     transition: all 0.2s ease-in-out 0s; 
     color: #fff;
}

.more a:hover { color: #000;
		background-color: #f5f5f5;
                border:1px solid;}
/*-------------- single : コンテンツマーケティング ---------------*/
.frame{
	border: 1px dotted #6a6a6a;
        font-size: 16px;
	margin: 0 0 40px;
	padding: 20px 36px 22px;}

.single1{
	max-width: 1170px;
	width:100%;
	margin: 0 auto;
}

.single1 .col-md-9{
	border-right: 1px solid;
	padding-bottom:100px;
	}

.single1 h1{
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 32px;
        margin-left:5px;
        margin-top:5px;
	}

.single1 h2{border-bottom: 5px solid #000; 
	    font-weight:bold;
            margin: 64px 0 32px;
	    padding: 0 0 12px;}

.single1 h3 {
    border-left: 4px solid #d6d6d6;
    font-weight: bold;
    line-height: 1.4;
    margin: 60px 0 28px;
    padding: 0 13px;
}

.single1 h4 {
    font-weight: 600;
    padding: 5px;
}

.single1 p{
	line-height: 1.9;
        margin-bottom: 2em;
        word-wrap: break-word;
        clear:both;
}

.single1 .entry-content a{color:#2e6dbb;}

.single1 li{margin-bottom: 12px;}

.single1 ul li{list-style:none;}



.single1 article{
    margin-bottom: 40px;
　　}

.single1 article .entry-header{padding:0 64px ;}

.single1 .entry-content{padding:0 56px 56px;
			}

.single1 .entry-meta {
	border-right: 3px solid #0d1d59;     
	font-size: 20px;     
	height: 62px;     
	margin: 0;     
	padding: 17px 10px 17px 0;     
	position: relative;   
	top: 56px;   
	right: 106px;     
	text-align: center;     
	vertical-align: middle;     
	width: 85px;
 	}

.single1 .entry-meta-mobile{margin-top:20px;
			    margin-left:5px;}

.single1 img{margin-bottom:2em;
             margin-top:1.5em;}

.breadcrumb {text-align: right;	}
	
.breadcrumb li{
	font-size:10px;
	}

.entry-footer{padding: 0;
	border-bottom: 1px solid !important;}

/*-------------- single : lightbox ---------------*/

#cboxTitle{display: none !important;}

/*--------------------------------------------------------------
## category
--------------------------------------------------------------*/
.category {
	
	margin: 0 auto;
}
.page-header{
	text-align: center;
	 padding-top: 20px;}

.category .col-md-9{
	border-right: 1px solid;
	padding-bottom:100px;
         padding-right: 40px;
	}

.category .posted-on a{font-size:12px !important;}


.category .entry-title{
             font-size:20px;
	     margin-top:12px;
             margin-bottom: 8px;}

.category .entry-title a:hover{opacity: 0.5;}

.category .entry-content{ clear:both;}

.category .cat_name{width: 15%;
	float: left;}

.category .cat_name p{ font-size:12px;}

.category .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 70% !important;
	float: right;}


/*--------------------------------------------------------------
## archive
--------------------------------------------------------------*/
.archive {
	
	margin: 0 auto;
}
.page-header{
	text-align: center;
	 padding-top: 20px;}

.archive .col-md-9{
	border-right: 1px solid;
	padding-bottom:100px;
         padding-right: 40px;
	}

.archive .posted-on a{font-size:12px !important;}


.archive .entry-title{
             font-size:20px;
	     margin-top:12px;
             margin-bottom: 8px;}

.archive .entry-title a:hover{opacity: 0.5;}

.archive .entry-content{ clear:both;}

.archive .cat_name{width: 10%;
	float: left;}

.archive .cat_name p{ font-size:12px;}

.archive .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 86%;
	float: right;}


.archive .home_area_top .cat_name{width: 10%;
	float: left;}

.archive .home_area_top .cat_name p{ font-size:12px;}

.archive .home_area .cat_name{width: 25%;
	float: left;}

.archive .home_area .cat_name p{ font-size:12px;}

.archive .home_area_top .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 90%;
	float: right;}

.archive .home_area .entry-meta{font-size: 12px;
	text-align:left;
	width: 75%;
	float: right;}

/*--------------------------------------------------------------
## archive
--------------------------------------------------------------*/
.tag {
	
	margin: 0 auto;
}
.page-header{
	text-align: center;
	 padding-top: 20px;}

.tag .col-md-9{
	border-right: 1px solid;
	padding-bottom:100px;
         padding-right: 40px;
	}

.tag .posted-on a{font-size:12px !important;}


.tag .entry-title{
             font-size:20px;
	     margin-top:12px;
             margin-bottom: 8px;}

.tag .entry-title a:hover{opacity: 0.5;}

.tag .entry-content{ clear:both;}

.tag .cat_name{width: 20%;
	float: left;}

.tag .cat_name p{ font-size:12px;}

.tag .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 60%;
	float: right;}


.tag .home_area_top .cat_name{width: 10%;
	float: left;}

.tag .home_area_top .cat_name p{ font-size:12px;}

.tag .home_area .cat_name{width: 25%;
	float: left;}

.tag .home_area .cat_name p{ font-size:12px;}

.tag .home_area_top .entry-meta{
	font-size: 12px;
	text-align:left;
	width: 90%;
	float: right;}

.tag .home_area .entry-meta{font-size: 12px;
	text-align:left;
	width: 75%;
	float: right;}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## 上に戻るボタン
--------------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5%;
    z-index: 100000;
}
.pagetop a {
    display: block;
    color: #222;
    text-decoration: none;
    
}
 
.pagetop a:hover {
    display: block;
    text-decoration: none;

}

/*--------------------------------------------------------------
## img : hover - Recent post
--------------------------------------------------------------*/

.entry-thumb {
    width: 100%;
    height: 415px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.entry-thumb-s {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.entry-thumb img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-filter: grayscale(0);
	filter: grayscale(0);

     width: 100%;
     height: auto;
}

.entry-thumb-s img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-filter: grayscale(0);
	filter: grayscale(0);

    width: 100%;
    height: auto;
}
.entry-thumb img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

	
}

.entry-thumb-s img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

	
}

.entry-thumb-a {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.entry-thumb-a img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-filter: grayscale(0);
	filter: grayscale(0);

     width: 100%;
     height: auto;
}

.entry-thumb-a img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.entry-thumb-t {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border: 1px solid #fff;
}

.entry-thumb-t img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

    -webkit-filter: grayscale(0);
	filter: grayscale(0);

     width: 100%;
     height: auto;
}

.entry-thumb-t img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*--------------------------------------------------------------
# js   full-scren-pushing-navigation
--------------------------------------------------------------*/
.social-navmenu{ width:80%;
		margin-top: 30px !important;}

.social-navmenu li{
	font-size: 22px;
	float:left; 
	width:12%;
       }

.social-navmenu li a{
        color: #fff;
}

.social-navmenu .FB a:hover{
        color: #315096;
}

.social-navmenu .tw a:hover{
        color: #55acee;
}

.social-navmenu .ig a:hover{
        color: #ffd700;
}

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}


 
.cd-nav-trigger {
  position: fixed;
  z-index: 300000;
  right: 5%;
  top: 20px;
  height: 54px;
  width: 54px;
  background-color: #000;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
  width:54px;
  height:54px;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 12px;
  }
}
 
.cd-nav {
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
}
.cd-nav .cd-primary-nav li {
  margin: 1.2em 0;
}
.cd-nav .cd-primary-nav a {
  font-family: "Merriweather", serif;
  font-size: 2.4rem;
  color: #91918d;
  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
  text-align: left;
}
.cd-nav .cd-contact-info p{
  color: #fff;
    font-size: 1.3rem;

}

.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
  margin-top: 13px;
  width: 35%;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}

.officialsite{margin-top:25px;}

.officialsite a{margin-top: 0 !important;}


@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 1.5em 0;
  }
.cd-nav .cd-primary-nav a {
    font-size: 4.4rem;
  }

  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }


}
@media only screen and (max-width: 1170px) {
.cd-nav .cd-contact-info a{height: auto;
   			   width: 135px;} 
}

.no-js main {
  height: auto;
  overflow: visible;
}
 
.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 768px) {

.cd-nav-trigger{top:15px;}
.cd-nav .cd-primary-nav {margin-top: 30px;
}

}

 
@media only screen and (max-width: 479px) {
.cd-nav .cd-navigation-wrapper{padding:20px 40px;}
.cd-nav .cd-contact-info a{ width: 100px;} 
.officialsite {margin-top: 0;}
.social-navmenu{margin-top: 0 !important;}
.cd-nav .cd-primary-nav {margin-top: 0;}

.cd-nav .cd-primary-nav a{font-size: 1.4rem;}
.cd-nav .cd-contact-info {margin-top: 30px ;}
.cd-nav .cd-contact-info p{font-size: 1.2rem;}
.social-navmenu li {font-size: 15px;}



.cd-nav-trigger{right:2%;
                top:15px;
  		width:45px;
  		height:45px;}

.cd-nav-trigger svg {
		width:45px !important;
  		height:45px !important;}
}

/*--------------------------------------------------------------
# SNSボタン
--------------------------------------------------------------*/
.share {
	margin: 0 auto;
        width: 60%;
	padding: 0 0 40px;}

.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px 0;
    color : #000;
    font-size : 28px;
    text-decoration : none;
    text-align : center;}



.facebook a:hover {color : #315096;}
.googleplus a:hover {color : #dd4b39;}
.tweet a:hover {color : #55acee;}
.hatena a:hover {color : #008fde;}
.line a:hover {color : #00c300;}
.pocket a:hover {color : #f03e51;}
.pocket a:hover {color : #f03e51;}
.rss a:hover {color : #ff8c00;}
.feedly a:hover {color : #6cc655;}
.evernote a:hover {color : #6CD850;}






.share ul:after {content : "";
    display : block;
    clear : both;}
/*
.share li a:hover {opacity :0.8;
    color : #fff;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  */
.share li {float : left;
    width : 21%;
    margin : 0 auto;
}




}

/*--------------------------------------------------------------
# レスポンシブ
--------------------------------------------------------------*/


@media only screen and (max-width: 1279px) {
  .entry-thumb-s {width:100%;}

  
  }



@media only screen and (max-width: 991px) {
  .index .col-md-9 {
    border-right: none;
    padding-bottom: 60px;
}
  .single1 .col-md-9{
    border-right: none;}

 .category .col-md-9 {
    border-right: none;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
   
}

.archive .col-md-9{
    border-right: none;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
   }

.tag .col-md-9{
    border-right: none;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;}

 .single1 .entry-content {
    padding: 5%;
}

 .single1 article .entry-header {
    padding: 5%;
}

  .single1 .entry-meta{
   left: 1%;
   top: 4px;
}


  .single1 h1{
   margin-bottom: 0;}
 .page-content, .entry-content, .entry-summary{
 margin: 0;}
  
  .single1 .widget-area {margin-top: 0;}

.author-img{width: 30%;
	    float: left;}

.author-text{width: 58%;
	    float: right;}

.home_area_top .entry-meta{width: 85%;
			   float:left;}
.home_area_top .cat_name{width: 15%;}

.home_area .entry-meta{width: 85%;
		     float:left;}
.home_area .cat_name{width: 15%;}

.category .entry-meta{width: 85%;
		     float:left;}
.category .cat_name{width: 15%;}

.archive .entry-meta{width: 85%;
		     float:left;}
.archive .cat_name{width: 15%;}

.tag .entry-meta{width: 85%;
		 float:left;}
.tag .cat_name{width: 15%;}

.entry-thumb-a {height:180px;}

.entry-thumb-t {height:180px;}

#qtranslate-4{margin-right:30px;}
  }

@media only screen and (max-width: 767px) {
  .entry-thumb {height:auto;}
  .breadcrumb {padding: 0!important;}
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
	width: 100%;
	padding:5% 3% ;
        border-top:1px solid;
}
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
	width: 100%;
	padding:5% 3%;
	border-right:none;
	}

  #footer-left {text-align:center;}
  #footer-right {text-align:center;}

  .home_area_top .entry-meta{width:75%;}
  .home_area_top .cat_name{width: 20%;}
  .home_area .entry-meta{width:75%;}
  .home_area .cat_name{width: 20%;}

  .category .entry-meta{width:75%;}
  .category .cat_name{width: 20%;}

  .archive .entry-meta{width:75%;}
  .archive .cat_name{width: 20%;}

  .tag .entry-meta{width:75%;}
  .tag .cat_name{width: 20%;}

  

  

 
  }

@media only screen and (max-width: 479px) {
  .entry-thumb-s {height:100px;}

  .site-title {font-size:18px;
	       padding:8px 0;
               font-weight:400;}

  .site-description{font-size:12px;}
  
  
  .single1 .entry-content {
    padding: 3%;
}
  .single1 article .entry-header {
    padding: 3%;
}
 
.single1 article {
    margin-bottom: 20px;
}
  .site-branding {
    margin-top: 5px;
}
  .share{
	width : 80%;}

  .share li {
    width : 25%;
    margin : 15px 0 auto;
}

  .summary{display:none;}

 .widget-area{max-width: 480px;
	      width: 90%;
	      margin:0 auto 60px;}

  .author-text {
    float: none;
    width: 100%;
}
  .author-img {
    float: none;
    width: 45%;
}

  .home_area_top .entry-meta{width:65%;}
  .home_area_top .cat_name{width: 30%;}
  .home_area .entry-meta{width:65%;}
  .home_area .cat_name{width: 30%;}

  .category .entry-meta{width:65%;}
  .category .cat_name{width: 30%;}

  .archive .entry-meta{width:65%;}
  .archive .cat_name{width: 30%;}

  .tag .entry-meta{width:65%;}
  .tag .cat_name{width: 30%;}

  .category {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}
  

  .entry-thumb-a {height:100px;}

  .entry-thumb-t {height:100px;}
  
  #qtranslate-4{margin-right:10px;}

  .site-info{width: 90%;
	     margin: 0 auto;}

 .index .col-md-6 {
    height: auto;
}

  }