/*
Theme Name: Rising
*/

@charset "utf-8";

body { position: relative; overflow: hidden; min-width: 320px; font-size:12px; background: #fff!important; -webkit-text-size-adjust:none; }
section { background: #fff!important; }
a { text-decoration:none; color:#474747; transition: all 0.25s ease; display: inline-block; }
a:hover { text-decoration:none; color:#c6002f; }
img { max-width: 100%; }
#wrap { position: relative; background: #fff; }

.fl { float:left!important; }
.fr { float:right!important; }

.mt40 { margin-top: 40px!important; }
.pd0 { padding-bottom: 0!important; }
.pd10 { padding-bottom: 10px!important; }
.pd20 { padding-bottom: 20px!important; }

.center { text-align: center!important; }

.bgBlack { background: #282828; }
.bgRed { background: #c6002f; }
.bgGray { background: #f9f9f9; }

.tb { display: none; }
.sp { display: none; }

@media(min-width:1548px){
	body { position: static; }
}

@media(max-width:790px){
	html #wpadminbar { position: fixed; }
	.pc { display: none; }
	.tb { display: none; }
	.sp { display: block; }
}

@media(max-width:790px){
	body { margin-top: 0!important; }
}

#frametype_home section.feature { position: relative; }
#frametype_home h2 { margin: 40px auto; font-size: 32px; font-weight: 500; text-align: center; }

@media(max-width:790px){
	#frametype_home h2 { font-size: 24px; }
}
