@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 front.css

+++++++++++++++++++++++++++++++ */

/* reset
-----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul{ list-style: none; }

table{
	border-collapse: collapse;
	border-spacing:0;
}

caption, th {
	text-align: left;
}


/* default
-----------------------------------*/
html, body, input, button, textarea, select {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "游ゴシック Medium", "游ゴシック", 'YuGothic', "游ゴシック体", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	letter-spacing: .01em;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}

a:focus {
	outline:none;
}

h1, h2, h3, h4, h5 { font-size: 1.25rem; }
h1, h2, h3, h4, h5 { max-height: 100%; } /* Android対策 */

button {
	cursor: pointer;
}


/*iOSでのデフォルトスタイルをリセット
-----------------------------------*/
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
	-webkit-appearance: none;
	border-radius: 0;
}

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


/* footer
-----------------------------------*/
.commonFooter {
	margin-top: 100px;
}
