@charset "shift_jis";
/* CSS Document */

.palent {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 911px;
    margin: 0px auto;
    background-color: #FAE4E4;
		    padding: 260px 0px 5px 5px;
	text-align: center;
	background-image: url(../img/pr_back.png);
	background-repeat:no-repeat;
	
}

.child {
  text-align: center;
  width: 450px;
}

.child > iframe {
  width: 320px;
  height: 180px;
}

.video_title {
    width: 350px;
    line-height: 1.6;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
p.video_up {
    padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #188FC6;
	text-align: left;
}

 
