@charset "utf-8";
/* CSS Document */
.Red {
    color: #FF0033;
}
.cogt-title{
	text-align:center;
	padding:20px 0;
}
.cogt-header{
	padding:10px 0;

}
nav.headerNav{
	text-align:center;
}

#cogt-header{
position: relative;
}

#cogt-header h1 {
margin:0;
/*height: 71px;*/
}

#cogt-wrapper{
	clear:both;
position:relative;
}
#cogt-header h1 a img.cogt_pc_header{
	display:block;
	margin:0 auto;
}
#cogt-header h1 a img.cogt_sp_header{
	display:none;
}

nav#sp_gnav ul, nav.headerNav ul, .sponsorship ul{
	margin:0;
	padding:0;

}
nav#sp_gnav ul li, nav.headerNav li{
	float:left;
	list-style:none;
}
.sponsorship li{
	list-style:none;
	margin:0 auto;
padding:10px;
display:inline-block;
}

nav.headerNav a {
	background-color:#e20101;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;

}
nav.headerNav a:hover {
	background-color:#eb2226;
	text-decoration:none;
}

.sponsorship{
	text-align:center;
	margin:0 auto;
}
table.outline{
border-collapse:collapse;
width:100%;
clear:both;
margin:10px 0 0;
list-style:none;
}

table.outline tr th{
padding:.5em;
background:#eef7e4;
text-align:left;
font-weight:bold;
white-space: nowrap;
}

table.outline th, table.outline td{
	border-bottom:1px solid #cdddbb;
	padding:.5em;
}
#sp_gnav {
    position: fixed;
    top: 55px;
    z-index: 99;
}

#ctmylogin ul li{
	list-style:none;
}

.cogt-content h2{
	background-color:#8BC34A;
	color:#FFF;
	border-top: none;
	border-bottom: 6px solid #dcdcdc;
}
.cogt-round h2.round{
	background-color:#A1887F;
}

.cogt-round p{
	padding:0 1em;
}

.cogt-content h1 span{
	display:none;
}

.cogt-content h1{
	margin:0.5em;
	font-weight:normal;
	text-align:center;
}

.jgolf-title{
	display:block;
	margin-left: auto;
 margin-right: auto;
     width: 100%;
}
table.cogt-score1{
border-collapse:collapse;
width:100%;
clear:both;
margin:10px 0 0;
list-style:none;
}

table.cogt-score1 tr th{
padding:.5em;
background:#eef7e4;
font-weight:bold;
text-align:center;
}

table.cogt-score tr th{
	background:#eef7e4;
	padding:.5em;
	text-align:center;
}
table.cogt-score1 th, table.cogt-score1 td, table.cogt-score1 tbody tr td.cogt_total, table.cogt-score1 tbody tr td.cogt_1r, table.cogt-score1 tbody tr td.cogt_f_out, table.cogt-score1 tbody tr td.cogt_f_in, table.cogt-score1y tbody tr td.cogt_f_total, table.cogt-score1 tbody tr td.cogt_f_total{
	border-bottom:1px solid #cdddbb;
	padding:.2em;
}

table.cogt-score1 td, table.cogt-score1 tbody tr th.cogt_final{
	text-align:center;
}
table.cogt-score1 tbody tr td.cogt_total, table.cogt-score1 tbody tr td.cogt_1r, table.cogt-score1 tbody tr td.cogt_f_out, table.cogt-score1 tbody tr td.cogt_f_in, table.cogt-score1y tbody tr td.cogt_f_total, table.cogt-score1 tbody tr td.cogt_f_total{
	width:auto;
}


.usual ul{
	margin:0 auto;
	padding:0;
}

#usual3.usual ul li a.btn {
	background-color: #ed6c00;
	border: 2px solid #ed6c00;
	color: #fff;
	line-height: 50px;
	padding:10px;
}
#usual3.usual ul li a.btn:hover {
	background-color: #fff;
	border:2px solid #ed6c00;
	color: #ed6c00;
	text-decoration:none;
}

#usual3.usual ul li{
	margin:0;
	list-style:none;
	float: left;
	border:none;
}
form#mailform table.outline tbody tr td input.gakunen, form#mailform table.outline tbody tr td input.zip{width:20% !important;}

