@charset "shift_jis";
/* 初期化 */
body {
	position: relative;
	overflow: auto;
}

body,
body a {
	font-family: "Lucida Grande", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* ワイド化 */
.Stage,
#mainScreen {
	width:auto;
	padding:0;
	margin:0 auto;
	text-align:left;
}
div#content {
	_height: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/*  転職後のお部屋探し */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* 基本 ------------------------------ */
/*
body{
	background: #ffffff;
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	text-align: center;
}

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}


img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}
*/

/* ------------------------------ レイアウト------------------------------ */

div#chintailp_wrap {
	width:950px;
	margin:0 auto;
	text-align: left;
}

div#chintailp_wrap div#main_cont{
	width:698px;
	float:left;
	border:1px #CCCCCC solid;
	margin-bottom:20px;
}

div#chintailp_wrap div#main_cont .main_inner{
	width:660px;
	margin:20px 0 20px 20px;
	padding:0;
}

p.main_ph{
	margin-bottom:30px;
}

p.lead {
	font-size:14px;
	margin-bottom:25px;
}

/*質問エリア------------------------------*/	
div.q_area{
	width:660px;
	margin-bottom:30px;
	clear:both;
}

div.q_area p.ttl{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#0177BD;
	padding:30px 0 0 0;
}

div.q_area div.q_area_inner {
	width:653px;
	margin-left:7px;
}

div.q_area div.q_area_inner div.graph{
	width:375px;
	float:left;
}

div.q_area div.q_area_inner div.txt{
	width:278px;
	float:left;
}

div.q_area div.q01{
	background:url(../images/q1_bg.jpg) no-repeat;
	width:660px;
	height:70px;
	margin:0 0 15px 0;
}
	
div.q_area div.q02{
	background:url(../images/q2_bg.jpg) no-repeat;
	width:660px;
	height:70px;
	margin:0 0 15px 0;
}
	
div.q_area div.q03{
	background:url(../images/q3_bg.jpg) no-repeat;
	width:660px;
	height:70px;
	margin:0 0 15px 0;
}
	
div.q_area div.q04{
	background:url(../images/q4_bg.jpg) no-repeat;
	width:660px;
	height:70px;
	margin:0 0 15px 0;
}
	

/*まとめ------------------------------*/
div#matome {
	width:660px;
	margin-bottom:10px;
	border-top:#CCCCCC 1px dotted;
	padding:15px 0 0 0;
}

div#matome img{
	vertical-align:bottom;
	line-height:0;
}

div#matome div#matome_bg {
	background-color:#FBFEE0;
}

div#matome div#matome_bg_inner {
	width:620px;
	margin:0 0 0 25px;
	padding:0 0 20px 0;
}

p.note {
	text-align:right;
	font-size:10px;
	line-height:1.2;
	margin:0 0 15px 0;
	padding:0;
}

/*気になる条件からお部屋を探そう ------------------------------*/
div#search_terms {
	width:660px;
	border-top:#CCCCCC 1px dotted;
	margin-bottom:20px;
	padding:20px 0 0 0;
}

div#search_terms div#search_terms_inner {
	width:630px;
	margin:10px auto 0 auto;
}


div#search_terms ul.list01 {
	padding-top: 10px;
	font-size: 14px;
	color: #666666;
}

div#search_terms ul.list01 li {
	background:url(../images/listicon.gif) left 3px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


div#search_terms .fleft {
	float: left;
	display: block;
	width:230px;
}


div#search_terms .fright {
	float: left;
	display: block;
	text-align:left;
}
	
/*マイナビ賃貸への誘導枠-----------------------------*/
.contact_box {
background: url(../images/contact_bg.gif);
height: 230px;
width: 630px;
margin: 0 auto;
}

.contact_box .contact_txt01 {
text-align: center;
padding: 20px 0 0 0;
margin: 0;
}


.contact_box .contact_txt02 {
padding: 10px 0 0 20px;
margin: 0;
float:left;
}


 .contact_box .contact_txt03 {
padding: 10px 20px 0 0;
margin: 0;
float:right;
}



 .contact_box .contact_txt04 {
padding: 10px 20px 0 0;
margin: 0;
font-size: 10px;
text-align: right;
}
woman.mynavi.jp/media="all"
p.tooltip {
position: relative;
}


span.tooltip {
background: #DFFFFF;
border: 1px double #9E9B8A;
max-width: 300px;
position: absolute;
top: -105px;
right: 180px;
text-align: left;
padding: 10px;
z-index: 2;
display: none;
font-size: 12px;
}	
	
.contact_txt04 a {
color: #185cd8;
text-decoration:underline;
}

a.tooltip {
color: #0066CC;
cursor: pointer;
text-decoration: underline;
}

.caution {
width: 600px;
margin: 5px auto 20px auto;
padding:0;
font-size:10px;
color:#666;
}


/*地図エリア------------------------------*/	
div#search_map {
	width:660;
	border-top:#CCCCCC 1px dotted;
	padding:20px 0 0 0;
}

div#search_map div#search_map_ttl {
	margin-bottom:15px;
}
	
	
/*サイドバー-----------------------------*/
div#chintailp_wrap div#side_cont{
	width:228px;
	float:right;
	border:1px #CCCCCC solid;
	padding:0 0 5px 0;
}

div#chintailp_wrap div#side_cont div.contents_ttl {
	width:228px;
	background-color:#E32300;
	height:32px;
}

div#chintailp_wrap div#side_cont div.contents_ttl p{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0 0 0;
}

div#chintailp_wrap div#side_cont .side_inner{
	width:215px;
	margin:5px 0 5px 5px;
	padding:0;
}


div.side_inner ul.list {
	padding-top: 10px;
	font-size: 12px;
	color: #666666;
}

div.side_inner ul.list li {
	background:url(../images/side_list.gif) left 2px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

