*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-texts-size-adjust: 100%;
	-webkit-backface-visibility: hidden
}
html body {
	margin: 0px;
	padding: 0px
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
}
.container {
	width: 68.75em;
	margin: 0px auto;
	padding: 20px 20px;
	background:#FFF;
}
h3 {
	line-height: 1.2em;
}
#form-btn {
	overflow: hidden;
	margin:0 0 20px 0;
	padding-top: 10px;
}
.submit{
    padding: 0px !important;
    color: #fff;
    cursor: pointer;
    background: #c8161e;
    border-radius: 5px;
	line-height: 44px;
	font-size: 16px;
	border: none;
	margin: 10px 15% 0;
	width: 70%;
	font-weight: normal;
}
.submit:hover {
	background: #ff6600;
}
.btn_l {
	width: 40%;
	margin: 0;
	float: left;
	background-color: #666;
}
.btn_r {
	width: 57%;
	margin: 0;
	float: right;
}
#title {
	background-image: url(../img/bg_title.gif);
	background-repeat: repeat-x;
	line-height: 70px;
	color: #FFFFFF;
	margin: -20px -20px 10px;
	text-indent: 0.8em;
	position: relative;
}
.sub {
	font-size: 0.8em;
	color: #999;
	line-height: 1.2em;
	margin: 0 0 5px;
}
#title .logo {
	position: absolute;
	top: 0px;
	right: 10px;
}
#footer {
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.75em;
	line-height: 24px;
	margin: 30px -20px -20px;
	clear:both;
}
.comfirm dt {
    padding: 5px 0;
    margin: 0px 0px 6px;
    color: #383838;
    font-size: 0.875rem;
	line-height: 1em;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
.comfirm dd {
    padding: 0px;
    margin: 0px 0px 20px;
    color: #383838;
	text-align: center;
}
.comfirm dd li {
	text-align: left;
}
.att {
	padding: 10px;
	background-color: #FFFFCC;
	border-radius: 5px;
	border: 1px solid #FF6600;
	margin-bottom: 30px;
}
.att b {
	color: #FF6600;
}
.event-bnr img {
    border: 1px solid #999;
    margin: 5px 0px;
}



/* エントリーリスト */
#men {
	width: 49%;
	float: left;
	margin: 0 2% 10px 0;
}
#women {
	width: 49%;
	float: left;
	margin: 0 0 10px 0;
}
#entrylist td {
	line-height: 1em;
	padding: 5px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 13px;
}
#entrylist th {
	text-align: center;
	width: 40px;
	background-image: url(http://member.prodarts.jp/images/bg_stripe1.gif);
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	font-size: 11px;
}
#entrylist #men h6 {
    line-height: 30px;
    text-align: center;
    background: url('http://member.prodarts.jp/images/bg_stripe_men.gif') repeat scroll 0% 0% transparent;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0px 0px 2px #002B4C;
}
#entrylist #women h6 {
    line-height: 30px;
    text-align: center;
    background: url('http://member.prodarts.jp/images/bg_stripe_women.gif') repeat scroll 0% 0% transparent;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0px 0px 2px #5D001B;
}
#head_cmt {
	margin-bottom: 5px;
	font-size: 13px;
	overflow: hidden;
}
#foot_cmt {
	clear: both;
	font-size: 13px;
	line-height: 1.2em;
}
.update {
	float: left;
	line-height: 1em;
}
.mark {
	float: right;
	line-height: 1.2em;
}
.yellowbox {
	background-color: #ffffcc;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 11px;
	display: inline-block;
}
.yes {
	background-color: #ffffcc;
}
.no {
	background-color: #ffffff;
}



@media screen and (max-width: 68.75em) {
.container {
	width: 100%
}

}

@media only screen and (min-width: 43.813em) {
.container {
	padding: 20px 20px
}
.container.confine {
	width: 100%
}
}

@media only screen and (min-width: 40em) {
.container.confine {
	width: 40em
}
.thanks {
	width: 90%;
	margin: 0 auto;
}
}
