@charset "UTF-8";

/* ==========================================
 Reset
========================================== */
/* 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 {
	display:block;
	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;
}
legend {
	display: none;
}
hr {
	border: 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;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
	/*margin: 1.61em 0 0 0;*/
	margin: 1em 0 0 0;
}
label {
	cursor: pointer;
}

/* ==========================================
 Base
========================================== */

/* Base Setting
------------------------------------------ */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #ffffff;
}
body,
input[type="text"],
select {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.61;
}

/* link */
a:link {
	color: #004091;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #3399ff;
	text-decoration: none;
}
a:active {
	color: #3399ff;
	text-decoration: none;
}

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

/* ==========================================
 General
========================================== */

/* Align
------------------------------------------ */
.aC {
  text-align: center !important;
}
.aR {
  text-align: right !important;
}
.aL {
  text-align: left !important;
}

.vaT {
	vertical-align: top !important;
}
.vaM {
	vertical-align: middle !important;
}
.vaB {
	vertical-align: bottom !important;
}

/* Width
------------------------------------------ */

/* % */
.wAuto {
	width: auto !important;
}
.w001per {
	width: 1% !important;
}
.w002per {
	width: 2% !important;
}
.w003per {
	width: 3% !important;
}
.w004per {
	width: 4% !important;
}
.w005per {
	width: 5% !important;
}
.w006per {
	width: 6% !important;
}
.w007per {
	width: 7% !important;
}
.w008per {
	width: 8% !important;
}
.w009per {
	width: 9% !important;
}
.w010per {
	width: 10% !important;
}
.w011per {
	width: 11% !important;
}
.w012per {
	width: 12% !important;
}
.w013per {
	width: 13% !important;
}
.w014per {
	width: 14% !important;
}
.w015per {
	width: 15% !important;
}
.w016per {
	width: 16% !important;
}
.w017per {
	width: 17% !important;
}
.w018per {
	width: 18% !important;
}
.w019per {
	width: 19% !important;
}
.w020per {
	width: 20% !important;
}
.w021per {
	width: 21% !important;
}
.w022per {
	width: 22% !important;
}
.w023per {
	width: 23% !important;
}
.w024per {
	width: 24% !important;
}
.w025per {
	width: 25% !important;
}
.w026per {
	width: 26% !important;
}
.w027per {
	width: 27% !important;
}
.w028per {
	width: 28% !important;
}
.w029per {
	width: 29% !important;
}
.w030per {
	width: 30% !important;
}
.w031per {
	width: 31% !important;
}
.w032per {
	width: 32% !important;
}
.w033per {
	width: 33% !important;
}
.w034per {
	width: 34% !important;
}
.w035per {
	width: 35% !important;
}
.w036per {
	width: 36% !important;
}
.w037per {
	width: 37% !important;
}
.w038per {
	width: 38% !important;
}
.w039per {
	width: 39% !important;
}
.w040per {
	width: 40% !important;
}
.w041per {
	width: 41% !important;
}
.w042per {
	width: 42% !important;
}
.w043per {
	width: 43% !important;
}
.w044per {
	width: 44% !important;
}
.w045per {
	width: 45% !important;
}
.w046per {
	width: 46% !important;
}
.w047per {
	width: 47% !important;
}
.w048per {
	width: 48% !important;
}
.w049per {
	width: 49% !important;
}
.w050per {
	width: 50% !important;
}
.w051per {
	width: 51% !important;
}
.w052per {
	width: 52% !important;
}
.w053per {
	width: 53% !important;
}
.w054per {
	width: 54% !important;
}
.w055per {
	width: 55% !important;
}
.w056per {
	width: 56% !important;
}
.w057per {
	width: 57% !important;
}
.w058per {
	width: 58% !important;
}
.w059per {
	width: 59% !important;
}
.w060per {
	width: 60% !important;
}
.w061per {
	width: 61% !important;
}
.w062per {
	width: 62% !important;
}
.w063per {
	width: 63% !important;
}
.w064per {
	width: 64% !important;
}
.w065per {
	width: 65% !important;
}
.w066per {
	width: 66% !important;
}
.w067per {
	width: 67% !important;
}
.w068per {
	width: 68% !important;
}
.w069per {
	width: 69% !important;
}
.w070per {
	width: 70% !important;
}
.w071per {
	width: 71% !important;
}
.w072per {
	width: 72% !important;
}
.w073per {
	width: 73% !important;
}
.w074per {
	width: 74% !important;
}
.w075per {
	width: 75% !important;
}
.w076per {
	width: 76% !important;
}
.w077per {
	width: 77% !important;
}
.w078per {
	width: 78% !important;
}
.w079per {
	width: 79% !important;
}
.w080per {
	width: 80% !important;
}
.w081per {
	width: 81% !important;
}
.w082per {
	width: 82% !important;
}
.w083per {
	width: 83% !important;
}
.w084per {
	width: 84% !important;
}
.w085per {
	width: 85% !important;
}
.w086per {
	width: 86% !important;
}
.w087per {
	width: 87% !important;
}
.w088per {
	width: 88% !important;
}
.w089per {
	width: 89% !important;
}
.w090per {
	width: 90% !important;
}
.w091per {
	width: 91% !important;
}
.w092per {
	width: 92% !important;
}
.w093per {
	width: 93% !important;
}
.w094per {
	width: 94% !important;
}
.w095per {
	width: 95% !important;
}
.w096per {
	width: 96% !important;
}
.w097per {
	width: 97% !important;
}
.w098per {
	width: 98% !important;
}
.w099per {
	width: 99% !important;
}
.w100per {
	width: 99% !important;
}

/* margin
------------------------------------------ */
.mt0{
	margin-top: 0 !important;
}

/* other
------------------------------------------ */
.disNone{
	color: #fff;
}


/* ==========================================
 radiocm
========================================== */

/* Table
------------------------------------------ */
@media only screen and (min-width:768px) {table.radiocm {width: 460px;}}
@media only screen and (max-width:767px) {table.radiocm {width: 100%;}}
table.radiocm {
  border-collapse:separate;
  border-spacing: 5px;
  margin: 30px auto 10px auto;
}
table.radiocm th,table.radiocm td {
  border-radius: 5px;
  vertical-align: middle;
  line-height: 1.75;
  padding: 15px;
}
table.radiocm th {
  background-color: #D6F3F3;
  color: #289595;
  text-align: center;
}
table.radiocm td {
  background-color: #E7F8F8;
  text-align: left;
}