@charset "UTF-8";
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
/* 共通テーブル */
.common-table {
  	position: relative;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}
.common-table th{
	color:#0073aa;
    text-align: left;
}

.common-table-td {
	margin: 0 auto;
	padding: 0px;
  	width:230px;
  	background: #161c1f;
}
.common-table-td-2 {
	margin: 0 auto;
	padding: 0px;
}


/* 共通テーブル */
.common-table2 {
  	position: relative;
	top:0;
	bottom:0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}

.common-table2 th{
	color:#0073aa;
    text-align: right;
   /* border-bottom:2px solid #2c8fbe;*/
    height: 50px;
    padding: 0 35px 0 0;
}

.common-table2 td {
	margin: 0 auto;
	padding: 0px;
	width:50%;
    /*border-bottom:2px solid #2c8fbe;*/
    height: 50px;
}

.common-table2 td pre{
	height:140px;
	margin:0;
	border-style:none;
	background-color: #FFFFFF;
}

.common-table-label {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.common-label{
	width:30%;
    color:#0073aa;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
}
.common-label2{
	width:30%;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
}
.common-label-left{
	width:30%;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
.common-regis-from{
    margin: 0 auto;
    padding-top:20px;
}
.common-input-box{
   /* border-bottom:2px solid #2c8fbe;*/
    padding: 5px;
}
/*
.common-input-box.current{
    border-bottom:2px solid #35b5ed;
}*/
.common-input-textmemo{
   /* border-bottom:2px solid #2c8fbe;*/
    height: 200px;
    padding-top: 3px;
}
.common-input-textmemo #memo{
    width: 50%;
    height: 140px;
}
.common-input-textmemo.current{
   border: 1px solid #ddd;
}
.common-input{
   width:50%;
   font-size:13px;
   border: 1px solid #ddd;
    border-radius:3px;
   height: 40px;
   -webkit-box-shadow: 0 0 0px 1000px white inset;
   padding: 10px;
}
.common-input:focus {
    outline: 0;
}

.common-input-textmemo textarea{
   border: 1px solid #ddd;
    border-radius:3px;
    padding: 10px;
}

/**
 * panotuku_select
 */
.common-select-box{
   width:50%;
   height: 40px;
   -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.common-select-box:befaore {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}


.common-select,
.common-select-disabled{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 0 25px 0 10px;
    border:1px solid #ddd;
    border-radius:3px;
}

.common-select-disabled{
    color:#828c9a;
	background-color: #eee;
}

.common-select option{
  background-color: #fff;
  color: #333;
}
.common-select::-ms-expand {
  display: none;
}
.common-select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}



.common-center{
	width:100%;
	padding:3%;
}


/**
* エラーメッセージ表示用ラベル
*/
.id-label{
  color: #f93a36;
}
.id-label2{
  color: #38b8ad;
}


.common-slink a {
	text-decoration: underline;
	color:#0000ff;
}
.common-slink a:hover {
	text-decoration: underline;
}