@charset "utf-8";

/**----------------------------------------------------------
 *CSS information
 *
 * file name	: site.css
 * author		: takaaki koyama
 * style info	: サイト全体共通レイアウト
 -----------------------------------------------------------*/

html{
}
body{
	background-color:#F4F0E0;
	border-top:2px solid #00621a;
}

a:link,
a:visited{
	color:#00621a;
	text-decoration:none;
}

a:hover{
	color:#00621a;
	text-decoration:underline;
}


.pagetop{
	margin:0 auto 3px;
	width:946px;
}
/* -------------------------------------------------------- */
/* #wrap
----------------------------------------------------------- */
#wrap {
	width:100%;
	text-align:center;
}

/* -------------------------------------------------------- */
/* #header
----------------------------------------------------------- */
#header_wrap {
	background-color:#FFFFFF;
	padding-top:3px;
}

#header {
	padding: 0 0 10px;
	width:946px;
	margin: 0 auto;

}

#header_inner {
	width:946px;
/*	margin:0 auto 10px; */
	margin:0 auto;
	text-align:left;
}

/* #tag_line
------------------------------------------------------ */
#tag_line{
	/*margin:0 auto;*/
	width:495px;
	float:left;
}
#tag_line h1{
	font-weight:normal;
	float:left;
	margin-left: 5px;
	color: #777777;
}

/* #logo
------------------------------------------------------ */
#logo{
	float:left;
	margin-top:13px;
	width: 240px;
}
#logo img{
	width: 100%;
	height: auto;
}

/* #globalNavi
------------------------------------------------------ */
#globalNavi li {
	display: flex;
	display: -webkit-flex;
	width: 20%;
	align-items: center;
	justify-content: center;
}
#globalNavi li a{
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
#globalNavi li a:hover,
#globalNavi li a.on{
	background-color: #179639;
}

/* #guide_navi
------------------------------------------------------ */
#guide_navi{
	width:330px;
	float:right;
	font-size:1.2em;
	text-align:right;
	margin-bottom:0.3em;
}

#guide_navi li{
	display:inline;
}

#guide_navi li a{
	margin-left:10px;
	padding-left:15px;
	background:url(/img/common/icon_header.png) no-repeat 0px 50%;
	border-right:1px dotted #fff;
}

#guide_navi li a:link{
	color:#003399;
	text-decoration:none;
	font-size:10px;
}
#guide_navi li a:visited{
	color:#003399;
	text-decoration:none;
}
#guide_navi li a:hover{
	color:#003399;
	text-decoration:underline;
}

#guide_navi li.last a{
	margin-right:0;
	border:none;
}

/* #guide_navi
------------------------------------------------------ */
#head_contact_info{
	width:450px;
	float:right;
	text-align:right;
	height:75px;
}
#head_contact_info p{
}

#head_contact_info p.header_banner{
	margin-top:8px;
	padding-left:15px;
}

#head_contact_info p .header_tel{
	margin-right:10px;
}

#head_contact_info p .header_mail img{
	margin-top:5px;
}

/* #global_navi
------------------------------------------------------ */
.global_navi{
	margin-bottom: 1px;
}

#global_navi_bg{
	height:40px;
	background-color: #00621a;
}

.global_navi ul{
	width:946px;
	height:40px;
	margin:0 auto 20px;
	text-align:left;
	position:relative;
}

.global_navi ul li{
	float:left;
	height:40px;
	position:relative;
}

.global_navi ul ul{
	width:165px;
	margin:0;
}

.global_navi ul ul li{
	float:none;
}



#global_navi_buy li{
	width:132px;
}

#global_navi_rent li{
}

.global_navi .sub_global_navi{
	height:auto !important;
	padding-top:1px;
	position:relative;
	display:none;
}

