@charset "UTF-8";

/* ===================================
	File Name   : rally.css
	Discription : Rally Pages Layout CSS
	Editors     : Bface Saeki
	Last Editor : Bface Saigusa
	Last Update : 2015/07/28
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Rally Top Setting
	3. Rally Opening Setting
	4. Rally Course Setting
	5. Rally Solution Setting
	6. Rally Committee Setting
	7. Rally Entry Setting
	8. Rally Past Setting

	*. Clear Release

====================================== */

blockquote{ margin:0; padding:0;}

figure{ margin:0; padding:0;}

/* 幅 */
.w125{width:145px;}
.w70{width:70px;}
.w300{width:270px;}
.w500{width:500px;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}



/*------------------------------------------------------------
margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35-b{ margin-bottom: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120-t{ margin-top: 120px!important; }
.m130-t{ margin-top: 130px!important; }
.m140-t{ margin-top: 140px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m250-b{ margin-bottom: 250px!important; }


/*------------------------------------------------------------
padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

.p250-b{ padding-bottom: 250px!important; }

/*------------------------------------------------------------
font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.lh12em{ line-height: 1.2em !important;}
.lh14em{ line-height: 1.4em!important;}
.lh16em{ line-height: 1.6em!important;}

.fnt_green{ color:#5e8e25;}
.fnt_blue{ color:#1c96d4;}
.fnt_dblue{ color:#032D6D;}
.fnt_pink{ color:#F762A3;}

.fnt_greenB{ color:#5e8e25; font-weight:bold;}
.fnt_blueB{ color:#1c96d4;font-weight:bold;}
.fnt_pinkB{ color:#F762A3;font-weight:bold;}

.red{color:#d60a00 !important;}
.green{color:#006837;}
.white{color:#fff;}
.black{ color:#000!important;}
.gray{ color:#999;}
.brown{ color:#a36001!important;}

/*--背景色--*/
.bg_white{ background:#fff;}
.bg_blue{ background:#292E88;}
.bg_orenge{ background:#ED7B61;}

.lineh{line-height:1.3em;}

.pink_line{
background: linear-gradient(transparent 60%, rgba(255,255,102,0.6) 60%);
font-weight: bold;}

/*------------------------------------------------------------
align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left !important; }/*左寄せ*/

/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*flex*/
.flex-container{
display: -moz-box;
display: -ms-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row;            /*横並び・左から右（デフォルト）*/
}

.flex-container .sp-bt { justify-content: space-between;}

.flexbox-vertical-center {
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin-bottom:0 auto 30px auto;
}

/*--注釈--*/
.note{ font-size:0.9em; padding-left:1em; text-indent:-1em;}



/*===== ■1. Individual Redefinition =====*/
.Rally #Header #ChildNavi a {
	/*background: url(img/btn_rally-child.png) no-repeat;*/
	width: 158px;
	height: 32px;
	_zoom: 1;
}

#Entirety {
margin: 0 auto;
position: relative;
    margin: 0px auto;
    padding: 0px;
    font-size: 0.8em;
}

#Contents {
    position: relative;
    width: 1000px;
    margin: 30px auto;
    background: #ffffff;
    padding: 30px 0;
    font-size: 0.8em;
}

#Contents h1{
text-align: center;
margin-bottom: 20px;
}

table img.img_inline{
	display: inline;
	margin: 0px 12px -8px 0px;
}

div table img.img_hospitality_logo{
	margin: 0px 22px 2px 8px;
}

#MainContents .Section {
    position: relative;
    margin: 0px auto 35px auto;
    clear: both;
}

#CCRallyOpening #MainContents .Section {
    margin: 0px auto ;
}

/* For Rally Contents */
.Rally h2 {
	position: relative;
	background: url(../img/bg_contents-line.jpg) no-repeat center 15px;
	margin-bottom: 30px;
	padding: 0px 0px 21px 7px;
}

#BtnArea {
	margin: 30px 20px 0;
	width: 707px;
}

#BtnArea span.Banner {
	display: block;
	float: right;
	width: 280px;
	margin: 0 20px 0 0;
}

#BtnArea span.Banner img {
	width: 100%;
	height: auto;
}
#BtnArea span.Banner img:hover {
	opacity: 0.7;
}

ul#BtnProgram {
	position: relative;
	width: 340px;
	margin: 0 auto;
}
#RallyTopIntro ul#BtnProgram { margin-bottom: 0;}

ul#BtnProgram li {
	float: left;
	width: 300px;
	height: 41px;
	margin: 0 20px 15px;
}

ul#BtnProgram a {
	background: url(img/btn_entry-date.jpg) no-repeat;
	display: block;
	width: 290px;
	height: 41px;
}

ul#BtnProgram #FirstDay2 a { background-position: -290px 0px;}
ul#BtnProgram #SecondDay a { background-position: -580px 0px;}
ul#BtnProgram #SecondDay2 a { background-position: -870px 0px;}

ul#BtnProgram a:hover { background-position: 0px -41px;}
/*ul#BtnProgram #FirstDay2 a:hover { background-position: -290px -41px;}*/
ul#BtnProgram #SecondDay a:hover { background-position: -580px -41px;}

ul#BtnProgram #SecondDay2 a:hover { background-position: -870px -41px;}

ul#BtnEntry {
	width: 250px;
	margin: 30px auto 0px;
}

ul#BtnRegister {
	width: 250px;
	margin: 30px auto 30px;
}

ul#BtnEntry a,
ul#BtnRegister a {
	background: url(../../img/btn_entry.jpg) no-repeat;
	display: block;
	width: 250px;
	height: 41px;
}

ul#BtnEntry a:hover { background-position: 0px -41px;}
ul#BtnRegister a:hover { background-position: 0px -41px;}


.Rally  strong.Undecided {
	display: block;
	margin: 20px 0 40px;
	font-size: 116%;
	text-align: center;
}

div.entry_title{
	font-weight: bold;
	font-size: 1.2rem;
	text-align : center;
}
p.entry_title_p2{color: #E73662;}
p.entry_title_p1{color: #F08305;}




/*===== ■2. Rally Top Setting =====*/
.Rally #RallyFinish {
	margin: -10px 0px 40px;
	color: #CC0000;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}

.Rally #RallyFinish ul {
	margin: 15px auto 0px;
	width: 190px;
	height: 33px;
}

.Rally #RallyFinish ul li {
	width: 190px;
	height: 33px;
}

