@charset "UTF-8";
/*---------- PC表示スタイリング
幅736pxからの指定 ----------*/
@media screen and (min-width: 737px) {
.sp {
	display: none;
}
body {
	font-size: 16px;
	line-height:1.86;
}
.l {
	float: left;
}
.r {
	float: right;
}
.wrap{
	max-width:1248px;
	min-width: 1048px;
	padding:0 24px;
	margin:0 auto;
}
.breadcrumbs{
	padding:24px 0 0;
	font-size:12px;
	text-align:right;
}
.breadcrumbs a{
	text-decoration:underline;
	color:#111;
}
.breadcrumbs a:hover{
	text-decoration:none;
	color:#86bc43;
}
blockquote {
	background: #f2f2f2;
	border:10px solid #ccc;
	padding: 24px 24px 0;
	font-size:14px;
	font-style: oblique;
}
.btn-push {
	display: inline-block;
	max-width: 300px;
	min-width: 200px;
	text-align: center;
	background: #fff;
	border:2px solid #111;
	font-size: 14px;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	padding: 14px 36px;
	border-radius: 7px;
	position: relative;
}
.btn-push::after {
	font-family: "Font Awesome 5 Free",sans-serif;
	content: "";
	position: absolute;
	right: 10px;
	text-decoration: none;
	color: #86bc43;
}
.btn-push:hover {
	color: #111;
	background:#ffd400;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:100;
}
.ad-area{
	padding:24px 0;
}

.img-bod{
	padding:12px;
	border:10px solid #f2f2f2;
	display:block;
}
/* header
---------------------------------------------- */
header {
	width: 100%;
	min-width: 1048px;
	margin: 0 auto;
	background: #fff;
}

header .head-in {
	width:100%;
	min-width: 1048px;
	max-width: 1260px;
	margin: 0 auto;
	padding:24px;
}
header .head-in .logo {
	float: left;
	width: 270px;
}
header .head-in .logo a{
	display:block;
}
header .head-in nav {
	width: 670px;
	float: right;
	text-align: right;
	font-size:0;
}
header .head-in nav a{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin-left: 6px;
	font-weight: bold;
	text-align: center;
	font-size:16px;
}

header .button {
	display: inline-block;
	width: 140px;
	height: 56px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #86bc43;
	border: 2px solid #86bc43;
	color: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 10px;
}
header .button span {
	font-size: 0.7em;
}
header .button::before,
header .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
}
header .button,
header .button::before,
header .button::after {
	transition: all 0.3s;
}
header .button:hover {
	background-color: #ffd400;
	border-color: #333;
	color: #333;
}

header .button::before,
header .button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #86bc43;
}
header .button::before {
	right: 0;
}
header .button::after {
	left: 0;
}
header .button:hover::before,
header .button:hover::after {
	width: 0;
	background-color: #333;
}

/* footer
---------------------------------------------- */
footer {
	width: 100%;
	min-width: 1048px;
	margin: 0 auto;
	font-size: 12px;
	padding: 48px 0px;
	background: #111;
	color: #fff;
}
footer .privecy-txt{
	width:1048px;
	margin: 0 auto;
	font-size: 12px;
	padding: 24px;
	text-align: center;
	color: #fff;
}
footer .copy {
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding:24px;
}
footer a {
	color: #fff;
	text-decoration:underline;
}

.insta-area{
	background:#faf9f6;
	width:100%;
	padding:48px 48px 100px;
}

/* container
---------------------------------------------- */
#container {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding:0 0 0;
}
#container .contents {
	float: left;
	width: 70%;
	padding:60px 7.5% 60px 0;
}
#container .contents .entry-meta {
	padding: 24px 0;
	font-size:14px;
}
#container .contents .entry-meta a {
	color: #71a822;
	font-weight: bold;
}
#container .contents .entry-meta a:hover {
	color: #fa4c07;
	text-decoration: underline;
}