.global_navi .sub_global_navi li{
	height:auto !important;
	margin-bottom:1px;
}
.global_navi .sub_global_navi li a{
	display:block;
	padding:10px 5px 10px 25px;
	/*background:url(/img/front/common/icon_y_arr_w.gif) #258D40 no-repeat 10px 50%;*/
	line-height:1;
	font-size:1.2em;
	font-weight:bold;
}
.global_navi .sub_global_navi li a:link,
.global_navi .sub_global_navi li a:visited{
	color:#fff;
}
.global_navi .sub_global_navi li a:hover{
	background-color:#30B852;
}

.global_navi #navi_keyword_search{
/*	width:275px; */
	width:280px;
	height:auto;
	padding-left:11px;
	padding-top:14px;
	font-size:12px;
}

.global_navi #navi_keyword_search .text_input{
}

#global_navi_rent #navi_keyword_search{
	width:207px;
}

#global_navi_rent #navi_keyword_search .text_input{
}

#global_navi_rent li#navi_keyword_search input.text_input{
	/*background:url(/img/front/common/global_text_bg.png) left top no-repeat;*/
	border:none;
	height:27px;
	width:139px;
	padding:4px 0 4px 23px;
	margin-right:-5px;
}


/* IE6 */
.global_navi .sub_global_navi{
	_position : absolute;
	_top : 39px;
	_left : 0;
}

/* -------------------------------------------------------- */

#navi_keyword_search input,
#navi_keyword_search select{
/*	vertical-align:bottom; */
	vertical-align:middle;
	margin-right:2px;
}
#navi_keyword_search select{
	width: 93px;
}



/* -------------------------------------------------------- */
/* #contents
----------------------------------------------------------- */
#main{
	font-size: 14px;
	line-height:160%;
}

#main p strong{
	color:#0eaaaa;
	font-weight:bold;
}

#contents_wrap{
}

/* #contents_header
------------------------------------------------------ */
#contents_header{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:4px;
}

/* #topic_path
-------------------------------------------- */

#topic_path{
	font-size: 12px;
	margin-top:10px;
	margin-bottom:30px;
	letter-spacing: 1px;
}
#topic_path li{
	line-height:1.6;
	float:left;
	margin-rigth:10px;
	padding-left:10px;
	background:url(/img/common/icon_arr_crumb.jpg) no-repeat left 45%;
}

#topic_path li.home{
	padding-left:0;
	background:none;
}

/* #member_navi
-------------------------------------------- */
#member_navi{
	float:right;
	width:330px;
	text-align:right;
}

#member_navi li{
	line-height:2;
	display:inline;
}


/* #contents
------------------------------------------------------ */
#contents{
	width:946px;
	margin:0 auto;
	text-align:left;
	/*background-color:#F4F0E0;*/
}

#contents.long{
		width:946px;
}

#contents_inner{
	padding-bottom:10px;
}

.block{
	display: inline-block;
	padding-bottom:30px;
	background: url("/img/common/block_separator.jpg") repeat-x left bottom;
}

.sub_block{
	display: inline-block;
	padding-bottom:30px;
}

.page_top{
	clear:both;
	text-align:right;
}

.blog_title {
	color: #FFFFFF;
	background: url(/img/common/faq_title_header.jpg) no-repeat left top #057924;
	width: 695px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}



/* #extra
------------------------------------------------------ */
#extra{
	position:relative;
}

#extra ul{
	position:absolute;
	width: 236px;
	right:0px;
	top:-1px;
}

#extra ul li{
	margin-bottom:6px;
}

#extra ul li#main_visual_rent_keyword_search {
	height: 69px;
	position: relative;
	/*background: url("/img/front/index/main_visual_rent_keyword_search.jpg") 0 0 no-repeat;*/
}
#extra ul li#main_visual_rent_keyword_search p,
#extra ul li#main_visual_buy_keyword_search p {
	position: absolute;
	top: 25px;
	left: 10px;
}

#extra ul li#main_visual_rent_keyword_search p input.text_input{
	/*background:url(/img/front/index/main_visual_text_area_bg.jpg) no-repeat left top;*/
	border:none;
	width:141px;
	height:25px;
	padding:4px 4px 4px 25px;
}

#extra ul li#main_visual_rent_keyword_search p input,
#extra ul li#main_visual_buy_keyword_search p input {
	vertical-align: middle;
}

