@charset "utf-8";

/* =======================================
    コンテンツ
======================================= */
.container {
	width: 1100px;
	margin: 40px auto;
	overflow: hidden;
}
.top_content {
	width: 870px;
	float: right;
}
.side_left {
	width: 210px;
	float: left;
}
.top_left {
	width: 870px;
	float: left;
}
.side_right {
	/*width: 150px;*/
	/*float: right;*/
}
.main_ttl {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
}
.main_ttl span {
	color: #34ab01;
	margin-right: 5px;
}
.comment-box {
	/*height: 450px;*/
	/*overflow-y: scroll;*/
	border: 1px solid #ccc;
	margin: 10px 0;
}
.comment-list {
	padding: 10px 10px;
}
.comment-list li {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.comment-list li:hover {
	background: #fafafa;
}
.comment-list li .site_comment {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.comment-list li .name_comment {
	color: #999;
	font-weight: bold;
	font-size: 14px;
}
.comment_text {
	margin-top: 7px;
	color: #000;
	font-size: 12px;
}
/* */
.top-review h3{
    padding: 10px;
    font-size: 24;
}
.top-review.high h3{
	background: #34ab01;
    color: #fff;
}
.top-review.low h3{
	background: #000;
    color: #ff0000;
    border-bottom: dotted 1px #ff0000;
}
.top-review h3:before{
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 20px;
}
.top-review.high h3:before{
	background-image: url('/image/review_top_good.png');
}
.top-review.low h3:before{
	background-image: url('/image/review_top_bad.png');
}
.top-review.high{
	background: #f3f3f3;
	border: solid #34ab01;
	margin-bottom: 30px;
}
.top-review.low{
	background: #000;
	border: solid #ff0000;
}
.top-review ul{
	padding: 10px 0px;
	display: flex;
    flex-wrap: wrap;
}
.top-review li{
    width: 266px;
    padding: 0px 10px;
    float: left;
    font-weight: bold;
    text-align: center;
}
.top-review.high li{
	border-right: dotted 1px #48ab00;
}
.top-review.low li{
	border-right: dotted 1px #ff0000;
}
.top-review li:last-child{
	border-right: none;
}
.top-review li img{
	width: 100%;
	max-width: 266px;
}
.top-review li p{
	font-size: 16px;
	padding-top: 10px;
}
.top-review.high a{
	color: #000;
}
.top-review.low a{
	color: #ff0000;
}
.top-review-img-text{
	font-size: 12px;
	/*
	color: #999;
	*/
	color: blue;
	font-weight: bold;
}
.side_left .main_ttl{
	margin-top: 20px;
}
.side_left .main_ttl p{
	display: inline-block;
}
.side_left .main_ttl span{
    vertical-align: top;
}
.access_site{
	padding-top: 30px;
}
.top-look{
	float: right;
}
.cp_accordionslide03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	min-width: 1100px;
	height: 30vh;
	margin-bottom: 50px;
}
.cp_accordionslide03 .slideitem {
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 25%;
	height: 100%;	
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cp_accordionslide03 .slideitem:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(0,0,0 ,0.6);
}
.cp_accordionslide03:hover .slideitem:hover {
	width: 60%;
}
.cp_accordionslide03:hover .slideitem:not(:hover):after {
	-webkit-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	opacity: 1;
}
.cp_accordionslide03 .slideitem .slidecont {
	position: absolute;
	z-index: 4;
	bottom: 15%;
	left: -60px;
	visibility: hidden;
	max-width: 405px;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgba(0,0,0 ,0.8);
}
.cp_accordionslide03 .slideitem .slidecont h2 {
	font-size: 24px;
	margin: 0;
	padding: 30px 100px 30px 40px;
	position: relative;
}
.cp_accordionslide03 .slideitem .slidecont h2:after {
	content: '';
	width: 60px;
	height: 62px;
	background-image: url("/image/point.png");
    position: absolute;
    right: 30px;
    bottom: 25px;
    background-size: cover;
}
.cp_accordionslide03:hover .slideitem:hover .slidecont {
	left: 100px;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.2s;
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.2s;
	opacity: 1;
}

.slidecont a{
	text-decoration: none;
	color: #FFFFFF;
}

.slidecont h2:hover{
	opacity: 0.7;
}

.slidecont img{
	vertical-align: bottom;
}
/* */

.side_right ul .side1{
	background: url(/image/pc/side_r01.png) no-repeat;
	height: 60px;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.side_right ul .side4{
	background: url(/image/pc/side_r04.png) no-repeat, #34ab01;
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 85px 5px 10px 5px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.rank{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:20px;
}

.side_right ul li a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.link_btm {
	padding: 30px 0 0 0px;
	/* clear: both; */
	width: 870px;
}
.link_box {
	overflow: hidden;
	margin-top: 10px;
}
.link_box li {
	width: 213px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.link_box li:last-child{
	margin-right: 0px;
}
.link_box li img {
	width: 100%;
}
.link_box li h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.link_box li .thum-txt {
	color: #777;
	line-height: 1.1;
	margin-top: 3px;
	font-size: 13px;
}
figure {
	position: relative;
	overflow: hidden;
	width: 213px;
}
figcaption {
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figcaption h3, figcaption p {
	color: #fff;
	text-align: center;
}
figcaption h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
}
figcaption p {
	font-size: 13px;
}
figure:hover figcaption, .link_box li:hover figcaption {
	top: 0;
	left: 0;
}
#searchform {
	position: relative;
}
.search dt {
	font-weight: bold;
}
#keywords {
	width: 200px;
	height: 19px;
	border: 1px solid #ccc;
	padding: 4px;
	color: #333;
}
#searchBtn {
	position: relative;
	top: 10px;
	left: 0px;
}
*:first-child + html #searchBtn {
	top: 1px;
}
.mail_box a {
	height: 55px;
	border: 1px solid #34ab01;
	box-sizing: border-box;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #34ab01;
	background: url(/image/pc/mail_ico.png) no-repeat left 5px center;
	margin: 7px 0;
}
.user_box {
	border: 1px solid #34ab01;
	box-sizing: border-box;
	margin-bottom: 7px;
}
.user_name {
	color: #fff;
	padding: 10px;
	background: url(/image/pc/user_ico.png) no-repeat left 5px center, #34ab01;
	text-align: center;
}
.point {
	padding: 30px 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.point span {
	font-size: 13px;
}
.contact_box a {
	height: 40px;
	line-height: 40px;
	background: #f75d00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 7px;
}
.contact_box a:after {
	content: ">";
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
}
.side_left ul li {
	margin-bottom: 7px;
}
.mail_box a:hover, .contact_box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* =======================================
   登録
======================================= */
.entry_done {
	margin: 40px auto;
}
.done_input {
	background: #f7f7f7;
	padding: 40px 0;
	margin-top: 30px;
}
.entry_done h2 {
	font-size: 38px;
	color: #30870b;
	font-weight: bold;
	background: url(/image/pc/logo_y.png) no-repeat left top;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
.entry_done h2 span {
	font-weight: bold;
	display: block;
	color: #555;
	font-size: 14px;
}
.done_input p {
	margin: 0 auto;
	font-weight: bold;
}
input.registration-input {
	width: 90%;
	border: 1px solid #ccc;
	padding: 25px 10px;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	margin-bottom: 40px;
}
input.done_button {
	padding: 15px 40px;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff8800;
	color: #fff;
	border-style: none;
	width: 400px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
input.done_button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.page_content {
	width: 870px;
	float: left;
}
.page_content .main_ttl {
	margin-bottom: 20px;
}
/* =======================================
   サイト詳細ページ
======================================= */

.site_det {
	border-collapse: separate;
	vertical-align: top;
}
.site_det td {
	font-size: 14px;
	vertical-align: top;
	padding-left: 20px;
}
.site_det_list {
	margin-top: 30px;
}
.site_det_list dt, .site_det_list dd {
	font-size: 14px;
	padding: 6px 0px;
	border-bottom: 1px dashed #CCC;
}
.site_det_list dt {
	width: 150px;
	float: left;
	clear: both;
}
.dt1, .dt2, .dt3, .dt4, .dt5, .dt6, .dt7 {
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: top 8px left;
}
.dt1 {
	background-image: url(/image/pc/home.png);
}
.dt2 {
	background-image: url(/image/pc/person.png)
}
.dt3 {
	background-image: url(/image/pc/map-marker.png);
}
.dt4 {
	background-image: url(/image/pc/phone.png);
}
.dt5 {
	background-image: url(/image/pc/mail.png);
}
.dt6 {
	background-image: url(/image/pc/location.png);
}
.dt7 {
	background-image: url(/image/pc/note.png);
}
.site_det_list dt span {
	padding-left: 30px;
}
.site_det_list dd {
	margin-left: 150px;
}
.site_det_list dd a {
	color: #06F;
}
.site_link a {
	width: 500px;
	height: 50px;
	line-height: 50px;
	background: #09F;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 30px auto 50px;
	border-radius: 10px;
}
.site_link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.site_more p {
	text-align: center;
}
.registr_btn a {
	width: 600px;
	height: 70px;
	line-height: 70px;
	background: #09F;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0px auto;
	border-radius: 10px;
}
.registr_btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/*------------------------------------------------------------
検索結果
-------------------------------------------------------------*/

.search_box table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.search_box table td {
	border-collapse: collapse;
	vertical-align: top;
}
.search_box table td img {
	margin-right: 20px;
}
.search_box li {
	float: left;
	font-size: 14px;
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
}
.search_box li h4 {
	font-weight: normal;
}
.search_box li p {
	color: #AEAEAE;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 560px;
}
.search_box li a {
	display: block;
	color: #000000;
	padding: 8px;
}
.search_box li a:hover {
	background-color: #F8F8F8;
}
/*------------------------------------------------------------
メールボックス
-------------------------------------------------------------*/


#mailbarea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top:10px;
}
#mailbarea a img {
	background: none;
	width: 30px;
	vertical-align: bottom;
	margin: 0 5px;
}
#mailbarea #title p {
	font-size: 13px;
	line-height: 20px;
}
#mailbarea #title p a {
	color: #006;
	text-decoration: none;
}
#mailbarea #title p a:hover {
	color: #00F;
	text-decoration: none;
}
#mailbarea #t-mailBox {
	width: 100%;
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	box-sizing: border-box;
}
#mailbarea #t-mailBox .mdk {
	position: relative;
	height: 35px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
}
#mailbarea #t-mailBox .kdk {
	position: relative;
	height: 35px;
	background-color: #E7E7E7;
}
#mailbarea #t-mailBox .mtext {
	float: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}
