/*
Theme Name: apche-cloudstack
Theme URI: http://www.tokyodesignroom.com
Author: minh.nguyen250385@gmail.com
Author URI: http://www.tokyodesignroom.com
Version: 1.0
Description: This is theme tearm tokyodesignroom.

*/
@charset "UTF-8";

@font-face {
    font-family: 'mplus';
    src: url('fonts/mplus-1p-regular-webfont.eot');
    src: url('fonts/mplus-1p-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mplus-1p-regular-webfont.woff2') format('woff2'),
         url('fonts/mplus-1p-regular-webfont.woff') format('woff'),
         url('fonts/mplus-1p-regular-webfont.ttf') format('truetype'),
         url('fonts/mplus-1p-regular-webfont.svg#m_1pregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mplus-medium';
    src: url('fonts/mplus-1p-medium-webfont.eot');
    src: url('fonts/mplus-1p-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mplus-1p-medium-webfont.woff2') format('woff2'),
         url('fonts/mplus-1p-medium-webfont.woff') format('woff'),
         url('fonts/mplus-1p-medium-webfont.ttf') format('truetype'),
         url('fonts/mplus-1p-medium-webfont.svg#rounded_m_1pmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mplus-bold';
    src: url('fonts/mplus-1p-bold-webfont.eot');
    src: url('fonts/mplus-1p-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mplus-1p-bold-webfont.woff2') format('woff2'),
         url('fonts/mplus-1p-bold-webfont.woff') format('woff'),
         url('fonts/mplus-1p-bold-webfont.ttf') format('truetype'),
         url('fonts/mplus-1p-bold-webfont.svg#m_1pbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
b{
	font-family: 'mplus-bold';
}
:focus {
	 outline: 0;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
	display: block;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,main,time,section{
	display: block;
}
a{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a:hover{
	font-size: 12px;
	font-weight: normal;
	color:#0087eb;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6,span
{
		margin:0px;
		padding:0px;
}
/*page
----------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-family: mplus, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	overflow-x: hidden;
	line-height: 20px;
	height:100%;
	position:relative;
}
.fl,.l{
	float:left;
}
.fr,.r{
	float:right;
}
/*Page*/
header#masthead{
	display:block;
	width:100%;	
}
.wauto{
	max-width:980px;
	margin:0 auto;
}
.header_top{
	display:block;
	padding:13px 0;
	position:relative;
}
.logo_header{
	display:block;
	position:relative;
}
.logo_header h1{
	position:absolute;
	left:102px;
	top:-2px;
	letter-spacing: 0px;
	font-size:10px;
	font-family:"mplus",Arial, Helvetica, sans-serif;
	color: #999;
	width: 100%;
}
.nav_header_r {
	height: 94px;
}

.mplus {
	font-family: mplus, Arial, Helvetica, sans-serif;
}
.mplus_bold {
	font-family: mplus-bold, Arial, Helvetica, sans-serif;
}

.top_header_r{
	text-align:right;
	padding:5px 0 7px 0;
}
.top_header_r li{
	display:block;
	text-align: right;
	float: right;
}

.top_header_r li a{
	line-height:30px;
}
form.gsc-search-box{
	margin:0 !important;
	height:30px;
}
table.gsc-search-box{
	margin:0 !important;
}
.top_header_r li #wgs_widget_wrapper_id{
	/*width:180px !important;*/
	width:165px !important;
}
td.gsib_a input#gsc-i-id1{
	/*width:128px !important;*/
	width:118px !important;
}
td.gsib_b{
	display:none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right:2px !important;
}
.top_header_r li + li {
	padding: 0 9px 0 0;
}
input.gsc-search-button{
	background-color:#2c3e50 !important;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}
input.gsc-search-button:hover, input.gsc-search-button:focus{
	background-color:#ff4848;
}
td.gsc-input .gsc-input-box {
	height: 25px;
    line-height: 25px;
	margin:-3px 0 0 0 !important;
}

.gsc-search-box .gsc-clear-button,
.gsc-search-box .gsc-branding {
  display: none;
}

.regist{
	display:block;
	width:450px;
	margin-left: auto;
}

.regist .register_button,.regist .login_button{
	display:block;
	height:40px;
	line-height:40px;
}
.regist .register_button{
	background:#2c3e50;
	width:234px;
	margin:0 10px 0 0;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.regist .register_button:hover{
	background:#dd1d1d;
}
.regist .register_button a{
	padding:0 5px;
	background:url(img/text_signup.png) no-repeat 10px center;
	display:block;
	
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	color: transparent; 
}
.regist .login_button{
	background:#ff4848;
	width:160px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.regist .login_button:hover{
	background:#dd1d1d;
}
.regist .login_button a{
	padding:0 5px;
	background:url(img/text_login.png) no-repeat 10px center;
	display:block;
	
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	color: transparent; 
}
.menu_top_header{
	background:#2c3e50;
	display:block;
	position:relative;
	z-index:999;
}
ul#primary_menu-top-id a{
	font-family:"mplus",Arial, Helvetica, sans-serif;
}
ul#primary_menu-top-id > li{
	display:block;
	text-align:center;
	float:left;
	width:196px;
	color:#FFF;
	position:relative;
	padding:10px 0;
	cursor:pointer;
}
ul#primary_menu-top-id > li >ul{
	display:none;
}
ul#primary_menu-top-id > li:hover{
	background:#070f19;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #293A4B 0%, #070F19 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #293A4B 0%, #070F19 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #293A4B 0%, #070F19 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #293A4B), color-stop(1, #070F19));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #293A4B 0%, #070F19 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #293A4B 0%, #070F19 100%);
}
ul#primary_menu-top-id > li:hover > ul{
	display:block;
	position:absolute;
	left:0;
	top:50px;
	width:100%;
}
ul#primary_menu-top-id > li > ul  li{
	display:block;
	background:#ecf0f1;
	border-bottom:1px solid #FFF;
	width:100%;
	height:30px;
	line-height:30px;
	padding:5px 0;
	position:relative;
}
ul#primary_menu-top-id > li > ul > li  a{
	text-align:left;
	padding:0 0 0 15px;
	display:block;
	color:#2c3e50;
}

