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

.return {
	background-color:#333;
	margin: 0;
	padding: 0;
}
.return img {
	margin: 3px 0 3px 5px; 
	padding: 0;
}
.sch_header {
	height: 39px;
	margin: 0 auto;
	position:relative;
	padding: 10px 0 0 0;
	background-color: #FA2A02;
	background-image: url("../images/search_topimg.png");
	background-repeat: repeat-x;
	background-position: left top;
}

.sch_h1 {
	background:url("../images/etc_logo.png") no-repeat right top;
	text-indent:-1000px;
	width: 109px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
}
.top_logo {
	background:url("../images/etc_logo.png") no-repeat right top;
	text-indent:-1000px;
	width: 109px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 1px 1px #333;
	background-color: #FF9B9B;
	background-image: url(../images/top_sab_ti.png);
	background-repeat: repeat;
	background-position: left top;
}
.h2 {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 1px 1px #333;
	background-color: #FF9B9B;
	background-image: url(../images/top_sab_ti.png);
	background-repeat: repeat;
	background-position: left top;
}
h2 {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color: #39F;
	line-height: 1.2em;
	text-shadow: 0 1px 1px #333;
}

#select_r {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	text-align: center;
	background: #ffffff;
}
#select_r div a {
	height: 23px;
	padding-top: 6px;
}
.rail_ti {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-shadow: 0 1px 1px #333;
	background-color: #39F;
}
.rail_ti2 {
	text-align:center;
	padding:5px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color: #39F;
	line-height: 1.2em;
	text-shadow: 0 1px 1px #333;
}
.rail_ti2 a{
	color:#FFF;
}


.detail_contents {
	margin:5px 0 5px 0;
}
.b_photo {
	text-align: center;
}
.b_photo p {
	color: #00F;
	text-decoration: underline;
}
.jouken {
	margin:5px -15px 0px -15px; 
}
table, th,td {
	margin:0;
	padding:0;
	border:none;
	border-spacing:0;
}
table {
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	width:100%;
}
td {
	padding:15px;
}
.terms {
	border-spacing:0;
	border:solid 1px #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px; 
	border-radius: 6px;
	box-shadow: 0 1px 1px #999;
	width:98%;
	margin:10px auto;
}
.terms th,
.terms td {
	padding: 10px 5px;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	text-indent: 5px;
}
.mail_li {
	text-decoration:none;
	font-size:small;
}
.terms tr td:nth-child(1) {
	background:#CCC;
	width:30%;
	font-size:12px;
}
.terms tr td:nth-child(2) {
	background: #FFF;
	width:70%
}
.terms tr:first-child th:first-child,
.terms tr:first-child td:first-child {
	-webkit-border-radius: 6px 0 0 0;
	   -moz-border-radius: 6px 0 0 0;
	     -o-border-radius: 6px 0 0 0;
		    border-radius: 6px 0 0 0;
}
.terms tr:first-child th:last-child,
.terms tr:first-child td:last-child {
	-webkit-border-radius: 0 6px 0 0;
	   -moz-border-radius: 0 6px 0 0;
	     -o-border-radius: 0 6px 0 0;
		    border-radius: 0 6px 0 0;
}
.terms tr:last-child th:first-child,
.terms tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 6px;
	   -moz-border-radius: 0 0 0 6px;
	     -o-border-radius: 0 0 0 6px;
		    border-radius: 0 0 0 6px;
}
.terms tr:last-child th:last-child,
e.terms tr:last-child td:last-child {
	-webkit-border-radius: 0 0 6px 0;
	   -moz-border-radius: 0 0 6px 0;
	     -o-border-radius: 0 0 6px 0;
		    border-radius: 0 0 6px 0;
}

.appeal {
	background-color:#CCC;
	color: #000;
	font-size: 12px;
}
.point {
	background-color :#FCF;
	color: #000;
}
.point_l_ap {
	width:15%;
}
.point_r_ap {
	width:85%;
}
.point_l {
	width:30%;
}
.point_r {
	width:70%;
}
.point2 {
	background-color: #FFF;
	color: #000;
	padding-left:10px;
}
.point3 {
	background-color: #D0E8FF;
	color: #000;
	padding-left:10px;
	padding-right:15px;
}
.point4 {
	background-color: #FFF;
	padding:5px 0 5px 10px;
}
.point4 a {
	color: red;
	font-weight:bold;
	text-decoration: none;
}
.p_rosen {
	background-color: #FFF;
	color: #000;
	padding-left:10px;
}
.price2 {
	font-size:18px;
	color: red;
}
.red {
	margin:0;
	color:red;
	font-weight:bold;
}
.toi_bt {
	padding:10px;
	text-align:center;
}
.toi_bt a {
	text-align:center;
	text-decoration: none;
}
input.center {
	text-align:center;
	margin:5px;
}

.setsubi {
	line-height: 1.3em;
	color: #333;
	font-size: 13px;
}

.form_title {
	color: #0066BB;
	background-color:#CEE7FF;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

.attention {
	color: red;
	font-size: 12px;
	font-weight: normal;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
	color: #777;
	/*background: #fff url(/ipn/images/logo.gif); /* this is a hack due the default input shadow that iphones uses on textfields*/
	font-weight: normal;
	font-size: 17px;
	padding: 0;
	display: inline-block;
	margin-left: 0px;
	/*-webkit-appearance: textarea;*/
}

ul li input[type="checkbox"], ul li input[type="radio"] {
	margin: 0;
	padding: 10px 10px;
	vertical-align: middle;
	margin-right: 8px;
}

ul#select li select {
	width: 250px;
}
.kaigyo {
	display: block;
	margin-left: 22px;
}
#privacy {
	font-size:12px;
	margin:10px;
	text-align:center;
}

.ap_come {
	width:96%;
	margin:10px;
	font-size:14px;
}

.campus_src_btn {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #5c5c5c;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#eeeeee 100%);
	margin: 0 10px 5px 0;
}

.t_comment a {
	text-decoration: underline;
}
</pre></body></html>