@charset "UTF-8";

/* reset
***************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
li img {
	vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* ie6の背景バグ用 */
ul, ol, dl {
	position: relative;
}
/* body
***************************************************************/
body {
	font-size: 12px;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #666666;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: center;
}
/* ie6 hack */
* html body {
	font-size: 75%;
	letter-spacing:0.1em;
	line-height: 1.6em;
}
/* ie7 hack */
*:first-child+html body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
/* clear
***************************************************************/
div {
	zoom:1;
}
div:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/* link
***************************************************************/
a {
	color:#3b91e3;
	text-decoration: none;
	outline: none;
	word-break: break-all;
}
a:hover {
	color:#3b91e3;
	text-decoration:none;
}

/*ボタンタグ*/
button {
	background: none;
	border: none;
	outline:none;
}

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

article,aside,details,figcaption,figure,img,
footer,header,hgroup,menu,nav,section {
    display:block;
}