<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 */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #C0272D;
	text-decoration: none;
}
a:visited {
	color: #C0272D;
	text-decoration: none;
}
a:hover {
	color: #FAC237;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/base.jpg);
	background-size: 1350px;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
margin:0 auto;
width:950px;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}


/*ヘッダー&amp;タイトル
 * --------------------------------------------------------*/
.header {
margin:0 auto;
padding-bottom: 30px;
}

.header .yellow_top {
text-align:center;
}

.header .top {
text-align:center;
}

.header .top_sub {
text-align:center;
padding-top: 30px;
}


/*ヨドガワ&amp;目次
 * --------------------------------------------------------*/
.contents1 {
width: 720px;
margin:0 auto;
overflow: hidden;
padding-top: 5px;
padding-bottom: 50px;
}
.contents1 .yodogawa {
width: 380px;
font-size:16px;
color: #000000;
line-height: 1.9em;
letter-spacing: 0.05em;
font-weight: bold;
float:left;
padding-top: 5px;
}
.contents1 .right {
float:right;
}


/*インフォメーション
 * --------------------------------------------------------*/
.info{
width:800px;
margin:0 auto;
background-color: #fff;
}
.info_y{
width:800px;
margin:0 auto;
background-color: #fff9a7;
}
.text{
	width: 500px;
	font-size:16px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	color: #000000;
	margin:0 auto;
	padding-top: 30px;
}
.text .bold {
font-size:24px;
font-weight: bold;
line-height: 2em;
letter-spacing: 0.1em;
margin-top: 25px;
margin-bottom: 25px;
}
.text .photo {
padding-top: 20px;
padding-bottom:15px;
text-align: center;
margin:0 auto;
margin-left: -20px;
}
.text_back{
	width: 500px;
	font-size:16px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	color: #000000;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.orange{
color: #F05A24;
}

.info_y .title {
padding-top: 10px;
padding-bottom:30px;
text-align: center;
}
.title_sub {
padding-top: 10px;
padding-bottom:5px;
}
.btn {
padding-top: 20px;
padding-bottom:30px;
text-align: center;
}
.banner {
padding-top: 20px;
padding-bottom:30px;
text-align: center;
}
a img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.info .cap{
font-size:14px;
line-height: 1.75em;
}
.info .gray{
font-size:16px;
color: #666666;
line-height: 1.85em;
}
.info .gray_big{
font-size:24px;
font-weight: bold;
color: #666666;
line-height: 1.85em;
}
.info .end{
padding-top:0px;
padding-bottom:0px;
}

/*ライン
 * --------------------------------------------------------*/
.line{
text-align:center;
padding-top:45px;
padding-bottom:45px;
}


/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}
	.date {
	text-align:center;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #666666;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			font-family: Helvetica, Arial, sans-serif;
			color: #000000;
			letter-spacing: 0.02em;
			}





@media screen and (min-width: 480px) {
  .midashi .text br {
    display: none;
  }
}



/*スマホ対応
 * --------------------------------------------------------*/
@media only screen and (max-width: 479px) {

body {
background-image: url(../images/base.jpg);
background-repeat:repeat-y;
background-position: top center;
background-size: 140%;
}
.wrapper {
width: 100%;
}
/*スマホ対応 ヘッダー
 * --------------------------------------------------------*/
.header {
margin:0 auto;
}
.header .top .titlemain img{
width: 95%;
}

/*スマホ対応 ライン
 * --------------------------------------------------------*/
.line{
margin:0 auto;
padding-bottom:20px;
}
.line img{
width: 100%;
}

/*スマホ対応 ヨドガワ&amp;目次
 * --------------------------------------------------------*/
.contents1 {
width: 95%;
margin:0 auto;
overflow: hidden;
}
.contents1 .yodogawa {
width: 90%;
float:none;
margin:0 auto;
font-size:14px;
line-height: 1.8em;
letter-spacing: 0.075em;
padding-bottom:10px;
}
.contents1 .yodogawa br{
display: none;
}
.contents1 .yodogawa .bold{
font-size:14px;
line-height: 1.8em;
letter-spacing: 0.075em;
}
.contents1 .right {
padding-top:20px;
padding-left:15px;
float:none;
width: 90%;
}
.contents1 .right .number img {
width: 100%;
}
.banner img {
width: 85%;
}


/*スマホ対応 インフォメーション
 * --------------------------------------------------------*/
.info{
width:90%;
padding-bottom:10px;
}
.info_y{
width:90%;
padding-bottom:10px;
}

.info .text{
width:90%;
font-size:14px;
line-height: 1.9em;
letter-spacing: 0.075em;
}
.info .text br{
display: none;
}
.text .bold{
font-size:14px;
line-height: 1.8em;
letter-spacing: 0.075em;
}
.text .gray_big{
font-size:16px;
line-height: 1.8em;
letter-spacing: 0.075em;
}
.text_back{
	width: 100%;
font-size:14px;
letter-spacing: 0.075em;
text-align: center;
margin:0 auto;
}
.test {
		background-color: #CCCC99;
	}

.info .gray{
font-size:13px;
line-height: 1.8em;
letter-spacing: 0.075em;
}
.info .futoji{
width:90%;
font-size:20px;
letter-spacing: 0.1em;
padding-bottom:10px;
}
.title {
width: 90%;
text-align: center;
margin:0 auto;
}
.info .title_sub img{
width:100%;
}
.info .end img{
width:100%;
}
.info .btn img{
width:100%;
}
.info .photo img{
width: 90%;
}
.photo img{
width: 90%;
}

.info_y .text{
width:90%;
font-size:13px;
line-height: 1.8em;
letter-spacing: 0.075em;
}
.info_y .futoji{
width:90%;
font-size:20px;
letter-spacing: 0.1em;
padding-bottom:10px;
}
.info_y .title img{
width: 100%;
}
.info_y .title_sub img{
width:100%;
}
.info_y .end img{
width:100%;
}
.info_y .btn img{
width:100%;
}


/*スマホ対応 フッター
 * --------------------------------------------------------*/
#footer{
  /*
	width: 320px;
  */
  width: 100%;
	height: auto;
	clear: both;
  /*
	margin-left: -85px;
  */
	margin: 0;
	padding: 0;
  text-align: center;
	}

#footer li{
  /*
	margin-right: 30px;
  */
  float: none;
  display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	}

#footer li img{
	width: auto;
	height: 72px;
	}



#btn_fb {
  /*
	margin-left: 40px;
	margin-right: auto;
  */
	margin-left: 0px;
	margin-right: 0px;
  /*
	text-align: center;
	clear: both;
  */
	padding-top: 10px;
	}



.copyright {
	padding-bottom: 30px;
	}

.copyright .text {
  width: 100%;
	font-size: 10px;
	text-align: center;
	}




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