@charset "utf-8";

@media print, screen {

/* リセット ＆ 基本設定 */

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, figure, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

:focus{
	outline:0;
}

html{
	font-size:62.5%;
}

body{
	background:#fff;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-size:1.6rem;
	line-height:1;
	-webkit-text-size-adjust: 100%;
	/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2.0rem;
}

strong {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}
ol,ul{
	list-style:none;
}

img{
	width: 100%;
	height: auto;
	vertical-align:bottom;
}

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

caption,th,td{
	text-align:left;
	font-weight:normal;
}

input,
textarea,
button,
select,
option{
	color:#342a27;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	font-size:1.6rem;
}
input::placeholder {
	color:#999;
}
input:-ms-input-placeholder {
	color:#999;
}
input::-ms-input-placeholder {
	color:#999;
}

a:link,a:visited { color: #166300; text-decoration: none; word-break: break-all; }
a:hover,a:active { color: #166300; text-decoration: underline; word-break: break-all; }

em {font-style: normal;}

dt dfn {
	font-weight: normal;
	font-style: normal;
}

}/* @media */
