@charset 'utf-8';

html {
	font-size: 17px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.smaller,
.ruby {
	font-size: 0.85rem !important;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;

}
input, textarea, select {
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: #fff;
	border: 1px #afafaf solid;
	margin: 0.2rem;
	font-size: 1rem;
	padding: 0.2rem;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number],:disabled
textarea:disabled,
select:disabled {
	background: #ddd;
}
input[type=button],
button {
	font-size: 1rem;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	display: inline-block;
	margin-right: 0.5em;
}
rt {
	font-size: 0.7rem;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
table,th,td {
	border-collapse: collapse;
	padding: 1px;
/*	line-height: 100%; */
	font-size: 1rem;
}
img {
	border: 0;
}

.confirm_msg {
	background-color: #fff9b0;
	border: 6px #03ae7a double;
	color: #03ae7a;
	text-align: left;
	margin:3px auto 10px;
	padding: 10px;
}
.p-group {
	border: 3px #33f dotted;
	border-radius: 16px;
	padding: 4px;
	margin-bottom:20px;
}

#error_window {
/*	z-index: 9999;
	position:relative; */
	background-color: #fff9b0;
	margin: 20px auto 20px;
/*	width: 800px; */
	border: 6px #eb6012 double;
/*	border: 6px #03ae7a double; */
	padding: 10px;
	color: #eb6012;
/*	color: #03ae7a; */
/*	font-size:10pt; */
	text-align: left;
	font-weight: bold;
}
/*
.errmsg_link {
	text-decoration: underline;
	cursor: pointer;
}
.errmsg_link:hover {
	color: green;
}
*/
hr.pagebreak {
	color: red;
	background-color: red;
	border: none;
	width: 100%;
	height: 0.3em;
}
label {
	cursor: pointer;
}

h2 {
	font-size: 1.45rem;
	text-align: center;
	margin: 30px 0;
}

h3 {
	margin-top: 30px;
	font-size: 1.3rem;
}
textarea:not(.otext):not(.otext2),
textarea:not(.otext_no_delete):not(.otext2) {
	width: 98%;
}
.c {
	text-align: center !important;
}
.r {
	text-align: right !important;
}
.l {
	text-align: left !important;
}
.t {
	vertical-align: top;
}
.v {
	line-height: 1em;
}
.red {
	color: red;
}
.blue {
	color: #33f;
}
.brown {
	color: brown;
}
.b_blue {
	font-weight:bold;
	color:#33f;
}
.b_green {
	font-weight:bold;
	color:forestgreen;
}
.b_red,
.required {
	font-weight:bold;
	color:#f33;
}
.b {
	font-weight:bold;
}
.u {
	text-decoration: underline;
}
.strong {
	font-size: larger;
	font-weight: bold;
/*	text-decoration: underline; */
}
.answer {
	color: blue;
	font-weight: normal;
}
.answer_num {
	color: blue;
	font-weight: ;
	display: inline-block;
	min-width: 50px;
	text-align: right;
}
.bagebreak {
	margin: 5px 0 15px;
	padding: 5px;
	text-align: center;
/*	background-color: #eee; */
	border-bottom: 4px orange solid;
}

.font_size_sw {
	float: right;
	font-size: 16px;
	margin-right: 30px;
	padding: 4px;
	width: 240px;
	border-radius: 16px;
	border: 4px #ccc double;
}
.font_size_sw span {
	cursor: pointer;
	display: inline-block;
	line-height: 1em;
	margin: 1px;
	padding: 6px;
	background: linen;
}
.font_size_sw span.sel {
	background: #79c397;
}
.font_size_sw span:hover {
	background: #cedd4d;
}
.font_size_sw span.set_size_s {
	font-size: 13px;
}
.font_size_sw span.set_size_m {
	font-size: 17px;
}
.font_size_sw span.set_size_l {
	font-size: 21px;
}

#Q_dsp {
	color: #33f;
}
.clear {
	clear: both;
}
.border0 {
	border: 0;
}
.description {
	border:1px pink solid;
	background-color:#fee;
	padding:6px;
	margin:10px;
	font-weight:normal;
}
.sample {
	border:1px #ccc solid;
	padding:6px;
	margin:4px 0 15px 0;
	font-weight:normal;
}
.tbl_ffc {
	border: 1px #666 solid;
	padding: 3px;
	background-color:#ffc;
}
.tbl_fcc {
	border: 1px #666 solid;
	padding: 3px;
	background-color:#fcc;
}
.tbl,
table.tbl th,
table.tbl td {
	border: 2px #aaa solid;
	padding: 3px;
}
table.tbl th {
	background-color: #f6fff6;
	font-weight: normal;
}
table.tbl thead th .head_row1,
table.tbl thead th .head_row2 {
	width: 1em;
	float: left;
}
table.tbl thead th .head_row2 {
	margin-left: 0.2em;
}

