@charset "UTF-8";
/* CSS Document */

#contents h1{
	font-size:146.5%;
	font-weight:bold;
	margin-bottom:10px;
	color:#ff0000;
}

#contents #mainImg{
	margin-left:10px;
}

#contents .img01{
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}

#contents .btnRight{
	text-align:right;
}

#contents .btnCaption{
	text-align:right;
	margin-bottom:15px;
	font-size:85%;	
}

#specialSection{
	background-color:#ffffcc;
	padding:20px 10px 20px 10px;
	margin-bottom:25px;
}

#contents #specialSection h3{
	font-size:123.1%;
	font-weight:bold;
	color:#996600;
	padding:3px 0px 3px 10px;
	background-color:#ffffff;
	border:solid 2px #996600;
	margin-top:30px;
}

#contents #specialSection p{
	font-size:116%;
}

#contents #specialSection table{
	border-collapse:collapse;
	width:740px;
	text-align:center;
	margin:5px auto;	
}

#contents #specialSection table th{
	padding:5px 0px 5px 5px;
	font-size:146.5%;
	font-weight:bold;
	text-align:left;
}
#contents #specialSection table .service{
	padding:5px 0px 5px 5px;
	font-size:100%;
	font-weight:bold;
	text-align:left;
}

#contents #specialSection table .pink{
	color:#ff00ff;
}

#contents #specialSection table .blue{
	color:#29abe2;
}


#contents #specialSection table td{
	padding:5px 0px 5px 5px;
	font-size:100%;
}

#contents #specialSection table .charge{
	font-size:146.5%;
	font-weight:bold;
	color:#ff0000;
}

#contents #specialSection table .ybdTh{
	width:140px;
}
#contents #specialSection table .ybdTd{
	width:600px;
	text-align:left;
}

#contents #specialSection #process{
	border-collapse:collapse;
	border:solid 1px #cccccc;
	background-color:#ffffff;
}

#contents #specialSection #process th,
#contents #specialSection #process td{
	border-collapse:collapse;
	border:solid 1px #cccccc;
	padding:0px;
	text-align:left;
}


#contents #specialSection #order{
	margin-bottom:15px;
}

#contents #specialSection #order th,
#contents #specialSection #order td{
	text-align:right;
}