.title-main {
	width: 100%;
	background: #86bc43;
}
.title-main .title-in {
	width: 1048px;
	margin: 0 auto;
}
.title-main .title-in .ttl {
	line-height: 92px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.cate-link-area {
	padding: 24px;
	background: #f4f4f4;
	margin-bottom: 24px;
}
.cate-link-area a {
	font-size: 14px;
	text-decoration: underline;
}
.wp-pagenavi {
	padding: 0 0 24px;
}

/* side
---------------------------------------------- */
#container .side {
	float: right;
	width: 30%;
	padding:60px 0;
}
#container .side .img-cover {
	padding: 16px 0 0;
}
#container .side .daihyou-txt {
	font-size: 13px;
	padding: 24px 0 0;
}
#container .side .widget {
	margin-bottom: 0;
}
#container .side .free-widget{
	width: 100%;
	background:#fff;
	padding:0;
	line-height:1.4;
}
#container .side .free-widget .ttl{
	background: #111;
	margin-bottom: 24px;
	font-size: 14px;
	padding:12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#container .side .free-widget .txt{
	padding:0 0 12px;
	font-size:12px;

}
#container .side .free-widget a{
	display:block;
	text-align:center;
}
#container .side .free-widget .txt-link{
	font-size:14px;
	padding:0 0 32px;
}
#container .side .free-widget .txt-link a{
	font-size:14px;
	padding:0;
	display:inline;
	text-decoration:underline;
	text-align:left;
}
#container .side .widget .widget-title {
	width: 100%;
	background: #111;
	margin-bottom: 0px;
	font-size: 14px;
	padding:12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#container .side .widget ul li {
	border-bottom: 1px dotted #666;
	font-size: 15px;
	line-height: 1.6;
	padding: 16px 0;
}
#container .side .widget ul li .post-date {
	font-size: 0.7em;
	color: #333;
}
#container .side .widget ul li a {
	display: inline-block;
	font-weight: 600;
}
#container .side .widget ul li ul {
	padding: 0 0 0 12px;
}
#container .side .widget ul li ul li {
	border: 0;
	padding: 6px 0;
	font-size: 13px;
}
#container .side .widget ul li ul li a {
	font-weight: 500;
	text-decoration: underline;
}
#container .side .widget ul li a::before {
	display:inline-block;
	font-family: "Font Awesome 5 Free",sans-serif;
	content: "\f054";
	color: #71a822;
	font-size: 8px;
	font-weight: 900;
	margin-right: 6px;
	text-decoration: none !important;
}
#container .side .google-area{
	padding:0;
}
#container .side .google-area .ttl {
	width: 100%;
	line-height: 48px;
	background: #111;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#container .side .google-area .kuchikomi-area .wp-gr .wp-google-text{
	font-size:11px !important;
	line-height:1.6 !important;
}
#container .side #sb_instagram{
	padding-top:12px;
	margin-bottom:12px;
}
.entry-title {
	font-size: 32px;
	line-height: 1.48;
	font-weight: bold;
	margin-bottom:40px;
}

.entry-content {
	width: 100%;
	padding: 0 0;
}
.entry-content p {
	font-size:16px;
	padding: 0 0 24px;
}
.entry-content h2_bk {
	width: 100%;
	line-height: 1.4;
	padding: 10px 15px;
	background: #86bc43;
	color: #fff;
	font-size: 21px;
	margin-bottom: 25px;
}
.entry-content h2 {
	position: relative;
	color: black;
	background:#f4f4f4;
	line-height: 1.48;
	font-size:20px;
	padding:16px;
	margin: 12px 0 32px;
	border-bottom:2px solid #86bc43;
}
.entry-content h2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f00c Check';
	background: #86bc43;
	color: #fff;
	left: 10px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 6px 8px 6px;
	font-size: 0.5em;
	line-height: 1;
	letter-spacing: 0.05em
}


.entry-content h3_bk {
	width: 100%;
	line-height: 1.4;
	padding: 12px 16px;
	background: #f4f4f4;
	color: #111;
	font-size: 24px;
	margin-bottom: 20px;
}
.entry-content h3 {
	position: relative;
	padding:24px 12px 24px 68px;
	background:#fff8e4;
	font-size: 18px;
	margin-bottom:32px;
	line-height:1.48;
}
.entry-content h3:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";
	background: #ffca2c;
	color: white;
	font-weight: 900;
	font-size: 20px;
	border-radius: 50%;
	left: 6px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-content h3:after {
/*吹き出しのちょこんと出た部分*/
	content: '';
	display: block;
	position: absolute;
	left: 48px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffca2c;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entry-content #sb_instagram h3{
	position: static;
	padding:0;
	background:none;
	font-size: 18px;
	margin-bottom:32px;
	line-height:1.48;
}
.entry-content #sb_instagram h3:before {
	content: none;
}
.entry-content #sb_instagram h3:after {
	content: none;
}