ul#primary_menu-top-id > li > ul > li  a:hover{
	color:#0087eb;
}
ul#primary_menu-top-id > li > ul > li > ul{
	display:none;
	
}
ul#primary_menu-top-id > li > ul > li:hover ul{
	display:block;
	position:absolute;
	top:0;
	right:-194px;
	width:100%;
}
ul#primary_menu-top-id > li > a{
	color:#FFF;
	font-size:13px;
	border-right:1px solid #202e3e;
	height:30px;
	line-height:30px;
	display:block;
}
ul#primary_menu-top-id > li:first-child > a{
	border-left:1px solid #202e3e;
}
li.big_sub > ul > li {
	width: 220px !important;
}
#primary{
	display:block;
	width:100%;
}
.news_post{
	display:block;
	padding:40px 0;
}
.news_list{
	width:680px;
	float:left;
}
.news_slibar{
	width:260px;
	float:right;
}
.news_slibar .plan_exam{
	background:#ff4848;
	padding: 5px 15px 30px 15px;
	margin:0 0 10px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
.news_slibar .plan_seminar{
	background:#0087eb;
	padding: 5px 15px 30px 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
.plan_exam .title_plan_exam{
	padding:5px 0;
	border-bottom:1px solid #ef3939;
}
.plan_seminar .title_plan_seminar{
	padding:5px 0;
	border-bottom:1px solid #0078e7;

}
.plan_exam .text_plan_exam{
	border-top:1px solid #ff5d5d;
	padding:10px 0;
	text-align:center;
}
.plan_seminar .text_plan_seminar{
	border-top:1px solid #00a1f3;
	padding: 20px 0;
	text-align:center;
}
.plan_seminar .text_plan_seminar img{
	display:inline-block;
}


.plan_exam .text_plan_exam img{
	display:inline-block;
}
.readmore_plan_exam{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.readmore_plan_exam a{
	display:block;
	background:url(img/icon_red_more.png) no-repeat left center;
}
.plan_seminar .readmore_plan_exam a{
	background:url(img/icon_blue_more.png) no-repeat left center;
}
.readmore_plan_exam a span{
	padding:0 0 0 20px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.top_news a.readmore{
	background:url(img/icon_blue_more.png) no-repeat left center;
	display:block;
}
.top_news a.readmore span{
	padding:0 0 0 20px;
	color:#0088ec;
	font-size:11px;
	font-weight:bold;
}
.news_list_row{
	padding:10px 0 0 0;
}
.news_index_item{
	padding:0 0 10px 0;
}
.news_index_item .title_postype{
	padding:5px 0 2px 0;
	display:block;
}
.news_index_item .title_postype a{
	font-size:12px;
	color:#000;
}
.news_index_item .category_title{
	float:left;
	border:1px solid #0087eb;
	padding:0 10px;
	width:100px;
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin:0 10px 0 0;

}
.news_index_item .category_title a{
	color:#0087eb;
	font-size:12px;
	display:block;
}
.news_index_item time{
	float:left;
	font-size:12px;
	color:#686868;
}
.index_content_end{
	width:100%;
	display:block;
	background:#ecf0f1;
	padding:40px 0 20px 0;
}
.index_content_end ul.item li{
	float:left;
	padding:0 0 2% 0;
	width:32%;
}
.index_content_end ul.item li a{
	display:block;
}
.index_content_end ul.item li a img{
	max-width:100%;
}
.index_content_end ul.item li:nth-child(3n+2){
	padding:0 2%;
}
footer#colophon{
	display:block;
	width:100%;
	margin:0 0 -7px 0;
	padding:0;
	overflow:hidden;
	height:auto;
}
.fb-like-box,.fb-like-box iframe,.fb-like-box span{
	max-width:980px !important;
	width:100% !important;
	display:block !important;
}
.fanpage{
	padding: 30px 0 10px 0 !important;
}
.social_widget{
	display:block;
	padding:0 0 30px 0;
}
.group_share_social{
	padding:20px 0;
}
.social_widget ul{
	float:right;
	display:block;
	position:relative;
}
.social_widget ul li{
	display:block;
	float:left;
	padding:0 0 0 10px;
	height:20px;
}
.social_widget ul li iframe.twitter-share-button{
	width:95px !important;
}
.social_widget ul li a{
	display:block;
	line-height:20px;
	height:20px;
	margin:4px 0 0 0;
}
.backtop_header{
	position:relative;
	display:block;
	width:100%;
	padding:4px 0;
	height:32px;
}

.twitter_item{
	display:block;
	position:relative;
	padding: 0 10px;
}

.twitter_item .full_profile{
	padding: 15px 0 0 5px;
}
.twitter_item .full_profile b a{
	font-weight:bold;
}
.twitter_item .full_profile a{
	color:#3b5998;
	display:block;
    height:15px;
    line-height:20px;
} 
.twitter_box{
	max-width: 461px;
	display:block;
	background:url(img/twitter_bird.png) no-repeat center right 10px;
	padding:7px 0;
	border:2px solid #01b7ee;
	margin: 0 0 6px 0;
}
.top_twitter .icon_logo_twitter a img{
	 width:65px;
}

.ProfileTweet-contents {
	display: block;
	right: 90px;
	position: absolute;
	top: 20px;
}
#entry_tbl_footer{
	position:relative;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#entry_tbl_footer .registration_tbl{
	width:50%;
	background:#0088ec;
	float:left;
	display:block;
	
}
#entry_tbl_footer .contact_tbl{
	width:50%;
	background:#c9000f;
	float:left;
	display:block;
	
}

#entry_tbl_footer .fixed_link {
    display: table;
    width: 100%;
	background:#FFF;
}
#entry_tbl_footer.stuck .page_top {
    float: right;
    
}
#entry_tbl_footer .page_top {
    position:absolute;
	top:-40px;
	right:20px;
}

#entry_tbl_footer .page_top a {
    display: block;
}
#entry_tbl_footer .fixed_link li {
    display: block;
   	text-align: center;
    width: 50%;
	float:left;
}
#entry_tbl_footer .fixed_link li:hover {
	opacity: 0.4;
}
#entry_tbl_footer .fixed_link li a{
    display:block;
	color: #ffffff;
    display: block;
    padding: 15px 0;
    text-decoration: none;
	width:100%;
}
#entry_tbl_footer .fixed_link li a img{
	text-align:center;
	display:inline-block;
}
#entry_tbl_footer .fixed_link li.bg_blue a {
    background-color: #0075c2;
}
#entry_tbl_footer .fixed_link li.bg_red a {
    background-color: #8b0910;
}

