/*---------------------------------------------
 Initialization
---------------------------------------------*/

html,body{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: #fcf1f5; 
	color: #666;
	font-size: 75%;
	line-height: 1.5;
}

head~/* */body { font-size: 75%; }  /* for IE8 */
html:not(:target) body { font-size: 12px; }  /* for mordern except IE8 */

div,p,dl,dt,dd,ul,ol,li,th,td,
h1,h2,h3,h4,h5,h6,form,input,textarea,blockquote{
	margin: 0;
	padding: 0;
}

select, input, textarea{ font-size: 12px; line-height: 1.2; }
input{ vertical-align: middle; }

hr{ display: none; height: 0;}
img{ border: 0; }
li{ list-style: none;}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
address{
        font-style:normal;
}


em{ color: #ff0000; font-style: normal; font-weight: normal;}
strong{ font-weight: bold;}

.clear{ clear:both;}

.hide { display: none; }
a {
	color: #666;
}
.h15 {
	clear: both;
	height: 15px;
}	
/*---------------------------------------------
 全体レイアウト
---------------------------------------------*/
#wrapper {
	width: 970px;
	background-color: #fff;
	margin: auto;
	border: 1px solid #d3d3d3;
}	
#header {
	margin: auto;
	padding:10px 0 5px 0;
	width: 930px;
}
#main {
	width: 970px;
	border-top: 1px solid #d3d3d3;
}			
#contents {
	float: left;
	width: 705px;

	padding: 0 25px;
}
#rightNavi {
	float: right;
	width: 188px;
	padding: 0 25px 0 0;
}	
#footerLink {
	clear: both;
	padding: 5px 20px;
	text-align: center;
	border-top: 1px solid #d3d3d3;

}
/*---------------------------------------------
 ヘッダ
---------------------------------------------*/


#headerLeft {
	width: 420px;
	float: left;
	margin-top: -5px;
}
#header h1 {
	color: #ff6699;
	font-size: 100%;
	font-weight: normal;
	width: 930px;
	margin-bottom: 5px;
}
*|html[xmlns*=""] #header h1{ font-size:90%;  }

@media screen and (-webkit-min-device-pixel-ratio:0) {  

 #header h1  { font-size:90%;  }  

} 

#logo {
	width: 400px;
	margin-bottom: -5px;
}
#logo img.ninka {
	margin-left: 30px;
}		
#headerLeft #headerDate {
	width: 150px;
	height: 30px;
	color: #fff;
	font-weight: bolder;
	font-size: 110%;
	margin-top: 12px;
	padding-left: 16px;
	padding-top: 6px;
	float: left;
	background-image: url('../img/header/dateBase.png');
	background-repeat: no-repeat;	
}
#headerLeft #headerNumber {
	width: 220px;
	float: left;
	margin-top: 11px;
	background-color: #fffff1;
}
#headerLeft #headerNumber #number {
	width: 90px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}	
#headerLeft #headerNumber #hikoukai {
	width: 100px;
	float: left;
	margin-top: 11px;
	margin-left: 10px;
}
#headerLeft #hikoukai a {
	color: #ff6699;
}		
#headerLeft #headerNumber .number {
	color: #ff6699;
	font-weight: bold;
	font-size: 200%;
	font-family: Helvetica;
	letter-spacing:0.2em;
}
#headerLeft ul {
	margin-top: 10px;
}	
#headerLeft ul li{
	display: in-line;
	float: left;
	width: 100px;
	height: 24px;
	margin-right: 5px;
text-indent:-9999px;	
}
#headerLeft ul li a {
	overflow: hidden;
	height: 24px;
	line-height: 24px;	
	display: block;
}	
#headerLeft ul li.Link1 a {
	background-image: url('../img/header/linkButton1.png');
	background-repeat: no-repeat;
}
#headerLeft ul li.Link1 a:hover {
	background-image: url('../img/header/linkButton1_2.png');
	background-repeat: no-repeat;
}
#headerLeft ul li.Link2 a{
	background-image: url('../img/header/linkButton2.png');
	background-repeat: no-repeat;
_}	
#headerLeft ul li.Link2 a:hover {
	background-image: url('../img/header/linkButton2_2.png');
	background-repeat: no-repeat;
}
#headerLeft ul li.Link3 a{
	background-image: url('../img/header/linkButton3.png');
	background-repeat: no-repeat;
_}
#headerLeft ul li.Link3 a:hover {
	background-image: url('../img/header/linkButton3_2.png');
	background-repeat: no-repeat;
}	
#headerLeft ul li.Link4 a{
	background-image: url('../img/header/linkButton4.png');
	background-repeat: no-repeat;
