﻿/*
Theme Name: gossm_link_tm5
Version: 1.0.0
*/

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family: Meiryo, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:16px;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family: Meiryo, sans-serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}




/* Box Sizing
--------------------------------------------- */
*,input[type="search"] {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,.clearfix:before,.entry:before,.entry-pagination:before,.post-navigation:before,.footer-widgets:before,.nav-primary:before,.nav-secondary:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.wrap:before{content:" ";display:table;}
.archive-pagination:after,.clearfix:after,.entry:after,.entry-pagination:after,.post-navigation:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.wrap:after{clear:both;content:" ";display:table;}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 10px;
}

body {
	color: #333;
	font-family: Meiryo, sans-serif;
	font-size: 14px;	
	line-height: 1.8;
    position: relative;
}

time {display: none;}

::-moz-selection {
	background: #3390ff;
	color: #fff;
}

::selection {
	background: #3390ff;
	color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #008CBA;
	text-decoration: none;
}

main.content p a {
	color: #008CBA;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol ol {
	list-style: upper-roman;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}


blockquote {
	margin: 0;
	padding: 20px 36px;
	background: #efefef;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border: solid 1px #CCC;
	border-spacing: 0;
	margin-bottom: 25px;
}

th,td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 16px;
}

.widget th,
.widget td {
	padding: 5px 2px;
}

th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 22px;
	padding: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
	padding: 2px;
}

.site-inner h2  {
	color: #fff;
	font-size: 18px;
	background: url(img/g3_3_mn_bg.png)repeat #0186bf;
	height:auto;
	padding: 6px 0 6px 20px;
	position: relative;
	box-sizing: border-box;
    border-radius: 6px;
}

h1.entry-title {
	padding:  15px 15px!important;
	color: #fff;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.entry-content  h1 {
	padding-left: 10px;
}


.entry-content  h3 {
	padding-left: 10px;
	border-bottom: solid 1px #333;
	
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object {
	max-width: 100%;
}


iframe {
	border: none;
}

img {
	height: auto;
	width: auto; 
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 3px solid #ddd;
	font-size: 14px;
	padding: .618em 1em;
	line-height: 24px;
	max-width: 100%;
	border-radius: 3px;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: .618em 1em;
	width: auto;
	font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #008CBA;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.home .content {
    padding: 20px;
}

.site-container {
    background-color: rgba(255, 255, 255, 0.8);
	position: relative;
    background-image: url(./img/bg.png);
}

.wrap {
	margin: 0 auto;
	max-width: 980px;
	position: relative;
}

.wrap::after {
    content: "";
    display: block;
    clear: both;
}


.site-inner {	
	clear: both;
	padding-top: 30px;
}

/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: left;
	width: 640px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0px rgba(141, 141, 141, 0.2);
    margin-bottom: 50px;
}

.sidebar-primary .widget-wrap a{
	  position: relative;
	  padding: 0;
	  vertical-align: middle;
	  text-decoration: none;
	  font-size: 15px;
	}
/* Primary Sidebar */

/*スマホ専用*/

/*PC専用*/
@media only screen and (min-width: 768px) {
	.sidebar-primary {
		float: right;
		width: 300px;
		padding-top: 0;
	}


	

	.sidebar-primary .widget-wrap a::after{
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  content: "";
	  vertical-align: middle;
	  left: 5px;
	  box-sizing: border-box;
	  width: 3px;
	  height: 3px;
	  border: 4px solid transparent;
	  border-left: 4px solid #000;
	}
}



/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

/* 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. */
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th {
	text-align: center;
	font-weight: bold;
}
.widget_calendar td {
	text-align: center;
}

.widget_search input.search-field {
	width: 100%;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	word-wrap: break-word;
	line-height: 1.2;
}

header.entry-header {
	position: relative;
}
/*h2:before,
h1.entry-title:before {
	content: "";
	width: 35px;
	height: 35px;
	background: #efefef;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
}*/

.post .entry-title {
	margin-bottom: 5px;
	padding: 4px 4px 0 20px;
	line-height: 1.4;
}
.post .entry-title a {
	color: #fff;
}
.post h1.entry-title {
	margin-bottom: 5px;
	padding: 5px;
	background: #fff!important;
	color: #0086ba;
    position: relative;
    overflow: hidden;
}