.breadcrumbs_footer{
	background:#ecf0f1;
	padding:5px 0;
}
.breadcrumbs_footer a.home{
	position:relative;
	color:transparent;
	background: url("img/icon_home.png") no-repeat left center;
	width: 63px;
	height: 17px;
	display:block;
	font-size:0;
}
.breadcrumbs span{
	display:block;
	float:left;
	padding:0 0 0 2px;
}
.breadcrumbs span:first-child{
	padding:0;
}
.breadcrumbs span.break {
	float: none;
	display: inline;
}
.title_single .break {
	display: block;
}
.footer_group_end{
	display:block;
	background:#2c3e50;
	width:100%;
	
}
#footer.fixed_nav_open {
    opacity: 0;
}
#fixed_nav.stuck.open {
    display: block;
}

#entry_tbl_footer.stuck {
    bottom: 0;
    position: fixed;
    width: 100%;
}
#footer .ex_link{
	padding:20px 0;
}
#footer .ex_link ul.list_item{
	padding:20px 0 0px 0;
}
#footer .ex_link ul.list_item li{
	display:block;
	padding:0 12px 0 0;
	float:left;
}
#footer .ex_link .list_item li:last-child{
	padding:0 0 0 0;
}
#footer .ex_sponsors ul.list_item li a,#footer .ex_link ul.list_item li a{
	display:block;
}
#footer .ex_sponsors ul.list_item li a:hover,#footer .ex_link ul.list_item li a:hover{
	opacity: 0.8;
}
.border_bt{
	border-bottom:1px solid #263748;
}
.border_t{
	border-top:1px solid #364b60;
}
#footer .ex_sponsors{
	padding:20px 0;
	position:relative;
}
#footer .footer_nav_menu{
	padding:20px 0;
}
#footer .ex_sponsors ul.list_item{
	padding:20px 0 0px 0;
	
}
#footer .ex_sponsors ul.list_item li{
	display:block;
	padding:0px 0 10px 0;
	float:left;
	width:11.111%;
}
#footer .ex_sponsors ul.list_item li a{
	text-align:center;
	display:inline-block;
}


.shortcuts {
	position: fixed;
	top: 120px;
	z-index: 9998;
}
.shortcuts img {
	display: inline;
	vertical-align: bottom;
}
.shortcuts a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 1040px) {
	.shortcuts {
		display: none;
	}
}
@media print {
	.shortcuts {
		display: none;
	}
}
.shortcuts_lpi {
	left: 0;
}
.shortcuts_lpi li + li {
	margin-top: 15px;
}
.shortcuts_sns {
	right: 0;
	text-align: right;
}
.shortcuts_sns li:nth-child(2) {
	margin-left: -42px;
}
.shortcuts_sns li + li {
	margin-top: 14px;
}
.shortcuts_sns iframe {
	overflow: hidden;
	display: block;
	width: 72px;
	height: 61px;
	border: none;
}
@media only screen and (min-width: 1041px) {
	#entry_tbl_footer .page_top {
		right: 40px;
	}
	#top-slide .bx-controls a.bx-prev {
		left: 30px;
	}
	#top-slide .bx-controls a.bx-next {
		right: 30px;
	}
}


#nav_footer > ul.sub-menu{
	float:left;
	display:block;
	width:24%;
	padding:0 1.333% 0 0;
}
#nav_footer > ul:last-child{
	padding:0 0 0 0;
}
#nav_footer > ul.sub-menu > li{
	padding:0 0 10px 0;
	display:block;
}
#nav_footer > ul.sub-menu > li:last-child{
	padding:0;
	
}
#nav_footer > ul.sub-menu > li > a{
	border-left:3px solid #0088ec;
	padding:0 0 0 5px;
}
#nav_footer > ul.sub-menu a{
	color:#FFF;
}
#nav_footer > ul.sub-menu > li > ul > li{
	padding:0 0 0 10px;
	display:block;
	position:relative;
	
}
#nav_footer > ul.sub-menu > li > ul > li:before{
	position: absolute;  
	content: "-";
	left:0;
	top:0;
	bottom:0;
	color:#FFF;
	
}
#nav_footer > ul.sub-menu > li > ul > li > a{
	font-size:11px;
}
#footer .copyright{
	display:block;
	padding:10px 0;
}
.copyright .footer_logo{
	width:48%;
	display:block;
}
.copyright .footer_copy{
	width:48%;
	display:block;
}
.copyright .footer_copy p,.copyright .footer_copy p a{
	font-size:11px;
	text-align:right;
	color:#62717e;
	line-height:30px;
}
.breadcrumbs_top{
	background: #ecf0f1;
	padding:5px 0;
}
.entry_content_page{
	display:block;
	padding:50px 0 60px 0;
	width:100%;
}
.entry_content_page .entry_content{
	width:710px;
	display:block;
	float:right;
}
.entry_content_page .entry_slibar{
	width:230px;
	display:block;
	float:left;
}
.entry_content_page .entry_content h2{
	padding:5px 0 10px 0;
	display:block;
	font-size:15px;
	font-weight:bold;
	font-family: 'mplus-bold', Arial, Helvetica, sans-serif;
}
.entry_content_page .entry_slibar{
	border-top:3px solid #2c3e50;
}
.entry_content_page .entry_slibar h3{
	padding:10px 0 10px 5px;
	border-bottom:1px solid #2c3e50;
	font-weight:bold;
	font-family: 'mplus-bold', Arial, Helvetica, sans-serif;
}
.entry_slibar ul.item_page{
	display:block;
	width:100%;
}
.entry_slibar ul.item_page li{
	padding:20px 0 20px 5px;
	display:block;
	border-bottom:1px solid #d8d8d8;
}
.entry_slibar ul.item_page li a{
	color:#000;
}

.entry_slibar ul.item_page li a:hover{
	color:#0087eb;
}
.entry_slibar ul.item_page li.slb_active{
	background:#ecf0f1;
	position:relative;
}
.page-id-261 li.slb_active {
	display: none !important;
}
.entry_slibar ul.item_page li.slb_active a{
	color:#0087eb;
}
.entry_slibar ul.item_page li.slb_active a:hover{
	color:#2c3e50;
}
.entry_slibar ul.item_page li.slb_active:after{
	content: "";
	width: 12px;
	height: 17px;
	background: url(img/side_icon_arrow.png) no-repeat right center;
	top: 50%;
	right: 5px;
	position: absolute;
	margin-top: -8px;
}
ul.share_end_content{
	display:block;
	float:right;
	padding:20px 0 0 0;
}
ul.share_end_content li{
	float:left;
	padding:0 0 0 5px;
}
ul.share_end_content li iframe.twitter-share-button{
	width:87px !important;
}

