@charset "utf-8";

/*ボディ*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	color: #666;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	background-color:#ffe5e8;
  font-size: 16px;
}

main {
  width:630px;
  margin: 15px;
  float:right;
}
aside{
  width:220px; 
  margin: 10px 5px 10px 15px; 
	float:left;
}

/*コンテナ*/
#container {
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

/*共通*/
h1,h2,h3,h4,h5,ul,ol,li{margin: 0px;padding: 0px;font-weight: normal;font-size: 100%;}
p{margin: 15px;padding:0px;font-weight: normal;font-size: 90%;line-height: 1.4;}
iframe {width: 100%;}
header,aside,main,section, footer {display:block;}
header {text-align:center; padding:0px;margin-bottom: 15px;}
footer { clear:both !important; text-align: center; padding:10px; background-color: #fffafa;}

img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
img.hidari{ float: left;margin-right:15px;margin-bottom:10px; }
img.migi{ float: right;margin-left:15px;margin-bottom:10px; }

a {color: #cd5c5c;}
a:hover {color: #800000;}

.clear{clear:both}
.center{text-align: center}
.right{text-align: right}
.left{text-align: left}
.mt15{margin-top: 15px;}
.mb15{margin-bottom: 15px;}
.mb00{margin-bottom: 0px;}
.fs110{font-size: 110%}
.fs120{font-size: 120%}
.ringo-c{color:#c13b2d;}


#menu li {
    list-style:none; 
}

#copy {
    font-size: 80%;
    color: #aaa;
}
#syamei{
    font-size: 85%;
    line-height: 1.5;
    margin:15px 0px;
}


/*テーブル*/
table {
    margin-bottom: 20px;
    border-collapse: collapse;
      font-size: 0.9em;
}
/*テーブル01-赤*/
table.tbl01{
    margin-top: 15px;
    line-height: 1.4;
}
table.tbl01 td,th{
    border:1px solid #c13b2d;
    padding: 2px 10px;
}
table.tbl01 th {
    background-color: #c13b2d;
    border:1px solid #c13b2d;
    color: #fff;
}
/*テーブル02*/
table.tbl02{
  margin-top: 15px;
  line-height: 1.4;
}
table.tbl02  td, th{
    border:1px solid #ccc;
    padding: 5px;text-align:center;
}
table.tbl02 th {
    background-color: #fde7e7;
}
/*テーブル03*/

table.tbl03{
    margin-top: 15px;
    line-height: 1.4;
}
table.tbl03  td, th{
    border:1px solid #ccc;
    padding: 10px;
}


/* カルーセル */
/* カルーセルの外枠 */
.carousel {
  width: 630px;
  height: 280px;
  display: flex; 
  overflow: hidden; 
  margin: 0 auto; 
}
/* カルーセル内の画像 */
.carousel img {
  margin: 0;
  padding: 0;
}
/* スクロールアニメーションのキーフレーム */
@keyframes scroll {
  0% { margin-left: 0; }      
  20% { margin-left: -100%; }
  25% { margin-left: -100%; }
  45% { margin-left: -200%; }
  50% { margin-left: -200%; }
  70% { margin-left: -300%; }
  75% { margin-left: -300%; }
  95% { margin-left: -400%; }
  100% { margin-left: -400%; }
}
.carousel > :first-child {
  animation-name: scroll; 
  animation-duration: 20s; 
  animation-delay: 0s; 
  animation-iteration-count: infinite; 
}

/*個別*/
.read{
    font-size: 100%;
}
.moushikomi{
    margin:15px 0px;
    color:#c13b2d;
    font-size:120%;
}
.moushikomi span{
    font-size:140%;
}
.wakusen{
    border:1px solid #ccc;
    padding:15px;
    clear: both;
}
.kasen{
    border-bottom: 1px dashed #ccc;
    padding-bottom:5px;
    margin-left:50px;
}

