
body{
  background-color      : #fbfaf5;
  background-attachment : scroll;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
}



a:link {
  color           : #5f5f5f;
  text-decoration : none;
  border-bottom   : solid 1px #007bbb ;
}

a:visited {
  color           :#5f5f5f ;
  text-decoration : none;
  border-bottom   : solid 1px #007bbb ;
}

a:hover {
  color           : #393e4f;
  text-decoration : none;
  border-bottom   : solid 1px #bbc8e6 ;
}


/* -----------------スマホ用----------------- */

@media screen and (min-width:0px) and (max-width:1280px){
	
p{
  font-size    : 11pt;
  line-height  : 155%;
  font-color   : #393e4f;
}
   
div{      
  font-size             : 11pt;
  width                 : 90%;
  margin-top            : 50px;
  margin-bottom         : 50px;
  margin-right          : auto;
  margin-left           : auto;
  line-height           : 155%;
  background-color      : #fbfaf5;
  background-attachment : scroll;
  color                 : #5f5f5f;
}


H1{
  font-size      : 12pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  font-weight    : bold;
  color          : #1c305c;
  letter-spacing : 5px;
  margin-bottom  : 2px
}
  
H2{ 
  font-size      : 11pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  font-weight    : bold;
  color          : #a6a5c4;
  letter-spacing : 3px;
  margin-bottom  : 2px;
}

H3{
  font-size      : 11pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  color          : #708090;
  letter-spacing : 3px;
}

dl {
  font-size    : 11pt;
  line-height  : 155%;
  font-color   : #393e4f;
}

dt {
  margin-right : 1em;
}

dd {
  color : #b5b5ae;
}
}


@media screen and (min-width:1281px) {
    
p{
  font-size    : 12pt;
  line-height  : 200%;
  font-color   : #393e4f;
}
   
div{      
  font-size             : 12px;
  width                 : 60%;
  margin-top            : 100px;
  margin-bottom         : 100px;
  margin-right          : auto;
  margin-left           : auto;
  line-height           : 155%;
  background-color      : #fbfaf5;
  background-attachment : scroll;
  color                 : #5f5f5f;
}


H1{
  font-size      : 14pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  font-weight    : bold;
  color          : #1c305c;
  letter-spacing : 7px;
  margin-bottom  : 2px
}
  
H2{ 
  font-size      : 13pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  font-weight    : bold;
  color          : #a6a5c4;
  letter-spacing : 5px;
  margin-bottom  : 2px;
}

H3{
  font-size      : 13pt;
  font-family    : "Century Gothic","Osaka","ヒラギノ角ゴシック","YuGothic","Yu Gothic",sans-serif;
  color          : #708090;
  letter-spacing : 5px;
}


dl {
  font-size    : 12pt;
  line-height  : 170%;
  font-color   : #393e4f;
}

dt {
  float        : left;
  margin-right : 1em;
}

dd {
  color : #b5b5ae;
}
 
}


