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

/*パンクズリストの設定*/

#pankuzu_oya{
	width:100%;
	height:40px;
	background-color:#10124b;	
	border-bottom: 1px solid #eee;
	
}

#pankuzu_ko{
	width:1100px;
	height:40px;
	margin:0 auto;
	background-color:#10124b;
}

#pankuzu_ko li{
	font-size:11px;
	display:inline;
	color:#fff;
	float:left;
	margin:0px;
	padding-right: 5px;
	line-height:40px;
    text-align:center;
	}
	
#pankuzu_ko li a{
	color:#fff;
	text-decoration:underline;
	}

#pankuzu_ko li a:hover{
	text-decoration:none;
	}	
	
#pankuzu_ko li:before{
	content:"＞";
	margin-right:10px;
	}
	
#pankuzu_ko li:first-child:before{
	content:"";
	}


/*ページタイトルの設定*/
.pageTitle{
	background-color: #fff;
	padding: 20px 0;
	color: #0099d4;
	text-align: center;
	width: 100%;
}

.pageTitle h2{
	font-size: 2.8rem;
	font-weight: bold;
}

.pageTitle p{
	font-size: 1.5rem;
}


/*コンテンツの設定*/

.contentsWrapper{
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0px auto 20px;
}

/*テーブルの設定*/
table {
	width: 100%;
	border-collapse: collapse;
    border: solid 2px #10124b;/*表全体を線で囲う*/
	
	margin-bottom: 10px;
}

tr,th,td{
	border: 1px solid ;
	padding: 10px;
	
}

th{
	background-color: #d2ecfa;
	white-space: nowrap;
	font-size: 1.6rem;
	
}

h2{margin-top: 20px;}

}

/*==========================================
 ipad
===========================================*/

/*パンクズリストの設定*/

#pankuzu_oya{
	width:100%;
	height:40px;
	background-color:#10124b;	
	border-bottom: 1px solid #eee;
	
}

#pankuzu_ko{
	width:100%;
	height:40px;
	margin:0 auto;
	background-color:#10124b;
}

#pankuzu_ko li{
	font-size:11px;
	display:inline;
	color:#fff;
	float:left;
	margin:0px;
	padding-right: 5px;
	line-height:40px;
    text-align:center;
	}
	
#pankuzu_ko li a{
	color:#fff;
	text-decoration:underline;
	}

#pankuzu_ko li a:hover{
	text-decoration:none;
	}	
	
#pankuzu_ko li:before{
	content:"＞";
	margin-right:10px;
	}
	
#pankuzu_ko li:first-child:before{
	content:"";
	}

 @media only screen and (max-width:768px){
	 
	 
table {
	width: 100%;
	border-collapse: collapse;
    border: solid 2px #10124b;/*表全体を線で囲う*/
	
	margin-bottom: 10px;
}

tr,th,td{
	border: 1px solid #10124b;
	padding: 5px;
	
}

th{
	background-color: #d2ecfa;
	white-space: nowrap;
	font-size: 1.6rem;
	
}

 
}

/*==========================================
 sp
===========================================*/
 @media only screen and (max-width:480px){
	 
table {
	width: 100%;
	border-collapse: collapse;
    border: solid 2px #10124b;/*表全体を線で囲う*/
	
	margin-bottom: 10px;
}

tr,th,td{
	border: 1px solid #10124b;
	padding: 5px;
	
}

th{
	background-color: #d2ecfa;
	white-space: nowrap;
	font-size: 1.5rem;
	
}
	 
td{
	font-size: 1.4rem;
	 }
	 
	 
	 
}







