
@charset "utf-8";

/*================================================
 基本設定
================================================*/
/* --------- font設定  -----------
どのブラウザも14px相当に統一
-------------------------------*/

body {
	font-size: 80%;
	line-height:200%;
	font-family:'メイリオ','Meiryo', sans-serif !important;
	font-family:'メイリオ','Meiryo', sans-serif;
	letter-spacing:0.05em;
	background:#ffffff;
	-webkit-text-size-adjust: none;
}
html>/**/body {
	font-size: 16px;
	line-height:200%;
}

@media screen and (min-width: 770px){
.spOnly {
	display: none !important;
}
}
/*================================================
 SP：基本設定
================================================*/
@media screen and (max-width: 769px){
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.pcOnly {
	display: none !important;
}
html>/**/body {
	font-size: 16px;
	line-height:180%;
}
}
/*================================================
base layout
================================================*/
html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	margin:0 auto;
}

div#all{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	width:100%;
}

body > #all{
	height:auto;
}

a:link, a:visited, a:active {
	color:#ffffff;
}

a {
	color:#ffffff;
	overflow:hidden;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#efefef;
}


/*================================================
header layout
================================================*/
#cp_mainImg{
	width: 100%;
	min-width: 1260px;
	background:url(../../img/2020/bg-head.jpg) center top no-repeat;
	height:300px;
	margin: 0px;
}

/*================================================
SP：header layout
================================================*/
@media screen and (max-width: 769px){
#cp_mainImg{
	width: 100%;
	min-width: 0;
	background:	none;
	height: auto;
	margin: 0px;
}

#cp_mainImg img{
	width: 100%;
	height: auto;

}
}

/*================================================
header layout スクラッチ
================================================*/
#cp_mainImg_s{
	width: 100%;
	min-width: 1260px;
	background:url(../../img/2020/bg-head-s.jpg) center top no-repeat;
	height:300px;
	margin: 0px;
}

/*================================================
SP：header layout スクラッチ
================================================*/
@media screen and (max-width: 769px){
#cp_mainImg_s{
	width: 100%;
	min-width: 0;
	background:	none;
	height: auto;
	margin: 0px;
}

#cp_mainImg_s img{
	width: 100%;
	height: auto;

}
}

/*================================================
header layout Wペリア
================================================*/
#cp_mainImg_d{
	width: 100%;
	min-width: 1260px;
	background:url(../../img/2020/bg-head-w.jpg) center top no-repeat;
	height:300px;
	margin: 0px;
}

/*================================================
SP：header layout Wペリア
================================================*/
@media screen and (max-width: 769px){
#cp_mainImg_d{
	width: 100%;
	min-width: 0;
	background:	none;
	height: auto;
	margin: 0px;
}

#cp_mainImg_d img{
	width: 100%;
	height: auto;

}
}
/*================================================
nav layout
================================================*/
.cp_nav{
	width: 100%;
	min-width: 1260px;
	height: 50px;
	background:#000000;
	font-size: 18px;
}

.cp_nav_p{
	width: 1200px;
	height: auto;
	background:#000000;
	padding:15px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.cp_nav_p li{
	display: inline-block;
	text-align: center;
	line-height:22px;
	/*float:left;*/
}

.cp_nav_p li a{
	text-decoration: none;
	display: block;
	padding: 2px 0.7em 0 0.7em;
}

.cp_nav_p li a:hover{
	opacity: 0.8;
}
.cp_nav_li01 a{
	/*width:83px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li02 a{
	/*width:103px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li03 a{
	/*width:123px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li04 a{
	/*width:163px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li05 a{
	/*width:163px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li06 a{
	/*width:143px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li07 a{
	/*width:143px;*/
	border-right:2px solid #ffffff;
}
.cp_nav_li08 a{
	/*width:143px;*/
}

/*================================================
SP：nav layout
================================================*/
@media screen and (max-width: 769px){
.cp_nav{
	display: none;
	}
}
/*================================================
SP:グローバルナビ
================================================*/
@media screen and (max-width: 769px){
ul.drawer-menu li ul li {
	padding: 0.3em 0.2em 0.3em 0.8em;
	border-bottom: 1px solid #eaeaea;
}
ul.drawer-menu li ul li a {
	display: block;
	background: url(../../img/2020/common/arrow-blk.png) 98% center no-repeat;
	text-decoration: none;
	color: #333333;
}
ul.drawer-menu li ul li.area-contents {
	background: #aa0200;
	border-bottom: 1px solid #ffffff;
}
ul.drawer-menu li ul li.area-contents a {
	background: url(../../img/2020/common/arrow-wht.png) 98% center no-repeat;
	color: #ffffff;
}
}


/*================================================
PC：コンテンツ
================================================*/
#contents {
	width: 100%;
	min-width: 1260px;

}
#contents_top {
	margin: 20px auto 40px auto;
	width: 1200px;
}
#contents_top a:hover{
	opacity: 0.8;
}
#contents_body {}
#contents_wrap {
	margin: 40px auto 0 auto;
	width: 1200px;
}
#contents_main {
	width: 1200px;
}
.contents_main_section {
	display: block;
	margin: 0 0 -30px 0;
	/*float: left;*/
}
#contents_one_column h3, /*1カラム用見出し*/
.contents_main_section h3 { /*2カラム用メイン部見出し*/
	padding: 15px 15px;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

.bnm {
    padding-top: 30px;
  }



#title_bar {
	width: 100%;
	min-width: 880px;
	background: center top repeat-y #323232;
	height: 60px;
	margin: 0 auto;
}

.contents_main_body{
	width: 100%;
	padding: 30px 0 30px 0;
	font-size:16px;
	line-height:40px;
	width: 1200px;
	background:#f0f0f0;
	margin: 10px 0 20px 0;
	text-align: center;
}
.match_detail {
	margin: 10px 0 40px 0;
}
.match_detail table {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	min-width: 880px;
	font-size: 16px;

}
.match_detail table th {
	background: #969696;
	padding: 20px;
	width: 200px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	margin: 10px 0 0 0;
}
.match_detail table td {
	background: #f0f0f0;
	padding: 20px;
	width: 600px;
	text-align: left;
}
.match_detail p {
	line-height: 1.5em;
}
.match_detail a {
	color:#aa0000;
	overflow:hidden;
	outline:none;
}
/*.match_detail a:hover{
	text-decoration:none;
	color:#ff0000;
}*/

.match_detail a:hover{
	text-decoration:none;
	/*color:#ff0000;*/
}

.cp_secTbl_top{
	width: 100%;
	height:auto;
	font-size: 12px !important;
	line-height: 26px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-collapse: collapse;
}
.cp_secTbl_top th{
	text-align: left;
	background: #d9d9d9 !important;
	padding: 5px 10px 5px 10px !important;
	background: #dadada !important;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	color: #333333 !important;
	font-weight: bold !important;
}

.cp_secTbl_top td.sellRed {  /*210311 鶴見追加*/
	background-color: #ffe0e3 !important;
}

.cp_secTbl_top td{
	text-align: left;
	padding: 15px 10px 15px 10px !important;
	background: #ffffff !important;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	line-height: 1.5em;
}

