<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------

	レーシングカレンダー - 他のカレンダーと連携する

---------------------------------------------------------------------- */

#contentsBody {
	padding-bottom: 40px;
	max-width: 940px;
	margin: 0 auto;
}

a:hover { color:#1faa37; }
strong { font-weight: bold; }

#ics_body {
	max-width: 940px;
	margin: 30px auto 0 auto;
}

.contents_header {
	border-top: 4px solid #1fac37;
	border-bottom: 1px solid #e2e2e2;
}

.contents_header &gt; h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	padding: 12px 8px;
}

div.ex &gt; h3 {
	font-weight: bold;
	font-size: 1.6rem;
	color: #297f10;
	/*padding-bottom: 0.5rem;
	border-bottom: 1px dotted #ccc;*/
}


ul.kome_list {  }

ul.kome_list &gt; li {
	font-size: 1.2rem;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	line-height: 1.6;
}


div.block_unit { margin-top: 50px; }
div.block_unit#g_cal { margin-top: 30px; }

.block_header {
	padding-bottom: 4px;
	border-bottom: 2px solid #e2e2e2;
	position: relative;
	box-sizing: border-box; 
}

.block_header:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 120px;
	border-bottom: 2px solid #0cae2f;
}

.block_header .content {
	display: block; 
	box-sizing: border-box; 
}

.block_header h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #444;
	line-height: 1.4;
	padding: 4px 0;
	box-sizing: border-box; 
}


.block_body {  }

.block_body ul {  }

.block_body ul.step &gt; li {
	position: relative;
	display: block;
	margin-top: 25px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 3px;
}

.block_body ul.step &gt; li:first-child { margin-top: 20px; }

.block_body ul.step &gt; li:after {
	content: "▼";
	color: #ddd;
	position: absolute;
	left: 50%;
	top: 100%;
	font-size: 1.8rem;
	margin-left: -0.9rem;
}

.block_body ul.step &gt; li:last-child:after {
	display: none;
}


.block_body ul.step &gt; li &gt; dl { display: table; }

.block_body ul.step &gt; li &gt; dl &gt; dt {
	display: table-cell;
	padding-right: 1rem;
	vertical-align: top;
	padding-top: 0.2rem;
}

.block_body ul.step &gt; li &gt; dl &gt; dt span {
	background-color: #cf0b0b;
	background-color: #297f10;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1;
}


.block_body ul.step &gt; li &gt; dl &gt; dd {
	display: table-cell;
	vertical-align: top;
}

.block_body ul.step &gt; li &gt; dl &gt; dd p { line-height: 1.8; }

.block_body ul &gt; li &gt; dl &gt; dd p.kome {
	font-size: 1.2rem;
	font-weight: bold;
	color: #555;
}

.block_body ul.step &gt; li &gt; dl &gt; dd img {
	vertical-align:text-top;
	margin: 0;
	margin: 0 0.5rem;
	margin-top: -10px;
	display: inline-block;
}

.block_body p.caution {
/*
	text-align: right;
	font-size: 1.2rem;
	
	text-indent: -1.2rem;
	padding-left: 1.2rem;
*/
}

.block_body ul &gt; li &gt; dl &gt; dd .caution {
    background-color: #fff;
}




/* --- グーグルカレンダー　新旧切り替え --- */



#g_cal .tab { margin-top: 40px; }

#g_cal .tab &gt; ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#g_cal .tab &gt; ul &gt; li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #fff;
}

#g_cal .tab &gt; ul &gt; li:first-child { border-left: none; }

#g_cal .tab &gt; ul &gt; li &gt; a {
	display: block;
	background-color: #e7e7e7;
	height: 4.4rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

#g_cal .tab &gt; ul &gt; li &gt; a:hover { background-color: #dcedc8; }

#g_cal .tab &gt; ul &gt; li.current &gt; a {
	background-color: #268300;
	color: #fff;
}

