﻿@charset "utf-8";

/* font settings [ other.css ]
=================================
1: general elements
99: clearFix
=================================*/


/* general elements
=================================*/

/* h1  */

/* cooperation  */
#other.cooperation #h1Container h1 {
	background: url(/cooperation/images/index_h001.jpg) no-repeat 0 0;
}
#other.safety #h1Container h1 {
	background: url(/cooperation/images/safety_h001.jpg) no-repeat 0 0;
}
#other.accepted #h1Container h1 {
	background: url(/cooperation/images/accepted_h001.jpg) no-repeat 0 0;
}
#other.partners #h1Container h1 {
	background: url(/cooperation/images/partners_h001.jpg) no-repeat 0 0;
}
#other.protection #h1Container h1 {
	background: url(/cooperation/images/protection_h001.jpg) no-repeat 0 0;
}


/* recruit  */
#other.recruit #h1Container h1 {
	background: url(/recruit/images/index_h001.jpg) no-repeat 0 0;
}
#other.education #h1Container h1 {
	background: url(/recruit/images/education_h001.jpg) no-repeat 0 0;
}
#other.category #h1Container h1 {
	background: url(/recruit/images/category_h001.jpg) no-repeat 0 0;
}

/* mediation  */
#other.mediationIndex #h1Container h1 {
	background: url(/mediation/images/mediationIndex_h001.jpg) no-repeat 0 0;
}
#other.mediation #h1Container h1 {
	background: url(/mediation/images/mediation_h001.jpg) no-repeat 0 0;
}
#other.buy #h1Container h1 {
	background: url(/mediation/images/buy_h001.jpg) no-repeat 0 0;
}

/* news  */
#other.news #h1Container h1 {
	background: url(/news/images/index_h001.jpg) no-repeat 0 0;
}
#other.news #h1Container h1.detail {
	background: url(/news/images/index_h002.jpg) no-repeat 0 0;
}

/* news  */
#other.koukoku #h1Container h1 {
	background: url(/koukoku/images/index_h001.jpg) no-repeat 0 0;
}

/* privacy  */
#other.privacy #h1Container h1 {
	background: url(/privacy/images/index_h001.jpg) no-repeat 0 0;
}

/* siteusage  */
#other.siteusage #h1Container h1 {
	background: url(/siteusage/images/index_h001.jpg) no-repeat 0 0;
}

/* sitemap  */
#other.sitemap #h1Container h1 {
	background: url(/sitemap/images/index_h001.jpg) no-repeat 0 0;
}

/* 404  */
#other.notfound #h1Container h1 {
	background: url(/images/404_h001.jpg) no-repeat 0 0;
}

#searchArea  {
	background: url(/images/404_tx008.gif) no-repeat 0 0.2em;
	margin-top:10px;
	padding-left:70px;
}
#searchArea .seachBt {
	vertical-align:bottom;
}


#other.sitemap ul.linkList li ul {
	margin-left: 6px;

}
#other.sitemap ul.linkList li ul li {
	margin-top: 5px;
	padding-left: 10px;
	background: url(/common/images/com_ic010.gif) no-repeat 0 0.5em;
}
#other.sitemap ul.linkList li ul li.noLink {
	margin-top: 5px;
	padding-left: 0;
	background: none;
	font-weight:bold;
}
* html #other.sitemap ul.linkList li,
* html #other.sitemap ul.linkList li {/* for IE hack */
	height: 1px;
}

/* Adjustment  */

.adjustment-01 {
	padding-bottom:100px;
}
.adjustment-02 {
	padding-bottom:75px;
}
.adjustment-03 {
	padding-bottom:150px;
}


/* 20100721 add for accepted.html */
#other.accepted div.jobSection {
	overflow: hidden;
	width: 730px;
}
#other.accepted div.jobSection ul.job {
	width: 751px;
	margin-top: 5px;
}
#other.accepted div.jobSection ul.job li {
	float: left;
	width: 345px;
	margin-right: 20px;
}


/* 20110704 add */
/* callcenter  */
#other.callcenter #h1Container h1 {
	background: url(/callcenter/images/index_h001.jpg) no-repeat 0 0;
}




/* clearFix
=================================*/
div.reportColTwo:after,
div.resultsContentsBox:after,
div.localTransition:after,
#other.accepted div.jobSection ul.job:after
 {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html div.reportColTwo,
* html div.resultsContentsBox,
* html div.localTransition,
* html #other.accepted div.jobSection ul.job
 {/* IE6 hack */
	zoom: 1;
} 
*:first-child+html div.reportColTwo,
*:first-child+html div.resultsContentsBox,
*:first-child+html div.localTransition,
*:first-child+html #other.accepted div.jobSection ul.job

 {/* IE7 hack */
	zoom: 1;
}
