@charset "UTF-8";
/* CSS Document */
html {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  color: #35393a; }

#container {
  padding: 0;
  max-width: 640px !important;
  margin: 0; }

.com {
  padding: 2% 2% 0 0;
  font-size: 70%;
  text-align: right; }

.bold {
  font-weight: bold; }

.notes {
  font-size: 70%;
  color: #555;
  text-align: right;
  padding-right: 10px; }

.arrow {
  text-align: center;
  width: 32%;
  margin: 0 auto; }

.arrow img {
  margin: 30% 0; }

/*.noCopy{
	position:absolute;
}

.blank{
	position:relative;
	z-index:5;
}*/
/*------------------------------------------------------------
	hdr
------------------------------------------------------------*/
#hdr {
  padding: 0 0 3% 0; }

#container h1 {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important; }

/*------------------------------------------------------------
	section
------------------------------------------------------------*/
section {
  clear: both;
  max-width: 640px; }

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

h1, h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important; }

.fl-area {
  width: 100%;
  overflow: auto;
  line-height: 0;
  font-size: 0; }
  .fl-area .fl-L {
    float: left;
    width: 40%; }
  .fl-area .fl-R {
    float: left;
    width: 60%; }

.bg_area {
  position: relative; }
  .bg_area .bg {
    position: relative; }
  .bg_area .btn {
    width: 30%;
    position: absolute;
    top: 74%;
    left: 6%; }

/*------------------------------------------------------------
	page top
------------------------------------------------------------*/
.pagetop {
  text-align: right;
  font-size: 16px;
  padding-bottom: 3%; }

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
a {
  -webkit-tap-highlight-color: transparent;
  display: block;
  color: #009fe9 !important;
  text-decoration: underline !important; }

.img100 img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*Text-align
-------------------------------------------*/
.txaL {
  text-align: left; }

.txaR {
  text-align: right; }

.txaC {
  text-align: center; }

/*Float
-------------------------------------------*/
.flL, .boxL {
  float: left; }

.flR, .boxR {
  float: right; }

/*Clear
-------------------------------------------*/
/* Clearfix */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-Mac */
/*Display
-------------------------------------------*/
.block {
  display: block; }

.inline {
  display: inline; }

.txtr {
  font-size: 9px;
  text-align: right;
  margin-right: 2.96875%; }

/*# sourceMappingURL=main.css.map */
