@charset "utf-8";
.mbNavCommon {
	border-bottom: solid 1px #ccc;
}
.commonPage h2 {
	color: #295eaa;
	font-size: 45px;
	padding:25px 0 5px;
	border-bottom: solid 3px #295eaa;
	line-height: 1.2;
	font-family: "FOT-筑紫ゴシック Pro B";
}
#contactPage h2 {
	color: #F5B090;
	border-bottom: solid 3px #F5B090;
}
#contactPage h3 {
	border-left: 4px solid #F5B090;	
}
#contactPage h3.boxTitle {
	border-left: none;	
}
#fun h2 {
	color: #0099D9;
	border-bottom: solid 3px #0099D9;
}
#fun h3 {
	border-left: 4px solid #0099D9;
}
#brand h2 {
	color: #E60039;
	border-bottom: solid 3px #E60039;
}
#productPage h2 {
	color: #ff9e20;
	border-bottom: solid 3px #ff9e20;
}
#productPage h3 {
	border-left: 4px solid #ff9e20;	
}
#brandDetail h2 {
	color: #E60039;
	border-bottom: solid 3px #E60039;
}
#brandDetail h3 {
	border-left: 4px solid #E60039;	
}
#campaignPage h2 {
	color: #0099D9;
	border-bottom: solid 3px #0099D9;
}
#campaignPage h3 {
	border-left: 4px solid #0099D9;	
}
.commonBox {
	margin: 40px 0 50px;
	overflow: hidden;
}
.commonBox h3 {
	border-left: 4px solid #295eaa;	
	font-size: 25px;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 1.2;
	font-family: "FOT-筑紫ゴシック Pro E";
}
.commonBox h4 {
	font-weight: bold;
	margin-bottom: 20px;
}
.commonBox p {
	padding: 5px 0;
	font-size: 16px;
	line-height: 140%;
}
.presidentName {
	text-align: right;
}
.presidentName img {
	width: auto;
	height: auto;
}
.commonBox p a {
	background: url(../img/link-arrow.png) no-repeat left center;
	padding-left: 15px;
}
.commonPage h3.boxTitle {
	border-left: none;
	font-weight: normal;
	color: #fff;
	line-height: 110%;
	font-family: "FOT-筑紫ゴシック Pro B";
	position: absolute;
	top: 8px;
	left: 0px;
}
.commonPage h3.boxTitle br {
	display: none;
}
/*　各ページメニュー　*/
.commonMenuBox .topMenuBox a {
	position: relative;
}
@media screen and (min-width: 742px) {
.commonPage h3.boxTitle br {
	display: block;
}
}
@media screen and (min-width: 980px) {
.commonPage {
	padding: 0 20px 0px;
}
}