
/* CSS Document */

/*====================================

    .main

====================================*/

.main {
	width: 100%;
	position: relative;
    margin-bottom: 40px;
}

/*====================================

    .wp_ttl

====================================*/

.main .wp_ttl {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.main .wp_ttl h2 {
	width: 60%;
	margin: 0 auto;
}

/*====================================

    .wp_form

====================================*/

.main .wp_form {
	width: 100%;
	padding: 0 20px;
}
.wp_form .ex {
	font-size: 90%;
	color: #E32413;
	width: 100%;
	text-align: right;
}
.wp_form dl {
	width: 100%;
	margin-bottom: 20px;
}
.wp_form dl dt {
	font-size: 100%;
}
.wp_form dl dt span {
	color: #E32413;
	font-size: 70%;
	padding-left: .2em;
	margin-top: -1em;
}
.wp_form dl dd {
}
.wp_form .input_text_short,
.wp_form .input_text_middle {
	border: 0;
	padding: 10px;
	font-size: 1.1em;
	color: #333;
	border: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}
.wp_form .input_text_short {
	width: 100%;
}
.wp_form .input_text_middle {
	width: 100%;
}
.wp_form input[type="submit"],
.wp_form input[type="text"],
.wp_form input[type="file"],
.wp_form select,
.wp_form textarea,
.wp_form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}
.wp_form input::placeholder {
	color: #ccc;
}
.wp_form input[type="file"] {
	border: 1px solid #f00;
	padding: 10px;
	cursor: pointer;
}
.wp_form label {
    padding: 10px 40px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.wp_form input[type="file"] {
    display: none;
}
.wp_form .file_text {
	font-size: 90%;
	color: #E32413;
}

/*====================================

    .btn_upload

====================================*/

.btn_upload {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.button {
	display : inline-block;
	text-align : center;
	cursor : pointer;
	padding : 1.4em 7em;
	background: #E32413;
	color : #fff;
	line-height : 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



