@charset 'UTF-8';


/*

    Basefont

*/
html { font-size: 10px;}
body { font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;}





/*

    Font size

*/
body { font-size: 1.6rem;}
h1 { font-size: 2.5rem;}
h2 { font-size: 2.2rem;}
h3 { font-size: 1.9rem;}





/*

    Font other styles

*/
a      { text-decoration: none; outline: none;}
strong { font-weight: bold;}
em     { font-style: italic;}





/*

    Reset default

*/
body, div,
h1, h2, h3, h4, h5, h6,
p,li,dt,dd,th,td,
form,fieldset,input,textarea,
pre,blockquote {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
body, div,
h1, h2, h3, h4, h5, h6,
p,li,dt,dd,th,td,
form,fieldset,
pre,blockquote,
img {
	border-width: 1px;
	border-style: none;
}
body * {
	background-repeat: no-repeat;
}





/*

    Set basics

*/

/*  Headings  */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

/*  Paragraph  */
p {
	margin: 1em 0;
}

/*  Hr  */
hr {
	border: none;
	border-bottom: 1px #000000 solid;
}

/*  Table  */
table {
	border-collapse: collapse;
}
th, td {
	padding: 0.5em;
	border: 1px #cccccc solid;
}
th {
	text-align: left;
	background-color: #f2f2f2;
}
table p,
table ul,
table ol,
table dl {
	padding: 0px;
	margin: 0px;
}

/*  Form  */
input[type=text], input[type=password], select, textarea {
	min-height: 30px;
	padding: 0 5px;
	font-family: Osaka, sans-serif;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px #cccccc solid;
}
textarea {
	line-height: 1.5;
}
input[type=file] {
	min-height: none;
	line-height: 1;
	border: none;
}
form input.Text, form textArea {
	background-color: #ffffff;
	border: 1px #cccccc solid;
}
form select {
	border: 1px #cccccc solid;
}

/*  Lists  */
ul, ol, dl {
	margin: 1em 0;
	padding: 0;
}
ul li, ol li {
	margin-left: 1.25em;
	list-style-position: outside;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 1em;
}

/*  Blockquote  */
blockquote {
	position: relative;
	background-color: #eeeeee;
	padding: 1em 1.5em;
	font-style: italic;
	z-index: 1;
}
blockquote:before {
	content: "“";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 500%;
	line-height: 1em;
	color: #dddddd;
	z-index: -1;
}