#extra ul li#main_visual_buy_keyword_search {
	height: 87px;
	position: relative;
	/*background: url("/img/front/index/main_visual_buy_keyword_search.jpg") 0 0 no-repeat;*/
}
#extra ul li#main_visual_buy_keyword_search  input.shadow_text {
	width:84px;
}
#extra  table,
#extra  th,
#extra  td{
	border:1px solid #CCCCCC;
}

/* #article
------------------------------------------------------ */
#article{
	width:714px;
	float:left;
}

#extra h1,
#article h1{
}

#extra h2,
#article h2{
	margin-bottom: 30px;
}

#article h3{
	
}

h3.h3_text{
	background: #057924;
	color: #FFFFFF;
	padding: 7px 0 7px 10px;
	font-size: 16px;
	margin-bottom:20px;
}

h3.h3_interview{
	background: #c8dca5;
	color: #333333;
	padding: 7px 0 7px 10px;
	font-size: 18px;
	margin-bottom:20px;
}

#article ol,
#article ul,
#article dl,
#article blockquote,
#article pre,
#article code,
#article p {
/*	margin-bottom: 1em;*/
}

#article table table, #article table ul, #article table ol, #article table dl, #article table p,
#article ul ul, #article ul ol, #article ul dl, #article ul p,
#article ol ul, #article ol ol, #article ol dl, #article ol p,
#article dl ul, #article dl ol, #article dl dl, #article dl p{
	margin-bottom: 0;
}

#article table{
}

#article table,
#article th,
#article td{
	border:1px solid #D0C8B7;
}

#article table th,
#article table td{
	font-weight: normal;
	text-align: left;
}
#article table th{
}
#article table td{
/*	background-color:#fff;*/
}

#article .section{
	margin-bottom:10px;
	clear: both;
}

#article .contant_foot_contact{
	border:1px solid #d0d0d0;
	background-color:#fff;
	padding:8px 10px;
}
#article .contant_foot_contact p{
	float:left;
	margin-bottom:0;
}
#article .contant_foot_contact .contant_foot_item{
	padding:3px 10px 3px 0px;
	border-right:1px solid #d0d0d0;
}
#article .contant_foot_contact .contant_message{
	font-size:1.4em;
	border-bottom:1px dotted #d0d0d0;
	margin-bottom:5px;
}
#article .contant_foot_contact .contant_message span{
	color:#F77B17;
}

/*
#article .contant_foot_contact p.btn{
	float:right;
}
*/

/* #sideBar
------------------------------------------------------ */
#conts{
}

#sideBar{
	width:200px;
	float:right;
}

#sideBar h3{
}

#sideBar .side_module{
	margin-bottom:15px;
}
#sideBar .side_module .module_head{
	padding:0px;
}
#sideBar .side_module .module_body{
	padding:0px;
}

#sideBar .side_module .side_list{
}
#sideBar .side_module .side_list li{
	margin-bottom:5px;
}
#sideBar .side_title{
	background:#057924;
	color:#FFFFFF;
	padding:5px 0 5px 10px;
	font-size:12px;
}

#side_columns p.banner:hover{
	opacity: 0.5;
}

/* #side_news_list
------------------------------------------------- */
.side_title{
	font-size:12px;
}

.side_title .side_news_link{
	margin-left:65px;
}
.side_title .side_news_link a{
	color:#FFFFFF;
}

#side_news_list{
	background: url(/img/common/side_service_bg.jpg) repeat-y left top;
	width: 200px;
	font-size:12px;
}
#side_news_list li{
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px 5px 10px;
}

#side_news_list li.none{
	border-bottom:none;
}

.fb_iframe_widget{
	background-color:#fff;
}

#side_columns{
	background:#FFF;
	border:1px solid #ccc;
	border-top:none;
	padding:10px 10px 5px 10px;
}

/* -------------------------------------------------------- */
/*= #results
----------------------------------------------------------- */