.entry-content .info-box p {
	padding: 0 0 32px;
	font-size: 15px;
	line-height: 1.8;
}

.entry-content #toc_container{
	width: 100%;
	padding: 24px 36px 36px;
	margin-bottom: 100px;
}
.entry-content #toc_container .toc_list li{
	width: 100%;
	line-height:1.6;
}
.entry-content #toc_container .toc_list li a{
	display:block;
	position: relative;
	font-size:16px;
	padding: 12px 0 12px 16px;
	text-decoration:none;
}
.entry-content #toc_container .toc_list li a::before {
	font-family: "Font Awesome 5 Free",sans-serif;
	content: "";
	position: absolute;
	left: 0;
	font-weight:900;
	text-decoration: none;
	color: #86bc43;
}
.entry-content #toc_container .toc_list li ul li a{
	font-size:14px;
	padding: 8px 0 8px 14px;
	text-decoration:none;
}

.entry-content .lkc-internal-wrap{
	width:100%;
	max-width:100%;
	border:8px solid #f8f8f8;
	padding:12px;
	background:#fff;
}
.entry-content .lkc-internal-wrap .lkc-thumbnail{
	margin: 0 24px 4px 4px;
}
.kanren-area{
	padding:24px 0;
}
.kanren-area h2{
	background:#111;
	padding:12px 16px;
	color:#fff;
	text-align:center;
	margin-bottom:32px;
}
.kanren-area .box-list .box{
	display:inline-block;
	width:48%;
	margin:0 4% 32px 0;
}
.kanren-area .box-list .box:nth-of-type(2n){
	margin:0 0 32px 0;
}
.kanren-area .box-list .box .photo{
	display:block;
	aspect-ratio: 3 / 2;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.kanren-area .box-list .box .photo img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.kanren-area .box-list .box .sub-con{
	padding:12px 0 6px;
}
.kanren-area .box-list .box .ttl{
	font-weight:bold;
	line-height:1.6;
}
/* slick
---------------------------------------------- */
#slide .box {
	display: inline-block;
	padding:0 16px;
	float:none;
}
#slide {
	width: 100%;
	min-width: 1048px;
	padding: 40px 0;
	margin: 0 auto;
	background: #86bc43;
}
#slide .box .con {
	width: 90%;
	margin: 0 auto;
	padding: 16px 20px 17px;
	background: #111;
	color: #fff;
	border-radius: 5px;
}
#slide .box .con .day {
	font-size: 12px;
	color: #ffd400;
}
#slide .box .con .slide-ttl {
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}

#slide .slick-prev,
#slide .slick-prev:before,
#slide .slick-prev:hover,
#slide .slick-prev:hover:before,
#slide .slick-prev:focus,
#slide .slick-prev:focus:before {
	left: 0;
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/slick-prv.png) no-repeat center center;
	width: 85px;
	height: 85px;
	z-index: 9999;
}

#slide .slick-next,
#slide .slick-next:before,
#slide .slick-next:hover,
#slide .slick-next:hover:before,
#slide .slick-next:focus,
#slide .slick-next:focus:before {
	right: 0;
	display: block;
	position: absolute;
	top: 50%;
	background: url(../img/slick-nex.png) no-repeat center center;
	width: 85px;
	height: 85px;
	z-index: 9999;
}

