@charset "utf-8";

@import url("reset.css");


/* -------------------------------
   BASE
------------------------------- */

.mt-10 {margin-top:-10px!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}

.ml10 {margin-left:10px!important;}
.ml14 {margin-left:14px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}

.left { float:left;}
.right { float:right;}
.fNone { float:none!important;}

.tLeft { text-align:left!important;}
.tRight { text-align:right!important;}
.tCenter { text-align:center!important;}
.vTop { vertical-align:top!important;}

.nowrap { white-space:nowrap; }

.bold { font-weight:bold; }

.blue { color:#144398;}
.red { color:#A30035;}
.green { color:#AEC533;}
.pink { color:#FF6699;}

.f10 { font-size:10px!important;}
.f11 { font-size:11px!important;}
.f12 { font-size:12px!important;}
.f13 { font-size:13px!important;}
.f15 { font-size:15px!important;}
.f16 { font-size:16px!important;}

.block { display:block!important; }

.clear { clear:both; }

.fax a { font-size:18px; font-weight:bold; color:#F03; }
.fax a:hover { color:#999; }

.fax2 a { font-size:18px; font-weight:bold; color:#fff; }
.fax2 a:hover { color:#999; }

.fax3 { line-height:1.8; }
.fax3 a { font-size:18px; font-weight:bold; color:#f0db00; }
.fax3 a:hover { color:#ccc; }


/* -------------------------------
   common
------------------------------- */

html {
	height:100%;
}
body {
	font-size:16px;
	line-height:1.2;
	height:100%;
	background:#fff url(../img/bg.png) left top repeat-x;	
	font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#wrap {
	clear:both;
	min-width:1000px;
}

table.table01 {
	font-size:14px;
	line-height:1.2;
	border-top:1px solid #FFF;
}
.table01 tr {
	border-bottom:1px solid #FFF;
}
.table01 th {
	text-align:center;
	padding:10px;
	white-space:nowrap;
	vertical-align:top;
	font-weight:bold;
}
.table01 td {
	padding:10px 0;
	width:100%;
}


/* ================================================================
   ヘッダー
================================================================ */

header#hdr {
	position:relative;	
	width: 100%;
	height:100px;
	z-index: 1;
}

div#section-hdr {
	position:relative;
	width: 1060px;
	height:100px;
	margin: 0 auto;
	z-index: 2;
}

div#section-hdr .hdr_left {
	float:left;
	width:530px;
}

div#section-hdr .hdr_right {
	float:right;
	width:530px;
	padding-top:30px;
	text-align:right;
}

header#hdr h1 {
	width:386px;
	height:50px;
	float: left;	
	margin: 30px 0px 0px;
	line-height: 0;
}

#wrapper:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* -------------------------------
   footer
------------------------------- */

footer#ftr {
	clear: both;
	width: 100%;
	background: #e8e8e8;
}

footer#ftr a, div#ftr2 a {
	color: #666;
	text-decoration:none;
	display:block;
}

footer#ftr a:hover, div#ftr2 a:hover{
	text-decoration:underline;
}


div#section-ftr {
	width: 1048px;
	margin: 0 auto;
	position: relative;
	top: -3px;
	padding-top: 35px;
	overflow:hidden;
}



footer#ftr p#pagetop {
	position: absolute;
	right: 0;
	top:34px;
}
div.ftrmenu {
	width: 450px;
	height: 130px;
	float: left;
	font-size:14px;
	line-height:1.5;
	padding-right: 30px;
	margin: 0 30px 20px 0;
	font-size: 12px;
}

div.ftrmenu2 {
	width: 450px;
	height: 130px;
	float: left;
	font-size:14px;
	line-height:1.5;
	padding-right: 30px;
	margin: 0 30px 20px 0;
	font-size: 12px;
}


div.ftrmenu h4 {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
}

div.ftrmenu p {
	font-size:14px;
}

.align-right {
	text-align: right;
}

.txt12 {
	font-size:12px;
}


/* -------------------------------
   main
------------------------------- */

#main {
	clear:both;
}

#main .inner {
	width:948px;
	height:480px;
	margin:0 auto;
	padding:10px 0 0;
}

#main p.mainimg {
	margin:0 auto;
	padding:6px 0 10px 0;
	text-align:left;
}

#main .telbox {
	width:948px;
	height:160px;
}

#main .telbox_left {
	float:left;
	width:420px;
	padding-top:24px;
}

#main .telbox_left p {
}

#main .telbox_right {
	float:right;
	width:490px;
	padding-top:4px;	
}


/* -------------------------------
   contents
------------------------------- */

