@charset "UTF-8";


/* 基本文字スタイル
-------------------------------- */
h1,h2,p,td,dt,dd,li,th,div
{
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.05em;
}

.min { font-size: 11px; }
.big { font-size: 14px; }
.bold { font-weight: bold; }
.bold_normal { font-weight: normal; }

.red  { color: #ff4343; }
.clear { clear: both; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }

/* 透過ping ie6対策 */
.pngfix_link {
	cursor: pointer;
}



/* リンク
-------------------------------- */
/* 通常 */
a:link, a:visited {
	color: #cd0048;
	text-decoration: underline;
}

a:hover {
	color: #cd0048;
	text-decoration: none;
}

/* 白リンク */
a.white:link, a.white:visited {
	color: #FFF;
	text-decoration: underline;
}

a.white:hover {
	color: #FFF;
	text-decoration: none;
}

/* 黒リンク */
a.black:link, a.black:visited {
	color: #333;
	text-decoration: none;
}

a.black:hover {
	color: #333;
	text-decoration: underline;
}




/* 2=全体レイアウト
--------------------------------------------*/
body {
	background: url('../img/common_background.png?20141106');
	margin: 0;
/*	scrollbar-base-color		: #232323;
	scrollbar-arrow-color		: #999;
	scrollbar-3dlight-color     : #000;
	scrollbar-darkshadow-color	: #000;
	scrollbar-face-color		: #232323;
	scrollbar-highlight-color	: #3a3a3a;
	scrollbar-shadow-color		: #3a3a3a;
	scrollbar-track-color		: #000; */
	text-align: center;
	xoverflow-y: scroll;
}

#wrapper {

}


/* ---------- ヘッダー ---------- */

#header_fixed_enter {/* ENTER用 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 196px;
	z-index: 2;
}

#header {
	position: relative;
	width: 100%;
	min-width:1000px;
	height: 196px;
	text-align: center;
	background: url(../img/header_background.png) repeat-x top;
	z-index: 2;
}

#header .head_txt{
	background: none repeat scroll 0 0 #000;
}
#header .head_txt p{
	/*width: 1000px;*/
	color: #fff;
	margin: 0 auto;
	text-align: left;
}

#header_bottom {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 44px;
	/*background: url(../img/header_bottom.png) no-repeat center;*/
	background: url(../img/header_bottom.png) repeat-x center;
	margin: 0 auto;
	/*z-index: 3;*/
	z-index: 1;
}

/* 下模様の下の白地 */
#header_background_white {
	position: absolute;
	top: 152px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 0;
	text-align: center;
	margin: 0 auto;
}

#header_background_white .white_area {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: #FFF;
}

/* ロゴ */
#header_main {
	position: relative;
	width: 1000px;
	height: 197px;
	margin: 0 auto;
	z-index: 4;
}

h1 {
	position: absolute;
	top: 0;
	left: 346px;
	width: 300px;
	height: 220px;
	z-index: 4;
}

h1 a {
	display: block;
	width: 300px;
	height: 220px;
	/*background: url(../img/header_logo.png) no-repeat top left;*/
	text-indent: -9999em;
	z-index: 4;
}

#logo_swf {
	position: absolute;
	top: 0;
	left: 350px;
	right: 350px;
}
#logo_frame {
	position: absolute;
	top: 0;
	left: 350px;
	right: 350px;
	z-index: 1;
}

/* ---------- コンテンツ（背景白の部分) ---------- */
#fixed_block_container {
	width: 100%;
	z-index: 1;
}


#fixed_block_container_enter {/* ENTER用 */
	position: absolute;
	top: 198px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#fixed_block {
	background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    width: 1000px;
    z-index: 1;
}

#fixed_contents {
	width: 1000px;
	margin: 0 auto;
	/*background: #FFF;*/
	text-align: left;
	position: relative;
    z-index: 2;
}