#results {
	padding-top: 30px;
}
#results h2.text_title {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6;
}
#results h2.text_title.has_border:before,
#results h2.text_title.has_border:after {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	height: 1px;
	width: 380px;
	background-color: #00621a;
}
#results h2.text_title.has_border:before {
	left: 10px;
}
#results h2.text_title.has_border:after {
	right: 10px;
}
#results .result.first{
	padding: 0 30px 0 19px;
	margin-bottom: 3px;
}
#results .result.first .img{
	float: left;
	margin-right: 22px;
}
#results .result.first .name{
	margin-top: 54px;
	float: left;
	width: 245px;
}
#results .result.first .name img{
	margin-bottom: 17px;
}
.slick-prev,
.slick-next{
	left: -9999px;
	position: absolute;
}

#results > ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#results > ul > li{
	width: 32%;
	margin-bottom: 50px;
	font-size: 13px;
	margin-right: 18px;
}
#results > ul > li:nth-child(3n){
	margin-right: 0px;
}
#results > ul > li .img img{
	max-width: 100%;
}

#results > ul > li > p{
	margin-bottom: 12px;
}

#results .img{
	margin-bottom: 10px;
}
#results .name a {
	font-weight: bold;
	color: #242424;
}
#results .name span{
	margin-right: 11px;
	vertical-align: text-bottom;
	display: none;
}

#results dl dd{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 6px;
}


#results ul li li{
	float: left;
	font-size: 12px;
	width: 106px;
	text-align: center;
	background: #e67926;
	border-radius: 5px;
	color: #FFF;
	line-height: 1.5;
	padding: 4px 0;
	margin-right: 10px;
}

#results > ul > li:last-child{
	margin-bottom: 9px;
}

#results ul li li:last-child{
	margin-right: 0;
}
#results ul li li span{
	font-size: 14px;
}

#results #result_btn{
	float: right;
	margin-bottom: 40px;
}

/* -------------------------------------------------------- */
/*= #designs
----------------------------------------------------------- */
.design_title{
	margin-bottom: 30px;
}
.designs__title{
	text-align: center;
	margin-bottom: 17px;
	clear: both;
}

.designs{
	position: relative;
}

.designs .design_wrap{
	width: 650px;
	float: left;
	margin: 0 32px;
	overflow: hidden;
}
.designs .design_list{
	width: 650px;
}
.designs .design_prev,
.designs .design_next{
	position: absolute;
	top: 92px;
}
.designs .design_prev{
	left: -7px;
}
.designs .design_next{
	right: -7px;
}
.designs .design{
	float: left;
	margin-right: 10px;
	width: 155px;
}
.designs .design__img{
	margin-bottom: 9px;
}
.design .design__category,
.design .design__category img,
.design .design__comapny__name{
	display: block;
	float: left;
}
.design .design__category{
	margin-right: 10px;
}
.design .design__comapny__name {
    width: 113px;
    font-size: 12px;
}
#smp_designs{
	clear: both;
	padding: 40px 0;
}


/* #contents_foot
------------------------------------------------------ */
#contents_foot{
	width:960px;
	margin:60px auto 0;
	text-align:left;
}

/* contact
------------------------------------------------------ */
#article .contact .contact_title.underline {
    margin-bottom: 22px;
}
#article .underline {
    border-bottom: 1px solid #cdc9b8;
    margin-bottom: 40px;
}
#article .contact .bg_white {
    border: 6px solid #00621a;
    padding: 24px 32px;
    margin-bottom: 0;
}
#article .bg_white {
    background: #FFF;
    padding: 24px 23px;
    border: 1px solid #e2decd;
    margin-bottom: 32px;
}
#article .contact{
	padding-bottom: 40px;
}
#article .contact .bg_white{
	border: 6px solid #057924;
	padding: 24px 32px;
	margin-bottom: 0;
}

.contact .contact_title{
	color: #057924;
	line-height: 1.6;
	font-size: 17px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
#article .contact .contact_title.underline{
	margin-bottom: 22px;
	text-align: center;
}

