@charset "utf-8";

/************************************************
 初期化設定
************************************************ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;}table,caption,th,td{margin: 0;padding: 0;border: 0;border-collapse : collapse ;border-spacing: 0px;empty-cells: show;text-align: left;font-weight: normal;}a img,iframe{border: none;}ol,ul,li{list-style: none;}input,textarea,select,button{font-size: 100%;font-family: inherit;}

/************************************************
 共通設定
************************************************ */
/* 写真 */
img.picture {
    border: 1px solid #ccc;
}

span.none {
	height:0;
	overflow:hidden;
	display:block;
}

.fltL {
	float:left;
}

.fltR{
	float:right;
}
.boxS{
	padding:0 40px;
	}

/* ==============================================
 フレーム
=============================================== */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 910px;
    text-align: left;
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block;
}
.clear {
    clear: both;
}


/* リンク指定
----------------------------------------------- */

/* ==============================================
 ヘッダー
============================================== */
header .inner{
	width:910px;
	margin:auto;
}

header .inner #logo_area {
	width:315px;
	float:left;
}


.img_link_on a:hover img{ 
	opacity: 0.6;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}

.jiyugaoka_black_title{
	margin-bottom: 20px;
}

.jiyugaoka_sub_title{
	margin-bottom: 20px;
}

.jiyugaoka_article{
	margin-bottom: 40px;
}

/* ==============================================
 フッター
============================================== */
footer {
	width:100%;
	margin-bottom:40px;
}

footer .inner {
	width:910px;
	margin:auto;
}

footer #logo_area {
	float:left;
	width:280px;
	height:38px;
}






/*******************************************
 table
*******************************************/
.th_c th{ text-align:center !important;}

.table_01, .table_01 th, .table_01 td { border: 1px #B4B4B4 solid; }
.table_01 {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_01 th {
	padding: 4px 10px;
	background: #F2F2EF;
}
.table_01 td {
	padding: 4px 10px;
	background-color:#FFF;
}

.table_02, .table_02 th, .table_02 td { border: 1px #B4B4B4 solid; }
.table_02 {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:50px;
}
.table_02 th {
	padding: 10px 10px;
	background: #F2F2EF;
}
.table_02 td {
	padding: 10px 10px;
	background-color:#FFF;
}


.table_none, .table_none th, .table_none td{
	border:none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background:none !important;
	padding:4px 0px;
}

.table_date td{
	padding:5px 10px;
	
	}

/*******************************************
	form
*******************************************/
.form_submit_tb{
	width:300px;
	margin:50px auto;
	
}

.form_list{
	margin:10px 0 30px 1em;
}

.form_list li{
	list-style:circle;
	list-style-position:outside;
	margin-bottom:10px;
}


#submit_bt {
    background: transparent url(/img/contact/form_bt.png) no-repeat scroll left top;
    text-indent: -9999px;
    cursor: pointer;
    width: 300px;
    height: 60px;
    border: 0px none;
}
#submit_bt2 {
    background: transparent url(/img/contact/form_bt2.png) no-repeat scroll left top;
    text-indent: -9999px;
    cursor: pointer;
    width: 300px;
    height: 60px;
    border: 0px none;
}



.thx{
	font-size:16px;
	color:#D50000;
	text-align:center;
	padding:80px;
	}
.thanks_box p{}

.confirmation_title{
	font-size:18px;
	margin-bottom:40px;
}

#mfp_button_send,#mfp_button_cancel {
    width: auto;
    padding:0;
    margin:50px 30px;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

.syomei{
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	}

/***********************
完了画面
************************/
.thx_img{
	display:block;
	margin:60px auto;
}

