@charset "utf-8";

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , label , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
body , input, textarea {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,  "ＭＳ Ｐゴシック",  Arial, Helvetica, Verdana,  sans-serif;

}
body , input ,textarea ,td{
	color: #333;
	font-size: 13px;
	line-height: 150%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

ul , dl , ol{
	list-style: none;
	line-height:150%;
}

caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

/* Config */
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
	color:#333;
}
a:hover , a:active{
	text-decoration:underline;
}
p{
	margin:0 10px 10px 10px;
	line-height:150%;
}
table{
	margin:0 10px 10px 10px;
	line-height:150%;
}
td{
	vertical-align:top;
}
h1{
	font-size:24px;
}
h2, h2 a{
	font-size:18px;
	line-height:200%;
	color:#90a69f !important;
	margin-bottom:5px;
}
h2 span{
	padding:0 5px;
	border-bottom:3px solid #c0e2e6;
}
h3,h4{
	margin-bottom:5px;
	font-size:12px;
	line-height:200%;
	font-weight:bold;
	color:#4887AD;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
}
h5{
	font-size:14px;
	color:#666;
	line-height:200%;
	padding-left:10px;
}

