@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #000;	
	margin: 0px;
	padding: 0px;
    font-size:14px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1.7em;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）
---------------------------------------------------------------------------*/
a {
	color: #0582AB;	
}

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

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
/* Right */
.MG-R10 { margin-right: 10px !important; }
.MG-R20 { margin-right: 20px !important; }
.MG-R30 { margin-right: 30px !important; }

/* Left */
.MG-L10 { margin-left: 10px !important; }
.MG-L15 { margin-left: 15px !important; }
.MG-L20 { margin-left: 20px !important; }
.MG-L30 { margin-left: 30px !important; }


/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }


/* micro clearfx */
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin:0 auto;
	border-top:8px solid #00bbf1;
/*	background: url(../images/bg-circle.png) center 38px no-repeat;
*/}

/*コンテンツ
---------------------------------------------------------------------------*/
/*#contents {
	clear: both;
	width:1150px;
	margin:0 auto;
	position:relative;
}*/


/*ヘッダーh1（ロゴ画像）
---------------------------------------------------------------------------*/
header{
	width:960px;
    height:160px;
	margin:0 auto;
}

header h1{
	padding:13px 0 0 18px;
	color:#1d6eac;
	font-weight:normal;
}

header img{
	margin:8px 0 ;
}

header h1 img:hover{
	filter:alpha(opacity=50);
   -moz-opacity:0.50;
   -khtml-opacity: 0.50;
   opacity:0.50;
}


/*グローバルメニュー
---------------------------------------------------------------------------*/
#menu {
	width:100%;
	background-color:#fff;
}

#menu ul{
	width:100%;
	margin:0 auto;
	padding:0;
	border:2px solid #00baff;
	height:50px;
	border-radius:6px;
	
	display: table;
	table-layout: fixed;
	text-align: center;
}

#menu ul li {
	 display: table-cell;	
	font-size:14px;
	font-weight: bold;
	height:50px;
	border-right:2px dashed #00baff;
}

#menu ul li a {		
	text-decoration: none;
	color:#008fca;
    display: block;
	line-height:50px;
	margin:3px 0 0 0;
}

#menu ul li:hover {
	background-color:#8fdb5d;
}

#menu ul li a:hover {
	color:#fff;
}

#menu ul li:last-child {
	border-right:0;
}


#menu ul li.current{
	background-color:#8fdb5d;
}

#menu ul li.current a{
    color:#fff ; 
	
}



/*-----メニュー上部固定------*/
/*.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
*/


/*メイン画像
---------------------------------------------------------------------------*/
#mainBanner{
	margin:0 auto 1em auto;
}

#mainBanner li{
	width:1000px;
	height:439px;
}

#mainBanner li.first{
	background:url(../images/main-img-01.png) center no-repeat;
}

#mainBanner li.second{
	background:url(../images/main-img-02.png) center no-repeat;
}


/*パンクズ
---------------------------------------------------------------------------*/
.pan{
	font-size:12px;
	width:960px;
	margin:1em auto 50px auto;
}

.pan a{
	text-decoration:none;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
    margin:0 auto;
	width: 100%;
	padding-top:1em;
}


#main .box{
	margin:0 auto 3em auto;
	width:860px;
}

#main h1 {
	font-size: 30px;
	letter-spacing:2px;
	color: #000;
	font-weight:normal;
	padding: 60px 0 50px 0;
	text-align:center;
	background: url(../images/h1_bg.png) center bottom  no-repeat;
    background-color:#d0f9ff;
	line-height:18px;
}

#main h1 span::before {
	content: "\A\A" ;
	white-space: pre ;
}

#main h1 span{
	font-size:12px;
	padding:13px 0 0 0;
	border-top:1px solid #000;
	text-align:center;
	letter-spacing:0;
	margin:10px 0 0 0;
}

#main h2{
	font-weight: bold;
	padding: 10px 10px 6px 47px;
	font-size:18px;
	color:#fff;
	line-height:1.5em;
	margin-bottom:30px;
	background: url(../images/h2_bg.png) 12px 8px no-repeat;
	background-color:#00c9e7;
	border-bottom:3px solid #008fd9;
}

/*#main h3{
	font-size:18px;
	color:#207C8C;
	border-left:10px solid #207C8C;
	text-indent:10px;
	margin:0 0 15px 0;
	padding:7px;
	border:1px solid #ccc;
}
*/
#main h4{/*新着情報*/
	font-size:20px;
	font-weight:normal;
	color:#fff;
	height:37px;
	line-height:41px;
	background-color:#00c9e7;
	text-align:center;
	letter-spacing:1px;
	margin:0 auto;
}

#main p {
	padding:0 0 0.5em 0;
}




/*左：右＝３：１
---------------------------------------------------------------------------*/
/*.column{
	width:100%;
	display:inline-block;
}*/


/*.column-l{
	float:left;
	width:730px;
}

.column-r{
	float:right;
	width:210px;
}
*/


/*-----------------------------------------
トップへボタン
-----------------------------------------*/

#pagetop {
	clear:both;
}

#pagetop a {
	width: 100%;
	display: block;
	text-align:center;
	height: 35px;
	vertical-align: middle;
	background-color:#e5e5e5;
	padding:5px 0 0 0;
}

 
#pagetop a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity:0.60;
}


/*-----------------------------------------
フッター
-----------------------------------------*/

