@charset "utf-8";

/*inputタグ関連
--------------------------------------------------*/

input,textarea,select {
	font-size: 13px;
	padding: 1px 0px 0px 2px;
}
input {
	width: 250px;
}
textarea {
	width: 400px;
	height: 150px;
	line-height: 1.4;
}

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

#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: 120px;
	background-color: #F3F3F3;
}
#form th,#form td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding: 10px 10px 10px 10px;
}
#form_attention {
	margin: 20px 0px 20px 10px;
}
#form_attention p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
#submit {
	text-align: center;
	padding: 30px 0px 0px 0px;
}
#submit input {
	width: auto;
	border: none;
}
#thanks_txt {
	padding: 20px 50px 20px 50px;
}
#thanks_tel {
	padding: 10px 50px 10px 50px;
}
#thanks_tel strong {
	color: #008ECD;
	font-size: 16px;
	font-family: "Trebuchet MS";
}

/*CMS 記事詳細　共通
--------------------------------------------------*/

#entry {
	padding: 0px 40px 0px 40px;
}
#entry p {
	padding: 0px 15px 20px 15px;
}
#entry img {
	padding: 0px 0px 20px 0px;
}
#entry ul {
	padding: 15px 0px 15px 0px;
}
#entry li {
	padding: 6px 0px 5px 10px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#entry .box {
	background-color: #F0F0F0;
	margin: 0px 10px 20px 10px;
	padding: 10px 15px 10px 15px;
	font-size: 12px;
}
#entry .box ul {
	background-image: url(/img/common/main/bg_number.jpg);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	padding: 14px 0px 0px 0px;
}
#entry .box li {
	text-indent: 30px;
	padding: 0px 0px 15px 0px;
	margin: 1px 0px 0px 0px;
	line-height: 102%;
}
#entry table {
	width: 540px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D4D4D4;
	border-left-color: #D4D4D4;
	margin: 0px 0px 25px 15px;
}
#entry td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	padding: 10px 10px 10px 10px;
}
#entry th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
	background-color: #ECEBDF;
	font-size: 12px;
	vertical-align: middle;
}
#back {
	padding: 30px 15px 30px 15px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	margin: 10px 0px 0px 0px;
}
#next {
	padding: 15px 15px 15px 15px;
	background-color: #EEEEEE;
}
#next ul {
	padding: 5px 0px 0px 0px;
}
#next li {
	padding: 2px 0px 2px 10px;
	background-image: none;
}

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

.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;
}