_}	
#headerLeft ul li.Link4 a:hover {
	background-image: url('../img/header/linkButton4_2.png');
	background-repeat: no-repeat;
}						
#headerRight {
	width: 510px;
	float: right;
	margin-top: 5px;
}

#headerRight #freecall {
	float: left;
	width: 350px;
	margin-left: 10px;	
}
#headerRight ul#headerLink {
	float: right;
	margin-left: 15px;
/*	margin-top: 8px;	*/
}
#headerRight ul#headerLink img{
	margin: 3px 5px 0 0;
}
#headerRight ul#headerLink a {
	text-decoration: none;
	color: #666;
}
/*---------------------------------------------
 ヘッダナビ
---------------------------------------------*/		
ul#headNavi {
	clear: both;
	margin-top: 5px;
	margin-bottom: 40px;
}		
#headNavi li {
	float: left;
	width: 176px;
	height: 30px;
	list-style-type: none;
}
#headNavi li a {
	clear: both;
	display: block;
	color: #fff;
	height: 0px;
	overflow: hidden;
	padding-top: 30px;
	background-image: url("../img/main/headNavi.gif");
}	
#navi1 a {background-position: 0 0;}
#navi2 a {background-position: -176px 0;}
#navi3 a {background-position: -352px 0;}	
#navi4 a {background-position: -528px 0;}
#navi1 a:hover {background-position: 0 -30px;}
#navi2 a:hover {background-position: -176px -30px;}
#navi3 a:hover {background-position: -352px -30px;}	
#navi4 a:hover {background-position: -528px -30px;}
/*---------------------------------------------
 メイン検索部分
---------------------------------------------*/	
#mainSearch {
	width: 705px;
	margin-top: 10px;
}
#searchMenu {
	width: 162px;
	float: left;
}
#onMouse {
	margin-left: 10px;
	width: 533px;
	height: 293x;
	background: #feedf5; 
	float: right;	
}			
#searchMenu li {
	width: 162px;
	height: 42px;
	list-style-type: none;
}
li#search2,li#search3,li#search4,li#search5,li#search6,li#search7 {
	margin-top: 0px;
}	
#searchMenu li a {
	display: block;
	color: #fff;
	height: 0px;
	overflow: hidden;
	padding-top: 42px;
	background-image: url("../img/main/searchMenu2.jpg");
}	
#search1 a {background-position: 0 0;}
#search2 a {background-position: 0 -42px;}
#search3 a {background-position: 0 -84px;}	
#search4 a {background-position: 0 -126px;}
#search5 a {background-position: 0 -168px;}
#search6 a {background-position: 0 -210px;}
#search7 a {background-position: 0 -252px;}
#search1 a:hover {background-position: -162px 0px;}
#search2 a:hover {background-position: -162px -42px;}
#search3 a:hover {background-position: -162px -84px;}	
#search4 a:hover {background-position: -162px -126px;}
#search5 a:hover {background-position: -162px -168px;}
#search6 a:hover {background-position: -162px -210px;}
#search7 a:hover {background-position: -162px -252px;}

#onMouse iframe {
	width: 515px;
	height: 273px;
	margin: 10px;
}
/*---------------------------------------------
 フリーワード検索
---------------------------------------------*/	
#wordSearch	{
	clear: both;
	margin-top: 10px;
}
#wordSearchInner{
	background-image: url("../img/main/wordBase2.gif");
	background-repeat: no-repeat;
	width: 707px;
	height: 87px;
}					
#wordSearchInner form {
	margin-left: 170px;
	height: 32px;
	padding-top: 38px;
}
#wordSearchInner form input {
	height: 20px;
	color:#868686;
	border: 1px solid #d2d2d2;
	line-height: 20px;
	margin: 5px 0px;
}
#wordSearchInner form input.tbox {
	width: 360px;
	padding-left: 5px;
}
#wordSearchInner form input.sbtn {
	margin: 0px 35px;
}
#wordSearchInner form img {
	margin-left: 35px;
	margin-top: 6px;
}
#wordRanking {
	margin-top: 10px;
}
#wordRanking table {
	margin-top: 10px;
	width: 705px;
	border: 1px solid #d3d3d3;
