@charset "utf-8";

/* 
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 {
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav 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;
}

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;
	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;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*format
--------------------------------------------------------------------*/
body {
	background: url(../images/body-bg.png) repeat 0 0;

	font-size:13px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* header
--------------------------------------------------------------------*/
#header {
	background: #fff;
	padding: 14px 0;
	border-bottom: 1px solid #dfdfdf;
}

#header > div {
	max-width: 1000px;
	margin: 0 auto;
}
#header .sub {
	width: 1000px;
	margin: 0 auto 16px auto;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

/* footer
--------------------------------------------------------------------*/
#footer {
	padding: 10px;
	text-align: center;
}
.copyright {
  background: #444;
  max-width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}

.footer-link{
  margin-top: 0;
  background: #e9e9e9;
  padding: 20px;
}
.footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}
.footer-link ul li{
	float: left;
}
.footer-link ul li a{
	color:#444444;
	font-size: 16px;
	padding: 0 20px;
	background-image: url("../images/arw_right_tri.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}
.footer-link ul li a:hover{
	color:#444444;
}

/* content
--------------------------------------------------------------------*/
#container {
	min-width:320px;
}

#content {
	padding:20px 10px;
}

.section {
	max-width: 1000px;
	margin:0 auto;
	background-color: #fff;
	border: 1px solid #b0b0b0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.section_inner {
	background-color: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.section .header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
}

.section .header .title {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #fff;
}

.section .header h2 {
	margin: 10px;
	font-size: 16px;
	font-weight: normal;
	border-left: 3px solid #192c7f;
	padding: 4px 10px;
	color: #192c7f;
}

.section .header .title-note {
	float:right;
	font-size: 80%;
	vertical-align: bottom;
}

.section .body {
	padding: 15px 10px;
}

.section.info_text {
	border: none;
	padding: 20px 0;
	background: transparent;
}

.section.info_text .body {
	padding: 10px 20px;
	background: #000066;
	display: inline-block;
	color: #fff;
	font-size: 18px;
}

.section.bottom {
	background-color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 50px 0;
	text-align: center;
	border: none;
	width: auto;
	max-width: none;
	background: transparent;
}

.attr {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	word-wrap: break-word;
}

.attr div.label{
	/*border-left: 4px solid #192c7f;*/
	line-height: 1;
	padding-left: 4px;
	margin-bottom: 5px;
	color: #192c7f;
	font-size: 100%;
	border: 0px;
}

.attr span.label{
	padding-right: 4px;
	color: #6a6a6a;
}
.req-mark {
    padding: 2px 4px;
    vertical-align: middle;
}

/* form
--------------------------------------------------------------------*/
.w_name {width:200px;}
.w_tel {width:200px;}
.w_mail {width:200px;}
.w_add {width:300px;}
.w_school {width:200px;}
.w_year {width:50px;}
.w_month {width:30px;}
.w_acnum {width:200px;}
.w_date {width:90px;}

.errorMessage {
	color: red;
	display: block;
	padding: 0 2px;
	font-weight: bold;
}

span.description {
	font-size:90%;
	color: #6a6a6a;
	display: block;
}

.attr.zip span {
	display: block;
	font-size:90%;
}

.attr.zip .errorMessage {
	display: inline;
}

.attr.zip input[type="text"] {
	width:100px;
}

input {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin-bottom:2px;
}
input.ime-active		{ ime-mode:active; }
input.ime-inactive		{ ime-mode:inactive; }
input.ime-disabled		{ ime-mode:disabled; }
textarea.ime-active		{ ime-mode:active; }
textarea.ime-inactive	{ ime-mode:inactive; }
textarea.ime-disabled	{ ime-mode:disabled; }
select.ime-disabled		{ ime-mode:disabled; }

input.currency			{ ime-mode:disabled; }
input.time				{ ime-mode:disabled; }
input.hour				{ ime-mode:disabled; }

