﻿/* CSS Document */

#wPrimary p {
	font-size: 1.4rem;
}

#wPrimary > section {
	margin-bottom: 1.5rem;
	padding: 0 .5rem;
}

.undoukai-section section {
	margin-bottom: 1.0rem;
}

.undoukai-section .titleSub {
	margin-bottom: .25rem;
	color: #960;
}

.undoukai-section .titleMain {
	margin-bottom: .25rem;
	color: #f36;	
}

.undoukai-section > [class*=col] section > .row {
	padding-bottom: 1.0rem;
}

.undoukai-section.pr {
	padding: 4.0rem 0;
	background: #fafafa;
}

#img_1 {
	position: absolute;
	right: 20px;
	top: -13px;
	width: 70px;
}

@media screen and (min-width: 768px) {
	#img_1 {
		top: 0px;
		width: 120px;
		height: auto;
	}

}

#section-1 {
	background: url(/photo/undoukai/images/title_clock_1.gif) no-repeat top left;
	background-size: auto 60px;
}

#section-2 {
	background: url(/photo/undoukai/images/title_clock_2.gif) no-repeat top left;
	background-size: auto 60px;
}

#section-3 {
	background: url(/photo/undoukai/images/title_clock_3.gif) no-repeat top left;
	background-size: auto 60px;
}



.title-qa {
	padding-top: 100px;
	background: url(/photo/undoukai/images/bg_title_faq.gif) no-repeat top center;
	background-size: auto 290px;
}


.section-qa {
	margin-bottom: 2.0rem;
}

.section-qa h2 {
	margin: 1.5rem 0;
	font-size: 2.0rem;
	color: #f36;
}
	
.section-qa h3 {
	font-size: 1.8rem;
	color: #33cc99;
}


.section-qa p {
	margin-left: 0;
	margin-right: 0;
}

.section-qa p:first-letter {
	font-size: 1.8rem;
	color: #cc0033;
}
