@charset "utf-8";
/* CSS Document */

form{
}

div#cont div.pgh.formCont p{
	line-height: 1.3;
	vertical-align: middle;
}
div#cont div.pgh.formCont div.inBox{
	padding: 8px 10px;
	line-height: 1.3;
}
div#cont div.pgh.formCont div.inImgBox{
	padding: 8px 0px;
	line-height: 1.3;
}

/* Info Detail */
div#cont div.pgh.formCont div.inMultiImgBox{
    padding: 4px 0px;
    line-height: 1.3;
}

input[type="text"]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	line-height:20px;
	border:#aaa 1px solid;
	width:100%;
	vertical-align:middle;
	padding: 5px;
	margin: 0!important;
}
body#login input[type="text"]{
	background:#f6f6f6;
}
input[type="text"].w83p{
	display: inline-block;
	width:88%;
	margin-left: 10px;
}
p.calInput input[type="text"]{
	margin-bottom: 4px !important;
}
p.calInput img.ui-datepicker-trigger{
	width: 16px;
	padding-left: 10px;
	vertical-align: top;
}


input[type="password"]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	line-height:20px;
	border:#aaa 1px solid;
	width:100%;
	vertical-align:middle;
	padding: 5px;
	margin: 0!important;
}
body#login input[type="password"]{
	background:#f6f6f6;
}


input[type="date"]{
	width:90%;
	padding: 5px;
	border:#aaa 1px solid;
}

input[type="email"]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	line-height:20px;
	border:#aaa 1px solid;
	width:100%;
	vertical-align:middle;
	padding: 5px;
	margin: 0!important;
}

textarea{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
	line-height:1.5em;
	width:100%;
	height:100px;
	border:#aaa 1px solid;
	padding: 5px;
	vertical-align:bottom;
}
textarea.h250{
	height:250px;
}
textarea.h200{
	height:200px;
}

input#btnSubmit,
input#btnReset,
input#btnDelete{
	display:none;
}
.inputNote{
	color:#00f;
	font-size: 83.3%;
}
.inputErr{
	color:#f00;
	font-size: 83.3%;
	/*display:none;*/
}
.inputNoteHead{
	color:#00f;
	font-size: 83.3%;
	background: #f0f0e1;
	padding: 5px 10px;
	line-height: 1.5;
}

ul.inputList{
	overflow: hidden;
}
ul.inputList li{
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
	width: 49%;
}
ul.inputList li:nth-child(2n){
	margin-right: 0;
}

select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius:3px;
    width: 50%;
    padding:0 20px 0 5px;
    text-indent: 0.2em;
    height: 30px;
    line-height: 25px;
    font-size: 13px;
	background-image: url(../img/sel_down.png),-webkit-gradient(linear, left top, left bottom, color-stop(1, #FFF), color-stop(0.00, #CACAD9));
	background-image: url(../img/sel_down.png),-webkit-linear-gradient(top, #fff 0%, #CACAD9 100%);
	background-image: url(../img/sel_down.png),linear-gradient(top, #fff 0%, #CACAD9 100%);
	background-position: right center,0 0;
	background-repeat: no-repeat,repeat;
	background-size: 14px 6px,100% 100%;
    border: #aaa 1px solid;
    cursor: pointer;
}
select.twin{
    width: 40%;
}
select.wHalf{
    width: 20%;
}
select.attendTime{
    width: 18.5%;
    height: 25px;
    line-height: 20px;
}

input.attendTxt{
    width: 70px;
}


/* チェックボックス
---------------*/
.cBox input[type="checkbox"],
.cBox input[type="radio"]{
	display:none;
}
.cBox input[type="text"]{
	width: 50%;
}

.cBox label{
	display:inline-block;
	background:url(../img/icon_off.png) 0 center no-repeat;
	background-size:12px 12px;
	padding-left:17px;
	margin-right: 20px;
	cursor:pointer;
}
.cBox label.LabelSelected{
	background:url(../img/icon_on.png) 0 center no-repeat;
	background-size:12px 12px;
    opacity: 1;
}
.cBox label.LabelDisabled{
    opacity:0.5;
}

.attendDel{
	padding-left:10px;
}

.attendDel a{
	display:inline-block;
	background:url(../img/icon_cross.png) 0 center no-repeat;
	background-size:12px 12px;
	padding-left:17px;
	margin-right: 20px;
	cursor:pointer;
}

/*画像アップロード*/
input.fileType,
#fileType{
	opacity:0;
}
div.fileBtnWrap{
	position:relative;
}

div.fileBtn{
	position:absolute;
}

/* login
---------------------*/
div#loginCache{
	background:#FFF2F2;
	padding:10px;
	margin-bottom:10px;
}

div#loginCache input{
	display:none;
}

div#loginCache label{
	display:block;
	width:100%;
	text-align:center;
}

div#loginCache label span{
	background:url(../img/icon_off.png) 0 center no-repeat;
	background-size:12px 12px;
	padding-left:17px;
	cursor:pointer;
}

div#loginCache label.LabelSelected span{
	background:url(../img/icon_on.png) 0 center no-repeat;
	background-size:12px 12px;
}


/* contents
--------------------------*/


div.profInput p{
	padding-top: 0!important;
}
div.profInput>p:first-child{
	padding-top: 10px!important;
}
div.profInput p:nth-child(2n-1){
	padding-bottom: 0!important;
}
div.profInput:nth-child(4n){
	background: #fff5f5;
}

div.editConfirm div.profInput p:nth-child(2n-1){
	background:#fff5f5;
	padding:3px 10px!important;
}
div.editConfirm div.profInput:nth-child(4n-2) p:nth-child(2n-1){
	background:#f0f0e1;
}
div.editConfirm div.profInput p:nth-child(2n){
	padding:8px 10px!important;
}
div.editConfirm div.profInput{
	background:#fff;
}


div.formTxtInput{
	display: table;
	width: 100%;
	padding-bottom: 10px;
}
div.formTxtInput p{
	display: table-cell;
}
div.formTxtInput p:first-child{
	width: 50px;
	padding-right: 0!important;
	padding-bottom: 0!important;
}
div.formTxtInput p:last-child{
	padding-left: 0!important;
	padding-bottom: 0!important;
}


/* 動画の追加 */
.stdUploder .nameWrap{
  line-height: 1.3;
  vertical-align: middle;
  padding: 8px 10px;
  padding-top: 0!important;
  position: relative;
}
.stdUploder .uploader{
  opacity: 0;
  position: absolute;
}
.stdUploder .btnWrap{
  vertical-align: middle;
  background: #bbb;
  padding: 5px 0px 10px 0px;
  border-top: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
}
.stdUploder .stdNote{
  padding: 8px 10px;
}
/* 重要確認事項 */
div.girlCstat{
	background: #fff5f5;
}
div.girlCstat .enRed{
	padding-bottom: 0!important;
	padding-top: 10px!important; 
}

.resultWrap {
	width:100%;
}
.resultCol {
	margin:15px;
	background-color:#FFF2F2;
	border:#FFCACA solid 4px;
	text-align:center;
}
.resultCol p {
	padding:20px 0 20px;
	font-size:133.3%;
}
.resultCol span {
	display:block;
	padding-bottom:20px;
}