/* ---------- コンテンツ（背景白の部分) ---------- */
#page_container_wrapper {
	xposition: absolute;
	xtop: 375px;
	xleft: 0;
	width: 100%;
	background: url(../img/footer_background.png) repeat-x bottom;
	z-index: 0;
}

#page_container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}

#common_head_title div {
	width: 368px;
	height: 20px;
	background: url(../img/common_head_title.png) no-repeat top left;
	margin-left: 42px;
	text-indent: -9999em;
}

/* ---- GROUP_BANNER ---- */
#common_head_banner {
	/*margin-left: 42px;*/
	margin-left: 5px;
}

#common_head_banner ul {
	list-style: none;
	text-align: center;
}

#common_head_banner li {
	display: inline;
	/*float: left;*/
	width: 152px;
}
#common_head_banner li a img,
#common_footer_banner  li a img{
	width: 145px;
}
#common_head_banner li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* ---- GLOBALMENU ---- */
#globalmenu {
	width: 904px;
	height: 56px;
	margin-left: 48px;
	background: url('../img/globalmenu.png') no-repeat top left;
}



/* メニュー共通項目一括指定 */
#globalmenu .menu1 a,
#globalmenu .menu2 a,
#globalmenu .menu3 a,
#globalmenu .menu4 a,
#globalmenu .menu5 a,
#globalmenu .menu6 a,
#globalmenu .menu7 a,
#globalmenu .menu8 a,
#globalmenu .menu9 a,
#globalmenu .menu10 a {
	display: block;
	height: 56px;
	text-indent: -9999em;
	background: url('../img/globalmenu.png') no-repeat;
}

#globalmenu .menu1 a  { width: 117px; background-position: 0 0;}
#globalmenu .menu2 a  { width: 113px; background-position: -117px 0; }
#globalmenu .menu3 a  { width: 79px;  background-position: -230px 0; }
#globalmenu .menu4 a  { width: 61px;  background-position: -309px 0; }
#globalmenu .menu5 a  { width: 98px;  background-position: -370px 0; }
#globalmenu .menu6 a  { width: 87px;  background-position: -468px 0; }
#globalmenu .menu7 a  { width: 71px;  background-position: -555px 0; }
#globalmenu .menu8 a  { width: 65px;  background-position: -626px 0; }
#globalmenu .menu9 a  { width: 92px; background-position: -691px 0; }
#globalmenu .menu10 a { width: 69px;  background-position: -783px 0; }

#globalmenu .menu1 a:hover  { background-position: 0 -56px;}
#globalmenu .menu2 a:hover  { background-position: -117px -56px; }
#globalmenu .menu3 a:hover  { background-position: -230px -56px; }
#globalmenu .menu4 a:hover  { background-position: -309px -56px; }
#globalmenu .menu5 a:hover  { background-position: -370px -56px; }
#globalmenu .menu6 a:hover  { background-position: -468px -56px; }
#globalmenu .menu7 a:hover  { background-position: -555px -56px; }
#globalmenu .menu8 a:hover  { background-position: -626px -56px; }
#globalmenu .menu9 a:hover  { background-position: -691px -56px; }
#globalmenu .menu10 a:hover { background-position: -783px -56px; }

/* ---- GLOBALMENU(スマホ用) ---- */
#globalmenu_sp {
	width: 1001px;
	height: 78px;
	/*margin-left: 48px;*/
	background: url('../img/globalmenu_sp.png') no-repeat top left;
}

#globalmenu_sp .menu1 a,
#globalmenu_sp .menu2 a,
#globalmenu_sp .menu3 a,
#globalmenu_sp .menu4 a,
#globalmenu_sp .menu5 a,
#globalmenu_sp .menu6 a,
#globalmenu_sp .menu7 a,
#globalmenu_sp .menu8 a,
#globalmenu_sp .menu9 a,
#globalmenu_sp .menu10 a {
	display: block;
	height: 78px;
	text-indent: -9999em;
	/*background: url('../img/globalmenu_sp.png') no-repeat;*/
}/**/

