@charset "utf-8";
/* 基本レイアウト ここから↓ */
@import url(common.css);

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background: #FFF url(../../images/users/back.jpg) repeat 0 267px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	font-size: small;
	text-align: center;
	margin: 0;
}
a {
	color:#920784;
	text-decoration:none;
}

a:hover {
	color:#777;
	text-decoration:underline;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
p {
	color: #333;
}


img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#pageTop a {
  display: block;
  z-index: 105;
}
/* body スライド　*/
#bg_slide {
	width: 100%;
	height: 232px;
	position: absolute;
	left: 0;
	top: 35px;
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.1);
}
#bg_slide ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*==========================================
 body_toparea
===========================================*/
#body_toparea {
	background: url(../../images/users/body_back.jpg) repeat 0 0;
	width: 100%;
	height: 267px;
}
/*==========================================
 body 基本
===========================================*/
#body_inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../../images/users/body_back.jpg) repeat 0 268px;
}
#wrapper {
    overflow: hidden;
    position: relative;
	width: 100%;
	margin-top: -268px;
}
#wrapper #wrapper_area {
	width: 100%;
	z-index: -999999;
	display: table;
}
/*==========================================
 header
===========================================*/
header {
	display: table-cell;
	vertical-align: top;
	color: #fff;
	padding-left: 0;
	z-index: 3;
	background: url(../../images/users/bg_header.png) repeat-y left top;
}
header #headerwrapper {
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.1);
	width: 248px;
	text-align: center;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	height: 100%;
}
header .header_group {
	margin: 20px 0;
}
header h1 {
	margin: 1em 0;
}
header p.ten_chara {
	margin: 2em 0 0.5em 0;
}
header p.ten_text {
	margin-bottom: 2em;	
}
header h3.about_title {
	margin-bottom: 1.5em;
}
header p.about_sub {
	padding-bottom: 1em;
	border-bottom: 3px solid #fff;
	margin: 1em;
}
header .concept_area {
	background-color: #fff100;
	margin: 10px 15px;
	padding: 10px 0;
}
header .concept_area p.concept_text {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
header .sub_search {
	margin: 10px 15px;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
	box-sizing: border-box;
	border: 2px solid #e60044;
}
header .sub_search p.search_text {
	
}
header .sub_search .head_search {
	margin: 8px 0 0 0;
}
header .sub_search .head_search input {
	padding: 3px 0;
	margin: 0;
}
p.partner_btn {
	margin-left: 1.5em;
}
h3.sub_title {
	margin: 1em 0;
}
p.sub_btn {
	margin: 1em 0;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* banner_area
===========================================*/
.banner_area {
}
.banner_area ul {
}
.banner_area ul li {
	margin-bottom: 20px;
}
.banner_area ul li img {
	width: 209px;
	height: 97px;
}
/* nav
===========================================*/
nav {
	margin-left: 15px;
}
nav ul.nav_list {
	text-align: left;
	font-size: 120%;
	vertical-align: middle;
}
nav ul.nav_list li {
	width: 220px;
	height: 29px;
	margin: 5px 0;
	padding-left: 5px;
	padding-top: 3px;
	background: url(../../images/users/bg_nav.png) no-repeat left bottom;
	border: 3px solid #fff;
	box-sizing: border-box;
}
nav ul.nav_list li.job_bg {
	background: url(../../images/users/bg_jobrednav.png) no-repeat left bottom;
}
nav ul.nav_list a {
	color: #fff;
}
nav ul.nav_list a:hover {
	text-decoration: none;
	color: #e83820;
}
nav ul.nav_list a.jobred:hover {
	color: #ccc;
}



/* jobsite
===========================================*/
ul.job_nav {
	margin-left: 15px;
	text-align: left;
	font-size: 120%;
	vertical-align: middle;
}
ul.job_nav li {
	width: 220px;
	height: 29px;
	margin: 5px 0;
	padding-left: 5px;
	padding-top: 3px;
	background: url(../../images/users/bg_jobnav.png) no-repeat left bottom;
	border: 3px solid #fff;
	box-sizing: border-box;
}
ul.job_nav a {
	color: #fff;
}
ul.job_nav a:hover {
	text-decoration: none;
	color: #e83820;
}

/*==========================================
 main
===========================================*/
main {
	display: table-cell;
	width: 700px;
}
main p.top_text {
	position: absolute;
	top: 7px;
	left: 280px;
	font-size: 140%;
	font-weight: bold;
}
main p.top_text span.top_red {
	font-weight: bold;
	color: #e83820;
}
main ul.top_sns {
	position: absolute;
	top: 3px;
	right: 100px;
}
main ul.top_sns li {
	display: inline-block;
	margin-right: 5px;
}
main p.top_login {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 140%;
	font-weight: bold;
	background-color: #1d2087;
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 110%;
}
main p.top_login a {
	color: #fff;
}
main p.top_login a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*==========================================
float_menu
===========================================*/
#menu_group {
	float: left;
	width: 286px;
	position: fixed;
	bottom: 100px;
	right: 0;
	margin: 10px;
	z-index: 100;
}
#menu_group ul.float_menu li {
	margin-bottom: 3px;
}
#menu_group ul.float_menu li.float_form {
	background: url(../../images/users/float_menu02.png) no-repeat 0 0;
	padding: 40px 0 0 60px;
	height: 32px;
}
/*==========================================
comment_area
===========================================*/
main #comment_area {
	position: relative;
	border: 5px solid #1d2087;
	padding: 5px;
	background-color: #ffff00;
	color: #1d2087;
	margin-top: 180px;
	width: 690px;
	box-sizing: border-box;
	text-align: center;
	font-size: 145%;
	font-weight: bold;
	display: block;
}
main #comment_area p.comment {
	display: block;
}
/*==========================================
 slider
===========================================*/
main #slider {
	width: 680px;
	background: #1d2087;
	padding: 5px;
	height: 261px;
	margin-bottom: 20px;
	margin-top: 10px;
	z-index: -99999;
}
/*==========================================
 gnav
===========================================*/
#gnav_group {
	margin: 0 0 10px 0;
}
#gnav_group ul.gnav {
	float: left;
	display: block;
}
#gnav_group ul.gnav li {
	float: left;
	margin-left: 2px;
}

