@charset "euc-jp";

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

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-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body, div, p
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	/*border-spacing:0;*/
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}

.clear {
	clear: both;
}

/* サイト共通
------------------------------------------------- */
body {
	font-size: 100%;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS P ゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	background: #fff url(../images/bg.png) center top repeat-y;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
a, a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
address {
	font-style: normal;
}
.wrap {
	width: 980px;
	margin: 0 auto;
}

/* ヘッダ
============================ */
header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dbdbdb;
	position: fixed;
	z-index: 30;
}
header .wrap {
	width: 1200px;
	margin: 0 auto;
	height: 91px;
	padding: 31px 0 0 0;
	box-sizing: border-box;
	text-align: left;
}

/* コンテンツエリア
============================ */
#contentsArea {
	padding-top: 97px;
}
#contentsArea h1 {
	padding: 105px 0 79px;
	font-size: 32px;
	color: #0075c1
}
#contentsArea h1 span {
	display: block;
	font-size: 12px;
	margin-top: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
/* Google Fonts */
/*
* "Roboto" licensed under the Apache License, Version 2.0
* https://fonts.google.com/specimen/Roboto
* https://www.google.com/fonts/attribution
* http://www.apache.org/licenses/LICENSE-2.0
*/

/* フッタ
============================ */
footer {
	background: #fff;
	margin-top: 197px;
	min-width: 1200px;
	border-top: 1px solid #e5e5e5;
	font-size: 10px;
	text-align: center;
	padding: 16px 0 23px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

/* ページの先頭へ
============================ */
#scrollUp {
	bottom: 40px;
	right: 40px;
	background: #4e4f50;
	color: #fff;
	text-decoration: none;
	opacity: .95;
	width: 58px;
	height: 58px;
	-webkit-backface-visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: background 1.2s linear;
	-moz-transition: background 1.2s linear;
	-o-transition: background 1.2s linear;
	transition: background 1.2s linear;
	position: relative;
}
#scrollUp::before {
	position: absolute;
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26px;
	left: 23px;
}
#scrollUp:hover {
	opacity: 0.7;
}