/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	border-top: 5px solid #0086bb;
	padding:0;
    background: url(img/head.jpg)no-repeat center center;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}

.site-header > .wrap {
	padding: 180px 0;
	position: relative;
    max-width: 980px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	padding: 0;
	text-align: left;
	text-shadow: 2px 2px 2px #fff;
	margin-left: 30px;
	position: absolute;
	top: 30%;
}

/*.title-area h2.site-title a {
	border-bottom: solid 1px #000;
}*/

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 30px;
	line-height: 1;
	margin: 20px 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #333;
	font-family: Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 200;
	margin: 0;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 50px;
}

.entry-content {
	word-wrap: break-word;
	margin-top: 20px;
    padding: 0 20px;
}

.entry-summary {
	margin-top:20px;
}

.entry-content a,
.entry-summary a {
	text-decoration: underline;
}

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-summary img {
	margin-bottom: 24px;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 7px 24px 24px 0;;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	display: none;
	clear: both;
	color: #666;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

span.post_tag::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}


/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #F5F5F5;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 14px;
    margin: 0 5px 0 0;
	display: inline-block;
}

.pagination .current {
	background-color: #F5F5F5;
}


/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a {
	text-decoration: underline;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-content {
	clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	background: #f5f5f5;
	margin: 12px 0;
	padding: 32px;
}

li.comment ol {
	margin: 0
}

.comment .avatar ,
.pingback .avatar{
	margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

/* SNSごとの背景色 */
#twitter {
   background-color: #00acee;
}
#pocket {
   background-color: #EE4056;
}
#facebook {
   background-color: #3b5998;
}
#ggl-plus {
   background-color: #dd4b39;
}
#hatena {
   background-color: #2D4C86;
}

/* ボタン設定 */
.button-area {
   width: 100%;
   margin: 10px 0 40px;
   padding: 0 15px;
}
.button-area:after {
   content: '';
   clear: both;
   display: block;
}
.button-area-title {
   font-weight: 700;
   margin: 0 0 8px;
   text-align: center;
}
.title-fill {
   display: block;
   background-color: #444;
   color: #fff;
   font-size: 14px;
   width: 100%;
   padding: 6px 15px;
   box-sizing: border-box;
}
.button-whole {
   float: left;
   width: 47%;
   margin: 0 1.5% 5px 1.5%;
   box-sizing: border-box;
}
.button-link {
   display: block;
   text-align: center;
   color: #fff !important;
   font-size: 14px !important;
   padding: 10px 0 !important;
   box-sizing: border-box;
   border-radius: 3px;
   text-decoration: none;
}
.button-link:hover {
   text-decoration: none !important;
   filter:alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
}

.widget-title {
	border-bottom: solid 2px #fff!important;
    background-color: #fff;
	box-shadow: 0 0 0 1px #e5e7e4;
	font-size: 16px!important;
	padding: 11px!important;
	color: #000;
	margin-bottom: 0!important;
	height: 36px;
	line-height: 14px;
    font-weight: bold;
}

.wp_rp_content h3.related_post_title {
	
}

.sidebar ul,
.footer-widgets ul {
	margin: 0;
}

.sidebar li,
.footer-widgets li {
	list-style-type: none;
	padding-bottom: 6px;
	word-wrap: break-word;
}
.sidebar li {
	border: solid 1px #e5e7e4!important;
	border-top: none!important;
	background: linear-gradient(#fff, #f8f8f8)!important;
	padding: 6px 22px 6px 8px!important;
	position: relative;
}
.sidebar li:before {
    content: "";
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
    background-color: #f6f6f6;
    border-left: 1px solid #eee;
    transition: 0.3s all;
}

.sidebar li:hover:before {
    background-color: #000;
}

.sidebar li:after {
    content: ">";
    display: block;
    font-size: 1px;
    position: absolute;
    margin-top: -12px;
    top:50%;
    right:5px;
    color: #fff;
    transition: 0.3s all;
}

.sidebar li:hover:after {
    color: #fff!important;
}

.sidebar .wpp-list li {
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
     box-shadow: 1px 1px 4px 0px rgba(141, 141, 141, 0.2);
}

.sidebar .search-form {
	width: 100%;
}


#npcatch li{
    line-height: 1.6;
}