/*==========================================
 section
===========================================*/
section {
	margin: 2em 1em 2em 1em;
	font-size: 120%;
}
h3.main_title {
	margin-bottom: 0.5em;
}
section .secleft {
	margin-left: 4em;
}
section p.main_text {
	margin-bottom: 1em;
	font-size: 110%;
}
/* info section
===========================================*/
section ul.info_news {
	border: 3px solid #1d2087;
	background-color: #fff;
	padding: 2px;
	line-height: 1.5;
}
section ul.info_news li {
	margin: 10px 5px;
}

section ul.info_news li dl {
	display: table;
}
section ul.info_news li dl dt {
	display: table-cell;
	padding-right: 1.2em;
}
section ul.info_news li dl dd {
	display: table-cell;
}

/* point section
===========================================*/
p.group_comment {
}
section .point_area {
	margin-top: 20px;
}
section .point_list {
	margin: 10px 0;
}
section .point_list p.point_sub {
	font-size: 80%;
	margin-bottom: 5px;
}
section .point_list p.point_text {
	background: url(../../images/users/point_list.png) no-repeat left top;
	padding: 5px 0 15px 70px;
	border-bottom: 3px dotted #ccc;
	font-size: 150%;
	font-weight: bold;
}
/* concept section
===========================================*/
section .concept_left {
	float: left;
}
section .concept_left .concept_fix {
 	border: solid 3px #ff0000;
    width: 260px;
    height: 240px;
    padding: 0.5em;
    overflow: auto;
	margin-right: 0.5em;
	line-height: 1.6;
	font-size: 85%;
	background-color: #fff;
}
section .concept_left .concept_fix p {
}
section .concept_left .concept_fix p span.conred {
	color: #ff0000;
	font-weight: bold;
}
.concept_right {
	float: right;
	margin-left: -10px;
	margin-top: -65px;
}
.concept_right p.concept_text {
	margin-left: 65px;
}
.concept_right p.concept_img {
	margin-top: 10px;
	text-align: right;
}
/* good section
===========================================*/
section ul.good_list {	
}
section ul.good_list li {
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}
/* reco section
===========================================*/
section ul.reco_list {
	
}
section ul.reco_list li {
	display: inline-block;
	border: 4px solid #1d2087;
	width: 195px;
	height: 53px;
	box-sizing: border-box;
	font-size: 110%;
	text-align: center;
	padding-top: 15px;
	background-color: #fff;
}
section ul.reco_list li a {
	color: #1d2087;
}
section ul.reco_list li a:hover {
	color: #ccc;
	text-decoration: none;
}
/*==========================================
 sns area
===========================================*/
p.sns_list {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
/*==========================================
 linkfree
===========================================*/
section#linkfree {
	clear: both;
	margin: 10px 10px 20px 30px;
}
section#linkfree ul {
	display: table;
	font-size: 90%;
}
section#linkfree ul li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}

/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	position: relative;
	font-size: 110%;
	color: #000;
	display: block;
}
footer #footer_wrapper {
	width: 100%;
	background-color: #fff;
}
footer a {
	color: #000;
}
footer #footinfo_group  {
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #ffffff;
	text-align: left;
	display: block;
}
footer #footinfo_group .foot_left {
	float: left;
	margin: 1em;
}
footer #footinfo_group .foot_right {
	float: left;
	margin: 1em 0 1em 2em;
}
footer #footinfo_group p.foot_logo {

}
footer #footinfo_group ul.foot_menu {
	margin: 5px 15px 15px;
	text-align: left;
}
footer #footinfo_group ul.foot_menu2 {
	margin-left: 130px;
}
footer #footinfo_group ul.foot_menu li,
footer #footinfo_group ul.foot_menu2 li {
	display: inline-block;
	/*margin-right: 20px;*/
	width: 100px;
	padding-left: 10px;
	background: url(../../images/users/footmenu_listmark.png) no-repeat left center;
}
footer #footinfo_group ul.foot_menu3 {
	margin-left: 130px;
	margin-top: 15px;
}
footer #footinfo_group ul.foot_menu3 li {
	display: inline-block;
	/*margin-right: 20px;*/
	width: 180px;
	padding-left: 10px;
	background: url(../../images/users/footmenu_listmark.png) no-repeat left center;
}
footer #footinfo_group ul li a {
	font-weight: bold;
}
footer #footinfo_group p.footer_ad {
	margin-left: 10px;
}
footer p.foot_c {
	clear: both;
	color: #000;
	text-align: center;
	margin: 10px auto;
}
/* パンくずリスト
===========================================*/
ul#breadcrumb {
	padding: 5px 0;
	margin-left: 1rem;
}
ul#breadcrumb li {
	display: inline;
}
ul#breadcrumb li a {
	color: #000;
}