.contact_tyle__list--tel{
	float: left;
	margin-right: 31px;
}
.contact_tyle__list--mail{
	float: right;
}

/* foot_Overwrite
----------------------------------------------------------- */

.foot_bg{
	width:960px;
	margin:0 auto;
}

.foot_left{
	float:left;
	width:460px;
	text-align:left;
}

.foot_left h3{
	background:url(/img/front/common/foot_border.jpg) left bottom repeat-x;
	padding-bottom:5px;
	color:#F6751B;
	font-size:14px;
	text-align:left;
	margin-bottom:10px;
}

.foot_right{
	float:right;
	width:420px;
	padding-right:33px;
}

.foot_right .foot_box_bg .foot_box{
	background-color:#fff;
	text-align:left;
	padding:20px 20px 18px 30px;
}

.foot_right .foot_box_bg .foot_box #foot_search{
	width:161px;
	float:left;
	padding-bottom:20px;
}

.foot_right .foot_box_bg .foot_box #foot_search h3{
	font-size:14px;
	/*background:url(/img/front/common/icon_y_arr_o.png) no-repeat left 4px;*/
	padding-left:20px;
}

.foot_right .foot_box_bg .foot_box #foot_search ul{
	padding-left:5px;
}

.foot_right .foot_box_bg .foot_box #foot_search ul li{
	font-size:12px;
	/*background:url(/img/front/common/icon_y_arr_w.png) no-repeat left 7px;*/
	padding-left:10px;
}

.foot_right .foot_box_bg .foot_box #foot_links{
	width:161px;
	float:right;
}

.foot_right .foot_box_bg .foot_box #foot_links h3{
	font-size:14px;
	/*background:url(/img/front/common/icon_y_arr_o.png) no-repeat left 4px;*/
	padding-left:20px;
}

.foot_right .foot_box_bg .foot_box #foot_links ul{
	padding-left:5px;
}

.foot_right .foot_box_bg .foot_box #foot_links ul li{
	font-size:12px;
	background:url(/img/front/common/icon_y_arr_w.png) no-repeat left 7px;
	padding-left:10px;
}
/*
#foot_search_keyword input.text_input{
	border:none;
	background:url(/img/front/common/foot_input_text_area.png) no-repeat left top;
	height:27px;
	padding:4px 0 4px 23px;
	width:139px;
}
*/
/* -------------------------------------------------------- */
/* #about_box
----------------------------------------------------------- */
.w950{
	width: 960px;
	margin:0 auto;
}

.w950 p{
	margin-bottom:20px;
}

.w950 p a span{
	font-size:14px;
	font-weight:bold;
}

#contat_box{
	background:url(/img/common/contact_bg.jpg) no-repeat;
	padding:70px 0 0 420px;
	height:134px;
	margin-bottom:20px;
}

#contat_box ul li{
	margin-bottom:15px;
}


#about_box{
	width:950px

	;
	margin: 0 auto 20px;
}

#about_box_inner{
	background:url(/img/common/about_box_bg.jpg) repeat-y left top;
	padding:20px;
	width:910px;
}

#about_box_inner #about_box_title{
	color:#7FB000;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

#about_box_inner #about_box_text{
	border-top:1px dotted #666666;
	padding-top:5px;
}

/* -------------------------------------------------------- */
/* #footer
----------------------------------------------------------- */

/* #footer_head
------------------------------------------------------ */
#footer_head{
	/*background-color:#f4f4f4;*/
}


#site_help{
	width:460px;
	margin:0 auto;
	text-align:left;
	margin-bottom:2em;
}


/* #footer
------------------------------------------------------ */
#footer_bg{
	background-color: #22271f;
	color: #ffffff;
}

#footer{
	width: 950px;
	margin:0 auto;
}

#footer .footerBox{
	display: flex;
	display: -webkit-flex;
	padding:50px 0px;
}

#footer .bgBox{
	width: 190px;
	box-sizing: border-box;
	margin-right: 15px;
	border-right: solid 1px #444444;
}
#footer .bgBox.last{
	width: 170px;
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

