@CHARSET "UTF-8";

:root {
    --themecolor: #555;
    --themebackground: #FFF;
    --themecolor-weak: #DDD;
    --themecolor-weaker: #DDD;
    --mono-weak: #DDD;
    --mono: #222;
}
body {
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 200px;
	margin : 0px;
	text-align:center;
}

#wrapper{
     margin-left: auto;
     margin-right: auto;
     text-align:left;
     width:960px;
     background : #FFFFFF;
}

.box{
	background: #FFF;
	padding: 0 50px 30px 50px;
	margin: 0;
	font-size: 16px;
        line-height:1.5em;
}


table.invoice {
	width: 100%;
	margin: 20px 0;
}

table.notation {
	margin: 20px 10px 20px 0;
}

.notation th{
	color: #00CC00;
	vertical-align:top;
}

.notation td{
	vertical-align:top;
	padding: 0 0 3px 3px;
}

table.pr {
	margin: 20px 50px 20px 50px;
}

table.price{
    border-collapse: collapse;
    margin: 15px 15px 15px 5px;
    display: inline-block;
    vertical-align: top;
}

table.price td,th{
    padding: 10px 20px;
    border: solid 1px;
    font-size: 16px;
    text-align: center;
}
.title{
    font-size: 1.5em;
    text-align: left;
}

td.m {
	width: 15%;
}

h1 {
	margin : 0 ;
	font-size : 1em;
	padding: 0;
}

h2 {
    color : #000000;
    margin: 0 0 20px 0;
    font-size : 1.8em;
    padding: 1em .3em .3em;
    text-align: center;
    border-bottom: solid 1px;
    border-bottom-color: #555;
    border-bottom-color: var(--themecolor);
}

h3 {
    margin: 15px 4px 10px 0px;
    padding: 10px 4px 8px 0px;
    font-size : 1.2em;
    text-align: center;
    color: #FFF;
    background-color: #555;
    background-color: var(--themecolor);
}

h4 {
	color : #000000;
	margin: 1.5em 0px 8px 0px;
	font-size : 1.2em;
	border-left: solid 6px;
        border-left-color: #555;
        border-left-color: var(--themecolor);
	padding-left: 10px;
}

h5 {
	color : #000000;
	margin: 1em 0 0 0;
	font-size : 1.1em;
	border: 0;
	padding: 0;
}

.red {
	color: #ff0000;
}

.right {
	text-align: right;
}

.w100 {
	width: 100px;
}

.green{
	color: #003300;
	background-color: #CCFFCC;
}

.green td{
	padding: 5px 5px 5px 10px;
	margin: 5px 0 0 0;
	font-size: 120%;
}

input.submit_button {
	 padding: 10px 20px;
         margin: 10px 5px 20px 5px;
	 font-size: 1.5em;
}

.red{
	color: #ff0000;
}

.input_table{
	border: 0;
}

.input_table td{
	margin-right: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.column_label{
	font-weight: bold;
	font-size: 13pt;
	margin: 7px 0 2px;
	padding: 7px 0 2px;
}

.column_label_top{
	font-weight: bold;
	font-size: 13pt;
	margin: 3px 0 2px;
	padding: 13px 0 2px;
}

.comment{
	font-size: 10pt;
        margin-left:1em;
        text-indent:-1em;
}

.comment td{
	vertical-align: top;
}

.input_text, .input_textarea, .input_email, .input_password{
	padding: 5px;
	height: 30px;
        width: 100%;
}

.output_textarea{
    	padding: 5px;
        width: 100%;
}

.input_textarea{
    height: 4em;
}

.attendee{
	margin: 5px 0;
	padding: 5px 0;
}

#confirm {
	font-size: 12pt;
        text-align: left;
}

#rendered {
	border-color: #080808;
	border-width: 2px;
	height: 100px;
	width: 90%;
	overflow-y: scroll;
	background: #f0f0f0;
}

.item{
	width: 200px;
	text-lign: right;
}

table.comment{
	margin-top: 5px;
	padding-top: 5px;
	vertical-align: top;
}

td.comment{
	font-size: 14pt;
	vertical-align: top;
}

.field{
	margin: 2px;
	padding: 2px
}

.fs{
    margin: 10px 10px 20px 10px;
}

.fs_attendee{
	margin: 5px 0;
}

li {
	margin: 0 0 8px 0em;
}

#secretariat{
        color: #FFFAFA;
	background:#666;
        padding: 20px 30px;
        text-align: left;
        border-bottom: solid 1px #FFFAFA;
        margin-top: 5px;
}

