@charset "utf-8";
/*
Theme Name: CUSTOM
Version: 1.0
Author: Yukke
*/

/* ------------------------
Reset
------------------------ */
html, body, div, cite, h1, h2, h3, h4, h5, h6, p, a, em, img, small, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, main, menu, nav, section,fieldset{
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	color: #333;
	/*vertical-align:middle;*/
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
}

ul { 
	font-size: 0;
}

li {
	list-style: none;
	font-size: 1rem;
}

html{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	overflow-y:scroll;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
}
*, *::before, *::after{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
	text-decoration: none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

img{
	max-width:100%;
}

/* 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;
}
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;
}

.bold {
	font-weight: bold;
}

.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fs12 { font-size: 12px; !important; }
.fs16 { font-size: 16px; !important; }
.fs20 { font-size: 20px; !important; }
.fs28 { font-size: 28px; !important; }
.text_left { text-align: left !important; }
.text_center { text-align: center !important; }
.text_right { text-align: right !important; }

.red { color: red; }