@charset "UTF-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}
body, html {
	width: 100% !important;
}
body{
	word-wrap: break-all;
	line-height:1;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
    border-collapse:collapse;
    border-spacing: 0;
}

caption,
th {
    text-align:left;
}
table tr, table th, table td {
	word-break: break-all;
}
a{
	text-decoration:none;
	color:#0096d4;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
	vertical-align:middle;
}
.fixeder {
	overflow: hidden;
}
/* ================================================================================ */
/*                                                                                  */
/*      ios用フォームデザインリセット                                                         */
/*                                                                                  */
/* ================================================================================ */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration
	{
	display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}

/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */
.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}



/*----------------------------------------------------------------【外枠設定】*/


#wrapper{
	width: 100%;
	margin: 110px 0 0 0;
}
/*トップページのイメージ表示*/
#wrapper.addTopPageImage {
	position:relative;
}
#wrapper.addTopPageImage::before {
	content: "";
	position: absolute;
	background-image: url("../img/top_image.jpg");
	width: 100%;
	height: 120%;
	left: 0;
	top: -100px;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.1;
	overflow: hidden;
}
.outer_container {
	width: 100%;
	margin: 0;
}
.container {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.contents {
	min-width: 1060px;
	margin: 0 auto;
}

.contents_inline{
	width: 1060px;
	margin:0 auto;
	display: table;
}
@media only screen and (max-width:768px) {
	#wrapper.addTopPageImage {
		overflow: hidden;
	}
	.contents {
		min-width: 0;
	}
	.contents_inline {
		width: 100%;
	}
}
/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head{
	min-width: 1060px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

#head #logo{
    text-align: center;
}

#head .head_menu.regist {
	float: right;
}
#head .head_menu.regist li {
	padding: 0 0 0 8px;
}
#head .head_menu.regist li a {
	display: inline-block;
	line-height: 26px;
	height: 30px;
    text-decoration: none;
	color: #F08F9B;
	border: 2px solid #F08F9B;
	background-color: #FFF;
	padding: 0 40px;
	margin: 5px 0;
	position: relative;
	border-radius: 15px 15px;
}
#head .head_menu.regist li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	display: inline-block;
	left: 10px;
	color: #F08F9B;
	font-size: 20px;
	line-height: 26px;
}
#head .head_menu.regist li a:hover {
	background-color: #D06D79;
	color: #FFF;
}
#head .head_menu.advertisement {
    float: left;
}
#head .head_menu.advertisement li {
	padding: 0 8px 0 0;
}
#head .head_menu.advertisement li a {
	display: inline-block;
	line-height: 30px;
	height: 30px;
    text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#head .head_menu.advertisement li a:before {
	content:"\f003";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    font-size: 14px;
}
#head .head_menu.advertisement li a:hover {
	color: red;
	border-bottom: 1px dotted red;
}
#head .head_menu li{
	float:left;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
}

#head .head_menu li.head_menu_title {
	background: none;
}
#head .head_menu.advertisement li {
    margin: 0;
}

.head_topArea {
    height: 40px;
    background-color: #42C0A6;
    color: #fff;
}

.head_underArea {
    box-shadow: 0 0 2px rgba(0,0,0,0.06), 0 2px 2px rgba(0,0,0,0.12);
	background: #fff;
    width: 100%;
    position: relative;
}
.head_underArea h1 {
	line-height: 70px;
	height: 70px;
	text-align: center;
}
.head_underArea h1 img {
	height: 70px;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
.head_underArea .head_under_menu {
	position: absolute;
	top: 0;
	right: 10px;
}
.head_underArea .head_under_menu li {
	float: left;
	text-align: center;
}
.head_underArea .head_under_menu li a {
	display: inline-block;
	line-height: 70px;
	height: 70px;
	font-size: 10px;
	width: 80px;
	position: relative;
}
.head_underArea .head_under_menu li a:hover {
	background-color: #F4F4F4;
	border-bottom: 3px solid #F08F9B;
}
.head_underArea .head_under_menu li a.disabled {
	opacity: 0.5;
}
.head_underArea .head_under_menu li a.fa_clip i:after,
.head_underArea .head_under_menu li a.fa_heart i:after,
.head_underArea .head_under_menu li a.fa_alert i:after,
.head_underArea .head_under_menu li a.fa_history i:after,
.head_underArea .head_under_menu li a.fa_search i:after {
	position: absolute;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	width: 80px;
	text-align: center;
	bottom: 3px;
	left: 0;
	font-size: 10px;
}
.head_underArea .head_under_menu li a.fa_search i:after {
	content: "詳細検索";
}
.head_underArea .head_under_menu li a.fa_clip i:after {
	content: "キープリスト";
}
.head_underArea .head_under_menu li a.fa_heart i:after {
	content: "お気に入り条件";
}
.head_underArea .head_under_menu li a.fa_alert i:after {
	content: "メールアラート";
}
.head_underArea .head_under_menu li a.fa_history i:after {
	content: "検索履歴";
}
.head_underArea .head_under_menu li a i {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	font-size: 30px;
	color: #F08F9B;
}

.head_topAreaInner,
.head_inline.clearfix{
    max-width: 1060px;
    min-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}


.head_serachArea{
    display: table-cell;
}

.head_serachArea:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu{
	background-color:#555;
	margin-bottom:10px;
	border-bottom: 2px solid #DDDDDD;
}

#menu ul{
}

#menu ul li{
	float:left;
}

#menu ul li a,
#menu ul li span{
	float:left;
	padding:0 20px;
	line-height:40px;
	text-decoration:none;
	color:#FFF;
	background-color:#555;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #999;
	cursor:pointer;
}

#menu ul li a{
}

#menu ul li.login,
#menu ul li.logout{
	float:right;
	border:none;
	border-left:1px solid #999;
}

#menu ul li a:hover,
#menu ul li span:hover{
	background-color:#000;
	text-decoration:none;
}


#menu ul li{
	list-style:none;
	float:left;
	position:relative;
}

#menu ul ul{
	display:none;
	position:absolute;
	top:39px;
	left:0;
	z-index:1;
	background:rgba(0,0,0,0.8);
	box-shadow:1px 2px 3px #CCC;
	border-radius:2px;
	padding:10px 15px 20px;
}

* html #menu ul ul{
	line-height:0;
}

#menu ul ul li{
	float:none;
}

#menu ul ul a{
	float:none;
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	padding:4px 20px 4px 10px;
	white-space:nowrap;
	background:transparent;
	border-right:none;
	border-bottom:1px solid #000;
}

#menu ul ul a:hover{
	text-decoration:underline;
	background:transparent;
}

/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot{
	position: relative;
}

#foot #pagetop{
	text-align:right;
	margin-bottom:10px;
	font-size:10px;
}

#foot #pagetop a{
	text-decoration: underline;
}

#foot #pagetop a:hover{
	text-decoration: none;
}
#foot .foot_regist p,
#foot .foot_regist ul {
	text-align: center;
}
#foot .foot_regist ul li {
	display: inline-block;
}

#foot .foot_inline{
	border-top: 1px solid #c4c4c4;
	border: none;
	display: inline-block;
}

#foot .foot_inline .foot_menu{
	padding:32px 0 0 0;
}

#foot .foot_inline .foot_menu li{
	float:left;
	display: inline-block;
	height: 24px;
	line-height: 24px;

	font-size:12px;
	width: 180px;
	margin: 5px 0;
	padding: 0 0 0 5px;
}

#foot .foot_inline .foot_menu li a{
	text-decoration: none;
	font-size:12px;
}

#foot .foot_inline .foot_menu li:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 10px;
	font-size: 16px;
	color: #FFF;
}

.copy {
    display: inline-block;
    width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

.copy span {
	color: #FFF;
}
@media only screen and (max-width:768px) {
	.copy {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background-color: #42C0A6;
		text-align: center;
		float: left;
		padding: 0;
		margin: 0;
	}
}
/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
	width: 1060px;
    min-width: 1040px;
    padding: 10px;
    display: table-cell;
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	width: 780px;
    min-width: 760px;
    max-width: 780px;
    padding: 10px;
    display: table-cell;
}

.c2 .contents_s{
	display: table-cell;
	width: 280px;
	padding: 10px;
	vertical-align: top;
	background-color: #64E2C8;
}
/*----------------------------------------------------------------【トップページ】*/

.contents_m .contents_box {
	margin-bottom:15px;
}
h2.resultH2,
.contents_m .contents_box h2 {
	font-size: 18px;
	line-height: 34px;
    height: 34px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;

    border-bottom: 3px solid #F08F9B;
}

.contents_m .contents_box .more{
	text-align:right;
}




/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}

.contents_m .system_news ul{
	padding:0 10px;
}

.contents_m .system_news ul li{
	margin-bottom:5px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}


