.c5-title{
	background: url(../images/1200_70_fgo_title.png) no-repeat center center;
	/*line-height: 70px;*/
	margin-bottom:20px;
	width: 100%;
  height: 70px;
  text-align: center;
  background-color: ##599DDA;
  display: table;	
}	
.c5-title h2{
	color: #ffffff;
	font-size: 20px;
	padding:0 50px;
	display: table-cell;
	vertical-align: middle;	
}
.c5-title h2 span{#e8e8e8;
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 750px) {
	.c5-title{
		height: 80px;
		/*line-height: 3.6em;*/
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #ffffff;
		padding:15px 20px;
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}
}

.c5-profileBox {
    padding: 15px 0;
    border: 1px solid #ffffff;
    margin: 0 30px;
}

.c5-profileBox .s5-inStoreFeaturesItem1B {
    margin: 0;
}

.c5-profileBox .s5-inStoreFeaturesItem1B img {
    max-width: 350px;
}

@media screen and (max-width: 639px) {
    .c5-profileBox {
        padding: 15px;
        margin: 0 20px 50px 20px !important;
    }
    .c5-profileBox .s5-inStoreFeaturesItem1B img {
	    max-width: 100%;
	}
}

.c5-content--original img{
	max-width: 100%;
}

/*180907追加*/
.s5--colorWhite{
	color: #fff;
}

/*1800926追加*/
.c5-ga--new_content {
    border: solid 1px #ccc;
    box-sizing: border-box !important;
    padding: 20px !important;
}
/*a.s5-link {
    color: #fff;
    cursor: pointer;
}

a.s5-link:hover {
    color: #cdcdcd;
    text-decoration: none;
    outline: none;
}*/