@charset "UTF-8";

/* CSS Document */

/*------------------------------
	初期設定
------------------------------*/
html, body{
	height: 100%;
	position: relative;
}
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9999;
	color:#000000;
	text-decoration:none;
}
mark {
	background-color:#ff9999;
	color:#000000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
}
ol,ul {
	list-style: none;
}

/*------------------------------
	印刷用設定
------------------------------*/
@media print {
	body {
		background-color:#fff !important;
	}	
	a, a:link,a:visited,a:hover {
		text-decoration:none !important;
	}
	#tabLink {
		display: none !important;
	}
}
/*------------------------------
	汎用設定
------------------------------*/
.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}
.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearFix { display: inline-block; }
.clearFix { display: block; }
a:hover img {
/*	opacity: 0.6; /* Safari, Opera */
/*	-moz-opacity: 0.60; /* FireFox */
}

/*------------------------------
	全体設定
------------------------------*/
html,body {
 	-webkit-text-size-adjust: none;
}
body {
	line-height:1.1em;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size:14px;
	color:#232323;
	text-align:left;
}
/*------------------------------*/
@media (max-width: 700px) {
}






