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

/* ---------------共有部分---------------*/
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #0054A5;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;	
	color: #333;
     font-family: sans-serif;
}
.clear {
	clear: both;
}
img {
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

a{
	color:#003471;
	text-decoration:none;
	outline: none;
}
a:hover{
	color:#1864BD;
	text-decoration:underline;
	outline: none;
}

.space10{
	clear: both;
	height: 10px;
}
.space20{
	clear: both;
	height: 20px;
}
.space30{
	clear: both;
	height: 30px;
}
.space40{
	clear: both;
	height: 40px;
}

/* ヘッダー部分*/
#header{
	width: 100%;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	text-align: center;
	border-bottom: 10px solid #333;
}
#header h1{
	display: none;
}

/* ロゴ部分*/
#logo{
	margin: 0 auto;
}
#logo img{
}
#logo a:hover img{
	opacity: 0.8;
}

/* ヘッダーコピー部分*/
#headcopy{
	width: 90%;
	margin: 0 auto;
}
#headcopy h2{
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: normal;
	margin: 0;
	padding: 2px 0;
}

/* イメージ部分*/
#topimage{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/comm/topimagebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0054A5;
	text-align: center;
}
.imageline{
	width: 100%;
	height: 6px;
	margin: 0;
	padding: 0;
	background-image: url(../img/comm/imageline.gif);
	background-repeat: repeat-x;
}


/* メイン部分*/
#mainbox{
	width: 90%;
	margin: 0 auto;
	background-color: #000;
	padding: 15px 0;    
}
#box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
#left{
	width: 100%;
}
#right{
	width: 100%;
}

/* フッター部分*/
#footerarea{
	width: 100%;
	margin: 0;
	padding: 0 10px 50px;
	box-sizing: border-box;
	background-image: url(../img/comm/footerbg.jpg);
	background-repeat: repeat-x;
}
#footer{
	font-size: 1.2rem;
	color: #fff;
	width: 90%;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}
#footer ul{
	line-height: 16px;
	margin: 10px 0 10px 15px;
	padding: 0 0 0 10px;
	list-style: square;
}
#footer ul li{
	margin: 5px 0;
}
#footermenu{
	padding: 0;
	margin: 0 auto 30px;
	font-size: 12px;
}
#footermenu img{
	display: block;
	margin: 10px auto;
}
#footermenu a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
#footermenu a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer p{
	text-align: center;
	font-size: 90%;
	margin: 30px auto;
}




/* ---------------トップページ装飾---------------*/

#banner{
	margin: 20px 0;
}
#banner img{
	margin-left: -5px;
}
#banner a img{
	transition: 0.3s ease;
}
#banner a img:hover{
	opacity: 0.6;
}