footer {
	clear: both;
	text-align: center;
	padding: 15px ;
	color:#0d2229;	
    background-color: #00bbf1;
}


/*トップページ「新着情報」
---------------------------------------------------------------------------*/
#new{
	overflow: auto;	
	height: 90px;
	padding:6px;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	margin:0 auto 1.5em auto;
	font-size:14px;
}


#new dl{
	padding:0;
}

/*日付*/
#new dt {
	float: left;
	width: 8em;
	color:#000;
	padding:8px 0 8px 2em;
}

/*記事*/
#new dd {
	padding:8px 0 ;
	margin:0 0 0 10em;
}


/*トップページ「研究会紹介」
---------------------------------------------------------------------------*/

.outline_bg{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,251,249,1) 66%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,251,249,1) 66%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,251,249,1) 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffbf9',GradientType=0 );
}

.outline_deco{
	background:url(../images/intro_bg.png)  center bottom no-repeat; 
	padding:70px 0 100px 0;
}

.outline_box{
	position:relative;
}

.outline_pig{
	position:absolute;
	top:100px;
	right:0;
}

.outline_txt p{
	font-size:16px;
	line-height:34px;
	width:588px;
	margin-left:20px;
}

.outline_txt span{
	display:block;
	float:right;
	line-height:1.7em;
	margin:122px 0 0 0;
}

.outline_txt span::afetr{
	clear:both;
}


/*「入会案内」
---------------------------------------------------------------------------*/

.box02{
	float:right;
	width:590px;
	margin:0 0 3em 0;
}

.box02 p{
	margin:0 0 3em 0;
}

ol.process{
	padding:0 0 0 30px;
	margin:0 0 3em 0;
}

ol.process li{
	margin-bottom:10px;
}

.word-icon a{
	line-height:32px;
	vertical-align: top ;
	text-decoration:none;
	margin:0 0 0 10px;
}

.position-set{
	position:relative;
}

.ph-01{
	position:absolute;
	top:0;
	left:-170px;
}

.ph-02{
	position:absolute;
	top:353px;
	left:-170px;
}

.ph-03{
	position:absolute;
	top:627px;
	left:-170px;
}








/*グレーワク
---------------------------------------------------------------------------*/
/*濃いグレー*/
.gray-waku-dark{
	border:1px solid #666;
}

/*薄グレー*/
.gray-waku-pale{
	border:1px solid #ddd;
}




/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin:1em 0 3em ;
	border: 1px solid #ddd;	
}
.ta1, .ta1 td, .ta1 th{	
	line-height: 1.7em;
}
.ta1 td{
	width: auto;
	padding: 1em 1.5em;
}

.ta1 th{
	width: 100px;
	padding: 10px 1.5em;
	text-align: left;
	color: #000;
	background-color:#ddd;
}


/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
	margin:1em auto 3em;
	border-bottom: 1px solid #CCC;
}
.ta2, .ta2 td, .ta2 th{
	border-top: 1px solid #CCC;
	line-height: 1.7em;
}

.ta2 td{
	width: auto;
	padding: 1em;
}

.ta2 th{
	width:120px;
	padding: 1em;
	text-align: left;
	background-color: #f3f3f3;	
}


/*テーブル３
---------------------------------------------------------------------------*/
/*.ta3 {
	width: 100%;
	margin:0 auto;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;
	line-height: 1.7em;
}

.ta3 td{
	width: auto;
	padding: 1em;
}

.ta3 th{
	width: 20%;
	padding: 1em;
	text-align: center;
	background-color: #f3f3f3;	
}*/

/*テーブル４
---------------------------------------------------------------------------*/
/*.ta4 {
	width: 100%;
	margin:0 auto;
	font-size:13px;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;
	line-height: 1.7em;
}

.ta4 td{
	width: auto;
	padding: 7px;
}

.ta4 th{
	width: auto;
	padding: 7px;
	text-align: center;
	background-color: #f3f3f3;	
	border-bottom: 4px double #CCC;
}
*/



/* -----------------------------------------------------------
	申し込みボタン
----------------------------------------------------------- */

/*.etr_btn{
	font-size:16px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	padding:13px 45px 10px 45px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background-color:#9dce2c;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
}

.etr_btn:hover {
	color:#FFF;
    text-decoration:none;
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background-color:#8cb82b;
}

.etr_btn_white a{
	color:#ffffff;
}*/


/*その他
---------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.center{
	text-align:center;
	margin:0 auto;
}

.bold{
	font-weight:bold;
}

.f-r{
	float:right;
	margin:0 0 0 1.5em;
}
.f-l{
	float:left;
	margin:0 1.5em 0 0 ;
}

.t-center{
	text-align:center;
}
.t-12{
	font-size:12px;
}
.t-16{
	font-size:16px;
}
.t-18{
	font-size:18px;
}
.t-20{
	font-size:20px;
}

/*.map-waku a{
	width:30px;
	color:#ffffff;
	background-color: #F93;
	padding:3px 5px;
	text-decoration:none;
	border-radius: 3px
}
.map-waku a:hover{
	width:35px;
	color:#ffffff;
	background-color: #F30;
	padding:3px 5px;
}*/

.t-blue{
    color: #0080C0;
}

.t-red{
	color:#F00;
}
.t-orange{
	color: #F93;
}

.alpha a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity:0.70;
}
