@charset "utf-8";
*{
	margin:0;
	padding:0;
/* 	color:#333333;
 */}
/* general setting start
--------------*/
a {text-decoration:none;}
a:link, a:visited {color:#FF8C00;}
a:hover {color:#FF5500;}
a img{border:0 none;}
table {margin:auto;}
th {
	text-align:left;
	background-color:#f7f7f7;
	padding:10px;
	font-weight:normal;
	border-top:4px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
td {
	background-color:#fff;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
li {display:block;}
h1 {text-align:center;}
/* .h1title {
	background: linear-gradient(#FF8C00, #FFC800);
	padding: 10px 0;
} */
h3 {text-align:left;}
.red {color:red;}
.bold{font-weight:bold;}
.center{text-align:center;}
.border {border:1px solid #ccc;}
.right {float:right;}
body {
font-size:small;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
content p {
	padding: 3px;
	margin: 3px 0px;
	line-height:170%;
}
.heading {
	font-weight:normal;
	font-size:15px;
	background: -webkit-linear-gradient(#FF8C00, #FFC800); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF8C00, #FFC800); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF8C00, #FFC800); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF8C00, #FFC800); /* Standard syntax (must be last) */
	color:#FFF;
	padding: 5px;
}
/* general setting end
------------------------------------------------------------*/



/* header setting start
--------------*/
header {
	display:block;
	border-color:#ccc;
	height:65px;
	margin: 0px;
	padding:10px 0 0 0;
}
.logo {
	position:left;
	padding:0 0 0 10%;}
.logo img {position:absolute;
	height:60px;
	padding:0 0 0 0;}
.logo p {
	position:absolute;
	font-size: 22px;
	font-weight: bold;
	padding: 4px 0 0 0;
	color:#ff8c00;
}
.logo p:hover {color:#FF5500;}
.logo span{display:block;
	font-size: 14px;
	font-weight: normal;
	padding: 0;}

.contact {
	position:absolute;
	padding:1.1% 7% 0 0;
	width:125px;
	}
.contact img {
	float:right;
	height:35px;}
.contact p {
	float:right;
	padding:11px 7px 0 0;}

.twitter_icon {
	position:absolute;
	right:20%;
	padding-top:1.5%;}

/* header setting end
------------------------------------------------------------*/

/* main menu start
--------------*/
#mainNav {
	float:left;
	clear:both;
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#ccc;
	padding:0;
	margin:0;
	background-color:#F8F8F8;
	width:100%;
	background: -webkit-linear-gradient(#FFFFFF, #C8C8C8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #C8C8C8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #C8C8C8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #C8C8C8); /* Standard syntax (must be last) */
	}

#mainNav li.active > a, #mainNav li > a:hover {
	background: -webkit-linear-gradient(#FF8C00, #FFC800); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF8C00, #FFC800); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF8C00, #FFC800); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF8C00, #FFC800); /* Standard syntax (must be last) */
	color:#FFFFFF;}

#mainNav ul {
	max-width:1024px;
	position:relative;
	display:block;
	padding:0;
	margin:2px auto;
}

#mainNav ul > li {
	float:left;
	display:inline;
/* 	color:#FF9933;
 */	}

#mainNav > ul > li > a {
	display:block;
	border-left: 1px solid #ebebeb;}

#mainNav a.last{border-right:1px solid #ebebeb;}

#mainNav a {text-decoration:none;}
#mainNav > ul > li > a:link, #mainNav > ul > li > a:visited {color:#333333;}
#mainNav a span {
	color:#CC6600;
	font-weight:bold;}
#mainNav ul li a strong {display:block;}

	/* sub menu start
	--------------*/
#mainNav ul li ul {
  position: absolute;
  width: 255px;
  background: #FF8C00;
  top: 62px;
  display: none;
  z-index:10;
  font-size:15px;
}
#mainNav ul li ul li {
	width:100%;
	text-align:left;
}
#mainNav ul li ul  a, #mainNav ul li ul  span {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
#mainNav ul li ul  span {background:#E5720F;}
#mainNav ul li ul a:hover {
  color: #fff;
}
#mainNav ul li:hover ul {
  display: block;
}
#mainNav ul li li a:hover {
  background: #FFA216;
}

	/* sub menu end
	------------------------------------------------------------*/
/* main menu end
------------------------------------------------------------*/

/* left navigation start
--------------*/
.nav_left {
	clear:both;
	float:left;
	width:13%;
	margin:1% 0 1% 5%;
	min-width: 152px;
}
.nav_left li {
	display:block;
}
.nav_left article {
	border:1px solid #ccc;
	margin:0 0 5px 0;
}
		/* Gradient transparent - color - transparent */
.nav_left hr {
    border: 0;
    height: 1px;
    background: #c0c0c0;
    background-image: -webkit-linear-gradient(left, #c0c0c0, #c0c0c0, #fff);
    background-image:    -moz-linear-gradient(left, #c0c0c0, #c0c0c0, #fff);
    background-image:     -ms-linear-gradient(left, #c0c0c0, #c0c0c0, #fff);
    background-image:      -o-linear-gradient(left, #c0c0c0, #c0c0c0, #fff);
}
.nav_left li {
	margin:5px 3px;
}

/* left navigation end
------------------------------------------------------------*/

/* top banner, top picture start
--------------*/
#top_ban {
	clear:both;
	width:80%;
	text-align:center;
	display:block;
	border-color:#ccc;
/* 	padding:0 20px 5px 20px;*/
	margin:0 auto 15px auto;
 }

#top_ban img {width:100%;}
.flex-direction-nav a{
color: #333333;
}

.top_pic img {
	clear:both;
	float:left;
	width: 90%;
	padding: 10px 5%;
}
 .top_info {
	color:white;
	font-size:32px;
	width:60%;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	position: relative;
	display: inline-block;
	padding: 15px 40px;
	margin: 15px 15% 0px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 30px;
	background: #FFF569; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF569 0%, #FFBA2E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF569), color-stop(100%,#FFBA2E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFF569 0%,#FFBA2E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF569 0%,#FFBA2E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFF569 0%,#FFBA2E 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFF569 0%,#FFBA2E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF569', endColorstr='#FFBA2E',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 5px 5px 12px #d1ab39;
	-webkit-box-shadow: 5px 5px 12px #d1ab39;
	box-shadow: 5px 5px 12px #d1ab39;
	text-shadow: 0px 0px 2px #848484;
	}


/* top banner, top picture end
------------------------------------------------------------*/


/* [TOP PAGE] 3 columns start
--------------*/
.box {
	float: left;
	width: 28.5%;
	border: 1px solid #E0E0E0;
	margin: 0 1% 20px; /* 2015-11-04 margin-bottom of 20px added */
	padding: 1%;
	text-align: center;
}
.box img {width:85%;}
.box h3 {padding: 5px;}
.box p {
margin: 5px 5px 5px;
text-align: left;
}
/* [TOP PAGE] 3 columns end
------------------------------------------------------------*/

/* [EVENT index.php] start
--------------*/
.index_exp {
	float:left;
	width:30%;
	height:300px;
	margin: 1% 0 2% 2%;
	border: 2px dotted #ccc;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(/images/border.png) 27 round;
	-webkit-border-image: url(/images/border.png) 27 round;
	-o-border-image: url(/images/border.png) 27 round;
	border-image: url(/images/border.png) 27 fill round;
}

.event_link {
	float:left;
	width:35%;
	margin: 1%;
;}
.button_link {
	position:relative;
	width:100%;
	height: 200px;
}

	/* main content start
	--------------*/
.general_box h1 {
	margin: 10px 0 10px 0;
}
article.general_box {
	margin: 5px 0;
}
.general_box h2 {
	padding: 15px 0 0px 20px;
	font-size: medium;
	text-align:center;
}

#main_content {
	float:left;
	width:75%;
	margin:1% 0 1% 2%;
	padding: 0;
}
#main_content > div, #main_content > article {
	padding: 1%;
}

#main_content div.slide_title,
#main_content div.slide_title2,
#main_content div.skill_title,
#main_content div.skill_title2,
#main_content div.skill_title_exp {
	border-left: 15px solid #201004;
	cursor:pointer;
	padding:10px;
	font-weight:bold;
}
#main_content div.slide_title,
#main_content div.slide_title2
{background-color:#F1E6DC;}

#main_content div.slide_title {
	margin:5px 10px 0 0;
}

/* for [link] page*/
#main_content div.slide_title2,
#main_content div.skill_title2 {
	margin:1px 0 0 15px;
}
#vision{
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
}
/* for [about] page*/
#main_content div.about_title {
	border-left: 15px solid #201004;
	background-color:#FFE8D2;
	padding:10px;
	font-weight:bold;
}