/* 疑似テーブルクラス
************************************************/
div.table_div {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
div.table_div div.tr_div {
	display: table-row;
}
div.table_div div.th_div,
div.table_div div.td_div {
	display: table-cell;
}
/* 検索結果トップ検索フォーム
----------------------------------------------- */
.contents_search {
	width: 100%;
	padding: 10px;
	position: relative;
	text-align: center;
}
#topSearchForm input[type="text"],
.contents_search input[type="text"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #F08F9B;
	box-sizing: border-box;
	cursor: pointer;
}
#topSearchForm ul,
.contents_search ul {
	display: inline-block;
	margin: 20px auto 0 auto;
}
#topSearchForm ul li.x,
.contents_search ul li.x {
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #F08F9B;
}
#topSearchForm ul li,
.contents_search ul li {
	display: inline-block;
	float: left;
	margin: 0 5px;
	height: 40px;
	text-align: left;
	float: left;
	color: #F08F9B;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
#topSearchForm ul li > div,
.contents_search ul li > div {
	display: block;
	height: 40px;
	position: relative;
}
#topSearchForm ul li.pref_area > div:after,
#topSearchForm ul li.keyword_area > div:after,
.contents_search ul li div.result_pref:after,
.contents_search ul li div.result_keyword:after {
	font-size: 12px;
	position: absolute;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	top: -20px;
	left: 0;
	color: #D06D79;
}
#topSearchForm ul li.pref_area > div:after,
.contents_search ul li div.result_pref:after {
	content: "所在地で探す";
}
#topSearchForm ul li.keyword_area > div:after,
.contents_search ul li div.result_keyword:after {
	content: "キーワードで探す";
}
#topSearchForm input[type="text"],
.contents_search input[type="text"] {
	display: inline-block;
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	float: left;
	background-color: rgba(255, 200, 200, 0.4);
}

@media only screen and (max-width:768px) {
	#topSearchForm ul,
	#topSearchForm ul li,
	#topSearchForm ul li.x,
	.contents_search ul,
	.contents_search ul li,
	.contents_search ul li.x {
		display: block;
		width: 100%;
	}
	#topSearchForm ul,
	.contents_search ul {
		margin-top: 20px;
	}
	#topSearchForm ul li,
	#topSearchForm ul li.x,
	.contents_search ul li,
	.contents_search ul li.x {
		margin: 0 0 10px 0;
	}
	#topSearchForm ul li.x,
	.contents_search ul li.x {
		text-align: center;
	}

	.contents_search ul li.result_search_submit {
		text-align: center;
	}
	.contents_search ul li.result_search_submit input {
		width: 200px;
		margin: 0 auto;
	}
	#topSearchForm input[type="text"],
	.contents_search input[type="text"] {
		width: 100%;
	}
}
/* 詳細ページパンくず
----------------------------------------------- */
.contents_breadcrumb {
	width: 100%;
	padding: 10px;
	position: relative;
}
.contents_breadcrumb ul li {
	display: inline;
	line-height: 16px;
	height: 16px;
}
/* 詳細ページタイトルヘッダ
----------------------------------------------- */
.contents_t {
	width: 100%;
	padding: 0 10px;
	position: relative;
}

#infoHead {
	height: 240px;
}
/* 詳細画像 */
#infoHead .infoImageSection {
	width: 320px;
	height: 240px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
}
/* 詳細タイトル */
#infoHead .infoTitleSection {
	width: 710px;
	height: 220px;
	text-align: left;
	display: block;
	float: left;
	padding: 10px;
	margin: 10px 0 10px 10px;
	line-height:150%;
	position: relative;
	background-color: #FFF;
}
#infoHead .infoTitleSection .titleEmployment {
	margin-bottom: 10px;
}

#infoHead .infoTitleSection h2 p.titleCompany,
#infoHead .infoTitleSection h2 span.titlePR {
	display: block;
	line-height: 1.2em;
}
#infoHead .infoTitleSection h2 p.titleCompany {
	font-size: 14px;
	font-weight: normal;
}
#infoHead .infoTitleSection h2 span.titlePR {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
}
/* ボタンエリア */
#infoHead .infoClipButton {
	position: absolute;
	bottom: 10px;
	right:10px;
}
@media only screen and (max-width:768px) {
	.contents_t {
		padding: 10px;
	}
	#infoHead {
		height: auto;
	}
	#infoHead .infoImageSection {
		width: 100%;
		height: 320px;
	}
	/* 詳細タイトル */
	#infoHead .infoTitleSection {
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		overflow: hidden;
	}
	#infoHead .infoTitleSection h2 p.titleCompany,
	#infoHead .infoTitleSection h2 span.titlePR {
		white-space: normal;
	}
	#infoHead .infoTitleSection ul.tagList {
		height: 100%;
	}
	/* ボタンエリア */
	#infoHead .infoClipButton {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		bottom: 0;
		right: 0;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width:480px) {
	#infoHead .infoImageSection {
		width: 100%;
		height: 200px;
	}
}
/* 詳細ページ内容
----------------------------------------------- */
#infoContentsBox {
	word-break: break-all;
}
#infoContentsBox .prTextSection {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
#infoContentsBox .infoClipSection {
	padding: 10px;
}
#infoContentsBox .infoClipSection {
	width: 100%;
}
#infoContentsBox table.infoDetailSection {
	margin-bottom: 20px;
}
#infoContentsBox table.infoDetailSection:last-child {
	margin-bottom: 10px;
}
/* 詳細と検索結果ページの共通デザイン
----------------------------------------------- */
ul.clipButtonGroup.clipButtonGroupLeft {
	float: left;
}
ul.clipButtonGroup.clipButtonGroupRight {
	float: right;
	margin-right: 3px;
}
ul.clipButtonGroup li {
	float: left;
	display: inline-block;
}
ul.clipButtonGroup.clipButtonGroupRight li {
	margin-left: 8px;
}
ul.clipButtonGroup.clipButtonGroupLeft li {
	margin-right: 8px;
}

ul.employmentList li {
	display: inline-block;
	text-align: center;
	float: left;
	margin: 3px 6px 3px 0;
	padding: 0 10px;
	line-height: 26px;
	background-color: #F08F9B;
	color: #FFF;
}

ul.tagList li {
	display: inline-block;
	text-align: center;
	float: left;
	margin: 3px 6px 3px 0;
	padding: 0;
}
ul.tagList li a {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	width: 100%;
}

ul.tagList li.tag_list_color a {
	border: 1px solid #F08F9B;
	color: #F08F9B;
	background-color: rgba(255, 255, 255, 0.8);
}
ul.tagList li.tag_list_color a:hover {
	color: #FFF;
	background-color: #F08F9B
}

ul.tagList li.chara_list_color a {
	border: 1px solid #808000;
	color: #808000;
	background-color: rgba(255, 255, 255, 0.8);
}
ul.tagList li.chara_list_color a:hover {
	color: #FFF;
	background-color: #808000
}

ul.tagList li.service_list_color a {
	border: 1px solid #800080;
	color: #800080;
	background-color: rgba(255, 255, 255, 0.8);
}
ul.tagList li.service_list_color a:hover {
	color: #FFF;
	background-color: #800080
}

/* 求人サイト検索結果
----------------------------------------------- */
.contents_m p {
	font-size: 12px;
	line-height: 150%;
}
.contents_m .resultList {
	margin-bottom: 20px;
}
.contents_m .resultList .resultsTop {
    padding: 0 0 10px 0;
}

.contents_m .resultList .resultsTop:after {
	content:'';
	display:block;
	clear:both;
}

.contents_m .resultList .searchResult_Text {
    float: left;
	color: #42C0A6;
	font-size: 16px;
	font-weight: bold;
}

.contents_m .resultList .searchResult_Text span{
	font-weight: bold;
    font-size: 15px;
    padding: 0 2px 0 0;
}

.contents_m.contents_items_search .searchBox {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 15px;
	margin: -10px 0 0 0;
}