.Rally #RallyFinish ul a {
	display: block;
	width: 190px;
	height: 33px;
	background: url(img/btn_report.jpg) no-repeat;
}

.Rally #RallyFinish ul a:hover { background-position: 0px -33px;}


#CCRallyTop #RallyTopIntro {
	width: 707px;
    margin: 0 auto;
}

#CCRallyTop #RallyTopIntro strong {
	display: block;
	width: 413px;
	padding-bottom: 20px;
}

#CCRallyTop #RallyTopIntro p { margin: 0px;}

#CCRallyTop #RallyTopOutline h3 { margin-bottom: 15px;}

#CCRallyTop #RallyTopOutline table {
	width: 707px;
	margin: 0px auto 20px;
        font-size: 14px;
}

#CCRallyTop #RallyTopOutline table table {
	width: auto;
	margin: 0px;

}

#CCRallyTop #RallyTopOutline th {
	background: url(../../img/bg_outline.gif) no-repeat bottom;
	width: 110px;
	padding: 15px 0px 12px 14px;
	vertical-align: top;
}

#CCRallyTop #RallyTopOutline table table th {
	background: none;
	width: auto;
	padding: 10px 10px 3px 0px;
}

#CCRallyTop #RallyTopOutline th em {
	background: url(../../common/img/bg_square-orange.gif) no-repeat left center;
	display: block;
	padding-left: 12px;
    font-style: normal;
}

#CCRallyTop #RallyTopOutline td {
	background: url(../../img/bg_outline02.gif) repeat-x bottom;
	padding: 15px 0px 12px 15px;
	vertical-align: top;
}

#CCRallyTop #RallyTopOutline table table td {
	background: none;
	padding: 0px 8px 3px 0px;
}

#RallyTopProgram { margin-bottom: 0px;}

#RallyTopProgram table {
	width: 780px;
	margin: 0px auto 20px;
	border-collapse: collapse !important;
    font-size: 14px;
}

#RallyTopProgram caption {
	background: url(../../common/img/bg_circle-double-o.gif) no-repeat 5px 3px;
	padding: 0px 0px 10px 21px;
	text-align: left;
}

#RallyTopProgram caption a { margin-left: 5px; font-weight: bold;}

#RallyTopProgram th {
	width: 200px;
	background: #F8F6F2;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DDDDDD;
	white-space: nowrap;
	vertical-align: middle !important;
}

#RallyTopProgram td {
	padding: 10px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}

#RallyTopProgram td+td {
	width: 140px !important;
	text-align: center;
	vertical-align: middle !important;
}

#RallyTopProgram span {
	display: block;
	margin: 0px 0px 3px 15px;
}

#RallyTopProgram em {
	display: block;
	margin: 0px;
	line-height: 140%;
	font-size: 85%;
}

#RallyTopProgram em strong {
	display: block;
	margin-bottom: 10px;
}

#RallyTopProgram #BtnEntry {
	width: 250px;
	margin: 30px auto 0px;
}

#RallyTopProgram #BtnEntry a {
	background: url(../../img/btn_entry.jpg) no-repeat;
	display: block;
	width: 250px;
	height: 41px;
}

#RallyTopProgram #BtnEntry a:hover { background-position: 0px -41px;}

p.coment{ text-align: center;margin-top: 10px!important; color: #666;}


.pdf_download {
	margin: 0px auto 15px;
	text-align: center;
	text-indent: 15px;
	display: block;
	font-size: 0.8rem;
}

/*===== ■index_committee=====*/


#index_committee #RallyCommitteeIntro p{
	 width: 700px;
    margin: 0px 0px 30px 20px;
}
#index_committee #RallyCommitteeIntro em{

    display: block;
    width: 700px;
    margin: 0px 0px 10px 20px;
    text-align: right;
}

#index_committee #RallyCommitteeSupport ul{
	margin: 0px 0px 10px 20px;
}


#index_committee #RallyCommitteeSupport li{

  margin-bottom: 3px;
}

#index_committee #TableChairman{

    width: 707px;
    margin: 0px auto 20px;
    position: relative;
    font-size: 14px;
}
#index_committee #TableChairman caption,
#index_committee .TableCommittee caption{

    background: url(../../common/img/bg_square-orange.gif) no-repeat 15px 5px;
    padding: 0px 0px 5px 25px;
    font-weight: bold;
    text-align: left;
}

#index_committee .TableCommittee .Name,
#index_committee table.TableCommittee tr td:first-child{
    width: 70px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td{
    background: url(img/bg_outline02.gif) repeat-x bottom;
}



p#Caution {
    width: 707px;
    margin: 0px auto 20px;
    text-align: right;
}

.table_committee_bottomline img{
    width: 120px;
    padding: 0px 15px 20px 10px;
}

.table_committee_bottomline

.table_committee_bottomline {
	background: url(img/bg_outline02.gif) repeat-x bottom;
}




/*===== ■3. Rally Opening Setting =====*/
.Rally #RallyAnnotation {
	margin: -10px 0px 20px;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}


#CCRallyOpening #RallyOpeningTable table {
	width: 780px;
	margin: 0px auto 10px auto;
    border-spacing: inherit;
}

#CCRallyOpening #RallyOpeningTable table#Second { margin-bottom: 30px;}

#CCRallyOpening #RallyOpeningTable caption { text-align: left}

#CCRallyOpening #RallyOpeningTable caption span {
	background: url(../../common/img/bg_circle-double-o.gif) no-repeat 5px 3px;
	display: block;
	padding: 0px 0px 10px 21px;
}

#CCRallyOpening #RallyOpeningTable caption em { display: block; padding-bottom: 10px;}

#CCRallyOpening #RallyOpeningTable th {
	background: #F8F6F2;
	width: 70px;
	padding: 10px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border: 1px solid #DDDDDD;
}

#CCRallyOpening #RallyOpeningTable td {
	padding: 10px 15px;
	border: 1px solid #DDDDDD;
}
#CCRallyOpening #RallyOpeningTable td#Rest { font-weight: bold; text-align: center;}
#CCRallyOpening #RallyOpeningTable td.TableTitle { padding: 1px;}
#RallyOpeningTable td.TableTitle02 { background-color: #ef8eb8; text-align: center;}



#CCRallyOpening #RallyOpeningTable tr.NoBorBottom th,
#CCRallyOpening #RallyOpeningTable tr.NoBorBottom td { border-bottom: none;}
#CCRallyOpening #RallyOpeningTable tr.NoBorTop th,
#CCRallyOpening #RallyOpeningTable tr.NoBorTop td { border-top: none;}

