@charset "UTF-8";
/* CSS Document */
/** {
    -webkit-appearance: none;
}*/


/*---------------------------------------------------
　共通
----------------------------------------------------*/
#contact-form th em {
	font-size:11px;
	font-size:1.1rem;
	color:#FFF;
	margin:0 5px;
	display:inline-block;
	background:#F00;
	padding:2px 3px;
	line-height:1;
	font-weight:600;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.txt {
	width:100%;
	border: 1px #bbb solid;
	padding: 5px;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.5;
    -webkit-appearance: none; /* */
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	margin:0 3px 8px;
	box-sizing:border-box;
　　-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	
}

.select-box {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 40px;
}

.txt-area {
	width:100%;
	border: 1px #bbb solid;
	padding: 5px;
	background: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.5;	
    -webkit-appearance: none; /* */
	/* CSS3
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	transition: background 0.5s ease; */
	margin:0 0 13px;
	box-sizing:border-box;
　　-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	height:150px;
}

br + .txt {
	margin-top:8px !important;
}

select + p {
	margin:13px 0 0;
	font-size:14px;
	font-size:1.4rem;
}　

/* アラート */
/*--------------------------------------------*/
.txt.alert,
select.alert {
	background:#fff1f1;
}

em.alert {
	display:block;
}

.txt + em.alert {
	margin-top:-5px;
}

td em.alert {
	font-size:14px;
	font-size:1.4rem;
}


/* 名前 */
.txt.name {
	width:120px;
	margin:0 10px 0 0;
}

/* 確認 */
.confirm {
	font-size: 14px;
	font-size: 1.4rem;
	padding:10px;
	color:#111;
	font-weight:500;	
}

/* 確認　未登録 */
.non {
	color:#888;
	letter-spacing:0.1em;
}

.upload {
	padding: 10px;
	background: #fff;		
}

.txt:hover,
.txt:hover {
	border: 1px #888 solid;	
}

.radio {
	margin:0 0 0 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;	
}

.select-box {
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	/*height: 40px;
	line-height: 40px;*/
	text-align: left;
	/*text-indent: 5px;*/
	vertical-align: middle;
	padding:3px;
}

/* 送信ボタン */
/*--------------------------------------------*/
.submit {
	text-align:center;
}

p.submit input {
 -webkit-appearance: none;/* iphone用 */	
	width:80%;	
	clear: both;
	border: none;
	margin: 10px auto 0;
	background:#e50039;
	font-size: 20px;
	font-size: 2.0rem;	
	font-weight: 500;
	color: #FFF;
	letter-spacing:0.1em;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:12px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}

p.submit input:hover {
	background:#46a92b;
}

.btn {
	font-size:14px;
	font-size:1.4rem;
	padding:5px;
}

#takusoh .submit input {
	background:#559aa9;	
}
#takusoh .submit input:hover {
	background:#61aebf;
}

#senoh .submit input {
	background:#eba193;	
}
#senoh .submit input:hover {
	background:#ef8f7d;
}

#shunoh .submit input {
	background:#dd909e;	
}
#shunoh .submit input:hover {
	background:#eda6b3;
}


/* 削除ボタン */
/*--------------------------------------------*/
.del {
	text-align:center;
}

.del input {
	width:80%;
	margin:0 auto;
	clear: both;
	border: none;
	margin: 10px auto 0;
	background:#F00;
		font-size: 20px;
	font-size: 2.0rem;	
	font-weight: 500;
	color: #FFF;
	letter-spacing:0.1em;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:12px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
}

.del input:hover {
	background: #C00;
}

/* 戻るボタン */
/*--------------------------------------------*/
.back a {
	width:80%;
	display:block;
	text-align:center;
	clear: both;
	border: none;
	margin: 10px auto 0;
	background:#999;
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: 500;
	color: #FFF !important;
	/* CSS3 */
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	transition: background 0.2s ease;
	padding:10px 0;
　　-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor:pointer;
	text-decoration:none !important;
	line-height:1;
}

.back a:hover {
	background:#555;
	text-decoration:none;
}


span.customSelect {
	background-color: #fff;
	color:#474747;
	padding:0 30px 0 15px;
	border:2px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="radio"],input[type="checkbox"] {
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.2 , 1.2 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.2 , 1.2 );
	margin:0 5px 10px 0;
}

label {
	margin:0 10px 0 0;
}


/*---------------------------------------------------
　テーブル内
----------------------------------------------------*/
td .txt,
td .txt-area {
	width:95%;
}

/*---------------------------------------------------
　ログイン
----------------------------------------------------*/
#login-area .submit input {
	width:60%;
	margin:13px auto 0;
}

#login-area em.alert {
	font-size:14px;
	font-size:1.4rem;
}


/*---------------------------------------------------
　placeholder
----------------------------------------------------*/
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

/*----------------------------------------------------------------*/
/*media Queries / min-width: 768px */
/*----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {

p.submit input,
.del input,
.back a {
	width:35%;
}

.size-ss { width:50px !important;}

.size-s { width:100px !important;}

.size-m { width:40% !important;}

.size-l { width:60% !important;}

}

/* EOF */