@charset "utf-8";

/*ブログ*/
.blog_box {
	width: 960px;
	margin: 0 auto 14px;
	overflow:hidden;
}
.blog_box section {
	float:left;
	width: 730px;
}
.entry-header{
	width: 730px;
	overflow:hidden;
	background:#fff;
	height:26px;
	margin:0 0 14px 0;
	padding:0;
border-bottom: 1px dotted #ccc;
border-left:4px solid #189203;
}

.sidebar {
	float:right;
	width: 191px;
	margin: 0 0 14px 0;

}
.sidebar aside {
	margin: 0 0 20px 0;
}
.sidebar aside.search input.field{
	width:180px;
	padding:4px;
	border:1px solid #bbb;
}
.sidebar aside.search input.submit{
	display:block;
	margin:8px auto 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
width: 191px;
height: 33px;
text-indent: -9999em;
margin: 0 0 10px 0;
}

.blog_search {
	background: url(../img/blog_search.gif) no-repeat;
}

.blog_calendar {
	background: url(../img/blog_calendar.gif) no-repeat;
}

.blog_kiji {
	background: url(../img/blog_kiji.gif) no-repeat;
}

.blog_category {
	background: url(../img/blog_category.gif) no-repeat;
}

.blog_archive {
	background: url(../img/blog_archive.gif) no-repeat;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.entry-title {
float:left;
height:28px;
line-height:28px;
background: #fff;
text-indent: 8px;
font-size:13px;
font-weight: bold;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	font-size: 14px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

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

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}
/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*一覧ページ*/
#top_contents_post {
width: 710px;
margin: 0px 0px 20px 0px !important;
border-bottom: 1px solid #ccc;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}
#top_contents_post_img {
float: left;
padding: 2px;
border: 1px solid #ccc;
background-color: #fff;
}
#top_contents_post_text {
float: right;
width: 560px;
margin: 0 0 10px 0;
}
#top_contents_post_title {
width: 560px;
font-size: 13px;
font-weight: bold;
margin: 0 0 10px 0 !important;
text-indent: 8px;
text-align: left;
line-height: 16px;
display: block !important;
padding: 5px 0 !important;
border-bottom: 1px dotted #ccc;
border-left:4px solid #189203;
}
#top_contents_post_title a{;color:#0B5FAB;text-decoration:none;}
#top_contents_post_title a:link{color:#0B5FAB;text-decoration:none;}
#top_contents_post_title a:vidited{color:#0B5FAB;text-decoration:none;}
#top_contents_post_title a:hover{color:#0B5FAB;text-decoration:underline;}
#top_contents_post_title a:active{color:#0B5FAB;text-decoration:none;}

#top_contents_post_abst {
	margin:0 0 0 8px;
}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
.entry-date {
color: #0B5FAB;
font-size: 12px;
line-height: 18px;
margin: 5px 0 0 0;
background-color: #FFF;
text-align: right;
font-weight:bold;
}

.btn_contact{
margin: 40px 0 0 0;
text-align: center;
}
/*-----------------------------------------------
ソーシャル系リンク
-----------------------------------------------*/
.so_link{
padding:0 0 2px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:right;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
.entry_navi {
text-align: center;
padding: 5px 0 25px 0;
}

.blog_info dl{
width:700px;
overflow:hidden;
padding:10px 0 0 0;
margin:0 auto 30px;
}
.blog_info dl dt{
clear:both;
float:left;
width:110px;
margin:0 0 10px;
}
.blog_info dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 110px;
}
/*-----------------------------------------------
お客様の声
-----------------------------------------------*/
.title_voice{
	background:url(../img/title_voice.jpg) no-repeat center 0;
}
ul.ul_voice{
	width:730px;
	overflow:hidden;
}
ul.ul_voice:after{content: "";display: block;clear: both;}

