<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * &lt;link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /&gt; */


/* ======================= style ====== */
#mv{
  background: url(../images/bg_mv.jpg) center top no-repeat;
  background-size: cover;
}

.matBox {
  border: 1px solid #cdcdcd;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.matBox h3.head3 {
  margin-bottom: 20px !important;
  }

.matBox .depart {
  border-bottom: 1px solid #cdcdcd;
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 50px; 
}

.matBox .depart a {
  color: #0a91cb;
  }

.matBox .inr {
  margin: 0 auto;
  width: 610px;
}

.matBox .mat_img {
  text-align: center;
  margin-bottom: 50px;
}

ul.indexList li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 210px;
}

ul.indexList li:nth-child(3n+0) {
  margin-right: 0 !important;
}

ul.indexList span {
  background: url(../../common/images/index_arrow.gif) left center no-repeat;
  padding-left: 20px;
  width: 190px;
}

ul.indexList li img {
  vertical-align: bottom;
  margin-bottom: 5px;
}




/* ======================= common ====== */

ul.li01 li {
	list-style: inside none disc;
}

.txt01 {
	color:#0a91cb;
	font-size:1.2rem;
}

dl.dl01 {
	background:none;
	padding:10px 0 0 0;
	margin-bottom:30px;
	width:100%;
}

dl.dl01 dt {
	background:#0a91cb;
	color:#FFFFFF;
	float:none;
	padding:1% 3%;
	margin-bottom:10px;
	width:100%;
}

dl.dl01 dd {
	float:none;
	padding-left:10px;
	margin-bottom:20px;
	width:100%;
}


/*---------------------------------------------------
 float
--------------------------------------------------*/

#contents .img_r{
	float: right;
	margin:0;
	padding:5px 0 0 30px;
}

#contents .img_l{
	float: left;
	margin:0;
	padding:5px 30px 0 0;
}

#contents .img_r02{
	float: right;
	margin:0;
	padding:5px 0 0 10px;
}

#contents .img_l02{
	float: left;
	margin:0;
	padding:5px 10px 0 0;
}

#contents .text_r{
	overflow:hidden;
	margin:0;
}

#contents .text_l{
	overflow:hidden;
	margin:0;
}

#contents .box_l {
	width:360px;
	float:left;
}

#contents .box_r {
	width:360px;
	float:right;
}

.floatBox01 {
	overflow:hidden;
}

.btn {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	display:block;
	width:50%;
	padding: 10px 0;
	margin:0 auto;
}

a.btn:hover {
	background: -moz-linear-gradient(top,#006699 0%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#0099CC));
	color:#FFF;
}


/*--- compornent--*/
.btm5 { margin-bottom:5px !important; }
.btm20 { margin-bottom:20px !important; }
.btm30 { margin-bottom:30px !important; }
.bold { font-weight:bold !important; }
.center { text-align:center !important;}
.right { text-align:right !important; }
.rm0 { margin-right:0 !important; }



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