@charset "utf-8";

body {
	font-family: 'メイリオ', 'ＭＳ ゴシック';
	background: none repeat scroll 0 0 #ddd;
	font-size: 14px;
	background:#f3f2e9;
	color: #000000;
	line-height: 30px;
 	margin: 0;
	word-break: break-all;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

p {
	margin:0;
	padding:0;
}

a.link1, a.link2 {
	text-decoration: underline;
}
a.link1:link, a.link2:link {
	color: #0000cc;
}
a.link1:visited, a.link2:visited {
	color: #0000cc;
}
a.link1:hover {
	background: none repeat scroll 0 0 #0000cc;
	color: #ffffff;
}
a.link1:active, a.link2:active {
	color: #ffff00;
}

.p_underline {
	text-decoration: underline;
}
.p_red {
	color:red;
}
.page-header-ex {
	margin-left:20px;
	padding: 5px 0;
}
p.selected{
	background: #DFEFFF;
}
p.input_ex, span.input_ex {
	color: #4B4B4B;
	font-size: 85%;
	margin-top: 3px;
}
p.input_ex_red, span.input_ex_red {
	color: red;
	font-size: 85%;
	margin-top: 3px;
}
#copyright {
	text-align:center;
}
#container {
	display: block;
	background-color: #fff;
	margin: auto;
	width: 940px;
}

#header {
	color: #333333;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	margin: auto;
	position: relative;
	text-align: right;
	padding: 15px;
}

#footer {
	padding:20px;
}
#header_line {
	background-color: #aa9231;
	height: 8px;
}
.page-header {
	/*border-bottom: 1px solid #eeeeee;*/
	margin: 20px 0 0;
	padding-bottom: 9px;
}
.padding-top-sm {
	padding-top: 5px !important;
}
.text-default {
	font-weight: normal;
	line-height: 1em;
}
.pull-right {
	float: right;
}
#main {
	padding:25px 30px 15px;
}

/* チェックボックスの余白をなくす */
input[type="checkbox"] {
	margin: -3px 3px 0px 2px;
}

/* ラジオボタンの余白をなくす */
input[type="radio"] {
	margin: -3px 3px 0px 2px;
}

/* テキストボックスの余白をなくす */
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="password"],
.uneditable-input {
	margin-bottom: 0px;
}

