@charset "UTF-8";
body {
	margin: 0;
    -webkit-text-size-adjust: none;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	color: #545454;

}

/* --------------------------------------------------- */
/*  Foundamental element [Start]                       */
/* --------------------------------------------------- */

img {
	border : 0 0 0 0;
}

a         { color: #febe98; text-decoration: underline;}
a:link    { color: #00b3ff; text-decoration: underline;}
a:visited { color: #001c5e; text-decoration: underline;}
a:active  { color: #febe98; text-decoration: none;}
a:hover   { color: #ff5800; text-decoration: none;}

h2 {
	border-left:solid 5px #e19132;
	border-bottom:solid 1px #e19132;
	padding-left:5px;
}

h3 {
	margin: 10px 10px 0 10px;
}

h4 {
	border-left:solid 5px #f3c635;
	padding-left:5px;
	margin: 20px 20px 15px 0px;
}

p {
	margin: -8px 10px 10px 10px;
	text-indent: 1em;
}

p.four {
	margin: 0 25px 0;
	text-indent: 0.5em;
}

p.four_s {
	margin-left: 20px;
	text-indent: 0.3em;
}


table {
	margin-left: 20px;
}

/* --------------------------------------------------- */
/*  Foundamental element [End]                         */
/* --------------------------------------------------- */







#navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


/* --------------------------------------------------- */
/*  Dropdown menu for smart phone [Start]              */
/* --------------------------------------------------- */

#clickmenu{
  list-style-type: none;
  width: 150px;
  height: 40px;
/*  margin: 30px auto 30px; */
  position: absolute;
  top: 0;
  right: 20px;
  margin 0 0 0 0;
  padding: 0;
  background: #e19636;
  border-bottom: 5px solid #bc6a00;
  border-radius: 3px 3px 0 0;
}

#menu_pc { display: inline; }
#menu_mobile { display: none; }

@media screen and (max-width: 750px) {
	#clickmenu{ width: 40px; }
	#menu_pc { display: none; }
	#menu_mobile { display: inline; }
}


#clickmenu li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#clickmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
	#clickmenu li a{ padding: 4px 0 2px; }
}

#clickmenu li:hover > a{
  background: #b4b4b4d9;
  color: #ffffff;
}
#clickmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#submenu{
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#submenu li{
  overflow: hidden;
  width: 150px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#submenu li a{
  padding: 13px 15px;
  background: #dd2f30;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#submenu li{
  overflow: visible;
  height: 38px;
}
#submenu li:first-child{
  border-top: 0;
}
#submenu li:last-child{
  border-bottom: 0;
}
#submenu li:last-child a{
  border-radius: 0 0 3px 3px;
}
/* --------------------------------------------------- */
/*  Dropdown menu for smart phone [End]                */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/*  Margin to display menu only for PC [Start]         */
/* --------------------------------------------------- */
#top_margin {
	display: block;
	height: 40px;
	width: 100%;
	background-color: #000;
	margin: 0;
}

@media screen and (max-width: 750px) {
	#top_margin { display: none; }
}
/* --------------------------------------------------- */
/*  Margin to display menu only for PC [End]           */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/*  Title image [Start]                                */
/* --------------------------------------------------- */
#top_img {
	position: static;
	text-align : center;
	margin: 0;
}

#top_img img {
	max-width: 1080px;
	min-width: 320px;
	width: 100%;
	height: auto;
	margin: 0;
}

#top_img_mobile {
	display: none;
}

@media screen and (max-width: 750px) {
	#top_img { display: none; }

	#top_img_mobile {
		display: block;
		position: static;
		text-align : center;
		margin: 0;
	}

	#top_img_mobile img {
		max-width: 750px;
		min-width: 320px;
		width: 100%;
		height: auto;
		margin: 0;
	}
}

/* --------------------------------------------------- */
/*  Title image [End]                                  */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/*  Description in overview [Start]                    */
/* --------------------------------------------------- */
p.atte {
	margin: 0 10px 0;
	font-size: 20px;
	text-indent: 0;
	text-align: left
}

p.overview {
	margin: 0 40px 0;
	font-size: 22px;
	text-indent: 0;
}

@media screen and (max-width: 750px) {
	p.overview { font-size: 18px; }
}
/* --------------------------------------------------- */
/*  Description in overview [End]                      */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/*  Description of rule [Start]                        */
/* --------------------------------------------------- */
ul.rule {
	margin: 0 0 20px 0;
}
ul.rule li {
	margin-right: 10px;
}

