@charset "utf-8";
@import url(base.css);
@media screen and (max-width:1000px){

.main_sp img{
	width:100%;
}

h1{
	visibility:hidden;
	display:none;
	height:0;
}

section{
	background:#fff;
}
	

/* 起業をめざす学生を応援
-----------------------------------------*/
.catch_index,
section h2 img{
visibility:hidden;
display:none;
height:0;
}

	

.photo2015{
	background:url("../../img/index/index/img_2015.jpg") no-repeat top center;
	width:100%;
	height:150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size:160% auto;
}

#list{
	text-align:center;
	background:#002040;
	padding:10px 0;
	width:100%;
}

#list ul{
	margin:0 auto;
	width:98%;
	overflow:hidden;
	height:auto;
	padding:0 1%;
}

#list li{
	float:left;
	width:25%;
}

#list li img{
	width:100%;
}
#list li img:hover{background-color:#000;}

#department{
	width:100%;
	overflow:hidden;
	height:auto;
	margin:0 auto;
}

#department li{
	float:left;
	width:50%;
	height:auto;
}

#department li img{
	width:100%;
}

#bn_2017 img{
	width:100%;
	margin:0 auto;
	text-align: center;
}
#alumni{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
}
#alumni li{
	float:left;
	display: block;
	width:50%;
}
#alumni li img{
	width:100%;
}

#message div{
	background:url("../../img/index/index/test01.jpg") no-repeat top center;
	width:100%;
	height:1199px;
}

#point01{
	padding:1px 0 40px 0;
	background:#F5F5F5;
	overflow:hidden;
	height:auto;
	width:100%;
}

#point01 h2{
	text-align:left;
	font-size:20px;
	color:#10253D;
}
#point01 div{
}

#point01 div p{
	font-size:12px;
	line-height:2em;
	color:#10253D;
	width:90%;	margin:0 auto;
}

#point01 div img ,#point02 div img{
	visibility:hidden;
	display:none;
	height:0;
}

#point02{
	padding:1px 0 0 0;
	background:#fff;
	overflow:hidden;
	height:auto;
	width:100%;
}

#point02 p{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	color:#10253D;
}

#point02 h2{
	text-align:left;
	font-size:25px;
}

#point02 h3{
	font-size:14px;
	line-height:1.8em;
	width:90%;
	font-weight:bold;
	margin:0 auto 20px auto;
	text-align:left;
}

#bn{
	visibility:hidden;
	display:none;
	height:0;
/*
	overflow:hidden;
	height:auto;
	background:url("../../img/index/index/test03.jpg") no-repeat top center;
	height:260px;*/
}

.area_sponsor {
	width:100%;
	background:#eee;
	overflow: hidden;
    height: auto;
	margin:0 auto;
}
.area_sponsor ul{
	width:90%;
	padding:5%;
	margin:0 auto;
	overflow: hidden;
	height: auto;
}

.area_sponsor h2{
	margin-bottom:0;
	padding-bottom:0;
}


.area_sponsor li{
	float:left;
	margin:5px;
	background:#FFF;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:100px;
	height:60px;
	padding-top:40px;
	-moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.area_sponsor li:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.area_sponsor li img{
	width:80%;
}

.area_sponsor li.h70 img{
	width:auto;
	height:70%;
	margin-top:-10px;
}

.area_sponsor li.h60 img{
	width:auto;
	height:60%;
	margin-top:-5px;
}
.area_sponsor li.h50 img{
	width:auto;
	height:50%;
	margin-top:-5px;
}




/* ボタン
-----------------------------------------*/

a.btn {
  display:block;
  cursor:pointer;
  width:85%;
  margin:0 auto;
  padding:15px 0 8px 0;
  color:#fff;
  font-size:16px !important;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:0.1em;
  background-color:#2F4470;
  border-radius:5px;
  box-shadow:0 6px 0 #000, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}


.btn small{
	font-size:11px !important;
}

.btn:hover {
  background-color: #00A0E9;
  box-shadow: 0 3px 0 #0075ab, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
 
.btn:active {
  color: #ddd;
  background-color: #2F4470;
  box-shadow: 0 0 0 #000, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}

.btn02{
	width:800px;
	margin:0 auto;
}

.btn02 li a{
	float:left;
	width:216px;
	display:block;
  cursor:pointer;
  margin:10px 10px 18px 10px;
  padding:20px 0 18px 0;
  color:#fff;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  letter-spacing:0.1em;
  background-color:#2F4470;
  border-radius:5px;
  box-shadow:0 6px 0 #000, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.btn02 li a:hover {
  background-color: #00A0E9;
  box-shadow: 0 3px 0 #0075ab, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
 
.btn02 li a:active {
  color: #ddd;
  background-color: #2F4470;
  box-shadow: 0 0 0 #000, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}


#news {
	background:#fff;
	padding:40px 0;
}

#news div{
	width:80%;
	margin:0 auto;
	font-size:12px;
	overflow:hidden;
	height:auto;
}
#news div ul.list{
	width:100%;
	height:500px;
	overflow: auto;
	border-top:2px solid #CCC;
}

#news div ul.list li{
	border-bottom:2px dotted #CCC;
	padding:10px 0;
	line-height:2em;
}
#news div ul.list time{
	color:#595858;
	font-weight:bold;
}

#news div ul.list span{
	color:#FFF;
	padding:4px 25px 3px 25px;
	font-size:12px;
	text-align:center;
	margin-left:20px;
}