/* IE10で右寄せされたtextの入力後に右端が見切れる対策 */
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="password"] {
	padding-right: 0px;
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}
.alert h4 {
	color: inherit;
	/*margin-top: 0;*/
	margin: 5px 0;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	/*margin-top: 5px;*/
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}
.alert-success {
	background-color: #f1f9f7;
	border-color: #e0f1e9;
	color: #1d9d74;
}
.alert-success hr {
    border-top-color: #ceeadc;
}
.alert-success .alert-link {
    color: #157254;
}
.alert-info {
    background-color: #f0f9ff;
    border-color: #ccf3ff;
    color: #007dbc;
}
.alert-info hr {
    border-top-color: #b3edff;
}
.alert-info .alert-link {
    color: #005b89;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #515150;
	padding:15px;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
	padding:10px;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert-orange {
	background-color: #F29900;
	border: 2px solid #D98100;
	color: #ffffff;
	padding:10px;
}
.alert-blue {
	background-color: #31a1a7;
	border: 2px solid #2f7d81;
	color: #ffffff;
	padding:10px;
}
.alert-danger1 {
	margin: 10px auto;
	padding: 50px;
	width: 466px;
	border: 3px solid #ffadad;
	text-align: center;
	font-size: 18px;
}
.alert-err {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding:10px;
}
.alert-err p{
	margin: 0;
	padding: 0;
	margin-left: 22px;
}
span.order_id {
	font-weight:bold;
	font-size:30px;
	color:red;
}
table.table_info{
	border-collapse: collapse;
	width:100%;
}
table.table_info th {
	font-weight: normal;
	padding: 5px;
	text-align: left;
	border: 1px solid #C89D68;
}
table.table_blue th {
	background-color: #5e96d2;
	border: 1px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
table.table_info td {
	padding: 5px;
	text-align: left;
	border: 1px solid #C89D68;
}
table.table_info td.selected {
	background: #DFEFFF;
}
table.table_info td.err {
	background: #EFDFE0;
}
table.table_blue td {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
table.table_blue tr.line1 {
	background-color: #D9EBFE;
}
table.table_blue tr.line2 {
	background-color: #F1F5FC;
}
table.table_input th,table.table_input td {
	padding:8px;
}
table.table_input th {
	width:220px;
	background-color: #C89D68;
	color:#fff;
	font-weight:bold;
}
table.table_input th.no_required {
	background: none;
}
table.table_input th.required {
	background-image: url("../images/must.png");
	background-position: 98% center;
	background-repeat: no-repeat;
}
table.table_order_info td {
	text-align: center;
}
label.products {
	font-size:14px;
}
label.stores {
	font-size:14px;
	color:#858585;
}
label.products img{
	vertical-align: middle;
	margin-left:5px;
}
form.former label {
	display: inline-block;
}
.label_l {
	width: 195px;
}
.label_m {
	width: 135px;
}
.label_s {
	width: 80px;
}
span.required {
	color:red;
}
p.page-header-ex label {
	display: inline-block;
	width: 100px;
}
label.required {
	background: url("../images/button_form_must.png") no-repeat scroll 145px center transparent;
}
ul.products_block {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.products_block li {
	float: left;
}
ul.products_block li.first {
	line-height:50px;
	margin-right: 5px;
}
ul.order_info {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:96%;
	/*font-size: 14px;*/
	font-size: 16px;
}
ul.order_info li{
	margin-left:30px;
	line-height:50px;
	border-bottom: 1px dashed #b8b8b8;
}
ul.order_info li label{
	/*width:180px;*/
	display: inline-block;
}
.button_area {
	text-align:center;
	margin-top:20px;
}

.space5 {
	float: none;
	clear: both;
	height: 5px;
}
.space10 {
	float: none;
	clear: both;
	height: 10px;
}
.space20 {
	float: none;
	clear: both;
	height: 20px;
}
.space30 {
	float: none;
	clear: both;
	height: 30px;
}
.c-both {
	clear: both;
}

.input, .input2, .input3, .input4, .input5, .input6, .input7, .select, .textarea, .password {
	background: url("../images/input-bg.gif") repeat-x scroll 0 1px #eeeeee;
	border: 1px solid #aaaaaa;
	/*font-family: Arial;*/
	font-size: 1.2em;
	padding: 3px 0.35em;
}
.disabled {
	background:none;
	background-color:#FFF;
}
input,select {
	margin: 1pt;
}
.input {
	width: 50px;
}
.input2 {
	width: 80px;
}
.input3 {
	width: 100px;
}
.input4 {
	width: 150px;
}
.input5 {
	width: 234px;
}
.input6 {
	width: 300px;
}
.input7 {
	width: 400px;
}
textarea.err_backgroud, select.err_backgroud, input.err_backgroud, tr.err_backgroud, td.err_backgroud {
	background: none repeat scroll 0 0 #ffd7d7;
}
.agreement_box {
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	max-height: 200px;
	min-height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
}
table.table_info th.no_style {
	background-color: #ffffff;
}
table.table_info td.tosen_style {
	font-weight: bold;
	text-align:center;
	background-color: #7db500;
	color: #FFFFFF;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZTgwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
	background: -moz-linear-gradient(top, #a0e800, #6b9c00);
	background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
	background: linear-gradient(to bottom, #a0e800, #6b9c00);
}

table.table_info td.rakusen_style {
	font-weight: bold;
	text-align:center;
	background: #febbbb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZWJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZTkwOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY1YzVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, #febbbb 0%, #fe9090 30%, #ff5c5c 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#febbbb), color-stop(30%,#fe9090), color-stop(100%,#ff5c5c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #febbbb 0%,#fe9090 30%,#ff5c5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #febbbb 0%,#fe9090 30%,#ff5c5c 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #febbbb 0%,#fe9090 30%,#ff5c5c 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #febbbb 0%,#fe9090 30%,#ff5c5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

table.table_law {
	border-collapse: collapse;
	margin: 5px auto;
}

table.table_law th{
	height:18px;width:245px;background-color:#EAF4FF;border: 1px solid #696969;padding:5px;
	text-align: left;
}

table.table_law td{
	width:529px;border: 1px solid #696969;padding:5px;
}

.back_yellow {
	background-color:yellow;
	color:#000;
}
.padding-left-20 {
	padding-left:20px;
}
.padding-left-30 {
	padding-left:30px;
}
.padding-left-40 {
	padding-left:40px;
}
.entry_dev_link {
	text-align:center;padding:10px 0;width:500px;float:left;height: 210px;cursor: pointer;
}
.order_info_dev_link {
	text-align:center;padding:10px 0;width:360px;float:right;height: 210px;cursor: pointer;
}
.entry_dev_link:hover {
	background-color: #F2A117;
	border: 2px solid #D98100;
}
.order_info_dev_link:hover {
	background-color: #35B7BE;
	border: 2px solid #2f7d81;
}
dt {
	margin-top:10px;
	font-weight: bold;
}
dd {
	margin-left:15px;
}
ul.agreement_ul {
	list-style-type: none;
	padding-left:10px;
}
ul.agreement_ul li{
	padding-left:3px;
}
ul.agreement_sub_ul {
	list-style-type: none;
	padding-left:10px;
}
ul.agreement_sub_ul li{
	padding-left:3px;
}
.maintenance_header {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	padding:10px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 25px;
}

.tab {
  border-radius: 6px 6px 0 0;
  display: inline-block;
  line-height: 32px;
  font-family: sans-serif;
  text-align: center;
  background-color: #efefef;
  color: black;
  margin-left: 1px;
  text-decoration: none;
  padding: 0 32px;
}
.tab.selected {
  background-color: #ffb278;
}

#loading{
	padding:50px 0;
	background-color:#FFF;
	filter: alpha(opacity=90);
	-moz-opacity:0.85;
	opacity:0.85;
	text-align:center;
}
#loading .loadingMsg{
	text-align:center;
	padding-top:100px;
	background-image:url(../images/loading_m.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "メイリオ"!important;
}

table.table_orange{
	border-collapse: collapse;
	width:100%;
}
table.table_orange th {
	background-color: #ffb278;
	border-color: #ffffff;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px;
	color: #090000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table.table_orange td {
	border: 1px solid #FFFFFF;
	padding: 10px;
}
table.table_orange tr.line1 {
	background-color: #E7EBF1;
}
table.table_orange tr.line2 {
	background-color: #F1F5FC;
}
table.table_orange tr.cancel {
	background-color: #FFE7E9;
}
table.csv_sample th,table.csv_sample td {
	padding: 5px;
	text-align: left;
	font-size:12px;
}
.status_blue, .status_red, .status_orange, .status_royal {
	border-radius: 4px;
	box-shadow: 0 0 2px #ffffff inset;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px 0;
	width: 85px;
	font-size: 14px;
}
.status_red {
	background-color: #FF4A4A;
}
.status_blue {
	background-color: #4169E1;
}
.status_orange {
	background-color: #ff892a;
}
.status_royal {
	background-color: #99389F;
}
.status_for_li {
    text-align:center;
    line-height:2em;
    padding: 0 20px;
    width: auto;
}

/*ページ送り*/
.page-toolbar-navi {
	color: #444444;
	display: block;
	float: left;
	margin: 5px auto 2px;
}
span.page-toolbar-navi a, span.page-toolbar-navi span {
	padding: 1px 3px;
}
span.page-toolbar-navi a {
	border: 1px solid #9aafe5;
	color: #105cb6;
	text-decoration: none;
}
span.page-toolbar-navi a:hover {
	background-color: #2e6ab1;
	border: 1px solid #2e6ab1;
	color: #ffffff;
}
span.page-toolbar-navi span.current {
	background-color: #2e6ab1;
	border: 1px solid #2e6ab1;
	color: #ffffff;
	font-weight: bold;
}
span.page-toolbar-navi span.nextprev {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #999999;
	margin: 2px;
}
span.page-toolbar-navi a.nextprev {
	font-weight: bold;
	margin: 2px;
}
.wrapper {
	padding: 40px 10px;
	margin: 0 auto;
	position: relative;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 230px;
	margin-right: 20px;
	font-size: 1.1em;
}
ol, ul {
	list-style: outside none none;
}
ul.page_link_ul {
	list-style-type: none;
	display: inline-block;
	margin-left: -25px;
}

ul.page_link_ul li{
	display: inline-block;
	margin: 0 2px;
}

li.page-active a{
	background-color: #2e6ab1;
	border: 1px solid #2e6ab1;
	color: #ffffff;
	font-weight: bold;
}
div.insit_body label.label_l {
	margin-top:3px;
}
div.insit_body label.not_margin_top {
	margin-top:0px;
}
div.insit_body p {
	margin:8px;
}
.insit_body {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cccccc;
	clear: both;
	font-size: 100%;
	padding: 20px;
}
.label_50 {
    display: inline-block;
	width: 50px;
}
.label_100 {
    display: inline-block;
	width: 100px;
}
.label_150 {
    display: inline-block;
	width: 150px;
}
.label_400 {
    display: inline-block;
	width: 400px;
}
.label_600 {
    display: inline-block;
	width: 600px;
}
.label_2_l {
	display: inline-block;
	width: 250px;
	vertical-align: top;
}
.label_2_m {
	display: inline-block;
	width: 120px;
}
.label_2_s {
	display: inline-block;
	width: 80px;
}
.wrapper {
	padding: 0px 10px;
	margin: 0 auto;
	position: relative;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}
.form_button_area {
	text-align:center;
	padding-top:20px;
}

.front_form_error_style {
    margin-top: 5px;
    border-radius: .3125em;
    padding: 5px;
}

h1.main_title {
    text-align:center;
    margin: 15px;
    font-size: 28px;
}

.examinationLabel {
    background-color: #f3f3f1;
    text-align: center;
    margin: 0px;
    padding: 5px 0;
    border: 1px solid rgb(231, 231, 231);
}

.ui-checklist {
    padding: 15px;
    border: 1px solid rgb(231, 231, 231);
    border-image: none;
    background-color: rgb(249, 249, 249);
    overflow-y: auto;
    overflow-y: scroll;
    height: 220px;
}

.front-alert-success {
    background-color:#F9F9F9;
    border-color:#F5F5F5;
    color:#000000;
}

.front-alert-danger, .front-alert-err {
    background-color:#F9F9F9;
    border-color:#F5F5F5;
    color:#ff0000;
}

div.preview {
    font-size: 30px;
    text-align: center;
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    width: 25%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    font-size: 14px;
}
.progressbar li:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 7px auto 20px auto;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 26px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: #0070BD;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #0070BD;
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #0070BD;
}

ul.progressbar {
    margin: 40px 0 !important;
    position: relative; /* z-index を効かせるために必要 */
    z-index: 0;
}
