@charset "utf-8";

/* Reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #005DAC;
}


/* Reset CSS end */


/* ヘッダーロゴ */
h1, #logoFoot, #copyRight {
	text-align: center;
}

h1 {
	margin: 14px 0;
}

/* 左右余白（メインコンテンツ） */
#container {
	padding: 40px 0 72px;
}

/* フッター */
#logoFoot {
	margin-bottom: 13px;
}

#footBox {
	background: #F9F9F9;
	padding: 16px 0;
	text-align: center;
}

/* フッターリンク */
#footLink {
	margin-top: 16px;
}

#footLink a {
	display: inline-block;
	margin-right: 20px;
	line-height: 3;
	font-size: 1.2rem;
}

#footLink #compLink {
	margin-right: 0;	
}

/* コピーライト */
#copyRight {
	background: #005DAC;
	padding: 8px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ページトップ */

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
     

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
}

     

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* ナビ */
header { 
	postion: relative;
}

.button-toggle {
    position: absolute;
	top : 16px;
	right: 5%;
    width: 32px;
    height: 32px;
    color: #333;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
	font-size: 1.5rem;
	background: #ccc;
	line-height: 32px;
}

.active {
    color: #fff;
    background: #005DAD;
}
.ttl {
    font-size: 90%;
    float: left;
    height: 5px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.ttl a {
    color: #fff;
    text-decoration: none;
}
.menu {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: #ccc;
    overflow: hidden;
}
.menu a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
}

#menuInq {
	background: #005DAD;
}

#menuInq a {
	color: #fff;
}