#contents #btn .inner {
	width:964px;
	height:228px;
	margin:0 auto;
	padding:0 0 60px 0;
	background: url(../img/contact_box_bg.jpg) no-repeat left top;
}

#contents #btn .inner p.tel {
	float:left;
	padding-top:124px;
	padding-left:38px;
}

#contents #btn .inner p.btn {
	float:left;
	margin-top:24px;
	padding-left:15px;
}

#contents #btn .inner p.btn a:hover {
	background:none !important;
}

/* sec */
#contents #sec {
	padding:60px 0 60px 0;
	line-height:1.5;
}

#contents #sec .inner {
	width:1042px;
	margin:0 auto;
	padding:0 0 10px 0;
	overflow:hidden;
}

#contents #sec h1 {
	text-align:center;
	margin-bottom:50px;
}

#contents #sec .inner p {
	font-size:18px;
	line-height:1.5;
}

#contents #sec ul.point {
	width:700px;
	height:200px;
	margin:20px auto 30px;
	padding:0;
	list-style-type:none;
}

#contents #sec ul.point li {
	width:200px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-left:50px;
}

#contents #sec ul.point li:first-child {
	margin-left:0px;
}


#contents #sec ul.point2 {
	clear:both;
	width:1042px;
	margin:20px auto 20px;
	padding:0;
	list-style-type:none;
}

#contents #sec ul.point2 li {
	width:328px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-left:29px;
}

#contents #sec ul.point2 li:first-child {
	margin-left:0px;
}


/* sec02 */
#contents #sec02 {
	background:#fff;
}

#contents #sec02 .inner {
	padding:0 0 0 0;	
	width:1042px;
	margin:0 auto;
	overflow:hidden;
}

#contents #sec02 h1 {
	text-align:center;
	margin-bottom:20px;
}

#contents #sec02 p {
	text-align:center;
	margin-bottom:20px;
}


/* sec03 */
#contents #sec03 {
	padding-bottom:40px;
	background: url(../img/sec3_bg.png) repeat left top;
}

#contents #sec03 .inner {
	padding:30px 0 30px 0;
	background: url(../img/sec3_whbg_top.png) no-repeat left top;	
	width:1094px;
	margin:0 auto;
	overflow:hidden;
}

#contents #sec03 .inner2 {
	padding:30px 0 30px 0;
	background: url(../img/sec3_whbg_top2.png) no-repeat left top;	
	width:1094px;
	margin:0 auto;
	overflow:hidden;
}


#contents #sec03 h1 {
	text-align:center;
	height:75px;
	background:#2a5fa6;	
	padding-top:15px;
	margin-bottom:50px;
}


#contents #sec03 h2 {
	padding-left:50px;
	padding-top:20px;
}

#contents #sec03 .sub_inner {
	clear:both;
	width:996px;
	float:left;	
	background: url(../img/sec3_whbg_bottom.png) no-repeat left bottom;
	padding:0 50px 50px;
}

#contents #sec03 .sub_inner2 {
	clear:both;
	width:996px;
	float:left;	
	background: url(../img/sec3_whbg_bottom_arrow.png) no-repeat left bottom;
	padding:0 50px 50px;
}


#contents #sec03 div.txt {
	float:left;
	width:640px;
}

#contents #sec03 div.txt p {
	margin-bottom:10px;
	line-height:1.4;	
	font-size:18px;
}

#contents #sec03 div.txt span {
	font-weight:bold;
	background:#FFFF00;
}

#contents #sec03 div.img {
	float:right;
	width:280px;
	text-align:left;
	padding-right:30px;
}

#contents #sec03 .sub_inner2 p {
	width:680px;
}

#contents #sec03 div.txt2 {
	float:left;
	width:620px;
	padding-right:20px;
}

#contents #sec03 div.txt2 p {
	margin-bottom:10px;
	line-height:1.4;	
	font-size:18px;
}

#contents #sec03 div.txt2 span {
	font-weight:bold;
	background:#FFFF00;
}

#contents #sec03 div.img2 {
	float:left;
	width:300px;
	text-align:left;
	padding-left:50px;
	padding-top:30px;
}



#contents #sec03 p {
	font-size:18px;
	padding:20px 0 0 50px;
	line-height:1.4;
}
	
#contents #sec03 .tbl {
	clear:both;
	padding-top:30px;
}

