@charset "utf-8";
/* ==========================================================

title : 東建多度カントリークラブ・名古屋
scope : オープンゴルフコンペ情報

last modify : 2017/03/24 041_ooba
memo  : 

========================================================== */

/* ----------------------------------------------------------
	[id$="_area"]
---------------------------------------------------------- */

#main-contents section[id$="_area"] {
	width: 1000px;
	margin: 0 0 40px;
	overflow: hidden;
}

/*----- リスト -----*/
#main-contents section[id$="_area"] [class^="txt_list"] > li {
	margin:0 0 7px;
	text-align:left;
	line-height:1.3;
}

#main-contents section[id$="_area"] [class^="txt_list"] > li:last-of-type {
	margin-bottom:0px;
}

/* ----------------------------------------------------------
 アイコン説明
---------------------------------------------------------- */
dl.icobox {
	width:870px;
	margin:20px auto 30px;
	padding:0px;
	border:#a3a22b solid 3px;
	background:#fffee3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
dl.icobox dt {
	padding:5px 0px 8px;
	background:#a3a22b;
	color:#fff;
	font-size:140%;
	font-weight:bold;
	text-align:center;
	border: none;
	border-radius: 0px;
	}
	
dl.icobox dd {
	padding:10px 0px;
	}
	
dl.icobox ul.icolist {
	overflow:hidden;
	display:block;
	width:800px;
	margin:0px auto;
	}
	
dl.icobox ul.icolist li {
	float:left;
	width:195px;
	margin:2px;
	}
	
dl.icobox ul.icolist dl dt {
	float:left;
	border: none;
	background: none;
	}
	
dl.icobox ul.icolist dl dd {
	float:left;
	padding:15px 0px 0px 5px;
	}
	
dl.icobox ul.icolist dl dd.line2 {
	padding-top:8px;
	}


/* ----------------------------------------------------------
	eventschedule_area
---------------------------------------------------------- */
	
/* --------------------------------------
 compe_box
--------------------------------------- */
[class^="compe_box"] {
	width:880px;
	margin:0px auto 30px;
	padding:0px 0 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
	
[class^="compe_box"] h2 {
	-webkit-border-radius:5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0 / 5px 5px 0 0;
	border-radius:5px 5px 0 0 / 5px 5px 0 0;
	color: #fff;
	font-size:130%;
	margin:0px;
	padding: 10px 0 10px 20px;
	text-align: center;
	}

[class^="compe_box"] h2 span {
	font-size: 120%;
	margin: 0 0 0 20px;
	}
	
[class^="compe_box"] .compe {
	overflow:hidden;
	width:850px;
	margin:15px auto 0;
	}
	
[class^="compe_box"] .compe h3 {
	overflow:hidden;
	padding:1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	font-size:130%;
	}
	
[class^="compe_box"] .compe h3 span {
	float:left;
	padding:8px 0px;
	}
	
[class^="compe_box"] .compe h3 .date {
	width:110px;
	margin:0px 15px 0px 0px;
	-webkit-border-radius:5px 0px 0px 5px / 5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px / 5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px / 5px 0px 0px 5px;
	color:#fff;
	text-align:center;
	}
	
[class^="compe_box"] .compe h3 .date span {
	float: none;
	font-size:80%;
	display: inline-block;
	margin: 0 -5px;
	padding: 0 0 2px;
	}
	
[class^="compe_box"] .compe .lead_txt {
	padding:10px;
	color:#dd00dd;
	font-size:120%;
	font-weight:bold;
	}

[class^="compe_box"] .outline {
	margin: 0 auto 10px;
	overflow: hidden;
	width: 830px;
}

[class^="compe_box"] .outline:last-of-type {
	margin: 0 auto;
}

[class^="compe_box"] .compe_img{
	float:left;
	margin:0px 10px 0px 0px;
	border:#fff solid 3px;
	width: 300px;
	height: 200px;
	}

[class^="compe_box"] dl {
	float:left;
	width:514px;
	}
	
[class^="compe_box"] dl dt {
	margin:0px;
	padding:5px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#444;
	font-weight:bold;
	}
	
 [class^="compe_box"] dl dd {
	margin:0px;
	padding:3px 8px 5px;
	}

[class^="compe_box"] table.charge {
	border: 2px solid #499840;
	float:left;
	clear:none;
	width:478px;
	margin:0px 10px 0px 0px;
	}

[class^="compe_box"] table.charge th, 
[class^="compe_box"] table.charge td {
	padding:10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	color: #333;
	white-space: nowrap;
	}

[class^="compe_box"] table.charge thead th {
	color: #fff;
	font-weight: bold;
	background: #5ba753;
	}

[class^="compe_box"] table.charge tbody th {
	font-weight: bold;
	background: #f1ffef;
	border: 1px solid #5ba753;
	width: 33%;
	}
	
[class^="compe_box"] table.charge td {
	background: #fff;
	border: 1px solid #5ba753;
	}

[class^="compe_box"] table.charge .price {
	color: #FF0000;
	padding: 14px;
	}
	
[class^="compe_box"] ul.icolist {
	overflow:hidden;
	float:left;
	width:342px;
	}
	
[class^="compe_box"] ul.icolist li {
	float:left;
	width:47px;
	margin:1px;
	}

[class^="compe_box"] .txtlist {
	float: left;
	font-size: 80%;
	margin: 5px 0 0;
	width: 342px;
}
	
/* ピンク */	
[class^="compe_box_pk"] {
	background:#f9e0f2;
	}

[class^="compe_box_pk"] h2 {
	background: #cd0094;
	}
	
[class^="compe_box_pk"] .date {
	background:#cd0094;
	}
	
[class^="compe_box_pk"] dl dt {
	border:#f7d2ec solid 1px;
	background:#fff8fd;
	}

/* ブルー */	
[class^="compe_box_bl"]{
	background:#e0f1f9;
	}

[class^="compe_box_bl"] h2{
	background:#0089cd;
	}
	
[class^="compe_box_bl"] .date {
	background:#0089cd;
	}
	
[class^="compe_box_bl"] dl dt {
	border:#d2eaf7 solid 1px;
	background:#f8fdff;
	}

#eventschedule_area [class^="txt_list"] {
	margin: 0 auto;
	width: 880px;
}

.text_white{
    color:#fff;	
}

.bnr{
	margin: 15px auto 5px 120px;
	border:1px solid #000;
}
.cap{
	width:560px;
	font-size:15px;
	margin:0 0 5px 120px;
	line-height: 1.4;
}
.note{
	font-size: 15px;
	color:red;
	font-weight: normal;
}

/* --------------------------------------
 お問合わせ・お申込み
--------------------------------------- */
#inqbox {
    overflow: hidden;
    width: 740px;
	height: 240px;
    margin: 0px auto 30px;
    padding:0px;
    background: url(/golf/image_cmn_new/bg_inquiry_m_v_300.png) no-repeat 0 0;
    text-align: center;
}

#inqbox dt {
    margin: 2px 2px 12px;
    padding:0px;
}

#inqbox ul.inquiry_list {
    background: url(/golf/image_cmn_new/bg_inquiry_list.png) no-repeat center center;
	overflow: hidden;
	width: 740px;
}

#inqbox ul.inquiry_list li {
	float: left;
	width: 369px;
}

#inqbox ul.inquiry_list li li {
	margin: 0 0 8px;
}
.phone{
	font-size:22px;
	color:#fff;
	font-weight:600;
}
.fax{
	font-size:19px;
	color:#fff;
	font-weight: 600;
}
.taC{
	text-align: center; 
}