/**************** clear ****************/
.clear {
	clear: both;
}
/*************** clearfix **************/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/***************** html ****************/
body {
	background-color: #232323;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
/**************** header ***************/
header {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
header h1 {
	margin: 0 auto;
	padding: 20px 30px;
	text-align: center;
}
header h1 img {
	width: 100%;
	max-width: 260px;
}
header nav ul {
	position: relative;
	margin: 0 auto 15px;
	padding: 0;
	text-align: center;
	list-style: none;
}
header nav ul li:last-child {
	margin-right: 0;
}
header nav ul li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
header nav ul li a {
	color: #333;
	font-size: 0.8125em;
}
header p,
header p img {
	margin: 0;
	width: 100%;
}
/*************** contents **************/
#contents {
	background-color: #fff;
	color: #333;
	font-size: 0.875em;
	letter-spacing: 0.05em;
}
/***** common *****/
#contents h2 {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 2px solid #E0C736;
	background-color: #00508E;
	color: #fff;
	font-size: 1.2857142857142856em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#contents h2 + p, #contents h2 + p + p {
    margin: 30px 20px;
    line-height: 150%;
}
.dlist {
	margin: 30px 0;
}
.dlist dt, .access {
	margin-bottom: 5px;
	padding-left: 20px;
}
.dlist dd {
	margin: 0 0 30px 10px;
	padding-left: 20px;
	line-height: 1.5em;
	word-wrap: break-word;
}
.col_half {
	display: inline-block;
	position: relative;
	margin: 0 auto 30px;
	width: 100%;
	min-width: 320px;
	max-width: 480px;
	text-align: center;
	vertical-align: top;
}
/***** ResponsiveSlides *****/
.rslides {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.rslides .copy {
	display: none;
}
.rslides .image {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border: 0;
}

/***** advantage *****/
#advantage .clearfix {
	text-align: center;
}
#advantage h3 {
	margin: 20px 0 0;
}
/***** access *****/
#access .dlist a {
	padding-right: 20px;
	color: #2EA7E0;
	text-decoration: none;
	background: url(../images/target_link.png) right center no-repeat;
}
/***** gmap *****/
#gmap, .access_image {
	margin: 30px 20px 0;
	height: 242px;
}
.access_image {
	height: auto;
}
.access_image img {
	width: 100%;
	max-width: 440px;
	box-sizing: border-box;
}
.gmap_link {
	margin: 10px 0 20px;
	padding: 0 20px 0 0;
	width: auto;
	font-size: 0.9285714285714285em;
	text-align: right;
}
.gmap_link a {
	color: #00A99D;
	text-decoration: underline;
}
.gmap_link a:hover {
	text-decoration: none;
}
/***** service *****/
#service h3 {
	margin: 20px 0 0;
	padding-left: 20px;
	text-align: left;
}
#service ul {
	padding-left: 30px;
	text-align: left;
}
#service li {
	list-style-type: none;
}
#service img {
	padding: 0 20px;
	width: 100%;
	max-width: 440px;
	box-sizing: border-box;
}
/***** job table *****/
.job {
	margin: 0 20px 30px;
	border: 1px solid #ccc;
}
.job caption {
	padding: 10px;
	background-color: #333;
	color: #fff;
	font-size: 1.1428571428571428em;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.05em;
}
.job .even {
	background-color: #FAFAFA;
}
.job tr td {
	padding: 10px;
	border-width: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	line-height: 150%;
}
.job tr:first-child td:first-child {
	width: 20%;
}
.job tr td.sec {
	border-top: 0;
	background: url(../images/dots.gif) left -1px repeat-x;
}
.job tr td.center {
	text-align: center;
}
/***** contact *****/
#contact dd {
	padding-left: 10px;
}
#contact dd input[type="text"] {
	padding: 12px 10px;
	width: 100%;
	max-width: 200px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #FAFAFA;
}
#contact dd textarea {
	padding: 12px 10px;
	width: 100%;
	max-width: 260px;
	height: 225px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #FAFAFA;
}
#contact dd p {
	padding: 15px 0 10px;
}
#contact dd p input {
	padding: 12px 10px;
	width: 100%;
	max-width: 280px;
	border: none;
	border-radius: 3px;
	background-color: #333;
	color: #fff;
}
.err {
	color: #C1272D;
}
/***** privacy *****/
#business > dl,
#privacy > dl {
	margin: 0 0 20px;
	padding: 0 20px;
	line-height: 150%;
}
#privacy > dl:last-child {
	margin-bottom: 30px;
}
#business dl dt,
#privacy dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#business dl dd,
#privacy dl dd {
	margin-left: 10px;
	text-align: justify;
	text-justify: distribute;
}
#business dl dd dl,
#privacy dl dd dl {
	margin: 10px 0 0;
}
#business dl dd dl,
#privacy dl dd dd {
	line-height: 150%;
}
/**************** footer ***************/
footer {
	padding: 30px 20px;
	background-color: #333;
	color: #CCC;
	text-align: center;
	letter-spacing: 0.05em;
}
footer address {
	font-style: normal;
	font-size: 0.6875em;
}
/************ Media Queries ************/
@media only screen and (min-width: 768px) {
	.rslides .copy {
		display: block;
		position: absolute;
		top: 50%;
		bottom: 50%;
		left: 50px;
		margin: auto 0;
		width: 550px;
		height: 243px;
	}
	.col_half {
		width: 50%;
	}
	#service img {
		padding: 0;
	}
	.gmap_link {
		padding: 0 0 0 20px;
		width: 440px;
	}
	.job tr td {
		padding: 20px;
	}
	#contact dd input[type="text"] {
		max-width: 200px;
	}
	#contact dd textarea {
		max-width: 800px;
	}
	#contact dd p input {
		max-width: 300px;
	}
}
@media only screen and (min-width: 960px) {
	body {
		margin: 0 auto;
		width: 960px;
	}
	header h1 {
		float: left;
	}
	header nav ul {
		float: right;
		margin: 36px 30px 20px;
	}
	.col_half {
		width: 50%;
	}
	#access {
		position: relative;
		float: right;
		width: 50%;
	}
	#gmap, .access_image {
		width: 440px;
	}
	#about {
		float: left;
		width: 50%;
	}
}
/*************** elements **************/
.background {
	background: #fff url(../images/background.png);
}
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	font-size: 0.9em;
}
#pagetop a {
	display: block;
	padding: 20px 0;
	width: 60px;
	border-radius: 5px;
	background-color: rgba(99, 99, 99, 0.5);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#pagetop a:hover {
	background-color: rgba(99, 99, 99, 0.8);
	text-decoration: none;
}
/***** align *****/
.align-left   { text-align: left; }
.align-center { text-align: center; }
.align-right  { text-align: right; }
