@charset "utf-8";

div#contents div.seminar { width: 725px; margin: 15px auto; }

h2.seminar_contents { background: none !important; margin: 0 0 15px !important; }
div#contents div.seminar h3 { margin: 0 0 10px !important; }
div#contents div.seminar h4 { margin: 10px 0 !important; }

div#contents div.seminar_main { margin-left: 12px; width: 701px; }

/* table関連
_________________________________________*/

div#contents table.table_A {
	width: 100%;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

div#contents table.table_A th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px;
    vertical-align: top;
}

div#contents table.table_A th img {
    padding: 0 8px 0 0;
    vertical-align: top;
}

div#contents table.table_A td {
    border: 1px solid #C9C9C9;
    padding: 8px;
    vertical-align: top;
}

div#contents table.table_B {
	width: 700px;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

div#contents table.table_B th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px;
    vertical-align: top;
}

div#contents table.table_B td {
    border: 1px solid #C9C9C9;
    padding: 8px;
    vertical-align: top;
}

div#contents table.table_B ul {
    margin-bottom: 0 !important;
}

div#contents table.table_C {
	width: 100%;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

div#contents table.table_C th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 3px;
    vertical-align: middle;
	text-align: center;
}

div#contents table.table_C tr.num th { background: #F8F8F8;  }

div#contents table.table_C td {
    border: 1px solid #C9C9C9;
    padding: 3px;
    vertical-align: middle;
}

div#contents table.table_D {
	width: 630px;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

div#contents table.table_D th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px;
    vertical-align: top;
}

div#contents table.table_D td {
    border: 1px solid #C9C9C9;
    padding: 8px;
    vertical-align: top;
}


table.table_B2 {
	width: 100%px;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
	margin: 0 0 5px;
	table-layout: auto;
}

table.table_B2 th {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #C9C9C9;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px;
    vertical-align: top;
white-space: nowrap;
}

table.table_B2 td {
    border: 1px solid #C9C9C9;
    padding: 8px;
    vertical-align: top;
}

table.table_B2 ul {
    margin-bottom: 0 !important;
}






td.textC { text-align: center; }
p.notice { color: red; font-weight: bold; }

p.seminar_btn {
	width: 725px;
	border: 1px solid #ccc;
	padding: 5px 5px;
	background: #e2e9f1;
	margin: 15px 0 !important;
	text-align: center;
}

/* DL 関連
_________________________________________*/

div#contents div.seminar_main dl { margin: 0 0 15px 15px; }
div#contents div.seminar_main dl dt { 
	background: url(/css/tit.gif) left 50% no-repeat;
	width: 670px;
	padding: 0px;
	margin: 20px 0 0;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 4em;
	text-indent: 30px;
 }

div#contents div.seminar_main dl dt.sp { 
	background: url(/css/tit2.gif) left 50% no-repeat;
	width: 670px;
	padding: 0px;
	margin: 20px 0 0;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 4em;
	text-indent: 30px;
 }

div#contents dl dd { }