background-color: #fffff0;	
}
#wordRanking table td {
	width: 180px;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #d3d3d3;
}		
#wordRanking ul li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
#wordRanking a {
	color: #ff6699;
}
/*---------------------------------------------
 新着＆厳選
---------------------------------------------*/	
#newAndRecommend {
	margin-top: 20px;
	width: 705px;
	height: 120px;
	background-color: #f0fff0;	
}
#newAndRecommend h3 {
	display: none;
}	
#newAndRecommend #new {
	width: 301px;
	margin-top: 10px;
	margin-left: 30px;	
	height: 102px;
	float: left;
	background-image: url("../img/main/newBase2.png");
	background-repeat: no-repeat;	

}
#newAndRecommend #recommend {
	width: 301px;
	margin-top: 10px;
	margin-right: 30px;	
	height: 102px;
	float: right;
	background-image: url("../img/main/recommendBase2.png");
	background-repeat: no-repeat;	
}
#newAndRecommend  p {
	margin: 45px 0 0 20px;
}
#newAndRecommend  p.right {
	margin: 0;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}
#newAndRecommend  p.right a {
	color: #0f5fd7;
}
/*---------------------------------------------
 検索リンク
---------------------------------------------*/	
#searchLink{
	margin-top: 10px;
}
#searchLink.style{
	margin-top: 20px;
}		
.linkList {
	padding: 10px;
background-color: #fffff0;

}
#searchLink table {
	width: 675px;
}
#searchLink .koyou table td{
	width: 130px;
	vertical-align: top;
}	
.linkList li {
	float: left;
	margin-right: 35px;
}
					
#searchLink table#area th {
	border-right: 1px solid #0f5fd7;
	color: #0f5fd7;
	text-align: left;
	font-weight: normal;
		padding: 5px 10px 5px 0;
}		
#searchLink table tr td {
	padding: 5px 15px 5px 10px;	
}		
.linkList.area a {
	color: #fd6161;
}	
.linkList.koyou a {
	color: #ff8400;
}
.linkList.gyoumu a {
	color: #069af8;
}
.linkList.kodawari a {
	color: #0bb475;
}
.linkList.style a {
	color: #e75af8;
}
#searchLink a {
	color: #0f5fd7;
}
#searchLink{
	width: 705px;
	overflow: hidden;
}
#searchLink .searchLeft{
	width: 340px;
	margin-right: 25px;
	float: left;
	background-color: #fffff0;
}
#searchLink .searchRight{
	width: 340px;
	float: right;
	background-color: #fffff0;	
}
#searchLink .searchLeft table,	#searchLink .searchRight table{
	width: 310px;
	padding: 10px;
}			
/*---------------------------------------------
 エリア別おすすめ
---------------------------------------------*/
#areaRecommend {
	margin-top: 10px;
}
#areaRecommend h3 {
	margin-bottom: 10px;
}	
#areaRecommend .area {
	width: 700px;
	border-left: 5px solid #e3e3e3;
	margin-top: 10px;
}
#areaRecommend .area p {
	float: left;
	width: 100px;
}
#areaRecommend .kantou p {
	padding-top: 140px;
}
#areaRecommend .toukai p {
        padding-top: 45px;
}
#areaRecommend .kansai p {
        padding-top: 45px;
}
#areaRecommend .kyushu p {
        padding-top: 45px;
}
#areaRecommend .area .list {
	float: right;
	width: 600px;
}			
		
#areaRecommend dl {
	width: 272px;
	height: 150px;
	border: 1px solid #faa9be;
	padding: 10px;
	background-color: #fffff0;	
}

#areaRecommend dl a {
	color: #ff6699;
}
#areaRecommend dt {
	font-weight: bold;
	margin-bottom: 5px;
        height:3em;
}		
#areaRecommend dl.left {
	float: left;
}
#areaRecommend dl.right {
	float: right;
}
#areaRecommend dl.second {
	margin-top: 10px;
}	

/*---------------------------------------------
 登録会・会社からのお知らせ
---------------------------------------------*/	
#info {
	margin-top: 20px;
	width: 705px;
}
#info #tourokukai {
	float: left;
	width: 327px;
	padding: 30px 10px 10px 10px;
	background-image: url("../img/main/tourokukai.png");
	background-repeat: no-repeat;	
}
#info h3 {
	display: none;
}	

#info #seminar {
	float: right;
	width: 327px;
	padding: 30px 10px 10px 10px;
	background-image: url("../img/main/seminar.png");
	background-repeat: no-repeat;	
}
#info #tourokukai a {
	color: #ffa500;	
}
#info #seminar a {
	color: #5dc69f;	
}
#info p.right {
	margin-top: 20px;
	margin-right: 10px;	
	text-align: right;
}
#info #seminar p.right {
	margin-top: 20px;
}
/*---------------------------------------------
 キャンペーンバナー
---------------------------------------------*/	
.campaign {
	margin-top: 15px;
	margin-bottom: 15px;	
	width: 711px;
	background-color: #fffff0;
}
			
