﻿@charset "UTF-8";
html {font-size:62.5%;}
/* ------------------------------------------------------
body
------------------------------------------------------ */
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-size: 1.2rem;
	/* background-color: #E5E5F7;  */
	color: #1a1a1c;
}

/* ------------------------------------------------------
link
------------------------------------------------------ */
a:link{
    color: #4F7EB9; /*緑青 文字色 色指定*/
    text-decoration: underline;
}
a:visited{
    color: #006699; /*緑青 文字色 色指定*/
    text-decoration: underline;
}
a:hover{
    color: #cc0033; /*明るい赤 文字色 色指定*/
    text-decoration: none;
}
a:active{
    color: #cc0033; /*明るい赤 文字色 色指定*/
    text-decoration: none;
}

/* ------------------------------------------------------

------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,label{
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
    background-color: #f8fbf9;
}
fieldset,img{
    border: 0;
}
img{
    vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
}
ol,ul{
    list-style: none;
}
caption,th{
    text-align: left;
}
q:before,q:after{
    content: '';
}
abbr,acronym{
    border: 0;
}
hr{
	border: 1px;
	height: 0;
	clear: both;
	float: none;
	color:transparent;
}
input{
	cursor:pointer;
	font-size:100%;
    font-family: inherit;
}
label{
	text-align: center;
}
p,td{
	line-height: 1.4em;
}
/* ------------------------------------------------------
font
------------------------------------------------------ */
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
}