.contents_m.contents_items_search .resultsTop select {
	width: 130px;
    height: 28px;
    padding: 0 24px 0 8px;
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contents_m.contents_items_search .resultsTop .searchBox:before {
	position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    right: 8px;
    margin-top: 3px;
    border: 5px solid transparent;
    border-top-color: #42C0A6;
    pointer-events: none;
	z-index: 10;
}

.contents_m .resultList .searchCount {
    float: left;
	padding: 0 10px 0 0;
}

.contents_m .resultList article {
	padding: 0;
    position: relative;
}
.contents_m .resultList article:not(:last-child){
	margin-bottom: 20px;
}

.contents_m .resultList article:last-child{
	border-bottom: 2px solid #42C0A6;
}
.contents_m .resultList article .resultTopSection {
	padding: 10px;
}
.contents_m .resultList .company_title {
	text-overflow: ellipsis;
    text-decoration: none;
    font-size: 12px;
    color: green;
    display: block;
    padding: 0;
}

.contents_m .resultTitle {
	text-decoration: none;
	margin: 0 0 5px 0;
}
.contents_m .resultTitle h2 p.titleCompany,
.contents_m  .resultTitle h2 span.titlePR {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.contents_m .resultTitle h2 p.titleCompany {
	font-size: 14px;
	font-weight: normal;
}
.contents_m .resultTitle h2 span.titlePR {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0;
}

.contents_m .result_info{
	text-decoration: none;
}

.contents_m .resultItem a h2:hover{
    color: #CC3434;
}

.contents_m .resultTitle a:hover {
	color: #CC3434;
}
.contents_m .resultClip {
	padding: 10px;
	margin: 0;
}
.contents_m .resultDetail {
	display: block;
	margin: 0;
	position: relative;
}
.contents_m .resultDetail .resultDetailTable,
.contents_m .resultDetail .resultDetailImage,
.contents_m .resultDetail .resultDetailText {
	display: block;
	position: relative;
	float:left;
}
.contents_m .resultDetail .resultDetailImage {
	width: 220px;
	height: 165px;
	overflow: hidden;
}
.contents_m .resultDetail .resultDetailImage .imageText {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	line-height: 20px;
	height: 20px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 10px;
	color: #888;
}
.contents_m .resultDetail .resultDetailText {
	width: 520px;
	padding: 0 0 0 10px;
	word-break: break-all;
}
.resultDetailBottomTable {
	margin: 10px 0 0 0;
}
.resultDetailTable {
	width: 520px;
	padding: 0 0 0 10px;
}
.resultDetailBottomTable .table_div
.resultDetailTable .table_div {
	margin: 0;
}
.resultDetailBottomTable .table_div .tr_div,
.resultDetailTable .table_div .tr_div {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	height: 55px;
}
.resultDetailBottomTable .table_div .tr_div {
	height: 40px;
}
.resultDetailTable .table_div .tr_div {
	height: 55px;
}
.resultDetailBottomTable .table_div .tr_div:first-child,
.resultDetailTable .table_div .tr_div:first-child {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.resultDetailBottomTable .table_div .tr_div .th_div,
.resultDetailTable .table_div .tr_div .th_div {
	background-color: #F4F4F4;
	vertical-align: middle;
	padding: 10px;
}
.resultDetailBottomTable .table_div .tr_div .th_div {
	width: 220px;
}
.resultDetailTable .table_div .tr_div .th_div {
	width: 120px;
}
.resultDetailBottomTable .table_div .tr_div .td_div,
.resultDetailTable .table_div .tr_div .td_div {
	vertical-align: middle;
	padding: 10px;
}
.contents_m .pagenav {
    position: relative;
    left: 50%;
    float: left;
    margin: 20px 0;
}

.contents_m .pageNav_number {
	font-size: 14px;
    margin: 10px auto 0px;
    text-align: left;
    line-height: 30px;
}

.contents_m .pagenav li {
    position: relative;
    left: -50%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
}

.contents_m .pagenav .active {
    background: #42C0A6;
    font-weight: bold;
	color: #fff;
}

.contents_m .pagenav a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: auto;
    font-size: 14px;
	color: #42C0A6;
    padding: 0 10px;

	text-decoration: none;
}
.contents_m .pagenav li {
	border-top: 1px solid #42C0A6;
	border-bottom: 1px solid #42C0A6;
}
.contents_m .pagenav li:first-child {
	border-left: 1px solid #42C0A6;
}
.contents_m .pagenav a {
	border-right: 1px solid #42C0A6;
}
.contents_m .pagenav a:first-child {

}
.contents_m .result_func {
	display: block;
	float: right;
	height: 40px;
}
.contents_m .result_func:after{
	content:'';
	display:block;
	clear:both;
}

.contents_m .result_funcSrc {
	float: left;
}
.contents_m .result_func li {
	float: left;
	display: inline-block;
	margin-left: 8px;
}

.contents_m .arrivals {
	position: absolute;
	top: 0;
	right: 0;
	display: table;
	margin-top: -10px;
}
.contents_m .arrivals span{
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	padding-top: 10px;
	font-size: 8px;
	width: 40px;
	height: 40px;
}
.contents_m .arrivals span.new_label {
	position: relative;
	border-left: 20px solid red;
 	border-right: 20px solid red;
  	border-bottom: 10px solid transparent;
}
.contents_m .arrivals span.rec_label {
	position: relative;
	border-left: 20px solid #CCC;
 	border-right: 20px solid #CCC;
  	border-bottom: 10px solid transparent;
}
.contents_m .arrivals span.rec_label:after,
.contents_m .arrivals span.new_label:after {
	display: block;
	width: 40px;
	position: absolute;
	left: -20px;
}
.contents_m .arrivals span.new_label:after {
	content: "NEW";
	color: #FFF;
}
.contents_m .arrivals span.rec_label:after {
	content: "オススメ";
	color: #000;
}

.result_explanation .result_tag li {
    display: inline-block;
	padding: 0 10px 0 0;
}
@media only screen and (max-width:768px) {
	.contents_m .resultTitle {
	    white-space: normal;
	}
	.contents_m .resultTitle h2 p.titleCompany,
	.contents_m  .resultTitle h2 span.titlePR {
		display: block;
		line-height: 1.2em;
	    white-space: normal;
	}
	.contents_m .resultDetail,
	.contents_m .resultDetail .resultDetailTable,
	.contents_m .resultDetail .resultDetailText,
	.contents_m .resultDetail .resultDetailImage {
		display: block;
		width: 100%;
		padding: 0;
		position: relative;
	}
	.contents_m .resultDetail .resultDetailImage {
		height: 300px
	}
	.contents_m .resultDetail .resultDetailText {
		margin: 10px 0 0 0;
	}

	.contents_m .resultDetail .resultDetailTable {
		margin: 10px 0 0 0;
	}
	.resultDetailBottomTable .table_div .tr_div,
	.resultDetailTable .table_div .tr_div {
		height: 40px;
	}
	.resultDetailBottomTable .table_div .tr_div .th_div,
	.resultDetailTable .table_div .tr_div .th_div {
		width: 100px;
	}
}
@media only screen and (max-width:480px) {
	.contents_m .resultDetail .resultDetailImage {
		width: 100%;
		height: 200px
	}
}

/* ニュース
----------------------------------------------- */
.contents_m .news ul{
	padding:0 10px;
}

.contents_m .news ul li{
	margin-bottom:8px;
	/zoom:1;
}

.contents_m .news ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news ul li span{
	float:left;
	width:80px;
}

.contents_m .news ul li p{
	margin-left:85px;
}


/* カテゴリ
----------------------------------------------- */
.contents_m .category ul{
	padding:0 10px;
}

.contents_m .category ul li{
	float:left;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	margin-right:20px;
	padding-left:10px;
}



/* 商品リスト
----------------------------------------------- */
.contents_m .item_list{
	margin-right:-15px;
}

.contents_m .item_list li{
	display:inline-block;
	vertical-align:top;
	width:135px;
	margin:0 10px 15px 0;
}

.contents_m .item_list .img{
	margin-bottom:5px;
}

.contents_m .item_list .title{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .item_list .price{
	color:#d60000;
}
/* captionとh3は共通デザインにする
------------------------------------------------------------------*/
.contents_m .resultList > h2 {
	font-size: 18px;
	line-height: 34px;
    height: 34px;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;

    border-bottom: 3px solid #F08F9B;
}

.contents_m h3,
.contents_m table caption {
	font-size: 20px;
	font-weight: normal;
    padding: 0 0 0 20px;
    border-left: 5px solid #F08F9B;
    margin: 0 0 10px 0;
    line-height: 34px;
    height: 34px;
    position: relative;

    background-color: #F4F4F4;
}
.contents_m h3:before,
.contents_m table caption:before {
	content: "";
	top: 0px;
	left: 5px;
	height: 17px;
	width: 5px;
	position: absolute;
	background-color: #D06D79;
}
.contents_m h3:after,
.contents_m table caption:after {
	content: "";
	top: 17px;
	left: 0;
	height: 17px;
	width: 5px;
	position: absolute;
	background-color: #F2AFBD;
}
/*----------------------------------------------------------------【テーブルスタイル】*/

.contents_m table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}
.contents_m table tr {
	border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
.contents_m table th {
	background-color:#F4F4F4;
	padding:8px 10px;
}

.contents_m table td{
	padding:8px 10px;
	background-color:#FFF;
}

.contents_m table td.ta_center{
	text-align:center;
}

.contents_m table td.ta_right{
	text-align:right;
}

.contents_m table td .label2 label{ /*label 2列*/
	width:50%;
	float:left;
}

.contents_m table td .label3 label{ /*label 3列*/
	width:33%;
	float:left;
}

.contents_m table td .label4 label{ /*label 4列*/
	width:25%;
	float:left;
}

.contents_m table td .label5 label{ /*label 5列*/
	width:20%;
	float:left;
}

.contents_m table td .label6 label{ /*label 6列*/
	width:16%;
	float:left;
}

.contents_m table td .label7 label{ /*label 7列*/
	width:14%;
	float:left;
}

/* 検索結果一覧テーブル（list_table）
----------------------------------------------- */
.contents_m .list_table{
}



/* 操作アイコン */
.contents_m .list_table .operation{
	text-align:center;
	line-height:1;
}

.contents_m .list_table .operation li{
	display:inline-block;
	line-height:1;
}

.contents_m .list_table .operation li+li{
	padding-left:1px;
}

.contents_m .list_table .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .list_table .operation li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*編集*/
.contents_m .list_table .operation li.edit a{
	background-image:url(../img/system/icon_edit.png);
}

/*削除*/
.contents_m .list_table .operation li.delete a{
	background-image:url(../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .list_table .operation li.more a{
	background-image:url(../img/system/icon_more.png);
}

/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}

.contents_m .info_table .item_img{
	text-align:center;
	margin-bottom:10px;
}


/* 入力フォームテーブル（form_table）
----------------------------------------------- */
.contents_m .form_table{
}

.contents_m .form_table th .requisite{
	border:1px solid #ff7272;
	background-color:#FFF;
	font-weight:normal;
	font-size:10px;
	color:#F33;
	padding:1px 2px;
	margin-left:8px;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding-top:2px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#FF0000;
	margin-top:5px;
}

.contents_m .main > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

@media screen and (max-width:768px) {
	.contents_m .form_table td textarea,
	.contents_m .form_table td input[type="text"],
	.contents_m .form_table td input[type="password"] {
		text-align: left;
		width: 100% !important;
	}
}

/* contents_mのテーブルのレスポンシブ
----------------------------------------------- */
@media screen and (max-width:768px) {
	.contents_m table input {
		box-sizing:border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
}



/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}


/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}

@media screen and (max-width:768px) {
	.contents_m .login_table input#mail {
		width: 100% !important;
	}
	.contents_m .login_table span.hint {
		margin-top: 10px;
		display: block;
	}
}


/*----------------------------------------------------------------【ボタンスタイル】*/

.contents_m .button{
	text-align:center;
	margin:0px auto 10px auto;
}

.contents_m .button input {
	margin:0 10px 10px 10px;
	color: #FFF;
	background-color: #42C0A6;
	line-height: 30px;
	height: 34px;
	width: 140px;

	-webkit-border-radius: 17px !important;
	-moz-border-radius: 17px !important;
	border-radius: 17px !important;

	border: 2px solid #42C0A6;

	padding: 0;
}

.contents_m .button input:hover {
	background-color: #FFF;
	color: #42C0A6;
}

/*----------------------------------------------------------------【ファイル選択(ドラック&ドロップ)】*/
.contents_m form .drop-zone,
.contents_m form .drop-zone-multi
{
	margin:10px;
	padding:10px;
	border:1px solid #DDD;
	min-height:100px;
	width:50%;
}

.contents_m form .drop-zone.dropover,
.contents_m form .drop-zone-multi.dropover
{
	background-color: #DDD;
}

.contents_m form .drop-zone output img,
.contents_m form .drop-zone-multi output img
{
	margin:5px;
	height:50%;
	width:50%;
}


/*----------------------------------------------------------------【ニュース本文】*/
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .news_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【ページ本文】*/
.contents_m .page_text{
	padding:10px;
}

.contents_m .page_text ul{
	margin-top:20px;
}

.contents_m .page_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .page_text p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【メッセージ】*/
.contents_m .message{
	padding:10px;
}

.contents_m .message ul{
	margin-top:20px;
}

.contents_m .message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .message p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
.contents_m .error_message{
	padding:10px;
	color:#FF0000;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .error_message p{
	margin-bottom:10px;
}





/*----------------------------------------------------------------【sub_menu】*/

.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display:inline-block;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:8px 10px;
	border:1px solid #555;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#111;
}

/*----------------------------------------------------------------【サイドカラム右】*/
.contents_s .contents_box{
	margin-bottom:10px;
}

.contents_s .contents_box a:hover{
	color: #CC3434;
}

.contents_box.login {
    position: fixed;
    margin: 8px 0 0 0;
    width: 200px;
}

.mail_icon {
    margin: 5px auto 15px;
    text-align: center;
}

#head_mail_area ul {
	padding: 10px 0;
}

