@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-size:100%;
	font-weight: 400;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #222222;
	width:100%;
	margin: 0;
	padding: 0;
}

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

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

img {
	vertical-align:top;
	border:0;
	width:100%;
	max-width: 100%;
	height: auto;
}

/* FLOAT */

.left {
	float:left;
}

.right {
	float:right;
}

/* CLEAR */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	overflow:hidden;
	zoom:1;
}

.clear {
	clear:both;
}

/* LINK */

a:link {
	color: #06F;
}	

a:visited {
	color: #06F;
}

a:hover {
	color: #59F;
}

a:active {
	color: #06F;
}

/* DECO */

.imgB {
	border: 1px solid #CCC;
}

.red {
	color: #00ab75;
}

.orenge {
	color: #ff960e;
}

.bar {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

h4 {
	text-align:center;
	padding:10% 0;
}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

.table01{
	width:100%;
}