@charset "utf-8";

/* -------------------------------------------------------------
	0. Resetting default margin and padding
------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, input, textarea, fieldset, legend, figure {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------
	1.HTML, Body, Anchor
------------------------------------------------------------- */

html { overflow-y: scroll; }

body {
	margin: 0 auto;
	color: #434143;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: url(../images/bg.jpg) repeat;
}

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

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a:link, a:visited {
	color: #f83a66;
	text-decoration: none;
}

a:hover, a:active {
	color: #FB7593;
	text-decoration: underline;
}

a:focus { outline: none; }

/* -------------------------------------------------------------
	2.Heading, Paragraph
------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* -------------------------------------------------------------
	3.List
------------------------------------------------------------- */

li { list-style: none; }

/* -------------------------------------------------------------
	4.Table
------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* -------------------------------------------------------------
	5.Form
------------------------------------------------------------- */

fieldset { border: none; }

input, textarea { outline: none; }

input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label { cursor: pointer; }

textarea { overflow: auto; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	border: 0;
}


/* -------------------------------------------------------------
	6.Other
------------------------------------------------------------- */

img {
	border: none;
	vertical-align: bottom;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

q:before, q:after { content: ''; }

address, caption, cite, code {
	font-weight: normal;
	font-style: normal;
}

hr { display: none; }

