@charset "utf-8";
/* CSS Document */

/* =========================================================
Reset of Default Style
========================================================= */
h1,h2,h3,h4,h5,h6,p,address,a,
ul,ol,li,dl,dt,dd,
table,th,td,img,form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight:normal;
	font-size: 100%;
	text-align: left;
	/*line-height:140%;*/
	vertical-align: baseline;
	background: transparent;

}

/* ブラウザ間でのフォントサイズリセット */
textarea { font-size: 100%; }

/* 画像下部空きのリセット */
img { vertical-align: bottom; }

/* リストのスタイルをリセット */
ul {
	list-style-type: none;
}

hr  { display: none; }

/* =========================================================
Clear Fix
========================================================= */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	/*display: inline-table;*/
	min-height: 1%;
}
/* Hides from IE-mac \
.clearfix { height: 1%; }
.clearfix { display: block; }
 End hide from IE-mac */

/* Hides from IE-mac \
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 End hide from IE-mac */


/* new clearfix */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =========================================================
body
========================================================= */

body {
	margin:0;
	padding:0;
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka , sans-serif;
}

.mincho
{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body *{
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}

/* iphone */
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;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}