#head_mail_area input[type="checkbox"] {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#head_mail_area label {
	position: relative;
    display: block;
    word-break: break-all;
}
#head_mail_area label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}
#head_mail_area label input[type="checkbox"] + span {
	display: inline-block;
	line-height: 36px;
	position: relative;
	padding: 0 0 0 25px;
}
#head_mail_area label input[type="checkbox"] + span::before {
	position: absolute;
	content: "";
	border: 2px solid #CCC;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
#head_mail_area label input[type="checkbox"] + span::after {
	position: absolute;
	content:"\f00c";
	width: 20px;
	line-height: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	font-size: 20px;
	font-family: "FontAwesome";
	display: none;
	margin-top: -10px;
}
#head_mail_area label input[type="checkbox"]:checked + span::after {
	display: inline-block;;
}

#detailSearch.fadeIn {
	display: block;
	opacity: 1;
	-webkit-animation: none_in 0.3s linear;
	-moz-animation: none_in 0.3s linear;
	animation: none_in 0.3s linear;
}

.contents_box.login .registBtn {
    text-align: center;
}

.contents_box.login .registBtn input {
    background: #F39800;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    margin: 15px auto !important;
    text-align: center;
    color: #fff;
}

.contents_box.login .registBtn input:hover {
	opacity: 0.7;
}


.method_message {
	border: 1px solid #898989;
	padding: 5px 5px;
	margin: 15px 0 !important;
}
.confirm_message {
    padding: 15px 0 0 0;
}

.confirm_message label,
.confirm_re {
    line-height: 16px !important;

}

.free_regist {
    background: #F39800;
    width: 120px;
    height: 30px;
    border-radius: 15px;
	margin: 15px auto !important;
    text-align: center;
}

.free_regist:hover {
    opacity: 0.7;
}

.free_regist a {
    text-decoration: none !important;
}

.free_registText:after {
    content: "無料登録";
    font-size: 12px;
    color: #fff;
    text-align: center;
	line-height: 30px;
}

.cancelSec {
    padding: 15px 0px 5px 0 !important;
    border-top: 1px solid #ccc;
}

.cancelText {
	color: #333 !important;
	line-height: 17px;
}

.cancelText:after {
	font-size: 12px;
}

.detail_mailCancel {
    text-decoration: underline;
}

.detail_mailCancel:after {
    color: #42C0A6;
	line-height: 17px;
}

.detail_mailCancel:hover {
	text-decoration: none;
}

.contents_s .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s .contents_box.detailButton .body{
	padding: 0;
	border: 0;
}

.contents_box.detailButton span {
    margin: 5px 5px 0 5px;
    font-size: 11px;
    color: gray;
}

.contents_s .contents_box .body{
	padding: 20px 15px 20px 15px;
	border:1px solid #CCC;
	background: #FCF8DF;
    border-radius: 5px;
}

.contents_s .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s .contents_box .body dl dd input[type="text"]{
	width: 160px;
	height: 20px;
}

.contents_s .contents_box .body p{
	margin:10px 0 0 0;
	line-height: 15px;
}

.contents_s .contents_box .body p a{
	text-decoration: underline;
}

.contents_s .contents_box .body p a:hover{
	text-decoration: none;
}

.contents_s .contents_box ul li{
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	margin-top:5px;
}

/*----------------------------------------------------------------【サイドカラム2】*/
.contents_s2 .contents_box{
	margin-bottom: 20px;
}

.contents_s2 .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s2 .contents_box .body{
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s2 .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s2 .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s2 .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s2 .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s2 .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s2 .contents_box ul li+li{
	margin-top:5px;
}

.contents_s .body>p {
    background-color: #F1F1F1;
    color: #999;
    font-size: 10px;
    padding: 15px;
}


/* ページリスト
----------------------------------------------- */
.contents_s .page .body{
	border:none;
	padding:0;
}

.contents_s .page ul li{
	background:none;
	padding:0;
}

.contents_s .page ul li+li{
	margin-top:10px;
}

.contents_s .page ul li.image a{
	display:block;
}

.contents_s .page ul li.text a{
	display:block;
	padding:10px 10px 10px 20px;
	border:1px solid #d5d5d5;
	background:url(../img/style/list_icon.gif) no-repeat 10px 15px;
}


/* 関連ワードの検索
----------------------------------------------- */

.relatedWords {
    margin: 40px auto 0;
}

.relatedWords_inner {
	width: 710px;
    padding: 20px;
    background-color: #F1F1F1;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    box-sizing: border-box;
}

.relatedWords_inner h4 {
	font-weight: bold;
    font-size: 16px;
}

.relatedWords_innerList ul {
	margin: 10px 0 0 -5px;
}

.relatedWords_innerList ul li{
    display: inline-block;
    margin-top: 5px;
    margin-left: 0.6em;
    padding-left: 0.8em;
    border-left: 1px solid #ccc;
}

.relatedWords_innerList a:hover{
	color: #CC3434;
}

/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	width:100px;
	height: 40px;
	position: fixed;
	z-index: 999;
	border-left: 10px solid #DDD;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	bottom: 0;
	right: 0;
	margin: 10px;
}

#super_user a{
	display: block;
	position: absolute;
	width: 100%;
	line-height: 40px;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color: #FFF;
}

#super_user a:hover{
	background-color: #000;
}

/* ------- Clip --------- */
.cilp_item{
	float: right;
	margin: 3px 0 3px 0;
}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応　　　                                                      */
/*                                                                                  */
/* ================================================================================ */

