@charset "shift_jis"

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

html {
	overflow-y:scroll;
}

p {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-top:10px;
	min-width:430px;
}

#header_under {
	width:98%;
	text-align: left;
	background-color: #eeeeee;
	padding: 3px;
	margin: 20px auto 10px auto;
	padding-right: 8px;
	height: 18px;
	line-height: 18px;
}

#header h2 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding: 0px 0px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image:none;
	width:100%;
	height: auto;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/
/*---footer_nl.cssを使用しているため削除---------
#footer {
	clear:both;
	width:100%;
	min-width:430px;
	padding-top:5px;
	padding-bottom:5px;
}

#footer ul {
	margin:10px auto;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 5px;
}

#footer ul li {
	display:inline;
	margin-right:10px;
	padding-left:15px;
	line-height:1.1;
	border-left:1px solid #CCCCCC;
	font-size: 11px;
}

#footer ul li.utilityHome {
	border-left:0;
}


#footers {
	clear:both;
	width:100%;
	min-width:430px;
	padding-top:5px;
	padding-bottom:5px;
}

#footers ul {
	margin:10px auto;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 5px;
}

#footers ul li {
	display:inline;
	margin-right:10px;
	padding-left:15px;
	line-height:1.1;
	border-left:1px solid #CCCCCC;
	font-size: 11px;
}

#footers ul li.utilityHome {
	border-left:0;
}

#footers p#copyright {
	text-align:right;
}

.site_link{
	padding: 2px 0px 5px 20px;
	border-bottom: 1px #CCC;
	color: #666666;
	font-size: 11px;
	float: left;
}
-----------------------------------------------*/
/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	float:left;
	width:100%;
	min-width:430px;
	padding:0 0 15px 0;
}


/*-----------------------------------------------
 __main
-----------------------------------------------*/

#main {
	float:left;
	width:100%;
}


/* __inner
------------------------------------------*/

.inner {
	min-width:200px;
	margin:0 200px 0 0;
	padding:10px 15px 5px;
}


/* __hikken_list
------------------------------------------*/

.hikken_list {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.hk_titlebar {
	background-color: #FFCC00;
	height: 22px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.hk_car {
	background-color: #FFFFCC;
	margin: 0px 0px 1px;
	padding: 0px;
	width: 100%;
	clear: both;
	height: 50px;
}
#hikken_list h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 7px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	line-height: 3px;
}
#hikken_list h2 {
	font-size: 11px;
	font-weight: normal;
	color: #00CC00;
	margin-top: 4px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}

#hikken_list h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: normal;
}
.hk_car_photo {
	padding: 0px;
	float: left;
	margin: 3px 3px 2px 2px;
}



/*-----------------------------------------------
 __sub
-----------------------------------------------*/

#sub {
	float:right;
	width:200px;
	margin-left:-210px;
	padding:0px 0 0px 0;
}

#sub h3 {
	margin-bottom:5px;
	margin-left:15px;
	font-size:100%;
	letter-spacing: 1px;
}






ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #E30404F;
 /* for MacIE5.x \*//*/
 overflow: hidden;
 /* end */
}

ul#globalNavi::after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

ul#globalNavi li {
 margin: 0;
 padding: 0;
 float: left;
 width: 100px;
 list-style-type: none;
}

ul#globalNavi li a {
 padding: 0.4em 12px;
 display: block;
 position: relative; 
 font-size: 11px;
 color: #FFF;
 text-align: center;
 text-decoration: underline;
 background-color: #E30404;
}

ul#globalNavi li a:hover {
color: #000;
background-color:#FF9933;
}




