﻿@charset "UTF-8";

/* ページ全体の構造 */

html{
	overflow-y:scroll;
}

html,body{height:100%;
}

body{
	margin:0 auto;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	color:#000;
	text-align:center;
	line-height:1.4;
	background: url(../images/headerBg.jpg) top center repeat-x;
}

div#dcContainer{
	width: 980px;
	margin: 0 auto;
	height: auto!important;
	height: 100%;
	text-align: left;
}

/* ヘッダー構造 */
div#dcHeader{
	width:980px;
	height:120px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

img#dcHeaderInfo{
	position:absolute;
	left:50px;
	top:12px;
}

/* フッター構造*/ 
div#dcFooter{
	clear:both;
	width:980px;
	height:20px;
	margin:0 auto;
	padding-top: 3px;
	font-size: 10px;
	text-align:center;
	color:#333;
	z-index:1;
}

/* コンテンツ構造 -> 左部コンテンツ*/
div#dcLeftContents{
	width: 230px;
	height: auto;
	float: left;
}

ul#dcMenu{
	width: 230px;
	min-height: 500px;
	font-size: 1.4em;
    background-color:#2F5599;
}

ul#dcMenu li{
	width:230px;
	height:50px;
	background:url(../images/menuBottomImg.png) center bottom no-repeat;
}

ul#dcMenu li a{
	display:inline-block;
	width:230px;
	height:50px;
	padding: 8px 0 0 13px;
	color:#FFF;
	text-decoration:none;
	line-height:36px;
}

ul#dcMenu li a:hover{
	text-shadow: none;
	width: 230px;
	height: 50px;
	background:url(../images/dcMenuListBg_on.png) no-repeat;
}

ul#dcMenu li.now a{
	color:#FFF;
	background:url(../images/dcMenuListBg_now.png) no-repeat;
}

/* コンテンツ構造 -> 左部コンテンツ -> 事務局案内*/
.dcLeftside  {
	width: 230px;
	color: #333;
	margin: 10px auto 0;
	font-size: 1.2em;
	line-height: 1.6;
}

.dcLeftside .inner {
	width: 228px;
	height: auto;
	color: #333;
	margin: 0 auto 15px;
	padding-bottom: 5px;
	background-color: #FFF;
	border:1px solid #DDDDDD;
}

.name{
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
	padding:6px 5px 3px!important;
}

.dcLeftside .inner li{
	padding: 0 5px;
}

.dcLeftside .inner li a{
	text-decoration: underline;
	color: #333;
}

.dcLeftside .inner li a:hover{
	text-decoration: none;
}

.paT5 { padding-top: 5px!important;}

/* コンテンツ構造 -> 右部コンテンツ*/ 
div#dcRightContents{
	width: 750px;
	height: auto;
	float: right;
	position: relative;
}

div.dcContentsBox{
	width: 700px;
	height: auto;
}

div.dcContentsBox p{
	width:700px;
	margin-bottom:30px;
	font-size:1.4em;
}


/* コンテンツ構造 -> 右部コンテンツ -> 新着情報（TOP） */
div#dcOshirase{
	overflow: auto;   /* スクロール表示 */
	width: 625px;
	height:160px;
	position: absolute;
	left: 75px;
	top:910px;
}
	
div#dcOshirase p{
	width: 615px;
	min-height: 30px;
	margin: 0 0 0 10px;
	color: #333;
	font-size: 1.4em;
	background: url(../images/dcOshirasePBg.png) 8px 7px no-repeat;
	border-bottom: 1px dashed #CCC;
	display: inline-block;
}

div#dcOshirase p span{
	padding: 6px 0;
	float: left;
}

div#dcOshirase p span.date{
	width: 70px;
	font-size: 80%;
	padding-left: 20px;
}

div#dcOshirase p span.info{
	width: 500px;
	padding-left: 10px;
}

div#dcOshirase p span a, dl dt a{
	text-decoration: underline;
	color: #333;
}

div#dcOshirase p span a:hover, dl dt a:hover{
	text-decoration: none;
}


