/* CSS Document */
/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */

.clrfix {
	display: inline-table;
}
/**/

html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.7;
}
br {
	letter-spacing: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
		"MS PGothic", sans-serif;
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
	scrollbar-face-color: #ffffff; /* 表面の色 */
	scrollbar-3dlight-color: #ffffff; /* 左端と上端の色 */
	scrollbar-highlight-color: #ffffff; /* ハイライトの色 */
	scrollbar-shadow-color: #cccccc; /* 影の色 */
	scrollbar-darkshadow-color: #ffffff; /* 右端と下端 */
	scrollbar-arrow-color: #cccccc; /* 矢印の色 */
	scrollbar-track-color: #ffffff; /* バーの背景の色 */
	-webkit-text-size-adjust: none;
}

#bdbg {
	background-image: url(../img/bg/body1.jpg);
}

#outline {
	width: 1027px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 10px 0 0 15px;
	text-align: left;
	height: 150px;
}
#header p {
	text-align: right;
	padding: 0 50px 0 0;
}
h1 {
	float: right;
	font-size: 8px;
	color: #666666;
	height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	color: #e5e5e5;
	font-size: 20px;
	border-bottom: 5px solid #ececec;
	line-height: 100%;
	padding: 10px 10px 10px 20px;
	margin-right: 50px;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-weight: normal;
	clear: both;
	font-size: 20px;
	padding: 2em 0 0.5em 0;
}

.blog {
	color: #000000;
	font-weight: normal;
	clear: both;
	font-size: 20px;
	padding: 0 0 0.5em 0;
}

h3 a {
	color: #000;
	clear: both;
	font-size: 20px;
}

a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ffcc66;
}

#contbody {
	clear: both;
	padding-top: 10px;
	width: 1032px;
	margin: auto;
	background-repeat: repeat-y;
}

#contbody2 {
	background-color: #000;
	width: 1000px;
	margin: auto;
	border: 5px solid #106ab2;
	background-color: #ffffff;
}

#underhead {
	background-image: url(../img/bg/contbgtop.png);
	height: 30px;
	width: 1032px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* CSS Document */

/* ナビゲーションここから*/

#globalNavi ul,
li {
	margin: 0;
	padding: 0;
}
#globalNavi {
	clear: both;
	height: 40px;
	width: 1000px;
	margin: 0 auto 0 auto;
}

#globalNavi ul#nav {
	width: 1010px;
	margin: 0 0 0 -5px;
	position: relative;
	line-height: 1;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
}

#nav ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}
* html #nav ul {
	line-height: 0;
}
#nav ul li {
	float: none;
	font-size: 10px;
}

#nav ul {
	width: 146px;
}
#nav ul ul {
	top: 0;
	left: 138px;
	z-index: 1000;
	font-size: 10px;
	margin-top: 2px;
}
#nav ul a {
	display: block;
	width: 148px;
	background: #ffffff;
	padding: 6px 0 6px 0;
	color: #999999;

	border-bottom: 2px solid #106ab2;
	border-left: 2px solid #106ab2;
	border-right: 2px solid #106ab2;
	/*opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	zoom: 1;
	line-height: 1;
}

#nav ul a:hover {
	display: block;
	width: 148px;
	background: #000;
	padding: 6px 0 6px 0;
	color: #ffffff;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	/*opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	zoom: 1;
	line-height: 1;
}

* html #nav ul li {
	margin-bottom: -3px;
} /* IE6ハック */
*:first-child + html #nav ul li {
	margin-bottom: -4px;
} /*IE7ハック */

a:focus {
	outline: none;
}
/* ナビゲーションここまで*/

#leftcont {
	zoom: 1;
	float: left;
}
#rightcont {
	zoom: 1;
	float: right;
}

#footer {
	height: 116px;
	margin: 20px auto 0 auto;
	width: 1032px;
	background-color: #ffffff;
}

.copy {
	color: #666666;
	font-size: 9px;
	float: right;
	margin-right: 30px;
	display: inline;
}

.footlogo {
	text-align: right;
	padding-right: 30px;
	padding-top: 0px;
}
.both {
	clear: both;
}

.space {
	padding: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#leftcontents {
	width: 708px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.floatright {
	float: right;
}

#leftcontents img.photo {
	margin: 5px 0 20px 20px;
	border: solid #cccccc 1px;
}

.floatleft {
	float: left;
}

.h3 {
	background-image: url(../img/h2_bg.gif);
	line-height: 0;
}

