@charset "Shift_JIS";


/* 基本
-------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p
,blockquote {
     margin: 0;
     padding: 0;
}
h1,h2,h3,h4,h5,h6 {
     font-size: 100%;
     font-weight: normal;
}
p {
     margin: 0 0 0 0;
}
ol,ul {
     list-style: none;
}
fieldset,img {
     border: 0;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
img {
     vertical-align: bottom;
		 border:0;
}

/* リンク
-------------------------------------------------------------------- */
a:link { color: #CC0066; text-decoration: none; font-weight:bold;}
a:visited {	color: #CC0066;	text-decoration: none;	font-weight:bold;}
a:hover { color: #FF0066; text-decoration: none; font-weight:bold;}
a:active { color: #FF3399; text-decoration: none; font-weight:bold;}

/* 全体
-------------------------------------------------------------------- */
body {
	color: #333333;
	background-color: #333333;
	text-align: center;
	font-size: 83%;
	line-height: 1.3;
}
#bodyentr {
	background-color: #FFFFFF;
}
.page-in {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 40px;
}
/* テキストボックス用マージン */

.in-txtbox {
	font-size: 12px;
	margin: 5px;
}
.in-txtbox-s {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

/* エントランス
-------------------------------------------------------------------- */
#entr {
	width: 600px;
	margin: 0px auto;
	text-align: center;
}
#enthed {
	width: 600px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 10px;
	color: #999999;
}

#entlogo {
	text-align: center;
}
#enttxt {
	text-align: left;
	width: 420px;
	margin: 20px auto 40px;
	font-size: 14px;
}
.btn-ent {
	text-align: center;
	margin: 0px auto 10px;
	width: 300px;
}
/* トップ
-------------------------------------------------------------------- */
#recruit {
	width: 648px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#hedr01 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../img/hed_r01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 648px;
}
#hedr02 {
	text-align: left;
}
#recmain {
}
.rec-txtbox {
	width: 535px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.rec-ttlbox {
	width: 560px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/bg_ttlsub.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
	padding: 2px 2px 2px 5px;
}
.contact{
	font-size: 15px;
	padding-right: 5px;
}


/* テーブル用 */

.rec-ttl-in {
	width: 100px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 4px;
}
.rec-txt-in {
	width: 400px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

/* その他 */

.sub-box {
	margin: 5px 10px;
}
.sub-txt-in {
	vertical-align: top;
	padding-right: 5px;
}
.sub-boxline {
	border: 1px solid #CCCCCC;
	margin: 0px 5px 5px;
	padding: 5px;
}
.sub-ttl {
	font-weight: bold;
}
.sub-txt-inbox {
	padding-bottom: 5px;
}
/* 比較 */
.hikaku-ttl {
	vertical-align: top;
	padding-right: 5px;
	width: 70px;
}
.hikaku-txt {
	vertical-align: top;
	padding-right: 5px;
}

/* Ｑ＆Ａ */
#qabox {
	margin-left: 30px;
	margin-bottom: 15px;
}
.qa-ttl {
	width: 16px;
	vertical-align: top;
}
.qa-txt {
	width: 490px;
	padding-bottom: 8px;
}
.qa-q {
	font-weight: bold;
	padding-bottom: 4px;
} 