#footer, #header{
	color: #FFFAFA;
	background:#666;
	background-repeat: no-repeat;
	padding: 5px;
	text-align: center;
	font-size : 0.9em;
}

#footer a{
	a:link { color: #FFFFFF; }
	a:visited { color: #FFFFFF; }
	a:hover { color: #000000; }
	a:active { color: #000000; } 
}

.payment{
    margin: 0 0 10px 10px; 
}

.space10{
    margin: 10px;
}

.auth_tbl{
    padding: 10px;
    margin-left: 10px;
    border: 1px solid;
}
.auth_tbl td{
    padding: 5px;
    text-align: right;
}

.reg-btn{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: #EEE;
    border-top: 3px solid #DDD;
    border-left: 3px solid #DDD;
    border-right: 3px solid #BBB;
    border-bottom: 3px solid #BBB;
    color:#111;
    padding: 20px 5px;
    margin: 30px 10px;
}

.inline-block{
    display: inline-block;
    margin: 0 15px 2px 0;
}

fieldset{
    margin: 10px 0 20px 0;
}

.comment_txt{
    position: relative;
    font-size: 14px;
    margin: 0.5em 0 1.5em 0;
    padding: 25px 10px 7px;
    border: solid 2px #999;
}

.comment_title{
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #999;
    color: #ffffff;
}
ul.comment_txt_list{
    padding-left: 1em;
    margin: 0.3em 0 0.5em 0;
}

ul.comment_txt_list li{
    list-style-type: none;
    text-indent: -1em;
}

ul.comment_txt_list li:before{
    display: inline;
    content: "※";
}

h2{
    text-align: center;
    line-height: 2em;
    margin: 0.5em;
}

.unit_price{
    width: 50%;
}

.number_price{
    width: 20%;
}

.amount_price{
    width: 25%;
}

ul{
	padding: 0px;
        margin-bottom: 10px;
	margin: 0 0 0 1em;
	list-style: none;
}

dl.com ,.com dt,.com dd,dl.com2 ,.com2 dt,.com2 dd,dl.com3 ,.com3 dt,.com3 dd {
  box-sizing: border-box;
}
dl.com,dl.com2{
  background: #ddd;
  background: var(--themecolor-weaker);
  border-right: 1px solid #555;
  border-right: 1px solid var(--themecolor);
  border-bottom: 1px solid #555;
  border-bottom: 1px solid var(--themecolor);
  border-left: 1px solid #555;
  border-left: 1px solid var(--themecolor);
}
dl.com3  {
    background: #ddd;
  background: var(--mono-weak);
}


.com dt,.com dd,.com2 dt,.com2 dd{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #555;
  border-top: 1px solid var(--themecolor);
}
.com2 dt,.com2 dd  {
  padding: 10px 10px 10px 20px;
  border-top: 1px solid #555;
  border-top: 1px solid var(--themecolor);
}
.com3 dt,.com3 dd{
  padding: 10px;
}

.com dt {
  width: 30%;
  float: left;
}
.com2 dt {
  width: 100%;
}
.com3 dt {
  width: 100px;
  text-align: center;
  float: left;
  border-top: 1px solid white;
}
.com dd {
  background: #fff;
  margin-left: 30%;
  padding-bottom: 10px;
  border-left: 1px solid #555;
  border-left: 1px solid var(--themecolor);
}
.com2 dd {
  margin-left: 0;
  border-left: 0;
  width: 100%;
  background: #fff;
}
.com3 dd {
  background: #fff;
  margin-left: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  border-bottom: 1px solid var(--mono-weak);
}
.com dd:after {
  content: '';
  display: block;
  clear: both;
}

.field_com{
    background: #fff;
}

.submit_btns {
    -webkit-appearance: none;
    padding: 20px 30px;
    margin: 10px 5px 20px 5px;
    font-size: 1.2em;
    background-color: #ccc;
    border: 2px solid;
    border-color:#ddd #777 #777 #ddd;
    display: inline-block;
}

a.submit_btns{
    text-decoration: none;
    color: #000;
}

#field_submit_btns{
    text-align: center;
}

table.auth{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 0;
    font: 100%;
}

.auth th{
    text-align: right;
    border: 0;
}

.so {
    margin: 20px 0;
    border-collapse: collapse;
}
.so th, .so td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
}

.so th{
    border-right: 1px solid #000;
    width: 100px;
}

.so tr:nth-child(even) {
    background: var(--themecolor-weaker);
}

.soboder{
    border-left: 1px solid #000;
}