/* 共通コンテンツ  */
.floatLeft{float:left!important;}
.floatRight{float:right!important;}
.floatClear{clear:both!important;}
.pLeft20{padding-left:20px!important;}
.pLeft30{padding-left:30px!important;}
.PR10{padding-top: 8px!important;}
.f18C{ font-size:1.6em!important; text-align:center; padding-top:30px;}
.f120{ font-size:18px!important; font-weight:bold;}
.f11{ font-size:11px!important;} 
.f10{ font-size:10px!important;} 
.img0{ display: block; margin:0 auto;}
.mt15 {margin-top:15px!important;}
.mb15 {margin-bottom:15px!important;}
.mg20 {margin:20px 30px!important;}
.mg30 {margin:20px 50px!important;}
.pl30 {padding-left:50px!important;}
.pl3 {padding-left:30px!important;}
.red {color:red!important; font-weight:bold;}
.bold {font-weight:bold!important;}
.w8{ width:8%!important;}
.txtL {text-align:left!important;}
.txtR {text-align:right!important;}
.txtC {text-align:center!important;}
.txtin10{ text-indent: -8em!important; padding-left:8em!important; }
.chuki1{ margin:1em 0.5em -1.5em!important;}

/* 2ページ目 -> 右部コンテンツ -> */
div#dcRightContents2{
	width: 750px;
	height: auto;
	float: right;
	min-height:700px;
}

div.dcContentsBox2{
	width: 720px;
	height: auto;
	margin: 0 0 0 30px;
}

div.dcContentsBox2 p{
	width: 670px;
	font-size: 1.4em;
	color: #333;
	padding: 5px 15px 0;
	line-height: 1.6;
}

.dcContentsBox2 h3.large{
	color: #FFF;
	height: 42px;
	font-size: 2.6em;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	margin-top:15px;
	padding:8px 0  0 33px;
	background: url(../images/h3Bg.png) no-repeat;
}

.dcContentsBox2 h3.large span{
	color: #FFF;
	font-size: 0.75em;
	font-style: italic;
	float: right;
	padding-top: 0.4em;
	padding-right: 33px;
}

.dcContentsBox2 h4 {
	height: 38px;
	margin: 20px 15px 5px;
	background: url(../images/h4Bg.png) no-repeat;
	font-size: 2em;
	font-weight: normal;
	line-height: 2.1;
	padding-left: 30px;
}


.dcContentsBox2 h4:first-child {
	margin: 5px 15px 5px;
}
.dcContentsBox2 h5 {
	height: 20px;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin: 15px 50px 5px 25px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.dcContentsBox2 h5:first-child {
	margin: 5px 15px 5px;
}

#dcContainer #dcRightContents2 .dcContentsBox2 .box1 ul{
	width: 650px;
	font-size: 1.4em;
	color: #000;
	padding: 5px 0 5px 30px;
	line-height: 1.6;
}
#dcContainer #dcRightContents2 .dcContentsBox2 .box1 ul li{
	padding: 0 0 8px 15px;
	text-indent: -1em;
}


/* タイトルのスタイル */

.box1{
	margin: 0 0 15px;
	padding:10px 0 30px;
	color: #333;
	background:#FFF;
	border:1px solid #2F5599;
	min-height:850px;
}

.box1 p{
	font-size: 1.4em;
	line-height:1.6;
	padding: 10px 15px 15px;
	margin:0 15px;
}

/*開催概要*/
.kaisaiInfo {
	width: 650px;
	height:auto;
	margin: 15px 0 15px 35px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

table.kaisaiInfo th {
	width: 25%;
	background: #F4F4F4;
	padding: 20px 15px;
	font-weight: normal;
}
table.kaisaiInfo td {
	background: #FFF;
	padding: 20px 15px;
}
.kaisaiInfo tr td a {
	text-decoration: underline;
	color: #000;
	 }
.kaisaiInfo tr td a:hover {
	text-decoration: none;
	 }

.kaisaiInfo2 {
	width: 480px;
	height:auto;
	padding: 5px;
	font-size:13px;
	background: #ccc;
	line-height: 0.6;
}


/*アクセスgMap*/
.dcContentsBox2 #gMap {
	width:600px;
	height:400px;
	margin: 15px 30px;
	border: 1px solid #666;
}
.dcContentsBox2 p a, .dcContentsBox2 ul li a, .dcContentsBox2 dl dd a,.box2 a, .h3heading span a {
	color:#000;
}
.dcContentsBox2 p a:hover, .dcContentsBox2 ul li a:hover, .dcContentsBox2 dl dd  a:hover, .box2 a:hover, .h3heading span a:hover{
	color:#000;
	text-decoration:none;
}


/*会長挨拶*/
.presidentBox {
	width: 95%;
	height: 236px;
	padding:0 15px 30px;
	margin:0 0 10px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.presidentBox img {
	float:left;
	margin-left:50px;
}
.presidentBox p {
	text-align:left;
	position:absolute;
	bottom:20px;
	left:320px;
	line-height:2.0!important;
}
.presidentBox p span {
	font-size:1.1em;
	font-weight:bold;
}

.presidentT p {
	padding-bottom:3px!important;
	
}

/*関連リンク*/
#link{
	margin: 30px 15px;
}