#mailbarea #t-mailBox .mdk a {
	color: #000000;
	text-decoration: none;
}
#mailbarea #t-mailBox .mdk a:hover {
	color: #565656;
	text-decoration: underline;
}
#mailbarea #t-mailBox .kdk a {
	color: #000000;
	text-decoration: none;
}
#mailbarea #t-mailBox .kdk a:hover {
	color: #565656;
	text-decoration: underline;
}
#mailbarea #t-mailBox .check {
	text-align: center;
	/* padding: 5px; */
	line-height: 35px;
}
#mailbarea #t-mailBox .date {
	font-size: 12px;
	color: #565656;
	padding: 0px 5px;
}
.mailbox_detail {
	margin: 0px 5px;
	padding: 2px 5px;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #737373;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #CCC));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
}
.mailbox_bottom {
	margin-top: 10px;
}
.mailbox_left {
	float: left;
}
.mailbox_left input {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto 0px auto;
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #737373;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #CCC));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
}
.mailbox_left input:hover {
	text-decoration: underline;
}
.mailbox_right {
	float: right;
}
.mailbox_right a {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto 0px auto;
	-moz-border-radius: 3px;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #737373;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 0px 1px rgba(255,255,255,1);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #CCC));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #CCC 100%);
}
.mailbox_right a:hover {
	text-decoration: underline;
}
.mail-details {
	margin-top:10px;
	word-break: break-all;
}
.mail-details a {
	color: #0066FF;
}
.mail-details dt {
	font-weight: bold;
}
.btn {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #000;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
}
.btn a {
}
.btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.mailbarea-bottom {
	border-collapse: collapse;
	margin-top: 20px;
}
.mailbarea-bottom a {
	color: #fff;
}
.mailbarea-bottom td {
	border-collapse: collapse;
}
.extinguish {
	display: none;
}
.comment-bottom {
	margin-top: 8px;
	width: 100%;
	display: table;
}
.comment-bottom a {
	color: #000;
}
.comment-bottom a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.comment-bottom a:active {
	color: #FF5E00;
}
.comment-bottom-left {
	font-size: 14px;
	display: table-cell;
	color: #BABFBD;
}
.comment-bottom-right {
	text-align: right;
	display: table-cell;
}
.good {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #fafafa;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	margin-right: 5px;
}
.good span {
	background-image: url(/image/pc/good_ico.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}
.good span {
	color: #000;
}
/*------------------------------------------------------------
いいね吹き出し
-------------------------------------------------------------*/

.parent {
	display: inline-block;
	background: #34ab01;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 14px;
	width: 40px;
	margin-left: 3px;
	margin-right: 5px;
}
.parent .child {
	background: #34ab01;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
}
.parent .child:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 6px solid transparent;
	border-right-color: #34ab01;
	top: 25%;
	right: 100%;
}
/*------------------------------------------------------------
いいね吹き出し
-------------------------------------------------------------*/
.hide {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #fafafa;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCC;
	padding: 4px 12px;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	padding: 4px 8px 4px 8px;
}
.hide:active {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #FF6600;
	border: 1px solid #CCC;
	padding: 4px 12px;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	padding: 4px 8px 4px 8px;
}
.hide span {
	background-image: url(/image/pc/wrench.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}
.delete {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background-color: #000;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding: 4px 12px;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	padding: 4px 8px 4px 8px;
}
.delete span {
	background-image: url(/image/pc/delete.png);
	background-size:16px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	color:#fff;
}
.delete a:active {
	color: #FFFFFF;
}
.reply {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	background: #fafafa;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	margin-right: 5px;
}
.reply span {
	background-size: 16px;
	background-image: url(/image/pc/reply.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}
.reply-box {
	padding-left: 40px;
	background-image: url(/image/pc/comnt_reply.png);
	background-size: 32px;
	background-position: top 20px left;
	background-repeat: no-repeat;
	margin: 10px 0px;
}
/*------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------*/

.support_box {
	padding: 50px;
	margin: 40px auto;
	border: 5px solid #ededed;
}
.support_btn_wrap {
	display: table;
	background-color: #ededed;
	padding: 15px;
	margin: 20px 0;
}
.support_btn {
	color: #FFFFFF;
	width: 400px;
	display: block;
	font-weight: bold;
	padding: 30px 0px;
	text-decoration: none;
	border-radius: 2px;
	border: none;
	text-align: center;
	font-size: 16px;
	background: #09F;
	margin: 20px auto;
}
.support_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.support_det {
	margin-top: 20px;
}
.support_det label {
	font-size: 12px;
}
.support_det p span {
	font-size: 12px;
}
.support_det p {
	font-size: 14px;
}
.support_det p.sm_ttl {
	font-weight: bold;
	font-size: 16px;
}
.support_det_text {
	font-size: 12px;
	background: #FFFFFF;
	padding: 8px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	width: 100%;
	min-height: 150px;
}
.support_det_mail {
	font-size: 12px;
	background: #FFFFFF;
	padding: 8px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	width: 100%;
}
input.support_submit {
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff8800;
	color: #fff;
	border-style: none;
	width: 400px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
input.support_submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.comment_area{
	border-top:1px solid #ccc;
	padding-top:10px;
}

.comment_area p:nth-of-type(1){
	font-weight:bold;
	margin-bottom:5px;
}
.comment_area p:nth-of-type(2) span{
	font-size:12px;
	display:block;
}

.comment_area select{
	width:150px;
	font-size:13px;
	margin-top:10px;

}
.comment_area textarea{
	width:100%;
	height:200px;
	border:1px solid #ccc;
}

.comment_area .small{
	font-size:12px;
	background:#F5F5F5;
	width:200px;
	padding:30px 20px;
}

.commnet_submit{
padding: 5px 0;
	font-size: 15px;
	background-color: #ff8800;
	color: #fff;
	border-style: none;
	width: 100px;
	margin: 10px 0;
	display: block;
	cursor: pointer;
}


.pagination .page-item.active{
	font-weight: bold;
}

.scroll{
  height: 700px;
  overflow: auto;
}
.scroll2{
  height: 500px;
  overflow: auto;
}
.akutoku_matome_banner_top{
	margin-top: 50px;
}