#CCRallyOpening #RallyOpeningTable td span.imgbox,
#RallyOpeningTable td .Award .flex-container div .imgbox{
	float: right;
	width: 100px;
	border:1px solid #D6D6D6;
	padding:2px;
	box-sizing:border-box;
	margin-bottom: 15px;
}

#CCRallyOpening #RallyOpeningTable td span.imgbox img,
#RallyOpeningTable td .Award .flex-container div .imgbox img{ width:100%;}

#CCRallyOpening #RallyOpeningTable td dt {
	margin: 0px 0px 10px;
	font-size: 116%;
	font-weight: bold;
}

#CCRallyOpening #RallyOpeningTable td dt span {
	float: none;
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: left;
	color: #B50046;
	font-size: 93%;
}

#RallyOpeningTable td dt p{
 color: #071843;
 margin-top: 0.5em;
 font-weight: bold;
}

#CCRallyOpening #RallyOpeningTable td dt p.spcial{
	 font-size:1.2em;
	 color:#0C907F;
	 font-weight:bold;}

#CCRallyOpening #RallyOpeningTable td dd p {
	margin: 0px 0px 10px;
}

#CCRallyOpening #RallyOpeningTable td dd P.text{ font-size:0.9em; margin-top:10px;}

#CCRallyOpening #RallyOpeningTable td dd strong {
	display: block;
	font-size: 116%;
}

#CCRallyOpening #RallyOpeningTable td h3 {
	margin: 0px;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 10px;
	background: #EBEBEB;
	text-align: center;
	color: #666666;
}

#CCRallyOpening #RallyOpeningTable td.TableTitle h3 {
	padding: 10px;
	background: #F3A43D;
	text-align: center;
	color:#fff;
}

.TableTitle02 h3{
    padding: 10px !important;
    background: none!important;
    text-align: center!important;
    color: #fff!important;
	font-size: 1.1rem!important;
}

#CCRallyOpening #RallyOpeningTable td.TableTitle h3#anchor_seminar{
	text-align: ;
}



#CCRallyOpening #RallyOpeningTable td.TableTitle h3 a {
	display: block;
	margin-top: 5px;
	font-size: 85%;
	text-align: center;
	text-decoration: underline;
}

#CCRallyOpening #RallyOpeningTable td h3#anchor_award{
	background:url(img/img-customer_logo.png) no-repeat 50px -10px/87px #F3A43D;
	height: 46px;
	line-height: 46px;
	font-size: 1.1rem;
}

#CCRallyOpening #RallyOpeningTable td h3#anchor_award_sh{
	background:url(img/img-hospitality_logo.png) no-repeat 45px 8px/58px #EBEBEB;
	height: 46px;
	line-height: 46px;
	font-size: 1.1rem;
}

#CCRallyOpening #RallyOpeningTable td h3#anchor_award+p,
#CCRallyOpening #RallyOpeningTable td h3#anchor_award_sh+p{
	padding: 0 0 10px;
	font-weight: bold;
	background: #F3A43D;
	text-align : center;
	margin: 0;
	color: #fff;
}


#CCRallyOpening #RallyOpeningTable td .Award dt { color: #CC6600; margin-bottom: 10px;}

#CCRallyOpening #RallyOpeningTable td .Award dt img { margin-bottom: 10px;}

#CCRallyOpening #RallyOpeningTable td .Award dt span {
	display: block;
	margin-bottom: 10px;
	color: #CC6600;
	font-size: 77%;
}

#CCRallyOpening #RallyOpeningTable td .Award dd{
overflow: hidden;
}

#CCRallyOpening #RallyOpeningTable td .Award dd em{ font-weight:bold;}

#CCRallyOpening #RallyOpeningTable td .Award dt span img {
	display: inline;
	margin-bottom: 0;
	vertical-align: middle;
}

#CCRallyOpening #RallyOpeningTable td .Award strong {
	display: block;
	margin-bottom: 5px;
}

#CCRallyOpening #RallyOpeningTable td .Award p { line-height: 135%;}

#CCRallyOpening #RallyOpeningTable td .Award p em {
	font-weight: bold;
	font-size: 100%;
}

#CCRallyOpening #RallyOpeningTable td .Award {
	position: relative;
	height: ;
}

#CCRallyOpening #RallyOpeningTable td .Award dd span {
float: right;
  text-align: right;
}


#CCRallyOpening #RallyOpeningTable td .Award dd span.pic_double{
	top: 110px;
	right: 0;
}

.dd_double_height{
	height:95px;
}

#CCRallyOpening #RallyOpeningTable td .Award dd span img {
  display: inline-block;
}

#RallyOpeningTable td .Award .flex-container{
justify-content: space-between;
}

#RallyOpeningTable td .Award .flex-container div{
width: calc(96%/2);
}


#RallyOpeningTable td .Award .flex-container div figure{
margin-left: 15px;
}

#CCRallyOpening #RallyOpeningTable td .Last p { margin: 0px;}

#CCRallyOpening #RallyOpeningTable td .Mr30 { 
	margin-bottom: 12px;
	border-bottom: #efefef solid 1px;
}
#CCRallyOpening #RallyOpeningTable td .Mr30.Mr30_none{
	border-bottom: none;
}




#CCRallyOpening #RallyOpeningTable td .Encourage dt {
	margin-bottom: 0px;
	font-size: 100%;
}
#CCRallyOpening #RallyOpeningTable td .Encourage dt span { color: #CC6600;}
#CCRallyOpening #RallyOpeningTable td .Encourage dt img { display: inline; vertical-align: middle;}

#CCRallyOpening #RallyOpeningLecturer { margin-bottom: 10px;}
#CCRallyOpening #RallyOpeningCompany { margin-bottom: 0px;}

#CCRallyOpening #RallyOpeningLecturer div {
	width: 716px;
	margin: 0px auto 20px;
}

#CCRallyOpening #RallyOpeningCompany div { margin: 0px auto 10px;}

#CCRallyOpening #RallyOpeningCompany div#ListEnd {
	margin-bottom: 40px;
}

#CCRallyOpening #RallyOpeningLecturer dl,
#CCRallyOpening #RallyOpeningCompany dl {
	display: inline;
	float: left;
	width: 350px;
	margin: 0px 4px;
}

