@media print, screen and (min-width: 780px) {
#menu-sp,#nav-sp,#mail-sp,.sp,#menu-sp{
	display:none;
	text-indent:-9999px;
	line-height:0%;
	margin:0px;
	padding:0px;
}
}
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}


/* ヘッダー -------------------------------------------------------------- */
#header{
	max-width:1000px;
	margin:0 auto;
	padding:0 2% 25px 2%;
}
header{
	background-image: url(../images/common/bk-main.png);
	background-repeat: repeat;
	background-position: center top;
}
#logo{
	margin:30px auto;
	width:595px;
	display:block;
}
#logo2{
	margin:30px auto;
	width:419px;
	display:block;
}

/* ナビ -------------------------------------------------------------- */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#fixedBox #nav-pc{
	background:#003A8F;
}
#fixedBox #nav-pc ul{
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}
#fixedBox #nav-pc li{
	display:inline;
}
#fixedBox #nav-pc li a{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	padding:14px 16.8px;
	border-right:solid 1px #00245B;
}
#fixedBox #nav-pc li a:hover,#fixedBox #nav-pc li a.active{
	background:#00245B;
}
#fixedBox #nav-pc li:first-child a{
	border-left:solid 1px #00245B;
}

/* 囲み -------------------------------------------------------------- */
.wrap-bk{
	background-color:#F5F5F5;
	padding-bottom:100px;
	overflow:hidden;
}
.wrap{
	max-width:1000px;
	width:96%;
	margin:0 auto;
	padding:0 2%;
}
.contents{
}
#about{
	padding-top:30px;
	margin-top:-30px;
}
#schedule,
#lecture,
#presentation,
#booth,
#application,
#access{
	padding-top:30px;
	margin-top:-30px;
}
#sheet{
	padding-top:50px;
	margin-top:-50px;
}
.contens-box{
	background-color:#FFF;
	padding:50px;
}

/* フッター -------------------------------------------------------------- */
#footer{
	text-align:center;
	padding:30px 4%;
	color:#FFFFFF;
	background:#003A8F;
	clear:both;
}
#backtop {
	position:fixed;
	right: 20px;
	bottom: 20px;
	display:none;
}
#footer .footer-wrap{
	max-width:1000px;
	margin:0 auto;
}
#footer .footer-ttl{
	display:block;
	font-weight:bold;
	font-size:90%;
}
#footer .footer-txt{
	font-size:80%;
	line-height:140%;
	margin:10px 0;
}
#footer .footer-copy{
	font-size:80%;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

/* 第2階層 -------------------------------------------------------------- */
#main{
	padding:75px 0px;
	background:#EEEEE9 no-repeat right;
	position:relative;
}
#main h1{
	font-size:28px;
	max-width:1100px;
	margin:0 auto;
	padding-left:2%;
}
.breadcrumbs{
	padding:15px 0px 35px 0px;
	font-size:11px;
}
.wrapper {
     float: right;
     margin: 0;
     width: 100%;
     margin-left: -300px;
}



/* 見出し -------------------------------------------------------------- */
h2{
	position: relative;
	display: block;
	margin:100px auto 60px auto;
	text-align:center;
	font-size:200%;
	line-height:140%;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #003A8F;
	border-radius: 2px;
}
h3{
	font-size:140%;
	padding:15px 20px 10px 20px;
	line-height:130%;
	background:#E8E8E8;
	border-left:solid 7px #003A8F;
	margin-bottom:15px;
	color:#003A8F;
}
h4{
  font-size:130%;
  padding: 10px 20px 8px 10px;
  margin:20px 0 15px;
  border-bottom:solid 2px #E8E8E8;
  color:#003A8F;
}
h5{
	font-size:110%;
  padding: 0 0 6px 10px;
  border-bottom:2px solid #003A8F;
  position: relative;
  margin:40px 0 15px 0;
}
 
h5:before{
  content:"";
  display:block;
  width:15%;
  border-bottom:2px solid #003A8F;
  position:absolute;
  bottom:0;
  margin-left:-10px;
  margin-bottom:-2px;
}

