@charset "utf-8";

/*
Theme Name: onecaliforniaday
Theme URI: http://www.onecaliforniaday.jp/
Description: http://www.onecaliforniaday.jp/
Author: http://www.onecaliforniaday.jp/
*/

#header button{
	display: none;
}


.breadcrumbs{
	display: none;
}

#footer_sns{
	margin: 20px auto;
	text-align: center;
	width: 100%;
	display: block;
}
#footer_sns ul{
	margin: 0 auto;
	text-align: center;
	display: table;
	width: auto;
}
#footer_sns ul li{
	float: left;
	margin: 0 8px;
}
#footer_sns ul li img{
	width: 32px;
	height: auto;
}


#header,
#footer{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	position: relative;
	height: auto;
}
#header{
	background: rgba(248,247,239,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
#header-fx{
	width: 100%;
	text-align: center;
	z-index: 3;
}

.fixed{
/*
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
*/
}

#header a,
#footer a{
}

.header-inr{
	margin: 0 auto;	
	padding: 5px 0 10px;
	text-align: center;
	width: 990px;
	font-family: 'Lato',sans-serif;
	height: auto;
}
.header-inr h2{
	margin: 0 20px 0 0;	
	padding: 0;
	text-align: center;
	float: left;
}
.header-inr h2 img{
	width: 90px;
}
.menu-menuh-container{
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
	text-align: left;
	display: block;
}
ul#menu-menuh{
	margin: 0;
	padding: 0 0 10px;
	font-size: 14px;
}
ul#menu-menuh li{
	margin: 0 1em;
	padding: 0;
	float: left;
	text-align: left;
	line-height: 1.5em;
}
ul#menu-menuh li a{
	color: #999;
	padding: 0 0 0.5em;
	color: #000;
}
ul#menu-menuh li a:hover{
	color: #ccc;
	text-decoration: none;
}
#header .header-inr .menu-menuh-container ul#menu-menuh li.current-menu-item a,
#header .header-inr .menu-menuh-container ul#menu-menuh li.current_page_item a,
#header .header-inr .menu-menuh-container ul#menu-menuh li.current-post-ancestor a,
#header .header-inr .menu-menuh-container ul#menu-menuh li.current-page-ancestor a,
#header .header-inr .menu-menuh-container ul#menu-menuh li.current-category-ancestor a{
	border-bottom: solid 2px #3A55AC;
}
	

#footer{
	margin: 80px 0 0;
	background: #83C4DC;
/*
	background: #0091C0;
	background: rgba(0,145,192,0.75);
	background: rgba(131,196,220,0.75);
*/
	display: block;
	float: left;
}
.footer-inr{
	margin: 0 auto;	
	padding: 0 0 20px;
	width: 990px;
	display: block;
}
.topagetop{
	margin: -10px auto 20px;
	text-align: center;
}
.topagetop a{
	margin: 0 auto;
	background: url(/_common/img/bg-arrow-u-w.png) center center no-repeat rgba(0,145,192,1.0);
	background-size: 60px auto;
	text-decoration: none;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 90px;
}
.footer-inr .topagetop a:hover{
	background: url(/_common/img/bg-arrow-u-b.png) center center no-repeat rgba(248,247,239,1.0);
	background-size: 60px auto;
}
.copyright{
	text-align: left;
	font-size: 11px;
	font-family: 'Lato',sans-serif;
	color: #fff;
}


#scroll-menu{
/*
display: none;
*/
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 40px;
	position: relative;
	background: #ccc;
}
#scroll-menu::-webkit-scrollbar{
	display: none;
}

#scroll-menu ul#menu-menuh-1{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 100%;
	font-size: 14px;
	display: inline-block;
}
#scroll-menu ul#menu-menuh-1 li{
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	line-height: 24px;
}
#scroll-menu ul#menu-menuh-1 li a{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	padding: 0;
	display: block;
	height: 100%;
	line-height: 24px;
}

/*
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	background: rgba(0,0,0,0.75);
}
.fixed ul#menu-menuh li.hmhome{
	display: inline;
	background: url(/common/img/logo.png) left top no-repeat;
	background-size: 60px auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	min-width: 64px;
	min-height: 28px;
}

.fixed ul#menu-menuh li a{
	color: #fff;
}
*/