.cp_secTbl_top td.tdPink{
	text-align: left;
	padding: 15px 10px 15px 10px !important;
	background: #ffe6e7 !important;
}

.cp_secTbl_top .td01{
/*	width: 94px !important;*/
	width: 60px !important;
}

.cp_secTbl_top .td02{
/*	width: 136px !important;*/
	width: 200px !important;
}

.cp_secTbl_top .td03{
/*	width: 320px !important;*/
	width: 380px !important;
}

.cp_secTbl_top .td04{
/*	width: 210px !important;*/
	width: 240px !important;
}

.cp_secTbl_top .td05{
/*	width: 120px !important;*/
	width: 140px !important;
}

.cp_secTbl_top .td06{
	width: 100px !important;
}



@media screen and (min-width: 770px){
.family_table .cp_secTbl_top .td06{
	width: 100px !important;
}

.family_table .cp_secTbl_top .td07{
	width: 1310px !important;
}

.family_table2 .cp_secTbl_top .td01{
/*	width: 94px !important;*/
	width: 60px !important;
}

.family_table2 .cp_secTbl_top .td02{
/*	width: 136px !important;*/
	width: 140px !important;
}

.family_table2 .cp_secTbl_top .td03{
/*	width: 320px !important;*/
	width: 280px !important;
}

.family_table2 .cp_secTbl_top .td04{
/*	width: 210px !important;*/
	width: 250px !important; /*230523 鶴見修正*/
}

.family_table2 .cp_secTbl_top .td05{
/*	width: 120px !important;*/
	width: 250px !important; /*230523 鶴見修正*/
}

.family_table2 .cp_secTbl_top .td06{
	width: 100px !important;
}


}
/*
.family_table .cp_secTbl_top .td06{
	width: 1410px !important;
	text-align: center;
}

.family_table .cp_secTbl_top .td06 a {
	margin-left: auto;
	margin-right: auto;
}
*/

.entry_sc_btn{
	width: 430px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	margin: 0 20px 20px 0;
	font-size: 24px;
	border-radius: 5px;
	float: left;
}

.entry_wp_btn{
	width: 430px;
	background-color: #aa0000;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
	border-radius: 5px;
	float: right;
}

.entry_sc_btn:hover{
	opacity: 0.8;
}

.entry_wp_btn:hover{
	opacity: 0.8;
}

.entry_topbtn{
	width: 865px;
	margin: 5px 0 20px 0;
	margin-right: auto;
	margin-left : auto;
}

.entry_sc_topbtn{
	width: 430px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	margin: 0 5px 20px 0;
	font-size: 24px;
	border-radius: 5px;
	float: left;
}

.entry_wp_topbtn{
	width: 430px;
	background-color: #aa0000;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	font-size: 24px;
	border-radius: 5px;
	float: right;
}

.entry_sc_topbtn:hover{
	opacity: 0.8;
}

.entry_wp_topbtn:hover{
	opacity: 0.8;
}

.cp_btn01{
	width:720px;
	margin: 0 auto;
	padding: 12px 0;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	color:#006698;
	margin:25px auto 5px;
}

.cp_btn01 a{
	color:#aa0000;
}


/*================================================
SP：コンテンツ
================================================*/
@media screen and (max-width: 769px){
#contents {
	width: 100%;
	min-width: 0;

}
#contents_top {
	margin: 0;
	width: 96%;
	padding: 2%;
}

#contents_top img {
	width: 100%;
	height: auto;
}
#contents_top a:hover{
	opacity: 0.8;
}
#contents_body {}
#contents_wrap {
	margin: 0;
	width: 100%;
}
#contents_main {
	width: 100%;
	float: none;
}
.contents_main_section {
	display: block;
	margin: 0;
	/*float: left;*/
}
#contents_one_column h3, /*1カラム用見出し*/
.contents_main_section h3 { /*2カラム用メイン部見出し*/
	width: 96%;
	height: auto;
	padding: 0.9%;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
}

.bnm {
    padding-top: 1.0rem;
    padding-bottom: 2.0rem;
  }


#title_bar {
	width: 96%;
	padding: 2%;
	min-width: 0;
	background: center top repeat-y #323232;
	height: auto;
	margin: 0 auto;
	margin-top: 0 !important;
}

.contents_main_body{
	width: 96%;
	min-width: 0;
	padding: 2%;
	font-size:1em;
	line-height:1.2em;
	background:#f0f0f0;
	margin: 0 auto;
	text-align: center;
}
.contents_main_body img{
	width: 100%;
}
.match_detail {
	margin: 10px 0 20px 0;
}
.match_detail table {
	background: #ffffff;
	width: 96%;
	font-size: 0.8em;
	line-height: 1.2em;
	border-top: none;
	border-left: none;
	min-width: 0;
	margin: 0 auto;
}

.cp_secTbl_top,
.cp_secTbl_top thead,
.cp_secTbl_top tbody,
.cp_secTbl_top th,
.cp_secTbl_top td,
.cp_secTbl_top tr {
	display: block;
}

.cp_secTbl_top thead {
	display: none;
}
.cp_secTbl_top tr {
	border: 1px solid #b5b5b5;
	margin-bottom: 10px;
}
.cp_secTbl_top td {
	width: auto;
	padding: 0.5em 2%;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	padding-left: 115px !important;
}
.cp_secTbl_top td.tdPink{
	width: auto;
	padding: 0.5em 2%;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	padding-left: 115px !important;
	background: #ffe6e7 !important;
}
.match_detail table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 20%;
	padding-right: 10px;
	white-space: nowrap;
}

.cp_secTbl_top .td01 {
	width: auto !important;
	background: #f8f8f8 !important;
}
.cp_secTbl_top .td02 {
	width: auto !important;
	background: #f8f8f8 !important;
}
.cp_secTbl_top .td03 {
	width: auto !important;
	background: #f8f8f8 !important;
}
.cp_secTbl_top .td04 {
	width: auto !important;
	background: #f8f8f8 !important;
}
.cp_secTbl_top .td05 {
	width: auto !important;
	background: #f8f8f8 !important;
}
.cp_secTbl_top .td06 {
	width: auto !important;
	background: #f8f8f8 !important;
}

.cp_secTbl_top td:nth-of-type(1):before {
	content: "開催日";
}

.cp_secTbl_top td:nth-of-type(2):before {
	content: "試合名";
}

.cp_secTbl_top td:nth-of-type(3):before {
	content: "開催コース";
}

.cp_secTbl_top td:nth-of-type(4):before {
	content: "プレー代概算";
}

.cp_secTbl_top td:nth-of-type(5):before {
	content: "プレースタイル";
}

.cp_secTbl_top td:nth-of-type(6):before {
	content: "スクラッチの部";
}

.cp_secTbl_top .none-before::before {
	content: none !important;
}

.cp_secTbl_top td:nth-of-type(7):before {
	content: "ミックス\Aダブルスの部";
	white-space: pre;
}

.family_table .cp_secTbl_top td:nth-of-type(6):before {
	content: "親子ペアの部";
}

.family_table2 .cp_secTbl_top td:nth-of-type(6):before { /*テスト用*/
	content: "親子ペアの部";
}

