@charset "utf-8";


/*送信フォーム　共通
--------------------------------------------------*/

#form table {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4D4D4;
}
#form th {
	width: 140px;
	background-color: #F3F3F3;
}
#form th,#form td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0px;
}
#attention {
	margin: 20px 10px 20px 25px;
	font-size: 12px;
	text-indent: -12px;
}
input {
	font-size: 13px;
	padding: 1px 0px 0px 2px;
}
textarea {
	width: 400px;
	height: 150px;
	font-size: 13px;
	padding: 1px 0px 0px 2px;
	line-height: 140%;
}
#submit {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
#submit input {
	width: auto;
	border: none;
}
#thanks_txt {
	padding: 0px 20px 0px 20px;
}
#thanks_tel {
	padding: 30px 20px 10px 20px;
}
#thanks_tel strong {
	color: #008ECD;
	font-size: 16px;
	font-family: "Trebuchet MS";
}

/*色
--------------------------------------------------*/

.orange {
	color: #F60;
}
.red {
	color: #CC0000;
}
.green {
	color: #339900;
}

/*背景色
--------------------------------------------------*/

.bg_gray {
	background-color: #F0F0F0;
}

/*テキスト配置
--------------------------------------------------*/

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/*フォントサイズ
--------------------------------------------------*/

.font_10 {
	font-size: 10px;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_10_b {
	font-size: 10px;
	font-weight: bold;
}
.font_12_b {
	font-size: 12px;
	font-weight: bold;
}
.font_14_b {
	font-size: 14px;
	font-weight: bold;
}
.font_16_b {
	font-size: 16px;
	font-weight: bold;
}

/*区切り線
--------------------------------------------------*/

hr {
	display:none;
}
.line_5_dot {
	height:5px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_10_dot {
	height:10px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_20_dot {
	height:20px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_30_dot {
	height:30px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_40_dot {
	height:40px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_50_dot {
	height:50px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_60_dot {
	height:60px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_70_dot {
	height:70px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_80_dot {
	height:80px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_90_dot {
	height:90px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_100_dot {
	height:100px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_0 {
	height:0px;
	background-image: none;
	clear: both;
}
.line_5 {
	height:5px;
	background-image: none;
	clear: both;
}
.line_10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line_20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line_30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line_40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line_50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line_60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line_70 {
	height:70px;
	background-image: none;
	clear: both;
}
.line_80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line_90 {
	height:90px;
	background-image: none;
	clear: both;
}
.line_100 {
	height:100px;
	background-image: none;
	clear: both;
}