#globalmenu_sp .menu1 a  { width: 140px; }
#globalmenu_sp .menu2 a  { width: 126px; }
#globalmenu_sp .menu3 a  { width: 81px;  }
#globalmenu_sp .menu4 a  { width: 71px;  }
#globalmenu_sp .menu5 a  { width: 66px;  }
#globalmenu_sp .menu6 a  { width: 106px;  }
#globalmenu_sp .menu7 a  { width: 96px;  }
#globalmenu_sp .menu8 a  { width: 92px;  }
#globalmenu_sp .menu9 a  { width: 70px; }
#globalmenu_sp .menu10 a { width: 156px;  }

#globalmenu_sp .menu1:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu2:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu3:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu4:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu5:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu6:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu7:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu8:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu9:hover  { background: rgba(255, 255, 255, 0.2); }
#globalmenu_sp .menu10:hover  { background: rgba(255, 255, 255, 0.2); }

ul.global_navi {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.global_navi li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.global_navi li a{
    
}
ul.global_navi li img{
    
}
ul.global_navi li img:hover{
    opacity:0.8;
}

/* 2015-02-13 から新デザイン */
.global_navi_new {
	list-style: outside none none;
    margin: 0;
    padding: 0;
    width:1000px;
    height: 73px;
    background-repeat: no-repeat;
}
.global_navi_new li, 
.global_navi_new a {
	height: 73px;
	display: inline-block;
}
.global_navi_new a {
	width:100%;
}

.global_navi_new .menu01 {
	width: 136px;
}
.global_navi_new .menu02 {
	width: 126px;
}
.global_navi_new .menu03 {
	width: 74px;
}
.global_navi_new .menu04 {
	width: 89px;
}
.global_navi_new .menu05 {
	width: 81px;
}
.global_navi_new .menu06 {
	width: 78px;
}
.global_navi_new .menu07 {
	width: 106px;
}
.global_navi_new .menu08 {
	width: 97px;
}
.global_navi_new .menu09 {
	width: 93px;
}
.global_navi_new .menu10 {
	width: 120px;
}


/* ----- メイン部分（ヘッダー下） ----- */
#main_container {
	vertical-align: top;
}



/* ----- サイドバー ----- */
td#side_col_container {
	width: 325px;
	vertical-align: top;
}

#side_col {
	width: 284px;
	/*margin-left: 41px;*/
	margin-left: 20px;
}

/* インフォメーション */
#side_info_title_container {
	position: relative;
	width: 284px;
	/*height: 53px;*/
	height: 51px;
}

h3#side_info_title{
	position: absolute;
	top: 0;
	left: -11px;
	width: 295px;
	/*height: 53px;*/
	height: 51px;
	background: url(../img/side_info_title.png) no-repeat top left;
	background-size: 285px auto;
	text-indent: -9999em;
}

h3#side_wait_title{
	position: absolute;
	top: 0;
	left: -11px;
	width: 295px;
	/*height: 53px;*/
	height: 51px;
	background: url(../img/side_wait_title.jpg) no-repeat top left;
	background-size: 285px auto;
	text-indent: -9999em;
}

#side_info_col {
	width: 284px;
}

#side_info_col .body {
	width: 284px;
	background: url(../img/side_info_col_body.png) repeat-y;
	background-size: 274px 1px;
}

#side_info_col .foot {
	width: 284px;
	height: 13px;
	background: url(../img/side_info_col_foot.png) no-repeat;
	background-size: 274px auto;
}

#side_info_col .icon {
	width: 29px;
	text-align: center;
}

#side_info_col .title_and_date {
	/*width: 167px;*/
	width: 160px;
}

#side_info_col .shop_icon {
	width: 88px;
	letter-spacing: 0;
}

#side_info_col .line {
	height: 5px;
	background: url(../img/side_info_col_line.png) no-repeat 50% center;/**/
	background-size: 250px
}

#side_info_col .date {
	color: #999;
	font-size: 11px;
	line-height: 14px;
}