.list_item_taxonomy{
	padding:0px 0 0 0;
}
.list_item_taxonomy .news_index_item{
	padding:30px 0;
	border-bottom:1px solid #F2F2F2;
}
.list_item_taxonomy .news_index_item:first-child{
	padding:10px 0 30px 0;
}
.news_pagenavi{
	float:right;
	padding:20px 0 0 0;
	display:block;
}

.news_pagenavi .wp-pagenavi a, .news_pagenavi .wp-pagenavi span {
	  padding: 5px 12px !important;
	  margin:0 !important;
	  color:#0087eb !important;
	  border-bottom:1px solid #0087eb !important;
	  border-right:1px solid #0087eb !important;
	  border-top:1px solid #0087eb !important;
	  border-left:none;
	  font-size:14px;
	  display:block;
	  float:left;
}
.wp-pagenavi > a:first-child,.wp-pagenavi > span:first-child{
	 border-left:1px solid #0087eb !important;
	 border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
border: 0px solid #000000;
}
.wp-pagenavi > a:last-child,.wp-pagenavi > span:last-child{
	 border-right:1px solid #0087eb !important;
	 border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
border: 0px solid #000000;
}
.single_page_news h2.title_single{
	color:#2c3e50;
	font-size:18px;
	font-family:"mplus",Arial, Helvetica, sans-serif ;
	line-height: 25px;
}
.cat_top_term time{
	padding:0 10px 0 0;
}
.cat_top_term a{
	padding:0 5px;
}
.cat_top_term time,.cat_top_term a{
	float:left;
}
.single_content_news{
	display:block;
	padding:15px 0;
}
.single_content_news p{
	line-height:15px;
}
.single_page_news .socical{
	padding:20px 0;
}
.entry_content_page_default{
	display:block;
}


/*Slider*/
 #top-slide {
    height:inherit;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
    z-index: 100;
}
#top-slide #slide-1 {
	background: #5096d0;
}
#top-slide #slide-2 {
	background: #020621;
}
#top-slide #slide-3 {
	background: #b4dae3;
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
#top-slide .bx-wrapper {
    margin: 0;
}
#bx-pager{
	height:80px;
	background:#F2F2F2;
}
#bx-pager ul{
	padding:10px 0 0 0;
	
}
.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
    left: -5px;
    transform: translateZ(0px);
}
#top-slide .bx-viewport {
    border: medium none;
    box-shadow: none;
    left: auto;
}
#top-slide .bxslider {
    height:inherit;
    overflow: hidden;
    text-align: center;
}
#top-slide .bx-viewport .slide a {
    display: block;
    margin: auto;
    max-width: 1300px;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
#top-slide .bx-controls {
    margin: auto;
    position: relative;
    top: -194px;
    max-width: 1300px;
}

#top-slide .bx-controls .bx-prev {
    left: 0;
}
.bx-wrapper .bx-controls-direction a {
    height: 55px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 55px;
    z-index: 999;
}
.bx-wrapper .bx-prev {
    background: url("img/a21.png") no-repeat -3px -33px;
    left: 20px;
}

#top-slide .bx-controls .bx-next {
    right: 0;
}

.bx-wrapper .bx-next {
    background: url("img/a21.png") no-repeat -63px -33px;
    right: 20px;
}
#top-slide #bx-pager ul {
    letter-spacing: -0.4em;
    text-align: center;
}
#top-slide #bx-pager ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
    position: relative;
    vertical-align: middle;
}
ul li {
    list-style: outside none none;
}
#top-slide #bx-pager ul li a.active:before {
    border: 2px solid #ff8126;
    content: "";
    display: block;
    height: 58px;
    left: 0;
    position: absolute;
    top: 0;
    width: 188px;
}
#menu_footer_append{
		display:none;
	}
.img_mobile{
		display:none;
	}
	.img_pc{
		display:block;
	}
img.img_mobile{
		display:none;
	}
img.img_pc{
		display:block;
	}
.poup_icon{
		display:none;
	}
.layer_cc,.layer_bg{
		display:none;
	}
#footer .ex_link ul.list_item li a.img_mobile{
	 display:none;
}
#footer .ex_link ul.list_item li a.img_pc{
	 display:block;
}