.family_table .cp_secTbl_top .td07{
	display: none;
}


.cp_secTbl_top td:nth-of-type(8):before {
	content: "Wペリアの部";
}

.cp_secTbl_top td:nth-of-type(9):before {
	content: "エンジョイ\Aチームの部";
	white-space: pre;
}
/*
.cp_secTbl_top td:nth-of-type(10):before {
	content: "エンジョイ\Aチームの部";
	white-space: pre;
}*/
	.match_detail p {
	width: 96%;
	padding: 2%;
	font-size: 0.8em;
	line-height: 1.6em;
}
.match_detail a {
	color:#aa0000;
	overflow:hidden;
	outline:none;
}
.match_detail a:hover{
	text-decoration:none;
	/*color:#ff0000;*/
}

.entry_btn {
	text-decoration: none;
}

.entry_sc_btn{
	width: 96%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 0.9%;
	margin: 10px auto 10px;
	font-size: 1.2em;
	border-radius: 5px;
	float: none;
}

.entry_wp_btn{
	width: 96%;
	background-color: #aa0000;
	color: #ffffff;
	text-align: center;
	padding: 0.9%;
	margin: 0 auto 10px;
	font-size: 1.2em;
	border-radius: 5px;
	float: none;
}

.entry_sc_btn:hover{
	opacity: 0.8;
}

.entry_wp_btn:hover{
	opacity: 0.8;
}
.match_detail table tr,
.match_detail table th,
.match_detail table td {
	display: block;
}

.match_detail table th,
.match_detail table td {
	width: 96%;
	padding: 2%;
	font-size: 1em;
	line-height: 1.6em;
}

.cp_btn01{
	width:96%;
	margin: 0 auto;
	padding: 2%;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	color:#006698;
	margin:10px auto 5px;
}

.cp_btn01 a{
	color:#aa0000;
}
}
/*================================================
news layout
================================================*/

.cp_taikaiNews{
	width:880px;
	margin:0px auto 0px;
	background:#eaeaea;
	color:#555555;
	height:250px;
	height:auto !important;
	max-height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top:5px;
}

.cp_taikaiNews table{
	width:100%;
	height:auto;
	margin:0 auto;
}

.cp_taikaiNews table td{
	width: auto;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #555555;
	line-height:28px;
	vertical-align: top;
	font-size:16px;
	overflow-y: hidden;
}

.cp_taikaiNews table .cp_taikaiDate{width:150px; color:#aa0000;}
.cp_taikaiNews table td.cp_taikaiNews{
	width:680px;
	padding:10px 60px 10px 20px;
}

.cp_seriesTxt{
	font-size:12px;
	display: block;
	line-height: 14px;
}

/*================================================
SP：news layout
================================================*/
@media screen and (max-width: 769px){
.cp_taikaiNews{
	width:100%;
	padding: 0;
	margin:0px auto 0px;
	background:#fff;
	color:#555555;
	height:250px;
	height:auto !important;
	max-height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top:0;
}

.cp_taikaiNews table{
	width:100%;
	height:auto;
	margin:0 auto;
}

.cp_taikaiNews table tr {
	border-bottom:1px solid #555555;
}

.cp_taikaiNews table td{
	display: block;
	width: auto;
	padding:2%;
	border-bottom:none;
	line-height:1.4em;
	vertical-align: top;
	overflow-y: hidden;
}

.cp_taikaiNews table .taikaiDate{
	width:96%;
	font-size: 1.4em;
}
.cp_taikaiNews table td.taikaiNews{
	width:96%;
	padding: 0 2% 2%;
	font-size: 1em;
}

.cp_seriesTxt{
	font-size:1em;
	display: block;
	line-height: 1.4em;
}
}
/*================================================
news layout2
================================================*/
.cp_taikaiNews2{
	width:1200px;
	margin:0px auto 0px;
	background:#eaeaea;
	color:#555555;
	height:250px;
	height:auto !important;
	max-height:400px;
	overflow-y: scroll;
	padding-top:5px;
}

.cp_taikaiNews2 table{
	width:100%;
	height:auto;
	margin:0 auto;
}

.cp_taikaiNews2 a{
	color: #aa0000;
}
.cp_taikaiNews2 table td{
	width: auto;
	padding:10px 0 10px 20px;
	border-bottom:1px solid #555555;
	line-height:28px;
	vertical-align: top;
	font-size:16px;
	overflow-y: hidden;
}

.cp_taikaiNews2 table .cp_taikaiDate2{width:150px; color:#aa0000;}
.cp_taikaiNews2 table td.cp_taikaiNews2{
	width:880px;
	padding:10px 60px 10px 20px;
}

/*================================================
SP：news layout2
================================================*/
@media screen and (max-width: 769px){
.cp_taikaiNews2{
	width:100%;
	padding: 0;
	margin:0px auto 0px;
	background:#fff;
	color:#555555;
	height:250px;
	height:auto !important;
	max-height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top:0;
}

.cp_taikaiNews2 table{
	width:100%;
	height:auto;
	margin:0 auto;
}

.cp_taikaiNews2 table tr {
	border-bottom:1px solid #555555;
}

.cp_taikaiNews2 table td{
	display: block;
	width: auto;
	padding:2%;
	border-bottom:none;
	line-height:1.4em;
	vertical-align: top;
	overflow-y: hidden;
	background: #f0f0f0;
}

.cp_taikaiNews2 table .taikaiDate2{
	width:100%;
	font-size: 1.2em;
}
.cp_taikaiNews2 table td.cp_taikaiNews2{
	width:96%;
	padding: 0 2% 2%;
	font-size: 0.8em;
}
}
/*================================================
PC：右部
================================================*/
#contents_sub {
	width: 300px;
	text-align: left;
	float: right;
}
#contents_sub a:hover{
	opacity: 0.8;
}
.contents_sub_section {
	background: #f0f0f0;
	margin: 0 0 20px 0;
}
.contents_sub_section h4 {
	background: #969696;
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #ffffff;
}
.contents_sub_section h4.title_report {
	background: #aa0000;
}
.contents_sub_section h4.title_gallery {
	background: #000000;
}
.contents_sub_section p {
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.under_link_sub a {
	display: block;
	color: #aa0000;
	text-decoration: none;
}
.under_link_sub a span {
	display: inline;
	background: #eaeaea;
	padding: 0 0.5em;
}
.contents_sub_section ul {
	padding: 10px;
}
.contents_sub_section ul li {}
.contents_sub_section ul li dl {}
.contents_sub_section ul li dl dt {
	font-size: 14px;
}
.contents_sub_section ul li dl dd {
	margin-bottom: 10px;
}
.contents_sub_section ul li dl dd a {
	font-size: 14px;
	line-height: 20px !important;
	color: #aa0000;
}
.contents_sub_section a p {
	color: #000000 !important;
}
.member_registration{
}
.bnr_section{
	background: #f0f0f0;
	padding: 20px 20px 20px 20px;
	margin: 20px 0;
}

/*================================================
SP：右部
================================================*/
@media screen and (max-width: 769px){
#contents_sub {
	width: 100%;
	text-align: center;
	float: none;
}
#contents_sub a:hover{
	opacity: 0.8;
}
.contents_sub_section {
	background: #f0f0f0;
	margin: 0;
}
.contents_sub_section h4 {
	background: #969696;
	padding: 2%;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	color: #ffffff;
}
.contents_sub_section p {
	padding: 2%;
	padding-bottom: 20px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
}
.under_link_sub a {
	display: block;
	color: #aa0000;
	text-decoration: none;
}
.under_link_sub a span {
	display: inline;
	background: #eaeaea;
	padding: 0 0.5em;
}
.contents_sub_section ul {
	padding: 10px;
}
.contents_sub_section ul li {}
.contents_sub_section ul li dl {}
.contents_sub_section ul li dl dt {
	font-size: 0.8em;
}
.contents_sub_section ul li dl dd {
	margin-bottom: 10px;
}
.contents_sub_section ul li dl dd a {
	font-size: 0.8em;
	line-height: 1.2em !important;
	color: #aa0000;
}
.member_registration a img {
	width: 96%;
	margin: 0 auto;
}
.bnr_section{
	background: #f0f0f0;
	padding: 20px 0 20px;
	margin: 20px auto 0;
}
#video{
	width: 80%;
	height: auto;
	margin: 10px auto 0;
}
.callawayLink {
	margin: 10px auto;
}
}
/*================================================
PC：footer layout
================================================*/
#footer {
	width: 100%;
	min-width: 1260px;
	background: #323232;
	padding:10px 0 0px;
	text-align: center;
	font-size:18px;
	color: #ffffff !important;
}
#footer_sub {
	width: 100%;
	min-width: 1260px;
	background: #323232;
	text-align: center;
	font-size:14px;
	color: #ffffff !important;
}
#footer a{
	color: #ffffff !important;
	text-decoration: none;
}
.footerlogo{
	background: url(../../img/2020/footer_logo.jpg) center top #323232 no-repeat;
	height: 50px;
	margin: 0px;

}
.footerContact {
	padding: 0 10px 0;
	width: 1260px;
	margin: 30px auto 0;
}
.footerContact h3 {
	padding-bottom: 5px;
	border-bottom:2px solid #ffffff;
	font-size: 28px;
	font-weight: normal;
}
.footerContact ul {
	margin-top:20px;
}
.footerContact ul .flLeft img {
	display: none;
}
.footerContact ul .flRight a img {
	display: none;
}
.footerContact ul .flLeft {
	display: block;
	background: url(../../img/2020/common/btn-tel.png) center top #eaeaea no-repeat;
	width: 590px;
	height: 125px;
	border-radius: 3px;
}
.footerContact ul .flRight a {
	display: block;
	background: url(../../img/2020/common/btn-inquery.png) center top #eaeaea no-repeat;
	width: 590px;
	height: 125px;
	border-radius: 3px;
}
.footerContact ul .flRight a:hover{
	opacity: 0.8;
}
.series_site,
.series_site a {
	margin-bottom: 0;
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.series_site li {
	display: inline-block;
	margin: 0.5em 1em;
	font-size: 0.8em;
	line-height: 1.6em;
}
.series_site li a {
	font-weight: normal;
	color: #ffffff;
}
.snsBox {
	margin: 50px auto 0;
	width: 320px;
	height: auto;
}
.snsBox li {
	padding: 0 10px;
}
.copyWrap {
	background:#e5e5e5;
	width: 100%;
	height: 40px;
	margin: 15px auto 0;
	color: #000000;
}
.copyWrap a {
	color:#ffffff;
}
.copyWrap table {
	width: 1260px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}
.copyWrap table th, .copyWrap table td {
	padding-bottom: 5px;
}
.copyWrap table th {
	font-weight: normal;
	width: 6.2em;
}
#copyright {
	width: 100%;
	min-width: 1260px;
	background: #e5e5e5;
	padding:5px 0;
	text-align: center;
	color:#444444;
	font-size:10px;
}

