@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html{
	height:100%;
}

body{ 
/*	display: flex;
flex-flow: column;
min-height: 100vh; */
	
	width:100%;
	height:100%;
text-align:left; 

font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-feature-settings:"palt";
 letter-spacing:0.8em; 
font-size: 16px;
line-height: 2.0em;
letter-spacing:1px;
 font-weight: normal;

}

ul{list-style:none;
}

p {
 font-weight:normal;
}

p.ttle {
 marginleft:20px;
}

p.clr {clear:both;
 font-weight:normal;
}



div:after{  
     content: ".";   
     display: block;   
     visibility: hidden;   
     height: 0.1px;   
     font-size: 0.1em;   
     line-height: 0;   
     clear: both;   
}  

h1{	
	font-size:1.6em;
	line-height:32px;
	margin-top: 40px; 
	margin-bottom: 10px; 
}

h2{
	font-size:1.4em;
	line-height:40px;
	margin-top: 30px; 
margin-bottom: 10px; 
	background-image:url(../members/images/bg_ttle.gif);
	background-repeat:no-repeat,no-repeat;
	background-position:0px 10px;
}

h3{	margin-top:20px;
	margin-bottom:6px;
	padding:10px 0px 4px 0px;
	font-size:1.2em;
	line-height:1.4em;

}

h4{	margin-top:10px;
	margin-bottom:10px;
	padding:10px 0px 4px 0px;

	font-size:1.2em;
	line-height:1.6em;

}
h5{	
	margin-bottom:10px;
	padding:10px 0px 4px 20px;

	font-size:1.2em;
	line-height:1.4em;
border-left:solid 5px #666666;
	border-bottom:solid 1px #666666;
}