@charset "UTF-8";

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, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

/* body */
body {
	font-family: "小塚ゴシック Pro", "Lucida Grande",  "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	background:none repeat scroll 0% 0% transparent;
	color:#333;
}
/* 丸い感じのfont
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
*/

/* 明朝font
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
*/

/* タイトル */
h1, h2, h3 {
	font-size: 100%;
}

/* リンク*/
a {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/* opacity: 0.7; */
	transition:0.2s ease-out;
}

a img{
	border:none;
}

/* リスト */
li {
	list-style: none;
}

/* 画像 */
img{
	font-size:0;
}

/* clear fix */
.parent:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}


/* for IE6 */
* html ol dl{
	display: inline;
}
/* for IE7 */
*:first-child+html ol dl{
	display: inline;
}

