@charset "utf-8";

#new_member{
	position: fixed;
	bottom:10px;
	left:50%;
    margin-left:361px;
    z-index: 100;
}


#sp_main_view{
	display: none;
}

#header{
	display: none;
}

#footer_logo_sp{
	display: none;
}


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

	このテーマカラー変更でコンテンツ部分のカラーを変更可能

---------------------------------------*/
/* パンくずリスト */
ol#breadcrumb li,
ol#breadcrumb li a { color:#000}


/* コンテンツ中（左カラム内）のリンクカラー */
#main p a{ color:#0090D5; }
#main p a:hover{ color:#2ea4dc} 

/* コンテンツ中（左カラム内）大見出し
右サブメニュータイトル　h3.sub_menuTit */
h2.tit_page{	
	color:#FFF;
	background-color: #66B3FF;
}


/* コンテンツ中（左カラム内）小見出し */
h3.stit_page{
	color:#000;
	border-bottom: solid 1px #666464;
}


/* サブメニュー　タイトル　リンクカラー　リンクなしの場合 */
.sub_menuTit,
#sub_left a,
#sub_left span{ color:#fff}












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

	body

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

html{
	background-color: #e7f4fa;
}

body {
	color:#000;
	font-size:84%;
	text-align:center;
	background-repeat: repeat-y;
	background-position: center top;
}

body p{
	font-size: 14px;
	line-height: 26px;	
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{ color:#000; text-decoration: none}
a:hover { color:#999; }


#wrapper,
.baseW{ display:block; margin:0 auto; width:1033px;}
#wrapper{ padding-bottom:80px; text-align:left }


#g_navi .baseW{ display:block; margin:0 auto; width:966px;}

/* clearfix */
.clearfix:after {
	clear:both;
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }

.clearfix { display:block;}
/* end MacIE5 */




.clear{
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	clear:both;
	overflow: hidden;
}




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

	global_navi

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

#head_re{
	background: url(/2019/img/common/bg_head_re.png);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	position: relative;
}

/**
 * menu
 */
.menu {
	position: relative;
	height: 50px;
	width: 1200px;
	margin: 0 auto 30px;
	border-top: #FFF 2px solid;
	border-bottom: #FFF 2px solid;
	z-index: 1000;
}

.navi_f_line{
	margin-left: 7%;
}

.navi_f_line a.init-bottom{
	border-left: #FFF 2px solid;
}

.menu > li {
	float: left;
	width: 17%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 120%;
	font-weight: bold;
	
}

.menu > li a{
	border-right: #FFF 2px solid;
}

.menu > li .navi_line_clear a{
	border-right: none!important;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #b9ddff;
}

.menu > li a.init-bottom:hover {
	color: #fff;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  background: #66B3FF;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}




/**
 * mega menu
 */
.menu__mega .menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0%;
  background: #66B3FF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu__mega:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.menu__mega .menu__second-level > li {
  float: left;
  width: 31%;
  border: none;
  text-align: left;
  padding-left: 2%;
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0 0%;
}

#navi_top p{
	float: left;
}

#navi_top a:hover{
	opacity: 0.7;
}

#navi_top {
	height: 45px;
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
	overflow: hidden;
	padding-top: 30px;
}

#navi_top #logo{
	margin-right: 569px;
}

.snsBtn{
	padding: 6px 0px 0px 10px;
}

.hbnr{
	padding: 6px 0 0 10px;
}








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

	footer

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

#footer{
	background-color: #66B3FF;
	color: #FFF;
}

#footer a{
	color: #FFF;
}

#footer a:hover{
	color: #ccc;
}

#f_top{
	width: 950px;
	padding: 14px 0 31px 0;
	overflow: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.f_top_ttl{
	padding-top: 10px;
}

#f_top p{
	font-size: 16px;
	padding-bottom: 6px;
	font-weight: bold;
}

.f_clm_cmn{
	width: 170px;
	padding: 27px 10px 0 10px;
	float: left;
	text-align: left;
}

.f_clm_cmn ul li{
	font-size: 11px;
	padding-bottom: 7px;
}

#footer_logo{
    padding-bottom: 19px !important;
}

#f_bottom{
	background-color: #0090d5;
	clear: left;
	padding: 20px 0 25px;
}

body #f_bottom_clm{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

body #f_bottom_clm p{
	font-size: 11px!important;
	padding-bottom: 0px;
	margin-bottom: 6px;
	line-height: 1;
}



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

	Breadcrumb

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

/* -- breadcrumb -- */

ol#breadcrumb {
	padding: 10px 0 45px;
	line-height:100%;
	z-index: 2;
	position: relative;
	clear:both;

}

ol#breadcrumb li {
	display: inline;
	padding-left: 0.2em;
	font-size: 12px;;
}
ol#breadcrumb li a { margin-right: 0.6em; text-decoration:none}
ol#breadcrumb li a:hover{ color:#B3B3B3}







