﻿@charset "utf-8";

/*excom今後のイベント(現地商談会・即売会・セミナー)
	===========================================================*/

.asean_news h2{
	background-color:#D0F0FF;
    color:#3C66BD;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:200%;
	padding:10px 10px 10px 35px;
    background-image: url("/images/top/icon-event.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}

.asean_news table {
	width:90%;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
}

.asean_news table td{
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #CCC;
	height:40px;
}

.asean_news table th{
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #CCC;
	height:40px;
	background-color:#EFEFEF
}

@media screen and (max-width: 480px) {
/*.asean_news { 
    margin: 0 -10px;
}*/

.asean_news tr {
    display:block;

}
.asean_news th {
    display:block;
	width:auto;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
	border:none;

}

.asean_news td {
    display: list-item;
    width: 90%;
/*  margin-left: 10%;*/
    border:none;
	margin:10px 0; 
}

}
/*.asean_news table th,
.asean_news table td{
    width:auto;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
    display: block;
    border-top: none;
    height:50px;
}
	
.asean_news table tr:first-child th{ 
    border-top: 1px solid #ddd;

}*/

}

/*excomゼミの予定
	===========================================================*/
ul.semi-schedule {
/*	border-left: 5px solid #333;
*/	margin-top:20px;
}
ul.semi-schedule li {
/*	background-image: url(/images/common/arrow_gray_right.png);
	background-repeat: no-repeat;
	background-position: 10px center;
*/	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}
ul.semi-schedule li a.category {
	border-radius: 6px;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 20px;
	padding: 2px 10px;
	text-align: center;
	width: 6em;
}
#wrapper ul.semi-schedule li p{
	margin:0 10px;
	}
#wrapper ul.semi-schedule li p span{
	padding:3px 10px;
	}
#wrapper ul.semi-schedule li p span.tsu{
	width:6em;
	padding:3px;
	width:6em;
	font-size:12px;
	text-align:center;
	background-color:#ffe372;
	border-radius: 6px;
	}
#wrapper ul.semi-schedule li p span.nagoya{
	width:6em;
	padding:3px;
	width:6em;
	font-size:12px;
	text-align:center;
	background-color:#ffc8e2;
	border-radius: 6px;
	}
ul.semi-schedule li.seo a.category,
h1.seo span {
	background-color:#8baa04;
}
ul.semi-schedule li.ec a.category {
	background-color:#ea1919;
}
ul.semi-schedule li.asean a.category {
	background-color:#25b9e4;
}

@media screen and (max-width: 726px) {
ul.semi-schedule {
    border-left: none;
}
ul.semi-schedule li {
    margin-left: 15px;
		margin-right:15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
		background-position: 0px center;
}
ul.semi-schedule li a.category{
	float:none;
	}
ul.semi-schedule li a{
	display:block;
	}
}
@media screen and (max-width: 480px) {
#wrapper ul.semi-schedule li p span{
	display:block;
	}
}


.semi-schedule span.date {
	font-weight: bold;
	color: #FE7B06;
	padding-right:10px;
}

/*いいねボタン
	===========================================================*/
.sns {
	width:960px;
	margin:10px auto;
	position:relative;
	z-index:10;
	margin:10px auto;
}
.sns .fb,
.sns .tw,
.sns .g-plusone {
	width:120px;
	float:left
}
@media screen and (max-width: 960px) {
.sns {
 width:auto;
}
.sns .fb, .sns .tw, .sns .g-plusone {
 width:100px;
}
}

/*文字サイズ固定
	===========================================================*/
html,
body {
	-webkit-text-size-adjust: none;
}
/*スライドメニュー
	===========================================================*/
#header .btn {
	display:none;
}
@media screen and (max-width: 768px) {
#header .btn {
 display:block;
 float:right;
 border-radius:4px;
 background-color:#CCC;
 padding:5px;
 margin:2px;
}
}
#slidemenu {
	display: none;
}
#pageslide {
	/* These styles MUST be included. Do not change. */
    display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
    width: 200px;
	padding:0px;
	/* These styles are optional, and describe how the pageslide will look */
    background-color: #666;
	color:#fff;
	overflow: scroll;
}
#pageslide li.lv1 > a,
#pageslide .nolink {
	background-color: #999;
	color:#fff;
	display:block;
	margin: 0px;
	padding: 6px;
	border-top:solid 1px #fff;
	border-left:none;
	font-weight:bold;
}
#pageslide ul.lv2 {
	margin-left:10px;
}
#pageslide ul.lv2 li {
	padding:6px;
}
#pageslide ul.lv3 li {
	list-style-type: disc;
}
/*出し分け
	===========================================================*/