#g_cal .tab &gt; ul &gt; li.current &gt; a:hover { background-color: #268300; }

#g_cal .tab &gt; ul &gt; li.current &gt; a {
	position: relative;
	background: #2aa83d;
	background: #268300;
}

#g_cal .tab &gt; ul &gt; li.current &gt; a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 131, 0, 0);
	border-top-color: #268300;
	border-width: 10px;
	margin-left: -10px;
}


ul.g_callist {
	
}

ul.g_callist &gt; li {
	display:none;
	
 }
 
 ul.g_callist &gt; li:first-child {
	 display:block;
	
 }



/* --- iCalendar圧縮ファイルのダウンロード ブロック --- */
.block_sub_header {
	border-bottom: 1px dotted #ccc; 
}

.block_sub_header &gt; h4 {
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0;
}



#ical_download .block_body {
	margin-top: 20px;
	background-color: #eaeaea;
	padding: 10px;
}

#ical_download div.btn {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

#ical_download div.btn.grade_race a { background-color: #fff; }
#ical_download div.btn.kaisai a {
	color: #fff;
	background-color: #297F10; }
	
#ical_download div.btn.kaisai a i { color: #fff; }

#ical_download div.btn &gt; a {
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	display: block;
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#ical_download div.btn.narrow &gt; a {
	padding: 20px 12px;
}

#ical_download div.btn &gt; a:hover { background-color: #f1f8e9; }

#ical_download div.btn &gt; a i {
	margin-right: 0.8rem;
	color: #188542;
}

#ical_download div.btn.kaisai a:hover {
	color: #444;
}

#ical_download div.btn.kaisai a:hover i { color: #188542; }


#legal {
	background-color: #e5eae4;
	padding: 10px;
	border: solid 1px #ddd;
}

#legal &gt; h4 {
	font-weight: bold;
	font-size: 1.2rem;
}

#legal p {
	font-size: 1.2rem;
}



/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */

@media only screen and (max-width: 979px) {
	
	#contentsBody {
		max-width: 100%;
		margin: 0 auto;
	}
	
	#ics_body { padding: 0 10px; }
	
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */

@media only screen and (max-width: 767px) {
	
	.block_body ul &gt; li &gt; dl &gt; dd img {
		width: 46px;
		height: auto;
		vertical-align: middle;
		margin-top: -4px;
	}
	
	.block_body ul &gt; li &gt; dl &gt; dd img.new {
	width: 26px;
		
}
	
	#ical_download div.btn &gt; a {
		font-size: 1.4rem;
		padding: 10px;
		text-align: left;
		text-indent: -1rem;
		padding-left: 3rem;
	}
    
    /*#ical_download div.btn.narrow &gt; a {
		padding: 10px;
	}*/
	
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */

@media only screen and (max-width: 639px) {
	
	#g_cal .tab &gt; ul &gt; li &gt; a {
	height: auto;
	line-height: 1.4;
	font-size:1.2rem;
	padding:10px 5px;
}
	
	.block_body ul &gt; li { padding: 10px; }
	
	.block_body ul &gt; li &gt; dl &gt; dd p {  }
	
	.block_body ul &gt; li &gt; dl &gt; dd img {
		width: 29px;
		height: auto;
		vertical-align: middle;
		margin-top: -4px;
	}
	
	.block_body ul &gt; li &gt; dl &gt; dd img.new {
	width: 20px;
	margin-top:-2px;
		
}
	
	.block_body p.caution {
		text-align: left;
		font-size: 1.1rem;
		text-indent: -1.1rem;
		padding-left: 1.1rem;
	}
    
    #ical_download.sp { margin-top: 40px; }
}

@media only screen and (max-width: 479px) {

#g_cal .tab { margin-top: 30px; }

#g_cal .tab &gt; ul &gt; li &gt; a &gt; span {
	display:block;
	
}

}


</pre></body></html>