/* table.table01 ------------------------- */
table.table01{
	margin:0px 50px 30px;
	background-color: #ccc;
	border-collapse:separate;
	border-spacing:1px;
}
table.table01 th,table.table01 td{
	padding: 8px 20px;
	vertical-align: top;
	border-collapse:collapse;
	border:0px;
	text-align: left;
}
table.table01 td{	background-color: #fff;}

table.table01 .valignMid {vertical-align: middle;}

table.table01 tr.centMid td { text-align: center;	vertical-align: middle;}

/* gray */
table.table01 th {background-color: #f3f3f3;	font-weight: bold;}
table.table01 tr.head th,
table.table01 tr.head td{	background-color: #e5e5e5;	font-weight: bold;}

/* dl.tableList ---------------------------- */
dl.tableList{}
dl.tableList dd{
	width:740px;
	margin: 0px 0px 4px 0;
	padding: 0px 0px 4px 0px;
	background: url(../img/dot01.gif) repeat-x left bottom;
	text-align: left;
	overflow:hidden;
	zoom:1;
	border-bottom:1px dotted #ccc;
}
dl.tableList dd:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
dl.tableList dd.last{
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
	border:none;
}
dl.tableList p.date{
	float: left;
	width: 120px;
	font-size:14px !important;
	margin: 0px !important;
	padding: 0px !important;
}
dl.tableList p.data{
	float: left;
	width: 560px;
	font-size:14px !important;
	margin: 0px !important;
	padding: 0px 0 10px !important;
}


/* sec04 */

#contents #sec04 {
	line-height:1.4;
	background:#fff;
}

#contents #sec04 .inner {
	padding:50px 0 30px 0;	
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

#contents #sec04 h1 {
	text-align:center;
	margin-bottom:40px;
}

#contents #sec04 p {
	font-size:18px;
	margin-bottom:20px;
}

#contents #sec04 .box {
	float:left;
	width:1000px;
	margin-top:30px;
	padding-bottom:40px;
	overflow:hidden;
}

#contents #sec04 .box_l {
	width:574px;
	float:left;
	padding-right:28px;
}


#contents #sec04 .box_r {
	float:right;
	width:398px;
}

#contents #sec04 .center_list {
	clear:both;
	padding-bottom:50px;
}

#contents #sec04 .center_list h2 {
	font-size:18px;
	padding-left: 5px;
	margin-bottom:20px;
	border-left: 4px solid #2a5ea7;
}

/** 支部一覧 **/

#contents #sec04 #sp_list dt.sptil{
	padding: 2px 7px 2px 15px;
	background: #2a5ea7;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

#contents #sec04 #sp_list dt.ken{
	padding: 0px 0 0 5px;
	font-weight: bold;
	font-size: 100%;
}

#contents #sec04 #sp_list dd{
	padding: 0px 10px 0px 5px;
	margin-bottom:3px;
	background: #f7f7f7;
	font-size: 95%;
	line-height: 1.2;
	zoom:1;
}
#contents #sec04 #sp_listt dd:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
#contents #sec04 #sp_list dd.last{
	background: #f7f7f7 url(none);
}
#contents #sec04 #sp_list dd span{
	margin-right: 7px;
	padding-right: 5px;
	border-right: 4px solid #2a5ea7;
}
#contents #sec04 #sp_list dd span.none{
	padding-right: 0px;
	border-right: none;
}
#contents #sec04 #sp_list dd span,
#contents #sec04 #sp_list dd a,
#contents #sec04 #sp_list dd img{
	display : block;
	float: left;
	margin-bottom: 6px;
}
#contents #sec04 #sp_list dd a{ margin-right: 7px;}
#contents #sec04 #sp_list dd a.last{ margin-right: 0px;}
#contents #sec04 #sp_list dd .cut{ margin-left: 1em;}
#contents #sec04 #sp_list dd a.new{
	padding-right: 34px;
	background: url(../img/current/new.gif) no-repeat right center ;
}
#contents #sec04 #sp_list dd span font{	font-size: 80%;}


#contents #sec04 .sp_listbox {
	margin:0;
	padding:8px 0px 0px;
}

#contents #sec04 .sp_listbox dl {
	margin-bottom:3px;
}

#contents #sec04 .sp_listbox dd {
    overflow: hidden;
}
 
/* Clearfix */
#contents #sec04 .sp_listbox dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contents #sec04 .sp_listbox dl {
	width:1000px;	
	overflow:hidden;
}

#contents #sec04 .sp_listbox dt{
 float:left;  
 width:70px;  
 padding:5px 0 5px 10px;  
 clear:both;  
 font-weight:bold;
}