/* ランキング */
#side_ranking a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_ranking.png) no-repeat left;
	text-indent: -9999em;
}

#side_ranking a:hover {
	background: url(../img/side_ranking.png) no-repeat right;
}

/* メールマガジン */
#side_magazine {
	position: relative;
	width: 280px;
	height: 100px;
}

#side_magazine .image_area {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 82px;
	height: 82px;
	z-index: 3;
}

#side_magazine .link_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100px;
	z-index: 2;
}

#side_magazine .link_area a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_magazine_link_area.png) no-repeat left;
	text-indent: -9999em;
}

#side_magazine .link_area a:hover {
	background: url(../img/side_magazine_link_area.png) no-repeat right;
}


/* モバイルサイトのご案内 */
#side_mobile {
	position: relative;
	width: 280px;
	height: 100px;
}

#side_mobile .image_area {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 82px;
	height: 82px;
	z-index: 3;
}

#side_mobile .link_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100px;
	z-index: 2;
}

#side_mobile .link_area {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_mobile_link_area.png) no-repeat left;
	text-indent: -9999em;
}


#side_mobile .link_area a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_mobile_link_area.png) no-repeat left;
	text-indent: -9999em;
}

#side_mobile .link_area a:hover {
	background: url(../img/side_mobile_link_area.png) no-repeat right;
}


/* 求人情報 */
#side_recruit a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_recruit.png) no-repeat left;
	text-indent: -9999em;
}

#side_recruit a:hover {
	background: url(../img/side_recruit.png) no-repeat right;
}


/* 男性求人情報 */
#side_rec_men a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_rec_men.png) no-repeat left;
	text-indent: -9999em;
}

#side_rec_men a:hover {
	background: url(../img/side_rec_men.png) no-repeat right;
}

/**/
#side_rec_web a {
	display: block;
	width: 280px;
	height: 100px;
	background: url(../img/side_rec_web.png) no-repeat left;
	text-indent: -9999em;
}

#side_rec_web a:hover {
	background: url(../img/side_rec_web.png) no-repeat right;
}

/* 共通レイアウト
-------------------------------- */
/* サイドバー付き main_col */
#main_col_container {
	vertical-align: top;
}

#main_col {
	/*margin-left: 14px;*/
	margin-left: 50px;
}

/* サイドバー無し main_col */
#main_wide_col_container {
	vertical-align: top;
}

#main_wide_col {
	margin-left: 44px;
}


/* h2_title */
.common_h2_title_box {
	position: relative;
	width: 619px;
	height: 45px;
}

h2.title {
	position: absolute;
	top: 0;
	left: -10px;
	width: 629px;
	height: 45px;
	text-indent: -9999em;
}

.common_h2_title_wide_box {
	position: relative;
	width: 914px;
	height: 45px;
}

h2.title_wide {
	position: absolute;
	top: 0;
	left: 0;
	width: 914px;
	height: 45px;
	text-indent: -9999em;
}

h3.common_subtitle_1 {
	width: 854px;
	height: 32px;
	color: #555;
	font-weight: bold;
	font-size: 13px;
	line-height: 32px;
	padding-left: 29px;
	margin-left: 31px;
	background: url(../img/common_subtitle_1.png) no-repeat top left;
}

/* 横一杯インフォメーションBOX */
.common_wide_info_box {
	width: 854px;
	height: 184px;
	margin: 14px 0 0 31px;
	padding-top: 17px;
	background: url(../img/common_wide_info_box.png) no-repeat top left;
}

.common_wide_long_info_box {
	width: 854px;
	height: 637px;
	margin: 14px 0 0 31px;
	padding-top: 17px;
	background: url(../img/common_wide_long_info_box.png) no-repeat top left;
}

.common_wide_info_line {
	height: 1px;
	background: url(../img/common_wide_info_line.png) no-repeat 50% center;
}

.common_info_text_box {
	width: 820px;
	margin-left: 17px;
}