/* テーブル -------------------------------------------------------------- */
table.table01 {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin-bottom:8px;
	font-size:90%;
	line-height:160%;
}
table.table01 th {
	padding: 10px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background:#F7F7F7;
	width:30%;
}
table.table01 td {
	padding: 10px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
table.table02 {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin-bottom:8px;
	font-size:90%;
	line-height:160%;
}
table.table02 th {
	padding: 10px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	text-align:center;
}
table.table02 td {
	padding: 10px;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	text-align:center;
}
table.table02 td.table-noborder{
	border-bottom:none;
}
table.table02 td.table-hight10{
	height:6px;
	padding:0;
}
table.table02 td.table-hight20{
	height:12px;
	padding:0;
}
table.table02 td.table-hight30{
	height:24px;
	padding:0;
}
table.table03 {
	border-collapse: separate;
	border-spacing: 0;
}
table.table03 th{
	text-align:left;
	width: 20%;
}
table.table03 th,table.table03 td{
	border-bottom:solid 1px #cccccc;
	padding:15px;
}
table.table03 p{
	padding-bottom: 0;
}

/* ボックス -------------------------------------------------------------- */
.box01{
	width:96%;
	margin:0 auto 6px;
}
.box01-l{
	width:49%;
	float:left;
}
.box01-r{
	width:49%;
	float:right;
}
.box-txt01{
}
.box02{
	width:96%;
	margin:0 auto;
}
.box02-l{
	width:39%;
	float:left;
}
.box02-r{
	width:59%;
	float:right;
}
.map-box{
	width:96%;
	margin:0 auto;
}
.map-box-l{
	width:42%;
	float:left;
}
.map-box-r{
	width:55%;
	float:right;
}
.map-txt01{
	margin-top:20px;
}
.map-txt02{
}


/* 企業一覧 -------------------------------------------------------------- */
/*#item-list {
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	overflow:hidden;
}
#item-list ul{
	width:100.7%;
}
#item-list ul:after {
	content: "";
	clear: both;
	display: block;
}
#item-list ul li {
	display: block;
	float: left;
	height: 200px;
	list-style-type: none;
	width: 33%;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#item-list ul li:nth-child(3n-1) {
}
#item-list ul li a{
	display: block;
	vertical-align: middle;
}
*/


#item-list {
	text-align: center;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#item-list img{
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}
#item-list ul {
	border-top:#CCC 1px solid;
	border-left:#CCC solid 1px;
	list-style-type: none;
	letter-spacing: -.4em;
}
#item-list ul li {
	display: inline-block;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	width:33.20%;
	height:200px;
	letter-spacing: 0.1em;
	margin-bottom: -.5em;
}
#item-list ul li a{
	background: #FFFFFF;
	width:33.20%;
	height:200px;
	display: table-cell;
	text-align: center;
	text-decoration:none;
	vertical-align:middle;
	color:#333;
}
#item-list ul li a:hover{
	color:#666;
}
#item-list ul li span{
	display: block;
	font-size:90%;
}

/* リンク -------------------------------------------------------------- */
dl.list {
	height:auto;
	overflow:visible;
	padding-right:0px;
	margin:15px;
}
.list dt{
	margin:25px 0 5px 0;
}
.list dd{
	padding-bottom:15px;
	border-bottom:1px dashed #B4B4B4;
}

/* ボタン -------------------------------------------------------------- */
.btn01,a.btn01{
	background-image:url(../images/common/arrow02.png);
	background-repeat:no-repeat;
	background-position:14px center;
	background-color:#003A8F;
	display:block;
	text-decoration:none;
	padding:15px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:60%;
	margin:20px auto 10px;
}
.btn01:hover,a.btn01:hover{
	background-color:#1A4E9A;
	color:#FFF;
	cursor:pointer;
}
.btn02,a.btn02{
	background-image:url(../images/common/arrow02.png);
	background-repeat:no-repeat;
	background-position:14px center;
	background-color:#FF6600;
	display:block;
	text-decoration:none;
	padding:15px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:60%;
	margin:20px auto 10px;
}
.btn02:hover,a.btn02:hover{
	background-color:#FF8533;
	color:#FFF;
	cursor:pointer;
}

/* お知らせ -------------------------------------------------------------- */
dl {
	height: 90px;
	overflow-y: scroll;
}
dl dt {
	float: left;
	width: 8em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left:5px;
}
dl dd {
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 8em;
	padding-right: 5px;
	border-bottom: dashed 1px #CCC;
}

@media screen and (min-width:780px) and (max-width:1024px) {
/* ナビ -------------------------------------------------------------- */
#fixedBox #nav-pc li a{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	padding:14px 10px;
	border-right:solid 1px #00245B;
	font-size:1.4vw;
}

#about{
	padding-top:30px;
	margin-top:-30px;
}
#schedule,
#lecture,
#presentation,
#booth,
#application,
#access{
	padding-top:30px;
	margin-top:-30px;
}

/* ボックス -------------------------------------------------------------- */
.box01{
	width:96%;
	margin:0 auto 6px;
}
.box01-l{
	width:48%;
	float:left;
}
.box01-r{
	width:48%;
	float:right;
}
.box02{
	width:96%;
	margin:0 auto;
}
.box02-l{
	width:39%;
	float:left;
}
.box02-r{
	width:59%;
	float:right;
}

}
@media print{
.fixed {
    position: static;
}
}


