@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 5%;
	color: #0099d4;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

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

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


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

.contentsWrapper{
	width: 100%;
	box-sizing: border-box;
	
}

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

.contentsOdd{
	background: #d2ecfa;
}


.contents h3{
	color:#B4091E;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
	
}

.contents .text{
	font-size:1.6rem;
	
}

.imgArea{
	float: left;
	margin-right: 20px;

}

.imgArea img{
	margin-bottom: 10px;

}

span{
	color:#0099d4;
	 }

h2{margin-top: 20px;}



/*==========================================
 ipad
===========================================*/
 @media only screen and (max-width:768px){
	 
/*パンクズリストの設定*/

#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:"";
	}
	 	 

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

.contentsWrapper{
	width: 100%;
	box-sizing: border-box;
	
}

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



.contents h3{
	color:#B4091E;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 10px;
	
}

.contents .text{
	font-size:1.5rem;
	
}

.imgArea{
	float: none;
	text-align: center;
	margin-right: 20px;

}
	 
	 
.imgArea img{
	margin-bottom: 10px;

}

span{
	color:#0099d4;
	 }

 
}

/*==========================================
 sp
===========================================*/
 @media only screen and (max-width:480px){
	 

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

.contentsWrapper{
	width: 100%;
	
	box-sizing: border-box;
	
}

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



.contents h3{
	color:#B4091E;
	font-size:1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 10px;
	
}

.contents .text{
	font-size:1.5rem;
	
}

.imgArea{
	float: none;
	text-align: center;
	margin-right: 20px;

}
	 
	 
.imgArea img{
	margin-bottom: 10px;

}

span{
	color:#0099d4;
	 }



	 
}