.about_content {
	margin-top: 0;
	padding: 5px;
	background-color: #FFF4E7;
	line-height:170%;
}
.about_content td {background-color:#fbfbfb;}
article.about_outer {
	margin: 0 1%;
}
article#team, article#admin {padding:1% 1% 0 1%;}
article#jlw_record, article#certificate, article#award, article#judge {padding:0 1%;}
article#event {padding:0 1% 1% 1%;}
.about_link {
	font-weight:bold;
}
/* for [about] page until here*/

/* for [sr] page*/
#main_content div.skill_title,
#main_content div.skill_title2 {
background-color:#E8DCF1;}
#main_content div.skill_title_exp {
	background-color:#FFF;
	cursor:auto;
	font-weight:normal;
}
#main_content div.skill_title {
	margin:5px 10px 0 0;
}
.skill_content {
	margin-top: 0;
	padding: 5px;
	background-color: #FFF4E7;
	line-height:170%;
}
.skill_content td {background-color:#fbfbfb;}
article.skill_outer {
	margin: 0 1%;
}
/* for [about] page until here*/

.slider {
	display:none;
	margin:0 10px 0 0;
	background-color:#FAF9E5;
}

.slider td {	width:50%;}
.comp_outer .slider {border:1px solid #ccc;} /* for [competition][detail] page*/
/* for [link] page*/
.link_outer .slider {
	display:none;
	background-color:#fff;
}
.link_outer .slider .slider {
	margin:0 0 0 15px;
}
.link_outer table {margin:0;}
.link_outer .slider th {
	text-align:center;
	width:177px;
	background-color:#fff;
	border:none;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.link_outer .slider td {
	width: 100%;
	border-right:none;
	border-left:none;
}
#group > div {display:block;}


th.t_top {border-top:4px solid #66CCFF;}
th.th1 {border-top:4px solid #d55a6f;}
.color_hada {background:#FAF9E5;}
.small_letter {font-size:8.5px;}

table.comp_table {
	padding: 10px;
	border-left:10px solid #F1E6DC;
	width:100%;
}
#main_content h1 {
	font-size: x-large;
	text-align: center;
}
#main_content .comp_h1 {
	text-align:left;
	margin: 10px 0 5px 5px;
}
img.abstract {
	height:20px;
	padding: 0 3px;}

	/* [EVENT detail.php] start
	--------------*/
#each div.slider {
	display:block;
	border:none;
	border-right:1px solid #ccc;
}
#each_detail {
	padding: 1px 30px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #F1E6DC;
	margin: 0 10px 0 0;
	background-color: #FAF9E5;
}

/*detail link is concealed for detail.php page */
#each tr:last-child {display: none;}

	/* [EVENT detail.php] end
	------------------------------------------------------------*/

	/* main content end
	------------------------------------------------------------*/

/* [EVENT top] end
------------------------------------------------------------*/


/* [Skill] start
--------------*/
.index_exp ul {
	margin:10px 0;
}
.index_exp li {
	display:list-item;
	list-style-position: inside;
	padding-left:5px;
}
.skill_outer table {margin-left:15px;}
.skill_outer th {
	border:none;
	border-bottom:1px solid #ccc;
	padding:0;
	background-color: inherit;
	width:250px;
}
.skill_outer td {
	border-left:none;
	background-color: inherit;
/* 	width: auto;
 */	}
.skill_outer tr a {
	width:100%;
	margin: 5px 0;
}
.skill_outer > div {
	display:block;
}

/* [Skill] end
------------------------------------------------------------*/


/* twitter and news start
--------------*/
nav#twitter, nav#news {
	display:block;
	border:1px solid #E0E0E0;
	margin:5px;
	padding:10px;
}

nav#twitter {
	clear:both;
	float:left;
	width:300px;
}
nav#news {
	clear: both;
	margin: auto;
	width: 450px;
}
div#news_title {
	color:#fff;
	margin: 0px 0px 18px 0px;
	position: relative;
	background-color: #d55a6f;
	padding: 10px 14px;
}
div#news_content {padding: 0 14px;}