#contents #sec04 .sp_listbox dd{
 width:900px;
 margin-left:90px;  
 padding:5px 0px 5px 0px;
}

 
/* Hides from IE-mac \*/
* html #contents #sec04 .sp_listbox dl {
    height: 1%;
}
#contents #sec04 .sp_listbox dl {
    display: block;
}


#contents #sec04 .sp_listbox dd.list {
	display:table;
	table-layout: fixed;
	width:880px;
}

#contents #sec04 .sp_listbox dd.list ul {
	margin-bottom:10px;
}

#contents #sec04 .sp_listbox dd.list ul li{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	vertical-align:top;
}


#contents #sec04 .sp_listbox dd.list ul li.shibu{
	width:95px;
	padding-right:5px;	
}

#contents #sec04 .sp_listbox dd.list ul li.shibu_office{
	width:185px;
	padding-right:5px;	
}

#contents #sec04 .sp_listbox dd.list ul li.shibu_ps{
	width:45px;
	padding-right:5px;	
}

#contents #sec04 .sp_listbox dd.list ul li.shibu_name{
	width:80px;
	padding-right:5px;	
}

#contents #sec04 .sp_listbox dd.list ul li.shibu_post{
	width:70px;
	padding-right:5px;	
}

#contents #sec04 .sp_listbox dd.list ul li.shibu_add{
	width:240px;
	padding-right:5px;
}
#contents #sec04 .sp_listbox dd.list ul li.shibu_tel{
	width:147px;
}


/* =============================================================
FORM
============================================================= */
#contents #secContact {
	width:100%;
	overflow:hidden;
	background:#2a5fa6;	
}

#contents #secContact .btn {
	text-align:center;
	margin: 0px 20px 20px 20px;
}

#contents #secContact .btn a {
	display:block;
    width: 500px;		
	padding:22px 0;
	font-size:22px;
    font-weight: 600;
    line-height: 22px;
	background:#ffea04;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:1px 5px #d0b418;	
	text-decoration:none;
}

#contents #secContact .btn a:hover {
	background:#BBB;
	box-shadow:1px 5px #666;	
}

#contents #secContact .btn span.txt {
	font-size:20px;
	color:#fff;
	line-height:1.8;
}


.formcontents {
	width:880px;
	margin:50px auto 50px;
	font-size: 14px;
	clear: both;
	padding:0px;
}

 
.formbox { padding:10px 10px 10px 10px; background-color:#fff; width: 840px; margin: 0px auto; border:10px solid #eeeeee; }
.cplformbox { padding:30px; background-color:#fff; border:5px solid #CCC; width: 790px; margin: 0px auto; }

form { margin: 0px; padding: 0px; }
span.fred { color:#FF0000; }
label { font-size:16px; }



#cFrom {
	width:800px;
	font-size: 14px;
	margin:0px 0 0 20px;
	border-collapse: collapse;
	line-height: 1.8;
	background:#fff;
	}

#cFrom tr.line{
	background: #EAEAEA;
	border-top:1px dotted #9c9c9d;
	border-bottom:1px dotted #9c9c9d;
	padding:30px 10px;
	}
	
#cFrom tr.line_b{
	border-bottom:1px dotted #9c9c9d;
	padding:30px 10px;
	}	
	
#cFrom th,
#cFrom td{
	line-height: 1.8;
	}
table#cFrom th{
	padding: 15px 15px 15px 20px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	width: 200px;
	border-right:1px solid #cccccc;
}

table#cFrom td{
	padding: 15px 15px 15px 30px;
	text-align: left;
	
	}

table#cFrom td p{
	line-height: 1.3em;
	margin-bottom:5px;
	}

table#cFrom td select{
	font-size:1em;
	margin-bottom:5px;
	}

table#cFrom span.req img {
	margin:0 0 -6px 5px;
}

table#cFrom td.coment{
	padding: 5px;
	text-align:left;
	}

table#cFrom td.coment p{
	margin-bottom: 5px;
	}

