/*
Theme Name: Wadayamaseiki2025 Theme
Description: 和田山精機株式会社のテーマ（2025）
*/

@charset "utf-8";

@import"./css/clearfix.css";
@import"./css/form.css";
@import"./css/form_object.css";
@import"./css/common.css";
@import"./css/contents.css";
@import"./css/margin.css";
/* @import"./css/sp_ui.css"; */
@import"./css/ui.totop.css";
@import"./css/pagemaker.css";

/* @import"./css/wadayama_2025.css"; */

/*-----------------------------
BASE
------------------------------*/
*{
	box-sizing: border-box;
}

.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    max-width: 100%;
}

ol li {
	list-style-type: decimal;
	line-height: 28px;
}
.post ol {
	padding-left: 40px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	behavior:url("/css/PIE.htc");
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
	behavior:url("/css/PIE.htc");
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%!important;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
}
#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 90%;
	color: #666;
	font-weight: normal;
}
#header #header-in #h-l h1 a {
	color: #000;
	text-decoration: none;
}
#h-l .descr {
	font-size: 90%;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
/*記事タイトル*/

.entry-title span{
}

.entry-title{
	padding: 10px 20px!important;
	background: url(./img/bg_header.gif) left bottom repeat-x;
	border-radius: 10px;
	color: #FFF;
	margin: 0 0 5px 0!Important;
}
	
	/*border-top: 1px solid #603813;
	margin: 0 0 10px;
	background:#f3edd4;
	padding: 10px;
	font-weight: bold;*/



.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}

/*.entry-title-ac{
	padding: 0 0 0 40px;
	background: url(/img/icon_blog.gif) left 2px no-repeat;
}*/



.entry-title a {
	color: #FFF;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac{
	padding: 10px 20px!important;
	background: url(./img/bg_header.gif) left bottom repeat-x;
	border-radius: 10px;
	color: #FFF;
	margin: 0 0 5px 0!Important;
}

.search-results .entry-title-ac{
	padding: 0;
}




.entry-title-ac a:link{ color:#0f51a6; text-decoration: none;}
.entry-title-ac a:visited{ color:#0f51a6; text-decoration: none;}
.entry-title-ac a:active{ color:#0f51a6; text-decoration: none;}
.entry-title-ac a:hover{ color:#FEA621; text-decoration: none;}

	 
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-left: 25px!Important;
	background: url(./img/arrow_wp_list.gif) left center no-repeat;
}


/*中見出し*/

.demo h3 {
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
}
/*小見出し*/

.moto .post h3 {
	font-size: 110%;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.kizi h3 {
	font-size: 130%;
	line-height: 30px;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	line-height: 28px;
}
#footer #footer-in h4 a {
	color: #666;
	text-decoration: none;
}

iframe{
	vertical-align:middle;
}

/*-----------------------------
タイトル下
------------------------------*/

.kizi .blogbox p {
	font-size: 80%;
}
.kizi .blogbox {
	background-color: #f3eedd;
	line-height: 1.7em;
}
.kizi .blogbox p .kdate {
	background-color: #603813;
	margin-right: 10px;
	color: #000;
	padding: 5px;
}

.blogbox a:link{ color:#000;}
.blogbox a:visited{ color:#000;}
.blogbox a:active{ color:#000;}
.blogbox a:hover{ color:#a05615;}





/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align:center;
}
.pagination span, .pagination a {
	display: inline-block;
/* 	float: left; */
	margin: 2px 2px 2px 0;
	padding: 8px 12px;
	text-decoration: none;
	width: auto;
	color: #0f51a6;
	background: transparent;
	border:1px solid #0f51a6;
}
.pagination a:hover {
	color: #fff;
	background: #0f51a6;
}
.pagination .current {
	color: #fff;
	background-color: #0f51a6;
}
/*-----------------------------
基本構造
------------------------------*/
#main{
	float: left;
	width: 690px;
}

#wp #side-navi{
	position: relative;
	border-top: none!Important;
	font-size: 14px;

}

#side-navi ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-parent #side-navi ul li#side-page-tit0,
.page-child #side-navi ul li#side-page-tit0{
	display:none;
}

#side-navi ul{
	margin: 0;
	padding: 0;
}


#wp #pm-detail-cate-tit h3{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#wp #pm-detail-cate-tit h3{
	background: url(./img/cate_tit.jpg) left top no-repeat;
}

#respond h3 {
	font-size: 16px;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.post .entry .entry-content {
	width: 100%;
	margin: 0 0 50px;
}






.entry-tit-box{
	margin: 0 0 10px;
	padding: 0 0 1px;
	font-weight: normal;
	letter-spacing: 0.3px;
	border-bottom: 1px dotted #CCC;
}

.entry-tit-box-inner{
	/*background: url(/img/bg_page_tit.gif) left top no-repeat;
	padding: 13px 0 0;
	font-size: 100%;*/
}

.search-results .entry-tit-box-inner{
	padding: 19px 0 0;
}








.entry {
	margin-bottom: 20px;
	padding-top: 10px;
}
.entry .sumbox {
	float: left;
	height: 150px;
	width: 150px;
}

.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}






