﻿
Body{
   font-size: 13px;
   color:#333333;
   font-family:Verdana,Osaka,'MS P Gothic';
   letter-spacing :medium;
   line-height:21px;
}
table,td,th{
   font-size: 13px;
   color:#333333;
   font-family:Verdana,Osaka,'MS P Gothic';
   letter-spacing :medium;
   line-height:21px;
   text-align:left;
}
img{border:none;}

/*-----------------
リンク指定
-------------------*/
a{text-decoration:none;}
a:link{
    color:#333333;
    border-bottom:1px solid #b8d3d2;
}
a:active{
    color:#deaa9f;
/*    text-decoration:none;*/
    border-bottom:1px solid #deaa9f;
}
a:visited{
    color:#333333;
    border-bottom:1px solid #b8d3d2;
}
a:hover{
    color:#deaa9f;
/*    text-decoration:none;*/
   border-bottom:1px solid #deaa9f;
}
@media screen and (min-width: 1100px){
/*menu ホバーアニメーション*/
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e7f3e3;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
}
a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
}
/*------------------
	構成
-------------------*/
#maintext{
  text-align:justify;
  width:580px;
  margin:0 auto;
  margin-bottom:30px;
}
@media screen and (max-width: 750px){
#maintext{
  text-align:justify;
  width:96%;
  margin:0 auto;
}
}
@media screen and (max-width: 580px){
#maintext{
  text-align:justify;
  width:96%;
  margin:0 auto;
}
}
/*-----------------
文字装飾
-------------------*/
.title{text-align:center;}