/*================================================
SP：footer layout
================================================*/
@media screen and (max-width: 769px){
#footer {
	width: 96%;
	min-width: 0;
	background: #323232;
	padding:2% 2% 0;
	text-align: center;
	font-size:1em;
	line-height: 2em;
	color: #ffffff !important;
}
#footer_sub {
	width: 100%;
	min-width: 0;
	background: #323232;
	text-align: center;
	font-size:0.8em;
	color: #ffffff !important;
	margin-top: 15px;
}
#footer a{
	color: #ffffff !important;
	text-decoration: none;
	white-space: nowrap;
}
#footer_sub a{
	font-size: 1.2em;
}
.footerlogo{
	background: url(../../img/2020/footer_logo.jpg) center top #323232 no-repeat;
	height: 50px;
	margin: 0px;
}

#copyright {
	width: 96%;
	min-width: 0;
	background: #e5e5e5;
	padding:2%;
	text-align: center;
	color:#444444;
	font-size:8px;
	line-height: 12px;
}
}
/*================================================
PC：協賛
================================================*/
#support-wrap {
	width:100%;
	min-width:1260px;
	height:auto;
}
div#support {
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	width: 1200px;
	color: #333333;
	position: relative;
}
div#support-title {
	background: #323232;
	margin: 0 0 10px 0;
	width: 1200px;
}
div#support-title h1 {
	padding: 15px 10px 0 20px;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
	color: #ffffff;
}
div#support-title h2 {
	padding: 0 10px 10px 20px;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: normal;
	color: #ffffff;
}
div#support-title h2 span {
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.4em;
}
div#support-body {
	background: #f0f0f0;
	width: 1200px;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
}
div#support-body h3 {
	padding: 20px 10px 10px 20px;
	width: 880px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
}
div#support-body ul {
	margin: 0 20px 20px 20px;
	width: 1200px;
	float: left;
}
div#support-body ul li {
	margin: 0 17px 17px 0;
	width: 275px;
	float: left;
}
div#support-body ul li:nth-child(4n) {
	margin: 0 0 17px 0;
}
div#support-body ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}
div#support-body h4 {
	margin: 20px 10px 0 20px;
	width: 1200px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
}
div#support-body h4 span {
	width: 6em;
	float: left;
}

/*================================================
SP：協賛
================================================*/
@media screen and (max-width: 769px){
#support-wrap {
	width:100%;
	min-width:0;
	height:auto;
}
div#support {
	margin: 0 auto;
	padding-bottom: 0;
	width: 100%;
	color: #333333;
	position: relative;
}
div#support-title {
	background: #323232;
	margin: 0;
	width: 96%;
	padding: 2%;
}
div#support-title h1 {
	padding: 0.9% 0.9% 0 0.9%;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #ffffff;
}
div#support-title h2 {
	padding: 0 0.9% 0.9% 0.9%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #ffffff;
}
div#support-title h2 span {
	padding-left: 1em;
	font-size: 1em;
	line-height: 1.4em;
}
div#support-body {
	background: #f0f0f0;
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
}
div#support-body h3 {
	padding: 2% 2% 0 2%;
	font-size: 1.2em;
	font-weight: bold;
	width: 96%;
	text-align: center;
}
div#support-body ul {
	margin: 2%;
	width: 96%;
	float: none;
}
div#support-body ul li {
	margin: 0 auto 10px;
	width: 275px;
	float: none;
}
div#support-body ul li:nth-child(4n) {
	margin: 0 auto 10px;
}
div#support-body ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
}
div#support-body h4 {
	margin: 20px auto 10px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: center;
}
div#support-body h4 span {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	float: none;
}
}
/*================================================
section layout
================================================*/