.h3top {
	width: 688px;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

.h3topa {
	width: 940px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 30px;
}

li {
	list-style-type: none;
}

ul.aisatsuright {
	padding: 0px 0 20px 0;
}

ul.aisatsuright li {
	line-height: normal;
	padding: 0px 0 5px 22px;
	margin: 0px 0 10px 0;
	border-bottom: dotted #999999 2px;
	width: 212px;
	background-image: url(../img/yajirushi-002-01-b.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.post {
	width: 650px;
}

h3.saideyoko {
	background-image: url(../img/heading2.gif);
	padding: 5px 0 0px 5px;
	color: #ffffff;
	height: 44px;
	font-size: 18px;
	overflow: hidden;
}
.xo li {
	background-image: url(../img/type3line.gif);
	background-position: bottom;
	color: #333333;
	line-height: 24px;
	padding: 10px 0 0 5px;
	background-repeat: repeat-x;
}
.xo li span {
	font-size: 9px;
}

.xo {
	padding: 0 0 30px 0px;
}

.day {
	font-size: 10px;
	padding-left: 10px;
}

.mail_sel_001 {
	background-color: #c5ffb7;
	padding: 5px;
	margin-top: 10px;
}

.mail_table_001 {
	margin: 20px 0 0 0;
}

.mail_sel_002 {
	background-color: whiteSmoke;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: silver;
	border-left-color: silver;
	font-size: 10pt;
}

.mail_table_001 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: silver;
	border-bottom-color: silver;
	margin-top: 16px;
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: show;
}

.entry-content p {
	font-size: 15px;
	width: 650px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.ask {
	color: #000;
	padding: 30px 0 10px 0;
}

.link {
	padding: 20px 0 50px 0;
}

.about {
	padding-bottom: 50px;
}

.b20 {
	padding-bottom: 20px;
}
.komidashi {
	font-size: 16px;
}

.nendai {
	margin: 30px 5px 10px 5px;
	border-bottom: dashed 1px;
}
.nengou {
	list-style: none;
	padding: 20px 10px 30px 10px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: dashed 1px;
}

.nengou_p {
	float: right;
	padding: 10px 10px 30px 10px;
	width: 500px;
}

.nendai_li {
	margin: 10px;
}

.nendai_li a {
	color: #ffffff;
	background-color: #999999;
	padding: 10px;
}

.nendai_li a:hover {
	color: #ffffff;
	background-color: #000;
	padding: 10px;
}

.nendai_li_s a {
	color: #ffffff;
	background-color: #009999;
	padding: 10px;
}

.midashi {
	padding: 20px;
}

ul.nav {
	width: 1010px;
	margin: 0 0 0 -5px;
	position: relative;
	line-height: 1;
}
.nav li {
	list-style: none;
	float: left;
	position: relative;
}

.nav ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}
* html .nav ul {
	line-height: 0;
}
.nav ul li {
	float: none;
	font-size: 10px;
}

.nav ul {
	width: 146px;
}
.nav ul ul {
	top: 0;
	left: 138px;
	z-index: 1000;
	font-size: 10px;
	margin-top: 2px;
}
.nav ul a {
	display: block;
	width: 148px;
	background: #ffffff;
	padding: 6px 0 6px 0;
	color: #999999;

	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	/*opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	zoom: 1;
	line-height: 1;
}

.nav ul a:hover {
	display: block;
	width: 148px;
	background: #000;
	padding: 6px 0 6px 0;
	color: #ffffff;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	/*opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	zoom: 1;
	line-height: 1;
}

* html .nav ul li {
	margin-bottom: -3px;
} /* IE6ハック */
*:first-child + html .nav ul li {
	margin-bottom: -4px;
} /*IE7ハック */

a:focus {
	outline: none;
}

.contact-label {
	font-size: 12px;
	color: #666666;
}

#estimate {
	color: #545252;
}

#estimate th {
	font-weight: normal;
	text-align: left;
	width: 100px;
	padding: 15px 0 0 10px;
}

#estimate td {
	padding: 5px 0 15px 10px;
}

.text,
textarea,
.dropdown {
	border: 1px solid #cccccc;
	background: #f9f9f9;
	padding: 2px;
}

#contact_btn {
	text-align: left;
	margin-bottom: 60px;
}

#txt {
	font-size: 20px;
	color: #000000;
}
.newsdetail {
	text-align: left;
	padding: 15px;
}
.blogcont__ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.14;
	letter-spacing: 0.04em;
	background: #f0f0f0;
	border-top: 4px solid #0f6ab2;
	color: #0f6ab2;
	padding: 10px 15px;
	margin: 0 0 40px 0;
}

.blogcont__area {
	padding: 20px;
}
.blogcont__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blogcont__box-img {
	width: 33%;
}
.blogcont__box-img img{
	width: 100%;
}
.blogcont__box-txt {
	width: 65%;
	text-align: left;
}
.blogcont__box-txt time {
	font-size: 12px;
}
.blogcont__box-ttl {
	padding: 0 !important;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #0f6ab2;
}

.blogcont__box-txt p {
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.blogcont__box-txt a {
	background: #0f6ab2;
	padding: 10px 35px;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.blogcont__box-txt a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-right: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.btn-wrap {
	text-align: center;
	padding-top: 30px;
}
.morebtn {
	background: #0f6ab2;
	padding: 10px 35px;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.morebtn:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-right: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.old {
	display: block;
	margin-top: 20px;
	font-size: 12px;
}

.arcive .blogcont__ttl {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.14;
	letter-spacing: 0.04em;
	background: transparent;
	color: #0f6ab2;
	margin: 30px 15px;
	border: 0;
}
.arcive .blogcont__box-img {
	width: 22%;
}
.arcive .blogcont__box-img img{
	width: 100%;
}
.arcive .blogcont__box-txt {
	width: 75%;
}

.pagination {
	position: relative;
	text-align: center;
}
.pagination ul {
	display: flex;
	justify-content: center;
}
.pagination ul li.prev span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	transform: rotate(45deg);
	margin-left: 6px;
}
.pagination ul li.next span {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	transform: rotate(-45deg);
	margin-right: 6px;
	border-radius: 0;
}
.pagination ul li.prev:hover span,
.pagination ul li.nex:hover span {
	border-color: #fff;
}
.pagination ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
	color: #4d4d4d;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
	letter-spacing: 0.1;
	margin: 0 5px;
	transition: background-color 0.5s;
}
.pagination ul a.active {
	pointer-events: none;
	color: #fff;
	background: #4d4d4d;
}
.pagination ul a:hover {
	background: #4d4d4d;
	color: #fff;
}
