@charset "utf-8";

h1 {
  text-align : left;
  font-size: 16px;
}

h2 {
  font-size: 14px
}

body {
  font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  padding:10px;
  font-size: 14px;
}

html,body{

      margin:0;
      padding:0 5px;

}

html {
      -webkit-overflow-scrolling: touch;
}

body, p, td, div {
  line-height: 1.7;
}

#main{
       margin-left: auto;
       margin-right: auto;
       text-align: left;
       width: 100%; 
}

img {
       max-width: 100%;
       height: auto;
}

.resizeimage { width: 98%; }

a:link {
	color: #0E1BBB;
	text-decoration: none;
}

a:visited {
        color: #0E1BBB;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.u {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

#main{
       margin-left: auto;
       margin-right: auto;
       text-align: left;
}

#wrapper {
  margin-bottom : 10px;
}

#footimg {max-width: 100%;
          margin-top: 10px;
          margin-bottom: 10px;}

@media print {
  body { display: none !important; }
}