@media screen and (max-width:768px) {

	#head.clearfix,
	.head_underArea{
		min-width: 0;
		width: 100%;
    	padding: 0;
    	position: fixed;
    	z-index: 9998;
	}

	.head_topAreaInner,
	.head_inline.clearfix {
    	min-width: auto;
	}

	#head #logo {
		padding: 0;
		height: 60px;
	}
	#head #logo img{
		max-width: 200px;
    	height: 60px;
	}

	.head_topArea,
	.head_topAreaInner,
	.contents_l,
	.contents_m .result_desc.normal,
	.contents_m .resultItem.normal,
	.contents_m .mailRegist,
	.pronunciation,
	.foot_menu li+a {
		display: none;
	}

	#menu {
		display: none;
	}

	#wrapper,
	#wrapper_search {
		min-width: 100%;
		margin: 60px 0 0 0;
		overflow-x: hidden;
	}

	.contents_h {
		margin: 80px 0 0 0;
	}

	.contents_h h2 {
		padding: 0 0 10px 10px;
    	font-size: 28px;
	}
	.c1 .contents_m,
	.c2 .contents_m {
		width: 100%;
		min-width: initial;
		max-width: initial;
		padding: 10px;
		display: block;
	}

	.contents_m .contents_box {
		box-sizing: border-box !important;
		display: table;
    	margin: 0 auto 20px auto;
    	width: 100%;
	}

	.contents_m table,
	.contents_m table td,
	.contents_m table th,
	.contents_m table tr,
	.contents_m table tbody,
	.contents_m table thead,
	.contents_m table caption{
		box-sizing:border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
		display: block;
		width: 100% !important;
	}

	.contents_m table {
		background: #fff;
	}

	.contents_m table th {
		background-color: #fff;
    	border: none;
	}

	.contents_m table tr {
		display: block;
		border-bottom: 1px solid #eee;
		padding: 10px 0 0 0;
	}

	.contents_m table td {
		padding: 8px 10px 15px;
		background-color: #FFF;
		display: block;
		border: none;
	}

	.c2 .contents_m.detailInfo {
		width: 100%;
		min-width: initial;
		max-width: initial;
    	display: block;
    	padding: 30px 0 0 0;
	}

	.c2 .contents_m.detailInfo .relatedWords {
		margin: 40px auto 20px;
	}

	.c2 .contents_m.detailInfo .relatedWords_inner {
    	width: 100%;
    	background-color: #eee;
	}

	.contents_m .resultList .resultsTop {
		height: 10px;
		padding: 20px 0 20px 15px;
	}
	.contents_m .resultList .resultsTop:after {
		content:'';
		display:block;
		clear: both;
	}

	div.contents_items_search {
		padding-top: 0px !important;
		float:left;
	}

	.contents_m .resultList .resultItem.sp {
		padding: 10px 0 0 0;
	}

	.contents_m .resultList article {
		margin: 0 0 20px 0;
	}

	.contents_m .resultList .searchCount {
    	padding: 0 20px 0 0;
		margin: -10px 0 0 0;
	}

	.contents_m .result_tag{
		margin: 15px 0 10px 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #ccc;
	}

	.contents_m .result_tag>li {
		border: solid 1px #808080;
		border-radius: 3px;
		color: #808080;
		font-size: 12px;
		margin: 4px 0 0 0;
		padding: 6px;
		max-height: 26px;
		box-sizing: border-box;
		display: inline-block;
	}

	.contents_m.contents_items_search .pageNav_number,
	.contents_m ul li.focus,
	.contents_m ul li.page,
	.contents_m ul li.next_full,
	.contents_m ul li.back_full {
		display: none;
	}
	.contents_m ul li.back._back,
	.contents_m ul li.back.next {
		border: none;
		margin: 10px 10px;
	}
	.contents_m ul li.back._back a,
	.contents_m ul li.back.next a{
		background: #42C0A6;
		color: #fff;
		line-height: 40px;
		height: 40px;
		width: 100%;
		position: relative;
	}

	.contents_m ul li.back._back a span.pc_mode,
	.contents_m ul li.back.next a span.pc_mode {
		display: none;
	}
	.contents_m ul li.back._back a:after {
		content: "前のページへ";
		position: absolute;
		display: inline-block;
		line-height: 40px;
		height: 40px;
		width: 200px;
		margin-left: -100px;
		left: 50%;
		top: 0;
		color: #fff;

	}
	.contents_m ul li.back.next a:after{
		content: "次のページへ";
		position: absolute;
		display: inline-block;
		line-height: 40px;
		height: 40px;
		width: 200px;
		margin-left: -100px;
		left: 50%;
		top: 0;
		color: #fff;
	}
	.contents_m .pagenav li,
	.contents_m .pagenav {
		display: block;
		float: left;
		width: 100%;
		left: 0;
	}
	.contents_m .pagenav li {
		margin: 5px 0 !important;
	}

	.contents_m.contents_items_search .resultList .pageNav_number{
		display: block;
		margin: 0px;
    	line-height: 20px;
	}

	.contents_m .result_tagList.label-beauty{
	    border-color: #F2AAC8;
    	color: #F2AAC8;
		font-weight: bold;
	}

	.contents_m .result_tagList.label-beauty .fa,
	.contents_m .result_tagList.label-office .fa{
		 padding: 0 3px 0 0;
	}

	.contents_m .result_tagList.label-office {
		border-color: #716BB3;
		color: #716BB3;
		font-weight: bold;
	}

	.contents_m .pagenav a {
		height: 20px;
		padding: 5px 8px 0;
		background: #fff;
		border: 1px solid #42C0A6;
	}

	#foot .foot_inline .foot_menu{
		padding: 32px 0;
		margin: 0 auto;
	    display: table;
	}

	#foot .foot_inline .foot_menu li {
		width: 50%;
    	display: table-cell;
	}

	#global-nav {
		position: absolute;
		z-index: 9999;
		/* 開いてないときは画面外に配置 */
		top: -805px;
		background: #333;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}

	#global-nav ul li {
		border-bottom: 1px solid #999;
	}

	#global-nav .account {
		background: #999;
		padding: 5px;
	}

	#global-nav .account span{
		color: #fff;
	}

	#top-head #global-nav ul li a,
	#global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		text-decoration: none;
	}

	#nav-toggle {
		display: block !important;
		position: absolute;
    	right: 10px;
		top: 18px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}

	#nav-toggle div {
		position: relative;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #42C0A6;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-search-toggle {
		display: block !important;
		position: absolute;
		width: 38px;
		height: 38px;
		cursor: pointer;
		z-index: 101;
    	left: 10px;
		top: 8px;
	}
	#nav-search-toggle div {
		position: relative;
		display: block !important;
		width: 38px;
		height: 38px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		color: #F08F9B;
	}
	#nav-search-toggle div:after {
		position: absolute;
		content:"\f002";
		font-family: FontAwesome;
		display: inline-block;
		line-height: 38px;
		height: 38px;
		font-size:38px;
		left: 0;
		top: 0;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 10px;
	}

	#nav-toggle span:nth-child(3) {
		top: 20px;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	.open #global-nav {
		display: block;
		-moz-transform: translateY(865px);
		-webkit-transform: translateY(865px);
		transform: translateY(865px);
	}

	.result_funcSrc {
		float: left;
	}

	.bookmark{
	}

	.heart .fa{
		font-size: 18px;
		color: #BFB8B6;
	}

	.heart.active .fa {
        color: #FFAD08;
     }



}




@media screen and (min-width:768px) {

	.global_searchForm,
	#global-nav,
	#nav-toggle{
		display: none;
	}

}


