﻿/*
Theme Name:     Ashikaga - Child
Theme URI:
Description:WordPressテーマ「Grider (TCD015)」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Template:		ashikaga_v4
Version: 1.5
*/

@import url("../ashikaga_v4/style.css");

/* --------- Insert your custom styles on next rows --------- */
.post{
	word-break: break-all;
}
	.post p{
		text-align: justify;
	}
	.post .custom-field-table{
		margin-top: 1.5em;
		table-layout: fixed;
	}
	.post .event_google_map{
		margin-bottom: 1em;
	}
	.post .wp-caption{
		margin-bottom: 1.5em;
		padding: 3px;
	}
		.post .wp-caption .wp-caption-text{
			margin: 0;
			text-align: center;
			padding: 8px 5px 5px 5px;
		}

	.post .footnote{
		font-size: 90%;
		border: 1px solid #888;
		padding: 8px 12px;
	}

p {
	line-height: 1.6em;
}

#single_post #comments{
	display: none;
}
#post_meta #meta li.meta_comment{
	display: none;
}

#social_link li.line_button a { background:url('../ashikaga_v4/img/side/icon_line.gif') no-repeat left top;}
#social_link li.line_button a:hover { background-position:left bottom; }

.cc_archive-selector{
	height: 38px;
	line-height: 38px;
	width: 100%;
	border-color: #cfcfcf;
	border-radius: 5px;
	background-color: #cfcfcf;
	font-size: 80%;
	padding: 0 8px;

}

/* post list */
.post_list .excerpt {
	display: none;
}

/* Related Post */
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width: 100%;
	height: auto;
}
	.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail img{
		width: 60px;
		height: 60px;
		display: inline;
		vertical-align: middle;
	}
	.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
		width: calc(100% - 90px);
		vertical-align: middle;
	}