#CCRallyOpening #RallyOpeningLecturer dt,
#CCRallyOpening #RallyOpeningCompany dt {
	background: #F0EDE4 url(../../common/img/bg_square-orange.gif) no-repeat 17px center;
	margin-bottom: 10px;
	padding: 5px 5px 5px 28px;
}

#CCRallyOpening #RallyOpeningLecturer dd,
#CCRallyOpening #RallyOpeningCompany dd { padding: 0px 9px;}

#CCRallyOpening #RallyOpeningLecturer dd strong,
#CCRallyOpening #RallyOpeningCompany dd strong {
	display: block;
	margin: 0px 0px 10px;
	color: #CC6600;
	font-size: 116%;
}

#CCRallyOpening #RallyOpeningLecturer dd span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
#CCRallyOpening #RallyOpeningCompany dd span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 120px;
	height: 90px;
	margin-right: 10px;
}

#CCRallyOpening #RallyOpeningLecturer dd p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 210px;
	padding-top: 10px;
	vertical-align: top;
}
#CCRallyOpening #RallyOpeningCompany dd p {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 190px;
	padding-top: 10px;
	vertical-align: top;
}

#CCRallyOpening #RallyOpeningCompany dd p { margin-top: 0px;}

#CCRallyOpening #RallyOpeningLecturer dd p em,
#CCRallyOpening #RallyOpeningCompany dd p em {
	display: block;
	margin: 10px 0px;
	font-weight: bold;
}


.icon_green  {
	display: inline-block;
	margin: 0 0px 0px 0px;
	padding: 6px 15px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.icon_green { background: #B5B38E;} 

.bg_blue{
background:#0cbff2 !important;
}

.crimson  {
	display: inline-block;
	width: 80px;
	margin: 0 10px 15px 0;
	padding: 6px;
	border-radius: 8px;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.crimson { background: #DC143C;} 

.icon_orange{
	display: inline;
	width: ;
	margin: 0 0 0 15px;
	padding: 6px 15px;
	border-radius: 8px;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
	background: #FFA639;
}



.darkorange  {
	display: inline-block;
	width: 80px;
	margin: 0 10px 15px 0;
	padding: 6px;
	border-radius: 8px;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.darkorange { background: #FF8C00;} 

.koushi {
	margin: 0 10px 15px 0;
	padding: 6px;
	color: #fff;
	font-weight: normal;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
	background:  #7E5D5E;
	display: block;
}

.darkkhaki  {
	display: inline-block;
	width: 80px;
	margin: 0 10px 5px 0;
	padding: 6px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.darkkhaki { background: #929273;} 


.crimson2  {
	display: inline-block;
	width: 80px;
	margin: 0 10px 5px 0;
	padding: 6px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.crimson2 { background: #DC143C;}  


.darkorange2  {
	display: inline-block;
	width: 80px;
	margin: 0 10px 5px 0;
	padding: 6px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.darkorange2 { background: #FF8C00;} 



/*===== ■4. Rally Course Setting =====*/
#CCRallyCourse #RallyCourseTable { margin-bottom: 0px;}

#CCRallyCourse #RallyCourseTable caption { text-align: left}

#CCRallyCourse #RallyCourseTable caption span {
	background: url(../../common/img/bg_circle-double-o.gif) no-repeat 5px 3px;
	display: block;
	padding: 0px 0px 10px 21px;
}

#CCRallyCourse #RallyCourseTable caption em { display: block; padding-bottom: 10px;}

#CCRallyCourse #RallyCourseTable table {
	width: 707px;
	margin-bottom: 30px;
	border-collapse: separate;
	border: 1px solid #DDDDDD;
}

#CCRallyCourse #RallyCourseTable th { vertical-align: top;}

#CCRallyCourse #RallyCourseTable th span {
	display: block;
	font-size: 82.8%;
	line-height: 125%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#CCRallyCourse #RallyCourseTable .Time {
	background: #F0EDE4;
	padding: 10px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-right: none;
	border-top: none;
	width: 100px;
	text-align:center;
}

#CCRallyCourse #RallyCourseTable .BorderBottomNone { border-bottom: none;}
#CCRallyCourse #RallyCourseTable .BorderLeftNone { border-left: none;}

#CCRallyCourse #RallyCourseTable .Last { border-bottom: 1px solid #FFFFFF;}

#CCRallyCourse #RallyCourseTable th.First { border-top: 1px solid #FFFFFF;}

#CCRallyCourse #RallyCourseTable #HeadTitle {
	background: #EEEEEE;
	padding: 10px;
	color: #333333;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#CCRallyCourse #RallyCourseTable #Custom #HeadTitle { padding-left: 90px;}

#CCRallyCourse #RallyCourseTable #SubTitle01 {
	padding: 15px;
	height: 46px;
	line-height: 46px;
	font-size: 0.9rem;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
	background: url(img/img-hospitality_logo.png) no-repeat 80px center/60px #EBEBEB;
}

#CCRallyCourse #RallyCourseTable #SubTitle01_2{
	padding: 15px;
	height: 46px;
	line-height: 46px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(img/img-customer_logo.png) no-repeat 80px center/84px #F3A43D;
}

#CCRallyCourse #RallyCourseTable #SubTitle01_3{
	padding: 15px;
	height: 46px;
	line-height: 46px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(img/img-covid_logo.png) no-repeat 50px center/84px #1987CB;
}

#CCRallyCourse #RallyCourseTable #SubTitle02 {
	background: #957379;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
}

#CCRallyCourse #RallyCourseTable td {
	padding: 10px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

#CCRallyCourse #RallyCourseTable td.lunch{
	text-align:center;
	font-weight:bold;
	border-left: none;
}
#CCRallyCourse #RallyCourseTable td.covid_s{
		border-left: none;
		background-color:#D2F2F8;	
}


#CCRallyCourse #RallyCourseTable td .mode{
	border-left: none;
	margin-bottom:0.5em;
}

#CCRallyCourse #RallyCourseTable td .mode h3{ 
text-align:center;
line-height:2em;
color:#fff;
background:#a35368;
font-weight:bold;
margin-bottom:0.5em;
}

#CCRallyCourse #RallyCourseTable td .mode p span.mode_span{
    display: inline-block;
    width: 8em;
    margin-right: 8px;
    padding: 4px 6px 2px 6px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    font-style: normal;
    line-height: 1.2em;
    white-space: nowrap;
	background-color:#a35368;
}