#npcatch img {
    padding-right: 10px;
}

.wpp-list li {
    position: relative;
}

.wpp-list li .wpp-meta {
    position: absolute;
    bottom:4px;
    right: 24px;
    color: #ff9300;
    font-weight: normal;
}

.wpp-thumbnail  {
    padding-right: 10px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #0085bd;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
    margin-top: 100px;
	height: 60px;
    box-sizing: border-box;
}

.site-footer .wrap {
	top: 50%;
	margin-top: -12.5px;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	display: inline-block;
}

p.copyright {
	font-size: 12px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.sidebar-primary,
	.wrap,
	.footer-widgets .col-3 .widget-area,
	.footer-widgets .col-4 .widget-area {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	

	.site-inner {
	    padding-top: 20px;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		padding: 0;
	}

	.site-inner {
		background: none;
	}

	.omega-nav-menu li {
		float: none;
	}	

	.omega-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-title {
	    margin-bottom: 5px;
	}

	.omega-nav-menu a {
		padding: 20px 16px;
	}

	.omega-nav-menu li.right {
		display: none;
	}

	.sidebar-primary {
		border-top: 1px solid #F5F5F5;
		padding-top: 40px;
	}

	.tagcloud a {
		margin-right: 16px;
		margin-bottom: 8px;
		display: inline-block;
	}

	.site-footer {
		padding: 24px 0;
	}



	/* responsive menu */
	.menu-icon {
		position: absolute;
		background-color: #fff;
		display: block;
		height: 20px;
        width: 42px;
        height: 32px;
        top:20px;
        right:20px;
        display: block;
        z-index: 1000;
        border-radius: 6px;
	}
    
	.menu-icon span:nth-child(1) {
	    width: 34px;
        height: 4px;
        position: absolute;
        background-color: #666;
        top:4px;
        left:4px;
	}
    
    .menu-icon span:nth-child(2) {
	    width: 34px;
        height: 4px;
        position: absolute;
        background-color: #666;
        top:14px;
        left:4px;
	}
    
    .menu-icon span:nth-child(3) {
	    width: 34px;
        height: 4px;
        position: absolute;
        background-color: #666;
        top:24px;
        left:4px;
	}

	.menu-icon:hover {
		opacity: 1;
	}

	ul.menu-primary {
		position: static;
		display: none;
		width: 100%;
	}

	/*Create vertical spacing*/
	ul.menu-primary li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul.menu-primary li, ul.menu-primary li a {
		width: 100%;
	}

	/*Display the dropdown on hover*/
	ul.menu-primary li .sub-menu {
		left: auto;
		opacity: 1;
		display: block;
		position: relative;
		width: 100%;
	}

	ul.menu-primary ul ul {
	    padding: 0px;
	    margin: 0;
	}

	ul.menu-primary a {
		padding-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #eee;
	}

	ul.menu-primary a:hover {
		background-color: #f7f7f7;
		color: #111;
	}

	ul.menu-primary ul a {
		padding-left: 25px;
	}

	ul.menu-primary ul ul a {
		padding-left: 50px;
	}
	
	.nav-primary .wrap:hover ul.menu-primary {
	    display: block;
	}
}

@media only screen and (max-width: 768px) {
	.entry-footer .entry-meta a {
	    line-height: 1.8;
	}

	.entry-title {
	    font-size: 22px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 20px;
	}
	.site-header > .wrap {
		padding: 103px 0;
	}
}

/*アーカイブ*/

.archive .entry-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.archive .archive-title {
	font-size: 24px;
	margin-bottom: 24px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.archive .taxonomy-description {
    padding-left: 20px;
    padding-right: 20px;
}

.archive .pagination {
    padding-left: 20px;
    padding-right: 20px;
}

.archive .site-inner h2  {
	color: #000;
	font-size: 18px;
	background: none!important;
	height:auto;
	padding: 6px 0;
	position: relative;
	box-sizing: border-box;
    border-radius: 0;
    border-bottom: 2px solid #000;
}

.archive .site-inner h2 a {
    color: #000;
}

.archive .site-inner h2 a:hover {
    opacity: 0.8;
}


/*オリジナル*/
.postList {
	
}

.postList h4 {
	border-bottom: solid 2px #6DB148;
    font-size: 140%;
    padding: 10px;
}

.postList ul {
	margin: 0;
    padding-left: 10px;
}

.postList ul li {
	    list-style-type: none;
    margin-bottom: 8px;
    padding: 0;
    word-wrap: break-word;
}

.postList ul li a {
	    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.postList ul li a img {
    width: 80px;
    height: auto;
}

.postList_pic {
    flex: 0 0 80px;
    margin-right: 10px;
}

.postList_text {
    flex: 0 1 auto;
    padding-right: 20px;
}

.postList ul li p {
	margin-top: 15px;
	padding-left: 50px;
}

span.more {display:none;}


/* ヘッダメニュー */
nav#navigation {
	background: url(img/bg.png) repeat-x #fff;	
    border-bottom: 1px solid #fff;
}

nav#navigation ul.menu {
	padding: 0;
	margin: 0;
	height: 52px;
	list-style: none;
	letter-spacing: -.4em; 
}


nav#navigation ul.menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
    letter-spacing: normal;
	back
}

