﻿/* CSS Document */

@charset "utf-8";

@font-face{
  font-family:'MS 明朝';
  src:url('/sysform_parts/habs-pc/events/font/MS Mincho.ttf') format('truetype');
}
/***************************/
body {
	width:auto!important;
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
	color: #2f3130!important;
}

div#SysFrm_Panel_Headder {
	width: 100%;
}
div#SysFrm_headArea {
	width: auto;
	height: auto;
}
div#SysFrm_Panel_Headder {
	border: none;
}
div#SysFrm_Panel_Headder .HeaderArea {
	background:#2f3130;
	width:100%;
	height:200px;
	padding:0;
	margin: 0;
	border:none;
	display: table;
}
div#SysFrm_Panel_Headder .HeaderArea .content {
	width: 800px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
div#SysFrm_Panel_Headder .HeaderArea .title {
	color: #ffffff;
	font-size: 36px;
	font-weight:bold;
}
div#SysFrm_Panel_Headder .HeaderArea .caption {
	color: #cca95a;
	font-size: 18px;
	font-weight:bold;
	padding-top:10px;
}
div#SysFrm_Panel_Headder .HeaderCaption {
	width:860px;
	padding:50px 0;
	margin: 0 auto;
	border:none;
	display: flex;
}
div#SysFrm_Panel_Headder .HeaderCaption .content {
	width: 800px;
	margin: 60px auto 30px;
	font-size: 14px;
}
div#SysFrm_Panel_Headder table {
	width:100%;
	border-spacing: unset;
}
div#SysFrm_Panel_Headder table tbody {
}
div#SysFrm_Panel_Headder table tbody tr{
	height:50px;
	width: 100%;
	border: solid 1px #f5f5f5!important;
	display: table;
}

div#SysFrm_Panel_Headder table tbody th{
	background: #cccccc;
	font-size: 24px;
	font-weight: bold;
	min-height: 50px;
	display: table-cell;
}

div#SysFrm_Panel_Headder table tbody td{
	background: #343434;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 179px;
	min-height: 50px;
	display: table-cell;
    text-align: center;
}


div#SysFrm_Panel_Headder table tbody td + td{
	font-size: 18px;
	font-weight: normal;
	background: #ffffff;
	color: #343434;
	width: 681px;
	text-align: left;
	word-break: break-word;
	padding: 5px;
}

.form_wrapper .tdItem {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #333333;
    padding-left: 7%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

div#SysFrm_formContainer {
	margin: 0 auto;
	border: none;
	width: 860px;
}

#SysFrm_itemTable {
	width: 100%;
	display: block;
}
table#SysFrm_itemTable tbody {
	display: block;
}
table#SysFrm_itemTable tbody > tr {
	display: block;
}
table#SysFrm_itemTable tbody > tr + td {
	display: block;
	padding: 5px;
}
table#SysFrm_itemTable th {
	font-weight: bold;
	color: #2f3130;
	font-size: 24px!important;
	width: 320px;
	padding-top: 21px;
	padding-left:0;
}

table#SysFrm_itemTable th .caption {
	font-size:14px;
	font-weight: normal;
	padding-left: 7px;
}

table#SysFrm_itemTable th + td{
	padding-top: 21px!important;
}

table#SysFrm_itemTable th + td +td {
	padding-top: 18px!important;
	padding-left: 25px;
}

table#SysFrm_itemTable td {
	font-size: 18px!important;
    padding: 3px 0;
}

table#SysFrm_itemTable td.tdItem input {
	border: solid 1px #bdbdbd!important;
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
	font-size: 13px;
	height:40px;
	width: 450px;
	padding:5px 10px;
	border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #2f3130!important;
}

table#SysFrm_itemTable td.tdItemZip input {
	border: solid 1px #bdbdbd!important;
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
	font-size: 13px;
	height:15px;
	width: 427px;
	padding:5px;
	border-radius: 5px;
}
table#SysFrm_itemTable td input[type="checkbox"] {
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
	font-size: 13px;
	vertical-align: none; 
	height: none;
}

table#SysFrm_itemTable td select {
	border: solid 1px #bdbdbd;
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
	font-size: 13px;
	height:27px;
	width: 437px;
	padding:5px;
	border-radius: 5px;
	-webkit-appearance: none;
	/* for webkit browsers */
	-moz-appearance: none;
	/* for firefox */
	appearance: none;
}
table#SysFrm_itemTable td select::-ms-expand{
    display: none;
}
#pref_Back td + td {
	position: relative;
}
#pref_Back td + td:after {
  content: "↓";
  position: absolute;
  right:0;
  z-index: 1;
  text-align: center;
  width: 24px;
  height: 15px;
  border-left: solid 1px #bdbdbd;
  padding: 6px;
  font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
  color: #cca85a;
}

table#SysFrm_itemTable textarea {
    border: solid 1px #bdbdbd;
    font-family: "MS 明朝", "ＭＳ Ｐ明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W6", serif;
    font-size: 18px;
    height: 95px;
    width: 450px;
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: 1px 0px 0px 0px;
    width: 858px;
    border: none;
    border-top: solid 1px #343434;
    height: 1px;
}

div#SysFrm_Panel_Button {
	width: auto;
	display: flex;
}

div#SysFrm_Panel_Button div {
	width: 800px;
	margin:0 auto;
}

input.submit_img {
    background: url(/sysform_parts/habs-pc/events/img/next_button.png) left top no-repeat;
    width: 440px;
    height: 62px;
    border: 0;
    text-indent: -9999px;
    margin: 20px 0 30px 0;
    padding: 5px;
}

div.IframeArea {
	border: none;
	margin: 0;
	width: 860px;
}
div#SysFrm_Panel_Footer .FooterArea {
	background:#2f3130;
	width:100%;
	height:40px;
	padding:0;
	margin: 0;
	border:none;
	display: table;
}
div#SysFrm_Panel_Footer .FooterArea .content {
	min-width: 672px;
	height: 40px;
	margin: auto;
	color: #ffffff;
	text-align: center;
	display: table;
	vertical-align: middle;
}
div#SysFrm_Panel_Footer .FooterArea .title {
	font-size: 0.8rem;
	font-weight:bold;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
div#SysFrm_Panel_Footer .FooterArea .caption {
    font-size: 10px;
    font-weight: 100;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

div.IframeArea {
	padding-bottom:50px;
}

.iframe01 {
    width: 860px;
    border: 1px solid #343434;
    background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	outline: none;
	/*background-color: #ffffff!important;*/
}