#news hr {
	height: 12px;
    border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);}

#news_title h1 {display:inline;}
#news_title a {padding:0 0 0 15px;}
#news_title a:visited, #news_title a:link {color:#FFF;}
#news_title a:hover { text-decoration: underline;}
/* twitter and news end
------------------------------------------------------------*/


/* footer setting start
--------------*/

footer {
	display:block;
	border:1px solid #E0E0E0;
	margin:5px;
	padding:5px;
	clear:both;
	text-align:center;
	color:#333333;
	background-color:#E0E0E0;
}
/* footer setting end
------------------------------------------------------------*/



/* Responsive design setting start
--------------*/
.responsive_menu {display: none;}
#menu_scroll {width: 100%;}
#menu_scroll li a:link, #menu_scroll li a:visited {
    color: #fff; /* 2015-10-31 changed from #ccc */
}
	/* For PC
	--------------*/
@media screen and (min-width: 1024px){
#mainNav ul li.sub_menu div.submenu_main_div {width:959px;}
#mainNav li a {
	padding: 12px 47.9px;}
/* #mainNav ul {
max-width:960px;
}
 */.contact {right:8%;}
.logo p {left:20.5%;}
.logo img{left:10%;}

.slider th {	width:9%;}
.skill_outer th {width:20%;}

}

	/* For Tablet
	--------------*/
