 @charset "utf-8";
 
	body {-webkit-text-size-adjust: 100%;}
html, body { overflow-x: hidden; overflow-y: auto; }
a { -webkit-tap-highlight-color:rgba(0,0,0,0); }
a { -webkit-touch-callout: none; }
 body {
/*   background-image: url(../img/base/footer_back.gif);
   background-repeat: repeat-x;
   background-position: bottom;*/
			border-bottom: solid 32px #68c9f7;
 }
div#wrapper {width: 100%;
   margin-right: auto;
   margin-left: auto;
 }
 img {
   max-width: 100%;
   height: auto;
 }
 div, p, h2, h2, h3, h4, footer, header,section{
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
 }
 /*========コンテンツ==============*/
 #contents {
   width: 100%;
 }
 /*========セクション==============*/
 .secNormal {display: block;
	width: 100%;
   overflow: hidden;
   line-height: 1em;
   padding-bottom: 2.5rem;
 }
 .secBottom {display: block;
	width: 100%;
   overflow: hidden;
   line-height: 1em;
   padding-bottom: 3rem;
 }
 .secNormal p, .secBottom p {
   text-align: justify;
   text-justify: inter-ideograph;
   line-height: 1.5em;
 }
 