@charset "utf-8";

html, body, div, object, iframe, p, blockquote, pre, a,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	-webkit-text-size-adjust : 100% ;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    word-break: break-all;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
address{
	font-style:normal;
}
li {
	word-break:break-all;
}
a {
	text-decoration:none;
	cursor: pointer;
}
a:link,
a:visited {
/* 	color:#262626; */
}
a:hover,
a:active {
/* 	color:#008ed1; */
}
a.underline:hover,
a.underline:active {
	color:#008ed1;
	text-decoration : none;
	padding-bottom : 2px;
	border-bottom-style : solid;
	border-bottom-width : 1px
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption,
th,td {
	text-align:left;
}
hr:not(.tinymce-box hr) {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
*{
     font-size:16px;
     -webkit-text-size-adjust: 100%;
     box-sizing:border-box;
}

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;
}
input[type="radio"] {
    margin: 0px 5px 1px 0px;
}
textarea {
    resize: none;
}
button{
	cursor: pointer;
}