#CCRallyCourse #RallyCourseTable #Custom td { width: 606px; border-left: 1px solid #FFFFFF}

#CCRallyCourse #RallyCourseTable td.Option {
	border-left: 1px solid #DDDDDD;
	border-bottom: none;
	padding-bottom: 0px;
}

#CCRallyCourse #RallyCourseTable td strong {
	display: block;
	margin-bottom: 15px;
	color: #333;
	font-size: 116%;
	line-height: 1.4rem;
}

#CCRallyCourse #RallyCourseTable td em {
	display: block;
	margin-bottom: 5px;
	font-size: 116%;
	color:#00478a ;
	font-weight: bold;
	line-height: 135%;
}

#CCRallyCourse #RallyCourseTable td p { margin: 0px; text-align: right;}

#CCRallyCourse #RallyCourseTable td div p,
#CCRallyCourse #RallyCourseTable td div span { margin-bottom: 10px;}

#CCRallyCourse #RallyCourseTable td p em { display: inline; color: #333333;}
#CCRallyCourse #RallyCourseTable td p em img { margin: 0 0 0 auto;}

#CCRallyCourse #RallyCourseTable td.Option span {
	float: left;
	color: #799a89;
	font-weight: bold;
	font-size: 0.8rem;
}

#CCRallyCourse #RallyCourseTable td.Option span img {
	display: inline;
	margin-right: 8px;
}

#CCRallyCourse #RallyCourseTable td.Option span.customer {
	float: left;
	color: #F88717;
	font-weight: bold;
	font-size: 0.8rem;
}




#CCRallyCourse #RallyCourseTable td p span {
	margin-left:15px;
}
#CCRallyCourse #RallyCourseTable td p span.imgbox,
#CCRallySolution #RallySolutionTable td p span.imgbox {
	float: right;
	width: 80px;
	border:1px solid #D6D6D6;
	padding:2px;
	box-sizing:border-box;
}

#CCRallyCourse #RallyCourseTable td p span.imgbox img,
#CCRallySolution #RallySolutionTable td p span.imgbox img{ width:100%;}


#CCRallyCourse #RallyCourseTable td.First { border-left: none;}

#CCRallyCourse #RallyCourseTable td.Last { border-bottom: 1px solid #FFFFFF;}





/*===== ■5. Rally Solution Setting =====*/
#CCRallySolution #RallySolutionTable { width: 800px; margin: 0 auto;}

#CCRallySolution #RallySolutionTable caption { text-align: left}

#CCRallySolution #RallySolutionTable caption span {
	background: url(../../common/img/bg_circle-double-o.gif) no-repeat 5px 3px;
	display: block;
	padding: 0px 0px 10px 21px;
	font-size:1.2em;
}

#CCRallySolution #RallySolutionTable caption p{
	text-indent: 1rem;
	font-size: 0.9rem;
	font-weight: bold;
}


#CCRallySolution #RallySolutionTable caption em { display: block; padding-bottom: 10px;}

#CCRallySolution #RallySolutionTable table {
	width: 780px;
    margin: 0 auto 30px auto;
	border-collapse: separate;
	border: 1px solid #DDDDDD;
}

#CCRallySolution #RallySolutionTable th { vertical-align: top;}

#CCRallySolution #RallySolutionTable th span {
	display: block;
	font-size: 82.8%;
	line-height: 125%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#CCRallySolution #RallySolutionTable .Time {
	background: #F0EDE4;
	padding: 10px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-right: none;
	border-top: none;
	width: 50px;
}

#CCRallySolution #RallySolutionTable .Last { border-bottom: 1px solid #FFFFFF;}

#CCRallySolution #RallySolutionTable th.First { border-top: 1px solid #FFFFFF;}

#CCRallySolution #RallySolutionTable #HeadTitle {
	background: #EEEEEE;
	padding: 10px;
	color: #333333;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#CCRallySolution #RallySolutionTable #Custom #HeadTitle { padding-left: 90px;}

#CCRallySolution #RallySolutionTable #SubTitle01 {
	background: #3910A0;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-size: 1.3em;;
	
	
}

#CCRallySolution #RallySolutionTable #SubTitle02 {
	background: #00A53C;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #DDDDDD;
}

#CCRallySolution #RallySolutionTable td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
    font-size: 1.2em;
}



#CCRallySolution #RallySolutionTable td.bo-buttom{
border-bottom: 5px solid #3910A0;
}

#CCRallySolution #RallySolutionTable td.bo-left{
border-left: 1px solid #DDDDDD;
}

#CCRallySolution #RallySolutionTable td.Option {
	border-left: 1px solid #DDDDDD;
	border-bottom: none;
	padding-bottom: 0px;
}

#CCRallySolution #RallySolutionTable td span.spcial{ font-weight:bold; color: #0C907F !important;}

#CCRallySolution #RallySolutionTable td strong {
	display: block;
	margin-bottom: 15px;
	color: #CC6600;
	margin: 0px 0px 10px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
}

#CCRallySolution #RallySolutionTable td em {
	
	 display: block;
    margin-bottom: 5px;
    font-size: 116%;
    font-weight: bold;
    line-height: 135%;
}

#CCRallySolution #RallySolutionTable td p { margin: 0px; text-align: right;}

#CCRallySolution #RallySolutionTable td p em { display: inline; color: #333333;}

#CCRallySolution #RallySolutionTable td.Option span {
	color: #CC0000;
	font-weight: bold;
}

#CCRallySolution #RallySolutionTable td.Option span img {
	display: inline;
	margin-right: 10px;
}

#CCRallySolution #RallySolutionTable td.Option a {
	background: url(../../common/img/mark_circle-right-o02.jpg) no-repeat;
	float: right;
	padding-left: 18px;
	font-weight: bold;
}

#CCRallySolution #RallySolutionTable td p span {
	display: inline;
	float: right;
	margin-left:8px;
}
#CCRallySolution #RallySolutionTable td p span img { display: inline;}

#CCRallySolution #RallySolutionTable td.First { border-left: none;}

#CCRallySolution #RallySolutionTable td.Last { border-bottom: 1px solid #FFFFFF; border-left:none;}

#CCRallySolution #RallySolutionTable td.Lunch {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.Awardname { margin-bottom: 10px;}

