@charset "utf-8";

h5 {
	font-size: 120%;
	padding: 10px 20px;
	color: rgb(122, 87, 68);
}




.tel_no {
    text-align: center;
	font-size: 24px;
}

.tb_title {
	width: 20%;
    background-color: #CBCBCB;
    font-weight: bold!important;
	text-align: left!important;
}

.td_txt {
	text-align: left;
}




/*　********************************　*/


.pg_list_title {
	border-bottom: solid 1px #000000;
	text-align: right;
	padding-right: 30px;
	font-size: 80%;
}

.pg_list {
	text-align: right;
	margin-bottom:  20px;
	font-size: 80%;
}

.pg_top_box {
	border-bottom: dotted 1px #BBBBBB;
	height: 250px;
	margin-bottom:  20px;
}

.pg_mark {
	float: left;
	width: 20%;
	text-align: center;
}


.pg_left {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 140%;
}

.pg_right {
	float: left;
	width: 40%;
	font-size: 110%;
}


/*　********************************　*/




form {
	margin: 0px;
	padding: 0px;
}
.warning {
	color: #FF0000;
	font-weight: bold;
}
input {
	margin-bottom: 2px;
	margin-top: 2px;
}
select {
	margin-top: 2px;
	margin-bottom: 2px;
}
.box40 {
	width: 40px;
}
.box_60 {
	width: 60px;
}
.box_80 {
	width: 80px;
}

.box380 {
	width: 90%;
}
.box_420 {
	width: 90%;
}
.box_text {
	width: 90%;
	height: 100px;
}

.btn_send {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.red_s {
    font-size: x-small;
    color: #FF0000;
}