/*Entry_form*/
.registration_entry{
	display:block;
}
.registration_entry a{
	color:#0087eb;
}
.registration_entry .hitsu{
	color: red;
    margin:0 0 0 2px;
}
.registration_entry .bg_hitsu{
	background:#d7f3ff;
}
.registration_entry h2.title_registration{
	font-size:18px;
	font-family:"mplus", Arial, Helvetica, sans-serif;
	color:#2c3e50;
	padding: 5px 0 0px;
}
.registration_entry .top_registration{
	padding:15px 0;
}
.registration_entry .note_info{
	background:#F2F2F2;
	padding: 15px 15px 15px 35px;
}
.close_span a {
	display: none !important;
}
.registration_entry .content_form_registration{
	margin:15px 0 15px 0;
}
.note_info .i_icon{
	background:url(img/icon_info.png) no-repeat left top;
	margin: 0 0 0 -24px;
    padding: 0 0 2px 24px;
	line-height: 23px;
}
.content_form_registration table.table_form{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.content_form_registration table.table_form tr{
	width:100%;
}
.content_form_registration table.table_form th{
	background:#f2f2f2;
    border: 1px solid #d8d8d8;
    padding: 10px;
    vertical-align: middle;
	width:150px;
	font-size:13px;
    
}
.content_form_registration table.table_form td{
	background:#FFF;
    border: 1px solid #d8d8d8;
    padding: 10px;
    vertical-align: middle;
    width:560px;
}
.content_form_registration table.table_form td .group_email p{
	padding:0 0 10px 0;
}
.content_form_registration table.table_form td .group_email p:last-child{
	padding:0;
}
.content_form_registration table.table_form td textarea{
	width:98%;
}
.content_form_registration table.table_form td input{
	width:70%;
}
.content_form_registration table.table_form td textarea,.content_form_registration table.table_form td input{
	border: 1px solid #d8d8d8;
    font-family: inherit;
    font-size: inherit;
    max-width: 100%;
    padding: 5px;
}
.content_form_registration table.table_form td .selection {
    border: 1px solid #d8d8d8;
    padding: 5px;
}
.input_type {
	width: auto !important;
}
.radio_label div {
	padding: 0 15px 0 0;
}


.registration_entry .tbl_submit .tbl_r{
	background:url(img/icon_red_more.png) no-repeat 10px center;
	display:block;
}
.registration_entry .tbl_submit input.button_regist{
	border:none;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	padding:5px 15px 5px 30px;
	font-size:17px;
	font-family:mplus, Arial, Helvetica, sans-serif;
	color:#FFF;
	position:relative;
	background:url(img/icon_red_more.png) no-repeat 15px center #ff4848;;
	cursor:pointer;
}
.registration_entry .tbl_submit input.button_regist:hover{
	background-color:#dd1d1d;
}
.radius_note{
	border-radius:50%;
   
	background-color: #fff;
	border: 1px solid red;
	padding:0 5px;
	width:20px;
	height:20px;
	margin: 0 5px 0 -20px;
}
/*end Entry_form*/

.page_content_view h2.title_tem{
	margin: 5px 0 20px;
	padding:0 0 0 5px;
	color:#0087eb;
	border-left:5px solid #0087eb;
	font-size:18px;
	font-family: mplus-bold;
}
.page_content_view .group_ct1 .pd_b20{
	padding:0 0 20px 0;
}
.page_content_view .group_ct1 a,.page_content_view .group_ct2 a{
	color:#0087eb;
}
.page_content_view .group_ct1 a img,.page_content_view .group_ct2 a img{
	display:inline-block;
	padding:0 0 0 5px;
}
.group_ct1 .br_bt{
	padding:0 0 40px 0;
}
.group_ct1 .br_bt .pd_l_10{
	margin:0 0 0 10px;
}

.group_ct1 .br_bt .l{
	border:1px solid #ecf0f1;
	padding:5px 10px;
}
.group_ct2{
	padding:20px 0 0;
}
.group_ct2 .section_txt{
	padding:0 0 0;
}
.section_txt .progress_step1,.section_txt .progress_step2{
	border-left:10px solid #b6e3ff;
    padding: 0 0 15px 32px;
    position: relative;
	margin: 0 0 0 20px;
}
.section_txt .progress_step3{
	position: relative;
	 padding: 0 0 15px 40px;
	 margin: 0 0 0 20px;
}
.section_txt .progress_step1 h4{
	background:url(img/icon_step01.png) no-repeat left center;
	height:49px;
	display:block;
	padding:0 0 0 60px;
	line-height:49px;
	color:#0087eb;
	font-size:17px;
	position:absolute;
	left: -30px;
}
.section_txt .progress_step2 h4{
	background:url(img/icon_step02.png) no-repeat left center;
	height:49px;
	display:block;
	padding:0 0 0 60px;
	line-height:49px;
	color:#0087eb;
	font-size:17px;
	position:absolute;
	left: -30px;
}
.section_txt .progress_step3 h4{
	background:url(img/icon_step03.png) no-repeat left center;
	height:49px;
	display:block;
	padding:0 0 0 60px;
	line-height:49px;
	color:#0087eb;
	font-size:17px;
	position:absolute;
	left: -20px;
}
.dot_inc{
	background:url(img/icon_dot.png) no-repeat left center;
	padding:0 0 0 15px;
}
.progress_step_content1,.progress_step_content2,.progress_step_content3{
	padding:50px 0 0 0;
}

.pd_l_15{
	padding:0 0 0 15px;
}
.progress_step_content1 .progress_t1{
	padding:0 0 30px 0;
}
.progress_t1 a.tbl_d{
	
	background:url(img/icon_blue_more.png) no-repeat 10px center #0087eb;
	padding:5px 10px 5px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #000000;
	color:#FFF;
}

.progress_t1 a.tbl_d:hover{
	background-color:#2c3e50;
	color: #fff !important;
	text-decoration: none !important;
}

.progress_step2 a.tbl_d{
	background:url(img/icon_blue_more.png) no-repeat 10px center #0087eb;
	padding:5px 10px 5px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #000000;
	color:#FFF;
	margin:10px 0 !important;
}

.progress_step2 a.tbl_d:hover{
	background-color:#2c3e50;
	color: #fff !important;
	text-decoration: none !important;
}


.progress_step2 .step2_subtitle{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#0087eb;
	font-size:15px;
	background-color:#ecf0f1;
	padding:5px 10px;
	margin-bottom:10px;
}

.progress_t1 .mr_tb_10{
	margin:10px 0;
}
.pd_l_20{
	padding:0 0 0 20px;
}
.mr-top_20{
	margin:20px 0 0 0;
}

.mr-top_40{
	margin:40px 0 0 0;
}


.mr-tb_10{
	margin:10px 0 ;
}
.pd_l_10{
	padding:0 0 0 10px;
}
.pd_btl30{
	padding:10px 0 20px 10px;
}
.progress_step_content2 .progress_t2_br{
	margin:10px 0 10px 0px;
	padding:15px;
	background:#ecf0f1;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.progress_step_content2 .progress_t2_br .progress_t2_child{
	background:#FFF;
	padding:5px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.mr_bt_10{
	margin:0 0 10px 0;
}
.progress_t2_child span.fs20{
	font-family:"mplus", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0087eb;
}

.progress_step_content2 table {
	margin:10px 0;
	width: 100%;
}
.progress_step_content2 td, .progress_step_content2 th {
	border: 1px solid #d8d8d8;
	padding: 5px 15px;
	text-align:center;
}
.progress_step_content2 th {
	background: #ecf0f1;
	color: #0087eb;
	vertical-align: middle;
	text-align:center;
}





.br_bt a.tbl_tg{
	background:url(img/icon_blue_more.png) no-repeat right center;
	display:block;
	padding:0 20px 0 0;
}
.merit_content_1 .merit_description_1{
	margin:10px 0 50px 0;
	padding:15px 10px 15px 38px;
	background:#ecf0f1;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.merit_content_1 .merit_description_1 .i_icon{
	background:url(img/icon_info.png) no-repeat left top;
	margin: 0 0 0 -24px;
    padding: 0 0 0 24px;
}
.merit_content_1 .merit_description_1 ul.list_1{
	padding:5px 0 0 0;
}
.merit_content_1 .merit_description_1 ul.list_1 li{
	padding:0 0 5px 0;
}
.merit_content_1 .merit_description_1 ul.list_1 li a{
	color:#0087eb;
}

.merit_content_1 .merit_description_1 ul.list_1 li a:hover{
	color:#295f84;
} 
.merit_content_1 .merit_description_1 ul.list_1 li a img{
	display:inline-block;
	padding:0 0 0 5px;
}

.merit_content_2 .title_top{
	padding:10px 0;
	border:1px solid #d8d8d8;
	background:#ecf0f1;
	margin:10px 0;
}
.merit_content_2 .title_top .l{
	margin:10px 0 0 10px;
}
.merit_content_2 .title_top .l span{
	font-size:15px;
	color:#2c3e50;
	font-family:"mplus",Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.merit_content_2 .title_top .r .right_top{
	padding:0 10px 0 0;
	text-align:right;
	font-size:11px;
}
.merit_content_2 .bd_t{
	border-top:1px solid #d8d8d8;
	padding:20px 0;
	margin-top:10px;
}
.merit_content_2 .bd_end_content{
	border:1px solid #d8d8d8;
	padding:15px 15px 7px;
	margin-bottom:50px;
}
.merit_content_2 .bd_end_content .bd_end_content_child p{
	padding:0 0 8px 0;
}
.merit_content_2 .bd_end_content .bd_end_content_child p.dot_inc{
	padding:0 0 5px 15px;
}
.merit_content_2 .bd_end_content .bd_end_content_child p.regular_end{
	padding:10px 0 0 0px;
	font-size:18px;
	font-family:"mplus","regular",Arial, Helvetica, sans-serif;
	color:#0087eb;
	line-height:25px;
}
.merit_content_3{
	margin:30px 0 10px 0;
}
.merit_content_3 .merit_description_3{
	border-bottom:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	margin:10px 0;
}

.merit_content_3 .merit_description_3 p{
	font-size:14#0087ebpx;
}

.merit_content_3 .merit_description_3 .dot_inc{
	padding:15px 0 15px 15px;
	border-bottom:1px dotted #d8d8d8;
	margin:0 0 0 5px
}
.merit_content_3 .merit_description_3 .end{
	border-bottom:none;
}
.faq_content_page .tbl_info{
	width:150px;
	padding:2px 10px;
	background:#FFF;
	border:1px solid #d8d8d8;
	margin:5px 0;
	text-align:center;
}
.faq_content_page .tbl_info a{
	margin:0 0 0 5px;
	color:#0087eb;
}

.faq_content_page .tbl_info a:hover{
	color:#2c3e50;
	}



.faq_content_page .faq_detail{
	margin:20px 0;
	border-bottom:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
}
.faq_detail .group_question{
	padding:15px 0 10px;
	background:url(img/icon_faq_more.png) no-repeat right center;
	position:relative;
    cursor:pointer;
    border-bottom:1px solid #d8d8d8;
}
.faq_detail .group_question:last-child{
	border-bottom:none !important;
}
.faq_detail .question_icon{
	padding:10px 0;
	background:url(img/icon_faq_close.png) no-repeat right center !important;
	position:relative;
    cursor:pointer;
    border-bottom:none !important;
}

.faq_detail .group_result{
	padding:10px 0;
	background:#ecf0f1;
    border-bottom:1px solid #d8d8d8;
}
.faq_detail .question_title{
	color:#0087eb;
	
	width:10%;
	text-align:center;
	font-size:18px;
	font-family:"mplus",Arial, Helvetica, sans-serif;
}
.faq_detail .question_content{
	padding:0 2%;
	border-left:1px solid #d8d8d8;
	width:80%;
}
.faq_detail .result_title{
	width:10%;
	text-align:center;
	color:#d60000;
	font-size:18px;
	font-family:"mplus",Arial, Helvetica, sans-serif;
	
}
.faq_detail .result_content{
	width:80%;
	border-left:1px solid #d8d8d8;
	padding:0 2%;
}
.faq_detail .result_content .tbl_entry{
	padding:10px 0;
}
.faq_detail .result_content .tbl_entry a{
	background:url(img/icon_blue_more.png) no-repeat 10px center;
	background-color:#0087eb;
	color:#FFF;
	padding:5px 10px 5px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #000000;
}
.learning_detail .group_item_learning{
	margin:10px 0;
	padding:0px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

.learning_detail .description_learm{
	margin-top:20px;
}


.learning_detail .group_item_learning .item_learning_view{
	border-bottom:1px dotted #d8d8d8;
	padding:20px 20px;
	display:block;
}
.learning_detail .group_item_learning .end{
	border-bottom:none;
}

.learning_detail .group_item_learning .item_learning_view .content_learn{
	width:78%;
}
.learning_detail .group_item_learning .item_learning_view .content_learn h3 a img{
	display:inline-block;
}
.learning_detail .group_item_learning .item_learning_view .thumnail_learn{
	width:20%;
}
.learning_detail .group_item_learning .item_learning_view .content_learn h3 a{
	font-size:15px;
	color:#0087eb;
	font-family:"mplus",Arial, Helvetica, sans-serif;
}
.learning_detail .group_item_learning .item_learning_view .content_learn .author_learn{
	font-size:12px;
	color:#686868;
}
.map_link_img{
	position:relative;
	margin:0;
	padding:0;
	display:block;
}
.map_link_img .pc_link1{
	height: 27%;
    left: 47%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 17%;
	font-size:0;
}
.map_link_img .pc_link2{
	display: block;
    height: 67%;
    left: 70%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 12%;
	font-size:0;
}

.poup_icon a:hover {
	color: #fff;
}
.sample_content_page .sample_detail {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    margin: 20px 0;
}
.sample_detail .question_title {
    color: #0087eb;
    font-family: "mplus",Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align: center;
    width: 7%;
}
.sample_detail .question_content {
    border-left: 1px solid #d8d8d8;
    padding: 0 2%;
    width: 85%;
}
.sample_detail .result_title {
    color: #d60000;
    font-family: "mplus",Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-align: center;
    width: 7%;
}
.sample_detail .result_content {
    border-left: 1px solid #d8d8d8;
    padding: 0 2%;
    width: 85%;
}

.sample_detail .group_question {
   border-bottom: 1px solid #d8d8d8;
   padding:15px 0 10px;
    position: relative;
}

.sample_detail .group_result {
    background: none repeat scroll 0 0 #ecf0f1;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0 15px;
}

.group_ex .result_content h5.red{
	color: #d60000;
    font-family: "mplus",Arial,Helvetica,sans-serif;
    font-size: 18px;
	display:block;
	padding:0 0 10px 0;
	background:url(img/icon_sample_close.png) no-repeat right center !important;
    cursor:pointer;
	margin-bottom:15px;
}
.group_ex .question_content .pd-r10{
	padding:0 10px 0 0;
}

.group_ex .question_content .rdus{
	border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCC;
    padding:2px 5px;
	margin-left:5px;
	color:#0087eb;
	font-size:12px;
}

.group_ex .question_content h5{
    padding-bottom:15px;
}

.group_ex .question_content p.blue{
	font-family: 'mplus-bold';
	font-weight:bold;
	padding-bottom:10px;
}

.group_ex .question_content .tbl_entry_show_answer {
    padding: 15px 0;
    cursor:pointer;
}
.group_ex .question_content .tbl_entry_show_answer a {
    background: url("img/icon_blue_more.png") no-repeat 10px center #0087eb;
    border: 0 solid #000000;
    border-radius: 5px;
    color: #fff;
    padding:5px 15px 5px 35px;
}

.group_ex .question_content .tbl_entry_show_answer a:hover {
   background-color: #2c3e50;
   color: #fff !important;
   text-decoration: none !important;
}

.group_sponsors {
    padding: 10px 0;
}
.toggle_btn {
	display: none;
}
.toggle_btn a {
	color: #000 !important;
	text-align: right;
	display: block;
}

.post_page_268 .entry_slibar ul.item_page li:nth-child(2),.post_page_107 .entry_slibar ul.item_page li:nth-child(2){
	display:none !important;
}

.breadcrumbs_footer span:nth-child(5),.breadcrumbs_top span:nth-child(5){
	max-width: 80%;
	
}
.news_detail_expode::before {
	background-color: inherit;
    content: "…";
    position: absolute;
    right: 0;
    top: 4px;
}
.news_detail_expode::after {
	 background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    width:100%;
}
a.news_detail_expode{
	display: block;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
	padding: 0 12px 0 0;
}
.fb_page_box {
	width: 500px;
	float: left;
	text-align: center;
}
.mailmaga_twitter {
	min-width: 465px;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	.regist{
		display:block;
		width:450px;
	}
	.logo_header h1{
		left: 103px;
		letter-spacing: -1px;
	}
	.news_index_item .category_title{
		width:120px;
	}
}



/*End slider*/
@media screen and (max-width:1000px){
	ul#primary_menu-top-id > li{
		width:20%;
	}
	#nav{
		padding:0;
		width:100%;
	}
}
@media screen and (max-width:982px){
	.wauto{
		width:94%;
		padding:0 3%;
		margin:0 auto;
	}
	
	.mailmaga a{
		display:block;
	}
	.mailmaga a img{
		width:100%;
	}
	.entry_content_page .entry_content{
		width:76%;
	}
	.entry_content_page .entry_slibar{
		width:23%;
	}
	.entry_content_page{
		padding-top:10px;
		padding-bottom:10px;
	}
	.news_list{
		width:60%;
	}
	.news_slibar{
		width:35%;
	}
	.fb_page_box {
		width: 49%
	}
	.mailmaga_twitter {
		width: 48%
	}
}
@media only screen and (min-width:777px) and (max-width: 977px) {
	.twitter_item .full_profile {
		padding: 0 0 0 5px;
	}
	.ProfileTweet-contents {
		bottom: -5px;
		display: block;
		left: 80px;
		position: absolute;
		right: inherit;
		top: inherit;
	}
}
@media screen and (max-width:880px){
	#footer .ex_sponsors ul.list_item li {
		
		width: 16.66%;
	}
}
@media screen and (max-width:800px){
	#page{
		display:block;
		padding:0;
		width:100%;
	}
	
	.entry_content_page .entry_content{
		width:100%;
		zoom: 1;
		padding:10px 0 0 0;
	}
	.entry_content_page .entry_slibar{
		width:100%;
		padding:0 0 10px 0;
		margin:10px 0 0 0;
		zoom: 1;
	}
	.entry_content_page .entry_content:after,.entry_content_page .entry_slibar:after{
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.entry_content_page{
		padding-top:0px;
		padding-bottom:0px;
	}
	
	
	
}
@media screen and (max-width:767px){
	.breadcrumbs{
		display:none;
	}
	.news_list,.news_slibar{
		width:100%;
		zoom: 1;
		padding:0 0 10px 0;
		float:none;
	}
	.news_list:after,.news_slibar:after{
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.news_slibar .plan_exam{
		width:43%;
		float:left;
		padding:10px 3% 30px 3%;
	}
	.news_slibar .plan_seminar{
		width:43%;
		float:right;
		padding:10px 3% 30px 3%;
	}
	.plan_exam .text_plan_exam img{
		width:70%;
	}
	
	.nav_header_r{
		display:none;
	}
	.logo_header{
		float:none;
	}
	.ico_logo{
		zoom: 1;
		width:100%;
		display:block;
	}
	.ico_logo:after{
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.ico_logo a{
		text-align:center;
		width:100%;
	}
	.ico_logo a img{
		display:block;
		width:70%;
	}
	.logo_header h1{
		left:0;
		position:relative;
		font-size:12px;
		padding:10px 0;
		text-align:center;
	}
	.menu_top_header{
		margin: 10px 0 0;
	}
	#nav_footer{
		display:none;
	}
	#menu_footer_append{
		display:block;
		width:94%;
		margin:0 3%;
	}
	#entry_tbl_footer{
		position:fixed !important;
		bottom:0 !important;
		z-index:99999 !important;
	}
	#entry_tbl_footer .fixed_link li a img{
		width:90%;
	}
	#footer .copyright{
		margin:0 0 65px 0;
		
	}
	.img_mobile{
		display:block;
	}
	.img_pc{
		display:none;
	}