table.branch_sa,
table.branch_ma {
	font-size: 1rem;
	line-height: 1.3rem;
}
table.branch_sa td,
table.branch_ma td {
/*	padding: 2px; */
	vertical-align: top;
}

table.tbl0 {
/*	width: 99%; */
	border-collapse: collapse;
	border: 6px #fff solid;
}
table.tbl0 th {
	padding: 4px;
	border: 6px #fff solid;
	background-color: #bbe3f9;
	font-weight: normal;
	text-align: left;
/*	width: 40%; */
}
table.tbl0 td {
	padding: 4px;
	border: 6px #fff solid;
/*	width: 60%; */
}

.bg_ff0 {
	background-color:#ff0;
}
.bg_ffc {
	background-color:#ffc;
}
.bg_fcc {
	background-color:#fcc;
}
.bg_fff {
	background-color:#fff;
}
.bg_wheat {
	background-color:wheat;
}
tr.even td {
	background-color: #ffc;
}
.direction {
	border: 1px brown dashed;
	margin: 4px 0;
	padding: 6px;
	font-size: 0.8rem;
/*	font-weight: bold; */
	color: brown;
}

.caution,
.branch_pre,
.branch_post {
	color: #006ebc;
	font-size: 0.9rem;
}
.caution .bq {
	color: green;
	border: 1px green dashed;
	margin: 5px 15px;
	padding: 5px;
}
span.code {
/*	display: none; */
	display: inline-block;
	text-align: right;
	width: 1.5rem;
	margin-right: 1rem;
}
.branch_ma td label,
.branch_sa td label {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.privacy_mark {
	font-size: 0.7rem;
	color: #666;
	line-height: 1.1rem;
}
.center {
	width: auto;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tt_cell {
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}
.w20 {
	width: 20px;
	white-space: nowrap;
}
.w35 {
	width: 35px;
	white-space: nowrap;
}
.w40 {
	width: 40px;
	white-space: nowrap;
}
.w490 {
	width: 440px;
}
.w700 {
	width: 700px;
}
.answer {
	color: blue;
}
.nowrap {
	white-space: nowrap;
}
.prev_answer {
	width: 400px;
	border: 1px orange solid;
	padding: 6px;
	background-color: #fc9;
	font-weight: bold;
	height: auto;
	text-align: center;
	margin: 0 auto 8px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: right;
	background-color: #666;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 1.15rem !important;
	color: #fff;
}
#contents {
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0;
}

#contents #error-box,
#contents #errmsg,
#contents .errmsg {
	margin: 6px 3px;
	border: 6px red double;
	padding: 6px;
	color: red;
}

#contents #header #guide {
/*	font-weight: bold; */
	text-align: center;
}
#contents .page_title {
	text-align: left;
	margin: 30px 0;
	font-weight: bold;
	font-size: 1.8rem !important;
	color: #333;
	height:48px;
	padding: 6px 0 0 56px;
}
#contents .page_title#page_title-home {
	background: url("../img/home.png") 0 0 no-repeat;
}
#contents .page_title#page_title-gear {
	background: url("../img/gear.png") 0 0 no-repeat;
}
#contents .page_title#page_title-admin {
	background: url("../img/admin.png") 0 0 no-repeat;
}
#contents .page_title#page_title-padlock {
	background: url("../img/padlock.png") 0 0 no-repeat;
}
#contents .page_title#page_title-news {
	background: url("../img/news.png") 0 0 no-repeat;
}
#contents #main p {
	text-align: left;
	line-height: 1.3em;
}
#contents #main .question,
#contents #main .question0 {
	clear: both;
	margin-bottom: 20px;
	text-align: left;
}
#contents #main .sheet_title {
/*	border: 1px #333 solid; */
	font-size: 1.3rem;
	padding: 3px;
	font-weight: bold;
	height: auto;
	margin-bottom: 15px;
	text-align: left;
}
#contents #main .box {
	border: 1px #333 solid;
	line-height: 110%;
}
#contents #main .skipchk {
	text-align: left;
	padding: 5px;
	border: 3px red solid;
	font-size: 1.3rem;
	line-height: 110%;
}
#contents #main .qsec {
	text-align: center;
	color: #fff;
	background: #006ebc;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 1rem;
	margin: 10px 0;
	border-radius: 16px;
}
#contents #main .qsec_inner {
	padding: 16px;
	background-color: #eee;
	text-align: center;
	font-size: 1.3rem;
	font-weight: normal;
	height: auto;
	margin: 0 auto 30px;
}
#contents #main .qsec2 {
	text-align: center;
	font-size: 1.3rem;
	margin: 20px 0;
}

