﻿
body{
 background: rgb(250, 256, 256); padding: 0px; margin: 0px;  
 font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
 font-size: 18px;
 border-left-color: rgb(224, 255, 255); 
 border-left-width: 5px; 
 border-left-style: solid;
 margin:0
}

.container { padding: 0 2px; font-size: 20px;  } 

h1 {font-size: 1.4em; margin-left:1px ;  background: orange; color: white; border-radius: 1px;}  
 *line-height: 1.5em;*/  /*font-size: 25px;*/    /*width: 100%; */  /* font-size: 22px;*/ 

.sente { padding:1px 20px; font-size: 1.7em; }  /* width: 95%; */


.sente2 { padding:1px 25px; line-height: 2.0em; font-size: 22px; } /* width: 95%; */
 
.formu {  padding: 0px 10px; font-size: 17px;  }

.formu2 { padding: 20px 10px; font-size: 25px;   } 

hr { border-width: 0px ;  border-top: 1px; border-top-style:  solid;  border-top-color: green;  height:1px}  
	

.notes { padding: 10px 20px;  line-height: 1.8em; font-size: 19px; }

.description img {padding: 0 10px ;  font-size:1.0em; } /*width: 100%;*/

.figu {padding: 0 10px ;  font-size:1.0em; width: 100%; }

.coffe img { padding: 0 5px ;  font-size:1.0em;} /*width: 20%;*/                           

.listm { line-height: 1.4em; margin-left: 1.8em;  font-size:1.1em; }

.header { margin-top: 0px;  padding: 10px;  text-align: left;  width: 95%;  }

.footer { padding: 10px;  padding-bottom: 40px;  text-align: left;  width: 95%; }

em { font-style: normal; font-weight: bold; color: red; }　/*要素ﾀｸﾞemにはドットは不要*/

.under0 {	text-decoration: underline;}

.under1 {	text-decoration: underline; font-size: 1.1em; }

.under {text-decoration: underline; color: red; }    /*字も色がつく*/



a {text-decoration: underline; color: blue; }
	
.em2 { font-style: normal; font-weight: bold; color: black; }　　/*これは要素ﾀｸﾞではない*/

/*a:link { color: blue; } */ /*darkblue*/

a:visited { color: purple; }

a:hover { color: red; }

/*@media screen and (max-width: 480px) {*/

@media screen and (max-width: 600px) {
  body{
    color: #333333;
    background: #FFFFF5;
    font-size: 15px;
    line-height: 1.7;
    border-left-width: 0px;
  }

.container { font-size: 15px;  } 

.sente { padding:1px 20px; font-size: 15px; } 

.sente2 { font-size: 15px; } 

.notes {
    font-size: 13px;
  }

  .formu {
    font-size: 12px;
    padding: 0px 3px;
  }


  .formu2 {
    font-size: 13px;
    padding: 0px 3px;
  }

.figu {font-size:1.0em; }


img { width: 95%; }

.coffe img { font-size:1.0em;}                           


.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}
}