/*
Theme Name:uezumaster
....
*/
/* 全体設定 */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, Meiryo;
	font-size:14px;
	background:#f9f9f9 url(images/background.png) top repeat-x;
	padding:0;
	margin:0;
}


img{
	border:0;
}
.clear{
	clear:both;
	height:1px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#wrapper {
	margin:0 auto;
	width:980px;
}
#contents {
	width:980px;
	margin:0 auto;
	clear:both;
	padding:10px 0px 0px 0px;
}

/* 全体設定end */

/* ヘッダ設定 */

#header {
	width:980px;
	margin:0 auto;
	position:relative;
	height:175px;
	padding:0;
 }
#header h1 {
	float:left;
	margin:30px 0 0 0;
}
#header #language {
	width:230px;
	float:right;
	margin:35px 0 0 0;
}
#header #language img {
	margin-left:1px;
}
#header #language img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* header navi ____________________________________________ */

#header_navi {
	width:980px;
	height: 85px;
	clear: both;
	margin:19px 0 0 0;
	padding:0;
}
#header #header_navi ul{
	width:980px;
	height:85px;
	list-style-type: none;
	clear: both;
	margin:0;
	padding:0;
}
#header #header_navi li{
	float:left;
	height: 85px;
}
#header #header_navi li a {
	background-position:left top;
	height: 85px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/header_navi.jpg);
}
#header #header_navi li a:hover {background-position:left bottom;}
#header #header_navi li a span{text-indent: -9999px; display:none;}

#header #header_navi #header_navi_schedule a{background-position:0 top; width:170px;}
#header #header_navi #header_navi_shusaisha a{background-position:-170px top; width:220px;}
#header #header_navi #header_navi_worldschedule a{background-position:-390px top; width:290px;}
#header #header_navi #header_navi_profile a{background-position:-680px top; width:210px;}
#header #header_navi #header_navi_home a{background-position:-890px top; width:90px;}

#header #header_navi #header_navi_schedule a:hover{background-position:0 bottom;}
#header #header_navi #header_navi_shusaisha a:hover{background-position:-170px bottom;}
#header #header_navi #header_navi_worldschedule a:hover{background-position:-390px bottom;}
#header #header_navi #header_navi_profile a:hover{background-position:-680px bottom;}
#header #header_navi #header_navi_home a:hover{background-position:-890px bottom;}
/* 該当ページ時はhoverと状態にする 
#guide #header #header_navi #header_navi_schedule a{background-position:0 bottom;}
#lineup #header #header_navi #header_navi_shusaisha a{background-position:-180px bottom;}
#netshop #header #header_navi #header_navi_worldschedule a{background-position:-350px bottom;}
#recruit #header #header_navi #header_navi_hougyoku a{background-position:-530px bottom;}
#company #header #header_navi #header_navi_profile a{background-position:-700px bottom;}
#home #header #header_navi #header_navi_home a{background-position:-895px bottom;}*/





#description {
	padding:0px 0px 30px 15px;
	color:#FFF;
}

#search_form {
	position:absolute;
	top:20px;
	right:20px;
}

.screen-reader-text {
	display:none;
}
 
/* カスタムメニュー */

#gnavi {
	background-color:#333;
	clear:both;
	float:left;
	width:100%;
}

#gnavi li {
	float:left;
	position:relative;
}

#gnavi a {
	display:block;
	color:#EEE;
	padding:10px;
}

#gnavi a:hover {
	text-decoration:none;
}

#gnavi ul ul {
	float:left;
	position:absolute;
	z-index: 99999;
	display: none;
}

#gnavi ul ul ul {
	left: 100%;
	top: 0;
}

#gnavi ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	width: 168px;
}

#gnavi li:hover > a,
#gnavi ul ul :hover > a,
#gnavi a:focus {
	background: #efefef;
	
}

#gnavi li:hover > a,
#gnavi a:focus {
	background: #f9f9f9;
	color: #373737;
}

#gnavi ul li:hover > ul {
	display: block;
}


/* カスタムメニューend */

/*  ヘッダ設定end */ 

 /* サイドバー */
 
#side {
	float:right;
	width:235px;
	padding:0px;
	margin-top:0;
 }
#side table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom:10px;
}
#side th{
	background-color: #97a4ad;
	padding: .8em;
	box-sizing: border-box;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
#side th:first-child{
	border-top: 1px #ccc solid;
}
#side td{
	font-size: .95em;
	font-size: .9rem;
	padding: .6em .8em;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px #ccc solid;
	line-height: 1.8em;
}
#side td a{
	text-decoration: none;
	color: #000;
}
#side td a:hover{
	color: #aaa;
	text-decoration: underline;
}
#side img{
	margin-bottom:10px;
	margin-top:0px;
}
#side img a{
	margin-bottom:10px;
	margin-top:0px;
}

div#side a:hover img
{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* ウィジェット */

/* 検索フォーム */
 
#side form {
	margin:30px 0px 30px 0px;
}
 
.widget_search label {
	display: none;
} 
 
/* 検索フォームend */


/* カレンダー 

#wp-calendar {
	margin:10px auto 0px auto;
	width:100%;
}

#wp-calendar  caption {
	margin:0px 0px 5px 0px;
}
 
#wp-calendar td {
	padding:7px;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
text-align:center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
 カレンダーend */
 
.calendarinfo{
	width:90%;
	margin:15px auto 0px auto;
	font-size:12px;
}
.calendarunder{
	width:90%;
	padding-top:5px;
	font-size:12px;
	display:block;
	clear:both;
	margin:auto;
}


/* セレクトボックス */

#side select {
	margin:30px 0px 30px 0px;
}

/* セレクトボックスend */

/* タグクラウド */

.tagcloud {
	margin:10px 0px 10px 0px;
}

/* タグクラウドend */

/* ウィジェットend */
 
/* サイドバーend */

/* コンテンツ設定 */

#main {
	/*float:left;*/
	width:100%;
	padding:15px;
	box-sizing: border-box;
	border:1px solid #ddd;
	background-color:#fff;
	margin:0;
}
#home #main h2{
	margin:0;
	padding:0;
}

/* コンテンツ設定end */


/* topへ戻る設定 */

#goto_top {
	width:980px;
	text-align:right;
	padding:0;
	margin:0 auto;
}

div#goto_top a:hover img
{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* topへ戻る設定end */




/* フッター */	

#footer {
	background:url(images/footerbackground.png) top repeat-x #0057b3;
	margin:0 auto;
	width:100%;
	clear:both;
	color:#FFF;
	height:190px;
	line-height:1.8em;
}
#footer #footermenu{
	padding-top:20px;
	width:980px;
	margin:auto;
}
#footer #footermenu a{
	color:#fff;
	text-decoration:none;
}
#footer #footermenu a:hover{
	color:#ccc;
	text-decoration:none;
}

#footer p {
	text-align:center;
	font-size:12px;
	margin-top:60px;
}

/* フッターend */　


/* contact-form */

.font_blue{
	 font-size:12px;
	 color:blue;
}
.font_blue span{
	 font-size:12px;
	 color:red;
	 font-weight:bold;
}

/* 20181226 add calendar-lite */
p.entry_header{display: none;}
.sc_event_time{display: none;}

#sc_event_category{display: none;}

#sc_events_calendar_head{display:flex;align-items:center;justify-content:space-between;padding:0.5em 0;}
#sc_calendar_title{flex:1;text-align:center;margin:0;order:2;}
#sc_event_select{order:1;}
#sc_event_nav_wrap{order:3;}

