/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html{
	height:100%;
}

body{width:100%;
	height:100%;

background-color: #344166;
font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-feature-settings: "palt";
font-size: auto;
line-height: 1.6em;
letter-spacing:1px;
	text-align : left;
 font-weight: normal;
background-color:#efe2dd;
 
}

ul{
	list-style:none;
}

p {
 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:1.6em;
}

h2{

	font-size:1.4em;
	line-height:1.4em;

}

h3{
padding-bottom:8px;
	font-size:1.2em;
	line-height:1.4em;
}


/*各ページ*/


#container{
	position: relative;
width: 100%;
	padding:0px 0.5em 0px 0.5em;
	height: auto !important;
		height: 100%;
		min-height: 100%;	
}

article{clear:both;
}

header{
width:100%;
height:auto;
text-align:center;
background-color:#DAF0FC;
}

#hdrs{
width:100%;
	height:auto;
text-align:center;}

header img{
width:100%;
height:auto;
}

header img.szs{
width:60%;
height:auto;
}



/**/
#bdy{
	width: 100%;
	height:100%;
padding: 0px 10px 0px 10px;
	text-align:left;
}

#bdy img{
width:100%;
	height:auto;
}
	
#stg{
width: 95%;
height:auto;
padding:10px;
text-align: justify;
text-justify: inter-ideograph;
	}

/*ボタン*/
 .btn{
    /* ユーザーエージェントスタイルシートをリセット */
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676D7;
  color: #fff;
	 margin-bottom:1.0em;
  padding: 8px 16px;
  font-size:1.6em;
  }
  
	
 .btn:hover {
  background: #1d49aa;
}
 
 .btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

 .btn2{
    /* ユーザーエージェントスタイルシートをリセット */
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #EE2358;
  color: #fff;
  padding: 8px 16px;
 font-size:1.6em;
  }
  
	
 .btn2:hover {
  background: #D30A2C;
}
 
 .btn2:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

 .btn3{
    /* ユーザーエージェントスタイルシートをリセット */
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #444444;
  color: #fff;
	 margin:8px 20px 8px 0px;
	
  padding: 8px 16px;
  font-size: 16px;
  }
  
	
 .btn3:hover {
  background: #D30A2C;
}
 
 .btn3:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}


/*FOOTER*/

footer{
clear:both;
	position: relative;
	padding:6px;
	width: 100%;
    height: auto;
background-color: #dcd6d0;
 bottom: 0;
  }

#ftxt{
width:100%;
 height: auto;
margin:20px auto 0px auto;
	font-size:0.8em;
	font-weight:normal;
	color:#534741;
	text-align:left;
	
	}
	
	
.ftxtb{
	font-size:1.2em;
	font-weight:bold;
}
	



/*フォント*/
#ftxt{
	width:95%;
	height:auto;
	margin:10px auto;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	color:black;
	}
	

	h1{margin-bottom:20px;
	}
	
	h2{margin-bottom:20px;
	}
	

/*テキストボックス*/


/*テーブル*/



	/*リスト*/

ul.yoko{
line-height:1.6em;
}

ul.yoko li{
margin-bottom:1.2em;
}

ul.yoko2{
	margin-left:2.0em;
margin-bottom:1.0em;
}

ul.yoko li2{
	line-height:1.6em;

}
dl.chui{
	line-height:1.6em;
}

dl.chui dt{
font-weight:500;
margin-bottom:0.4em;
}

dl.chui dd{
font-weight:200;
	margin-bottom:1.2em;
}

/*FAQ*/


/*テキスト*/

.lftbrdr{margin-top:10px;padding-left:16px;line-height:1.6em;border-left:solid 2px #000000;}

.medachi{font-size:1.2em;font-weight:bold;}

table#tblprz{width:auto;}
table#tblprz tr{}
table#tblprz td{width:120px;border-bottom:solid 1px #999999;}
table#tblprz td.prgt{width:80px;text-align:right;}

/*位置関係*/


/*画像*/
figure{margin-left:20px;text-align:center;}
figcaption{line-height:1.3em;font-size:0.8em;}

.ph-r{float:right;}