/*  トップ左バナー選択部分*/
.select{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.select li{
	width: 48%;
}
.select li img{
	border: 5px solid #eee;
}
.select li a:hover img {
	border: 5px solid #82B9E9;
}

/*  トップ右サブメニュー部分*/
.sub{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image: url(../img/comm/subemnubg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
.sub img{
	display: block;
	margin: 0 auto;
}
.sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub li{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sublink a{
	font-weight: bold;
	color: #666;
	padding: 5px 0 5px 20px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	background-image: url(../img/comm/submenu.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #fff;
}
.sublink a:hover{
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
	background-image: url(../img/comm/submenuon.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #CEE3F5;
}
.subon a{
	font-weight: bold;
	padding: 5px 0 5px 20px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	background-image: url(../img/comm/submenuon.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #eee;
}
.subon a:hover{
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
	background-image: url(../img/comm/submenuon.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-color: #ddd;
}


/* ---------------ページ装飾---------------*/

/* ページイメージ部分*/
#pageimage{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/comm/topimagebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0054A5;
	text-align: center;
}
.imageline{
	width: 100%;
	height: 6px;
	margin: 0;
	padding: 0;
	background-image: url(../img/comm/imageline.gif);
	background-repeat: repeat-x;
}


/* メイン部分*/
#mainbox{
	width: 100%;
	background-color: #fff;
	padding: 15px 0;
	margin: 0 auto;
}
#box{
	width: 90%;
	max-width: 660px;
	margin: 0 auto;

}
#right{
	width: 100%;
	margin: 0 auto;
}
.rightbox{
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}
#left{
	width: 100%;
}
.leftbox{
	width: 100%;
	margin: 0 auto;
	margin: 10px 0;
}
.leftbox h3{
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: #333333;
	height: 24px;
	padding: 3px 0 3px 10px;
	margin: 0 0 10px;
	background-image: url(../img/comm/h3.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
.leftbox h4{
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #0054A5;
	height: 21px;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	background-image: url(../img/comm/h4.jpg);
	background-repeat: no-repeat;
}
#pageup{
	font-size: 1.2rem;
	text-align: right;
	box-sizing: border-box;
	width: 100%;
	height: 25px;
	margin: 15px auto;
	padding: 4px 10px 0 10px;
	background-image: url(../img/comm/pageup.jpg);
	background-repeat: repeat-x;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}
#pageuptop{
	font-size: 1.2rem;
	text-align: right;
	height: 25px;
	margin: 15px auto;
	padding: 4px 10px 0 10px;
	margin: 15px 0 0 25px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background-image: url(../img/comm/pageup.jpg);
	background-repeat: repeat-x;
}

/* 求職者向け*/
.jobseeker{
}
.jobseeker fieldset{
	margin: 15px 0;
	padding: 10px 10px 10px 35px;
	border: 1px solid #ccc;
	background-image: url(../img/system/gr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.jobseeker legend{
	font-weight: bold;
	color: #0072BC;
	font-size: 1.4rem;
}
.jobseeker th{
	width: 120px;
	background-color: #EEEEEE;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.jobseeker td{
	padding: 5px 0px 5px 15px;
	width: 505px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* 企業向け*/
.enterprise{
}
.enterprise p{
	margin: 5px 5px 20px;
}
.enterprise h5{
	font-size: 1.4rem;
	font-weight: normal;
}
.enterprise h5 b{
	color: #0054A5;
}
.enterprise fieldset{
	margin: 15px 0;
	padding: 10px 10px 10px 35px;
	border: 1px solid #ccc;
	background-image: url(../img/system/gr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.enterprise legend{
	font-weight: bold;
	color: #0072BC;
	font-size: 1.4rem;
}


/* 会社案内*/
.company fieldset{
	padding: 10px;
	border: 1px solid #ccc;
	background-image: url(../img/system/gr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.company legend{
	font-weight: bold;
	color: #0072BC;
	font-size: 1.4rem;
}
.company table{
	width: 100%;
}
.company th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
.company td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.company td a:link , .leftbox td a:hover{
	text-decoration: underline;
	color:#1864BD;
}
.company td a:hover{
	text-decoration: none;
	color:#1864BD;
}
.company td .map{
	background-image: url(../img/company/map.gif);
	background-repeat: no-repeat;
	background-position: top 3px right;
	padding: 5px 20px 5px 5px;
}
.company td .pdf{
	background-image: url(../img/company/pdf.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 22px 0 5px;
}


/* 会社案内＞明示すべき労働者派遣に関する料金の額*/
body#manifestation{
	background-color: #fff;
	margin: 0;
	padding: 0; 
}
body#manifestation #box{
	width: 90%;
	max-width: 640px;
	margin: 25px auto;
} 
body#manifestation #box h3{
	width: 100%;
	max-width: 640px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #333;
	height: 23px;
	padding: 5px 0 2px 10px;
	background-image: url(../img/comm/h3.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}

body#manifestation #box table{
	width: 100%;
}
body#manifestation #box th{
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#manifestation #box td{
	width: 100%;
	display: block;
	box-sizing: border-box;

	padding: 5px 0 5px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#manifestation #box td.right{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

body#manifestation #box ul{
	width: 100%;
	margin: 10px 0;
	padding: 0 0 0 30px;
}


/* お問い合わせ*/
.contact th{
	display: block;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
.contact td{
	color: #ff0000;
	padding: 5px 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.contact fieldset{
	padding: 10px 10px 10px 30px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
}
.contact legend{
	font-size: 1.4rem;
	font-weight: bold;
	color: #0072BC;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 1.5rem;
	box-sizing: border-box;
	margin: 5px 0;
	background-color: #fff;
}
.contact input[type=submit]{
	width: 90%;
	appearance: none;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	box-sizing: border-box;
	margin:  0;
	color: #fff;
	background-color: #0083dd;
	cursor: pointer;
}
.contact input[type=submit]:enabled:hover{
	background-color: #70aedb;
	color: #fff;
}
.contact input[type=reset]{
	width: 90%;
	appearance: none;
	padding: 10px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	box-sizing: border-box;
	margin:  0;
	color: #fff;
	background-color: #fe845d;
	cursor: pointer;
}
.contact input[type=reset]:enabled:hover{
	background-color: #f3ae98;
	color: #fff;
}

.contactbox{
	text-align: center;
	border: 1px dotted #ccc;
	margin: 10px 0 10px 0;
	padding: 15px 30px;
}
.contactbox br{
	display: block;
}



/* 個人情報保護方針*/
.privacy .name{
	margin: 15px 0 35px;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	text-align: right;
}
.privacy ol{
	margin: 20px 0;
	padding: 0 0 0 30px;
}

/* サイトマップ*/
.sitemap ul{
	border-left: 3px solid #1864BD;
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
.sitemap li{
	letter-spacing: 2px;
	margin: 10px 0;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #ccc;
}


}
