﻿@charset "utf-8";

/* reset
-------------------------------------*/
html {background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td,figure {margin:0;padding:0;}
table {border-collapse:separate;border-spacing:0;}
fieldset,img {border:0;}
img,iframe {vertical-align:top;}
address,caption,em,strong,th {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th,td {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
sup {vertical-align:super; font-size:84%;}
sub {vertical-align:sub; font-size:84%;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}

/* setting
-------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-family: Meiryo, "メイリオ", 'MS PGothic', "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Osaka, 'Lucida Grande', "sans-serif";
	/*
	font-family: "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "serif";
	font-family: "MS Gothic", "ＭＳ ゴシック", "Osaka-mono", "Osaka－等幅", "monospace";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	*/
	/* font-size:100%; */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	/* 画面回転時の自動文字サイズ調整機能OFF */
	-webkit-text-size-adjust: 100%;
}
/*
html:not(:target) body {
	font-size: 18px;
}
*/
main {
	display: block; /* ie用 */
}
a,a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
table {
	width: 100%;
}
input,textarea {
	padding: 3px;
}
input[type="submit"] {
	cursor: pointer;
}

/* clearfix
-------------------------------------*/
.clear:before,
.clear:after {
	content: '';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}