@charset "utf-8";

/* for PC600px CSS */
@media screen and ( min-width:600px )
{

.bpimage_title {
	color:#c1427f;
	font-size:1.2em;
}


.bpimage_title span{
	font-size:0.9em;
}

.bpimage_caption span {
	color:#c1427f;
	font-size:1.1em;
	font-weight:bold;
}

.nbd_logo_box{
	border-top: 5px solid #c1427f;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;

}

.nbd_logo_text{
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}

.nbd_logo_text2{
	font-size: 14px;
	color:#c1427f;
	font-weight: bold;
	padding: 10px 20px;
	height: 110px;
}

.nbd_logo_text2 span{
	font-size: 14px;
	color:#000;
}

.partition{
	border-bottom: 1px solid #666666;
	margin-bottom: 10px
	display: inline;
	clear: left;
}

.partition2{
	border-bottom: 5px solid #fff;
	margin-bottom: 10px;
}

.kakomi{
	background-color:#cf6999;
	margin-right:auto;
	width:250px;
	color:#fff;
	line-height:150%;
	padding:10px;
	margin:5px 20px 5px 5px;
	float: left;
	font-size:1.2em;
	text-align:center;
	}

.big{
	font-size:1.7em;	
	line-height:180%
	font-weight:bold;
	}

.hidari{
	text-align:Left;
	}
	}


/* for 599pxCSS */
@media screen and ( max-width:599px )
{

.bpimage_title {
	color:#c1427f;
	font-size:1.2em;
}


.bpimage_title span{
	font-size:0.9em;
}

.bpimage_caption span {
	color:#c1427f;
	font-size:1.1em;
        font-weight:bold;
}

.bpbox3 nbd_logo_box{
	border-top: 5px solid #c1427f;

}

.nbd_logo_text{
	font-size: 16px;
	font-weight: bold;
}

.nbd_logo_text2{
	font-size: 14px;
        color:#c1427f;
	font-weight: bold;
}

.nbd_logo_text2 span{
	font-size: 14px;
        color:#000;
}

.partition{
	border-bottom: 1px solid #666666;
	 margin-bottom: 10px

}

.partition2{
	border-bottom: 5px solid #fff;
	 margin-bottom: 10px
}

.kakomi{
	background-color:#cf6999;
	margin:auto;
	width:280px;
	color:#fff;
	line-height:150%;
	padding:10px 10px 0px 10px;
	margin:5px 5px 5px 5px;
	font-size:1.2em;
	text-align:center;
	}

.big{
	font-size:1.7em;	
	line-height:180%
	font-weight:bold;
	}

.hidari{
	text-align:Left;
	}
	}
	