@charset "utf-8";

/* ======================
 * Base CSS
======================= */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
=========================================*/
/*----- for HTML5 -----*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
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 #000;
	cursor:help;
}
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 {
	vertical-align:middle;
}

/* Costom Reset
=========================================*/
/*----- for HTML5 -----*/
main {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr, legend {
	display: none;
}
time {
	display: block;
}
sub, sup{ 
	position: relative;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* For Reader
=========================================*/
/* voiceGuide */
.aural {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


/* Base Setting
=========================================*/
/*----- for HTML5 -----*/
/* page */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.61;
}
div *:first-child {
	margin-top: 0;
}

/* link */
a:link {
	color: #005eae;
	text-decoration: none;
}
a:visited {
	color: #51257e;
	text-decoration: none;
}
a:hover {
	color: #005eae;
	text-decoration: underline;
}
a:active {
	color: #005eae;
	text-decoration: underline;
}

/* img */
img {
  max-width: 100%;
  vertical-align: bottom;
}
.opRollover:hover {
	cursor: pointer;
}

/* form */
input,textarea {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
/* modal */
.modalContents {
/*	display: none;*/
position: relative;
}
.modalContents #topClose {
	position: absolute;
	top: 5px;
	right: 10px;
}
.modalContents #topClose a {
	font-weight: bold;
}
.modalContents > div > .heading02 {
	padding-right: 100px;
}
.modalContents #topEdit {
	position: absolute;
	top: 5px;
	right: 60px;
	padding-right: 15px;
}
.modalContents #topEdit a {
	font-weight: bold;
}


/* Align
=========================================*/
.aR {text-align: right !important;}
.aC {text-align: center !important;}
.aL {text-align: left !important;}
.vT {vertical-align:top !important;}
.vM {vertical-align:middle !important;}
.vB {vertical-align:bottom !important;}


/* Margin, Padding
=========================================*/
.firstChild {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}


/* Width
=========================================*/

.w50 {width: 50px !important;}
.w60 {width: 60px !important;}
.w70 {width: 70px !important;}
.w80 {width: 80px !important;}
.w90 {width: 90px !important;}
.w100 {width: 100px !important;}
.w150 {width: 150px !important;}
.w200 {width: 200px !important;}
.w250 {width: 250px !important;}
.w300 {width: 300px !important;}
.w350 {width: 350px !important;}
.w400 {width: 400px !important;}
.w450 {width: 450px !important;}
.w500 {width: 500px !important;}
.w550 {width: 550px !important;}
.w600 {width: 600px !important;}


/* % */
.w001p {width: 1% !important;}
.w002p {width: 2% !important;}
.w003p {width: 3% !important;}
.w004p {width: 4% !important;}
.w005p {width: 5% !important;}
.w006p {width: 6% !important;}
.w007p {width: 7% !important;}
.w008p {width: 8% !important;}
.w009p {width: 9% !important;}
.w010p {width: 10% !important;}
.w011p {width: 11% !important;}
.w012p {width: 12% !important;}
.w013p {width: 13% !important;}
.w014p {width: 14% !important;}
.w015p {width: 15% !important;}
.w016p {width: 16% !important;}
.w017p {width: 17% !important;}
.w018p {width: 18% !important;}
.w019p {width: 19% !important;}
.w020p {width: 20% !important;}
.w021p {width: 21% !important;}
.w022p {width: 22% !important;}
.w023p {width: 23% !important;}
.w024p {width: 24% !important;}
.w025p {width: 25% !important;}
.w026p {width: 26% !important;}
.w027p {width: 27% !important;}
.w028p {width: 28% !important;}
.w029p {width: 29% !important;}
.w030p {width: 30% !important;}
.w031p {width: 31% !important;}
.w032p {width: 32% !important;}
.w033p {width: 33% !important;}
.w034p {width: 34% !important;}
.w035p {width: 35% !important;}
.w036p {width: 36% !important;}
.w037p {width: 37% !important;}
.w038p {width: 38% !important;}
.w039p {width: 39% !important;}
.w040p {width: 40% !important;}
.w041p {width: 41% !important;}
.w042p {width: 42% !important;}
.w043p {width: 43% !important;}
.w044p {width: 44% !important;}
.w045p {width: 45% !important;}
.w046p {width: 46% !important;}
.w047p {width: 47% !important;}
.w048p {width: 48% !important;}
.w049p {width: 49% !important;}
.w050p {width: 50% !important;}
.w051p {width: 51% !important;}
.w052p {width: 52% !important;}
.w053p {width: 53% !important;}
.w054p {width: 54% !important;}
.w055p {width: 55% !important;}
.w056p {width: 56% !important;}
.w057p {width: 57% !important;}
.w058p {width: 58% !important;}
.w059p {width: 59% !important;}
.w060p {width: 60% !important;}
.w061p {width: 61% !important;}
.w062p {width: 62% !important;}
.w063p {width: 63% !important;}
.w064p {width: 64% !important;}
.w065p {width: 65% !important;}
.w066p {width: 66% !important;}
.w067p {width: 67% !important;}
.w068p {width: 68% !important;}
.w069p {width: 69% !important;}
.w070p {width: 70% !important;}
.w071p {width: 71% !important;}
.w072p {width: 72% !important;}
.w073p {width: 73% !important;}
.w074p {width: 74% !important;}
.w075p {width: 75% !important;}
.w076p {width: 76% !important;}
.w077p {width: 77% !important;}
.w078p {width: 78% !important;}
.w079p {width: 79% !important;}
.w080p {width: 80% !important;}
.w081p {width: 81% !important;}
.w082p {width: 82% !important;}
.w083p {width: 83% !important;}
.w084p {width: 84% !important;}
.w085p {width: 85% !important;}
.w086p {width: 86% !important;}
.w087p {width: 87% !important;}
.w088p {width: 88% !important;}
.w089p {width: 89% !important;}
.w090p {width: 90% !important;}
.w091p {width: 91% !important;}
.w092p {width: 92% !important;}
.w093p {width: 93% !important;}
.w094p {width: 94% !important;}
.w095p {width: 95% !important;}
.w096p {width: 96% !important;}
.w097p {width: 97% !important;}
.w098p {width: 98% !important;}
.w099p {width: 99% !important;}
.w100p {width: 100% !important;}