#footer .bgBox h3{
	margin-bottom:0.3em;
	/*background:url(/img/front/common/foot_border.jpg) left bottom repeat-x;*/
	font-size:13px;
}

#footer .bgBox ul{
	padding-right: 15px;
}
#footer .bgBox:last-child ul{
}
#footer .bgBox h3 {
	margin-bottom: 5px;
}
#footer .bgBox h3 a{
	font-size:13px;
	color:#ffffff;
}
#footer .bgBox ul li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
#footer .bgBox.last ul li {
	margin-right: 0px;
}
#footer .bgBox ul li a{
	font-size:11px;
	background: url(/img/svg/icon_arrow_right_white.svg) no-repeat left center;
	background-size: 8px 8px;
	padding-left:12px;
	color:#ffffff;
}
#footer .bgBox .bgBox_inner{
}

#footer .bgBox ul li a:link,
#footer .bgBox ul li a:visited{
	text-decoration:none;
	padding-bottom:1px;
}
#footer .bgBox ul li a:hover{
	text-decoration:underline;
}

#foot_about{}
#foot_plan{}
#foot_potion{}
#foot_site{}
#foot_other{}

/* #footer_foot
------------------------------------------------------ */
#footer_foot{
	background-color: #000000;
	padding: 10px 0;
	letter-spacing: 2px;
}

#copyright{
	width:960px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-weight: normal;
}

#footer_logo{
	background-color:#FFFFFF;
	margin:0 auto;
	text-align: center;
	padding:5px;
}

#error404{
	padding-top:30px;
	font-size:1.2em;
}


/* -------------------------------------------------------- */
/* CLEARFIX
----------------------------------------------------------- */
#header_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #header_inner{
	display:inline-block;
}
*+ html #header_inner{
	display:inline-block;
}

#global_navi:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #global_navi{
	display:inline-block;
}
*+ html #global_navi{
	display:inline-block;
}

#contents_header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents_header{
	display:inline-block;
}
*+ html #contents_header{
	display:inline-block;
}

#topic_path:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #topic_path{
	display:inline-block;
}
*+ html #topic_path{
	display:inline-block;
}

#contents_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #contents{
	display:inline-block;
}
*+ html #contents{
	display:inline-block;
}

#extra:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #extra{
	display:inline-block;
}
*+ html #extra{
	display:inline-block;
}

.contant_foot_contact:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html .contant_foot_contact{
	display:inline-block;
}
*+ html .contant_foot_contact{
	display:inline-block;
}


#footer_inner:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #footer_inner{
	display:inline-block;
}
*+ html #footer_inner{
	display:inline-block;
}


/* 会員登録系共通
--------------------------------------*/
ul.check_if_list li{
	float:left;
	margin-right:10px;
}

/*
.btn{
	width:100px;
	color:#333!important;
	display: block;
	border: 1px solid #bbb;
	padding: 5px 10px 3px;
	line-height: 1.2;
	background: #e5e5e5 url(/img/admin/imgOvers.gif) repeat-x left top;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	background: #f4f4f4 url(/img/admin/imgOvers_on.gif) repeat-x left top;
}

.thickbox.btn{
	width:150px;
}
*/




/*Overwrite*/

 {
}

 #article .head p.head_top{
	margin:0;
	margin-bottom:-8px;
	padding:0;
	vertical-align:top;
	vertical-align:bottom;
}

 #article .head p.head_bottom{
	margin:0;
	margin-top:-5px;
	padding:0;
	vertical-align:top;
	vertical-align:bottom;
}

 #article p.box_botom{
	margin:0;
	margin-top:-2px;
	padding:0;
	height:8px;
	vertical-align:top;
	vertical-align:bottom;
}

 .foot_box_bg{
	height:200px !important;
}

 #aside .side_module{
	padding-bottom:0;
}

#aside .side_module .side_bottom{
	margin:0;
	padding:0;
	height:7px;
	vertical-align:top;
	vertical-align:bottom;
}

