@charset "UTF-8";
/* CSS Document */

@media (min-width: 641px) {
#header {
	width: 100%;
	height: 102px;
	}
#header_left {
	width: 724px;
	height:102px;
	float:left;
	}
.ttl_top {
	padding-top: 1px;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}
#header_right {
	width: 300px;
	/*height:102px; SNSアイコン設置により変更*/
	height:40px; 
	float:left;
	text-align:right;
	}
#logo a {
	background: url(/images/logo_lighthouse.png) no-repeat;
	float: left;
	display: block;
	width: 200px;
	height: 50px;
	margin-top:9px;
	}
#losangeles a {
	background: url(/images/logo_lh_la.png) no-repeat;
	float: left;
	display: block;
	width: 130px;
	height: 50px;
	margin-top:9px;
	}
#sandiego a {
	background: url(/images/logo_lh_sd.png) no-repeat;
	float: left;
	display: block;
	width: 130px;
	height: 50px;
	margin-top:9px;
	display: block;
	}
ul#area_btns {
	width:auto;
}
ul#area_btns li {
	height: 16px;
	margin-right:10px;
	list-style:none;
	float:left;
	}
.btn_bg {
	border-radius: 10px;
	border:1px solid #cccccc;
	background-image: -webkit-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: -o-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: linear-gradient(0deg, #e4e4e4 0%, #ffffff 100%);
}
.btn_bg:hover {
	background:none;
	background-color:#05ae39;
}
.icn_arrow_s a {
	background-position: 5px 5px;
	font-size: 12px;
	line-height: 18px;
}
.icn_arrow_s a, .icn_arrow_l a {
	background-image:url('/images/icn_arrow.png');
	background-repeat:no-repeat;
	color: #05ae39;
	display:block;
	text-decoration:none;
	padding-right:11px;
	padding-left:18px;
	letter-spacing:-1px;
}
.icn_arrow_s a:hover, .icn_arrow_l a:hover {
	background-image:url('/images/icn_arrow_wt.png');
	background-repeat:no-repeat;
	color:#fff;
}
.icn_arrow_l a {
	background-position: 7px 7px;
	font-size:14px;
	line-height:21px;
	text-align: center;
}
div.topmenu {
	float: left;
	}
div.topmenu {
	position: relative;
	z-index: 300;
	margin: 0px !important;
	}
#LH_GM {
	margin-top:15px;
	text-align: left;
	font-size: 12px;
	height: 47px;
	padding-bottom:12px;
	}
}

/* SP start */

@media (max-width: 640px) {

#header {
	width: 100%;
	height:65px;
	}
#header_left {
	width: 100%;
	/*height:102px;*/
	float:left;
	}
.ttl_top {
	padding-top: 7px;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}
#header_right {
	display: none;
	}
#logo a {
	background: url(/images/logo_lighthouse_s.png) no-repeat;
	float: left;
	display: block;
	width: 100px;
	height: 25px;
	margin-top:6px;
	}
#losangeles a {
	background: url(/images/logo_lh_la_s.png) no-repeat;
	float: left;
	display: block;
	width: 65px;
	height: 25px;
	margin-top:6px;
	}	
#sandiego a {
	background: url(/images/logo_lh_sd_s.png) no-repeat;
	float: left;
	display: block;
	width: 65px;
	height: 25px;
	margin-top:6px;
	display: block;
	}
ul#area_btns {
	width:auto;
	}
ul#area_btns li {
	height: 12px;
	margin-right:5px;
	list-style:none;
	float:left;
	}
.btn_bg {
	border-radius: 10px;
	border:1px solid #cccccc;
	background-image: -webkit-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: -o-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background-image: linear-gradient(0deg, #e4e4e4 0%, #ffffff 100%);
	}
.btn_bg:hover {
	background:none;
	background-color:#05ae39;
	}
.icn_arrow_s a {
	background-position: 3px 3px;
	font-size: 8px;
	line-height: 14px;
	}
.icn_arrow_s a, .icn_arrow_l a {
	background-image:url('/images/icn_arrow.png');
	background-repeat:no-repeat;
	color: #05ae39;
	display:block;
	text-decoration:none;
	padding-right:11px;
	padding-left:18px;
	letter-spacing:-1px;
	}
.icn_arrow_s a:hover, .icn_arrow_l a:hover {
	background-image:url('/images/icn_arrow_wt.png');
	background-repeat:no-repeat;
	color:#fff;
	}
.icn_arrow_l a {
	background-position: 7px 7px;
	font-size:14px;
	line-height:21px;
	text-align: center;
	}
div.topmenu {
	float: left;
	position: relative;
	z-index: 300;
	margin: 0px !important;
	width: 12%;
	}
#LH_GM {
	display: none;
	}