@media screen and (max-width:480px) {

	#head.clearfix,
	.head_underArea{
		min-width: 0;
		width: 100%;
    	padding: 0;
    	position: fixed;
    	z-index: 9999;
	}

	.head_inline.clearfix {
		min-width: 100%;
		margin: 0 auto;
	}

	#head #logo {
		height: 50px;
		padding:0;
	}

	#head #logo img{
		max-width: 160px;
    	max-height: 50px;
	}

	.head_topArea,
	.head_topAreaInner,
	.contents_l,
	.contents_m .result_desc.normal,
	.contents_m .resultItem.normal,
	.contents_m .mailRegist,
	.pronunciation,
	.foot_menu li+a {
		display: none;
	}

	#menu {
		display: none;
	}

	#wrapper,
	#wrapper_search {
		min-width: 100%;
		margin: 50px 0 0 0;
	}

	.contents_h h2 {
		padding: 0 0 10px 10px;
    	font-size: 20px;
	}
	.c1 .contents_m,
	.c2 .contents_m {
		width: 100%;
		min-width: 100%;
		padding: 10px;
		display: block;
	}

	.c2 .contents_m .contents_box p {
	    padding: 10px;
	}

	.contents_m table,
	.contents_m table td,
	.contents_m table th,
	.contents_m table tr,
	.contents_m table tbody,
	.contents_m table thead,
	.contents_m table caption{
		box-sizing:border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
		display: block;
		width: 100% !important;
	}

	.contents_m .resultList article {
		margin: 0 0 20px 0;
	}

	.contents_m .result_tagList.label-office {
		border-color: #716BB3;
		color: #716BB3;
		font-weight: bold;
	}

	.contents_m .pagenav a {
		height: 20px;
		padding: 5px 8px 0;
		background: #fff;
	}

	.form_table.reminder input[type="text"] {
		width: 92%;
	}
	.mail_icon img {
		width: 70%;
	}

	.item_detail {
		width: 70px;
	}

	.item_detailText {
    	font-size: 12px;
	}

	.item_detailList {
		padding: 0 0 0 5px;
	}

	.detail_mailCancel:before {
		content: "\A";
		white-space: pre;
	}

	.deliver_mailTitle:after {
		font-size: 11px;
		line-height: 0px;
		vertical-align: middle;
	}

	.login_table input#mail {
		width: 90%;
	}

	#foot .foot_inline .foot_menu{
		margin: 0 auto;
	    display: table;
	}

	#foot .foot_inline .foot_menu li {
    	display: table-cell;
	}

	#global-nav {
		position: absolute;
		z-index: 9999;
		/* 開いてないときは画面外に配置 */
		top: -805px;
		background: #333;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}

	#global-nav ul li {
		border-bottom: 1px solid #999;
	}

	#global-nav .account {
		background: #999;
		padding: 5px;
	}

	#global-nav .account span{
		color: #fff;
	}

	#top-head #global-nav ul li a,
	#global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		text-decoration: none;
	}
	.global_searchForm .address_area select {
    	width: 30%;
	}

	.global_searchForm input#name {
		width: 100%;
	}

	#nav-toggle {
		position: absolute;
    	right: 10px;
		top: 13px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}

	#nav-toggle div {
		position: relative;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	#nav-search-toggle {
		width: 34px;
		height: 34px;
		top: 5px;
	}
	#nav-search-toggle div {
		position: relative;
		display: block !important;
		width: 34px;
		height: 34px;
	}
	#nav-search-toggle div:after {
		line-height: 34px;
		height: 34px;
		width: 34px;
		font-size: 34px;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 10px;
	}

	#nav-toggle span:nth-child(3) {
		top: 20px;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #global-nav スライドアニメーション */
	.open #global-nav {
		-moz-transform: translateY(855px);
		-webkit-transform: translateY(855px);
		transform: translateY(855px);
	}

	.result_funcSrc {
		float: left;
	}

	.bookmark{
	}

	.heart .fa{
		font-size: 18px;
		color: #BFB8B6;
	}

	.heart.active .fa {
        color: #FFAD08;
     }



}

/* ====== kawasaki ==================================================================== */
/* スマホとPCの表示切替　表示非表示 */
.right_to_left {
	text-align: right;
}
.bold {
	font-weight: bold;
}
h1.hide_pc,
span.hide_pc,
p.hide_pc {
	display: none !important;
}

@media only screen and (max-width:768px) {
	/* テキストフロート */
	.right_to_left {
		text-align: left;
	}
	h1.hide_pc {
		display: block !important;
	}
	span.hide_pc {
		display: inline;
	}
	ul.hide_sp,
	h1.hide_sp,
	tr.hide_sp,
	th.hide_sp,
	td.hide_sp {
		display: none !important;
	}
	p.show_pc,
	div.show_pc {
		display: none !important;
	}
}

.main {
	position: relative !important;
}

/* トップページ用 主に検索フォーム */

#topSearchForm {
	display: table !important;
    margin: auto;
}
#indexFormSection .searchBtnSection {
	margin: 0;
}
#indexFormSection {
	padding: 0 0 30% 0;
}

#logo div {
	display: none;
}

html {
	height: 90% !important; /* トップ画面だけ縦90%で表示 */
}
body {
	height: 90% !important; /* トップ画面だけ縦90%で表示 */
}
#topSearchForm h1 {
	text-align: center;
}

#topSearchForm #search_form {
    margin: 50px 0 0 0;
}

@media only screen and (max-width:768px) {
	html {
		height: auto !important;
	}
	body {
		height: auto !important;
	}
	#indexFormSection {
		padding: 20% 10px 40% 10px;
	}

	#topSearchForm {
	    margin: 0;
   		width: 100%;
	}
	#topSearchForm.contents_box {
		padding: 0;
	}
	#topSearchForm #search_form {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#topSearchForm #search_form input[type="button"],
	#topSearchForm #search_form input[type="submit"] {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
	}
	#topSearchForm #search_form input[type="button"] {
		width: 50%;
	}
	#topSearchForm #search_form input[type="submit"] {
		width: 49%;
		margin-right: 1%;
	}
	#logo div {
		display: block;
	   	width: 100px;
	   	height: 50px;
	}
}
@media screen and (max-width:480px) {
	#topSearchForm h1 img{
		max-width: 100%;
		height: auto;
	}
	#logo {
		height: 40px;
	}
	#logo div {
		display: block;
	   	width: 100px;
	   	height: 40px;
	}
}

/* =========== 広告表示とメールフォームのため =============== */
.contents_side_menu {
	box-sizing:border-box !important;
    word-wrap: break-all !important;
	vertical-align: top;
    border:1px solid #CCC;
    min-width: 200px;
    max-width: 260px;
    width: 100%;
    padding: 10px 10px;
    float: left;
    background-color: #FFF;
}
.contents_side_menu p {
	line-height: 150%;
	font-size: 12px;
}

.contents_side_menu:not(:first-child) {
	margin-top: 10px;
}

.contents_side_menu > .contents_side {
	position: relative;
    padding: 0 !important;
}
.contents_side_menu > .contents_side button,
.contents_side_menu > .contents_side input,
.contents_side_menu > .contents_side select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

.contents_side_menu > .contents_side input[type="text"] {
	line-height: 34px;
	height: 30px;
	width: 100%;
}
.contents_side_menu > .contents_side input[type="button"] {
	display: inline-block;
	float: left;
	line-height: 30px;
	height: 34px;
	padding: 0 20px;
	margin-right: 10px;
	border-radius: 17px 17px;
	border: 2px solid #42C0A6;
	background-color: #FFF;
}
.contents_side_menu > .contents_side input[type="button"]:hover {
	background-color: #42C0A6;
	color: #FFF
}
.contents_side.custom_menu h2 {
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
	line-height: 20px;
}
.contents_side.custom_menu h2 img.icon_image {
	position: absolute;
	display: block;
	left: 0px;
}
.contents_side.custom_menu h2 {
	padding: 3px 30px 10px;
}
.contents_side.custom_menu ul li {
    line-height: 16px;
}
.contents_side.custom_menu ul li a {
    color: #333;
}
.contents_side.custom_menu ul li a:hover {
	color: #CC3434;
}

/* 最近見た広告
----------------------------------------------- */
.contents_side_menu p.more {
	margin-top: 10px;
	position: relative;
}
.contents_side_menu p.more:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	display: inline-block;
	right: 10px;
	color: #FFF;
	font-size: 20px;
	line-height: 34px;
	height: 34px;
}
.contents_side_menu p.more a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	line-height: 34px;
	height: 34px;
	padding-left: 10px;
	background-color: #F08F9B;
}
.contents_side_menu p.more a:hover {
	opacity: 0.5;
}
.contents_side_menu p.more a:before,
.contents_side_menu p.more a:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #D06D79;
}
.contents_side_menu p.more a:after {
	height: 3px;
	width: 100%;
	bottom: -3px;
	left: 3px;
}
.contents_side_menu p.more a:before {
	height: 100%;
	width: 3px;
	top: 3px;
	right: -3px;
}

#searchCookieList p.newCounter {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #FFF;
	line-height: 26px;
	height: 26px;
	padding-left: 10px;
	background-color: #E9E8E2;
	color: red;
	margin-top: 5px;
}
#nowCondition,
#searchCookieList li.cookieListSection,
#itemsCookieList li.cookieListSection {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#nowCondition .conditionList li:before {
	margin-left: 5px;
	content:"\f00c";
	font-family: "FontAwesome";
	color: #D5D500;
}



#searchCookieList li.cookieListSection a,
#itemsCookieList li.cookieListSection a {
	display: inline-block;
	width: 100%;
	padding: 0 20px 0 0;
}
#itemsCookieList li.cookieListSection a:after {
	transform: rotate(45deg);
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: #F08F9B;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
#itemsCookieList li.cookieListSection a:hover:after {
	background-color: #CCC;
}
#itemsCookieList .cookieListImage {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#itemsCookieList .cookieListImage p.img  {
	overflow: hidden;
	width: 160px;
	height: 120px;
	text-align: center;
	margin: 0 auto;
}
#itemsCookieList .cookieListText p.company {
	width: 160px;
	height: 120px;
}

@media only screen and (max-width:768px) {
	#itemsCookieList ul {
   		display: -webkit-flex;
   		display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
    	display: flex;

	    -webkit-box-lines:multiple;
	    -moz-box-lines:multiple;
	    -webkit-flex-wrap:wrap;
	    -moz-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	}
	#itemsCookieList ul > li.cookieListSection {
		width: 50%;
	}
	#itemsCookieList .cookieListImage p.img {
		width: 180px;
		height: 135px;
	}
}
@media only screen and (max-width:480px) {
	#itemsCookieList ul > li.cookieListSection {
		width: 100%;
	}
	#itemsCookieList .cookieListImage p.img {
		width: 220px;
		height: 165px;
	}
}
@media only screen and (max-width:768px) {
	.contents_s {
		display: block !important;
		float: left;
		width: 100% !important;
		padding: 10px 10px 30px 10px !important;
	}

	.contents_side_menu {
		box-sizing:border-box !important;
		float: none;
		min-width: 100% !important;
		width: 100% !important;
		display: inline-block !important;
		padding: 10px;
	}
}

