@charset "utf-8";
/* ======================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li, ol li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}
/* For vertical-scrollbar issue */
html {
/*overflow: scroll;*/
 	/*overflow: -moz-scrollbars-vertical;*/ /* Firefoxの先行実装 */
 	/*overflow-x: scroll;*/ /* Firefoxで横スクロールバーが表示されない問題を回避 */
}
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 	*/
}
iframe{
	margin:0 0 10px;
	border:0;
}
/* :::::::::: clearfix :::::::::: */
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div:after {
	content: "";
	display: block;
	clear: both;
}
/* :::::::::: fonts :::::::::: */
body {
	font-size: 62.5%;
}
p, dt, dd, li{
	font-size: 1.8em;
	line-height: 1.6;
	color: #222;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:768px) {
p, dt, dd, li{
	font-size: 1.6em;
}
}
/* :::::::::: リンクカラー 	:::::::::: */
a:link, a:visited {
	color: #164A95;
	text-decoration: none;
}
a:hover, a:active {
	color: #5C91C9;
	text-decoration: underline;
}