/* SNS アイコン*/
#sns_icons_block {
	position:absolute;
	top: 0px;
	right: 10px;
	}
}

/* SP end */

*{
	margin: 0;
	padding: 0;
}		

*:first-child+html #header {
	}

html>body .header_inner {
	width: 1024px;
	}	
/* SNSアイコン設置により非表示 */
.sub_top {
	display: none;
}
/* SNSアイコン設置により無効
.sub_top {
	padding-top: 1px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
}

.sub_top a {
	color: #FFFFFF;
	text-decoration:none;
}*/

.separator { 
	border-right:1px dotted #FFFFFF;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

#subtitle {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 40px;
	background: url(/images/grobalmenus/subtitle.gif) no-repeat;
	}

#header_login_block {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 40px;
*/
	}

	

#header_logout_block {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 40px;*/
	}

#header_user {
	clear: both;
	margin: 0;
	padding: 2px 0 0 2px;
	/* font-size: 10px; 020915 */
	text-align: left;
	width: 140px;
	}

#header_user2 {
	clear: both;
	margin: 0;
	padding: 2px 0 0 2px;
	height: 14px;
	font-size: 10px;
	text-align: left;
	width: 140px;
	}

#login_link {
/*	clear: both;
	margin: 0;
	padding: 0;
	width: 122px;
	height: 21px;
	text-align: left;
*/
	}

#header_login_btn {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 53px;
	height: 21px;
	background: url(/images/grobalmenus/login.gif) no-repeat;*/
	}

#header_login_btn a {
/*	display: block;
	margin: 0;
	padding: 0;
	width: 53px;
	height: 21px;
	background: url(/images/grobalmenus/login.gif) no-repeat;*/
	}

#header_member_regi_btn {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 21px;
	background: url(/images/grobalmenus/member_regi.gif) no-repeat;*/
	}

#header_member_regi_btn a {
/*	display: block;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 21px;
	background: url(/images/grobalmenus/member_regi.gif) no-repeat;*/
	}

#header_logout_btn {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 66px;
	height: 21px;
	background: url(/images/grobalmenus/logout.gif) no-repeat;
*/
	}

#header_logout_btn a {
/*	display: block;
	margin: 0;
	padding: 0;
	width: 66px;
	height: 21px;
	background: url(/images/grobalmenus/logout.gif) no-repeat;
*/
	}

#header_member_info_btn {
/*	float: left;
	margin: 0;
	padding: 0;
	width: 56px;
	height: 21px;
	background: url(/images/grobalmenus/member_info.gif) no-repeat;*/
	}

#header_member_info_btn a {
/*	display: block;
	margin: 0;
	padding: 0;
	width: 56px;
	height: 21px;
	background: url(/images/grobalmenus/member_info.gif) no-repeat;*/
	}

.hide {display: none;}


#btn_utopia_block a {
	display:block;
	background:url(/images/btn-onlinshop-utopia.png) top left no-repeat;
	width: 204px;
	height: 25px;
	margin-top: 18px;
	float: right;
	}
	
/*	SNS アイコン */
#sns_icons_block {
	width: 80px;
	height: 30px;
	padding-top: 40px;
	text-align: right;
	float: right;
	
	}
#sns_icons_block .sns_container{
	width:30px;
	height:30px;
	margin-left:7px;
	float:right;
	position:relative;
	overflow: hidden;
}	
#sns_icons_block .sns_container img {
	display:block;
	position:absolute;
  top:0;
  left:0;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#sns_icons_block .sns_container:hover img:nth-of-type(2)  {
	opacity: 0;
}
/* SNS アイコン終わり */

#search_block {
	float: right;
	margin-top:10px;
	}

#search_block input#search_box {
	background:url(/images/icn_magnifiy.png) 5px 3px no-repeat;
	width: 129px;
	height: 21px;
	padding-left: 28px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border: 2px solid #B4B4B4;
	margin-right: -1px;
	float: left;
}

#search_block input[type="submit"] {
	width: 44px;
	height: 25px;
	font-weight:bold;
	font-size: 12px;
	line-height: 23px;
	color:#FFFFFF;
	border:none;
	background-color: #828281;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div#topmenu_blog {
	width: 108px;
}

div#topmenu_blog img {
	width: 108px;
}
}

a.submenu, a.submenu:link, a.submenu:visited,
a.submenu2, a.submenu2:link, a.submenu2:visited {
	background-color:#FFFFFF;
	color: #2e2e2d ;
	display: block;
	width: 180px;
	line-height: 24px;
	padding-left:20px;
	height: 24px;
	font-size: 13px;
	text-decoration: none;
	letter-spacing:-1px;
	-webkit-box-shadow: 3px 5px 4px 2px rgba(20, 20, 20, 0.35);
	-moz-box-shadow:3px 5px 4px 2px rgba(20, 20, 20, 0.35);
	box-shadow:3px 5px 4px 2px rgba(20, 20, 20, 0.35);
}