/* タグっぽいやつの共通色 */
.contents_side_menu .tag_menu li a{
	padding: 10px;
}
.contents_side_menu .tag_menu li a:hover,
ul.top_taglist li a:hover {
	background-color: #F46F50;
	color: white;
}

/* top画面のEmbedのためのCSS */
#top_word_embed.contents_box {
	display: table !important;
	box-sizing:border-box !important;
    padding: 0 20px;
    margin: 20px auto;
    width: 80%;
    position: relative;
    min-height: 100px;
}

.advertise_link {
	text-align: center;
}

.advertise_link a {
	border-bottom: 1px dotted gray;
	padding: 0 0 5px 0;
	color: #6C6E70;
}

.advertise_link--search {
    margin: -5px 0 0px 0;
}

.advertise_link--search a {
	border-bottom: 1px dotted #fff;
	padding: 0 0 5px 0;
	color: #fff;
}

.advertise_link a:hover {
	color: #CC3434;
}

.advertise_link a:before {
	content: "\f003";
    font-family: FontAwesome;
	padding: 0 5px 5px 0;
	font-size: 14px;
}

.advertise_link a:after {
    content: "求人掲載をご検討の企業様はコチラ";
	font-size: 14px;
	padding: 0 0 5px 0;
}

.advertise_link--search a:after {
	font-size: 12px;
}

ul.top_taglist {
	text-align: center;
	font-size: 0;
}

ul.top_taglist li {
	display: inline-block;
	margin: 5px;
	background: #A0A0A0;
	border-radius: 3px;
}

ul.top_taglist li a:before {
	content: "\f02b";
    font-family: FontAwesome;
    padding: 0px 5px 0 1px;
	color: #fff;
}

ul.top_taglist li a {
	display: inline-block;
	font-size: 12px;
	padding: 8px 8px 6px 8px;
	line-height: 12px;
	border: none;
	border-radius: 3px;
	color: #fff;
}
ul.top_taglist li a:hover {
	background-color: #F46F50;
	color: white;
}
ul.top_taglist li a.exists {
	background-color: #fdd9d0;
}
@media only screen and (max-width:768px) {
	#top_word_embed.contents_box {
		padding: 0 5% !important;
		width: 100%;
	}
	ul.top_taglist {
		margin: 0 auto;
	}
}


/* kawasaki オートコンプリート用 */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 10px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/*----------------------------------------------------------------【サイドメニューローディング用】*/
div.loading_div_mini  {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.loading_div_mini>.loader,
div.loading_div_mini>.reloader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}

div.loading_div_mini>.loader {
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: rgba(180, 180, 180, 0.8);
}
div.loading_div_mini>.reloader {
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: rgba(240, 240, 240, 0.8);
	-webkit-animation: spin 0.5s linear infinite;
	-moz-animation: spin 0.5s linear infinite;
	-ms-animation: spin 0.5s linear infinite;
	-o-animation: spin 0.5s linear infinite;
	animation: spin 0.5s linear infinite;
}

@
-webkit-keyframes spin {
	0% {-webkit-transform: scale(1) rotate(45deg);}
	100% {-webkit-transform: scale(0) rotate(45deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: scale(1) rotate(45deg);}
	100% {-moz-transform: scale(0) rotate(45deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: scale(1) rotate(45deg);}
	100% {-ms-transform: scale(0) rotate(45deg);}
}
@-o-keyframes spin {
	0% {-o-transform: scale(1) rotate(45deg);}
	100% {-o-transform: scale(0) rotate(45deg);}
}
@keyframes spin {
	0% {transform: scale(1) rotate(45deg);}
	100% {transform: scale(0) rotate(45deg);}
}
/**************************** ローディングモーダル *****************************************/
div#loading_div  {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div#loading_div>#round,
div#loading_div>#reloader,
div#loading_div>#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}
div#loading_div>#round {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	-webkit-animation: respin 1.5s linear infinite;
	-moz-animation: respin 1.5s linear infinite;
	-ms-animation: respin 1.5s linear infinite;
	-o-animation: respin 1.5s linear infinite;
	animation: respin 1.5s linear infinite;
}
div#loading_div>#loader {
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: rgba(180, 180, 180, 0.6);
}
div#loading_div>#reloader {
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: rgba(220, 220, 220, 0.6);
	-webkit-animation: spin_mo 1.5s linear infinite;
	-moz-animation: spin_mo 1.5s linear infinite;
	-ms-animation: spin_mo 1.5s linear infinite;
	-o-animation: spin_mo 1.5s linear infinite;
	animation: spin_mo 1.5s linear infinite;
}
div#loading_div>#round::before, div#loading_div_main>#round::after {
	content: "";
	background-color: white;
	border-radius: 50%;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 9999;
}

div#loading_div>#round::before {
	top: -20px;
	left: -20px;
}

div#loading_div>#round::after {
	right: -20px;
	bottom: -20px;
}

@-webkit-keyframes spin_mo {
	0% {-webkit-transform: scale(1) rotate(45deg);}
	100% {-webkit-transform: scale(0) rotate(45deg);}
}
@-moz-keyframes spin_mo {
	0% {-moz-transform: scale(1) rotate(45deg);}
	100% {-moz-transform: scale(0) rotate(45deg);}
}
@-ms-keyframes spin_mo {
	0% {-ms-transform: scale(1) rotate(45deg);}
	100% {-ms-transform: scale(0) rotate(45deg);}
}
@-o-keyframes spin_mo {
	0% {-o-transform: scale(1) rotate(45deg);}
	100% {-o-transform: scale(0) rotate(45deg);}
}
@keyframes spin_mo {
	0% {transform: scale(1) rotate(45deg);}
	100% {transform: scale(0) rotate(45deg);}
}

@-webkit-keyframes respin {
	0% {-webkit-transform: rotate(360deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes respin {
	0% {-moz-transform: rotate(360deg);}
	100% {-moz-transform: rotate(0deg);}
}
@-ms-keyframes respin {
	0% {-ms-transform: rotate(360deg);}
	100% {-ms-transform: rotate(0deg);}
}
@-o-keyframes respin {
	0% {-o-transform: rotate(360deg);}
	100% {-o-transform: rotate(0deg);}
}
@keyframes respin {
	0% {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
/* kawasaki その他 */
tr.all-line-through th,
tr.all-line-through td {
	text-decoration: line-through !important;
}
/***************************** フォントサイズのクラス **************************************/
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs14 {
	font-size: 14px !important;
}
/***************************** フォントウェイトのクラス **************************************/
.fw-bold {
	font-weight: bold !important;
}
.fw-normal {
	font-weight: normal !important;
}
.fw-light {
	font-weight: light !important;
}

/* 並び替え・表示件数
----------------------------------------------- */
.sort {
	float:right;
}
.sort dt{
	display:inline-block;
	font-weight:bold;
	padding-right:5px;
}

.sort dd{
	display:inline-block;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:0 10px 0 8px;
}

.sort dd+dd{
	display:inline-block;
	border-left:0;
}

.sort dl{
	float:left;
}

.sort dl+dl{
	float:right;
}

/* ---- タグ ----- */
#tag input[type="radio"] {
	display: none;
}
#tag {
	font-size: 0;
}
#tag label {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin: 2px 2px !important;
	text-align: center;
	padding: 0 5px;
	color: #20917A;
	border: 1px solid #20917A;
}
#tag input[type="radio"] + label::before {
	font-family: FontAwesome;
	content: "\f02b";
	color: #20917A;
	margin-right: 5px;
}
#tag input[type="radio"]:checked + label {
	color: #FFF !important;
	background-color: #20917A;
}
#tag input[type="radio"]:checked + label::before {
	color: #FFF;
}
/* ボタンデザイン
********************************************************************/
.searchSubmitBtn,
.normalBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none transparent;
}
.normalSelectBox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #9B8FF0;
	background: none transparent;
	vertical-align: middle;
	color: inherit;

	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px 0 10px;
	border: 1px solid #9B8FF0;
	position: relative;
	background: url(../img/sp/select.png) right 50% no-repeat;
	background-color: rgba(220, 220, 220, 0.6);
	background-size: 20px 10px;
}
a.normalBtnDetail {
	position: relative;
	text-decoration: none;
	color: #FFF;
	background-color: #F08F9B;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 140px;
}
a.normalBtnDetail {
	position: relative;
	text-decoration: none;
	color: #FFF;
	background-color: #F08F9B;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 140px;
}
a.normalBtn {
	position: relative;
	text-decoration: none;
	color: #FFF;
	background-color: #F08F9B;
	display: inline-block;
	line-height: 40px;
	height: 40px;

	padding: 0 20px;
}
a.normalBtnDetail:hover,
a.normalBtn:hover {
	opacity: 0.5;
}
a.normalBtnDetail:before,
a.normalBtnDetail:after,
a.normalBtn:before,
a.normalBtn:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #D06D79;
}
a.normalBtnDetail:after,
a.normalBtn:after {
	height: 3px;
	width: 100%;
	bottom: -3px;
	left: 3px;
}
a.normalBtnDetail:before,
a.normalBtn:before {
	height: 100%;
	width: 3px;
	top: 3px;
	right: -3px;
}