.entry-content .blog_info a:link{ color:#000; text-decoration: none;}
.entry-content .blog_info a:visited{ color:#000; text-decoration: none;}
.entry-content .blog_info a:active{ color:#000; text-decoration: none;}
.entry-content .blog_info a:hover{ color:#a05615; text-decoration: none;}


.blog_info{
	margin: 0 0 0 -40px;
	text-align: right;
	padding: 5px 0 10px;
}


.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 90%;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
}
#footer #footer-in .stinger {
	margin: 0px;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}

#second-main-outter{
	float: left;
	width: 700px;
	margin: 0 auto;
} 




/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}

#side ul{
	margin: 0;
	padding: 0;
}




#side ul li {
	font-size: 105%;
	margin: 0;
	padding: 0;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}

#footer #footer-in .stinger a {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}

#side ul li ul li {
	font-size: 90%;
	margin: 0 0 5px;
	padding: 0 0 4px 16px!important;
	background: url(./img/arrow_side.gif) left 3px no-repeat;
	line-height: 1.4em;
	border-bottom: 1px dotted #CCC;
}

#side ul li ul li a:link{ color:#000;}
#side ul li ul li a:visited{ color:#000;}
#side ul li ul li a:active{ color:#000;}
#side ul li ul li a:hover{ color:#FEA621;}

#side ul li ul{
	margin: 0;
	padding: 0 5px;
}

#side ul{
	margin: 0 0 10px;
}



/*サイドの各タイトル見出し*/

.menu_underh2{
	background: #0f51a6;
	border-radius: 5px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 15px;
}

#container #header #header-in #h-l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#container #wrap {
}
#container #wrap #wrap-in #side #ad1 div ul li h3 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#container #wrap #wrap-in #side h3 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#container #wrap #wrap-in #side ul li h3 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
	padding: 0px;
}
#container #twibox ul{
	margin: 0 0 10px
}

#container #twibox ul li li{
}



#container #wrap #wrap-in #side #twibox ul li h3 {
}
#container #wrap #wrap-in #side #tagbox {
	padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
	padding-left: 20px;
}
/*-----------------------------
SNS
------------------------------*/

.sns {
	padding: 5px 5px 5px 5px;
	margin-left: -1px;
	bottom: 10px;
	position: fixed;
	border-radius: 0px 4px 4px 0px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-image: url(images/a30.png);
	background-repeat: repeat;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*-----------------------------
ページTOP
------------------------------*/

/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}
.sumbun p {
	font-size: 110%;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 15px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
#footer #footer-in h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 110%;
	font-weight: normal;
	color: #666;
	padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
	color: #000;
	text-decoration: none;
	background-color: #f3f3f3;
	width: 90px;
	color: #666666;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.motto a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #000;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 110%;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}

#search{
	background: #FFF;
}
/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-size: 90%;


	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	color: #333;
	background-color: #e2e3fa;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 30px;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 110%;
}
.commentmetadata {
	font-size: 90%;


	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 110%;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 110%;
}
#comments {
}
#comments #commentlist img {
	padding: 10px;
}

#comments a:link{color: #383969;}
#comments a:visited{color: #383969;}
#comments a:active{color: #383969;}
#comments a:hover{color: #383969;}

/*---------------------
ナビゲーション
-----------------------*/