/*---------------------------------------------
 お役立ちコンテンツ
---------------------------------------------*/	
#oyakudachi h3 {
	margin-bottom: -10px;
}	
#contentsList {
	width: 665px;
	background-color: #fffff0;
	padding: 20px;
}
#contentsList div {
	margin-top: 10px;
	background-color: #fff;
}	
#contentsList .left {
	width: 307px;
	height: 80px;
	border: 1px solid #6edaea;
	float: left;
	padding: 10px;
}
#contentsList .right {
	width: 307px;
	float: right;
	height: 80px;
	border: 1px solid #6edaea;
	padding: 10px;	
}
#contentsList div img {
	width:80px;
	padding-right: 15px;
	float: left;
}
#contentsList dl a {
	color: #069af8;
}
#contentsList dt {
	margin-bottom: 10px;
}				
/*---------------------------------------------
 フッター上部
---------------------------------------------*/	
#telBottom {
	margin-top: 20px;
	text-align: center;
}
#registBottom {
	margin-top: 25px;
	text-align: center;
}
#registBottom img {
	width: 680px;
}
#topLink {
	margin-top: 30px;
	text-align: right;
}
#topLink a {
	color: #fc6799;
}
ul#sitemapArea {

	margin: 30px 0 30px 20px;
}
ul#sitemapArea li {
	width: 322px;
	float: left;
	margin-top: 10px;
	background-image: url("../img/main/areaMapIcon.gif");
	background-repeat: no-repeat;
	line-height: 15px;
	padding-left: 18px;	
}
ul#sitemapArea li a {
	color: #666;
}
/*---------------------------------------------
右ナビ
---------------------------------------------*/	
ul#bannerUp{
	text-align: center;
	margin-bottom: 20px;
}
ul#bannerUp li {
	clear: both;
	float: left;
	margin-top: 5px;
}

#keepList {
	clear: both;
	width: 188px;
	height: 100px;
	background-image: url("../img/rightnavi/keepList.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;				
}
#keepList.privacy {
	clear: both;
	width: 188px;
	height: 100px;
	background-image: url("../../img/rightnavi/keepList.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;				
}
#keepList .number {
	font-weight: bold;
	color: #ff6699;
	font-size: 170%;
	padding: 43px 0 0px 60px;
}
#keepList .rightLink {
	margin: 0 10px 0 0;
	float: right;
}
#keepList .rightLink a {
	color: #ff6699;
}
#keepListS {
	clear: both;
	width: 145px;
	height: 77px;
	background-image: url("../img/rightnavi/keepListS.png");
	background-repeat: no-repeat;
	margin-bottom: 20px;				
}
#keepListS .number {
	font-weight: bold;
	color: #ff6699;
	font-size: 170%;
	padding: 30px 0 0px 45px;
}
#keepListS .rightLink {
	margin: -5px 10px 0 0;
	float: right;
}
#keepListS .rightLink a {
	color: #ff6699;
}

#ranking {
	margin-top: 20px;

}
#ranking a {
	color: #0f5fd7;
}		
#ranking .ranking {
	border: 1px solid #ff6699;
	padding: 45px 5px 0px 5px;	
	margin-top: 10px;
	width: 178px;
}
#ranking .ranking img {
	float: left;
	width: 38px;
}
#ranking .ranking p {
	float: right;
	width: 130px;	
}		
#ranking .type01 {
	background-image: url("../img/rightnavi/rankingTitle01.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#ranking .clear {
	clear: both;
	height: 15px;
}
#ranking .type02 {
	background-image: url("../img/rightnavi/rankingTitle02.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}
#ranking .type03 {
	background-image: url("../img/rightnavi/rankingTitle03.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;	
}	
#about {
	margin-top: 20px;
	background-image: url("../img/rightnavi/about.gif");
	background-repeat: no-repeat;
	width: 178px;
	border: 1px solid #5dc69f;
	background-color: #fdfbfb;
	padding: 35px 5px 5px 5px;
}
#about  a {
	color: #5dc69f;

}
#about ul {
	margin-top: 10px;
}
#about ul li img {
	margin-right: 5px;
}
#saiyou {
	margin-top: 20px;
	background-image: url("../img/rightnavi/saiyou.gif");
	background-repeat: no-repeat;
	width: 178px;
	border: 1px solid #56cadb;
	background-color: #fdfbfb;
	padding: 35px 5px 5px 5px;
}	
#saiyou a {
	 color:#56cadb;
}
#saiyou p.rightLink {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
#mobile {
	background-image: url("../img/rightnavi/mobile.png");
	background-repeat: no-repeat;
	height: 179px;
	padding:150px 0 0 70px;
	margin-top: 20px;
}	
#mobile img{
	margin: 3px 5px 0 0;
}	
#mobile a {
	color: #ff6699;
}
#smartphone {
	margin-top: 20px;
	margin-left: 5px;
}			
#message {
	width: 178px;
	margin:20px 0;
	padding: 5px;
	background-color: #fffff0;	
	border: 1px solid #ffa500;
}
#message p {
	color: #ff7e00;
	padding: 5px;
}		
#message #textarea {
	width: 168px;
	height: 150px;
	margin-left: 4px;
}
#message .submit {
	margin-top: 7px;
	text-align: center;
}			
ul#bannerUnder{
	text-align: center;
	margin: 20px 0;
}
ul#bannerUnder li {
	clear: both;
