/* タイトルのサイズと色を変更する例 */
#bizcal .widgettitle {
  font-size: 1.3em;
  color: #888;
}

td.eventday, span.boxeventday {
  background-color: #666!important;
}

td.holiday, span.boxholiday {
  background-color: #aaa !important;
}

td.today {
  color: #378241 !important;
}

}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #280009;
}

}
#content .custom-gallery-title, 
.custom-gallery-title a {
   font-size: 16px;
	text-align: center;
	line-height: 25px;
	color: #555;
	padding-bottom: 0;
}
.custom-gallery-title a:hover {
   color: #280009;
}

}
.widget-title {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
}
.widget-title, .widget-title a {
	color:#555;
}
.widget-title a:hover {
	color: #280009;
}

}
#colophon .widget-title {
   font-size: 16px;
   text-transform: uppercase;
   line-height: 25px;
}

/* Slogan */
.slogan-wrap {	
	font-family: 'Philosopher', sans-serif;
	padding: 24px 0;
	margin-bottom: 4px;	
}
.slogan-wrap .slogan {
	font-size: 26px;	
	line-height: 30px;
	color: #fff;
	width: 80%;
	float: left;
}
.slogan-wrap .slogan span {
	font: 16px 'PT Sans', sans-serif;
	line-height: 25px;
	display: block;
	padding-top: 5px;
}
.slogan-wrap .view-work {
	color: #280009;
	font-size: 10px;	
	display: block;
	float: right;
	border: 2px solid #fff;
	text-align: center;
	height: 20px;
	padding: 3px 2px 2px;
	margin-top: 80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 1px;	
   background: #ffe4e1;
	background: -webkit-linear-gradient(#ffe4e1, #b22222);
	background: -moz-linear-gradient(#ffe4e1, #b22222);
	background: -ms-linear-gradient(#ffe4e1, #b22222);
	background: -o-linear-gradient(#ffe4e1, #b22222);
	background: -webkit-gradient(#ffe4e1, #b22222);
	background: linear-gradient(#ffe4e1, #b22222);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7)
}
.slogan-wrap .view-work:hover {
	background: -webkit-linear-gradient(#ffe4e1, #b22222);
	background: -moz-linear-gradient(#ffe4e1, #b22222);
	background: -ms-linear-gradient(#ffe4e1, #b22222);
	background: -o-linear-gradient(#ffe4e1, #b22222);
	background: -webkit-gradient(#ffe4e1, #b22222);
	background: linear-gradient(#ffe4e1, #b22222);
}
.slogan-wrap .view-work:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =Menu
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url("http://hairsample003.esk-hansoku.com/wp-content/uploads/2016/06/slogan_back.jpg");	
}
#access ul {

}
#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}
li.default-menu {
	display: none;
}
#access a {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 0 0;	
	height: 39px;
}
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #FDD800;
}

/* Dropdown */
#access ul li ul, 
#access ul li:hover ul ul, 
#access ul ul li:hover ul ul, 
#access ul ul ul li:hover ul ul, 
#access ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
#access ul li:hover ul, 
#access ul ul li:hover ul, 
#access ul ul ul li:hover ul, 
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display:block;
}
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #05A9C5;
	top: 55px;
	left: 0px;
	width: 190px;
}
#access ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 0;
}
#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #777;
	text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #05A9C5;
}
#access ul li ul li ul {
	left: 190px;
	top: -4px;
}
#access select { 
	display: none;
}

/* Dropdown */
#access ul li ul {
	position: absolute;
	background-color: #fff;
	border-top: 4px solid #280009;
	top: 55px;
	left: 0px;
	width: 190px;
}
#access ul li ul li {
	float: none;
	border-bottom: 1px solid #280009;
	padding: 0;
}
#access ul li ul li a, 
#access ul li.current-menu-item ul li a, 
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a, 
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #280009;
	text-transform: capitalize;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	background-color: #fff;
	color: #b22222;
}

/* Links */
a {
	color: #280009;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
  
.slogan-wrap {	
font-family: \'Philosopher\', sans-serif;
background-color: #280009;	
padding: 12px 0;
margin-bottom: 2px;

/* =Footer
-----------------------------------------------
#colophon {
	margin-bottom: 30px;
}
#colophon select {
	border: 1px solid #fff;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 10px 8px;
	width: 100%;
	color: #b22222;
}
#colophon .widget-wrap {
	background-color: #280009;
	border-top: 1px solid #eaeaea;
}
#colophon .widget-title {
   font-size: 19px;
   text-transform: uppercase;
   line-height: 25px;
   color: #fff;
}
#colophon .widget_info, 
#colophon .widget_text {
	margin-bottom: 15px;
	color: #FBD01D;
}*/