.common_info_text_box .head {
	width: 820px;
	height: 3px;
	line-height: 0;
	padding: 0;
	margin: 0;
	background: url(../img/common_info_text_box_head.png) no-repeat top left;
}

.common_info_text_box .body {
	width: 820px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 7px 25px;
	background: url(../img/common_info_text_box.png) no-repeat top left;
}

.common_info_text_box .foot {
	width: 820px;
	height: 3px;
	background: url(../img/common_info_text_box_foot.png) no-repeat top left;
}

.common_info_text_box a:link,
.common_info_text_box a:visited {
	color: #6c0030;
}

.common_info_text_box a:hover {
	color: #6c0030;
}

/* icon_1 PNG */
.icon_1_box {
	padding-left: 12px;
	background: url(../img/common_icon_1.png) no-repeat left 50%;
}


/* BOX1(コンテンツエリア 横一杯のBOX) */



.common_box_1 { 
	width: 530px;
	background: url(../img/common_box_1_body.png) repeat-y;
}

.common_box_1 .foot { 
	width: 530px;
	height: 5px;
	background: url(../img/common_box_1_foot.png) no-repeat top left;
}




/* ---------- フッター ---------- */
#footer_container {
	position: relative;
	width: 1000px;
	height: 253px;
	margin: 0 auto;
}

#footer {
	width: 1000px;
	height: 253px;
	background: url(../img/footer_background.png) repeat-x top #000;
	z-index: 1;
}

#footer_main {
	position: relative;
	width: 1000px;
	height: 253px;
	margin: 0 auto;
}

#footer .textarea {
	text-align: center;
}

#footer .textarea div {
	color: #999;
	width: 780px;
	height: 28px;
	line-height: 28px;
	letter-spacing: 0;
	margin: 0 auto;
	background: #060606;
	text-align: center;
}

#footer .menu {
	color: #222;
	width: 1000px;
	text-align: center;
}

#footer .menu a:link,#footer .menu a:visited {
	color: #AAA;
	text-decoration: none;
}

#footer .menu a:hover {
	text-decoration: underline;
}

#footer .copy {
	color: #AAA;
	height: 25px;
	line-height: 25px;
	letter-spacing: 0;
	text-align: center;
}

/* 帯 */
#footer_top_line {
	position: relative;
	width: 100%;
	min-width:1000px;
}


#footer_top {
	position: absolute;
	top: -253px;
	left: 0;
	width: 100%;
	height: 44px;
	background: url(../img/footer_top.png) repeat-x top center;
	z-index: 2;
}


/* ---- GROUP_BANNER ---- */
#common_footer_banner {
	margin-left: 42px;
}

#common_footer_banner ul {
	list-style: none;
	text-align: center;
}

#common_footer_banner li {
	display: inline;
	/*float: left;*/
	width: 152px;
}

#common_footer_banner li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* アイコン */
span.g_icon { 
	float: right;
	margin-right: 14px;
}
span.g_icon img { 
	margin-right:1px;
	width:auto !important;
}

/* ヘッドライン */
.head_line{
    background-image: url('/pc/img/top/headline_bg.png');
    height: 28px;
    width: 920px;
    margin: 0 auto;
}
.head_line marquee{
    font-size: 12px;
    line-height: 26px;
    margin: 0 3px 0 110px;
    color: #FFFFFF;
}

.head_line marquee span {
	margin-right: 800px;
}
.head_line marquee span:last-child {
	margin-right: 0;
}

/* メインビジュアル */
.main_view_l, .main_view_r{
    display: inline-block;
}
.main_view_l{
    width: 720px;
    text-align: left;
    margin: 0;
}
.main_view_r{
    text-align: right;
    margin: 0;
}
.main_view_r .banner_col {
    margin-bottom: 4px;
    padding: 0;
}
.main_view_r .banner_col a{
    margin:0;
    line-height: 0;
    display: block;
}
.main_view_r .banner_col img{
    margin:0;
    height: 35px;
}