div.cFromHead h2,
div.cFromHead h3 { margin: 0px; padding: 7px 0px; text-align: center; color: #fff; letter-spacing: 0.1em; }
div.cFromHead p { margin: 0px 20px 20px 20px; padding: 15px 0px; border-bottom: 1px dotted #c0c0c0; text-align: center; font-size: 12px; font-weight: bold; color: #c0c0c0; }
div.cFromHead p span { font-weight: normal; }
div.cFromHead p span.on { font-weight: bold; color: #fff000; }
table#cFrom td.cFromBtn { background:url(../images/img_bg_submit.gif) repeat-x top left; }
table#cFrom td.cFromBtn div { margin: 20px 0 0 0; padding: 20px 0 40px; /*border-top: 1px dotted #c0c0c0;*/
	text-align: center; }
table#cFrom .completed { padding-top: 30px; padding-bottom: 45px; text-align: center; }
table#cFrom .ness,
table#cFrom .ERR { color: #a72126; margin-left: 0px; }
table#cFrom .w300 { width: 300px; }
table#cFrom .w200 { width: 200px; }
table#cFrom .w350 { width: 350px; }
table#cFrom .w20 { width: 20px; }
table#cFrom .w70 { width: 70px; }
table#cFrom .width_full { width:100%; }

table#cFrom td input[type*=text],
table#cFrom td input[type*=email],
table#cFrom td input[type*=tel] {
	padding:4px;
	border:1px solid #ccc;
	line-height:20px;
}

table#cFrom .ness,
table#cFrom .ERR{
	color: #FF0033;
	}


/*ボタン*/

table#cFrom td.cFromBtn div{
	margin: 20px 0 0 0;
	padding: 20px 0 20px;
	text-align: center;
	}

table#cFrom .completed{
	padding-top: 30px;
	padding-bottom: 45px;
	text-align: center;
	}

table#cFrom #return {
	float: left;
}

table#cFrom #send {
	float: right;
}

table#cFrom #return{
	background-image:url(../img/btn_return.png);
	background-repeat:no-repeat;
	border:none;
	width:300px;
	height:70px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 30px 0 0 0;
}

table#cFrom #return_c{
	background-image:url(../img/form/btn_return.jpg);
	background-repeat:no-repeat;
	border:none;
	width:300px;
	height:70px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 30px 0 0 200px;
}

table#cFrom #send{
	background-image:url(../img/btn_send.png);
	background-repeat:no-repeat;
	border:none;
	width:300px;
	height:70px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 30px 0 0 10px;
}

table#cFrom input:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}




table#cFrom .text, table#cFrom textarea, table#cFrom .dropdown{
    border:1px solid #ccc;
    padding: 5px;
    color: #333;
    background: #fff;
}


.venue_type {
	width: 1em;
}

.no_sale {
	background-color: #CCC;
}

.number_box {
	width: 25px;
	margin-right: 0.25em;
}

.area_row, .cd_row {
	width: 65px;
}

#seminar_table th.corg01 {
	background-color:#0068B6;
	color:#fff;
	font-size:20px;
}

#seminar_table th.corg01 {
	background-color:#0068B6;
	color:#fff;
	font-size:16px;
	text-align:center;
}

#seminar_table th.corg01_1 {
	background-color:#A2BCE2;
	text-align:center;
}

#seminar_table th.corg01_2 {
	background-color:#C4D5A9;
	text-align:center;
}

#seminar_table th.corg02 {
	background-color:#fed493;
}

#seminar_table th.corg03 {
	background-color:#eee;
}


#seminar_table th.cblue01 {
	background-color:#549B35;
	color:#fff;
	font-size:20px;	
}

#seminar_table th.cblue02 {
	background-color:#b5ddf1;
}

#seminar_table th.cblue03 {
	background-color:#eee;
}

#seminar_table td {
	font-size:14px;
}


#seminar_table .width_full { width:100%; }


table#cFrom .btn {
	text-align:center;
}


table#cFrom .fbox {
	width:660px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

table#cFrom .btn #return{
	float: left;
	margin-left:20px;
}

table#cFrom .btn #send{
	float: right;
}

table#cFrom .cFromBtn #submit{
	display:block;
	width:660px;
	height:70px;	
	background:url(../img/btn_submit.png) right center no-repeat;	
	text-decoration:none;
	border:none;
	font-size:0;
	line-height:0;
	margin: 10px auto 10px;
}

table#cFrom .cFromBtn #submit:hover{
	background:url(../img/btn_submit_on.png) right center no-repeat;	
}



table#cFrom .btn #send{
	display:block;
	width:300px;
	height:70px;	
	background:url(../img/btn_send.png) right center no-repeat;	
	text-decoration:none;
	border:none;
	font-size:0;
	line-height:0;
}

table#cFrom .btn #send:hover{
	background:url(../img/btn_send_on.png) right center no-repeat;	
}


table#cFrom .btn #return{
	display:block;
	width:300px;
	height:70px;	
	background:url(../img/btn_return.png) right center no-repeat;	
	text-decoration:none;
	border:none;
	font-size:0;
	line-height:0;
}

table#cFrom .btn #return:hover{
	background:url(../img/btn_return_on.png) right center no-repeat;	
}


table#cFrom #return.err-btn {
	float: none;
	margin: 30px auto 0;
}

