@charset "UTF-8";

.content00 {
	padding:0px !important;
	border-bottom: solid 3px #ff6600;
}

.content00 img { display:none;}

.content01 {
	padding:10px 0 15px 0;
	margin:0px;
}
.content01_text01 {
	padding:0 10px 15px 10px;
	margin:0 0 5px 0;
	font-size:14px;
	line-height:1.2em;
	border-bottom: solid 1px #CCC;
}
.content01_text01 span,
.content01 ul li strong span
 {
	color: #e38e00;
}

.content01 ul li {
	padding:5px 10px 5px 10px;
}
.content01 ul li.list {
	background-color:#f0f0f0;
}

.content01 ul li strong {
	display: block;
	font-size: 14px;
	line-height: 2em;
	padding: 0px;
	margin: 0px;
	color: #ff91a5;
}
.content01 ul li em {
	font-style:normal;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#999;
	line-height:2em;
}
.content01 ul li input {
	width:95%;
	border: solid 1px #CCC;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:40px;
	height:40px;
	border-radius: 3px;
}
.content01 ul li textarea {
	width:95%;
	border: solid 1px #CCC;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:30px;
	height:100px;
	border-radius: 3px;
}
.content01 img {
	width:100%;
	height:auto;
}
.content01 .submit {
	width:60%;
	padding:15px 0 30px 0;
	margin:0 auto;
}
.content01 .submit input {
	width:100%;
	border:none;
	border-radius:4px;
	font-size:16px;
	line-height:50px;
	height:50px;
	text-align:center;
	color:#fff;
	background: #ff9393;
	background: -moz-linear-gradient(top,  #ff9393 0%, #ff4141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9393), color-stop(100%,#ff4141));
	background: -webkit-linear-gradient(top,  #ff9393 0%,#ff4141 100%);
	background: -o-linear-gradient(top,  #ff9393 0%,#ff4141 100%);
	background: -ms-linear-gradient(top,  #ff9393 0%,#ff4141 100%);
	background: linear-gradient(to bottom,  #ff9393 0%,#ff4141 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9393', endColorstr='#ff4141',GradientType=0 );
}

.content_fix {
	border: dotted 1px #CCCCCC;
	padding:15px;
	margin:0 10px;
	line-height:1.2em;
}
.content_fix strong {
	display:block;
	line-height:2em;
	text-align:center;
	font-size:16px;
	color:#ff6600;
}
#back-top { display:none !important;}