.tablet,
.sp {
	display:none;
}
.pc_none {
	display:none;
}
.sp_none {
	display:inherit;
}
@media screen and (max-width: 768px) {
.pc, .sp {
 display:none;
}
.tablet {
 display:inherit;
}
.pc_none {
 display:inherit;
}
}
 @media screen and (max-width: 480px) {
.pc, .tablet {
 display:none;
}
.sp {
 display:inherit;
}
 .sp_none {
 display:none;
}
}
/*共通
	===========================================================*/


table {
	border: 1px solid #CCC;
	width:100%;
	margin:0px auto 30px ;
}
table th,
table td {
/*	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
*/	padding: 5px 10px 0 20px;
	vertical-align:middle;
}
table th {
	background-color: #d5f2fa;
}

.m_l_10 {
	margin-left:10px;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
 @media screen and (max-width: 480px) {
.f_l, .f_r {
 float:none; 
}
}
.t_l {
	text-align:left;
}
.t_r {
	text-align:right;
}
.t_c {
	text-align:center;
}
.clearfix:after,
.step:after,
div.ssl:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix,
.step,
div.ssl{
	min-height: 1px;
}
* html .clearfix,
* html .step
* html div.ssl{
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	border-top:solid 6px #1F2586;
	color: #333;
}
p,
li,
th,
td
{
	line-height:160%;
}
p {
	text-align: left;
}
p.pankuzu {
	margin: 30px auto 0px;
	width: 960px;
	line-height:26px;
	border-top:solid 1px #CCC;/*clear:both;*/
}
@media screen and (max-width: 960px) {
p.pankuzu {
 width: 726px;
 padding-top:5px;
}
}
@media screen and (max-width: 726px) {
p.pankuzu {
 width: 100%;
 line-height:100%;
}
}
#wrapper {
	text-align: left;
	font-size: 14px;
}
#contents {
	width:960px;
	margin:0px auto;
}
@media screen and (max-width: 960px) {
#contents {
 width:auto;
 overflow:hidden;
}
}
.to_top {
	clear:both;
	padding-bottom:20px;
	margin:auto;
	text-align:right;
	width:960px;
}
@media screen and (max-width: 960px) {
.to_top {
 width:auto;
}
}
/*リンク
	===========================================================*/
a {
	color:#06F;
	text-decoration:none;
}
a:hover {
	color:#06F;
	text-decoration:underline;
}
#copy a,
#copy a:visited,
#pageslide a,
#pageslide a:visited,
.content p.more,
.content p.more a:visited,
a h1 span,
a.linkcolor-white,
a.linkcolor-white:visited {
	color:#fff
}
a.btn{
	display:block;
	border-radius:10px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
a.btn:hover{
	text-decoration:none;
	color:#fff;
	opacity:0.7;
}
/*グラデ色
	===========================================================*/
.grad01 {/*きみどり*/
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #84a008), color-stop(0.00, #a8bf42));
	background: -webkit-linear-gradient(top, #a8bf42 0%, #84a008 100%);
	background: -moz-linear-gradient(top, #a8bf42 0%, #84a008 100%);
	background: -o-linear-gradient(top, #a8bf42 0%, #84a008 100%);
	background: -ms-linear-gradient(top, #a8bf42 0%, #84a008 100%);
	background: linear-gradient(top, #a8bf42 0%, #84a008 100%);
	background-color/*\**/: #a8bf42\9;
	border:solid 1px #84a008;
}
.grad02 {/*青*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #202688), color-stop(0.00, #2936ff));
	background: -webkit-linear-gradient(top, #2936ff 0%, #202688 100%);
	background: -moz-linear-gradient(top, #2936ff 0%, #202688 100%);
	background: -ms-linear-gradient(top, #2936ff 0%, #202688 100%);
	background: linear-gradient(top, #2936ff 0%, #202688 100%);
	background-color/*\**/: #202688;
}
.grad03 {/*水色*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #99dff5));
	background: -webkit-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -moz-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -ms-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background-color/*\**/: #02b0e6;
	border:solid 1px #02b0e6;
}
.grad04 {/*赤*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #d10007), color-stop(0.00, #ff9495));
	background: -webkit-linear-gradient(top, #ff9495 0%, #d10007 95%);
	background: -moz-linear-gradient(top, #ff9495 0%, #d10007 95%);
	background: -ms-linear-gradient(top, #ff9495 0%, #d10007 95%);
	background: linear-gradient(top, #ff9495 0%, #d10007 95%);
	background-color/*\**/: #d10007;
	border:solid 1px #d10007;
}
.grad05 {/*グレー*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dcdcdc), color-stop(0.50, #dbdbdb), color-stop(0.50, #d1d1d1), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	background: linear-gradient(to bottom, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	border:solid 1px #ddd;
}
/*ヘッダー
	===========================================================*/
#header {
	margin:0px auto 10px;
	padding:0px 10px;
	height:34px;
	width:960px;
}
@media screen and (max-width: 960px) {
#header {
 padding:0px;
 width: auto;
}
}
@media screen and (max-width: 768px) {
#header {
 padding:0px;
}
}
@media screen and (max-width: 480px) {
#header {
 padding:0px;
}
}
#header img {
	float: left;
}
#header ul {
	float:right
}
#header li {
	border-right: 1px solid #CCC;
	float: left;
	height: 33px;
	margin-left: 6px;
	padding-right: 6px;
}
#header ul li:first-child {
	border-left: 1px solid #CCC;
	padding-left:6px;
}
@media screen and (max-width: 768px) {
 #header li {
 display:none;
}
}
#header li a {
	background-image: url("/images/common/line_header.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	height: 13px;
	padding: 5px 25px 14px;
}
@media screen and (max-width: 960px) {
#header li a {
 padding: 5px 10px 14px;
}
}
/*フッター
	===========================================================*/
