@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	font-size: 14px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background: #f2f2f2;
}

#container_base {
    width:720px;
    margin:30px auto;
    padding:20px;
    border:1px solid #ddd;
    -moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
    -webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
    box-shadow:0 0 20px #666666;
    background:#fff;
    border-radius:10px; /* 角丸 */
}



#footer_base {
    clear:both;
    width:720px;
}
#footer_base p {
    text-align:center;
}

.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

table{
	width:	100%;
}

table.gm_01 {
	background: #ffffff;
	border-collapse:	collapse;
	border: 0;
}

table.gm_01 th {
	text-align: left;
	vertical-align: top;
/*	background-image:	url(musticon.png);	*/
	background-repeat  : no-repeat;
	background-position-x: 10px;
	background-position-y: 13px;
	padding-left: 60px;
	padding-top:	10px;
 }
 
table.gm_01 th.no_img {
	background-image:	none;
 }
 
 
table.gm_01 td {
	padding:	10px;
}

table.gm_01 td.kana_pos {
	padding-top:	0px;
}

table.gm_01 td.l_title {
	text-align: center;
	vertical-align: middle;
}

table.gm_01 td.r_items {
	text-align: right;
	vertical-align: middle;
}


table.gm_list {
	background: #ffffff;
	border-collapse:	collapse;
	border: 1;
}

#table_list {
    position:relative;
    width:			600px;
    margin-left:	60px;
    margin-bottom:	10px;
	height:			30px;
	background:		#fff8dc;
}

#table_list td.t_name {
	border-bottom-style: solid;
	border-width: 1px;
}

#input_table {
    position:relative;
    width:			700px;
    margin-left:	60px;
    margin-bottom:	10px;
	height:			30px;
}


p.send_area {
	text-align: center;
	padding: 5px 0 15px 0;
}

p.loan_text {
	padding-top: 15px;
	
}

h2 {
    clear:both;
    border-radius:5px; /* 角丸 */
	border-style: solid;
	border-width: 1px;
	border-color:	#0000cd;
	padding:0 10px;
    line-height:2.0;
    color:#333;
    font-size:18px;
    font-weight:bold;
    background:#e6e6fa;
	text-align: center;
	height: 2.0rem;
	}

.pdata_title {
	display:flex;
	justify-content: center;
}

h3.boss_title {
    width:600px;
    border-radius:5px; /* 角丸 */
	border-style: solid;
	border-width: 1px;
	border-color:	#8b0000;
	padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    background:#8b0000;
	text-align: center;
	height: 2.0rem;
}

h3.mens_title {
    width:600px;
    border-radius:5px; /* 角丸 */
	border-style: solid;
	border-width: 1px;
	border-color:	#6a5acd;
	padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    background:#6a5acd;
	text-align: center;
	height: 2.0rem;
}

h3.report_title {
    width:520px;
    border-radius:5px; /* 角丸 */
	border-style: solid;
	border-width: 1px;
	border-color:	#0000cd;
	padding:0 10px;
    line-height:2.0;
    color:#333;
    font-size:18px;
    font-weight:normal;
    background:#ffff00;
	text-align: center;
	height: 2.0rem;
}

div {
  margin-bottom: 10px;
  position: relative;
}

input + span {
  padding-right: 30px;
}

input:invalid + span::after {
  position: absolute;
  content: "×";
  padding-left: 5px;
}

input:valid + span::after {
  position: absolute;
  content: "OK";
  padding-left: 5px;
}


.sel_list {
    width:650px;
    margin-bottom:20px;
    margin-left:30px;
}

.sel_list dl {
    margin:0;
}
.sel_list dt {
    float:left;
    padding-top:5px;
}

.sel_list dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 4.5em;
    background:url("images/bg_dotline.gif") 0 100% repeat-x;
}
