@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*iPhoneのフォントサイズ可変を制御*/
html{
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

/*全体のフォントサイズの設定と行の高さをフォントサイズと同じにしています*/
body {
	line-height: 1.5;
	zoom: 1.0;
}


/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	letter-spacing: -0.001em;
	color: #333333;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ul, ol {
	list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	line-height: 1;
	color: #0059AC;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: underline;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	margin: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
	line-height: 0;
	font-size: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/*clear fix*/
.clearfix {
	/zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearOverflow {
	overflow: hidden;
}

.clear{
	clear: both;
}
/*gazou*/
.gazouRight{
	margin-left: 15px;
	float: right;
}

/*display-change*/

/*pc-block-tablet-none-sp-none*/

.display-change-tablet-none{
	display: block;
}

/*pc-block-tablet-block-sp-none*/

.display-change-sp-none{
	display: block;
}

/*pc-none-tablet-block-sp-block*/

.display-change-tablet-block{
	display: none;
}

/*pc-none-tablet-none-sp-block*/

.display-change-sp-block{
	display: none;
}

/*contents*/

.wrap {
	width: 1050px;
	margin: 0 auto;
}

h3{
	font-size:143%;
	margin-bottom:15px;
}

.catch{
	margin-bottom:40px;
}

.current{
	width:1050px;
	margin:0 auto;
}

.current_title1{
	text-align:left;
	margin-bottom:40px;
	float:left;
}

.current_title2{
	margin-left:20px;
	font-size:114%;
	float:left;
}

table{
	width:100%;
}

th{
	vertical-align:top;
}

.button{
	width:420px;
	margin:0 auto;
}

.btn01{
	width:190px;
	margin:0 auto;
	font-size:18px;
	border:#000000 solid 1px;
}

.btn01 a:hover{
	color:#ffffff;
	background:#000000;
}

.btn01 a{
	display:block;
	text-align:center;
	padding:20px;
	text-decoration:none;
	color:#000000;
}

.btn02{
	width:170px;
	margin:0 auto;
	text-align:center;
	font-size:18px;
	border:#000000 solid 1px;
	float:left;
}

.btn02 a:hover{
	color:#ffffff;
	background:#000000;
}

.btn02 a{
	display:block;
	text-align:center;
	padding:10px;
	text-decoration:none;
	color:#000000;
}

.btn03{
	width:190px;
	margin:0 auto;
	font-size:18px;
	border:#000000 solid 1px;
	float:right;
}

.btn03 a:hover{
	color:#ffffff;
	background:#000000;
}

.btn03 a{
	display:block;
	text-align:center;
	padding:20px;
	text-decoration:none;
	color:#000000;
}

.completion{
	text-align:center;
	font-size:18px;
	margin-bottom:40px;
	padding-top:70px;
}

.caution{
	color:#ff0000;
	padding-left:20px;
}

.table_gray{
	background:#f5f4f4;
}


/*header*/

header{
	width:1050px;
	height:90px;
	margin:0 auto;
}

header h1{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

header nav {
	float:right;
	margin-top:50px;
}

header nav li{
	float:left;
	margin-left:40px;
	text-indent:-9999px;
}

header nav li a{
	display:block;
	height:20px;
}

header nav li#about_nav{
	width:85px;
	background:url(../img/about_us.png) no-repeat;
}

header nav li#contact_nav{
	width:110px;
	background:url(../img/contact_us.png) no-repeat;
}

header nav li#recruit_nav{
	width:70px;
	background:url(../img/recruit.png) no-repeat;
}

header #sp_nav_toggle {
	display: none;
}

/*footer*/
footer p#arrow{
	width:50px;
	margin:0 auto;
	padding:70px 0;
}

footer p#footer_logo{
	background:#000000;
	text-align:center;
}

footer p#footer_logo img{
	width:125px;
	padding:20px 0;
}