#contents #main .qcond {
	padding: 3px;
	color: #006ebc;
	font-weight: normal;
	height: auto;
	text-align: left;
}
#contents #main .qtitle {
	margin: 4px 0;
	padding: 8px;
	background: #def;
}
#contents #main .qtitle.qtitle2 {
	margin: 4px 0;
	padding: 8px;
	background: #f0f6ff;
}
#contents #main .qtitle .qstar {
/*	margin-top:2px;  */
	float: left;
	width: auto;
	text-align: center;
	line-height: 1.3em;
}
#contents #main .qtitle .qnum {
	float: left;
	width: auto;
	font-weight: normal;
	text-align: left;
	line-height: 1.3rem;
}
#contents #main .qtitle .qstr {
/*	float: left; */
	margin-left: 3rem;
	padding-left:1rem;
	line-height: 1.3rem;
	text-align: left;
	font-weight: normal;
/*	width: 740px; */
}
#contents #main .qtitle .qstr0 {
	margin-left: 60px;
}
#contents #main .qtitle .qstr2 {
	margin-left: 80px;
}
#contents #main .qtitle .qstr3 {
	margin-left: 100px;
}
#contents #main .qtype {
	font-weight: normal;
	color: blue;
	text-align: left;
	display: inline-block;
/*	white-space: nowrap; */
}
#contents #main .qbranch {
	clear: left;
	padding: 8px 4px;
	text-align: left;
}

#contents #main .qbranch .arrange {
	float: left;
	width: auto;
	padding-right: 25px;
	text-align: left;
}
#contents #main .qbranch table.tbl_sp tbody tr td:first-child .matrix_qstr {
	display: inline-block;
	margin-left: 2em;
	text-indent: -2em;
}
#contents #main h4 {
	font-size: 1.15rem;
	margin: 4px 0;
}

.intro {
	margin:60px auto 30px;
	line-height:1.6em;
}
.intro h3,
.intro2 h3 {
	font-size: 1.3rem;
	margin: 10px 0;
}
.intro h4,
.intro2 h4,
#system_requirements h4 {
	font-size: 1.1rem;
	margin: 10px 0;
}
.intro p {
	font-size: 1rem !important;
	line-height: 1.6rem !important;
	margin: 30px;
	text-indent: -1rem;
}
.intro p span {
	font-size: 1rem !important;
}
.intro2 {
	margin: 30px 0 30px;
	line-height: 1.4rem;
}
.intro2 p {
	font-size: 1rem !important;
	line-height: 1.6rem !important;
	margin: 5px 30px;
}
.intro2 p span {
	font-size: 1rem !important;
}
.intro2 ul li:not(:last-child),
#system_requirements ul li:not(:last-child) {
	margin-bottom: 10px;
}
#system_requirements {
	margin: 30px 0;
	line-height: 1.3rem;
	font-size: 10pt;
}
.illust {
	margin:10px auto 20px;
	line-height:1.4em;
	border: 5px black double;
	padding:0px;
}
.explain1 {
	margin-top: 10px;
	border: 1px #000 solid;
	line-height:1.4em;
	padding:8px;
/*	color: blue; */
	font-weight:bold;
	background-color: #cfc;
}
.explain2 {
	margin-bottom: 20px;
	border: 1px #000 solid;
	border-top: 0;
	line-height:1.4em;
	padding:8px;
	font-weight:bold;
	background-color: #fc9;
	text-align: center;
}

#main .navi,
#contents #main .navi_confirm {
	margin: 20px 0;
	padding: 4px 0;
	text-align: center;