.bk_globalNavi {
	background-color: #e30404;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
.bk_globalNavi_under {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.header_logo {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
	float: left;
}
.globalNavi_pankuzu {
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
.ct {
	margin-bottom: 20px;
}
.ct_list {
	margin-top: 5px;
	margin-bottom: 10px;
}



/* __list
------------------------------------------*/

.list {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#list h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	vertical-align: middle;
	float: left;
	height: 19px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
}
#list h2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
#list h3 {
	font-size: 11px;
	color: #999999;
	margin-bottom: 3px;
	font-weight: normal;
	padding: 0px;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 0px;
	float: left;
	clear: left;
}
#list h4 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#list h5 {
	font-size: 12px;
	color: #333333;
	margin-bottom: 3px;
	clear: both;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}





.list_sibori1 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.list_sibori2 {
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	float: left;
}
.list_sibori3 {
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: right;
}
.list_sibori_bk {
	padding: 0px 0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.list_page {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list_koumoku {
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
}
.list_icon {
	height: 19px;
	margin-bottom: 3px;
}
.list_txt {
	font-size: 12px;
	margin-top: 3px;
}
.list_txt2 {
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
	color: #FF0000;
}
.list_txt3 {
	font-size: 11px;
	color: #FF0000;
}
.ic_photo {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	padding: 0px;
	margin-left: 0px;
}
.ic_photo_cnt {
	font-size: 11px;
	color: #666666;
	padding-top: 7px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ic_new {
	margin-top: 5px;
}
.search_cnt {
	font-size: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-weight: normal;
}
result_txt {
	font-size: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	margin-top: 3px;
	padding: 0px;
}
.img_rss {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}
.hu_menu {
	float: right;
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 5px;
	padding: 0px;
	margin-bottom: 0px;
}
.mymjnet_login {
	font-size: 11px;
	text-align: right;
	margin-right: 20px;
	padding: 0px;
}
.mymjnet_login a:link {
	  color: #3366CC;
	text-decoration: none;
}
.mymjnet_login a:visited {
	 color: #6600CC;
	text-decoration: none;
}
.mymjnet_login a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}

.ic_simplephoto {
	margin-top: 3px;
	margin-left: 3px;
}
.txt13 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.list_soubi_ic {
	padding: 0px;
	margin: 0px;
	float: none;
	clear: left;
}
.list_soubi_ic_img {
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.list_shop_ic {
	clear: none;
	float: none;
}
#header h1 {
	background-image: url(/img_nl/title3.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 110px;
	text-indent: -9999em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.logo_s {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#header h1 a {
	display: block;
	height: 48px;
	width: 110px;
}
.msg404 {
	background-color: #eeeeee;
	text-align: center;
	padding: 30px;
	width: 40%;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	margin-top: 100px;
	margin-bottom: 100px;
}
#mjnet_info {
	margin-right: 50px;
	margin-left: 50px;
}
#mjnet_info h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding: 5px 0px 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-top-color: #e30404;
	border-right-color: #e30404;
	border-bottom-color: #e30404;
	border-left-color: #e30404;
	border-left-style: solid;
}
#mjnet_info h2 {
	font-size: 15px;
	line-height: 140%;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
#mjnet_info p {
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}

/*------------------必見リスト設定-----------------------*/

#hk_listmain h2 {
	background-image: url(/media/img/ucar/result/hk_title_back.gif);
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 100%;
}
#hk_listmain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 330px;
}
#hk_listmain li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px none #FF0000;
}
.hk_shop_txt {
	font-size: 11px;
	background-image: url(/media/img/ucar/result/hk_yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 330px;
	text-indent: 15px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 7px;
}
.hk_carinfo_txt {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.hk_carcomment_txt {
	font-size: 11px;
	line-height: 120%;
	color: #333333;
	background-image: url(/media/img/ucar/result/hk_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	padding: 0px 0px 0px 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hk_car_01 {
	background-color: #FFE8FF;
	height: 85px;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.hk_car_02 {
	background-color: #FFFFFF;
	height: 85px;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/*-------必見リスト リンクカラー設定---------*/

#hk_listmain a:link {
	color: #E30404;
}

#hk_listmain a:visited {
	color: #666666;
	text-decoration: underline;
}

/*--------必見リスト  リンクカラー設定 END--------*/


/*------------------必見リスト設定 END-----------------------*/



/*----------------------------------------------------
                  map追加 2010.02.15
----------------------------------------------------*/

/*#MAP_list img{ margin:20px 0 10px 0; }*/
#MAP_list h4 { margin:20px 0 10px 0; }


table#MAP_list {
	width			: 700px;
	background		: #FFFFFF;
	border			: 1px solid #CCCCCC;
	border-collapse	: collapse;
	font-size:12px;
}
#MAP_list table tr{ width:700px; }
#MAP_list table td {
	width			: 120px;
	padding			: 10px 0 ;
	text-align		: left;
}

#MAP_list table td.nolink {
	background		: url(http://wwwtest.kurumaru.com/kurumaru/map_img/arrow_red.gif) 10px center no-repeat;	
	padding			: 0 0 0 20px;	
}

#MAP_list table td a{
	color			: #000000;
	width           :115px ;
	background		: url(http://wwwtest.kurumaru.com/kurumaru/map_img/arrow_red.gif) left 3px no-repeat;
	margin			: 0 0 0 10px;
	padding			: 0 5px 0 10px;
	/padding		: 0 5px 0 10px;
}
#MAP_list table td a:hover{ color:#FF0000; }


/*------------------100205追記.com小柳-----------------------*/

.check_list_top{
	background:url(../img/ucar/check_arrow_top.gif) left 3px no-repeat;
	margin:6px 0 6px 10px;
	padding: 0 0 0 27px;
	font-size:0.8em;
	vertical-align:top;
}

.check_list_middle{
	background:url(../img/ucar/check_arrow_middle.gif) left top no-repeat;
	margin:12px 0 12px 10px;
	padding:7px 0 0 27px;
	font-size:0.8em;
	vertical-align:top;
}
.check_list_bottom{
	background:url(../img/ucar/check_arrow_bottom.gif) left top no-repeat;
	margin:6px 0 6px 10px;
	padding: 4px 0 0 27px;
	font-size:0.8em;
	vertical-align:top;
}


/*----[ CLEARFIX処理 ]-----------------------------------------------*/
.check_list_top,
.check_list_middle,
.check_list_bottom{
	zoom : 1 ; /*for IE 5.5-7*/
}
.check_list_top:after,
.check_list_middle:after,
.check_list_bottom:after {/*for modern browser*/
	content : "." ;
	display : block ;
	height : 0px ;
	clear : both ;
	visibility : hidden ;
}
* html .check_list_top,
* html .check_list_middle,
* html .check_list_bottom{
	display : inline-table ;
	/*\*/display : block ;/**/
}
/*----[ CLEARFIX処理 ]-----------------------------------------------*/

.check_list_top em,
.check_list_middle em,
.check_list_bottom em{
	display:block;
	margin:0 0 2px 0;
	padding:0 0 0 20px;
	font-style:normal;
	vertical-align:top;
	font-size:0.9em;
}

.check_list_box{
	display:inline;
	float:left;
	vertical-align:middle;
	margin:0 20px 0 0px;
}

.check_list_box a{
	font-size:0.8em;
}

.check_list_box input{
	vertical-align:bottom;
}
.check_list_box p{
	font-size:0.8em;
	color:#666666;
	margin:0;
	padding:2px 0 0 0;
}
.check_list_box p img{
	vertical-align:middle;
}
.check_list_box p span{
	display:inline;
	border-top:none;
	padding:0 0 0 2px;
}

.check_list_box_r{
	display:inline;
	float:right;
	text-align:right;
	vertical-align:top;
	margin:0 6px 0 0;
}