input.readonly			{ background-color:#f9f4d1; }
textarea.readonly		{ background-color:#f9f4d1; }

input.helper			{ background-color:#ffd6e4; }
input.helper[disabled]	{ background-color:#EBEBE4; }

input.focus:focus {
	border:1px solid #FF6600;
	background-color:#FFFFCC;
}


span.cb_on {
	padding:5px 5px 5px 20px !important;
	margin:0 1px 5px 1px;
	color:#fff;
	line-height:1;
	background:#0d51a6 url(../image/form/self/check_icon.png) no-repeat 2px center;
	cursor:default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
	display: inline-block;
}

span.cb_off {
	padding:5px 5px 5px 20px !important;
	margin:0 1px 5px 1px;
	line-height:1;
	background:transparent url(../image/form/self/check_off_icon.png) no-repeat 2px center;
	cursor:pointer;
	display: inline-block;
}

span.cb_off:hover {
	color:#1b8dee;
}
span.ra_on {
	padding:5px 5px 5px 20px !important;
	margin:0 1px 5px 1px;
	color:#fff;
	line-height:1;
	background:#0d51a6 url(../image/form/self/radio_icon.png) no-repeat 2px center;
	cursor:default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
	display: inline-block;
}

span.ra_off {
	padding:5px 5px 5px 20px !important;
	margin:0 1px 5px 1px;
	line-height:1;
	background:transparent url(../image/form/self/radio_off_icon.png) no-repeat 2px center;
	cursor:pointer;
	display: inline-block;
}

span.ra_off:hover {
	color:#1b8dee;
}

/*---*/
input[type="text"] {
	-webkit-appearance: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #acacac;
	padding: 4px 4px;
	font-size: 14px;
}



input[type="button"] {
	-webkit-appearance: none;
	padding: 10px 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	color: #fff;
	background-color: #000066;
	border-color: #000066;
	display: block;
	width: 90%;
	max-width: 555px;
	margin: 0 auto;
	font-size: 24px;
	transition: background-color 0.2s;
	background-image: url("../images/arw_right_white.png");
	background-repeat: no-repeat;
	background-position: center right 8px;
	margin-bottom: 10px;
}
input[type="button"]:hover {
	background-color: rgba(211, 211, 240, 0.7);
	border-color: #000066;
	color: #000066;
	background-image: url("../images/arw_right_blue.png");

}

input[type="button"].btn_prev {
	border: 1px solid #909090;
	background: #fff;
	color: #000066;
}
input[type="button"].btn_prev:hover {
	border: 1px solid #909090;
	background: #fff;
}
input[type="button"]:disabled {
	background: #909090 !important;
	border: 1px solid #c0c0c0 !important;
	cursor: default;
}

input[type="button"].btn-zipcode-search {
	font-size: inherit;
	width: 8em;
	padding: .5em;
	background-image: none;
	display: inline-block;
}

input[type="text"]:disabled {
	background-color: #e5e5e5;
}

select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #acacac;
	padding: 4px 4px;
	font-size: 14px;
	margin-bottom:2px;
}

select:disabled {
	background-color: #e5e5e5;
}

@media screen and (max-width: 810px) {
	#staffAccount_bankCode,
	#bank_branch_code {
		width: 200px;
	}
	.w_name {width:200px;}
	.w_tel {width:200px;}
	.w_mail {width:200px;}
	.w_add {width:240px;}
	.w_school {width:200px;}
	.w_year {width:50px;}
	.w_month {width:30px;}
	.w_acnum {width:200px;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (min-resolution: 200dpi) {
	/*
	#header h1{
		background: url(../images/logo_x2.png) no-repeat 0 0;
		-webkit-background-size:269px 19px;
		-moz-background-size:269px 19px;
		background-size:269px 19px;
	}
	.section .header {
		background: url(../images/title_bg_x2.png) repeat-x left center;
		-webkit-background-size:25px 500px;
		-moz-background-size:25px 500px;
		background-size:25px 500px;
	}
	.section .header h2 {
		background: url(../images/title_ring_x2.png) no-repeat 5px 10px;
		-webkit-background-size:15px 15px;
		-moz-background-size:15px 15px;
		background-size:15px 15px;
	}
	*/
	span.cb_on {
		background:#0d51a6 url(../images/check_icon_x2.png) no-repeat 2px center;
		-webkit-background-size:16px 16px;
		-moz-background-size:16px 16px;
		background-size:16px 16px;
	}
	span.cb_off {
		background:transparent url(../images/check_off_icon_x2.png) no-repeat 2px center;
		-webkit-background-size:16px 16px;
		-moz-background-size:16px 16px;
		background-size:16px 16px;
	}
	span.ra_on {
		background:#0d51a6 url(../images/radio_icon_x2.png) no-repeat 2px center;
		-webkit-background-size:16px 16px;
		-moz-background-size:16px 16px;
		background-size:16px 16px;
	}
	span.ra_off {
		background:transparent url(../images/radio_off_icon_x2.png) no-repeat 2px center;
		-webkit-background-size:16px 16px;
		-moz-background-size:16px 16px;
		background-size:16px 16px;
	}
}
