h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl, table, a, input, textarea, select, form {
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
ul{list-style:none;}
body{background: #c3d22e;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl{padding:0;margin:0;}
a{text-decoration:none;}
.tottori_jobfair {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.top {
	width: 100%; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top h1{
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url("images/tottori_jobfair_top.svg")center / contain  no-repeat;
	width:100%;
	padding-bottom:50.0%;
}
/**.top img {
	max-width: 100%;
	height: auto;
	}**/
.accses_nav {
	text-align: center;
	padding:0;
}
.accses_nav ul {
	list-style:none;
	padding-left: 15px;
	display:flex;
	flew-wrap:no-wrap;
	width:90%;
}
.accses_nav li {
	width: 30%;
	margin-left: 30px;
	position:relative;
}
.access_nav li img{
	width:100%;
}

.accses_nav li .linkbtn a {
	text-decoration:none;
	padding: 10px;
	margin:0;
	background-color: #FFFFFF;
	color: #12491d;
	display: block;
	font-size: 14px;
	font-weight: bold;
	position:absolute;
	top:68%;
	left:50%;
	transform: translate(-50%,-50%);
	width:9em;
	border-radius:5px;
	}
.sponsor {
	background-color: #0079d6;
	padding: 40px;
}
.sponsor dl {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
	margin-bottom:25px;
	}
.sponsor dt {
	background-color: #f44034;
	color: #FFFFFF;
	width: 12em;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-left:5px;
	padding: 10px 3px 10px;
	border-radius:5px;
	vertical-align:middle;
}
.sponsor dd {
	font-size: 16px;
	padding:0 0 10px 16px;
	color: #ffffff;
	line-height: 1.5em;
	width:calc(100% - 12em);
}
.sponsor .application{
	font-size:20px;
	padding-left:2em;
	line-height:1.7em;
	width:100%;
}
.sponsor .attention {
	padding: 20px 40px; 
	border-radius: 10px; 
	background-color: #00a8e0; 
	color: #FFFFFF;
}
.sponsor .attention h2 {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.sponsor .attention h2 i{
	padding:0 10px;
}
.sponsor .attention li {
	font-size: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	padding-left:10px;
}

.box1 {
    background-color: #FFFFFF;
    padding: 40px;
    margin-top: 40px;
}
.box1 h3 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.box1 h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #002b5c;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
	border-radius:5px;
}
.box1 h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #002b5c;
}
.box1 .inBox{
	display:flex;
	justify-content:space-between;
	max-width:900px;
}
.box1 .inBox .Box_left, .box1 .inBox .Box_right{
	width:48%;
}
.box1 .inBox .Box_left .line1{
	display:flex;
	justify-content:space-between;
	width:100%;
}

.box1 .inBox .Box_left .line1 p:first-child,.box1 .inBox .Box_left .line2 p:first-child{
	display:block;
    background-color:#0079d6;
    color: #FFFFFF;
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    height: 1.5rem;
    margin-bottom: 20px;
	padding:5px 0;
	border-radius:5px;
}
.box1 .inBox .Box_left .line1 p:nth-child(2){
	width:60%;
	padding-left:10px;
	line-height: 24px;
	font-size: 17px;
	margin-bottom: 20px;
	color: #231815;
}
.box1 .inBox .Box_left .line1 .big {
	font-size: 155%;
	line-height: 1.25em;
}
p.pdf a {
	color: #FFFFFF;
	display: block;
    background-color: #999;
    text-align: center;
	vertical-align:middle;
    border-radius: 5px;
    width: 90%;
    font-size: 14px;
   	margin:0 0 3px 10px;
	line-height:22px;
	padding:5px;
}
p.pdf a img{
	width:16px;
	height:16px;
	vertical-align:middle;
}

p.pdf a:hover{
	color:#999;
	background:#fff;
}

.box1 .inBox .Box_right  section h4 {
	display:block;
    background-color: #0079d6;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding:10px 10px 10px 20px;
	border-radius:5px;
	/**text-shadow: 1px 1px 0 #12491d,-1px 1px 0 #12491d,1px -1px 0 #12491d,-1px -1px 0 #12491d;**/
    }
.box1 .inBox .Box_right section p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #231815;
}

p.kigyo a {
	background-color: #e60012;
    text-align: center;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	display: block;
}
p.kigyo a:hover{
	background:#fff;
	color:#e60012;
}
footer{
	background-color: #00a1ff;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	width:100%;
}
footer .contact1 {
	padding: 10px 0 20px 20px;
    margin-top: 20px;
	width:40%;
}
footer .contact2{
	padding:10px 20px 20px 0;
	margin-top:20px;
	width:40%;
}
footer .contact1 dt, footer .contact2 dt{
    background-color: #002b5c;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
	width:7em;
	text-align:center;
	border-radius:3px;
}
footer .contact2 dt{
	letter-spacing:0.8em;
}

footer .contact1 dd, footer .contact2 dd {
    color: #ffffff;
	font-size: 14px;
}
footer .contact2 dd{
	font-size:18px;
	padding-top:10px;
}

.box1 .inBox .Box_left .line1 .big .sp{
	display:block;
}
.pc{
	display:block;
}
.sp{display:none;}
#pageTop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
#pageTop a{
    display: block;
    font-size: 13px;
    width: 10em;
    height: 50px;
    text-align: center;
    background: #7db4e6;
	color:#fff;
	font-weight:900;
    border-radius: 5px;
    line-height: 50px;
}

.copyright{
	margin:10px auto 0;
	text-align:center;
	font-size:12px;
	color:#333;
}
@media (max-width: 768px) {
.tottori_jobfair {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sponsor .application{
	font-size:17px;
	padding-left:5px;
	line-height:1.7em;
}
.accses_nav {
	padding-top: 20px;
}
.accses_nav ul {
	padding-left: 3%;
}
.accses_nav li {
	float: none;
	width: 98%;
	margin-left: 3%;
	position:relative;
	}
.accses_nav li img {
	max-width: 100%;
	height: auto;
}
.accses_nav li .linkbtn a {
	padding: 2px;
	font-size:10.5px;
}
	
.sponsor {
	margin:10px auto;
	padding:10px;
}
.sponsor dl{
	display:block;
	}
.sponsor dl dt {
	width: 12em;
	font-size: 14px;
	padding:10px 20px 10px 0;
	margin:0 10px 10px 0;
}
.sponsor dl dd {
	width:92%;
	padding:5px 30px 5px 20px;
}
.sponsor .attention {
	padding: 20px; 
}
.sponsor .attention h2 {
	font-size: 16px;
}
.sponsor .attention li {
	padding-left:5px;
}

.box1 {
    padding: 20px;
    margin-top: 20px;
}
.box1 .inBox{
		display:block;
	}
.box1 .inBox .Box_left, .box1 .inBox .Box_right{
	width:100%;
}
.box1 h3 {
    margin-bottom: 20px;
}
.box1 h3 span {
    font-size: 24px;
}
.box1 .inBox .Box_left .line1{
	display:block;
	width: 100%;
}
.box1 .inBox .Box_left .line1 p:first-child {
    font-size: 14px;
    margin-bottom: 10px;
}
.box1 .inBox .Box_left .line1 p:nth-child(2){
	width:100%;
	padding-left: 10px;
	font-size: 14px;
}
.box1 .inBox .Box_left .line1 .big{
	font-size: 22px;
	line-height: 1.25em;
}
p.pdf a {
		width:90%;
	}
p.pdf a:last-child{
	margin:0 0 30px 10px;
	} 
p.pdf {
	margin-top: 20px;
	font-size: 16px;
}
.box1 .inBox .Box_right  section h4 {
    font-size: 14px;
}
.box1 .inBox .Box_right  section p{
	font-size: 14px;
}
footer{
	display:block;
	width:100%;
	}
footer .contact1,footer .contact2 {
	padding: 10px 20px 10px 5px;
    margin-top: 20px;
	width:100%;
}
footer .contact1 h4,footer .contact2 h4 {
	width:94px;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px;
}
.box1 .inBox .Box_left .line1 .big .sp{
	display:none;
	}
.pc{
	display:none;
}
.sp{display:none;}
}