/* index
---------------------------------------------- */
.top-new-area{
	width:100%;
	min-width:1048px;
	padding:16px 24px;
	background:#d6eebe;
	font-size:14px;
}
.top-new-area .top-new-wrap{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.top-new-area .top-new-ttl{
	width:70px;
	padding:6px 0;
	text-align:center;
	background:#111;
	color:#fff;
	float:left;
}
.top-new-area .txt{
	padding:10px 0 0;
	line-height:1;
	margin-left:80px;
}
.top-new-area .txt a{
	text-decoration:underline;
}
.top-sec-01 {
	padding:0 0 24px;
}
.top-sec-01 h2 {
		font-size: 28px;
		line-height: 1.68;
		font-weight: bold;
		color: #111;
		background: url("../img/makyun.gif") no-repeat top left;
		background-size: 50px;
		padding:0 0 24px 68px;
}
.top-sec-01 .box .txt-area {
	margin-bottom: 40px;
}
.top-sec-01 .box .txt-area span{
	font-weight: bold;
	color:crimson;
}
.top-sec-02 {
	padding: 0 0 48px;
}
.top-sec-02 h2 {
	width: 100%;
	line-height: 60px;
	background: #111;
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.works-block .setumei {
	padding: 0 0 24px;
}
.works-block ul li {
	padding: 0 0 12px;
}
.works-block.blog-block ul li {
	padding: 0 0 12px;
	margin-bottom: 30px;
}
.works-block ul li .photo-box {
	float: left;
	width: 50%;
}
.works-block ul li .photo-box a {
	display: block;
}
.works-block ul li .photo-box a img {
	border: 0;
}
.works-block ul li .info-box {
	float: right;
	width: 50%;
	padding:0 0 0 30px;
}
.works-block ul li .info-box .box-in {
	display: table;
	width: 100%;
	border-left:1px solid #ccc;
	font-size:13px;
}
.works-block ul li .info-box .tb{
	border-top:1px solid #ccc;
}
.works-block ul li .info-box .sub-title {
	display: table-cell;
	width: 30%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	line-height: 1.4;
	padding:12px 16px;
	vertical-align: middle;
	background: #f0f0f0;
}
.works-block ul li .info-box .box-in .box-td{
	display: table-cell;
	width: 70%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 16px;
	vertical-align: middle;
}

.works-block ul li .info-box .bassui {
	padding: 10px 0 16px;
	font-size: 14px;
	line-height: 1.6;
}
.works-block ul li .info-box .naiyou {
	margin-bottom: 8px;
	padding: 16px 20px;
	background: #f4f4f4;
	border-radius: 3px;
	font-size: 13px;
}
.works-block ul li .info-box .naiyou a{
	text-decoration:underline;
}
.works-block ul li .info-box .btn-more-area {
	text-align: right;
}
.works-block ul li .title {
	border-left: 4px solid #86bc43;
	padding: 12px 10px 12px 12px;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1.42;
	font-weight: bold;
}
.works-block ul li .sub-con {
	margin-bottom:12px;
}
.works-block ul li .sub-con .cate {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #222;
	padding: 4px 8px;
	border-radius: 3px;
}
.works-block ul li .sub-con .day {
	display: inline-block;
	font-size: 12px;
	color: #333;
	padding: 4px 8px;
}
.more-box{
	padding:12px 0;
}
.more-box .tag-cloud-area{
	width:460px;
	float:left;
}
.tag-cloud-area a{
	display: inline-block;
	margin: 0 2px 4px 0;
	padding:6px 12px;
	line-height: 1;
	font-size:11px;
	text-decoration: none;
	color: #49841f;
	background: #fff;
	border: 1px solid #86bc43;
	border-radius: 100vw;
}
.tag-cloud-area a:hover{
	color: #111;
	background: #ffd400;
	border: 1px solid #111;
}
.tag-cloud-area .tag-ttl{
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding:6px 12px 6px 0;
	line-height: 1;
	font-size:12px;
}
.more-box .btn-more-area{
	width:200px;
	float:right;
	text-align:right;
}

/* works
---------------------------------------------- */
.works .title {
	font-size: 21px;
	font-weight: bolder;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #86bc43;
}
.works .sub-con {
	padding:0;
	margin-bottom:24px;
}
.works .sub-con .cate {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #222;
	padding: 2px 8px;
	border-radius: 3px;
}
.works .sub-con .day {
	display: inline-block;
	font-size: 12px;
	color: #333;
	padding: 2px 8px;
}
.works .con-box {
	margin-bottom: 40px;
}
.works .con-box .info-box .txt-area{
	margin-bottom: 40px;
}
.works .info-box .box-in {
	display: table;
	width: 100%;
	border-left:1px solid #ccc;
}
.works .info-box .tb{
	border-top:1px solid #ccc;
}
.works .info-box .sub-title {
	display: table-cell;
	width: 30%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
	line-height: 1.4;
	padding: 16px;
	vertical-align: middle;
	background: #f0f0f0;
}
.works .info-box .box-in .box-td{
	display: table-cell;
	width: 70%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 16px;
	vertical-align: middle;
}
.nextprev-area {
	padding: 30px 0;
}
.nextprev-area a {
	text-decoration: none;
	display: block;
}
.nextprev-area .prev-ttl,
.nextprev-area .next-ttl {
	vertical-align: top;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;
	background: #111;
}
.nextprev-area ul li {
	width: 100%;
	margin-bottom: 30px;
	background: #f4f4f4;
	padding: 15px;
}
.nextprev-area ul li .thum-box {
	width: 120px;
	float: left;
	padding: 0;
}
.nextprev-area ul li .prev-box, .nextprev-area ul li .next-box {
	margin-left: 140px;
	padding: 0 10px;
}

.archive-header{
	padding:0 0 24px;
	font-size:13px;
	font-weight:normal;
}

/* sns
---------------------------------------------- */
.sns-icon-area{
	background:#f4f4f4;
}
.sns-icon-area .sns-icon-in{
	padding:12px 12px 12px;
}
.sns-icon-area .sns-ttl{
	padding:16px 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	line-height:1.4;
}
.sns-icon-area .sns-txt{
	padding:0 0 12px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:1.4;
}
.sns-icon-area .sns-txt-sub{
	padding:0 0 24px;
	font-size:12px;
	text-align:center;
}
.sns-icon-area a{
	width:100%;
	margin:0 auto 12px;
	display:block;
	padding:12px;
	background: #fff;
	border-left:10px solid #71a822;
	border-radius: 7px;
}
.sns-icon-area a .image-profile{
	display:inline-block;
	width:42px;
}
.sns-icon-area a .sns-acount{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding:7px 12px 7px;
	vertical-align:middle;
}
.sns-icon-area .sns-ttl i{
	display:inline-block;
	margin-right:12px;
	vertical-align:baseline;
}
.obi-tw{
	background:#4a98e9;
}
/* contact
---------------------------------------------- */
.contact-area{
	width:100%;
	color:#111;
}
.contact-area input{
	vertical-align:baseline;
}
.contact-area  textarea{
	width:100%;
	border:1px solid #666;
	padding:12px;
	font-size:16px;
	border-radius: 5px;
}
.contact-btn-area{
	width:100%;
	margin:0 auto;
	padding:24px 0;
	text-align:center;
}
.contact-area input[type="text"],
.contact-area input[type="email"],
.contact-area input[type="tel"]{
	padding:8px;
	color:#333;
	line-height:1.8;
	border:solid 2px #aaa;
	width:96%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-area textarea {
	padding:12px;
	color:#333;
	line-height:1.68;
	border:solid 2px #aaa;
	width:96%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:186px;
}
.contact-area .box .koumoku{
	width:100%;
	padding:12px;
	font-size:16px;
	background:#f4f4f4;
	font-weight:bold;
}
.contact-area .box .nyuuryoku{
	width:100%;
	padding:16px 0;
	font-size:14px;
}
.contact-area .box .nyuuryoku .hosoku{
	font-size:14px;
}
.contact-area .box .koumoku span{
	margin-left:4px;
	font-size:11px;
	display:inline-block;
	padding:2px 6px;
}
.contact-area .hissu{
	background:#ff0000;
	color:#fff;
}
.contact-area .ninni{
	background:#666;
	color:#fff;
}
.contact-area .privacy-area{
	width:100%;
	padding:24px;
	border:1px solid #ccc;
	height:200px;
	overflow-y: scroll;
	border-radius: 5px;
}
.contact-area .privacy-area .ttl{
	padding:0 0 4px;
	font-size:15px;
	font-weight:bold;
}
.contact-area .privacy-area .txt{
	padding:0 0 24px;
	font-size:14px;
}
.contact-area .contact-btn-area input[type="submit"]{
	border:0;
	padding:16px 48px;
	font-size:14px !important;
	font-weight:bold;
	color:#fff;
	background:#d40c14;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-area .contact-btn-area input[type="submit"]:hover{
	cursor:pointer;
	background:#ff0000;
}
.contact-area .contact-btn-area input.reset{
	border:0;
	padding:16px 48px;
	font-size:14px !important;
	font-weight:bold;
	color:#fff;
	background:#666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-area .contact-btn-area input.reset:hover{
	cursor:pointer;
	background:#444;
}
.contact-area .contact-btn-area input.modoru{
	border:0;
	padding:16px 48px;
	font-size:14px !important;
	font-weight:bold;
	color:#fff;
	background:#666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-area .contact-btn-area input.modoru:hover{
	cursor:pointer;
	background:#444;
}
.contact-area .contact-btn-area input{
	margin:0 6px;
}

.contact-area .stop-txt{
	width:100%;
	border:1px solid #ff0000;
	padding:16px;
	margin-bottom:48px;
	font-size:13px;
}


}