html {
font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}
body {
 color: #333;
  font-size:1.4rem;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.clear {
  clear: both;
  width: 100%;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/*------------------------------------------*
* float
*------------------------------------------*/
.floatL{
  float: left;
}
.floatR{
  float: right;
}
.floatN{
	float:none;
}

.txtL{
  text-align:left;
}

.txtR{
  text-align:right;
}

.txtC{
  text-align:center;
}

/*------------------------------------------*
* indent
*------------------------------------------*/
.in{
	margin-left:1em;
}
.ind{
	text-indent:1em;	
}
.indb{
	margin:2em 0 1em 1em;
	font-weight:bold
}
.indm{
	text-indent:-1em;
	margin:0.5em 0 0.5em 2em;	
}
.indmw{
	text-indent:-1em;
	margin-left:3em;	
}
.indmh{
	text-indent:-1em;
	margin-left:4em;	
}



/*------------------------------------------*
* font
*------------------------------------------*/
.bold{
	font-weight:bold;	
}

/*------------------------------------------*
* color
*------------------------------------------*/
.red {
  color: #D11E2D;
}

/*------------------------------------------*
* a img tag
*------------------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*------------------------------------------*
* iOSでTEL link無効
*------------------------------------------*/



img[class*="wp-image-"], img[class*="attachment-"] {
    width: auto;
    height: auto;
    max-width: 100%;
}

img {
  vertical-align: middle;
  line-height: 1;
}



/*------------------------------------------*
* iOSでのデフォルトスタイルをリセット 
*------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

/*---------------------------------------------*

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width:640px) {
	a[href^="tel"]{
  text-decoration:underline;
  color:#FFAD85;
	}
}
/* width 640px end --------------------------------------------*/


