@charset "UTF-8";


/*reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
img {
	vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
} 
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
a {
	text-decoration: none;
	color: #FFF;
	outline: none;
}
a:hover {
	color: #FFF;
}


/* Fonts
----------------------------------------------- */
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	height: 100%;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
}


/* common
----------------------------------------------- */
body {
	color: #FFF;
}
.chara {
	text-align: center;
}
.data {
	width: 575px;
	margin: 0 auto;
}
.data h1 {
	font-size: 30px;
	line-height: 1;
	border-bottom: 1px dotted #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.data h1 img {
	margin-right: 15px;
}
.data p {
	display: inline;
	margin-right: 30px;
	font-weight: bold;
}
.data p span {
	color: #DD9F37;
	font-weight: bold;
}