/*	background-image:url(ttl_bg_marsh.png); */
}
#main .btn:hover {
	border: 2px #666 solid;
	background-color: #ffd;
}
#main .btn:active {
	border: 3px #f33 solid;
}
#main .btn_finish,
#main .btn_finish2 {
	border-color: #eb6012 !important;
	background-color: #fff9b0;
	color: #eb6012;
	font-weight: bold;
	margin: 30px 0 0;
}
#main .btn_finish:hover,
#main .btn_finish:active,
#main .btn_finish2:hover,
#main .btn_finish2:active {
	border-color: #f00 !important;
	background-color: #fff000;
}
#main .btn_m {
	-webkit-appearance: none;
	border-radius: 12px;
	background-color: #eee;
	border: 1px #666 solid;
	padding: 4px 8px;
	font-weight: normal;
	font-size: 1rem;
	color: #666;
	cursor: pointer;
}
#main .btn_m:hover {
	opacity: 0.7;
}
#main .btn_s {
	-webkit-appearance: none;
	border-radius: 6px;
	background-color: #eee;
	border: 1px #666 solid;
	padding: 2px 4px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
#main .btn_s:hover {
	opacity: 0.7;
}

#footer {
	margin: 10px 0;
	padding: 5px 0;
	background-color: #f0f0f0;
/*	color: white; */
	text-align: center;
	font-size: 0.85rem;
}
.cf {
	 zoom:1;
}
.cf:after {
	 content:".";
	 display:block;
	 clear:both;
	 height:0;
	 visibility:hidden;
}

#body_wrap {
	 margin: 0px 30px 0px 30px;
}

#copyright {
	 background-color: #f9f9f9;
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 0.85rem;
	 color: #333;
	 border-top: 0px dotted #999;
	 border-bottom: 0px dotted #999;
	 margin: 30px 0px 0px 0px;
	 padding-left: 30px;
}
.display {
	 margin: 0 1em 0 1em;
	 padding: .5em 1em .5em 1em;
	 border: #ccff99 1px solid;
	 background-color: #ffffcc;
	 color: black;
}
#header {
	 margin: 0px 0px 30px 0px;
}
#header_navi {
	color:#333;
	font-size: 1rem;
	margin: 3px 3px 3px 30px;
}
#header_sysname {
	color:#fff;
	font-size: 1rem;
	font-weight:bold;
	margin: 3px 30px 3px 3px;
}
#menu_navi {
	font-size: 1rem;
	border:1px solid #999;
	margin: 2px 2px 2px 2px;
}
#intro_date {
	text-align: right;
	margin-right: 30px 50px;
}
#table_list {
	font-size: 1rem;
}
#toppage_menu {
	font-size: 1rem;
	line-height:130%;
}
.border0 {
	border: 0px;
}
.border1 {
	border:1px solid #333;
}
.border1b {
	border-bottom:1px solid #333;
}
.border1t {
	border-top:1px solid #333;
}
.border1tb {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.border2b {
	border-bottom:2px solid #333;
}
.border2t {
	border-top:2px solid #333;
}
.header_fontcolor {
	color: white;
}

.joukyou {
	text-align: center;
	padding: 8px;
	border: 3px skyblue solid;
	border-radius: 12px;
	margin: 10px 0 5px;
}
.sonota_area {
	margin-top: 3px;
}
.num,
.number,
.float {
	ime-mode: disabled;
	text-align:center;
	padding-right: 2px;
}

.end_message {
	display: none;
	color: #006ebc;
	text-align: center;
	margin: 20px 5px;
}

@media print, screen and (min-width: 1124px) {

	.sp,
	.sp_block,
	.sp_iblock,
	.sp_tbl,
	.sp_item {
		display: none !important;
	}
	.pc {
		display: inline !important;
	}
	.pc_block {
		display: block !important;
	}
	.pc_iblock {
		display: inline-block !important;
	}
	.pc_tbl {
		display: "" !important;
	}
	.pc_table_cell {
		display: table-cell !important;
	}
	.c_pc,
	.pc_c {
		text-align: center;
	}

	h1 {
		font-size: 1.75rem;
		text-align: center;
		margin: 30px 0;
	}

	#contents {
		width: 1100px;
	}
	#contents #header {
		margin: 40px 0 50px;
	}
	#contents #header #main_title {
		font-size: 1.5rem;
	}
	#contents #header #sub_title {
		display: none;
		font-size: 1.3rem;
	}
	#contents #main {
		width: 1100px;
		margin: 20px 0 0;
	}
	#contents #main .qtype {
		white-space: nowrap;
	}
	.btn {
		-webkit-appearance: none;
		display: inline-block;
		margin: 5px;
		cursor: pointer;
		border: 2px #999 solid;
		border-radius: 1rem;
		padding: 6px 20px;
		background-color: #f0f0f0;
		min-width: 120px;
		font-size: 1.2rem;
	}
	.btn:hover {
		border: 3px #666 solid;
		background-color: #ffd;
	}
	#contents #main .btn:active {
		border: 3px #f33 solid;
	}
	#contents #main .btn_finish {
		border-color: #eb6012 !important;
		background-color: #fff9b0;
		color: #eb6012;
		font-weight: bold;
		margin: 30px 0 0;
	}
	#contents #main .btn_finish:hover,
	#contents #main .btn_finish:active {
		background-color: #fff000;
	}
	#contents #main .btn.btn_chg_stat {
		-webkit-appearance: none;
		display: inline-block;
		margin: 5px;
		cursor: pointer;
		border: 3px #bf9000 solid;
		border-radius: 10px;
		padding: 4px 20px;
		background-color: #ffd966;
		min-width: 120px;
	}
	#contents #main .btn.btn_chg_stat:hover {
		border: 3px gold solid;
		background-color: #ffd;
	}
	#contents #main .btn.btn_chg_stat:active {
		border: 3px gold solid;
		background-color: #ffd;
	}
	#navi {
		text-align: center;
	}

	#menu {
		margin: 30px 0;
	}
	#menu div {
		cursor: pointer;
		display: inline-block;
		float: left;
		width: 450px;
		height: 70px;
		margin: 20px;
		padding: 16px;
		border-radius: 24px;
		border: 3px #777 solid;
		color: #666;
		font-size: 1.2rem;
		text-decoration: none;
		font-weight: bold;
		background: #f6f6f6;
	}
	#menu div span {
		display: block;
		font-size: 0.9rem;
		font-weight: normal;
		color: #333;
	}
	#menu div:hover {