#link ul li a{
	font-size: 14px;
	padding-left: 50px;
	background: url(../images/linkBg.png) no-repeat 23px 3px;
	color: #333;
	line-height:1.8;
}

#link ul li a:hover{
	color:#333;
	text-decoration:none;
}


/*フォーム*/
.widthFull{width:97%;}
.widthFourFifth{width:80%;}
.widthTwoThird{width:66%;}
.widthHalf{width:50%;}
.widthOneThird{width:33%;}
.widthQuarter{width:25%;}
.widthFifth{width:20%;}
.widthSixth{width:16%;}
.widthEighth{width:12.5%;}
.widthTenth{width:10%;}
.widthFour{width:4%;}
.widthThree{width:3%;}
.widthQuarter2{width:18%;}


/*バナー*/
.Banner{
	margin: 15px auto!important;
}
.Banner img{
	margin: 0 auto 5px!important;
}

/*date*/
dl.dl_date {
	width:580px;
	overflow: hidden;
	margin: 0 20px;
	font-size: 14px;
	line-height:2.0;
}
dl.dl_date dt {
	float: left;
	padding-left:1em;
}

dl.dl_date dd {
	padding-left: 22em;
	border-bottom: 1px solid #DCD1C5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*プログラム*/
.prg_nav {
	width: 700px;
	height: auto;
}
.prg_nav ul {
	margin: 5px auto 0;
	width:220px;	
}
.prg_nav ul li {
	padding: 10px 0	0;
}
.prg_nav ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

.p_btn {
    color:#fff;
    display: inline-block;
    padding: 10px 20px;
	margin: 5px 0;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 16px;
	width:220px;
}

.p_btn:hover {
    opacity: 0.8;
	 color: #FFF !important;
}

.p_btn ul li a{
	color:#fff;
	text-decoration:none;
}

.p_btn.btn_p {
    color: #fff;
	background: #D4B571;
}

.p_btn.btn_pdf::after {
    content: " ";
    display: inline-block;
    width: 27px;
	height: 27px;
    background:url(../images/PDFicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    bottom: 3px;
}
.Tcentera{ text-align:center!important;}

/*演題登録*/
.ThemeBox {
	width: 600px;
	height:auto;
	margin: 15px 40px 30px;
	font-size:14px;
	background: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}

table.ThemeBox th {
	width: 34%;
	background: #F0F0F0;
	padding: 5px 15px;
	font-weight: normal;
}

table.ThemeBox td {
	background: #FBFBFB;
	padding: 5px 15px;
}
.endaitouroku {
	padding: 10px auto 80px;
}

.endaitouroku img{
	float: left;
	padding:10px 0 10px 100px;
}

.endaitouroku a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
.officeTxt {
	width:320px;
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	margin:15px 0 30px 180px;
	padding: 10px 15px;
	color: #333;	
	background-color:#fff;
	border:2px ridge #CCC;
}
.officeTxt a {
	color:#333;
}

.officeTxt a:hover{
	color:#333;
	text-decoration:none;
}

/*協賛・広告*/
dl.dl_committee, dl.dl_kyosai {
	width:680px;
	overflow: hidden;
	margin: 0 10px;
	font-size: 14px;
	line-height:2.0;
}
dl.dl_committee dt {
	float: left;
	padding-left:1em;
}

dl.dl_committee dd {
	padding-left: 8em;
	border-bottom: 1px solid #DCD1C5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

dl.dl_kyosai dt{
	float: left;
	padding-left:1em;
}
dl.dl_kyosai dd {
	padding-left: 26em;
	border-bottom: 1px solid #DCD1C5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*ハンズオンセミナー*/
.hands_style{
	width: 620px;
	height:auto;
	margin: 10px 0 30px 30px;
	font-size:1.4em;
	border-collapse: separate;
	border-spacing: 1px;
}
.hands_style th {
	padding: 5px;
	white-space: nowrap;
}
.hands_style td {
	padding: 5px 15px;
}
.style_name{
	width: 80px;
	font-weight: bold;
	color: #FFF;
	background-color:#007CC8;
    text-align:center;
}

.h3heading {
	font-size:1.4em;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:15px 55px 15px 35px;
}
.h3heading span {
	border-left:10px solid #BF2F27;
	padding-left:10px;
}
.b {
	font-weight:bold;
}