#aside .side_module p.side_bottom{
	margin:0;
	margin-top:-3px;
	padding:0;
	height:7px;
	vertical-align:top;
	vertical-align:bottom;
}

 .foot_box_bg p.foot_bottom{
	margin:0;
	margin-top:-2px;
	padding:0;
	height:9px;
	vertical-align:top;
	vertical-align:bottom;
}

 .foot_box_bg p.foot_top{
	margin:0;
	margin-bottom:-1px;
	padding:0;
	height:9px;
	vertical-align:top;
	vertical-align:bottom;
}






 #article .head p.head_top{
	_margin:0;
	_margin-bottom:-8px;
	_padding:0;
	_vertical-align:top;
	_vertical-align:bottom;
}

 #article .head p.head_bottom{
	_margin:0;
	_margin-top:-5px;
	_padding:0;
	_vertical-align:top;
	_vertical-align:bottom;
}

 #article p.box_botom{
	_margin:0;
	_margin-top:-2px;
	_padding:0;
	_height:8px;
	_vertical-align:top;
	_vertical-align:bottom;
}

 .foot_box_bg{
	_height:200px !important;
}

 #aside .side_module{
	_padding-bottom:0;
}

#aside .side_module .side_bottom{
	_margin:0;
	_padding:0;
	_height:7px;
	_vertical-align:top;
	_vertical-align:bottom;
}

#aside .side_module p.side_bottom{
	_margin:0;
	_margin-top:-3px;
	_padding:0;
	_height:7px;
	_vertical-align:top;
	_vertical-align:bottom;
}

 .foot_box_bg p.foot_bottom{
	_margin:0;
	_margin-top:-2px;
	_padding:0;
	_height:9px;
	_vertical-align:top;
	_vertical-align:bottom;
}

 .foot_box_bg p.foot_top{
	_margin:0;
	_margin-bottom:-1px;
	_padding:0;
	_height:9px;
	_vertical-align:top;
	_vertical-align:bottom;
}

/* form_table
--------------------------------------*/
.form_table{
	font-size:12px;
}
.form_table tr{
}
.form_table th{
	font-weight: normal;
	text-align: center;
	background-color:#D4E799;
	border:1px solid #999999;
}
.form_table td{
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:8px;
}
.form_table td span.example{
	color:#666666;
	float: right;
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
}

*:first-child+html #about_box_futter{
	margin-top:-3px;
}

*:first-child+html .info_bottom{
	margin-top:-3px;
}

*:first-child+html .side_service_foor{
	margin-top:-4px;
}

/*   ZZZ
---------------------------------------------------------*/
#zzz{
	width:640px;
/*	height:410px;*/
	border:4px solid #507B07;
	background-color:#FFFFFF;
}
#zzz_left{
	width:146px;
}
#zzz_right{
	border-left:1px #cccccc dashed;
	padding:10px 36px 0px 35px;
}
#zzz_form{
}
.zzz_form_table th,
.zzz_form_table td{
	background:url(/img/lp/zzz/zzz_form_line.jpg) top  repeat-x;
}
.zzz_form_table th{
	padding:5px;
}
.zzz_form_table td{
	padding:5px 0px 5px 10px;
}
.zzz_form_table{
	background:url(/img/lp/zzz/zzz_form_line.jpg) bottom repeat-x;
	margin-bottom:10px;
	font-size:12px;
}
.zzz_form_table span{
	float: right;
	background:#E56500;
	color:#FFFFFF;
	padding:1px 4px;
}
.zzz_form_table input{
	width:252px;
	padding:4px;
	border: 1px #E5E5E5 solid;
	background:#FAFAFA;
}
#zzz_btn{
	margin-bottom:10px;
}

/*   #SocialButton
---------------------------------------------------------*/

#SocialButton {
	position: fixed;
	overflow: hidden;
	z-index: 20;
	width: 17px;
	top: 155px;
	right: 0;
	padding: 7px;
	background: #507B07;
}

#SocialButton li {
	padding-left: 25px;
	margin-bottom: 2px;
}

