/*
Theme Name: Resucue Stock Yard Website template
Theme URI: https://rsy-nagoya.com
Author: Resucue Stock Yard
Author URI: https://rsy-nagoya.com
Description: RSY Webサイト用のテーマです。Twntyelevenの子テーマとします。
Template:twentyeleven
*/

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


/* =Page 上部余白を小さく変更
----------------------------------------------- */

#page {
	margin: 0em auto;
	max-width: 1000px;
}
/* =Header   余白を小さく変更
----------------------------------------------- */


#branding {
	border-top: 0.5px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}


#site-title {
	margin-right: 270px;
	padding: 0.65625em 0 0;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 0.65625em 0;
}

/* Search Form Headerの縮小により位置を修正 
----------------------------------------------- */
#branding #searchform {
	position: absolute;
	top: 0.65625em;
	right: 7.6%;
	text-align: right;
}

/* 問い合せフォームの縦書き用定義 
 ------------------ */
.list-block .wpcf7-list-item { display: block; }
.list-inline .wpcf7-list-item { display: inline; }
span.wpcf7-list-item{display: block;}

/* ==================== リンク集 ==================== */
.link	{margin: 0;
	padding: 0;}

.link, .link ul	{list-style-type: none;}

.link li li	{font-size: 14px;
	margin: 2px 0 2px;
	border-bottom: solid 1px #8bc124;
	padding-bottom: 1px;}

.link a	{font-size: 14px;
	padding: 1px;}

.link a:hover	{color: #008844;}

/* ==================== コンテンツ上位置 ==================== */
#main {
	clear: both;
	overflow: hidden;
	padding: 4px 0 0 0;
}

.page-title {
	margin: 0 0 1px 0;
}


.entry-header {
	margin: 0 0 0;
}

.entry-title {
	padding-top: 1px;
	font-size: 24px;
}
/* ==================== タイトルフォント ==================== */
.singular .entry-title {
	font-size: 26px;
}


/* ==================== デフォルト画像配置 ==================== */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry-content img{
margin-right:7px;
}