/* 近日公開予定　共通　*/
.comingSoon{ padding:50px 0; font-size:16px; text-align:center;}


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

	content

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

#content {
	clear: both;
	margin:0 auto 0;
	overflow:hidden;
	/zoom:1;
}

/* -- IMG HOVER -- */
#content a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}







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

	main
	
---------------------------------------*/

#main_top {
	float: left;
	width: 500px;
	overflow:hidden;
	/zoom:1
}


/*---------------------------------------
 
	main page
	
---------------------------------------*/

#main {
	float: left;
	width: 780px;
	overflow:hidden;
	/zoom:1;
}






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

	sub left

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

#sub_left {
	float: right;
	padding-bottom:13px;
	width: 225px;
	overflow:hidden;
	background-color:#66B3FF;
	/zoom:1;
}
#sub_left a{ text-decoration:none}
#sub_left a:hover{ text-decoration:underline;}




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

	sub area content

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

/* -- sub menu --
リンクする場合はa,
リンクしない場合はspanを表示するようにしている。
*/
.sub_menuTit{
	margin: 0;
	padding: 10px 0 0 8px;
	clear: both;
	font-size:20px;
	font-weight:bold;
}

ul.sub_menu{
}
ul.sub_menu li,
ul.sub_menu li span,
ul.sub_menu li a{
	display:block;
}
ul.sub_menu li{ padding-left:10px; line-height:1.2;}
ul.sub_menu li a,
ul.sub_menu li span{	
	padding:9px 0 5px 13px;
	font-size:14px;
	background: url(../img/common/arw_sidemenu.png) no-repeat 0 10px 
}


/* -- bge areaないような -- */
/* -- bge area -- */

#bge_column	{
	width:210px;
	background:url(../img/common/bg_side_btm.gif) no-repeat bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}
#bge_column .inner	{
	background:url(../img/common/bg_side_top.gif) no-repeat;
	padding-top:5px;
}
#bge_column .inner .scont{
	background:url(../img/common/bg_side_center.gif) repeat-y;
	padding:10px 15px;
}

.sec_sub{
	clear: both;
	padding-bottom: 13px;
	overflow:hidden;
	/zoom:1;
}

.sec_border{
	background-color:#fff;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	width:192px;
	padding:10px 8px;
	margin-bottom:10px;
}

.calendar a{
	width:194px;
	display:block;
	text-decoration:none;
}


/* -- banner area -- */

.bnr_area ul li{
	margin-bottom:5px;
}



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

	mainimg
	
---------------------------------------*/

#img_area{
	width:100%;
	margin:0 0 14px;
	/*height:190px;*/
}
/* -- ここまでないような -- */


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

    page top

---------------------------------------*/
.pagetop {margin-top:58px;}
.pagetop a{
	padding-left: 15px;
	background:url(/2019/img/common/arw_pagetop.png) left 0 no-repeat;
	font-size:14px;
	line-height:1.1;
	color: #0090D5;

}
.pagetop a:hover{ background-position: left -20px; text-decoration:none}











a.toLastYearPost{
	display:block;
	margin-top: 20px;
	padding: 3px 20px;
	text-decoration:none;
	font-size:14px;
	background:url(../img/common/arw_sidemenu.gif) no-repeat 1px 6px;
}
a.toLastYearPost:hover {
	background-position: 1px -44px;
}









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

	common class

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


/* -- LIST TYPE -- */

div.s-list,
ul.u-list,
dl.d-list  {
	overflow: hidden;
	_zoom: 1;	
}


/* -- h2 -- */

h2{
	clear: both;
}

/* -- h2--*/

h2.tit{
	margin-bottom:8px;
}

h2.tit_page{
	padding: 0 10px;
	font-weight: bold;
	font-size:20px;
	height:30px;
	line-height: 30px;
}



/* -- h3 -- */

h3 {
	clear: both;
}

h3.stit{
	margin-bottom:10px;
}

h3.stit_page{
	margin:40px 0 30px;
	font-weight: bold;
	line-height:25px;
	font-size:20px;
}


/* -- h4 -- */

.sstit{
	clear:both;
	font-weight:700;
	line-height:1.1;
	margin-bottom:5px;	
	color:#013f69;
}




/* -- SEC -- */

.sec {
	clear: both;
	margin-bottom: 25px;
	overflow:hidden;
	/zoom:1;
}
.sec img{ display:block; margin:0 auto;}


.sstit,
.sec p{ padding: 0 2px}

.sec.dot{
	clear: both;
	padding-bottom:20px;
	border-bottom:dotted 1px #999;
	overflow:hidden;
	/zoom:1;
}