/* --------------------------------------------------- */
/*  Description of rule [End]                          */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/*  Register mail body [Start]                         */
/* --------------------------------------------------- */
/*
ol.contract    {
    position: relative;
    margin:0;
    padding:0
}
 
ol.contract li.contract  {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em;
}
ol.contract li.contract span.contract {
    position: absolute;
    left:0;
    margin:0;
}
*/
/* --------------------------------------------------- */
/*  Register mail body [End]                           */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/*  Register form [Start]                              */
/* --------------------------------------------------- */
#register_form {
	font-size: 20px;
	margin: 20px 40px 0;
	padding: 20px;
	border: solid 2px #ffffff;
	border-radius: 20px;
	background-color: #3f3869;
}

@media screen and (max-width: 750px) {
	#register_form { margin: 20px 10px 0; }
}



#form_open {
	font-weight: bold;
	margin: 10px 0 20px;;
	text-align: center;
}

div.attention {
	border : 2px solid;
	background-color: #d24040;
	border-color : #dd4b39;
	border-radius : 10px;
	padding : 10px;
	margin: 0 5px 10px 5px;
	text-align: center;
	position: static;
	text-align : center;
	color: #ffffff;
}

div.form_title {
	border-top: dashed 1px #c0c0c0;
	margin-top: 10px;
}

#register_form input {
	font-size: 20px;
	height: 20px;
	margin: 0 20px;
}


input[type=text] {
	font-size: 100%;
}

textarea {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}



#register_form textarea {
	height: 50px;
	width: 80%;
	margin: 0 20px;
}

#register_confirm {
	text-align: center;
}

#register_confirm .button {
	font-size: 20px;
	height: 40px;
	margin: 0 10px;
	padding: 0 20px;
}

span.mandatory {
	color: #ff0000;
}

#form_error {
	color: #ff0000;
}

/* --------------------------------------------------- */
/*  Register form [End]                                */
/* --------------------------------------------------- */


/* --------------------------------------------------- */
/*  History [Start]                                    */
/* --------------------------------------------------- */
div.history span {
	display: inline-block;
	border : 2px solid;
	border-color : #ffcc00;
	border-radius : 10px;
	padding : 15px;
	margin: 0 5px 10px 5px;
	text-align: center;
}
/* --------------------------------------------------- */
/*  History [End]                                      */
/* --------------------------------------------------- */


/* --------------------------------------------------- */
/*  Footer [Start]                                     */
/* --------------------------------------------------- */
div.foot {
	color : #555555;
	text-align : center;
	margin : 30px 0 0 0;
}
/* --------------------------------------------------- */
/*  Footer [End]                                       */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/*  Result [Start]                                     */
/* --------------------------------------------------- */

div.result_frame div.result {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 20px 15px;
}

p.place1 {
	color: #eb8427;
	margin: 0 10px 0 10px;
}

p.player1 {
	font-size: x-large;
	margin: 0 10px 0 0;
}

p.place2 {
	color: #574545;
	font-size: small;
	margin: 0 10px 0 10px;
}

p.player2 {
	font-size: large;
	margin: 0 10px 0 10px;
}

p.move {
	color: #154e88;
	font-size: x-small;
	margin: 1px 10px 5px 10px;
	padding: 0 0 0 0;
}

span.movie {
	font-size: small;
	vertical-align: middle;
	margin: 0 10px 0 10px;
}


span.movie a         { color: #ff5757; text-decoration: underline;}
span.movie a:link    { color: #ff5757; text-decoration: underline;}
span.movie a:visited { color: #ff5757; text-decoration: none;}
span.movie a:active  { color: #FE400C; text-decoration: none;}
span.movie a:hover   { color: #FE400C; text-decoration: none;}







.contenedor {
  display: table;
  margin: 20px auto;
  position: relative;
}

.expand {
  width: 300px;
  padding:15px 10px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: #aaa;
  box-shadow:-5px 0 white;
  color: white;
  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {
  content: "▼競技詳細の続きを読む";
}

.contenedor input:checked + label:before {
  content: "▲閉じる"
}

input[type=checkbox]:checked ~ .expand {
 max-height: 500px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}




.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ffffff;
  border: solid 2px #f3c635;
  background-color: #e19132;
  border-radius: 3px;
}
.grad-btn::before {
  content: "▼競技詳細の続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #f3c635 50%, #f3c635 50%, #f3c635 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "▲閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}



/* --------------------------------------------------- */
/*  Result [End]                                       */
/* --------------------------------------------------- */
