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


/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font:13px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

li{list-style:none;
}

/*----------------------
	レイアウト
-----------------------*/
body{
	background:#FFF;
	max-width:100%;
	color:#044878;
}

iframe{
	max-width:100%	
}

a{
	color:#1CA9EB;
	font-weight:bold;
	text-decoration:none;
}

div{
	max-width:100%;
	height:auto;
}

/* ヘッダ部分
--------------------*/
#head{
	padding:5px 14% 5px 10px;
	overflow:hidden;
}

#head h1{
	margin: 0 auto;
	padding: 0;
}



/* 広告部分
--------------------*/
.main01{
	max-width:100%;
	height:auto;
	text-align:center;
	margin:auto 0;
	padding: 1% 0;}

.main01 img{
	max-width:100%;
	height:auto;}

.line01{
	max-width:100%;
	text-align:center;
	margin: 0 auto;
	padding:3% 1% 2%;}
	

.main02{
	max-width:100%;
	height:auto;
	text-align:center;
	margin:auto 0;
	padding:0;}

.main02 img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.banner{
	max-width:100%;
	height:auto;
	text-align:left;
	margin:auto 0;
	padding:0;}

.banner img{
	max-width:70%;
	height:auto;
	margin:0 auto;
}


.ba_pic{
	max-width:100%;
	height:auto;
	text-align:center;
	margin-bottom: 25px;
	margin:0,auto;
	padding:0;}

.ba_pic img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.main03{
	max-width:100%;
	height:auto;
	text-align:center;
	margin:auto 0;
	padding:0;}

.main03 img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.kinmuchi{
	max-width:100%;
	height:auto;
	text-align:center;
	margin:auto 0;
	padding:5px;}

.kinmuchi img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.line02{
	max-width:100%;
	text-align:center;
	margin: 0 auto;
	padding:0;}

.main04{
	max-width:100%;
	height:auto;
	text-align:center;
	margin:auto 0;
	padding:0;}

.main04 img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}





/* フッター部分
--------------------*/


footer{
	max-width:100%;
	height:auto;
	text-align:center;
	background-color : #F9B3E0;
	color:white;
	
}

