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

@media screen and (min-width: 769px){
/* メディアクエリー */


/*----------------------------------------------------------------
	総合的な設定
----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body{
	font: 16px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","meiryo","ＭＳ Ｐゴシック",sans-serif;
	/*font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro";*/
	/*min-width:1000px;*/
	background: url(../image/bg/back_tile.png);
}

header, article, footer, aside, time ,nav ,small ,section
{
	 display: block;
}
p, ul, table
{
	margin-bottom:1.2em;
}
ul li, ol li
{
	list-style-type: none;
}
a img
{
    border-style:none;
}

a{
	color: #094c99;
	text-decoration:none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover{
	text-decoration:none;
}
img{
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
table{
	border-collapse:separate;
	border-spacing: 0;
}
table th,table td{
	vertical-align:top;
}

a[href^="tel:"] {
    pointer-events: none;
}

.center
{
	text-align: center;
}

/*----------------------------------------------------------------
	clearfix
----------------------------------------------------------------*/
.CF:before,
.CF:after,
.inner:before,
.inner:after,
ul:before,
ul:after,
div.work_box:before,
div.work_box:after {
    content: " ";
    display: table;
}

.CF:after,
.inner:after,
ul:after,
div.work_box:after {
    clear: both;
}

.CF,
.inner,
ul,
div.work_box  {
    *zoom: 1;
}

/*----------------------------------------------------------------
	Selected Text
----------------------------------------------------------------*/
::selection {
	background:#000; /* Safari */
	color:#fff;
}

::-moz-selection {
	background:#000; /* Firefox */
	color:#fff;
}

/*----------------------------------------------------------------
	PC非表示
----------------------------------------------------------------*/
.PCDN{	display:none!important;	}

/*----------------------------------------------------------------
	フォント
----------------------------------------------------------------*/
@font-face {
  font-family: "myFont";
  src: url("https://uekita-golf.com/wp/wp-content/themes/uekita/font/coolvetica rg.eot") format('eot'),
       url("https://uekita-golf.com/wp/wp-content/themes/uekita/font/coolvetica rg.woff") format('woff'),
       url("https://uekita-golf.com/wp/wp-content/themes/uekita/font/coolvetica rg.ttf")  format('truetype');
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('https://uekita-golf.com/wp/wp-content/themes/uekita/font/BebasNeue-webfont.eot');
    src: url('https://uekita-golf.com/wp/wp-content/themes/uekita/font/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('https://uekita-golf.com/wp/wp-content/themes/uekita/font/BebasNeue-webfont.woff') format('woff'),
         url('https://uekita-golf.com/wp/wp-content/themes/uekita/font/BebasNeue-webfont.ttf') format('truetype'),
         url('https://uekita-golf.com/wp/wp-content/themes/uekita/font/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**************************************************************/
/* regularBLK
/**************************************************************/

.regularBLK {
    margin-bottom: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}
.regularBLK .secondBLKContainer{
}
.regularBLK .secondBLK{
	margin: 30px 0;
	overflow: hidden;
}

.regularBLK .secondBLK:last-child{
	/*margin: 30px 0 0;*/
}
.regularBLK .heading + .secondBLKContainer .secondBLK:first-child{
	margin: 0 0 30px;
}
.regularBLK .heading + .secondBLK:last-child{
	margin: 0;
}

.imageArea
{
	position: relative;
	float: right;
	margin-left: 20px;
	/*margin-bottom: 20px;*/
}

.imageArea2
{
	position: relative;
	float: left;
	margin-right: 20px;
}

.textArea, .textArea2
{
	/*padding-top: 20px;*/
	margin-bottom: 20px;
    overflow: hidden;
}

.textArea_p
{
	margin-bottom: 20px;
	float: left;
}


.textArea:last-child
{
	margin-bottom: 0px;
}

.textArea2 p
{
	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/bussiness_icon.jpg) no-repeat left center;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
}

.regularBLK table{
	width:100%;
}
.regularBLK table th,
.regularBLK table td{
}
.regularBLK table th{
	border-bottom: 1px solid #777;
	padding:10px 10px 10px 0;
	text-align:left;

}
.regularBLK table td{
	border-bottom: 1px dashed #777;
	padding:10px 0 10px 10px;
}

.border_none
{
	border-bottom: none!important;
	padding: 10px 10px 0px 0!important;
}


.regularBLK .imageArea span.frame,
.regularBLK .imageArea2 span.frame,
.photo span.frame,
.swapGallery .catch span.frame,
span.staff_frame{
	display:block;
	border:5px solid #ffffff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	 filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

div.regular_box
{
    overflow: hidden;
    margin-bottom: 20px;
}

div#anime_back
{
display: none;
}

div#load_anime
{
	width: 100%;
	height: 100%;

}
div#sq
{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0099CC;
    text-align: center;
    color: #fff;
}

.bottom_20{	margin-bottom: 20px!important;	}
.bottom_30{	margin-bottom: 30px!important;	}

.set_reularBLK
{
	overflow: hidden;
	margin-bottom: 20px;
}

.img_area
{
    float: right;
    margin: 0px 0px 10px 30px;
    position: relative;
}

.big_img_area
{
	text-align: center;
	margin-bottom: 20px;
}

.b	{	font-weight: bold;	color: #E37E1C;	}
.b2	{	font-weight: bold;	color: #E24500;	font-size: 20px;	}
.b3	{	font-weight: bold;	color: #156AB5;			}
/**************************************************************/
/* 見出し
/**************************************************************/

.midasi1{
	background:#054b8d url(../image/bg/bg-heading.png) no-repeat left top;
	font-size:24px;
	color:#fff;
	padding:15px 15px 9px 70px;
	margin-bottom:20px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.midasi1 > span
{
    font-size: 12px;
    margin: 20px;
}

.midasi2
{
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    padding-bottom: 0;
    color: #0062C0;
    border-bottom: none;
    border-left: 7px solid #00478B;
    padding: 5px 15px;
}

.midasi3
{
	background:url(../image/bg/bg-heading-s.png) no-repeat left top;
	font-size:20px;
	color:#311800;
	padding:1px 0 6px 43px;
	margin-bottom:20px;
	border-bottom:3px solid #71481f;
}

div#page_title
{
	text-align: center;
	margin-bottom: 70px;
}

div#page_title > h1
{
	font-size: 52px;
	font-family: 'Redressed', cursive;
	margin-bottom: -20px;
	font-weight: normal;
}

div#page_title > h2
{
	font-size: 14px;
	font-weight: normal;
}

span.position
{
	display: block;
    font-size: 17px;
    border-bottom: 1px solid black;
    width: 580px;
}

span.kana
{
	font-size: 16px;
    margin-left: 20px;
}

/**************************************************************/
/* ヘッダー
/**************************************************************/
header#header_back
{
	position: relative;
	width: 100%;
	height: 96px;
	background: url("../image/bg/header_back_back.png") repeat-x;
	z-index: 24;
}

div.header_title
{
	width: 200px;
    height: 35px;
    float: left;
    padding-top: 15px;
}

div.header_title > a
{
	display: block;
	width: 200px;
	height: 38px;
	color: #231815;
}

div.header_title > a:HOVER
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.header_title > a h1
{
	font-size: 19.4px;
	margin-bottom: -10px;
	font-weight: bold;
}

div.header_title > a span
{
	font-size: 9.7px;
	font-weight: bold;
}

div.privacy_policy
{
	float: left;
	padding: 20px 181px 0px 40px;
}

div.privacy_policy a
{
	background: url("https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow_icon1_sp.png") no-repeat 0px 1px;
	background-size: 15px 14px;
	padding-left: 18px;
	color: black;
	font-size: 11.8px;
	font-weight: bold;
}

div.privacy_policy a:HOVER
{
	color: #d20000;
}

div#header_main
{
	position: relative;
	width: 1020px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	background: url("../image/bg/header_back_center3.png")no-repeat;
}

div#header_logo
{
	float: left;
	padding: 0px 32px 0px 0px;
}

div#header_message
{
	float: left;
	color: #C1D6E9;
	width: 280px;
	font-size: 11.2px;
	margin-top: 26px;
}

div#header_message > h1
{
	font-size: 11.2px;
}

div#header_tel
{
	float: right;
	padding: 25px 1px 0px 0px;
}

div#header_contact
{
	float: left;
	margin-right: 15px;
	padding: 6px 1px 0px 0px;
}

div#header_contact a
{


}

div#header_contact a img
{
	display: block;
}


/**************************************************************/
/* スライダー
/**************************************************************/
/* fullSlideShow
--------------------------- */

#fssContainer{
    height: 302px;
}

.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(https://uekita-golf.com/wp/wp-content/themes/uekita/img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(https://uekita-golf.com/wp/wp-content/themes/uekita/img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	display: none;
	top: 540px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/**************************************************************/
/* ファーストビュー
/**************************************************************/
div.first_view
{
	/*min-height: 100%;
	background: url("../image/bg/fiarst_view.png") no-repeat center;
	background-size: cover;*/

	background: url("../image/bg/fiarst_view.png") no-repeat center center;
	height: 480px;
	margin-top: -60px;
	z-index: 10;
	position: relative;
}

div.first_view_2
{
    background: url("../image/bg/fiarst_view.jpg") no-repeat center center;
    height: 140px;
    margin-top: -6px;
    z-index: 10;
    position: relative;
    padding-top: 6px;
}

div.first_view_pos_2
{
	text-align: center;
    padding-top: 45px;
}

div.first_view_content
{
	width: 1020px;
	margin: 0px auto;
}

div.first_view_pos
{
	text-align: right;
	padding: 350px 5px 0px 0px;
}

/**************************************************************/
/* ナビゲーション
/**************************************************************/
nav#navi_set
{
	width: 100%;
	height: 60px;
	background: url("../image/bg/nav_back2.png") repeat-x;
	position: relative;
	z-index: 12;
	margin-top: -6px;
}

nav#navi_set ul
{
	width: 1022px;
	height: 60px;
	margin: 0 auto;
}

nav#navi_set ul li
{
	float: left;
}


nav#navi_set ul li a.menu1 {	margin-left: 1px;	display: block; width: 128px;	height: 55px;	background: url("../image/btn/nav_menu_1.png") no-repeat;	}
nav#navi_set ul li a.menu2 {	display: block; width: 128px;	height: 55px;	background: url("../image/btn/nav_menu_2.png") no-repeat;	}
nav#navi_set ul li a.menu3 {	display: block; width: 128px;	height: 55px;	background: url("../image/btn/nav_menu_3.png") no-repeat;	}
nav#navi_set ul li a.menu4 {	display: block; width: 127px;	height: 55px;	background: url("../image/btn/nav_menu_4.png") no-repeat;	}
nav#navi_set ul li a.menu5 {	display: block; width: 128px;	height: 55px;	background: url("../image/btn/nav_menu_5.png") no-repeat;	}
nav#navi_set ul li a.menu6 {	display: block; width: 128px;	height: 55px;	background: url("../image/btn/nav_menu_6.png") no-repeat;	}
nav#navi_set ul li a.menu7 {	display: block; width: 127px;	height: 55px;	background: url("../image/btn/nav_menu_7.png") no-repeat;	}
nav#navi_set ul li a.menu8 {	display: block; width: 127px;	height: 55px;	background: url("../image/btn/nav_menu_8.png") no-repeat;	}

nav#navi_set ul li a.menu1:HOVER	{	background: url("../image/btn/nav_menu_1_on.png") no-repeat;	}
nav#navi_set ul li a.menu2:HOVER	{	background: url("../image/btn/nav_menu_2_on.png") no-repeat;	}
nav#navi_set ul li a.menu3:HOVER	{	background: url("../image/btn/nav_menu_3_on.png") no-repeat;	}
nav#navi_set ul li a.menu4:HOVER	{	background: url("../image/btn/nav_menu_4_on.png") no-repeat;	}
nav#navi_set ul li a.menu5:HOVER	{	background: url("../image/btn/nav_menu_5_on.png") no-repeat;	}
nav#navi_set ul li a.menu6:HOVER	{	background: url("../image/btn/nav_menu_6_on.png") no-repeat;	}
nav#navi_set ul li a.menu7:HOVER	{	background: url("../image/btn/nav_menu_7_on.png") no-repeat;	}
nav#navi_set ul li a.menu8:HOVER	{	background: url("../image/btn/nav_menu_8_on.png") no-repeat;	}

nav#gNavSP{
}
nav#gNavSP ul{
	overflow:hidden;
	*zoom:1;
}
nav#gNavSP ul li{
	float:left;
	width:50%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
nav#gNavSP ul li:nth-child(2n){
	border-right:none;
}

#gNavSP ul li a{
	display:block;
	background:#fff;
	padding:10px 0;
	text-align:center;
	color:#000;
	font-size:12px;
}

.naver-wrapper{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gNavSP .naver-handle {
	border-left:none;
	border-right:none;
}
#gNavSP .naver.enabled .naver-container{
	border:none;
}

.btn {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 271px;
	height: 50px;
	color: #fff;
	background: #922e8e url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow_btn.png) no-repeat 2% center;
	line-height: 50px;
	text-align: center;
	border: #922e8e 1px solid;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.btn:hover
{
	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow_btn.png) no-repeat 8% center;
	color: #922e8e;
}

/**************************************************************/
/* メインコンテンツ
/**************************************************************/
div#wrapper
{
    position: relative;
}

div#main_content
{
	position: relative;
	width: 1026px;
	margin: 0 auto;
	overflow: hidden;
}

div#posdiv
{
	padding-top: 100px;
    background: url(../image/bg/back_tile.png);
}

div.mihonn
{
	background: url("https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/mihon.png") no-repeat;
	width: 660px;
	height: 58px;
	margin-bottom: 20px;
}

div#main_set
{
	overflow: hidden;
}

/**************************************************************/
/* サイドコンテンツ
/**************************************************************/
#main_l
{
	float: left;
    width: 720px;
    min-height: 300px;
    margin-left: 3px;
}
#main_l_2
{
    float: left;
    width: 720px;
    margin-left: 3px;
    padding-top: 30px;
}
div.contact_box
{
	background: url("../image/bg/side_back_sp.png")no-repeat;
	background-size: 260px 160px;
	width: 260px;
	height: 160px;
	margin-bottom: 20px;
	margin-left: 3px;
}

div.contact_box > ul
{

}

div.contact_box > ul li.tel
{
	padding: 26px 0px 13px 19px;
}

div.contact_box > ul li.mail
{
	padding: 0px 0px 12px 20px;
}

ul.side_menu
{

}

ul.side_menu li.menu1{	margin-bottom: 9px;		}
ul.side_menu li.menu2{	margin-bottom: 2px;		}
ul.side_menu li.menu3{	margin-bottom: 25px;	}

ul.side_menu li.menu4
{
    width: 260px;
    background: #eeeeee;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-sizing: border-box;
    margin: 0 auto 25px;
}
div.menu_img
{
	margin-bottom: 20px;
}

ul.side_menu li.menu4 > h4
{
	padding: 0px 0px 5px 10px;
    font-size: 14px;
}

ul.side_menu li.menu4 > p
{
    padding: 0px 0px 2px 10px;
    font-size: 14px;
    line-height: 1.37;
    font-weight: bold;
}

#main_r
{
	float: right;
    width: 266px;
    padding-top: 30px;
}



/**************************************************************/
/* お知らせ
/**************************************************************/
section#news_section
{
	background: #00478b;
	width: 720px;
	height: 314px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

div.news_title
{
	text-align: center;
	margin-bottom: 25px;
}

ul.news_title
{
	overflow: hidden;
	margin-bottom: 14px;
}

ul.news_title li.l
{
	float: left;
	padding: 12px 0px 0px 15px;
}

ul.news_title li.r
{
	float: right;
	padding: 15px 15px 0px 0px;
}

div.news_list_back
{
	background: #eeeeee url("../image/bg/news_back_logo.png") no-repeat;
	background-position: 310px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 250px;
	padding: 15px;
	box-sizing: border-box;
}




a.news_box
{
	display: block;
	color: black;
	background: url("../image/bg/news_border.png")repeat-x bottom;
	padding:10px 0;
}

a.news_box:HOVER
{
	background: #f8f8f8 url("../image/bg/news_border.png")repeat-x bottom;
}

.news_ichiran,  .news_ichiran2{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/*background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow.png) no-repeat 97% center;*/
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.news_ichiran{	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow.png) no-repeat 97% center;	}
.news_ichiran2{	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow.png) no-repeat 97% 22px;	}

.news_ichiran:hover
{
	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow.png) no-repeat 99% center;
}

.news_ichiran2:hover
{
	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow.png) no-repeat 99% 22px;
}


dl.news
{
	background: url("../image/bg/footer_icon.png") no-repeat right center;
	overflow: hidden;
}

dl.news dt{
	float: left;
	width: 6em;
}

dl.news dd.cate1, dl.news dd.cate2
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 20px 0px 20px;
    color: white;
    font-size: 14px;
    float: left;
    width: 110px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
dl.news dd.cate1{	background: #e28500;	}
dl.news dd.cate2{	background: #1c418e;	}

dl.news dd.title
{
	float: left;
	box-sizing: border-box;
}


article.newsHeadline
{
	border-bottom: 1px dashed #919191;
}

article.newsHeadline a
{
	display: block;
	padding:20px 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: black;
}
article.newsHeadline a:hover,
a:hover h2.news_head{
	color:#e24500;
	border-color:#e24500;
}


article.newsHeadline div.textArea
{
}

article.newsHeadline div.textArea time,
div.newsHead time{
	font-size:15px;
	text-align:center;

	font-family: 'Lato', sans-serif;
	line-height:1;

    background: #000 none repeat scroll 0 0;
	color:#fff;
	margin-bottom:10px;
    padding: 4px 10px;

	display:inline-block;
	*zoom:1;
	*display:inline;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

p.category
{
	padding-top: 3px;
}

span.cate1, span.cate2, span.cate3, span.cate4, span.cate5
{
	display: block;
	width: 120px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

span.cate1{	background: #e28500;	}
span.cate2{	background: #1c418e;	}

h2.news_head{
    font-size: 20px;
    margin: 0 0 10px 0;
    padding-bottom: 0;
    color: #00488D;
    border-bottom: none;
    border-left: 2px solid #00488D;
    padding: 5px 15px;
}

p.excerpt{
	margin:0;
}

div.news_text
{
    /*text-align: center;*/
}

div.news_text img
{
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.cat
{
	float: left;
    margin: 2px 15px 0px 0px;
}

section.postBLK .title{
	border-top:2px solid #00318a;
	border-bottom:1px solid #00318a;
	font-size:22px;
	padding:15px 0;
	margin:0 0 20px;
}
section.postBLK .newsHead{
	margin-bottom:15px;
	overflow:hidden;
}

div.newsHead
{
	margin-bottom: 10px;
}

div.news_more
{

}

.news_more_btn {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 271px;
	height: 50px;
	color: #fff;
	background: #922e8e url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow_btn.png) no-repeat 20% center;
	line-height: 50px;
	text-align: center;
	border: #922e8e 1px solid;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	font-family: 'Redressed', cursive;
	margin: 0 auto;
}
.news_more_btn:hover
{
	background: url(https://uekita-golf.com/wp/wp-content/themes/uekita/image/bg/arrow_btn.png) no-repeat 30% center;
	color: #922e8e;
}

time.cate_link
{
	padding-top: 20px;
}

a.cate_link
{
	padding: 0!important;
    width: 120px;
}
p.cate_link
{
    margin-bottom: 0px;
}

li.cat-item
{
	/*margin-bottom: 10px;*/
}

/**************************************************************/
/* ページャー
/**************************************************************/
.pagenation {
    margin: 40px 0;
}

.pagenation ul {
    margin: 0;
	padding-top: 5px;
	overflow:hidden;
	*zoom:1;
	text-align:center;
}
.pagenation li {
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin:0 3px 6px;
	font-weight:bold;
	font-size:13px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenation li.active {
	background-color: #000;
	color: #fff;
	padding: 6px 15px;
}
.pagenation li a {

	background: #e24500;

	color: #fff;
	display: block;
	padding: 6px 15px;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.pagenation li a:hover {
	background: #ff783c;
}


table.info_form{}
table.info_form th,
table.info_form td{
	border:none;
}
table.info_form td.answer
{
	border-bottom: 1px dotted #C2B4A6;
	padding-bottom: 20px;
	padding-top: 4px;
	vertical-align: top;
	width: 145px;
}

p.button{
	margin:0;
	text-align:right;
}

p.button input {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","meiryo","ＭＳ Ｐゴシック",sans-serif;
    background: #e24500;
    font-weight: bold;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    margin: 0 5px 0 0;
    letter-spacing: 0.3em;
    padding: 5px 30px;


    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p.button input:HOVER
{
	background: #ff783c;
}

div.wpcf7 form.wpcf7-form table td input,
div.wpcf7 form.wpcf7-form table td textarea,
div.wpcf7 form.wpcf7-form table td select {
    padding: 10px;
	width:100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


span.required{
	color:#cc0000;
	margin:0 3px;
}


/**************************************************************/
/* フッター
/**************************************************************/
footer#footer_main
{
	position: relative;
}

div#footer_menu_set
{
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}

div#footer_menu
{
	float: left;
	margin-top: 68px;
}

div#footer_menu ul
{
	margin: 0;
}

div#footer_menu ul li
{
	float: left;
	margin-right: 16px;
	background: url("../image/bg/footer_icon.png") no-repeat 0px 2px;
	padding-left: 20px;
	font-size: 12px;
}

div#footer_menu ul li a
{
	color: black;
	font-weight: bold;
}

div#footer_menu ul li a:HOVER
{
	color: #EBA624;
}

div#go_top_btn
{
	float: right;
	margin-top: 12px;
}

div#go_top_btn a
{

}

div#go_top_btn a:HOVER
{

}

div#go_top_btn > a span
{
	text-align: center;
	display: block;
	padding-top: 6px;
}


div.footer_info
{
	width: 100%;
	background: #080404;
}

div.footer_l
{
	position: absolute;
	width: 50%;
	background: #eba624;
	padding-bottom: 60px;
}
div.footer_center
{
	width: 1020px;
	margin: 0 auto;
	background: #080404;
	position: relative;
}

div.footer_center ul
{
	overflow: hidden;
	margin: 0;
}

div.footer_center ul li.f_logo
{
	float: left;
	padding: 0px 0px 0px 0px;
}

div.footer_center ul li.address
{
	float: left;
	padding: 5px 0px 0px 0px;
	color: white;
}
div.footer_center ul li.address p
{
	margin: 0;
	font-size: 13px;
	padding: 5px 2px 0px 12px;
	font-weight: bold;
}

div.footer_center ul li.f_tel
{
	float: left;
	padding: 13px 14px 0px 20px;
}


div.footer_center ul li.copy_right
{
	float: right;
	padding: 31px 0px 0px 0px;
}


div#footer_main
{
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0px 12px 0px;
}

div.address
{

}

div.address p
{
	font-size: 13px;
	font-weight: bold;
}

div#footer_r
{
	float: right;
}

small
{
	font-size: 11.3px;
	font-weight: bold;
	color: white;
}

/**************************************************************/
/* SNSボタン
/**************************************************************/
ul#sns_btn
{
	margin-bottom: 20px;
}

ul#sns_btn li
{
	float: left;
    line-height: 0px;
    vertical-align: middle;
    margin-right: 10px;
}

}
/* メディアクエリー閉じタグ */