#SocialButton .fb {
	padding-right: 60px;
	background:url(../../img/common/social_button/fb.png) no-repeat 0 0;
}
#SocialButton .ht {
	padding-right: 60px;
	background:url(../../img/common/social_button/hatena.png) no-repeat 0 0;
}
#SocialButton .tw {
	padding-right: 60px;
	background:url(../../img/common/social_button/twitter.png) no-repeat 0 0;
}
#SocialButton .gp {
	padding-right: 60px;
	background:url(../../img/common/social_button/gplus.png) no-repeat 0 0;
}
#SocialButton li:last-child {
	margin-bottom: 0;
}


/*   ftp,copy,design option css
---------------------------------------------------------*/

/*   sekido　加筆　20120209
---------------------------------------------------------*/
.link_icon{
	text-align:right;
}

.link_icon a{
	background:url(/img/common/icon_arr_blue.gif) no-repeat;
	padding:0 0 0 15px;
	margin-bottom:30px;
}

.closed {
	border:#F00 1px solid;
	width:300px;
	padding:15px;
	margin:0 auto 20px auto;
	font-weight:bold;
	font-size:14px;
	color:#F00;
	text-align:center;
	background-color:#FFF;
}

.dl_consulting{
	margin-bottom:20px;
}

.dl_consulting dt{
	padding:18px 0 0 120px;
	height:72px;
}

.dl_consulting #point_dt01{background:url(/img/seminer/consulting/consulting_img_p1.jpg) no-repeat;}
.dl_consulting #point_dt02{background:url(/img/seminer/consulting/consulting_img_p2.jpg) no-repeat;}
.dl_consulting #point_dt03{background:url(/img/seminer/consulting/consulting_img_p3.jpg) no-repeat;}

.dl_consulting dd{margin-bottom:40px;padding-left:120px;}
	
.consulting_mes{
	background:#fff;
	border:1px dashed #ccc;
	padding:25px;
	margin-bottom:40px;
	background:url(/img/seminer/consulting/consulting_02.jpg) no-repeat #fff;
	background-position:bottom right;
}

#article .consulting_mes h3{
	font-weight:18px;
	margin-bottom:20px;
}

#article .consulting_table{
	margin-bottom:20px;
}

#article .consulting_table th {
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 5px 10px 15px;
    text-align: left;
	font-weight:bold;
	background-color:#F0F0F0;
}

#article .consulting_table td {
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 5px 10px 15px;
	background-color:#fff;
}

.pickup_area {
	position: relative;
	padding: 20px;
	border: #e0e0e0 solid 1px;
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,.6);
}
.pickup_area .photo {
	border: solid 3px #d7d4c3;
}
.pickup_area.has_icon:after {
	content: "PICK UP";
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	border-radius: 80px;
	height: 80px;
	width: 80px;
	background-color: #f53254;
	color: #ffffff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.pickup_area .detail_area {
	margin-left: 30px;
}
.pickup_area .detail_area .text {
	font-size: 12px;
}
.pickup_area .detail_area blockquote {
	position: relative;
    padding: 1em 2em 1em 4.5em;
    background: #efefef;
	font-style: italic;
	font-size: 11px;

}
.pickup_area .detail_area blockquote:before {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0px;
    vertical-align: middle;
    content: "”";
    color: #cfcfcf;
    font-size: 6em;
    line-height: 1;
}
.pickup_area .detail_area time {
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #7f9083;
	font-weight: bold;
	letter-spacing: 1px;
}
.pickup_area .detail_area h3 {
	font-size: 17px!important;
	line-height: 1.8;
	padding-top: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.pickup_area .detail_area .sub_title {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	letter-spacing: 1px;
}
.blank a,
.blank.detail a {
	display: inline-block;
	padding: 5px 10px 4px 30px;
	background: #00621a url(/img/svg/icon_blank_white.svg) no-repeat 10px center;
	background-size: 12px 12px; 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.blank a:hover {
	background-color: #179639;
}
.blank.detail a {
	background-color: #242424;
}
.blank.detail a:hover {
	background-color: #444444;
}
.txt_link {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.txt_link li {
	display: inline-block;
}