img.img_mobile{
		display:block;
	}
	img.img_pc{
		display:none;
	}
	.copyright .footer_logo{
		width:100%;
		zoom: 1;
		float:none;
	}
	.copyright .footer_copy{
		width:100%;
		zoom: 1;
		float:none;
		padding:10px 0 0 0;
	}
	.copyright .footer_copy:after,.copyright .footer_logo:after{
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.copyright .footer_logo a img{
		width:50%;
	}
	.copyright .footer_copy p{
		text-align:left;
	}
	ul#sponsors_list_item{
		display:none;
	}
	.poup_icon{
		display:block;
	}
	.layer_cc {
		background: none repeat scroll 0 0 #fff;
		border: 20px none;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		z-index: 100;
	}
	.layer_bg {
		background: none repeat scroll 0 0 #000;
		display: none;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		z-index: 100;
	}
	.icon_close {
		float: right;
		margin-right: -10px;
    	margin-top: -30px;
		z-index: 102;
	}
	ul#box_sponsors{
		display:block;
		width:96%;
		text-align:center;
		padding:0 2%;
	}
	ul#box_sponsors li{
		display:block;
		width:20%;
		float:left;
		padding:10px 0;
	}
	.layer_cc,.layer_bg{
		display:block;
	}
	ul#box_sponsors li a{
		display:inline-block;
		text-align:center;
	}
	.poup_icon{
		margin:20px 0;
		padding:10px 0;
		display:block;
		width:100%;
		background:#0088ec;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border: 0px solid #000000;
	}
	.poup_icon a span{
		display:inline-block;
		margin:0 0 -3px 0;
	}
	.poup_icon a span.txt{
		padding:0 0 0 10px;
		font-weight:bold;
		font-family:"mplus", Arial, Helvetica, sans-serif;
		
	}
	.poup_icon a{
		display:block;
		height:25px;
		color:#FFF;
		text-align:center;
		line-height:25px;
	}
	#footer .ex_link ul.list_item li a.img_mobile{
	 	display:block;
	}
	#footer .ex_link ul.list_item li.lpi {
	    background:#880000;
	}
	#footer .ex_link ul.list_item li.ossdb {
	    background:#26b597;
	}
	#footer .ex_link ul.list_item li.html5 {
	    background:#eb7100;
	}
	#footer .ex_link ul.list_item li.opcel {
	    background:#bc111a;
	}
	#footer .ex_link ul.list_item li a.img_pc{
	 display:none;
	}
	#footer .ex_link ul.list_item li:first-child{
		width:25%;
		padding:10px 0 10px 0;
		margin:0;
	}
	#footer .ex_link ul.list_item li{
		width:31%;
		padding:10px 0;
		margin:0 2%;
		background:#0088ec;
		border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
	}
	#footer .ex_link ul.list_item li a{
		color:#FFF;
		background:url(img/icon_window.png) no-repeat 10px center;
		padding:0 0 0 35px;
		font-weight:bold;
		background-size: 17px;
	}
	#footer .ex_link ul.list_item li:last-child{
		width:40%;
		padding:10px 0 10px 0;
		margin:0;
	}
	.section_txt .progress_step1, .section_txt .progress_step2{
		border:none;
		padding: 0 0 15px;
	}
	.section_txt .progress_step3{
		padding: 0 0 15px;
	}
	.section_txt .progress_step1 h4{
		left:0;
	}
	.section_txt .progress_step2 h4{
		left:0;
	}
	.section_txt .progress_step3 h4{
		left:0;
	}
	.progress_step_content1, .progress_step_content2, .progress_step_content3{
		padding:60px 0 0 0;
	}
	#footer .ex_sponsors ul.list_item li {
		
		width: 20%;
	}
	#bx-pager{
		height:0px;
	}
	.bx-wrapper .bx-controls-direction a{
		display:none;
	}
	.map_link_img .pc_link1{
		bottom: 37%;
    	font-size: 0;
    	height: 12%;
    	left: 0;
    	overflow: hidden;
    	position: absolute;
    	width: 46%;
		top:inherit;
	}
	.map_link_img .pc_link2{
		bottom: 16%;
    	display: block;
    	font-size: 0;
    	height: 10%;
    	left: 0;
    	overflow: hidden;
    	position: absolute;
  		top:inherit;
    	width: 94%;
	}
	#entry_desc_togg {
		display: none;
	}
	.toggle_btn {
		display: block;
	}
	.content_form_registration th, .content_form_registration td {
		display: inline-block;
		width: 94% !important;
	}
	.content_form_registration table.table_form td input {
		width: 94%;
	}
	.content_form_registration table.table_form td .selection {
		width: 100%;
	}
	.registration_entry .tbl_submit input.button_regist {
		background-position: 30% center;
		width: 100%;
	}
	.registration_entry .tbl_submit .tbl_r {
		float: none !important;
	}
	
	.mailmaga_twitter{
		padding:10px 0 0 0;
                min-width:0;
               
	}
	.mailmaga_twitter, .fb_page_box {
		width: 100%;
		float: none !important;
		max-width: 100%;
	}
	.twitter_box {
		max-width: 100%;
	}
}
@media screen and (max-width:600px){
	ul#box_sponsors li{
		display:block;
		width:25%;
		float:left;
		padding:10px 0;
	}
	/*.group_share_social ul.social_group li:nth-child(1),.group_share_social ul.social_group li:nth-child(2),.group_share_social ul.social_group li:nth-child(3),.group_share_social ul.social_group li:nth-child(4) {
		display:none;
	}*/
	.social_widget ul li{
		 padding: 0 0 0 3px;
	}
	
	.index_content_end ul.item li {
    	float: left;
   		width: 49%;
		padding:0;
		padding:0 0 2% 0;
	}
	.index_content_end ul.item li:nth-child(2) {
		padding:0 0 2% 2% !important;
	}
	.index_content_end ul.item li:nth-child(2n) {
		padding:0 0 2% 2%;
	}
	.index_content_end ul.item li:nth-child(3n+2) {
    	padding: 0 0 2% 0;
	}
	#footer .ex_link ul.list_item li:first-child {
	    width: 48%;
	}
	#footer .ex_link ul.list_item li.lpi,
	#footer .ex_link ul.list_item li.ossdb,
	#footer .ex_link ul.list_item li.html5,
	#footer .ex_link ul.list_item li.opcel {
		width:48%;
		margin: 2% 2% 0 0;
	}
}
@media screen and (max-width:500px){
	ul#box_sponsors li{
		display:block;
		width:33.333%;
		float:left;
		padding:10px 0;
	}
	.group_ct1 .br_bt .l {
		border: 1px solid #ecf0f1;
		font-size: 11px;
		padding: 5px 2%;
		width: 40%;
	}
	
	.learning_detail .group_item_learning .item_learning_view .thumnail_learn{
		width:40%;
	}
	.learning_detail .group_item_learning .item_learning_view .content_learn{
		width:58%;
	}
	.twitter_item .full_profile {
		padding: 0 0 0 5px;
	}
	.ProfileTweet-contents {
		bottom: -5px;
		display: block;
		left: 80px;
		position: absolute;
		right: inherit;
		top: inherit;
	}
	
}
@media screen and (max-width:400px){
	ul#box_sponsors li{
		display:block;
		width:32%;
		float:left;
		padding:0 0.5% 5px 0.5%;
	}
	ul#box_sponsors li img {
		width: 100%;
	}
	ul#box_sponsors li a{
		display:inline-block;
		text-align:center;
	}
}
/* Clearfix
-----------------------------------------*/
.clearfix,.clear{
	zoom: 1;
}
.clearfix:after,.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


