/*---------------------------------------------------

CSS Information



File name:defalut.css
Author: Hideyo Ryoken (admin)
Style Info: デフォルトの設定

--------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	-webkit-text-size-adjust:none;
	overflow-y: scroll;
	height: 100%;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q {
	font-style: normal;
}

q:before{
	content: no-open-quote;
}

q:after {
	content: no-close-quote;
}

object,
embed,
img {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
	line-height: 1.5;
}

p {
	margin: 1.5em 0;
	line-height: 1.75;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	height: 100%;
	color: #000;
	font-size: 77.5%;
	font-family: garamond,Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN",'ＭＳ 明朝','MS Mincho',serif !important;
}

* + html body {
	font-family: garamond,Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Hiragino Mincho ProN",'ＭＳ 明朝','MS Mincho',serif !important;
}



/*----------------------------------------------------
	Link
 ----------------------------------------------------*/


a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #c00;
}

a:active {
	color: #c00;
}

