body{
	background-color: #e0e0e0;
	top: 0px !important;
}

ul.links{
    list-style: none;
    padding: 0;
}
ul.links li{
    float: left;
    width: 20%;
    text-align: center;
}
ul.links li a p{
    margin: 0;
}


.footer{
	background-color:#f39801;
	padding:0;
}
.footer a{
	color:#ffffff;
}
.container{
	background-color:#ffffff;
	max-width:1000px;
	padding:0;
}

.site-logo {
	display: inline;
}

.jws-link {
	display: inline-block;
}

.projectImg img{
    margin: 0 10px;
    height: 120px;
    width: 380px;
}

.reason{
    text-align: center;
}

a:hover {
	text-decoration: none;
}

.main_subTxt{
	margin: 0;
	padding-left:10px;
	padding-bottom:23px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40%;
	text-align:center;
	font-style:oblique;
	font-weight: bold;
	font-size: 1.2rem;
	color: #DFDFDF;
}
@media screen and (max-width: 992px) {
	.main_subTxt{
		padding-bottom:15px;
		font-size: 1.1rem;
		width: 45%;
	}
}
@media screen and (max-width: 768px) {
	.container{
		padding:0 10px ;
	}

    ul.links li{
        width: 50%;
        margin-bottom: 15px;
    }
    ul.links li:last-child{
        float: none;
        margin: 0 auto 15px;
    }
    .projectImg img{
        width: 100%;
        height: auto;
        margin: 0;
        padding-left: 10px;
    }
	.main_subTxt{
		padding-bottom:10px;
		font-size: 0.9rem;
		width: 50%;
	}
}
@media screen and (max-width: 576px) {
	.main_subTxt{
		padding-bottom:5px;
		font-size: 0.8rem;
	}
}
/*フッターリンク設定*/
#offices-links{
    padding: 5px;
    list-style: none;
    margin: 0 auto;
    display: table;
}
#offices-links li{
    float: left;
    position: relative;
}
#offices-links li:first-child{
    margin-right: 10px;
}
#offices-links li:first-child:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    margin-left: 10px;
    background: #fff;
}
#offices-links li:last-child{
    margin-left: 10px;
}
#offices-links li a{
    text-decoration:none;
}
#offices-links li a:hover{
    text-decoration: underline;
}

/*ページ別設定*/
#offices-links li,
#offices-links li a{
    color: #fff;
    font-size: 15px;
}

/*募集パネル*/
.box1 {
	margin: 1em auto;
	padding: 1em;
	padding-bottom: 3em;
	background-color: #fff; /* 背景色 */
	border: 1px solid #ccc; /* 枠線 */
	font-size:10pt;
	height: 95%;
	position: relative;
}
.box1 a{
	font-size:12pt;
}
.box1 p{
	margin-bottom: 0;
	color: #17A2B8;
}
/*詳細ボタン（もっと詳しく）*/
.bt-detail{
	position: absolute;
	bottom: 1em;
	right: 1em;
}
/*募集詳細ページ*/
.recSeisanDetail .box1{
	height: auto;
	padding-bottom: 4em;
}
/*翻訳*/
.skiptranslate{
	display: none;
}