@charset "utf-8";

/* ==

　style

=============================================================================== */
#main h3{
	padding:0 0 5px 0;
	border-bottom:1px dotted #f7c8cc;
	margin-bottom:10px;	
}
#main .bgBlock{background:#fdf8e3;}
#main .bgBlock .inner{padding:20px;}
#main .bgBlock h3{
	border:0;
	margin:0 0 10px 0 !important;
	padding-bottom:0 !important;
	text-align:center;
}
#main .bgBlock .txt{
	margin:0;
	padding-top:10px;
}
#main .bgBlock .txt p{
	display:inline-block;
	margin:0 auto 10px;
    padding-top: 20px;
	text-align:center;
	width:auto;
    border-top: 1px solid #ed7986;	
}
#main .bgBlock div{padding:20px;}
#main .bgBlock div h4{
	margin-bottom:15px;
	text-align:center;
}
#main .bgBlock div div{padding:20px;}
#main .bgBlock .bg01{
	background:#edf1b0;
	border-radius:10px 10px 0 0;
}
#main .bgBlock .bg02{background:#bce2e8;}
#main .bgBlock .bg03{
	background:#fce2c4;
	border-radius:0 0 10px 10px;
}
#main .bgBlock div div div{padding:0;}
#main .colBlock04 .col {
    float: left;
    width: 33%;
    margin-right:0;
}

@media only screen and (max-width: 600px) {
	#main .bgBlock{margin-top:40px;}
	#main .colBlock04 .col {
		float: none;
		width: 100%;
		margin-bottom:10px;
	}
}
	