div.n_seminar dl { background:#fff; margin: 0; }
div.n_seminar dl dt { float:none; width:100%; padding:10px 5%; background:#f0f9fe;  border-bottom:1px #c4c4c4 dotted;}
div.n_seminar dl dd { float:none; width:100%; margin: 0!important; padding:10px 5px; }

div.n_seminar dl.dl_img { clear: both; background: #Fff; border-bottom: 1px #c4c4c4 solid; overflow: hidden; width: 100%; margin-bottom: 0px; }
div.n_seminar dl.dl_img dt { float: none; width:100%; padding:10px 5%; background: #fff; min-width: 180px; }
div.n_seminar dl.dl_img dd { float: none; padding: 15px; background: #fff; }



/* input 関連
_________________________________________*/

.textfield {
    width: 100%;
}

input,
textarea {
    padding: 5px 30px;
}

dl.recommend { margin: 20px 0 0; }
dl.recommend dt { float: left; width: 20px; padding: 3px 0 0; }
dl.recommend dd { padding-left: 20px; line-height: 25px;}

ul.works { margin: 10px 0 25px !important; }
ul.works li { margin: 0 0 5px !important; }

/* clearfix
----------------------------------------------------------- */

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

/* ===========================================================

	@Campaign用
	
=========================================================== */


/* program
----------------------------------------------------------- */

div#contents div.program { width: 630px; margin: 0 auto; }
div.program p { margin-bottom: 5px!important; }

div.program h3 { background: none; padding: 0; height: 150px; }
div.program h4 { width: 100%; margin: 15px 0; border-left: 5px solid #058100; padding: 2px 0 0 15px; background: url(/img/campaign/english/h4_bg.gif) left top repeat-x; font-weight: bold; height: 30px;}

div.btn_box { width: 100%; padding: 14px 7px 12px; text-align: center; background: #F3F0F0; border: #E6E0E0 solid 3px; margin: 0 0 10px;}
div.btn_box p { margin: 0!important; font-size: 0.8em; }


/* session
----------------------------------------------------------- */

table.session { border-spacing: 2px; border-color: gray; }

.session {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-collapse: collapse;
}

.session {
	width:100%;
}

.session tbody.session1 th { background-color:#DECCCC; color: #793333; font-weight: bold; }
.session tbody.session2 th { background-color:#fbe5d6; color: #d25900; font-weight: bold; }
.session tbody.session3 th { background-color:#e2f0d9; color: #1a7b00; font-weight: bold; }
.session tbody.session4 th { background-color:#deebf7; color: #112464; font-weight: bold; }
.session tbody.session5 th { background-color:#ccccff; color: #2e0095; font-weight: bold; }

.session td {
	font-size:1.0em;
	line-height: 1.3em;
}

.session th,
.session td { border: none; }

.session th.title {
	padding:15px 0 15px 10px;
	border-top:1px solid #999;
}

.session th.title p { margin-bottom: 10px; }

.session .tdL {
	width:50px;
}

.session .tdC {
	padding:10px 15px 10px 15px;
	vertical-align:top;
	border-top:1px solid #999!important;
	border-left:1px solid #999;
}


.tdC dl { margin: 10px 0!important; }
.tdC dl dt { font-weight: bold; }

.session .tdR {
	vertical-align:top;
	padding:10px 15px 10px 0;
	border-top:1px solid #999!important;
	text-align: right;
}

div.program .boxGray {
	padding:15px;
	background-color:#F3F0F0;
}

div.program .ruleBox {
	width:100%;
	height:170px;
	overflow:auto;
	border:1px solid #D2D2D2;
	background-color:#fff;
}

div.program .ruleText {
	padding:20px;
}

div.program .ruleText strong {
	color: #474747;
}



.n_seminar { font-size: 1.2em; }


ul.tab_seminar {
    text-align: center;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    line-height: 24px;
    position: relative;
    width: 100%;
    height: 50px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}


ul.tab_seminar li {     display: inline-block;
    width: 160px;
    height: 50px;
    margin: 0 3px 0 0;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 0;
    background: #e6e6e6;
    cursor: pointer;  }


ul.tab_seminar li.selected { 
    z-index: 2;
    width: 158px;
    padding: 14px 0;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

p.map_text { margin: 10px 0; }
p.map_text span,
.seminar_ank span { font-weight: bold; }

/* seminar_ank 
-----------------------------------------------------*/

.seminar_ank { width: 100% }
.seminar_ank img { margin: 0 auto; display: block; max-width: 300px; padding: 0; }
.seminar_ank ul { margin: 0!important; padding: 0 5px!important; }



.seminar_pr_tit { font-weight: bold; }
.seminarimg-left { float: left; margin: 0 10px 10px 0; }
.seminar_pr_link { margin: 0!important; font-weight: bold!important; font-size: 1.2em!important; }



/* ===========================================================

	seminar
	
=========================================================== */

.btn_seminar {
	display: none;
}

.btn_seminar_sp {
width: 100%;
    /*background-color: #efefef;*/
    margin: 0 0 30px 0;
    padding: 15px 0;

 }


.btn_seminar_sp a {
margin: auto;
padding: 15px 0;
display: block;
    height: 60px;
background: -moz-linear-gradient(top,#cc0000 0%,#990000);
background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#990000));
border: 2px solid #FFF;
color: #FFF !important;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
width: 80%;
text-align: center;
font-size: 1.2em;
font-weight: bold;
}

div#sp_seminar ul.tab_seminar { display: none; }

div.n_seminar h1.section_title {
	padding: 0.8rem 0;
	text-align: center;
	border: none;
	font-size: 2.0rem;
	font-weight: normal;
}

div.n_seminar h1.h1_line {
    position: relative;
}

div.n_seminar h1.h1_line:before {
    content: "";
    display: block;
    border-top: solid 1px #999;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

div.n_seminar h1.h1_line span {
    background: #fff;
    padding: 0 0.5em;
    position: relative;
    z-index: 5;
}

div.seminar_form table,
div.seminar_form table th,
div.seminar_form table td { border: none; }

div.seminar_form table th { font-weight: bold; text-align: left; padding: 5px; border-bottom: 1px dotted #c4c4c4; }
div.seminar_form table td { padding: 5px; }

div.seminar_form td span.error_m { font-size: 12px; font-weight: normal; color: #FF4040; display: block; margin: 3px 0 0; }