#navi-in li {
	position: relative;
	float: left;
	font-size: 110%;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navi-in li li {
	float: left;
	font-size: 110%;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#navi-in li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}
/*-----------------------------
検索フォーム
-----------------------------*/
#twibox #search #searchform {
	position: relative;
	
}


#twibox #search {
	height: 40px;

}

#s{
	width: 170px;
	height: 26px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	border: 1px solid #CCC;
	behavior:url("/css/PIE.htc");
}

#s{
	/*width: 150px;
	height: 24px;
	border: none;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCC;
	font-size: 14px;
	border-radius: 0;*/
}

#searchsubmit {
	background: url(./img/btn_search.png) left top no-repeat;
	width: 37px;
	height: 27px;
	cursor: pointer;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
}


*:first-child + html #searchsubmit {
	top: 1px;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;


	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	font-size: 90%;
}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 90%;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #000;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 110%;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	margin-top: -10px;
}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 90%;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 5px;
	color: #666666;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl {
	clear: both;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 110%;
	padding-bottom: 10px;
}
.kuzu a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
}
div#breadcrumb a {
}
div#breadcrumb div {
}
#breadcrumb div a {
}
/*-----------------------------------
カレンダー
------------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #CCC;
}

#wp-calendar thead tr th {
	text-align: center;
	background: #e2e3fa;
	color: #383969;
	padding: 5px 0;
	border-right: 1px solid #CCC;
}
#wp-calendar td {
	text-align: center;
	padding: 2px 0;
	background: #FFF;
	color: #555;
	border: 1px solid #CCC;
	text-align: center;
}

#wp-calendar tbody td a:link { color: #E36B6B; text-decoration: underline;}
#wp-calendar tbody td a:visited { color: #E36B6B; text-decoration: underline;}
#wp-calendar tbody td a:active { color: #E36B6B; text-decoration: underline;}
#wp-calendar tbody td a:hover{ color: #E36B6B; text-decoration: underline;}

#wp-calendar tfoot td a:link { color: #603813;}
#wp-calendar tfoot td a:visited { color: #603813;}
#wp-calendar tfoot td a:active { color: #603813;}
#wp-calendar tfoot td a:hover{ color: #ff820b;}


#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
}
#wp-calendar tbody tr #today {
	background-color: #ffeeee;
	font-weight: bold;
}



#calendar_wrap{
	padding: 0 0 10px;
	font-size: 13px;
}

#wp-calendar .pad{
	background: #E6E6E6;
}


#wp-calendar tfoot .pad{
	background: #FFF;
	border-bottom: 1px solid #CCC!important;
	border-right: 1px solid #FFF;
}


#wp-calendar td#prev{
	border-right: 1px solid #FFF!important;
	text-align: left;
	padding: 0 0 0 10px;
}

#wp-calendar  tfoot td#next{
	border-right: 1px solid #CCC!important;
	text-align: right;
	padding: 0 10px 0 0;

}

/*---------------------------------
コンテンツ
--------------------------------*/

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}
.blog_info.contentsbox p {
	font-size: 80%;
	padding: 0 0 0 43px;
}
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.next-navi{
	float: left;
	width: 50%;
	font-size: 80%;
}

.back-navi{
	float: right;
	width: 50%;
	text-align: right;
	font-size: 80%;
}

.p-navi{
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border-top: 1px dotted #CCC;
}


.p-navi a:link{ color:#000;}
.p-navi a:visited{ color:#000;}
.p-navi a:active{ color:#000;}
.p-navi a:hover{ color:#dfdafb;}






/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 90%;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}

/*---------------------------------
タイトル部分
--------------------------------*/

#wp #pm-detail-cate-tit #pm-cate-tit{
	background: url(/common/blog_img/tit.png) left center no-repeat;
	width: 343px;
	height: 200px;
}

#wp #pm-detail-cate-tit-inner{
	background: url(/common/blog_img/tit_bg.png) right top no-repeat;
	height: 200px;
}

#blog-tit-upper{
background: url(/img/bg_header.gif) left bottom repeat-x;
padding: 12px 15px;
margin: 0 auto;
text-align: left;
color: #FFF;
font-weight: bold;
font-size: 22px;
border-radius: 10px;
behavior:url("/css/PIE.htc");
}


.post .wp_social_bookmarking_light{
	margin-top: 50px!Important;
}