a.heart {
	text-align: center;
   	width: 140px;
    display: inline-block;
    border: 2px solid #F08F9B;
    background-color: #FFF;
    line-height: 36px;
    height: 40px;
    color: #F08F9B;
    border-radius: 20px 20px;
}
a.heart:hover {
	opacity: 0.5;
}
a.heart .fa{
	font-size: 20px;
	color: #BFB8B6;
	vertical-align: middle;
}
a.heart.active {
	color: #FFAD08;
	background-color: #EEE;
	border: 1px solid #EEE;
}
a.heart.active .fa {
	color: #FFAD08;
}

a.searchClipBtn {
	position: relative;
	text-decoration: none;
	color: #FFF;
	background-color: #42C0A6;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}
a.searchClipBtn:before {
	content:"\f004";
	font-family: "FontAwesome";
	margin-right: 5px;
}
a.searchClipBtn:hover {
	opacity: 0.5;
}
a.searchClipBtn.disabled {
	pointer-events: none;
	opacity: 0.5
}

input.searchSubmitBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #D06D79;
	color: #FFF;
}
input.searchSubmitBtn:hover {
	opacity: 0.5
}

a.closeDetailBtn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
a.closeDetailBtn:before,
a.closeDetailBtn:after {
	content: "";
	position: absolute;
	display: block;
	background-color: #D06D79;
	width: 2px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -50%;
}
a.closeDetailBtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.closeDetailBtn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width:480px) {
	a.heart,
	a.normalBtnDetail {
		width: 120px;
	}
}
/* 共通カラークラス
**********************************************************************/
.company_text_color {
	color: green;
}
.pr_text_color {
	color: #E86070;
}
.zoom_color {
	background-color: #E9E8E2;
}

.shadow_box {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.box_border_style {
	border-top: 2px solid #42C0A6;
	border-bottom: 2px solid #F08F9B;
}
.max_color {
	background-color: #D06D79;
}
.max_color a {
	color: #FFF;
}
.min_color {
	background-color: #FAF9F3;
}
.recommend_color {
	background-color: #FFFFF0;
}
/* 詳細検索フォーム
**************************************************************************/

#detailSearch {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 9999;
	display: none;
    overflow: auto;
	background: rgba(200, 200, 200, 0.8);
	-webkit-overflow-scrolling: touch
}
#detailSearch .closeDetail {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}
#detailSearch div {
	position: relative;
}
#detailSearch > div > div {
	padding-top: 50px;
}
#detailSearch > div {
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
}

#detailSearch input[type="text"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #F08F9B;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
#detailSearch select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #F08F9B;
	background: none transparent;
	vertical-align: middle;
	color: inherit;
}

#detailSearch > div h3  {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	border-bottom: 3px solid #F08F9B;
}
#detailSearch > div {
	text-align: center;
}

#detailSearch .searchKeywordSection {
	display: inline-block;
	margin: 20px auto 0 auto;
}
#detailSearch .searchKeywordSection li.x {
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #F08F9B;
}
#detailSearch .searchKeywordSection li {
	display: inline-block;
	float: left;
	margin: 0 5px;
	height: 40px;
	text-align: left;
	float: left;
	color: #F08F9B;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
#detailSearch .searchKeywordSection li div {
	display: block;
	height: 40px;
	position: relative;
}
#detailSearch .searchKeywordSection li div.result_pref:after,
#detailSearch .searchKeywordSection li div.result_keyword:after {
	font-size: 12px;
	position: absolute;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	top: -20px;
	left: 0;
	color: #D06D79;
}
#detailSearch .searchKeywordSection li div.result_pref:after {
	content: "所在地で探す";
}
#detailSearch .searchKeywordSection li div.result_keyword:after {
	content: "キーワードで探す";
}

#detailSearch .searchKeywordSection input[type="text"] {
	display: inline-block;
	width: 300px;
	height: 40px;
	line-height: 0;
	margin: 0 10px;
	float: left;
	background-color: rgba(220, 220, 220, 0.6);
}

#detailSearch .searchSalarySection span,
#detailSearch .searchSalarySection input[type="text"] {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 10px 0 0;
	float: left;
}
#detailSearch .searchSalarySection input[type="text"] {
	background-color: rgba(220, 220, 220, 0.6);
	width: 160px;
}
#detailSearch .searchSalarySection span {
	font-size: 14px;
	text-align: center;
}
#detailSearch select {
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px 0 0;
	padding: 0 20px 0 5px;
	float: left;

	position: relative;
	background: url(../img/sp/select.png) right 50% no-repeat;
	background-color: rgba(220, 220, 220, 0.6);
	background-size: 20px 10px;
}
#detailSearch .searchOption > li {
	float: left;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}
#detailSearch .searchOption > li input[type="checkbox"] {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#detailSearch .searchOption > li p {
	line-height: 24px;
	height: 24px;
	text-align: left;
	color: #F08F9B;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	margin-bottom: 10px;
}
#detailSearch .searchAreaSection {
	display: inline-block;
	width: 100%;
}
#detailSearch .searchOption > li ul.checkBoxSection {
	width: 100%;
	display: -webkit-flex;
   	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;

	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#detailSearch .searchOption > li ul.checkBoxSection > li {
	width: 25%;
}
#detailSearch .searchOption > li ul.checkBoxSection > li label {
	position: relative;
    display: block;
    word-break: break-all;
}
#detailSearch .searchOption > li ul.checkBoxSection > li label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}
#detailSearch .searchOption > li ul.checkBoxSection > li label input[type="checkbox"] + span {
	display: inline-block;
	line-height: 36px;
	position: relative;
	padding: 0 0 0 25px;
}

#detailSearch .searchOption > li ul.checkBoxSection > li label input[type="checkbox"] + span::before {
	position: absolute;
	content: "";
	border: 2px solid #CCC;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
#detailSearch .searchOption > li ul.checkBoxSection > li label input[type="checkbox"] + span::after {
	position: absolute;
	content:"\f00c";
	width: 20px;
	line-height: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	font-size: 20px;
	font-family: "FontAwesome";
	display: none;
	margin-top: -10px;
}
#detailSearch .searchOption > li ul.checkBoxSection > li label input[type="checkbox"]:checked + span::after {
	display: inline-block;;
}

#detailSearch.fadeIn {
	display: block;
	opacity: 1;
	-webkit-animation: none_in 0.3s linear;
	-moz-animation: none_in 0.3s linear;
	animation: none_in 0.3s linear;
}

#detailSearch.fadeOut {
	display: block;
	opacity: 0;
	-webkit-animation: none_out 0.3s linear;
	-moz-animation: none_out 0.3s linear;
	animation: none_out 0.3s linear;
}
@-webkit-keyframes none_in {
	0% {-webkit-transform: display: none; opacity: 0;}
	1% {-webkit-transform: display: block; opacity: 0;}
	100% {-webkit-transform: display: block; opacity: 1;}
}
@-moz-keyframes none_in {
	0% {-moz-transform: display: none; opacity: 0;}
	1% {-moz-transform: display: block; opacity: 0;}
	100% {-moz-transform: display: block; opacity: 1;}
}
@keyframes none_in {
	0% {transform: display: none; opacity: 0;}
	1% {transform: display: block; opacity: 0;}
	100% {transform: display: block; opacity: 1;}
}

@-webkit-keyframes none_out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes none_out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes none_out {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@media only screen and (max-width:768px) {
	#detailSearch > div {
		width: 100%;
		min-width: initial;
	}
	#detailSearch .searchKeywordSection,
	#detailSearch .searchKeywordSection li,
	#detailSearch .searchKeywordSection li.x {
		display: block;
		width: 100%;
	}
	#detailSearch .searchKeywordSection li,
	#detailSearch .searchKeywordSection li.x {
		margin: 0 0 10px 0;
	}
	#detailSearch .searchKeywordSection li.x {
		text-align: center;
	}
	#detailSearch .searchKeywordSection li input {
		width: 100% !important;
		margin: 0 !important;
	}
	#detailSearch .searchSalarySection select {
		margin: 0 0 10px 0;
	}
	#detailSearch .searchSalarySection span,
	#detailSearch .searchSalarySection input[type="text"] {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#detailSearch .searchOption > li ul.checkBoxSection > li {
		width: 50%;
	}
}
@media only screen and (max-width:480px) {
	#detailSearch .searchOption select {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	#detailSearch .searchOption > li ul.checkBoxSection > li label {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
/* ソートセレクトボックス
**************************************************************************/
.sortParent {
	position: relative;
}
.sortParent .sortParent--sortBox {
	display: block;
	position: absolute;
	right: 0;
}