.crimson01  {
	display: inline-block;
	width: 9em;
	margin-right: 10px;
	padding: 6px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.crimson01 { background: #ef8207;} 
.covid{ background: #0071BA;} 

.darkorange01  {
	display: inline-block;
	width: 78px;
	margin-right: 10px;
	padding: 6px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.darkorange01 { background: #FF8C00;} 





/*===== ■6. Rally Committee Setting =====*/
#CCRallyCommittee h2 { margin-bottom: 20px;}

#CCRallyCommittee #RallyCommitteeIntro p {
	width: 700px;
	margin: 0px 0px 30px 20px;
}

#CCRallyCommittee #RallyCommitteeIntro em {
	display: block;
	width: 700px;
	margin: 0px 0px 10px 20px;
	text-align: right;
}

#CCRallyCommittee #RallyCommitteeIntro em strong { display: block;}

#CCRallyCommittee #RallyCommitteeSupport ul { margin: 0px 0px 10px 20px;}

#CCRallyCommittee #RallyCommitteeSupport li { margin-bottom: 3px;}

#CCRallyCommittee #RallyCommitteeManagement { margin-bottom: 0px;}

#CCRallyCommittee #RallyCommitteeManagement caption {
	background: url(../../common/img/bg_square-orange.gif) no-repeat 15px 5px;
	padding: 0px 0px 5px 25px;
	font-weight: bold;
	text-align: left;
}

#CCRallyCommittee #RallyCommitteeManagement Table {
	width: 707px;
	margin: 0px auto 20px;
	position: relative;
}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td {
	background: url(img/bg_outline02.gif) repeat-x bottom;
	padding-bottom: 20px;
}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td.Photo {
	width: 120px;
	padding: 0px 15px 20px 10px;
}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td strong {
	display: block;
	margin-bottom: 15px;
}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td p { margin: 0px;}

#CCRallyCommittee #RallyCommitteeManagement #TableChairman td em { display: block; font-weight: bold;}

#CCRallyCommittee #RallyCommitteeManagement .TableCommittee { background: none; margin: 0px auto 30px;}

table.TableCommittee { width:100%;}

#CCRallyCommittee #RallyCommitteeManagement .TableCommittee td { padding-bottom: 3px;}

#CCRallyCommittee #RallyCommitteeManagement .TableCommittee td.Name {
	width: 70px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

#CCRallyCommittee #RallyCommitteeManagement p#Caution {
	width: 707px;
	margin: 0px auto;
	text-align: right;
}





/*===== ■7. Rally Entry Setting =====*/
#CCRallyEntry h2 { margin-bottom: 20px;}

#CCRallyEntry #RallyEntryIntro #Union {
	background:url(../../img/bg_cost-bottom.gif) no-repeat bottom;
	width: 707px;
	margin: 0px auto 10px;
	padding-bottom: 10px;
}


#RallyEntryIntro dd table th{
	width: 270px;
	white-space:no-wrap;
	font-size:0.8em;
}

#RallyEntryIntro dd table td{
font-size:0.8em;
}




#CCRallyEntry #RallyEntryIntro dl {
	background: url(../../img/bg_cost-middle.gif) repeat-y;
	float: left;
	width: 350px;
}

#CCRallyEntry #RallyEntryIntro dt {
	background: url(../../img/bg_cost-top.gif) no-repeat bottom;
	padding-bottom: 5px;
}

#CCRallyEntry #RallyEntryIntro dl#OneDay { float: right;}

#CCRallyEntry #RallyEntryIntro dd {
	padding: 5px 10px 10px;
}

#CCRallyEntry #RallyEntryIntro dd strong {
	width: auto;
	margin: 0px 0px 5px;
}

#CCRallyEntry #RallyEntryIntro dd p {
	width: auto;
	margin: 0px 0px 15px;
}

#CCRallyEntry #RallyEntryIntro dd span {
	font-size: 82.8%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#CCRallyEntry #RallyEntryIntro em.Caution {
	display: block;
	width: 700px;
	margin: 0px auto 20px;
	color: #CC0000;
	font-weight: bold;
}

#CCRallyEntry #RallyEntryIntro strong {
	display: block;
	width: 700px;
	margin: 0px auto 5px;
}

#CCRallyEntry #RallyEntryIntro p {
	width: 700px;
	margin: 0px auto 15px;
}

#CCRallyEntry #RallyEntryIntro p span {
	display: block;
}

#CCRallyEntry #RallyEntryIntro p a {
	background: url(../../img/mark_arrow-o.gif) no-repeat 5px center;
	padding-left: 15px;
	text-decoration: underline;
}

#CCRallyEntry #RallyEntryApply p {
	width: 700px;
	margin: 0px auto 10px;
}

#CCRallyEntry #RallyEntryApply p#ApplyIntro { margin: 0px auto 30px;}

#CCRallyEntry #RallyEntryApply #BtnUnion {
	position: relative;
	/*background: url(img/bg_apply.jpg) no-repeat;*/
	width: 352px;
	height: 115px;
	margin: 10px auto 30px;
}

/*#CCRallyEntry #RallyEntryApply dl {
	position: absolute;
	top: 12px;
	left: 53px;
	width: 250px;
}

#CCRallyEntry #RallyEntryApply dl#BtnForm {	left: 409px;}

#CCRallyEntry #RallyEntryApply dt { text-align: center; margin-bottom: 12px;}
#CCRallyEntry #RallyEntryApply dt img { display: inline;}

#CCRallyEntry #RallyEntryApply dd span {
	display: block;
	text-align: center;
}
#CCRallyEntry #RallyEntryApply dd span img { display: inline;}

#CCRallyEntry #RallyEntryApply dd a:hover img { opacity: 0.6;}

#CCRallyEntry #RallyEntryApply dd a {
	background: url(img/btn_apply.jpg) no-repeat;
	display: block;
	width: 250px;
	height: 41px;
}
#CCRallyEntry #RallyEntryApply dd a:hover { background-position: 0px -41px;}

#CCRallyEntry #RallyEntryApply dd li {
	background: url(img/btn_apply.jpg) no-repeat;
	display: block;
	width: 250px;
	height: 41px;
}*/
#CCRallyEntry #RallyEntryApply dd li#DummyForm { background-position: 0 0; opacity: 0.6;}
#CCRallyEntry #RallyEntryApply dd li#Dummy { background-position: -250px 0; opacity: 0.6;}


#CCRallyEntry #RallyEntryApply dd li#Dummy span,
#CCRallyEntry #RallyEntryApply dd li#DummyForm span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#CCRallyEntry #RallyEntryApply #BtnForm dd a { background-position: -250px 0px;}
#CCRallyEntry #RallyEntryApply #BtnForm dd a:hover { background-position: -250px -41px;}