/*		border-color: #99c;
		background: #fafaff; */
		opacity: 0.6;
	}
	#menu .menu_icon {
		margin: 0 8px 16px 0;
	}
	#login_info {
		float:left;
		font-size: 1rem;
		font-weight: normal;
	}
	#login_info > img {
		vertical-align: middle;
	}

}

@media screen and (max-width: 1123px) {

	input[type=text],
	input[type=password],
	input[type=email],
	input[type=number],
	input[type=tel],
	select,
	textarea {
		font-size: 1.15rem;
	}
	.sp {
		display: inline !important;
	}
	.sp_iblock {
		display: inline-block !important;
	}
	.sp_block {
		display: block !important;
	}
	.sp_tbl {
		display: "" !important;
	}
	.sp_item {
		display: inline-block !important;
		border-radius: 6px;
		margin-top: 6px;
		margin-right: 2px;
		padding: 2px 6px;
		font-size: 0.85rem;
		line-height: 1.3rem;
		background-color: #f0f0f0;
		text-align: center;
/*		border: 1px #999 solid; */
	}
	.pc,
	.pc_block,
	.pc_iblock,
	.pc_tbl,
	.pc_table_cell {
		display: none !important;
	}

	.form {
		max-width: 99vw;
	}

	table.tbl_sp {
		width: 98%;
		border: 0 !important;
	}
	table.tbl_sp thead {
		display: none;
	}
	table.tbl_sp th,
	table.tbl_sp td {
		display: block;
		border: 0 !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	table.tbl_sp tbody tr td:last-child {
		margin-bottom: 10px;
	}

	h1 {
		font-size: 1.45rem;
		text-align: center;
		margin: 10px 4px;
	}
	h2,
	h3 {
		margin-left: 4px;
		margin-right: 4px;
	}

	#contents {
		margin: 2px;
	}
	#contents #header {
		margin: 10px 0;
	}
	#contents #header #main_title {
	}
	#contents #header #sub_title {
		display: none;
		font-size: 1.1rem;
	}
	#contents #header #guide {
		font-size: 0.7rem;
	}
	#contents #errmsg ul {
		padding-left: 20px;
	}

	#contents #main {
		margin: 20px 0 0;
	}

	.btn {
		-webkit-appearance: none;
		font-size: 1rem;
		display: inline-block;
		margin: 3px;
		cursor: pointer;
		border: 3px #999 solid;
		border-radius: 0.85rem;
		padding: 4px 10px;
		background-color: #f0f0f0;
	}
	#contents #main .btn_finish {
		border-color: #eb6012 !important;
		background-color: #fff9b0;
		color: #eb6012;
		font-weight: bold;
	}
	#contents #main .btn_finish:hover,
	#contents #main .btn_finish:active {
		background-color: #fff000;
	}
	#contents #main .progress_bar_area {
		margin: 5px 0 15px;
		margin-left: calc(100% - 160px - 4.5rem);
		width: calc(160px + 4.5rem);
		height: 14px;
	}
	#contents #main .progress_bar {
		float: left;
		width: 150px;
		height: 14px;
	}
	#contents #main .progress_bar_dsp {
		float: right;
		text-align: right;
		color: cornflowerblue;
		width: 4.5rem;
		height: 14px;
		line-height: 1.1em;
	/*	padding-top: 3px; */
	}

	select {
		max-width: calc(100% - 5px);
	}
	input[type=text].otext,
	textarea.otext,
	textarea.otext_no_delete,
	textarea.otext2 {
		width: calc(100% - 8em);
	}
	input[type=text].otext2 {
		margin-left: 1em;
		width: calc(100vw - 4em);
	}
	label {
		display: inline-block;
/*		padding: 2px; */
		padding: 0.25rem 0.6rem;
	}
	table.tbl tbody tr td:last-child {
		margin-bottom: 10px;
	}
	table.tbl tbody tr td:first-child {
		background: #dfe1e2;
	}
	#menu div {
		display: block;
		width: calc(100vw - 60px);
		margin: 8px auto;
		padding: 16px;
		border-radius: 24px;
		border: 3px #777 solid;
		color: #666;
		font-size: 1.2rem;
		text-decoration: none;
		font-weight: bold;
		background: #f6f6f6;
	}
	#menu div span {
		display: block;
		font-size: 0.9rem;
		font-weight: normal;
		color: #333;
	}
	#menu div:hover {
