@charset "shift_jis";

/*------------------------------
 Structure
		 
--------------------------------*/

* html #base{
 width:100%;
}

/*------------------------------
 default tag
  
--------------------------------*/

* html h2{
 height:1%;
}

/*---------------
 FireFox対策
 (floatバグ)
----------------*/

.com-mBox:after{
 display:block;
 clear:both;
 height:1%;
 margin:10px 0;
 padding:0;
 content:"";
}

/*---------------
 / FireFox対策
 (floatバグ)
----------------*/

/*---------------
 左Box
 
----------------*/

* html .com-Box06{
 margin-right:-3px;
}

/*---------------
 説明文用Box 
 
----------------*/

/*----------
 END FOR IE
-----------*/

* html .com-Box11{
 width:650px;
}


/*------------------------------
 TOP
 
--------------------------------*/

* html .com-home strong{
 width:auto;
 height:1em;
 margin:0;
 padding:0 0 0 18px;
 background: url(../images/alert_icon.gif) 0 -2px no-repeat;
 font-weight:normal;
}

/*----------
 FOR IE
-----------*/

* html #content.com-home .com-Box02 strong{
 background: url(../images/alert_icon.gif) 0 0 no-repeat;
}
/*▼追加：2012年2月システム拡充対応パート2*/
* html #content.com-home .com-Box12 strong{
 background: url(../images/alert_icon.gif) 0 0 no-repeat;
}
/*▲追加：2012年2月システム拡充対応パート2*/

/*---------------
 FireFox対策
 (floatバグ)
----------------*/

/*▼変更：2012年2月システム拡充対応パート2*/
#content.com-home .com-Box02 ul:after,
#content.com-home .com-Box12 ul:after,
#content.com-waa01-02 .com-Box03:after{
 display:block;
 clear:both;
 height:1%;
 margin:10px 0;
 padding:0;
 content:"";
}
/*▲変更：2012年2月システム拡充対応パート2*/

/*----------
 FOR IE
-----------*/

#content.com-home .com-Box02 ul,
#content.com-waa01-02 .com-Box03{
 display:inline-table;
}

/*Hides IE Mac \*/

* html #content.com-home .com-Box02 ul{
 display:block;
 height:1px;
}
/*▼追加：2012年2月システム拡充対応パート2*/
* html #content.com-home .com-Box12 ul{
 display:block;
 height:1px;
}
/*▲追加：2012年2月システム拡充対応パート2*/

/*END Hides IE Mac */


/*--------------------------
 検索条件指定（距離圏）
 WAA01-03
  
---------------------------*/

#container03:after{
 display:block;
 clear:both;
 height:1%;
 margin:10px 0;
 content:"";
}

/*-------------
　privacy
  
---------------*/

* html #content.com-privacy ol{
 list-style-position:inside;
 margin:0 0 0 40px;
 background:#ffffff;
 color:#990000;
 font-weight:normal;
}

/*-------------
　help
  
---------------*/

* html #content.com-help ol{
 margin:10px 0 0 440px;
}

#content.com-help p:after{
 display:block;
 clear:both;
 height:1%;
 margin:10px 0 0;
 padding:0;
 content:"";
}

/*-----------------------
 検索条件指定（地域）
 WAA01-02 Safari対策
  
------------------------*/

.com-waa01-02 .com-Box03{
 width:98%;
 margin:0 5px;
}

/* heide Safari  */
@media all {
@import url(hoge.css);
.com-waa01-02 .com-Box03{
 width:auto;
 margin:0 5px;
}
}
/* ここまで */