.sec.none {
	clear: both;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;	
	overflow:hidden;
	/zoom:1;
}







/* -- TABLE TYPE 01 -- */

.tbl-type01 {
	clear: both;
	width: 100%;
	margin:5px 0 10px 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.tbl-type01 th,
.tbl-type01 td {
	padding: 6px 7px 6px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
	vertical-align: middle;
}

.tbl-type01 td.no_sp{
	padding:0 !important;
}

.tbl-type01 th {
	width: 25%;
	background-color:#F7FAFA;
	white-space: nowrap;
}

.tbl-type01 thead th {
	background-color: #f5f5f5;
	text-align: center;
}


/* -- TABLE TYPE 02 -- */

.tbl-type02 {
	clear: both;
	width: 100%;
	margin-top:15px;
	margin-bottom: 18px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.tbl-type02 th,
.tbl-type02 td {
	padding: 12px 20px 12px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}

.tbl-type02 th {
	background-color: #faf9f7;
	white-space: nowrap;
	text-align:center;
	font-weight:700;
	width: 25%;
}

.tbl-type02 th span.caution {
	font-weight:700;
	color:#b37201;
}



/* -- TABLE TYPE 03 -- */

.tbl-type03 {
	clear: both;
	width: 100%;
	margin-top:5px;
	margin-bottom: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.tbl-type03 th,
.tbl-type03 td {
	padding: 6px 7px 6px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}

.tbl-type03 th {
	background-color:#F7FAFA;
	white-space: nowrap;
	text-align: center;
}



/* -- TABLE TYPE 04 -- */

.tbl-type04 {
	clear: both;
	width: 100%;
	margin:0;
	border:none;
}

.tbl-type04 th,
.tbl-type04 td {
	padding: 3px 15px 3px 0;
	border:none;
	vertical-align: top;
}

.tbl-type04 th {
	white-space: nowrap;
	text-align: left;
}


/* -- TABLE TYPE -reikai -- */

.tbl-type-reikai {
	clear: both;
	width: 100%;
	margin-top:5px;
	margin-bottom: 10px;
	border-top: solid 1px #ccc;
	/*border-left: solid 1px #ccc;*/
}

.tbl-type-reikai th,
.tbl-type-reikai td {
	padding: 6px 10px;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.tbl-type-reikai th.none,
.tbl-type-reikai td.none {
	border-bottom: none !important;
}
.tbl-type-reikai td {
	border-right: none !important;
}
.tbl-type-reikai th{
	border-right: solid 1px #ccc;
	text-align: center;
	width: 5px;
	white-space:normal;
	line-height:1.1 !important;
}

.tbl-type-reikai th.tit_bl {
	background-color:#e3ebf4;
}
.tbl-type-reikai th.tit_gr {
	background-color:#dfe8cb;
}




/* -- TEXT TYPE -- */

strong {
	font-weight: 700;
}

.txt00 {font-size:   83.4%;} /* for setting 10px */
.txt01 {font-size:   91.7%;} /* for setting 11px */
.txt02 {font-size:    100%;} /* for setting 12px */
.txt03 {font-size:  108.4%;} /* for setting 13px */
.txt04 {font-size:  116.7%;} /* for setting 14px */
.txt05 {font-size:    125%;} /* for setting 15px */
.txt06 {font-size:  133.4%;} /* for setting 16px */
.txt07 {font-size:  141.7%;} /* for setting 17px */
.txt08 {font-size:    150%;} /* for setting 18px */
.txt09 {font-size:  158.4%;} /* for setting 19px */
.txt10 {font-size:  166.7%;} /* for setting 20px */
.txt11 {font-size:    175%;} /* for setting 21px */
.txt12 {font-size:  183.4%;} /* for setting 22px */
.txt13 {font-size:  191.7%;} /* for setting 23px */
.txt14 {font-size:    200%;} /* for setting 24px */
.txt15 {font-size:  208.4%;} /* for setting 25px */
.txt16 {font-size : 216.7%;} /* for setting 26px */


/* -- P TYPE -- */

p.txt-type01 {
	display:block;
	margin:0 0 15px;
}

p.txt-type02 {
	display:block;
	margin:0 0 10px;
}

p.txt-type03 {
	display:block;
	margin:5px 0 0;
}

p.txt-type04 {
	display:block;
	margin:0 0 20px;
}

p.txt-dot{
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:dotted 1px #ccc;
}

.center{
	text-align:center;
	display:block;
	margin:5px 0;
}

.emp{
	color:#C00;
	font-size:83.4%;
}

.cap{
	color:#888;
	font-size:83.4%;
}

.red{
	color:#C00;
	font-size:   91.7%;
}

.underline{
	text-decoration:underline;	
}


/* -- IMG TYPE -- */

.img-type01{
	display:block;
	margin:0 0 15px;
}

.img-type02{
	display:block;
	margin:0 auto 20px;
}

.img-type03{
	display:block;
	margin:0 auto 10px;
}

.img-type04{
	display:block;
	margin:0 30px 20px 0;
}



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

	form

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

.feeld00  {
  width: 30px !important;
  margin-right: 5px;
  padding: 0;
 }

.feeld01  {
  width: 100px !important;
  margin: 0;
  padding: 0;
 }

.feeld02  {
  width: 300px !important;
  margin: 0;
  padding: 0;
 }
 
.feeld03  {
  width: 450px !important;
  height:120px;
  margin: 0;
  padding: 0;
 }
 
 .feeld04  {
  width: 450px !important;
  margin: 0;
  padding: 0;
 }
 
.feeld05  {
  width: 45px !important;
  margin: 0;
  padding: 0;
 }
 
.feeld06  {
  width: 80px !important;
  margin: 0;
  padding: 0;
 }


.nec {
  color:#F00;
  white-space:nowrap;
  padding-left:5px;
  font-size:83.4%;
 }

label {
  margin: 0 1em 0 0;
  padding: 0;
 }

input {
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 1.3;
  vertical-align: bottom;
 }


/*-- txt -- */
p.pp-area{
	display:block;
	background-color:#F7FAFA;
	padding:10px;
	margin-bottom:10px;	
	font-size:91.7%;
}

p.pp-conf{
	text-align:center;	
}


/* list botton
--------------------------------------------------------*/ 
.btn_area {
   position: relative;
   overflow: hidden;
   margin:0 auto 5px;
   display:block;
   
}

.btn_area ul {
   position:relative;
   left:50%;
   margin-bottom:5px;
   float:left;
}

.btn_area li {
   position:relative;
   left:-50%;
   float:left;
}
.btn_area li,
.btn_area li img{
	margin-right:15px;
}





/*********BLOG*************/
/*
#content-inner{
	background-color: #e2d5e9;
}

.asset-content p{
	background-color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
}

.entry-content{
	background-color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
}
*/
.asset-content p{
	padding-bottom: 15px;
	padding-left: 10px;
}

.tit_page a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.border_color{
	background-color: #e2d5e9;
	height: 20px;
	width: 696px;
}

.float{
	float:left;
	display:inline;
	padding-right:5px;
}


.float2{
	float:left;
	display:inline;
}

#btn_box{
	height:98px;
}


/*******
	アーカイブ
********/

.tit_page_acv{
	text-align: center;
	padding-bottom: 30px;
}

.tit_page_acv img{
	width: 300px;
}

#acv_area{
	padding-left: 94px;
}

#acv_area p{
	float: left;
	margin-right: 50px;
	height: 150px;
}

#acv_area p img{
	width: 130px;
}



