@media screen and (min-width: 900px){

/* ---------------共有部分---------------*/
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;
}
.sp{
	display: none;
}


/* ヘッダー部分*/
#header{
	width: 100%;
	height: 81px;
	margin: 0;
	padding: 0;
	background-image: url(../img/comm/headerbg.jpg);
	background-repeat: repeat-x;
}
#header h1{
	display: none;
}

/* ロゴ部分*/
#logo{
	width: 885px;
	height: 37px;
	margin: 0 auto;
	padding: 20px 0 3px;
}
#logo img{
	margin: -20px 0 0 10px;
}
#logo a:hover img{
	padding: 0 30px 0 0;
	background-image: url(../img/comm/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom 5px;
}

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

/* イメージ部分*/
#topimage{
	width: 100%;
	height: 202px;
	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;
}
#box{
	width: 880px;
	margin: 0 auto;
}
#left{
	width: 660px;
	float: left;
	display: inline;
}
#right{
	margin: 0 15px 0 0;
	width: 190px;
	float: right;
	display: inline;
}

/* フッター部分*/
#footerarea{
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	background-image: url(../img/comm/footerbg.jpg);
	background-repeat: repeat-x;
}
#footer{
	font-size: 1.3rem;
	color: #fff;
	width: 840px;
	height: 200px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
	background-image: url(../img/comm/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#footer p{
	text-align: center;
}
#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: 10px 0px 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}
#footermenu img{
	float: left;
	margin: -10px 20px 10px 0;
}
#footermenu a{
	display: inline-block;
	width: 140px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
}
#footermenu a:hover{
	color: #fff;
	text-decoration: underline;
}





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

#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;
}
.select li{
	float :left;
	display: inline;
	padding: 10px 10px 0 10px;
	width: 299px;
}
.select li img{
	border: 5px solid #eee;
}
.select li a:hover img {
	border: 5px solid #82B9E9;
}

/*  トップ右サブメニュー部分*/
.sub{
	width: 188px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.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%;
	height: 99px;
	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;
}
#box{
	width: 880px;
	margin: 0 auto;
}
#right{
	margin: 0 15px 0 0;
	width: 190px;
	float: right;
	display: inline;
}
.rightbox{
	margin: 0 0 20px 0;
	padding: 5px;
	width: 190px;
	background-color: #eee;
}
#left{
	width: 660px;
	float: left;
	display: inline;
}
.leftbox{
	width: 650px;
	margin: 10px 0 20px 10px;
}
.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;
	width: 640px;
	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 th{
	width: 160px;
	padding: 10px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.company td{
	padding: 10px;
	width: 465px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.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: 640px;
}
body#manifestation #box th{
	width: 200px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
body#manifestation #box td{
	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{
	width: 120px;
	padding: 10px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contact td{
	color: #ff0000;
	padding: 5px 0 5px 15px;
	width: 505px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contact fieldset{
	padding: 10px 10px 10px 30px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
	background-image: url(../img/manpower/gr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contact legend{
	font-size: 1.4rem;
	font-weight: bold;
	color: #0072BC;
}
.contactbox{
	border: 1px dotted #ccc;
	margin: 10px 0 10px 0;
	padding: 15px 30px;
	background-image: url(../img/manpower/gr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contactbox br{
	display: none;
}

/* 個人情報保護方針*/
.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;
}


}