#cp_body{
	width: 100%;
	min-width: 1260px;
	height:auto;
	padding-bottom: 40px;
	padding-top: 1px;
}

/*#cp_body a:hover{
	text-decoration:none;
	color:#ff0000;
}*/

#cp_body a:hover{
	text-decoration:none;
	/*color:#ff0000;*/
}

.cp_sec01{
	width: 100%;
	min-width: 1160px;
	background: center top repeat-y #323232;
	height: 60px;
	margin: 0 auto;
}

.cp_secTit01{
	width: 1160px;
	background: center top repeat-y #323232;
	height:auto;
	padding: 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	color:#ffffff;
	margin: 0 auto;
}

.cp_secTit02{
	width: 1160px;
	background: center top repeat-y #000000;
	height:auto;
	padding: 20px;
	font-size: 30px;
	line-height: 32px;
	color:#ffffff;
	margin: 0 auto;
}

.cp_secSub01{
	width: 1160px;
	background:#eaeaea;
	height:auto;
	padding: 20px;
	font-size: 22px;
	line-height: 24px;
	margin: 0 auto;

}

.cp_secSubBg{
	width: 1200px;
	background:#eaeaea;
	height:auto;
	margin: 0 auto;
	padding: 1px 0 25px;
}


.cp_sec02_read{
	font-size:16px;
	line-height:24px;
	color:#000000;
	width: 1160px;
	padding:20px 20px;
	background:#eaeaea;
	margin: 0 auto;
}