#CCRallyEntry #RallyEntryApply dd em { display: block; text-align: center;}
#CCRallyEntry #RallyEntryApply dd em img { display: inline;}

#CCRallyEntry #RallyEntryApply strong {
	display: block;
	margin: 0px 0px 10px 15px;
}

#CCRallyEntry #RallyEntryApply #BtnCourses { margin: 15px 0 30px;}

#CCRallyEntry #RallyEntryApply #BtnCourses li{
	background: url(../../common/img/mark_circle-right-o02.jpg) no-repeat 0px center;
	display: block;
	margin: 0px 0px 5px 10px;
	padding-left: 20px;
}

#CCRallyEntry #RallyEntryApply em#BtnCourse a { font-weight: bold;}

#CCRallyEntry #RallyEntryApply span {
	display: block;
	margin: 0px 0px 15px 10px;
	font-size: 82.8%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#CCRallyEntry #RallyEntryCancell { margin-bottom: 0px;}

#CCRallyEntry #RallyEntryCancell p { margin: 0px 0px 20px 10px;}

#CCRallyEntry #RallyEntryCancell em {
	display: block;
	padding: 10px 0px;
}

#CCRallyEntry #RallyEntryCancell dl {
	width: 671px;
	margin-left: 5px;
	padding: 13px;
	border: 5px solid #EBEBEB;
}

#CCRallyEntry #RallyEntryCancell dt {
	background: url(../../common/img/bg_circle-double-o.gif) no-repeat 0px center;
	margin-bottom: 10px;
	padding-left: 16px;
	font-weight: bold;
}


#CCRallyEntry dl#BtnSolution {
	position: static;
	margin: 0px 0px 20px 65px;
}

#CCRallyEntry #BtnSolution dd a {
	background: url(img/btn_apply-solution.jpg) no-repeat;
	display: block;
	width: 250px;
	height: 41px;
}

/*
#CCRallyEntry #BtnSolution dd a:hover { background-position: 0px -41px;}
*/




/*===== ■8. Rally Past Setting =====*/
#CCRallyPast #RallyPastIntro strong {
	background: #F0EDE4;
	display: block;
	margin: 10px 0px 20px;
	padding: 6px 13px;
	font-size: 108%;
}

#CCRallyPast #RallyPastIntro ul {
	width: 707px;
	margin: 0px auto;
}

#CCRallyPast #RallyPastIntro li {
	background: url(../../common/img/bg_dotted-gray02.gif) repeat-x bottom;
	margin-bottom: 15px;
	padding: 0px 10px 15px;
}

#CCRallyPast #RallyPastIntro li em {
	background: url(../../common/img/bg_square-orange.gif) no-repeat 0px 4px;
	display: block;
	padding-left: 10px;
}

#CCRallyPast #RallyPastIntro li a { font-weight: bold;}





/*===== ■*.Clear Release  =====*/
#CCRallyCourse #RallyCourseTable td p:after,
#CCRallyOpening #RallyCourseTable td p:after,
#CCRallyOpening #RallyOpeningLecturer div:after,
#CCRallyOpening #RallyOpeningCompany div:after,
#CCRallyCourse #RallyCourseTable td div:after,
#CCRallyEntry #RallyEntryIntro #Union:after,
#BtnArea:after,
ul#BtnProgram:after,
.clearfix {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#CCRallyOpening #RallyCourseTable td p,
#CCRallyOpening #RallyOpeningLecturer div,
#CCRallyOpening #RallyOpeningCompany div,
#CCRallyCourse #RallyCourseTable td div,
#CCRallyEntry #RallyEntryIntro #Union {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
#CCRallyOpening #RallyCourseTable td p,
*html #CCRallyOpening #RallyOpeningLecturer div,
*html #CCRallyOpening #RallyOpeningCompany div,
*html #CCRallyCourse #RallyCourseTable td div,
*html #CCRallyEntry #RallyEntryIntro #Union,
*html ul#BtnProgram {
	height: 1%;
}

#CCRallyOpening #RallyCourseTable td p,
#CCRallyOpening #RallyOpeningLecturer div,
#CCRallyOpening #RallyOpeningCompany div,
#CCRallyCourse #RallyCourseTable td div,
#CCRallyEntry #RallyEntryIntro #Union {
	display: block;
}
/* End hides from IE-mac ￥*/

#MainContents { font-size:14px!important; width: 800px; margin: 0 auto;}
.s-tbl tr:nth-child(even) {
	background: #eee;}
.s-tbl td{ padding:0.5em;}

.text_cyousei{ color:rgba(189,188,188,1.00); font-weight:normal; text-align:center !important;}

.hauto{ height:auto !important;}
.small{ font-size:0.9em;}

/* Sub navi*/
#SubNavi { }

#SubNavi ul {
width:600px; margin:20px auto 0px auto;
	text-align: center;
	display:flex;
	justify-content:space-between;
}

#SubNavi ul li{
	width:190px;
	text-align:center;

}
#SubNavi ul li.small{ font-size:0.8em;}

