@charset "utf-8";
/* CSS Document */

/***** 共通 ****************************************************/

html {
	width: auto;
	margin: auto;
}

body {
	width: auto;
	background-color: #2199b4;
	margin: auto;
	padding: 0 ;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	overflow: auto;
}

header {
	width: 100%;
	height: auto;
	min-width: 1200px;
	overflow: hidden;
}

.top-img {
	width: 100%;
	height: 300px;
	min-width: 1200px;
	background-image: url(../images/gms_jobposting_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	-moz-background-size: cover;
	overflow: hidden;
	background-attachment: scroll;
	margin: auto;
}

.top-img-main {
	text-align: center;
	margin: auto;
	padding-top: 45px;
	display: block;
}

article {
	max-width: 1200px;
	min-width: 1200px;
	width: 80%;
	margin: auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background-color: aliceblue;
	padding-bottom: 100px;
	padding-top: 1px;
	clear: both;
	overflow: hidden;
}

footer {
	//width: 100%;
	height: 20px;
	background-color: #1c3889;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: auto;
	min-width: 1200px;
	overflow: hidden;
	text-align: center;

}
/**
h2 {
	clear: both;
	position: relative;
    color: #fff;
    background: #D44346;
    font-size: 23px;
    font-weight: bold;
    margin: 3em -.7em 1.5em -.7em;
    padding: 0.8em 2em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h2:after,
h2:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h2:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h2:after{
    left: 0;
    border-right: 5px solid #333;
}
**/

h2 {
	clear: both;;
    font-size: 27px;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid black;
    padding: 0 35px;
    position:relative;
	width: 85%;
	margin: 50px auto 30px auto;
}
/*
h2:after{
    content:"★";
    font-size:25px;
    color: #E07C7D;
    top: 0px;
    left:4px;
    position:absolute;
}
*/
h3 {
	position: relative;
	text-align: center;
	clear: both;
	width: 80%;
	margin: 40px auto 40px auto;
}
h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: aliceblue;
	text-align: left;
	font-size: 25px;
}
h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.page_top {
	float: right;
	text-decoration: none;
	margin: 10px 80px;
}



/**************************************************/
@media only screen and (max-width:0px){

.top-info {
	height: auto;
}

.top-info-main {
	width: 100%;
	height: auto;

}

.top-info-main p {
	margin: auto;
	width: 100%;
	height: auto;

}

.top-info-main a {
	border: solid 2px #FFF;
	padding: 15px;
	margin: auto;
	clear: both;
}

article {
	max-width: 1200px;
	min-width: 1200px;
	width: 80%;
	margin: auto;
	//border-left: solid 1px #;
	//border-right: solid 1px #;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	background-color: #FFF;
	padding-bottom: 100px;
	padding-top: 20px;
	clear: both;
}

footer {
	width: 100%;
	height: 20px;
	background-color: #FF7272;
	color: #FFF;
	text-align: center;
	padding: 5px;
}
}



/***** 料金一覧 *********************************************************/
.price {
	width: 90%;
	margin: auto;
	margin-top: 50px;
	clear: both;
}

.price strong {
	font-size: 25px;
	margin: 20px;
}

.price img {
	width: 80%;
	margin: auto;
}

.price ul {
	clear: both;
	border: solid 1px #111;
	padding: 10px 10px 10px 40px;
	width: 60%;
	margin: 20px auto auto auto;
}

.subtitle {
	margin: 40px auto 10px auto;
	padding: 10px 10px 10px 10px;
	background-color: #C0CDDC;
}
