@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     base.css                                                           ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・要素のリセット                                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/***    【注意】                                                            ***/
/***                                                                        ***/
/***     ・セレクタにのみ適用                                               ***/
/***     ・clear_fixを除く個々のスタイルは記述しない                        ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li {
	/* background: url(/assets/img/sp/spacer.png) no-repeat left top; */
}
html, body {
	width: 100%;
}
body {
	background: #fff;
	color: #28324f;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5;
	font-family: YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
	body {
		overflow-x: hidden;
	}
}
#l_main .text_btn input {
	font-size: 100%;
	line-height: 1.5;
	font-family: YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ul li, ol li {
	list-style: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

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

caption, th {
    text-align: left;
}

button,select {
	cursor:pointer;
	text-transform:none;
}
input,select,button,optgroup,textarea {
	font-family: inherit;
	appearance: none;
	background: none;
	border:none;
	outline: 0;
	margin:0;
	padding:0;
}
button,input {
	overflow: visible;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
	color: #28324f;
	text-decoration: none;
}
a img {
	vertical-align: top;
}

/* frameborder廃止に伴う修正 */
iframe{
    border-width: 0px;
}

/* clearfix */
.clear_fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear_fix {
	min-height: 1px;
}
* html .clear_fix {
	height: 1px;
}