#SubNavi ul li a{
background: #efefef; /* Old browsers */
background: url( img/mark_right_green.png) no-repeat 20px center ,-moz-linear-gradient(-45deg, #efefef 0%, #f2f2f2 64%, #a3a3a3 100%); /* FF3.6-15 */
background: url( img/mark_right_green.png) no-repeat 20px center ,-webkit-linear-gradient(-45deg, #efefef 0%,#f2f2f2 64%,#a3a3a3 100%); /* Chrome10-25,Safari5.1-6 */
background:  url( img/mark_right_green.png) no-repeat 20px center ,linear-gradient(135deg, #efefef 0%,#f2f2f2 64%,#a3a3a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: url( img/mark_right-green.png) no-repeat 20px center ,progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#a3a3a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
display:block;
color: #F08306;
		border:1px solid #F08306;
	border-radius:40px;
	padding:0.6em;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
#SubNavi ul li a:hover{
		border:1px solid #F08306;
		color:#fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#86cc4d+0,47a801+100 */
background: #86cc4d; /* Old browsers */
background: url( img/mark_right_white.png) no-repeat 20px center ,-moz-linear-gradient(-45deg, #FFBF00 0%, #F08306 100%); /* FF3.6-15 */
background: url( img/mark_right_white.png) no-repeat 20px center ,-webkit-linear-gradient(-45deg, #FFBF00 0%,#F08306 100%); /* Chrome10-25,Safari5.1-6 */
background: url( img/mark_right_white.png) no-repeat 20px center ,linear-gradient(135deg, #FFBF00 0%,#F08306 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: url( img/mark_right-green.png) no-repeat 20px center ,progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBF00', endColorstr='#F08306',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
text-decoration:none;
}

/* Sub プログラムナビi*/
ul.PageNavi{
    background-color: #DEDEDE;
    border-radius: 6px;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
	padding:10px 30px;
	margin-bottom:30px;
}

ul.PageNavi li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
    position: relative;
    padding-left: 10px;
}

 
ul.PageNavi li :before {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #F08306;
  }

ul.PageNavi a { font-weight: bold;}


#CCRallyOpening #RallyOpeningTable td .op_covid{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0.5em 0 0 20px;}
	
#CCRallyOpening #RallyOpeningTable td .op_covid div{
	color:#0071BA;
	font-weight:bold;
	line-height:1.8em;}
		
#CCRallyOpening #RallyOpeningTable td .op_covid div:nth-child(1){ width:30%;}

#CCRallyCourse #RallyCourseTable td .covid_box{
	border-bottom:1px dotted #0071BB;
	overflow:hidden;
	margin-bottom:0.5em;
}

#CCRallyCourse #RallyCourseTable td .covid_box.border_top{
	border-top:1px dotted #0071BB;
	padding-top:5px;
}

#CCRallyCourse #RallyCourseTable td .covid_box strong{
	color:#0071BB;
	font-weight:bold;
	text-align:left;}

#CCRallyCourse #RallyCourseTable td .covid_box p{ text-align:right; margin-bottom:5px;}

#CCRallyCourse #RallyCourseTable td .covid_box .imgbox_co {
    float: right;
    width: 80px;
    height: 80px;
    border: 1px solid #D6D6D6;
    padding: 2px;
    box-sizing: border-box;
	margin-left:15px;
}
#CCRallyCourse #RallyCourseTable td .covid_box .imgbox_co img{
width: 100%;
}

#CCRallyCourse #RallyCourseTable tr:last-child td,
#CCRallyCourse #RallyCourseTable .no_border {
	border-bottom: 0px !important;
}

#CCRallyOpening #RallyOpeningTable td .rogo{
	float:right;
}

#CCRallyOpening #RallyOpeningTable td .profile{
	background:rgba(250,231,172,1.00);
	padding:10px;
	margin-top:15px;
}

#CCRallyOpening #RallyOpeningTable td .profile h4{ font-weight:bold; font-size:1em; margin-bottom:0.5em;}

#CCRallyOpening #RallyOpeningTable td .profile p{ font-size:0.9em; margin-bottom:0; line-height:1.4em;}

.btn_box{ 
display:flex;
justify-content:space-between;
width:719px;
margin:20px auto 30px auto;}

.btn_box a,
.btn_box_order a{
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}

.btn_box a:hover img,
.btn_box_order a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.info_box{ 
border:1px solid #C20104;
padding:10px;
background-color:#F6F6D3;
margin-bottom:30px;}

.info_box h4{
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.2em;}
	
.info_box h5{
	font-weight:bold;
	margin-bottom:0.3em;
	font-size:1em;
	color:#42479D;
	margin-top:1em;}
.info_box li{ text-indent:-0.8em; padding-left:0.8em;
}

.info_box li:before {
    content:  "";     /* 空の要素作成 */
    width:  8px;               /* 幅指定 */
    height:  8px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #676767;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-right:0.3em;
}

.info_box p{ margin-bottom:0;}

.info_box_2{ 
padding:20px;
background: #EEEEEE;
margin:30px auto 10px;
text-align: center;}

.info_box_2 p,
.info_box_3 p{
text-align: center;
font-size: 1.2em;
}

.info_box_2 h4,
.info_box_3 h4{
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.4em;
	color: #242E3F;
    text-align: center;}
    
.info_box_2 .btn_box_order a,
.info_box_2 .btn_box_order{
margin: 20px auto 0 auto;
}


	
.info_box_3{ 
padding:10px;
background: #fff;
border: 2px solid rgba(162,6,9,1.00);
margin:0px auto 20px auto;
box-sizing: border-box;
width: 800px;
}

.info_box_3 p{
margin-bottom: 0;
}
	

.btn_box_order a{
	margin:30px auto 0 auto;
	text-align:center;
	width:231px;
	display:block;	
}

.btn_box_entry{
	width: 70%;
    height: 115px;
    margin: 10px auto 30px auto;
}

.btn_box_entry dl{ text-align:center;}

.btn_box_entry dl dt{ font-weight:bold; color:#FF9326 ; text-align:center; margin-bottom:1em; padding:0;}
.btn_box_entry dl dt.free{ font-weight:bold; color:#4B479D;}
.btn_box_entry dl dd .btn_box_order a{ margin-top:0;}
.btn_box_entry dl dd p{ text-align:center;
width: auto !important;
margin: 10px 0 0 0;}

.btn_box_entry dl dd .btn_box_order{
width: auto;
}

.rogo_box{ display:flex; align-items:flex-end; justify-content:space-between;}

.rogo_box P{ width:50%;}

.note{ color:#F50408 !important; text-align:left !important; background-color:rgba(222,217,217,1.00); padding:0.3em; margin-bottom:0.5em!important;}

.nolink{
	opacity: 0.5;
	pointer-events: none;
}

a.nolink img{
opacity: 0.6;
}

#RallySolutionTable table td h4{
    margin-bottom: 5px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 135%;
	display: block;
	margin-top: 10px;
}

#RallySolutionTable table td .rogo_img{
float: right;
margin: 0 0px 0 20px;
}

#RallySolutionTable table td .bnr_img{
margin: 0 auto;

}

#RallySolutionTable table td .bnr_img img{
text-align: center;
display: initial;
}

.icon_ss_kaizyou {
    margin: 0 0px 0px 0px;
    padding: 6px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
	background: #3A683D;
}

.icon_ss_online {
    margin: 0 0px 0px 0px;
    padding: 6px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
	background: #047BAD;
}

table.bt_Program{

}

#CCRallySolution #RallySolutionTable .bt_Program td {
width: auto;
white-space: nowrap;
font-size: 14px;
}

.bgc_lyellow{
background: #FDF8EF;
}

.fa, .fab, .fal, .far, .fas {
    line-height: 1.7!important;
}