#news div ul.list a{padding-left:10px;}
.ttl_01 span{background:#73BCEE;}
.ttl_02 span{background:#FFCB48;}
.ttl_03 span{background:#FF9CD5;}
.ttl_01 {background:url("../../img/common/icon_01.png") no-repeat 0 40px;}
.ttl_02 {background:url("../../img/common/icon_02.png") no-repeat 0 40px;}
.ttl_03 {background:url("../../img/common/icon_03.png") no-repeat 0 40px;}



#news div ul.bn{
	width:100%;
	margin-top:20px;
}

#news div ul.bn li{
	float:left;
	width:50%;
}

#news div ul.bn li.btn04{
	width:25%;
}

#news div ul.bn li img{
	width:100%;
}

#news div a img:hover {opacity:0.8;
	filter:proid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
	filter:alpha(opacity=80);
}


.area_rss {
	clear:both;
	width:90%;
	margin:0 auto;
}

.area_rss img {
	width:60%;
	margin:0 auto 20px auto;
}


.list_news ,.list_rikejyo{
	width:90%;
	height:auto;
	overflow: hidden; 
	margin:10px 5%;
	padding:4% 0 3% 0;
	border-top:1px solid #CCC;
}

.list_news thumb,.list_rikejyo thumb{
	margin-left:2%;
	padding:0;
	width:35%;
	float:right;
}


.list_news thumb img,.list_rikejyo thumb img{
	width:100%;
	margin:0;
	position: relative;
	z-index:0;
}

.list_news thumb:after ,.list_rikejyo thumb:after{
    padding-top:10px;
    display: block;
    content: "";
}
.list_news thumb > img ,.list_rikejyo thumb > img{
    position:relative;
    top:0;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.list_news ttl ,.list_rikejyo ttl{
	width:63%;
	float:left;
	line-height:1.5em;
	color:#000;
	font-weight:bold;
}

.list_news category ,.list_rikejyo category{
	/*
	padding:5px;
	background:#F6AB00;
	color:#FFF;
	text-align:center;
	float:right;*/
	display:none;
	height:0;
	padding:0;
	margin:0;
}


.list_news aside ,.list_rikejyo aside{
	float:left;
	font-size:10px;
	color:#666;
	width:63%;
	margin-top:10px;
	line-height:1em;
}

.footer_box h2{padding-bottom:0;}

/* 全国大会の最終審査会を見にきませんか？
-----------------------------------------*/
.article_japan{
	color:#fff;
	width:100%;
	overflow:hidden;
	height:auto;
	padding-bottom:30px;
	background:#002040;
}

.article_japan article{
	width:90%;
	text-align:center;
	font-weight:bold;
	line-height:2.6em;
	margin:0 auto;
}

.article_japan article h2{
	line-height:1.6em;
	color:#fff !important;
}
.article_japan article h5{
	border:1px solid #fff;
	color:#e00;
	padding:20px;
}
.article_japan article a{
	color:rgba(0,170,255,1.00);
}

.article_japan img{
visibility:hidden;
display:none;
height:0;
}



.photo_jp{
	width:100%;
	margin:0 auto 10px auto;
	text-align:center;
}

.area_essential_02{
	width:100%;
	background:#fff;
	text-align:center;
	border:2px solid #ccc;
}
.area_essential_02 th{
	background:#F8F8F8;
	border:1px solid #ccc;
	padding:0 5px;
	font-size:8px;
	/*
	width:1em;
	writing-mode: tb-rl;*/
}
.area_essential_02 td{
	padding:10px;
	font-size:8px;
	line-height:1.3em;
	border:1px solid #ccc;
}


/* まもなく締切
-----------------------------------------*/
#map{
	width:100%;
	margin:0 auto;
}

#map li{
	float:left;
	margin:0 1% 1% 0;
	padding:5px 0;
	width:24%;
	text-align:center;
}

#map .area01{ background:#62B0DC;}
#map .area02{ background:#AACE37;}
#map .area03{ background:#EF8B3E;}
#map .area04{ background:#FFE225;}
#map .area05{ background:#E9464D;}
#map .area06{ background:#8AA3D4;}
#map .area07{ background:#E96FA0;}
#map .area08{ background:#666;}


#map a{
	display: block;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	opacity:0.9;
	filter:proid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=90);
	filter: alpha(opacity=90);
}

img.img_map{
	width:100%;
	margin:20px 0;
}

}