.article, .aside{
	min-height: 0px;
}



/*********** partition Area !! :: 2017.01.05. :: kh :: s. ***************/

.content{
	width: 1100px;
	overflow: hidden;
	margin : 0 auto
}

.aside{
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0 10 0 10;

}

.article{
	float: left;
	width: 800px;
	margin: 0 10px 0 40px;

}

.index{
	margin-top: 50px;
}

/*********** partition Area !! :: 2017.01

/********** article Area !! :: 2017.01.05. :: kh :: s. ****************/

.content > .article p{
	font-size: 14px;
}

.content > .article b{
	font-size: 15px;
}

.content > .article table > tbody > tr > th{
	padding-right: 5px;
	font-size: 16px;
}

.content > .article table > tbody > tr > td{
	padding-right: 5px;
	padding-left: 3px;
}

.content > .article .article_title{
	text-align: left;
	text-decoration: none;
	margin-top: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00123f+0,ffffff+100 */
	background: #00123f; /* Old browsers */
	background: -moz-linear-gradient(left,  #00123f 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00123f 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00123f 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00123f', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	border-radius: 5px;
	height: 40px;
	width: 100%;
	display: table;
	margin-left: -5px;
	margin-bottom: 22px;
}

.content > .article .info_page .general_program_table1 {
	width:100%;
	border: 1;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	border-spacing: 2px;
    border-collapse: separate;

	
}

.content > .article .info_page .general_program_table1 th {
	background:#5a7e5a;
	color: #ffffff;
	font-weight: bold;
	padding:1px;
	text-align: center;
}

.content > .article .info_page .general_program_table1 td {
	line-height:140%;
	padding:1px;
}

.content > .article .info_page .general_program_table1 .type1{ background:#ffffff; border-bottom: 1px solid #ccc; }
.content > .article .info_page .general_program_table1 .type2{ background:#f2f2f2; }
.content > .article .info_page .general_program_table1 .type3{ background:#fdf8c0; }
.content > .article .info_page .general_program_table1 .type4{ background:#fffffb; font-style: oblique; }
.content > .article .info_page .general_program_table1 .type5{ background:#c3cec0; }
.content > .article .info_page .general_program_table1 .type6{ background:#5a7e5a; color: #ffffff; }
.content > .article .info_page .general_program_table1 .type7{ background:#ffea95; font-weight: bold; color: #0a440e; }
.content > .article .info_page .general_program_table1 .type8{ background:#0c5d32; }



.content > .article .article_title p{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-left: 13px;
	vertical-align: middle;
	display:table-cell;
}

.content > .article .article_text h4{
	color: #333;
	text-decoration: underline;
}

.content ul > li{
	font-size: 14px;
	margin-bottom: 3px;
}

ul.invited > li > ul{
	list-style:none;
}

table.public_table > tbody > tr > td > a:hover{
	text-decoration: underline;
}

table.signup > tbody > tr > td, table.signup > tbody > tr > th{
	padding: 4px 3px 4px 3px;
}

table.general_pro{
	margin-left: auto;
	margin-right: auto;
}

div.quick{
	margin-left: 60px;
}

div.quick img{
	float : right;
	margin-top: -20px;

}

div.imp_content{
	font-size: 15px;
}

div.imp_date{
	font-size: 15px;
	margin-left: -40px;
	color: #B15B00;
}

div.keynote{
	overflow: hidden;
	width: 100%;
	padding: 15px 5px;
	background-color: #F1F1F1;
	border-radius: 5px;
	margin: 12px 0px;
}

div.keynote div.key_img{
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}

div.keynote div.key_text{
	float: left;
	width: 74%;
	padding-top: 5px;
	padding-left: 1%;
}

div.keynote p{
	font-size: 8px;
}

/*********** article Area !! :: 2017.01.05. :: kh :: e. *************/


/*********** aside Area !! :: 2017.01.05. :: kh :: s. ****************/

.content .aside  h3{
	/*color: #40168;*/
	font-size: 22px;
	font-weight: 900;
	color: #00123f;
	background-color: #fff;
	margin-top: 40px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	/*border-top: 3px solid #337ab7;*/
	border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -o-border-radius: 7px;
}


.content .aside ul > a > li, .content .aside ul > li > span{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 7px;
	color: #000;
}

.content .aside ul > a > li:hover{
	color: #fff;
	background-color: #00123f;
	font-weight: 700;
}

div.organizer{
	margin-left: 5px;
	margin-top: 50px;
}

div.sponser{
	margin-left: 5px;
	margin-top: 40px;
	margin-bottom: 80px;
}

div.sponser h4, div.organizer h4{
	font-size: 16px;
}

/*********** aside Area !! :: 2017.01.05. :: kh :: e. ****************/

/*********** aside Area !! :: 2017.01.06. :: kh :: s. ****************/
table.organized_table {
    border-collapse: collapse;
    text-align: left;
    border-left: 1px solid ;
	font-size: 12px;
	line-height:130%;
}

table.organized_table thead th {
    width: 60px;
    border-collapse: collapse;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    border-top: 1px solid ;
    border-right: 1px solid ;
    border-bottom: 1px solid ;
    background: #b1cbda;
}

table.organized_table thead td {
    width: 340px;
    border-collapse: collapse;
    text-align: center;
    padding: 2px;
    padding: 1px;
    font-weight: bold;
    border-top: 1px solid ;
    border-right: 1px solid ;
    border-bottom: 1px solid ;
    background: #b1cbda;
}

table.organized_table tbody .rhead {
    text-align: center;
    vertical-align: center;
    padding: 2px;
    border-right: 1px solid ;
    border-bottom: 1px solid ;
    background: #d5e5ee;
}

table.organized_table tbody .tcenter {
    text-align: center;
}

table.organized_table tbody td {
    vertical-align: center;
    padding: 2px;
    border-right: 1px solid ;
    border-bottom: 1px solid ;
}

/*********** aside Area !! :: 2017.01.06. :: kh :: e. ****************/

.content > .article .info_page{
	clear: both;
	line-height: 150%;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content > .article .info_page .page_title{
	line-height: 150%;
	font-size: 18px;
    font-weight: bold;
	text-decoration: underline;
}

.content > .article .info_page .sub_title{
	line-height: 150%;
	font-size: 16px;
    font-weight: bold;
	text-decoration: underline;
}

.content > .article .info_page .sub_title2{
	line-height: 150%;
	font-size: 16px;
    font-weight: bold;
}

.content > .article .info_page .themes_area{
	padding-top: 20px;
	clear: both;
}

.content > .article .info_page .themes_list{
	padding: 10px 10px 10px 10px;
	display: inline-block;
	width: 96%;
	background-color: #F1F1F1;
}

.content > .article .info_page .themes_list_left {	float: left; width: 48%;	}
.content > .article .info_page .themes_list_right{	float: right; width: 48%;	}