@media screen and (max-width: 1023px){
#mainNav ul li.sub_menu div.submenu_main_div {width:619px;}
#mainNav li a {
	padding: 10px 19.5px;
}
#mainNav ul {
max-width:640px;
}
.contact {right:6%;}
.logo p {left:22%;}
.logo img{left:5%;}
.slider th {	width:10%;}
.skill_outer th {width:20%;
	min-width:191px;}
.nav_left {display:none;}
#main_content {width: 95%;}

.index_exp {
	width: 50%;
	margin-left: 1%;
}
.event_link {width: 43%;}
.top_info {font-size: 26px;}
#mainNav ul li ul {top: 59px;}

}
	/* For Smartphone
	--------------*/
@media screen and (max-width: 640px){
*{
	overflow: visible;/* 2015-10-31 added for iPhone5,6 view. 2024-09-30 changed to visible from hidden to smooth scroll */}
 #mainNav{
	display:none;
}
.contact {
	margin:0;
	padding:0;
}
.contact a p {
	display:none;}

.responsive_menu{
	clear:both;
	display:block;
	background-color:#FF9A00; /* 2015-10-31 changed from #606060 */
	position: relative;
}
.responsive_menu ul li{
	border-bottom: 1px solid #4C4B4B;
	list-style:none outside none;
	padding:2px 10px;
}
#menu_icon {
	display:block;
	height:40px;
}
.responsive_menu span{display:none;}
.open{
  color: #fff;
  cursor: pointer;
	border-bottom: 1px solid #131212;
}
#menu_scroll li {
	background-color:#FF9A00; /* 2015-10-31 changed from #606060 */
}
#menu_scroll li a {
    display: block;
    padding: 4px;}
.responsive_menu label.res_title {
    position: absolute;
	font-size:20px;
	top:6px;
	left:10px;
}
.responsive_menu img {
    position: absolute;
	left:70px;
}
.contact {
	display: none;/* 2015-10-31 fixed iPhone5,6 view ---------------
	right:5%*/;}
.logo p {
	left:40%;/* 2015-10-31 fixed for iPhone5,6 30%-->40% */
	font-size: 20px;/* 2015-10-31 added for iPhone5,6 */
}
.logo img{left:6%;}
.twitter_icon {display:none;}

.slider th {	width:16%;}
.skill_outer th {width:215px;}

.nav_left {display:none;}
#main_content {width: 95%;}
 div.top_info {
	font-size:24px;
	width:60%;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	padding: 15px 40px;
	margin: 15px 15% 0px;
	border: 1px solid #ccc;
}
.index_exp {
	width: 90%;
	height: auto;
	margin: 2%;
}
.event_link {
	float:none;
	clear:both;}
.top_info {
	font-size: 25px;
	margin: 15px 6.5% 0px; /* 2015-10-31 fixed for iPhone5,6*/
}

nav#news {width: 330px;}/* 2015-10-31 fixed for iPhone6 view (news)----------------------*/
.flexslider {margin: 0;}/* 2015-10-31 added for iPhone6 view----------------------*/
/* Responsive design setting end
------------------------------------------------------------*/