/*******
	メンバーボイス
********/

#memver_voice_d_ttl{
	text-align: center;
	padding-bottom: 30px;
}

.voice_thum{
	font-weight: bold;
    font-size: 17px;
    width: 251px;
    float: left;
    padding-right: 9px;
    height: 297px;
}

.voice_thum a{
	color: #0090D5;
	font-weight: bold;
}

.memver_voice_dt_link a{
	color: #0090D5;
}

.memver_voice_dt_link a:hover{
	color: #5dc5f5;
}

.memver_voice_dt .stit_page{
	color: #0090D5;
	text-decoration: underline;
	border: none;
	text-align: center;
}

.memver_voice_about{
	color: #0090D5;
}



/*******
	例会・事業
********/

#jgyoureikai_voice_d_ttl{
	text-align: center;
	padding-bottom: 50px;
}

.jigyoreikai_thum{
	width: 150px;
	float: left;
	clear: left;
	margin-bottom: 50px;
	margin-left: 0px;
}

.jigyoreikai_thum img{
	width: 150px;
}


.jigyoreikai_right{
	width: 520px;
	float: left;
	color: #0090D5;
	padding-left: 20px;
	margin-bottom: 50px;
	overflow: auto;
	overflow: hidden;
}
.jigyoreikai_right_top{
	border-bottom: solid 2px #0090D5;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 520px;
	overflow: auto;
	overflow: hidden;
}

.jigyoreikai_right_ttl{
	font-size: 23px;
	font-weight: bold;
	width: auto;
	float:left;
}

.jigyoreikai_right_icon{
	width: 74px;
	float: left;
}



.jigyoreikai_right_detal_link{
	float: right;
}

.jigyoreikai_right_detal_link img{
	width: 115px;
}


.intro .day{
	padding: 15px 0 5px;
	font-weight: bold;
}

.intro .place{
	padding: 0 0 15px;
	font-weight: bold;
}
.postFrame{
	font-size: 16px;
}

.photo{
	padding-top: 20px;
}

.photo img{
	width:300px;
	}





