nav#navigation ul.menu li:before {
	content:"";
	display: block;
	float: left;
	width: 8px;
	height: 52px;
	background: url(img/g3_mn_sikiri.png) no-repeat center left;
}

nav#navigation ul.menu li:last-child {
	background: url(img/g3_mn_sikiri.png) no-repeat center right;
}

nav#navigation ul.menu li a {
	color: #000;
	display:block;
	padding: 13.5px 20px;
	margin: 0;
	margin-left: 6px;
}
	
nav#navigation ul.menu li a:hover {
	text-decoration: underline;
}

.breadcrumbs {margin-top:10px;}

@media only screen and (max-width: 1023px) {
	nav#navigation {
		background: none!important;
	}
	nav#navigation ul.menu {
		height: 100%;
		background: none;
	}
	nav#navigation ul.menu li,
	nav#navigation ul.menu li:last-child {
		background: #569548;
		color: #fff;
	}
	nav#navigation ul.menu li:before {
		background: none;
	}
	.breadcrumbs {
		padding-left: 5%;
	    padding-right: 5%;
	}
}

/* rerated post */
.wp_rp_vertical h3.related_post_title {
	border-bottom: solid 2px #0085bd;
	padding: 10px 10px 10px 45px!important;
	background: url(img/pkup_icon.png) no-repeat center left;
}

.wp_rp_vertical ul.related_post li {
	width: 206.6px !important;
	border: solid 1px #999;
    padding: 10px!important;
}
@media only screen and (min-width: 1023px) {
	.wp_rp_vertical ul.related_post li:nth-child(3n) {
		margin-right: 0!important;
	}
}
.wp_rp_vertical ul.related_post li img {
	width: 100%!important;
	height: 120px!important;
	border-radius: 0!important;
}

.wp_rp_vertical ul.related_post li a.wp_rp_title {
	font-size: 16px !important;
	margin: 10px 0 5px!important;
}

@media screen and (max-width: 480px) {
	.wp_rp_vertical .wp_rp_content ul.related_post li a {
		float: none!important;
	}
	img.alignleft,
	img.alignright {
		float:none;
		margin: 5px auto;
		display: block;
	}
}

/* popular post */
.sidebar-primary .widget-wrap a::after {
	border: none;
}

.sidebar-primary .widget-wrap a img {
	width: 80px;
}

/* related post */
ul.related_post li a img {
	width: 190px!important;
	height: 130px!important;
}
ul.related_post li {
	min-height: 150px!important;
}
ul.related_post li a.wp_rp_title {
	font-size: 16px!important;
	font-weight: bold!important;
	display: block!important;
}
ul.related_post li small.wp_rp_excerpt {
	font-size: 14px!important;
}
@media only screen and (max-width: 768px) {
	ul.related_post li a img {
		width: 150px!important;
		height: 105px!important;
	}
}


.a2a_kit.a2a_kit_size_40.addtoany_list {
    width: 100%;
    display: block;
    margin-top: 10px;
	text-align: center;
}


/*pagetop*/
.pagetop_link {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	cursor: pointer;
}

.pagetop_link a {
    position: absolute;
    right:20px;
    bottom:-100px;
}


@media only screen and (max-width: 768px) {
	.pagetop_link {
        width: 100%;
	}
    nav#navigation ul.menu li a  {
        color: #fff;
    }
}