@charset "Shift-JIS";

/*------------------------------------*\
	Reset
\*------------------------------------*/

/**
 * normalize.css v3.0.3 (Excerpt)
 * https://github.com/necolas/normalize.css
 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*------------------------------------*\
	Base
\*------------------------------------*/

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	line-height: 1.5;
	background: url(bg_body.gif) repeat-x 0 75px;
	color: #333;
	font-family: Meiryo,'MS PGothic',sans-serif;
	font-size: 75%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0 0 1em;
}

ul,ol {
	padding-left: 20px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dl,
dd {
	margin: 0;
}

label {
	cursor: pointer;
}

table th {
	font-weight: normal;
	text-align: left;
}

small {
	font-size: 92%;
}

img {
	vertical-align: middle;
}

a {
	color: #1a65d4;
	text-decoration: underline;
}

a:visited {
	color: #994bb2;
}

a:hover {
	color: #07b7d7;
}


/*------------------------------------*\
	Layout
\*------------------------------------*/

/**
 * Container
 */
.l-container {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * Header
 */
.logo {
	margin-left: -21px;
}

/**
 * Footer
 */
.l-footer {
	margin-top: 15px;
	padding: 15px 0 20px;
	border-top: 1px solid #cee1ec;
}

.footer-links {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li {
	float: left;
	margin-right: 12px;
	font-size: 10px;
}

.footer-links a {
	padding-left: .8em;
	background: url(data:image/gif;base64,R0lGODlhAwAFAIAAAIGBgf///yH5BAEHAAEALAAAAAADAAUAAAIFRG4YlgUAOw==) no-repeat 2px .5em;
	color: #8998a2;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.copyright {
	float: right;
	margin-top: -3px;
	margin-right: -4px;
}

/**
 * Main
 */
.l-main {
	padding-top: 40px;
	background: url(bg_main.gif) no-repeat 50% 0;
}


/*------------------------------------*\
	Components
\*------------------------------------*/

/**
 * Headings
 */
.h1 {
	margin-bottom: 30px;
	padding: 0 0 1px 1.4em;
	background: url(data:image/gif;base64,R0lGODlhGQAZANUAAACkn2bIxa7i4RitqEK8uI3W1M/u7YTT0SeyrrTk43jPzJnb2czt7Njx8HXOyy20sB6vqofU0ki+upDX1Zzc2n7RztLv7t7z84rV0wOloDC1sZPY1iGwqyqzrxuuqdXw77Hj4oHS0HvQzUu/u2nJx7fl5J/d20W9uf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHACgALAAAAAAZABkAAAa7QJRwOGwsDoHDokFsOlERDmBKBXAwz6ZgUO1OB4IsSuEtTw/PinmNJgrW8ATRUx5NFpNRGTI8eDUfTRYPXlgodFUaYoRVDygMXRmBWQYZXRcbXSNiQiddFA5dhmIRXSIkXSacKAtdDqFVo1mlVSKZVZucBJ+QVRkWYgZewIhUjlkdXRxCtI0GggheBUPFVRIFCwUSe0QgcGYZckQh314RT37lU+dZAhDfECWrKAXRXggT80QXeAF3F2KCAAA7) no-repeat 0 2px;
	color: #181042;
	font-size: 190%;
	font-weight: bold;
}

.h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 7px;
	line-height: 1.2;
	background: url(bg_h2_btm.gif) no-repeat left bottom;
	color: #0c0c0c;
	font-size: 150%;
	font-weight: bold;
}

.h2 > span {
	display: block;
	padding: 8px 10px 0 25px;
	background: url(bg_h2_top.gif) no-repeat;
}

.h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 3px 0 3px 1.2em;
	line-height: 1.5em;
	border-bottom: 3px solid #ccdbe4;
	background: url(data:image/gif;base64,R0lGODlhCwALAIAAAFp11gAAACH5BAAHAP8ALAAAAAALAAsAAAIKhI+py+0Po5ygAAA7) no-repeat 0 .6em;
	color: #140e36;
	font-size: 141%;
	font-weight: bold;
}

/**
 * Text
 */
.text-danger {
	color: #ce0000;
}

/**
 * Link arrow
 */
.arrow {
	display: inline-block;
	padding-left: 1.5em;
	background: url(data:image/gif;base64,R0lGODlhCwALAMQAAP///+76/Oz5/Ob3+8Lt9bzr9HrX6XHU6G/U52nS5jrE3im/3Ca+2yS92yG82h672hO42AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAALAAsAAAU3IAAMhgIpxiACxAO970MAAgPfTIDAwA0hi1sPFvQNXzYeLqG8JQYN36uhKjh8jsJqcDApDipACAA7) no-repeat 2px .3em;
}

/**
 * Table
 */
.table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #c5d3dd;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
	padding: 13px 15px;
	border-bottom: 1px solid #c5d3dd;
}

.table > tbody > tr > th {
	background-color: #e5f3fc;
	font-weight: bold;
}

.table > thead th {
	border-right-width: 1px;
	text-align: center;
}

.table > tbody > tr > td {
	border-left: 1px solid #c5d3dd;
}

.table td > p:first-child {
	margin-top: 0;
}

.table th.is-active,
.table td.is-active {
	padding-left: 13px;
	border-left: 1px solid #c5d3dd;
	background-color: #f5f5f5;
}

.th-item {
	display: table-cell;
	vertical-align: middle;
}

.th-item:first-child {
	width: 100%;
	padding-right: 1em;
}

/**
 * Form
 */
.form-group {
	margin-top: 20px;
}

.table .form-group {
	margin-top: 1em;
}

.table .form-group:first-child {
	margin-top: 0;
}

.form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-label > small {
	font-weight: normal;
}

.radio,
.checkbox {
	display: inline-block;
	min-height: 20px;
	padding-left: 20px;
	cursor: pointer;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
}

.form-indent {
	min-height: 1em;
	margin: 15px 15px 0 30px;
}

.form-control {
	margin: 0;
	padding: 6px 12px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control {
	padding-top: 5px;
	padding-bottom: 4px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control[disabled] {
	background-color: #eee;
	cursor: not-allowed;
}

.form-hint {
	margin-left: 10px;
}

/**
 * Data list
 */
.dl > dt {
	margin-top: 10px;
}

.dl > dt:first-child {
	margin-top: 0;
}

.dl > dd {
	min-height: 1em;
}

/**
 * Labels
 */
.label {
	display: inline-block;
	padding: 4px 6px;
	background-color: #999;
	font-size: 75%;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: .25em;
}

.label-require {
	background-color: #d9534f;
}

/**
 * Alerts
 */
.alert {
	margin-top: 2px;
	color: #ce0000;
	font-weight: bold;
}

.alert.is-active {
	margin-top: 10px;
	padding: 8px 10px;
	border: 1px solid #ce0000;
	background: #fff0f0;
}

td > .alert.is-active {
	margin-bottom: 10px;
}

/**
 * Frame
 */
.frame,
.confirm-frame > ._a {
	display: block;
	padding: 15px;
	border: 3px solid #ddd;
}

.frame > *:first-child {
	margin-top: 0;
}

.frame > *:last-child {
	margin-bottom: 0;
}

.frame-alert {
	border: 2px solid #cc0000;
	background: #fff0f0;
}

/**
 * Well
 */
.well {
	padding: 15px;
	background-color: #f0f0f0;
}

/**
 * Pagetop
 */
.pagetop {
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}

.pagetop a {
	padding-left: 1.7em;
	background: url(data:image/gif;base64,R0lGODlhBwAEAKIAAP///4WFhYODg4GBgX9/fwAAAAAAAAAAACH5BAEHAAAALAAAAAAHAAQAAAMLCEraAqENB2YDIgEAOw==) no-repeat 3px .5em;
	color: #666;
	text-decoration: none;
}

.pagetop a:hover {
	text-decoration: underline;
}

/**
 * Shinsa
 */
.shinsa {
	margin-top: 20px;
	text-align: right;
}

.shinsa span {
	display: inline-block;
	padding: 1px 3px;
	border: 1px solid #c4cbd0;
	color: #95a2ab;
	font-size: 10px;
	text-align: center;
}

/**
 * hr
 */
.hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

.table .hr {
	margin: 1em 0;
}

/**
 * Indent
 */
.indent-a {
	padding-left: 1em;
	text-indent: -1em;
}

.indent-b {
	padding-left: 2.2em;
	text-indent: -2.2em;
}

.indent-c {
	padding-left: 2.8em;
	text-indent: -2.8em;
}

/**
 * Step
 */
.step {
	width: 278px;
	height: 58px;
	margin: 0 auto 30px;
	background-image: url(sp.gif);
	background-repeat: no-repeat;
}

.step-input {
	background-position: 0 -211px;
}

.step-confirm {
	background-position: 0 -269px;
}

.step-finish {
	background-position: 0 -327px;
}

/**
 * Submit area
 */
.submit {
	margin: 60px 0 40px;
	text-align: center;
}

.submit-confirm {
	position: relative;
	overflow: hidden;
}

.submit-confirm ul {
	position: relative;
	right: 50%;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.submit-confirm li {
	position: relative;
	right: -50%;
	float: right;
}

/**
 * Buttons
 */
.btn {
	display: inline-block;
	width: 250px;
	height: 60px;
	margin: 0 20px;
	padding: 0;
	border: 0;
	background-color: #fff;
	background-image: url(sp.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-back {
	background-position: 0 0;
}

.btn-next {
	background-position: 0 -60px;
}

.btn-send {
	background-position: 0 -120px;
}

.btn-close {
	width: 185px;
	height: 31px;
	background-position: 0 -180px;
}

/**
 * Oops..
 */
._a,
._al {
	display: block;
}

.inline ._a,
.inline ._al {
	display: inline;
}


/*------------------------------------*\
	Utility classes
\*------------------------------------*/

/**
 * Clearfix
 */
.u-cf {
	content: "";
	display: table;
	clear: both;
}

/**
 * Image replace
 */
.u-ir {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

/**
 * For screen readers
 */
.u-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/**
 * Hover
 */
.u-hover:hover {
	opacity: .8;
}

/**
 * Margin
 */
.u-m0 { margin: 0; }

.u-mt0 { margin-top: 0; }
.u-mt5 { margin-top: 5px; }
.u-mt10 { margin-top: 10px; }
.u-mt15 { margin-top: 15px; }
.u-mt20 { margin-top: 20px; }
.u-mt25 { margin-top: 25px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }

.u-mr0 { margin-right: 0; }
.u-mr5 { margin-right: 5px; }
.u-mr10 { margin-right: 10px; }
.u-mr15 { margin-right: 15px; }
.u-mr20 { margin-right: 20px; }
.u-mr25 { margin-right: 25px; }
.u-mr30 { margin-right: 30px; }
.u-mr40 { margin-right: 40px; }

.u-mb0 { margin-bottom: 0; }
.u-mb5 { margin-bottom: 5px; }
.u-mb10 { margin-bottom: 10px; }
.u-mb15 { margin-bottom: 15px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb25 { margin-bottom: 25px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }

.u-ml0 { margin-left: 0; }
.u-ml5 { margin-left: 5px; }
.u-ml10 { margin-left: 10px; }
.u-ml15 { margin-left: 15px; }
.u-ml20 { margin-left: 20px; }
.u-ml25 { margin-left: 25px; }
.u-ml30 { margin-left: 30px; }
.u-ml40 { margin-left: 40px; }

/**
 * Padding
 */
.u-p0 { padding: 0; }

.u-pt0 { padding-top: 0; }
.u-pt5 { padding-top: 5px; }
.u-pt10 { padding-top: 10px; }
.u-pt15 { padding-top: 15px; }
.u-pt20 { padding-top: 20px; }
.u-pt25 { padding-top: 25px; }
.u-pt30 { padding-top: 30px; }
.u-pt40 { padding-top: 40px; }

.u-pb0 { padding-bottom: 0; }
.u-pb5 { padding-bottom: 5px; }
.u-pb10 { padding-bottom: 10px; }
.u-pb15 { padding-bottom: 15px; }
.u-pb20 { padding-bottom: 20px; }
.u-pb25 { padding-bottom: 25px; }
.u-pb30 { padding-bottom: 30px; }
.u-pb40 { padding-bottom: 40px; }

/**
 * Size
 */
.u-w10 { width: 10%; }
.u-w15 { width: 15%; }
.u-w20 { width: 20%; }
.u-w25 { width: 25%; }
.u-w30 { width: 30%; }
.u-w33 { width: 33%; }
.u-w35 { width: 35%; }
.u-w40 { width: 40%; }
.u-w45 { width: 45%; }
.u-w50 { width: 50%; }
.u-w55 { width: 55%; }
.u-w60 { width: 60%; }
.u-w65 { width: 65%; }
.u-w66 { width: 66%; }
.u-w70 { width: 70%; }
.u-w75 { width: 75%; }
.u-w80 { width: 80%; }
.u-w90 { width: 90%; }
.u-w100 { width: 100%; }

/**
 * Misc
 */
.u-posr { position: relative; }
.u-posa { position: absolute; }

.u-dn { display: none; }
.u-db { display: block; }
.u-di { display: inline; }
.u-dib { display: inline-block; }
.u-vh { visibility: hidden; }

.u-fwb { font-weight: bold; }
.u-fwn { font-weight: normal; }

.u-fzs { font-size: 83.3%; }
.u-fzm { font-size: 100%; }
.u-fzl { font-size: 116.7%; }

.u-vat { vertical-align: top; }
.u-vam { vertical-align: middle; }
.u-vab { vertical-align: bottom; }

.u-fln { float: none; }
.u-fll { float: left; }
.u-flr { float: right; }

.u-tac { text-align: center; }
.u-tal { text-align: left; }
.u-tar { text-align: right; }

.u-ca { cursor: auto; }
.u-cp { cursor: pointer; }