ul.ul_voice li{
	float:left;
	width:210px;
	height:348px;
	margin:0 44px 30px 0;
}
ul.ul_voice li:nth-child(3n){
	margin:0 0 30px 0;
}
dl.voicebox{
	width:210px;
	height:348px;
	overflow:hidden;
	background:url(../img/voice_bk_box.png) no-repeat;
}
dl.voicebox dt{
	height:33px;
	line-height:33px;
	color:#4B391F;
	font-size:13px;
	text-indent:10px;
	margin:17px 0 0 0;
}
dl.voicebox dd .photo{
	width:210px;
	height:140px;
	position:relative;
}
dl.voicebox dd .photo img{
	position: absolute;
	display: block;
	max-width: 172px;/*この大きさが理想*/
	max-height:124px;/*この大きさが理想*/
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
dl.voicebox dd .title{
	height:46px;
	margin:0 14px 23px;
	line-height:1.7;
	font-size:13px;
}
dl.voicebox dd .text{
	height:86px;
	margin:0 24px;
	font-size:11px;
	line-height:1.7;
}

/* WP記事エリアの共通スタイル
---------------------------------------------------------------------------- */
.wysiwyg {
	overflow:hidden;
	margin:0 auto;
	word-wrap:break-word;
}
.wysiwyg p {
	margin:0 auto 25px;
}
.wysiwyg p em {
	font-style:italic;
	font-family:"MS P Gothic","ＭＳ Ｐゴシック";
}
.wysiwyg p b {
	font-weight:bold;
}
.wysiwyg p strong {
	font-weight:bold;
}
.wysiwyg p a:hover {
	text-decoration:none;
}
.wysiwyg p:last-child {
	margin-bottom:0;
}
.wysiwyg .alignleft {
	float:left;
	margin:0 15px 10px 0;
}
.wysiwyg .alignright {
	float:right;
	margin:0 0 10px 15px;
}
.wysiwyg .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wysiwyg img{
	max-width:100%;
	width: auto;
	height: auto;
}
.wysiwyg ul {
	margin:0 0 15px 20px;
}
.wysiwyg ul li{
	list-style-type:disc;
}
.wysiwyg ol {
	margin:0 0 15px 20px;
}
.wysiwyg ol li{
	list-style-type:decimal;
}
.wysiwyg blockquote {
	font-family:Georgia, "Bitstream Charter", serif;
	font-style:italic;
	font-weight:normal;
	margin:0 3em 1em;
}
.wysiwyg h1 ,.wysiwyg h2 ,.wysiwyg h3 ,.wysiwyg h4 ,.wysiwyg h5 ,.wysiwyg h6 {
	margin:0 0 0.5em 0;
	padding:0;
	font-weight:bold;
}
.wysiwyg h1 {
	width:auto;
	font-size:2em;
}
.wysiwyg h2 {
	border:none;
	font-size:1.8em;
}
.wysiwyg h3 {
	font-size:1.6em;
}
.wysiwyg h4 {
	font-size:1.3em;
}
.wysiwyg h5 {
	font-size:0.9em;
}
.wysiwyg h6 {
	font-size:0.8em;
}
.wysiwyg address {
	font-style:italic;
}
.wysiwyg .gallery .gallery-item img {
	width:auto;
	max-width:100% !important;
	height:auto;
}
.wysiwyg table ,.wysiwyg th ,.wysiwyg td {
	border-style:solid;
	border-color:#c2c2c2;
	word-break:break-all;
}
.wysiwyg table {
	width:100% !important;
	margin:0 0 1.5em;
	border-width:1px 1px 0 0;
}
.wysiwyg th ,.wysiwyg td {
	padding:10px 15px;
	border-width:0 0 1px 1px;
	text-align:left;
	vertical-align:top;
}
.wysiwyg th {
	background:#f3f3f3;
	font-size:1em;
	font-weight:bold;
}
.wysiwyg td {
	font-size:1em;
}
.wysiwyg hr {
	overflow:hidden;
}
.wysiwyg .wp-caption {
	margin-bottom:15px;
	padding:5px 0 0;
	background-color:#f3f3f3;
	border:1px solid #dddddd;
	text-align:center;
}
.wysiwyg .wp-caption .wp-caption-text {
	margin-bottom:0;
	padding:5px 0;
	color:#333;
}

/* searchform
---------------------------------------------------------------------------- */
#searchform input[type="text"]{
	width: 120px;
}
#searchform #searchsubmit{
	display: inline-block;
	vertical-align: bottom;
}
