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

@font-face {
  font-family: 'tvasahi-webfont';
  src: url("/common/static/fonts/tvasahi-webfont.eot");
  src: url("/common/static/fonts/tvasahi-webfont.eot?#iefix") format("embedded-opentype"), url("/common/static/fonts/tvasahi-webfont.woff") format("woff"), url("/common/static/fonts/tvasahi-webfont.ttf") format("truetype"), url("/common/static/fonts/tvasahi-webfont.svg#webfont") format("svg"); }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.liquid-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 360px;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) repeat-y 0 0; }

.aside:after, .aside-min:after {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y; }

/*
 * target: IE6,7
 * Validator: Valid
 */
 
html*.container-wrapper {
  background: #f2f2f2 url(../img/bg.png) repeat-y 50% 0; }

.aside:after {
  background-position: -920px 0; }

.aside-min:after {
  background-position: -1260px 0; }

.aside-container {
  position: relative;
  z-index: 1; }

.container-wrapper {
  background: #f2f2f2; }

.main-container {
  padding: 0 20px 0 40px; }
.main-container section {
  padding: 20px 0; }
.main-container section .site-title {
  color: #fafafa;
  margin: 0 -20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #00a0c6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a0c6), color-stop(100%, #0082a8));
  background-image: -webkit-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -moz-linear-gradient(top, #00a0c6, #0082a8);
  background-image: -o-linear-gradient(top, #00a0c6, #0082a8);
  background-image: linear-gradient(top, #00a0c6, #0082a8);
  padding: 5px 20px; }
  

/*　変更　*/
.main-container {
  padding: 0 20px 0 40px;
}

.main-container section {
  padding: 30px 0 0 0;
}


/*　追加　*/
.main-container section h1 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 1em 0 20px 0;
}

.main-container section h2 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em 0 20px 0;
}

.main-container section h3 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 1em 0 10px 0;
}


.main-container section p {
  margin-top: 10px;
  font-size: 0.8em;
}

.main-container section &gt; p {
  margin-top: 20px;
}


.main-container .center {
  text-align: center;
}

.main-container .img-center img {
  display: block;
  margin: auto;
}


.main-container .horizontal-list {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}

.main-container .horizontal-list ul {
  position: relative;
  float: left;
  left: 50%;
}

.main-container .horizontal-list li {
  position: relative;
  float: left;
  left: -50%;
}


.scroll2top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  height: 40px;
  z-index: 10;
  color: #fff;
  background-color: #dfe1e1;
  padding-top: 10px;
  border: solid 1px #f3f5f5;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.scroll2top:hover {
  background-color: #c1c3c3;
}


/*　5/28 追加分　*/

#introduction .column{ font-size:1em; text-align:center;}

.caution{ font-size:0.6em; line-height:1.3em;}

.fs1{ font-size:1em;}
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb50 { margin-bottom:50px; }
.mt10{ margin-top:10px; }
.sp10 { padding-left:10px; }
.red{ color:red; }


/*　6/03 追加分　*/
.main-container section .form{
	font-weight: bold;
	font-size: 1em;
}
.main-container section .form a{ color:#3CF; }

/*　popup　*/
.form-win{
	padding:5px 15px;
	margin:0px auto;
}

.form-win section h1{
	color:#F00;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}
.close_btn{ font-size:12px; width:55px; height:28px;}
</pre></body></html>