body {
	background: #07285B url("../images/back.jpg") no-repeat fixed;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}


/* パンくずリスト */
.bclist {
	margin-left:50px;
}
.bclist a {
	color:#555;
	text-decoration:underline;
}

/*-------------------------------------------------------------------
メニュー
*/
#menu img {
	padding-right:1px;
}
#menu {
 height:46px;
}

/*-------------------------------------------------------------------
技術・ソリューション
*/
#tech-sol {
}

.main {
	background-color:#fff;
	background-image:url("../images/back02.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	min-height: 450px;
	margin-left: 13px;
	width:841px;
	color:#111;
	padding-bottom:80px;
	margin-bottom:30px;
	margin-left:30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.main img.box {
	padding:15px 10px 15px 10px;
}
.main img.arrow {
	padding:15px 0px 25px 0px;
}

/*-------------------------------------------------------------------
剛建ものづくり
*/
#greeting {
	margin-bottom:30px;
	background: #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*-------------------------------------------------------------------
実績紹介
*/

#record a {
	color:#333;
}

#record table {
	border: 1px solid #666;
	border-collapse: collapse;
	width:400px;
}

#record th,td {
	border: 1px solid #666;
	padding: 3px 5px;
	background-color:#fff;
}

#record th {
	width:100px;
	text-align:center;
	font-weight:normal;
	background-color:#f2f2f2;
}

.record-one img {
	widht:150px;
	height:100px;
	margin:10px;
}

.record-one {
    padding-top:20px;
	margin:5px;
	margin-left:40px;
	float: left;
}

.thumb {
	width: 350px;
}

.thumb img {
	margin: 5px;
	width:60px;
}
/*-------------------------------------------------------------------
採用情報
*/
#recruit {
	padding:50px 40px 20px 50px;
	position:relative;
}

#recruit table {
	width:100%;
	border:2px solid #666666;
	border-collapse:collapse;
	color:#666666;
}

#recruit th,td {
	border:1px solid #666666;
	border-collapse:collapse;
	padding: 5px 5px 3px;
	vertical-align:top;
}

#recruit th {
	text-align:center;
	background-color:#F2F2F2;
	width:130px;
}

#recruit td {
	background-color:#fff;
}

.rec_message {
	position:relative;
	height:283px;
}

/*-------------------------------------------------------------------
サイトマップ
*/
#sitemap {
	padding-left:20px;
}

#sitemap h2 {
	font-weight: bold;
	background-color:#aaa;
	color:#333;
	width:80%;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 0px;
}

#sitemap ul {
	display:inline;
	list-style: none;
}

#sitemap li {
	font-size:15px;
	font-weight: bold;
}

#sitemap .nolist {
	display:inline;
	list-style: none;
}

#sitemap .nolist li {
	display:inline;
	margin:10px 10px 10px 0px;
}

#sitemap li li {
	display:inline;
	margin:10px;
	font-size:13px;
	width:100px;
	font-weight: normal;
}

#sitemap a {
	color:#555;
}

/*-------------------------------------------------------------------
会社概要
*/
#company-list1,
#company-list1 * {
	color: inherit;
	line-height: inherit;
}
#company-list1 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 5em;
}
#company-list1 > li {
	width: 14em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#company-list1 > li p {
	margin: 0;
}


/*-------------------------------------------------------------------
ヘッダ
*/
.head {
	text-align: right;
	padding-top:40px;
        padding-right:30px;
	margin-bottom: 25px;
	vertical-align:bottom;
}

.head a {
	color:#fff;
	text-decoration:underline;
}
/*-------------------------------------------------------------------
フッタ
*/
#foot {
	text-align: right;
	padding-top:20px;
	padding-bottom:20px;
        padding-right:0px;
}
#foot a {
	color:#fff;
	text-decoration:underline;
}

#news {
	width:45%;
	padding-top:20px;
        padding-left:20px;
}

#news ul {
 padding-top: 10px;
}

#news li {
	text-decoration: underline;
        padding:5px;
}

#message {
	padding-top:30px;
	text-align: right;
}

#message h2 {
	padding-bottom:10px;
}

