@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
a {
	text-decoration: underline;
}
h2 {
	color: #630;
	background-image: url(../images/kaketsugi_icon2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 155%;
}
h3 {
	margin-left: 25px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.s_main1 h3 span {
	color: #600;
	background-color: #ececd5;
}
.s_navi1,
.s_main1 {
	background-image: url(../images/kaketsugi_line1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.s_navi1 {
	padding-top: 20px;
}

.s_navi1 ul li {
	background-image: url(../images/kaketsugi_icon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}
.s_navi1 ul li a:link,
.s_navi1 ul li a:visited {
	color: #666;
}
.s_navi1 ul li a:hover,
.s_navi1 ul li a:active {
	color: #060;
	text-decoration: none;
}
.s_main1 p {
	margin-right: 28px;
	margin-left: 28px;
	line-height: 1.8;
	font-size: 107%;
}
.s_main1 p span,
.s_main1 li span{
	background-color: #FFC;
}

.s_main1 p.s_totop {
	font-size: 82%;
	margin-top: 50px;
	text-align: right;
	margin-right: 0px;
}

.s_img1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.s_img1 img {
	margin-right: 40px;
}
.s_main1 .s_main2 {
	background-image: url(../images/kaketsugi_line2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	padding-top: 20px;
}
.s_main1 .s_main2 img {
	margin-left: 25px;
	margin-right: -12px;
}
.s_main1 .s_main2 p,
.s_main1 #s_price p {
	font-size: 94%;
	line-height: 1.5;
}
.s_main1 ul li {
	list-style-position: inside;
	margin-left: 30px;
	list-style-type: disc;
	font-size: 107%;
	margin-top: 7px;
	margin-right: 30px;
}
.s_main1 #s_price {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.s_main1 #tel-no {
	font-size: 185%;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 50px;
}
.s_main1 #tel-no a:link,
.s_main1 #tel-no a:visited {
	color: #360;
}
.s_main1 #tel-no a:hover,
.s_main1 #tel-no a:active {
	color: #060;
	text-decoration: none;
}
.s_main1 .order a:link,
.s_main1 .order a:visited {
	font-weight: bold;
	color: #360;
}
.s_main1 .order a:hover,
.s_main1 .order a:active {
	font-weight: bold;
	color: #060;
	text-decoration: none;
}
.s_navi2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.s_navi2 ul {
	margin-left: 600px;
}
.s_navi2 ul li {
	list-style-type: none;
	font-size: 94%;
	text-align: left;
	margin-bottom: 5px;
}
.s_navi2 ul li a:link,
.s_navi2 ul li a:visited {
	color: #630;
}
.s_navi2 ul li a:hover,
.s_navi2 ul li a:active {
	color: #060;
	text-decoration: none;
}
#tokutei_table {
	margin-right: 30px;
	margin-left: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #330;
	border-left-color: #330;
	border-spacing:0;
	margin-bottom: 150px;
	}
#tokutei_table tr th,
#tokutei_table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #330;
	border-bottom-color: #330;
}
#tokutei_table tr th {
	white-space: nowrap;
	text-align: left;
	padding: 10px;
	color: #330;
}
#tokutei_table tr td {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6;
}
#s_policy {
	margin-right: 30px;
	margin-left: 30px;
	border: 1px solid #DBDBB4;
	margin-bottom: 50px;
}
#s_policy dl dt {
	font-weight: bold;
	margin-top: 15px;
}
#s_policy dl dd {
	margin-left: 20px;
}
#s_policy dl .s_policy_dd2 {
	margin-left: 40px;
}

input {
	display: block;
	font-weight: bold;
    color: #360;
	border-radius: 0px 0px 0px 0px;
    padding: 10px;
	width: 69%;
	text-align:center;
		}
