@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#base {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #C4D4E3;
}
body {
	color:#333333;
	background-attachment: fixed;
	font-size: 13px;
	background-position: center top;
}
img {
	vertical-align: middle;
	width:100%
	height:100%
}
li {
	list-style-type: none;
}
a {
	color: #000000;
}

input[type="text"],textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 200%;
	margin:2px;
	width:85%;
}

input[type="image"]{
	margin:2px;
}

select {
	font-size: 150%;
	margin:2px;
}

/*
ヘッダー
-------------------------------------------*/
#head {
	height: 44px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}


h1 {
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #64C2D9;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
	width: 98%;
}
h1 span {
	font-size: 12px;
	padding-left: 20px;
	color: #64C2D9;
	letter-spacing: 1px;
	line-height: 14px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	color: #FFFFFF;
	height: 24px;
	padding-left: 15px;
	padding-top: 8px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-image: url(/images/h2.gif);
	background-repeat: no-repeat;
}
h2 span {
	font-size: 11px;
	color: #D4BCBC;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
h4 {
	color: #D04161;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EEBBC7;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h4 span {
	font-size: 12px;
	color: #DF7C93;
	line-height: 12px;
	font-weight: normal;
}

p {
	font-size: 13px;
	line-height: 16px;
}

.box_left {
	float: left;
	width: 100%;
}
.box_left h2{
	clear: both;
	margin:5px;
}
.box_left p{
	margin-left:5px;
}
.box_left input{
	margin-left:5px;
}
.box_left .img_left {
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 10px;
}

.img_left {
	float: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}

.to_top {
	text-align: right;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}

.chui {
	color: #D44767;
	font-size: 12px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.comment {
	margin-top: 1px;
	padding-top: 1px;
	font-size: 9px;
}

/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
table {
	width: 100%;
	margin: 5px;
}
table td {
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
table th {
	font-size: 13px;
	font-weight: normal;
}
form table th {
	width: 127px;
}

#head h1 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}




/*navi*/
#navi ul {
	display:table;
	table-layout:fixed;
	width:100%;
	height: 44px;
}
#navi li {
	width: 16%;
	height: 44px;
	display:table-cell;
	background-image: url(/images/navi_li.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}
#navi li a{
	display:block;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}


/*top*/
.btn_s {
	text-align: right;
	margin: 2px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #64C2D9;
	font-size: 16px;
	text-decoration: none;
}

.rules {
	text-align:right;
	margin-right:2px;
	margin-top:1em;
}
.rules a {
	color: #000000;
}


/*company*/
#h_sns {
	margin-left: 15px;
	margin-top: 5px;
}

#mokuji {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#mokuji li {
	display: inline;
	line-height: 20px;
	font-size: 12px;
}
#mokuji li a {
	background-image: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	text-decoration: none;
	color: #D44767;
}

.box_out {
	background-color: #EEEEEE;
	margin-top: 1px;
	margin-bottom: 5px;
	padding:3px;
}
.box_in {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tbl_list {
	width: 98%;
	background-color: #ffffff;
}
.tbl_list th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E18398;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.tbl_list .th_sal {
	width: 10%;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E18398;
	text-align: right;
	padding-right: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

.tbl_list th span {
	font-size: 10px;
	color: #D44566;
}
.tbl_list td {
	border-bottom-color: #E5E5E5;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.tbl_list .td_more a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 18px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	font-size:12px;
}

.tbl_list strong {
	font-size: 14px;
	color: #D44666;
}

.tbl_info{
	width: 98%;
	background-color: #ffffff;
}

.tbl_info .td_head {
	background-color: #FAF8F3;
	text-align: right;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #CDBB9C;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 12px;
	background-repeat: repeat-x;
}

.tbl_info .td_odd {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #D5D5D5;
	font-size: 14px;
	line-height: 20px;
	word-break: break-all;
}
.tbl_info .td_odd a{
	color: #000000;
	text-decoration: none;
}

.comment_sal {
	margin-top: 1px;
	margin-left: 10%;
	padding-top: 1px;
	font-size: 11px;
	float: left;
}
.salary {
	margin-top: 1px;
	margin-bottom: 5px;
	padding-top: 1px;
	font-size: 20px;
	color: #D44666;
}

/*search*/
#result{
	margin-bottom:1em;
}
#result ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	border-top: 1px solid #D5D5D5;
}

#result li {
	background-color: #FFFFFF;
	display:block;
}

#result li div {
	padding: 0px 20px 0px 0px ;
}

#result ul li a {
	background: url(/images/arrow01.png) right center no-repeat;
	background-position:right center;
	color: #000000;
	font-size:20px;
	display:block;
	margin:0px;
	padding: 12px 0px 12px 12px ;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

#result ul li a span{
	font-size:12px;
}

#result ul li.li2 {
	background-position:right center;
	color: #000000;
	font-size:20px;
	display:block;
	margin:0px;
	padding: 12px 0px 12px 12px ;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
#result ul li.li2 span{
	font-size:12px;
}


/*rank*/
.td_title {
	background-color: #ffffff
	text-align: left;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-repeat: repeat-x;
	line-height: 20px;
	word-break: break-all;
}
.td_link a {
	font-size:15px;
}


/*paging*/
.paging{
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}
.paging a{
	font-size:20px;
}


/*footer*/
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #838383;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}


/*adsense*/
.adsense
{
	width: 95%;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.ad_res_top
{
	width: 320px;
	height: 100px;
}
@media (min-width:750px){
	.ad_res_top{
		width: 728px;
		height: 90px;
	}
}
@media (min-width:970px){
	.ad_res_top{
		width: 970px;
		height: 150px;
	}
}

.ad_res
{
	width: 338px;
	height: 280px;
}
@media (min-width:750px){
	.ad_res{
		width: 728px;
		height: 90px;
	}
}
@media (min-width:970px){
	.ad_res{
		width: 970px;
		height: 150px;
	}
}

.adsense p
{
	margin-top:5px;
	margin-bottom:1px;
	font-size:10px;
}
