@charset "utf-8";

input[type="text"] {
border:0;
padding:7px;
font-size:1.2em;
/*font-family: Arial, sans-serif;*/
/*color:#333333;*/
border:solid 1px #ccc;
/*margin:0 0 20px;*/
width:400px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

input[type="text"]:focus, textarea:focus {
	border:solid 1px #EEA34A;
}

textarea {
	border: 0;
	border: solid 1px #ccc;
	width: 90%;
	padding: 7px;
}

/*----- 注意書き -----*/
.notice-box {
	background: #FFFAF0;
	padding: 20px;
	border-radius: 5px;
	/*font-size: 14px;*/
	border: 2px solid #FFEFD5;
}
.notice-title {
	font-weight: bold;
	font-size: 16px;
	color: #B22222;
}
.notice-title-box {
	margin-bottom: 10px;
	background: #b22222;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
}

/*----- 各サービス -----*/
.service-box {
	margin-top: 40px;
}
.service-title-box {
	padding: 7px;
	background: #8FBC8F;
	border-radius: 5px;
}
.service-title-left {
	float: left;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}
.service-title-right {
	float: right;
}
.service-detail-box {
	padding: 15px;
}
.service-detail-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
.service-detail-table2 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #999999;
}
.detail-th {
	padding: 5px;
	background: #F0FFF0;
	font-size: 15px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
.detail-th2 {
	padding: 5px;
	background: #F0FFF0;
	font-size: 13px;
	text-align: center;
}
.detail-td {
	padding: 5px 10px;
	font-size: 15px;
}
.detail-td2 {
	padding: 5px 10px;
	font-size: 15px;
	background: #ffffff;
}
.title-td {
	font-weight: bold;
}
.price-td {
	font-size: 16px !important;
	font-weight: bold;
	color: #B22222;
	text-align: right;
	width: 150px;
}
.order-td {
	text-align: center;
	width: 150px;
}
.price-tax {
	font-weight: normal;
	font-size: 13px;
}

/*----- ul -----*/
.guide-ul {
	list-style-type: disc;
	padding-left: 20px;
}
.s-notice {
	color: #B22222;
	font-weight: bold;
}