/*
		border-color: #99c;
		background: #fafaff;
*/
		opacity: 0.6;
	}
	#menu .menu_icon {
		margin: 0 8px 16px 0;
	}
	#login_info {
		display: none;
	}

}
.title {
	margin: 10px 0 3px;
	font-size: 1.3rem !important;
	font-weight: bold;
}
.pb {

	border-bottom: 4px #f66 dashed;
}
.mod_button {
	display: block;
/*	margin-bottom: 20px; */
	padding: 5px;
/*	border-bottom: 3px dotted #66f; */
	text-align: center;
}

.btn_radio,
.btn_checkbox {
	width: 20px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}


thead { display: table-row-group; }
tr {page-break-inside: avoid; }


/*
	#login_info {
		float:left;
		font-size: 1rem;
		font-weight: normal;
	}
	#login_info > img {
		vertical-align: middle;
	}
*/

.search_panel {
	border: 3px #aaa dotted;
}
.icon_s {
	width: 24px;
}
.asterisk {
	color: red;
	font-weight: bold;
}
.asterisk_blue {
	color: blue;
	font-weight: bold;
}
.asterisk_green {
	color: green;
	font-weight: bold;
}
.date {
	text-align: center;
	width: 8rem;
}
img.p1500_btn_att {
	margin-right: 1px;
	margin-bottom: 1px;
}
/*.wpeditor{ text-align: left; clear: both; overflow: hidden; margin-top: -60px; margin-bottom: 100px;} */
.wpeditor{ text-align: left; clear: both; overflow: hidden;}
/* .wpeditor p, .wpeditor ul, .wpeditor ol, .wpeditor table{ margin-top: 3em;} */
.wpeditor figure{ text-align: center;}
.wpeditor figure figcaption{ padding: .5em 0; color: #666; font-size: 0.8rem; line-height: 0.8; text-align: left;}
.wpeditor .imgcolumn1{ padding: 0;}
.wpeditor .imgcolumn2{ padding: 0; display: flex; justify-content: space-between;}
.wpeditor .imgcolumn2 figure{ width: 49%;}
.wpeditor img{ display: block; margin: 0; max-width: 100%; }