#footer {
	width:960px;
	margin:30px auto 0px;
}
#footer_nav{
	clear:both;
	}
@media screen and (max-width: 960px) {
#footer {
 width:auto;
	margin:30px 10px 0px;
}
#footer ul#footer_nav {
	margin-top:20px;
}
}
#footer ul.lv1 {
	display:table;
	table-layout: fixed;
	width:100%;
}
#footer li.lv1 {
	display:table-cell
}
@media screen and (max-width: 768px) {
#footer li.lv1 {
 display:block
}
}
#footer li.lv1 > a,
.nolink {
	background-color: #F1F1F1;
	color:#000;
	display:block;
	margin: 5px;
	padding: 2px 0px 2px 4px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCC;
}
@media screen and (max-width: 768px) {
#footer li.lv1 > a, .nolink {
 background-color: #F1F1F1;
 color:#000;
 display:block;
 margin: 0px;
 padding: 4px;
 border: solid 1px #ccc;
}
}
#footer li ul li a {
	color:#000;
	display:block;
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/common/arrow_footer_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (max-width: 768px) {
#footer li ul li a {
 display:none;
}
}
#footer_nav ul.lv3 {
	margin-left:15px;
}
#footer .address {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:15px auto;
	margin:30px auto 15px;
}
#footer address {
	margin:10px 0px;
	padding:10px;
	float:left;
	padding-right:20px;
}
#footer address span {
	font-weight:bold;
	color:#1f2586;
}
#footer .btn {
	float:left
}
@media screen and (max-width: 768px) {
#footer .btn {
 float:none;
 text-align:center;
}
#footer .btn img {
 max-width:100%;
}
}
#footer .logo {
	float:right
}
@media screen and (max-width: 768px) {
#footer .logo {
 display:none
}
}
#copy {
	background-color: #1f2586;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 80%;
}
/*#footer div.fb-like-box{
	width:100%;
	date}*/
#footer .fb-like-box,
#footer .fb-like-box span,
#footer .fb-like-box span iframe[style] {
    width: 100% !important;
}

@media screen and (max-width: 768px) {

#footer .fb-like-box,
#footer .fb-like-box span,
#footer .fb-like-box span iframe[style] {
    width: 300px !important;
}



}




/*404ページ
	===========================================================*/
.error h1 {
	font-size:30px;
	line-height:60px;
	margin-top:30px;
}
.error #main_content {
	text-align:center;
}
.error #main_content p {
	text-align:center;
	font-size:18px;
	line-height:200%;
	margin-top:30px;
}
@media screen and (max-width: 768px) {
 .error #main_content p {
 text-align:center;
 font-size:14px;
 line-height:160%;
 margin-top:30px;
 text-align:left;
 padding:10px;
}
}

/*SSLシール
	===========================================================*/
div.ssl{
	margin-bottom:
	20px;
	}
div.ssl p{
	float:left;
	}
img.ssl{
	float:right}