/*	float: left;	
	margin-top: 5px;	*/
}
ul#bannerUnder li.text {
	font-size: 95%;
/*	margin: 5px 0px;	*/
	margin-bottom: 10px;
}
img#privacy {
	margin:20px 0px 20px 36px;
}
#social {
	background-image: url("../img/rightnavi/social.gif");
	background-repeat: no-repeat;
	width: 168px;
	border: 1px solid #ff6699;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	padding-top: 40px;
}
#social table td img {
	width: 40px;
}
	
#social table td.link {
	text-align: left;
	padding-left: 10px;
}
#social table td.link a {
	color: #ff6699;
}
#social table td.height {
	height: 20px;
}
/*---------------------------------------------
 サーチページ用右ナビ
---------------------------------------------*/
#SearchRnavi{
	float: right;
	padding-right:3px;
	width: 150px;
}

#SearchRnavi ul#bannerUp{
	text-align: center;
	margin-bottom: 20px;
}
#SearchRnavi ul#bannerUp li {
	clear: both;
	float: left;
	margin-top: 5px;
}
dl#KeeplistRight {
	margin-top: 20px;
	border: 1px solid #ff6699;
	background-color: #fffff0;
}
dl#KeeplistRight dt {
	background-color: #ff6699;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
dl#KeeplistRight dd {
	padding: 5px;
}
dl#KeeplistRight dd ul li {
	margin-top: 5px;
}
dl#KeeplistRight .rightLink {
	margin: 10px 10px 10px 0;
	float: right;
}
dl#KeeplistRight .rightLink a {
	color: #ff6699;
}	
#BreadArea{
	padding: 15px 0;
	margin-top:3px;
	margin-bottom: 5px;
	border-top: 0px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;	
}
#BreadArea.noHead {
		margin-top:5px;
}
#BreadArea.noHead2 {
		margin: 0;
		margin-bottom: -5px;
		border:0;
}			
#BreadArea.lp {
        margin-top:5px;
        text-align:left;
	border-top:1px solid #d3d3d3;
        border-bottom:none;
	padding-left:17px;
}
#BreadArea a {
	color: #ff6699;
}	
#BreadArea li{
	display: inline;  /* for IE6 */
	margin-left: 0.5em;
}
#BreadArea li.first-item{ margin-left: 0; }			


.rtBanner {
	width: 705px;
	margin: 15px 0;

}
.rtBanner li {
	float: left;
	display: inline;
	background: url(/img/main/ban_sankaku.gif) no-repeat;
	height: 19px;
	padding-left: 20px;
}
.rtBanner li.left {
	width: 345px;
	margin-right: 15px;
}
.rtBanner li a {
	color: #0f5fd7;
	line-height: 19px;	
}
.ban1,.ban2 ,.ban3 ,.ban4 {
	display: none;
}

/*---------------------------------------------
 お仕事詳細：近隣の病院・施設を探す
---------------------------------------------*/
.find-caption{
	color:#808000;
	font-weight:bold;
	margin: 0 0 5px 105px;
}
.find-town{
	margin:0 auto 20px 105px;
	padding:0;
	width:760px;
}
.find-nearby{
	margin:0 auto 20px 105px;
	width:760px;
	border: 1px solid #FFA500;
    border-collapse:separate; /*collapse;*/
    border-spacing:0;
   }
.find-nearby th,
.find-nearby td {
	border-top:1px solid #E3DCCC;
}
.find-nearby th {
	background-color:#ffffdf;
}
.find-nearby td {
	background-color:#ffffff;
}
.find-nearby td.catch {
	background-color:#FFE5BC;
	border-top-width:0;
}

.group_box div {
	margin: 0 0 10px;
}



.section_toriatsukaihenodoi {
	margin: 4em 0  2em;
}

.section_toriatsukaihenodoi .mgn-btm04 {
	text-align: center;
}

.inner-section.text_cookie {
	margin: 0 10px  20em;
}