.cp_sec02_read p{
	text-align: right;
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cp_sec03_body{
	font-size:18px;
	line-height:26px;
	color:#006698;
	width: 900px;
	padding:40px 20px;
	background:#eaeaea;
	margin: 0 auto;
	text-align: center;
}

.cp_secTbl{
	width: 1200px;
	height:auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.cp_secTbl th{
	text-align: left;
	padding: 20px 10px 20px 10px;
	background: #dadada;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 22px;
	vertical-align: middle;
}

.cp_secTbl td{
	text-align: left;
	padding: 20px 10px 20px 10px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}

.cp_secTbl td.tdBlue{
	background: #e6f4ff
}

.cp_secTbl .td01{
	width: 150px;
}

.cp_secTbl .td02{
	width: 110px;
}

.cp_secTbl .td03{
	width: 350px;
}

.cp_secTbl .td04{
	width: 220px;
	padding: 10px 10px 10px 10px;
}

.cp_secTbl td.td05{
	width: 79px;
	padding: 10px 10px 10px 10px;
	text-align: center !important;
}

.cp_secTbl td.td06{
	width: 100px;
	padding: 10px 10px 10px 10px;
	text-align: center !important;
}

.td05 a,
.td05 span,
.td06 a,
.td06 span {
	display: block;
	background: #85949d;
	padding: 20px 0;
	width: 100px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

.td05 a {
	background: #0d4be7;
}
.td05 a.btn-result {
	background: #21a575 !important;
}

.td06 a {
	background: #fc0d1b;
}

.td05 a:hover,
.td06 a:hover {
	opacity: 0.8;
}

.cp_secTbl_top td.td06 .btn-entry-cancel {
	display: block;
	background: #ff8500;
	padding: 12px 0;
	width: 100px;
	border-radius: 5px;
	font-size: 10px;
	font-size: 10px !important;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.cp_secTbl td.td06 .btn-off {
	display: block;
	background: #fc0d1b;
	padding: 20px 0;
	width: 90px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
/*大会ステータス*/
.status-label01 span,
.status-label02 span,
.status-label03 span,
.status-label04 span,
.status-label05 span,
.status-label06 span {
	display: inline-block;
	margin: 0.2em 0 0 0;
	padding: 0.3em;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ffffff;
}
/*受付準備中*/
.status-label01 span {
	background: #afafaf;
}
/*受付中*/
.status-label02 span {
	background: #0074ff;
}
/*フリーテキスト*/
.status-label03 span {
	background: #ff8500;
}
/*満員御礼*/
.status-label04 span {
	background: #ff0000;
}
/*フリーテキスト：キャンペーンフラグ*/
.status-label05 span {
	background: #00a00b;
}
/*受付終了*/
.status-label06 span {
	background: #afafaf;
}
.status-label07 span {
	background: #afafaf;
}

/*大会概要*/

.taikaiGaiyoTit{
	color:#000000;
	background: #c8c8c8;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	padding: 20px 20px;
	width: 1160px;
	margin: 0 auto;
}

.taikaiGaiyoTxt{
	color:#555555;
	background: #eaeaea;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 20px;
	width: 1160px;
	margin: 0 auto;
}

.gaiyoAttTxt{
	font-size: 14px;
	line-height: 24px;
}
/*エントリー方法*/

.entryAboutWrap{
	width:1200px;
	background: #eaeaea;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
.cp_taikaiLink2{
	width:880px;
	height:auto;
	margin: 0 auto;
}
.cp_taikaiLink01{
	width:430px;
	float: left;
}

.cp_taikaiLink02{
	width:430px;
	float: left;
	margin-left:10px
}

.cp_taikaiLink2 a,
.cp_taikaiLink2 span{
	color:#ffffff;
	display:block;
	text-decoration: none;
}

.cp_taikaiLink2 a:hover{
	opacity: 0.8;
}

.entrySub{
	width:1160px;
	margin: 0 auto;
	background: #aa0000;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight:normal;
	padding:10px 0;
}

.entrySubBox{
	background: #ffffff;
	padding: 20px 20px 30px;
	width:1120px;
	margin: 0 auto;
}

.entrySubBoxTxt{
	font-size: 18px;
	line-height: 30px;
	color:#555555;
}

.entrySubBoxAtt{
	background: #FFF8F8;
	color:#FF0000;
	padding:20px;
	font-size:14px;
	line-height: 26px;
}

.area-bnr {
	width:1000px;
	height:auto;
	padding: 0 20px;
	margin: 0 auto;
}

.ruleSubBox h3,
.contSecSubIn
{
	border-bottom:2px solid #888888;
	color: #000000;
	font-size: 20px;
	font-weight:normal;
	padding:0px 0px 3px;
	width:1000px;
	margin: 0 auto;
}

.ruleSubBox .ruleTit{
	color: #000000;
	width:1000px;
	margin: 0 auto;
	font-size: 16px;
	line-height:22px;
	font-weight:normal;
}

.ruleSubBox .ruleTxt{
	color: #000000;
	width:1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height:22px;
}

.faqBtnWrap{
	width:900px;
	height:auto;
	margin:0px auto 0px;
	padding:0px 0;
}

.faqBtnWrap li a{
	display: block;
	width:290px;
	background:#000000;
	color:#ffffff;
	color:#ffffff !important;
	text-decoration: none;
	text-align: center;
	padding:15px 0 15px 0;
	border-radius: 5px;
	font-weight:bold;
	font-size: 14px;
}

.faqBtnWrap .flLeft{padding-right:15px;}

.faqBtnWrap li a:hover{
	opacity: 0.8;
}

.faqTit01{
	width: 960px;
	margin: 20px auto 0;
	background: #aa0000 none repeat scroll 0% 0%;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
}

.faqTit02{
	color:#ff0000;
	padding: 15px 20px 0;
	background: #ffffff;
	width: 960px;
	margin: 1px auto 0;
	line-height: 20px;
}

.faqTxt{
	padding: 5px 20px 20px;
	background: #ffffff;
	width: 960px;
	margin: 0 auto 0;

}

/*================================================
SP：section layout
================================================*/
@media screen and (max-width: 769px){
#cp_body{
	width: 100%;
	min-width: 0;
	height:auto;
	padding-bottom: 0;
	padding-top: 0;
}

#cp_body a:hover{
	text-decoration:none;
	opacity: 0.8;
}

.cp_sec{
	margin-top: 0 !important;
	margin-bottom: 0 !important; 
}
.cp_sec01{
	width: 100%;
	min-width: 0;
	background: center top repeat-y #323232;
	height: auto;
	margin: 0 auto;
}

.cp_secTit01{
	width: 96%;
	background: center top repeat-y #323232;
	height:auto;
	padding: 2%;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	color:#ffffff;
	margin: 0 auto;
}

.cp_secTit02{
	width: 96%;
	background: center top repeat-y #000000;
	height:auto;
	padding: 2%;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#ffffff;
	margin: 0 auto;
}

.cp_secSub01{
	width: 96%;
	background:#eaeaea;
	height:auto;
	padding: 2%;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 auto;
	margin-bottom: 10px;
}

.cp_secSub01:after {
	content: "▼";
	float: right;
}

.cp_secSubBg{
	width: 96%;
	background:#eaeaea;
	height:auto;
	margin: 0 auto;
	padding: 2%;
}

.cp_sec02 {
	margin-top: 0 !important;
}

.cp_sec02_read{
	font-size:0.8em;
	line-height:1.6em;
	color:#000000;
	width: 96%;
	padding:2%;
	background:#eaeaea;
	margin: 0 auto;
}

.cp_sec02_read p{
	text-align: right;
}

.cp_sec02_read img{
	width: 100%;
	height: auto;
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cp_sec03_body{
	font-size:18px;
	line-height:26px;
	color:#006698;
	width: 900px;
	padding:40px 20px;
	background:#eaeaea;
	margin: 0 auto;
	text-align: center;
}

.cp_sec04{
	margin-top: 10px !important;
	background: #ccc;
}

.cp_sec07{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.cp_secTbl {
	background: #ffffff;
	margin: 2% 2% 1em 2%;
	width: 96%;
	font-size: 0.8em;
	line-height: 1.4em;
	border-left: none;
}

table.cp_secTbl,
table.cp_secTbl thead,
table.cp_secTbl tbody,
table.cp_secTbl th,
table.cp_secTbl td,
table.cp_secTbl tr {
	display: block;
}

.table_hide {
	display: none;
}

table.cp_secTbl thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.cp_secTbl tr {
	border-bottom: 10px solid #ccc;
}

table.cp_secTbl td {
	padding: 0.5em 2%;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-left: 107px !important;
}

table.cp_secTbl td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	left: 6px;
	width: 20%;
	padding-right: 10px;
	white-space: nowrap;
}

table.cp_secTbl td:nth-of-type(1):before {
	content: "開催日";
}

table.cp_secTbl td:nth-of-type(2):before {
	content: "試合名";
}

table.cp_secTbl td:nth-of-type(3):before {
	content: "開催コース";
}

table.cp_secTbl td:nth-of-type(4):before {
	content: "プレー代概算";
}

table.cp_secTbl td:nth-of-type(5):before {
	content: "";
}

table.cp_secTbl td:nth-of-type(6):before {
	content: "";
}

table.cp_secTbl td:nth-of-type(7):before {
	content: "";
}

table.cp_secTbl .td01 {
	width: auto;
}

table.cp_secTbl .td01 br {
	display: none;
}

table.cp_secTbl .td01 div {
	display: inline;
}

table.cp_secTbl .td02 {
	width: auto;
}

table.cp_secTbl .td03 {
	width: auto;
}

table.cp_secTbl .td04 {
	width: auto;
}

table.cp_secTbl .td05 {
	padding-left: 2% !important;
	width: auto;
}
table.cp_secTbl .td06 {
	padding-left: 2% !important;
	width: auto;
}
table.cp_secTbl .td07 {
	padding-left: 2% !important;
	width: auto;
}

.td05 a,
.td05 span {
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #85949d;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}

.td06 span {
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #85949d;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}
.td06 a,
.td06 span{
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #fc0d1b;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}


.cp_secTbl_top td.td06 .btn-entry-cancel{
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #ff8500;
	background: #ff8500 !important;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}

.cp_secTbl_top td.td06 br{
	display: none;
}

.td07 a,
.td07 span {
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #fc0d1b;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}

.cp_secTbl td.td07 .btn-entry-cancel{
	color:#ffffff;
	font-size: 1em;
	width:96%;
	display: block;
	background: #ff8500;
	text-align: center;
	padding: 2%;
	border-radius: 5px;
	text-decoration: none;
}

.cp_secTbl td.td07 br{
	display: none;
}
/*大会ステータス*/
.status-label01 span,
.status-label02 span,
.status-label03 span,
.status-label04 span,
.status-label05 span,
.status-label06 span,
.status-label07 span
{
	display: inline-block;
	margin: 0.2em 0 0 0;
	padding: 0.3em;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #ffffff;
}
/*受付準備中*/
.status-label01 span {
	background: #afafaf;
}
/*受付中*/
.status-label02 span {
	background: #0074ff;
}
/*フリーテキスト*/
.status-label03 span {
	background: #ff8500;
}
/*満員御礼*/
.status-label04 span {
	background: #ff0000;
}
/*フリーテキスト：キャンペーンフラグ*/
.status-label05 span {
	background: #00a00b;
}
/*受付終了*/
.status-label06 span {
	background: #afafaf;
}

/*大会概要*/

.taikaiGaiyoTit{
	color:#000000;
	background: #c8c8c8;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 2%;
	width: 96%;
	margin: 0 auto;
}

.taikaiGaiyoTxt{
	color:#555555;
	background: #eaeaea;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 2%;
	width: 96%;
	margin: 0 auto;
}

.gaiyoAttTxt{
	font-size: 0.8em;
	line-height: 1.6em;
}
/*エントリー方法*/

.entryAboutWrap{
	width:96%;
	background: #eaeaea;
	margin: 0 auto;
	padding: 2%;
}
.cp_taikaiLink2{
	width:100%;
	height:auto;
	margin: 0 auto !important;
}
.cp_taikaiLink01{
	width:80%;
	float: none;
	margin: 0 auto;
}

.cp_taikaiLink02{
	width:80%;
	float: none;
	margin-left:0;
	margin: 0 auto;
}

.cp_taikaiLink2 a,
.cp_taikaiLink2 span{
	color:#ffffff;
	display:block;
	text-decoration: none;
}

.cp_taikaiLink2 a:hover{
	opacity: 0.8;
}
.entryAboutWrap .taCtr{
	margin-top: 20px !important;
}

.entrySub{
	width:96%;
	margin: 0 auto;
	background: #aa0000;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	font-weight:normal;
	padding:2%;
}

.entrySubBox{
	background: #ffffff;
	padding: 2%;
	width:96%;
	margin: 0 auto;
}

.entrySubBoxTxt{
	font-size: 0.8em;
	line-height: 1.6em;
	color:#555555;
}

.entrySubBoxAtt{
	background: #FFF8F8;
	color:#FF0000;
	padding:20px;
	font-size:14px;
	line-height: 26px;
}

.entrySubBox img{
	width:96%;
	height: auto;
	padding: 2%;
	margin: 0 auto;
	margin-top: 10px;
}

.area-bnr {
	width:100%;
	padding: 0;
	margin: 10px auto;
}
.area-bnr img {
	width:100%;
	height:auto;
}

.ruleSubBox h3,
.contSecSubIn
{
	border-bottom:2px solid #888888;
	color: #000000;
	font-size: 1.2em;
	font-weight:normal;
	padding:0px 0px 3px;
	width:100%;
	margin: 0 auto;
}

.ruleSubBox .ruleTit{
	color: #000000;
	width:100%;
	margin: 0 auto;
	font-size: 1em;
	line-height:1.6em;
	font-weight:normal;
	text-align: left !important;
	margin-top: 20px !important;
}

.ruleSubBox .ruleTxt{
	color: #000000;
	width:100%;
	margin: 0 auto;
	font-size: 0.8em;
	line-height:1.6em;
}

.faqBtnWrap{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

.faqBtnWrap li{
	float: none !important;
	margin-top: 15px !important;
}

.faqBtnWrap li a{
	display: block;
	width:96%;
	background:#000000;
	color:#ffffff;
	color:#ffffff !important;
	text-decoration: none;
	text-align: center;
	padding:2%;
	border-radius: 5px;
	font-weight:bold;
	font-size: 1em;
}

.faqBtnWrap .flLeft{
	padding-right:0;
}

.faqBtnWrap li a:hover{
	opacity: 0.8;
}

.faqTit01{
	width: 96%;
	margin: 10px auto 0;
	background: #aa0000 none repeat scroll 0% 0%;
	text-align: left;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
	padding: 2%;
}

.faqTit02{
	color:#ff0000;
	padding: 2% 2% 0 2%;
	background: #ffffff;
	width: 96%;
	margin: 0 auto;
	line-height: 1.6em;
}

.faqTxt{
	padding: 1% 2% 2% 2%;
	background: #ffffff;
	width: 96%;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.6em;

}
}
/*================================================
お問い合わせ　layout
================================================*/

.other_title {
	background: #000000;
	margin: 10px 0 10px 0;
	width: 1200px;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.other_title h1 {
	padding: 20px 15px;
	font-size: 18px;
	color: #ffffff;
	line-height: 10px;
	font-weight: normal;
}
.other_title h3 {
	padding: 20px 15px;
	font-size: 18px;
	color: #ffffff;
	line-height: 10px;
	font-weight: normal;
}
.other_text {
	background: #efefef;
	margin-bottom: 15px;
	padding: 20px 0;
}
.other_text h4 {
	padding: 30px;
	font-size: 20px;
	line-height: 20px;
}
.other_text p {
	margin: 0 30px 0 30px;
	padding-bottom: 30px;
}
.other_text p.text-left {
	text-align: left;
}
.other_text p.text-right {
	text-align: right;
}
.other_text dl {
}
.other_text dl dt {
	margin: 0 30px 0 30px;
	font-size: 16px;
	font-weight: bold;
}
.other_text dl dd {
	margin: 0 30px 30px 30px;
}
.contact_text {
	background: #f9f9f9;
	margin-bottom: 15px;
	padding: 20px 0 20px 20px;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.contact_text p {
	margin: 0 20px 20px 0;
}
.contact_text ul {
	width: 780px;
	margin: auto;
}
.formTblTes2017 {
	background: #ffffff none repeat scroll 0 0;
	height: auto;
	margin: 0 auto;
	width: 900px;
}
.formTblTes2017 .td01 {
	background: #eaeaea none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	padding: 30px;
	vertical-align: top;
	width: 265px;
}
.formTblTes2017 .td02 {
	background: #eaeaea none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	padding: 20px 10px 20px 0;
	vertical-align: center;
	width: 100px;
}
.hissu{
	width:44px;
	display: block;
	text-align: center;
	background:#aa0000;
	color:#ffffff;
	border-radius: 3px;
	font-size:12px;
}
.formTblTes2017 .td03 {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #ffffff;
	padding: 20px;
	vertical-align: center;
	width: 535px;
}
.btnBg1 a,
.btnBg1 input[type="submit"],
.btnBg1 button[type="submit"]{
	width:380px;
	height:auto;
	background: #AA0000;

	border:none;
	display:block;
	font-size:22px;
	font-size:22px !important;
	line-height:26px;
	font-weight:bold;
	color:#ffffff;
	color:#ffffff !important;
	text-decoration: none;
	text-decoration: none !important;
	text-align:center;
	padding:20px 0px 20px;
	cursor: pointer;
	margin:10px auto;
	overflow: auto;
	border-radius: 8px;
	font-family:'メイリオ','Meiryo', sans-serif !important;
	font-family:'メイリオ','Meiryo', sans-serif;
/*	box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;
	-webkit-box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;*/
}
.btnBg1 a:hover
{opacity: 0.8;}
input[type="password"], input[type="text"], input[type="email"], input[type="tel"] {
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	height: 2em;
	line-height: 22px;
	padding: 0 2%;
	text-align: left;
	width: 96%;
}
.btnBg1 :hover
{opacity: 0.8;
}
label.radio {
	margin-right: 2em;
}
.renrakusyurui02 div:nth-child(5), .renrakusyurui02 div:nth-child(6), .renrakusyurui02 div:nth-child(7) {
	padding-top: 10px;
}
.renrakusyurui02 div:nth-child(3), .renrakusyurui02 div:nth-child(4), .renrakusyurui02 div:nth-child(5), .renrakusyurui02 div:nth-child(6) {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}
.renrakusyurui02 div {
	float: left;
	padding: 5px 0;
	width: 50%;
}
.formTblTes2017 td textarea {
	border: 1px solid #aaa;
	border-radius: 4px;
	font-family: "メイリオ","Meiryo",sans-serif !important;
	font-size: 16px;
	height: 20em;
	line-height: 24px;
	padding: 0 19px;
	text-align: left;
	width: 460px;
}
.errMsgBg{
	padding:20px 20px;
	background:#ffffff;
	margin-bottom:20px;
}

.errMsg{
	color:#aa0000;
	font-size:16px;
	background:url(../../img/2020/common/errorIcon.png) 0px 5px no-repeat;
	padding-left:22px;
	line-height:30px;
}
.formThanks2015{
	width: 1160px;
	background:#ffeeee;
	padding:20px 0;
	text-align:center;
	margin: 0 auto;
	font-size:24px;
	line-height:1.8em;
}

.formThanksDtl2015{
	width: 1160px;
	margin: 15px auto 0;
}

/*================================================
SP：お問い合わせ　layout
================================================*/
@media screen and (max-width: 769px){
#contents_main {
	width: 100%;
	float: none;
}
#contents_wrap {
	margin: 0;
	width: 100%;
}
.other_title {
	background: #323232;
	margin: 0;
	width: 96%;
	padding: 0.5em 2% 0.5em 2%;
	margin-bottom: 10px;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.other_title h1 {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
}
.contact_text {
	background: #f9f9f9;
	margin-bottom: 0;
	width: 100%;
	padding: 0 0 2%;
	font-size: 0.8em;
	line-height: 1.6em;
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}
.contact_text p {
	padding: 0 2% 2% 2%;
	margin: 0;
}
.formTblTes2017 {
	background: #ffffff none repeat scroll 0 0;
	border-top: none;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.formTblTes2017 .td01 {
	display: block;
	background: #aaaaaa none repeat scroll 0 0;
	border-bottom: none;
	padding: 0.7em 2% 0;
	vertical-align: top;
	width: 96%;
	color: #ffffff;
}
.formTblTes2017 .td02 {
	display: block;
	background: #aaaaaa none repeat scroll 0 0;
	border-bottom: none;
	padding: 0.2em 2% 0.7em;
	vertical-align: top;
	width: 96%;
	color: #ffffff;
}
.formTblTes2017 .td03 {
	display: block;
	background: #ffffff none repeat scroll 0 0;
	border-bottom: none;
	padding: 0.5em 2%;
	vertical-align: top;
	width: 96%;
}
input[type="password"], input[type="text"], input[type="email"], input[type="tel"] {
	border: 1px solid #e5e5e5;
	padding: 0 2%;
	width: 96%;
	height: 2em;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	border-radius: 3px;
}
.formTblTes2017 td textarea {
	border: 1px solid #aaaaaa;
	padding: 0 2%;
	width: 96%;
	height: 20em;
	font-family: "メイリオ", "Meiryo", sans-serif !important;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
	border-radius: 3px;
}
.btnBg1 a,
.btnBg1 input[type="submit"],
.btnBg1 button[type="submit"]{
	width:280px;
	height:auto;
	background: #AA0000;

	border:none;
	display:block;
	font-size:22px;
	font-size:22px !important;
	line-height:26px;
	font-weight:bold;
	color:#ffffff;
	color:#ffffff !important;
	text-decoration: none;
	text-decoration: none !important;
	text-align:center;
	padding:20px 0px 20px;
	cursor: pointer;
	margin:10px auto;
	overflow: auto;
	border-radius: 5px;
	font-family:'メイリオ','Meiryo', sans-serif !important;
	font-family:'メイリオ','Meiryo', sans-serif;
/*	box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;
	-webkit-box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;
	-moz-box-shadow:rgba(66, 66, 66, 0.15) 2px 2px 2px 2px;*/
}
#PageContactForm .btnBg1{
	margin-top: 20px !important;
}
}
/*================================================
運営会社情報
================================================*/

.compTbl {
	margin: 0 40px 0 40px;
	width: 1120px;
	height: auto;
	font-size: 14px;
	line-height: 26px;
}
.compTbl th {
	background: #969696;
	padding: 15px;
	width: 260px;
	text-align: left;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
}
.compTbl td {
	background: #ffffff;
	padding: 15px;
	text-align: left;
}

/*================================================
SP：運営会社情報
================================================*/
@media screen and (max-width: 769px){

.compTbl {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
}
.compTbl th {
	display: block;
	background: #323232;
	padding: 2%;
	width: 96%;
	text-align: left;
	line-height: 1.6em;
	color: #ffffff;
}
.compTbl td {
	display: block;
	background: #ffffff;
	width: 96%;
	padding: 2%;
	text-align: left;
}

.compTbl_ph {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
}
.compTbl_ph th {
	display: block;
	background: #001c84;
	padding: 2%;
	width: 96%;
	text-align: left;
	line-height: 1.6em;
	color: #ffffff;
}
.compTbl_ph td {
	display: block;
	background: #ffffff;
	width: 96%;
	padding: 2%;
	text-align: left;
}
}
/*================================================
FAX申し込み書　layout
================================================*/
.fax2019Tbl {
	width: 1200px;
	height:auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.fax2019Tbl th {
	text-align: left;
	padding: 10px;
	background: #dadada;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 22px;
}
.fax2019Tbl td {
	text-align: left;
	padding: 10px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.fax2019Tbl .td01 {
	width: 520px;
}
.fax2019Tbl td.td01 ul {
	margin-top: 0.5em;
}
.fax2019Tbl td.td01 ul li {
	margin: 0 0 0.5em 2em;
	list-style: disc outside !important;
	font-size: 0.9em;
	line-height: 1.6em;
}
.fax2019Tbl .td02 {
	width: 119px;
	vertical-align: middle;
}
.fax2019Tbl .td03 {
	width: 300px;
	vertical-align: middle;
}
.fax2019DtlBtn a {
	background: #333333 url("../../img/common/icon-pdf_white.png") no-repeat scroll 26px 49%;
	border-radius: 6px;
	color: #ffffff !important;
	display: block;
	padding: 15px 0 15px 20px;
	text-align: center;
	text-decoration: none;

}
.fax2019DtlBtn span {
	background: #aaaaaa url("../../img/common/icon-pdf_white.png") no-repeat scroll 26px 49%;
	border-radius: 6px;
	color: #ffffff !important;
	display: block;
	padding: 15px 0 15px 20px;
	text-align: center;
	text-decoration: none;

}
.fax2019DtlBtn a:hover {
	opacity: 0.8;
}
/*================================================
参加許諾書　layout
================================================*/
.consentTbl {
	width: 1200px;
	height:auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.consentTbl th {
	text-align: left;
	padding: 10px;
	background: #dadada;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 22px;
}
.consentTbl td {
	text-align: left;
	padding: 10px;
	background: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.consentTbl .td01 {
	width: 639px;
	font-size: 16px;
	line-height: 1.8em;
	vertical-align: middle;
}
.consentTbl .td02 {
	width: 300px;
	vertical-align: middle;
}
.consentBtn a {
	background: #333333 url("../../img/common/icon-pdf_white.png") no-repeat scroll 26px 49%;
	border-radius: 6px;
	color: #ffffff !important;
	display: block;
	padding: 15px 0 15px 20px;
	text-align: center;
	text-decoration: none;
}
.consentBtn span {
	background: #aaaaaa url("../../img/common/icon-pdf_white.png") no-repeat scroll 26px 49%;
	border-radius: 6px;
	color: #ffffff !important;
	display: block;
	padding: 15px 0 15px 20px;
	text-align: center;
	text-decoration: none;
	width: 280px;
}
.consentBtn a:hover {
	opacity: 0.8;
}