a.submenu, a.submenu:link, a.submenu:visited {
	background-image:url(/images/icn_arrow_gy.png);
	background-position:7px 9px;
	background-repeat:no-repeat;
}

a.submenu:hover {
	background-color:#d0f5df;
	color:#05ae39;
}

a.submenu:hover {
	background-image:url(/images/icn_arrow.png);
}

#navi_list {
	/* padding: 10px 10px 0 14px; 041415*/
	padding: 5px 10px 5px 5px;
	text-align: left;
	color: #909093;
	}

#navi_list a {
	color: #909093;
}

#navi_list a:hover {
	color: #05ae39;
	text-decoration:none;
}


#navi_list a img {
	vertical-align:-1px;
}
	
.navi_hvr {
	margin-top:-4px;
}	

#LH_GM div.topmenu:first-child {
	border-left:1px dotted #959595;
}

.separator_gnavi {
	border-right:1px dotted #959595;
}	

.top_cate {

	margin: 5px 0 0 0;

	padding: 0;

	}

	

.top_cate li {

	margin: 0;

	padding: 2px 5px 2px 12px;

	background: 0 4px url(/images/grobalmenus/top_cate.gif) no-repeat;

	font-weight: bold;

	list-style-type: none;

	}

	

.top_cate li a.top_link {

	color: #000;

	}

			

.sub_cate {

	margin: 0 0 5px 0;

	padding: 0;

	}



.sub_cate li {

	margin: 0;

	padding: 2px 5px 2px 8px;

	font-weight: normal;

	background: none;

	list-style-type: none;

	}

	

.popup {

	margin: 0;
	padding: 0;
	width: 540px;
	border: solid 3px #7C828C !important;
	}

.popup h3 {
	margin: 0;
	padding: 2px;
	color: #FFF;
	font-size: 10px;

	font-weight: bold;

	background: #7C828C;

	}

	

.popup_contents {

	margin: 0;

	padding: 5px;

	}

	

.popup_contents li {

	float: left;

	margin: 0;

	padding: 2px 0 3px 0;

	width: 175px;

	font-size: 12px;

	white-space: nowrap;

	list-style-type: none;

	}
	
#header {
	position: relative;
}


#top234Banner {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 345px;
	height: 60px;
}

/* SP Global Menu */
@media (min-width: 641px) {
#LH_GM_sp{
  Display: none;
}}

@media (max-width: 640px) {
#LH_GM_sp{
  text-align:left;
 /* border-bottom:solid 1px #666;*/
  padding:15px 5px 15px 5px;
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
#LH_GM_sp ul {
  display: none;
  list-style:none;
}
#LH_GM_sp p {
  cursor: pointer;
  background-color:#eee;
  border-bottom:dotted 1px #ababab;
  padding-left:10px;
  line-height: 2.3em;
  position:relative;
}
#LH_GM_sp p:after {
  content:"+";
  position:absolute;
  right: 15px;
}
#LH_GM_sp .open:after {
  content:"-";
  position:absolute;
  right: 15px;
}
#LH_GM_sp li {
  cursor: pointer;
  line-height: 2.7em;
}
#LH_GM_sp li div{
  border-bottom:solid 2px #ddd;
  position:relative;
}
#LH_GM_sp li div:after {
  content:"+";
  position:absolute;
  right: 15px;
}
#LH_GM_sp #main_menu0 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_classified.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu1 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_townguide.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu2 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_food.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu3 div:before {
  content: url(http://www.us-lighthouse.com//images/icn_sp_learn.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu4 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_job.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu5 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_life.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu6 div:before {
  content: url(http://www.us-lighthouse.com/images/icn_sp_im.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp #main_menu7 div:before {
   content: url(http://www.us-lighthouse.com/images/icn_sp_guide.png);
    margin: 0px 10px;
    position: relative;
	top: 5px;
}
#LH_GM_sp li li {
  border-bottom:dotted 1px #ccc;
}
#LH_GM_sp a{
display: block;
text-indent: 41px;
text-decoration:none;
  color : #05ae39;
  font-size : 13px;
}
#LH_GM_sp li li a: {
  display: block;
　cursor: pointer;
  -webkit-tap-highlight-color:#d0f5df;
}
#LH_GM_sp li li a:hover {
  text-decoration:underline;
  background-color: #d0f5df;
}
#LH_GM_sp li li a:active {
  text-decoration:underline;
  background-color: #d0f5df;
}}