/*
#usual3.usual ul li a.button {
	position: relative;
	z-index: 2;
	background-color: #ed6c00;
	border: 2px solid #ed6c00;
	color: #fff;
	line-height: 1.5em;
	padding:10px;
}
#usual3.usual ul li a.button:hover {
	background-color: #fff;
	border-color: #ed6c00;
	color: #ed6c00;
}
#usual3.usual ul li a.button::before,
#usual3.usual ul li a.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ed6c00;
}
#usual3.usual ul li a.button::before {
	right: 0;
}
#usual3.usual ul li a.button::after {
	left: 0;
}
#usual3.usual ul li a.button:hover::before,
#usual3.usual ul li a.button:hover::after {
	width: 0;
	background-color: #ed6c00;
}*/

@media all and (min-width: 100px) {

#cogt-header h1 a img.cogt_sp_header{
	display:block;
	padding:10px;
	margin:0 auto;

}
#cogt-header{
	position:fixed;
	top: 60px;
	z-index: 888;
	width:100%;
}
.sticky-cogt {
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}

.sponsorship-pc{
	display:none;
}
#sp_gnav {
/*    position: fixed;*/
	position: absolute;
    top: 55px;
	left:0;
	width:100%;
    z-index: 3939;
}
/*.cogt-round-left{
	float:left;
	width:60&;
}
.cogt-round-right{
	float:right;
	width:40&;
}*/
}
@media all and (max-width:499px) {
#cogt-header h1 a img.cogt_sp_header{
	display:block;
	padding:10px;
	margin:0;
	width:180px;

}
#cogt-header h1 a img.cogt_pc_header{
	display:none;
}
.sticky-cogt {
	box-shadow: 0 1px 2px #dcdcdc;
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}
.cogt-content{
clear:both;
padding-top: 0px;
margin:0;
}
.sponsorship-pc{
	display:none;
}
table.outline{
border-top:1px solid #cdddbb;
border-collapse:collapse;
width:100%;
clear:both;
margin:10px 0 0;
list-style:none;
}

table.outline tr th{
padding:.5em;
background:#eef7e4;
text-align:center;
font-weight:bold;
}

table.outline th, table.outline td{
	border-bottom:1px solid #cdddbb;
	padding:.5em;
	display:block;
}
#sp_gnav {
    position: fixed;
    top: 60px;
    z-index: 8888;
}

.cogt-content{
padding-top: 34px;
}
#usual3.usual ul{
	padding:0 2%;
}
}

@media all and (min-width: 500px) and (max-width: 699px){
#cogt-header h1 a img.cogt_pc_header{
	display:none;
}
.sticky-cogt {
	box-shadow: 0 1px 2px #dcdcdc;
    background-color: #fff;
    height: 74px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 998;
}
.sponsorship-pc{
	display:none;
}
#sp_gnav {
    position: fixed;
    top: 75px;
    z-index: 99;
}
.cogt-content{
padding-top: 50px;
}
#nav{
	top:0px;
	z-index:9999;
}
.cogt-content h1 span{
	display:inline-block;
}
#usual3.usual ul{
	padding:0 15%;
}
}
@media all and (min-width: 700px) and (max-width: 997px) {
#cogt-header h1 a img.cogt_sp_header{
	display:none;
}
.sticky-cogt {
	height:auto;
}
.sponsorship-pc{
	display:block;
}
.sponsorship-sp{
	display:none;
}
#cogt-header{
position: relative;
top:0;
}
#sp_gnav {
    position: fixed;
    top: 5px;
    z-index: 99;
}
.cogt-content img{
	width:100%;
}
.cogt-content h1 span{
	display:inline-block;
}
#usual3.usual ul{
	padding:0 25%;
}
}
@media all and (min-width: 998px) {
#cogt-header h1 a img.cogt_sp_header{
	display:none;
}
.sticky-cogt {
	height:auto;
}
.sponsorship-pc{
	display:block;
}
.sponsorship-sp{
	display:none;
}
#cogt-header{
position: relative;
top:0;
}
#sp_gnav {
    position: fixed;
    top: 5px;
    z-index: 99;
}
.cogt-round{
	padding:0 1em;
}
.cogt-round-left{
	padding:0;
}
.cogt-round-left{
	float:left;
	width:60%;
}
.cogt-round-right{
	float:right;
	width:40%;
}
.cogt-content h1{
	margin:0.5em;
}

.cogt-content h1 span{
	display:inline-block;
}
#usual3.usual ul{
	padding:0 170px;
}
/*
.cogt-content h2{
	background-color:#8BC34A;
	color:#FFF;
	border-top: none;
	border-bottom: 6px solid #dcdcdc;
}
.cogt-round h2.round{
	background-color:#A1887F;
}*/


}