﻿#primary {
	width : 100%;
	background-image : url(ptitleimg.jpg);
	background-repeat : no-repeat;
	background-position : center top;
	background-size : cover;
}

h3 {
	margin-bottom : 7%;
	font-size : 110%;
	font-weight : normal;
	text-align : center;
}

#question {
	clear : both;
	width : 100%;
	margin-bottom : 9%;
}

dl.faqs {
	width : 100%;
}

dl.faqs dt.q01 {
	padding : 3% 3% 4.5% 3%;
	background : #e1d2c8;
	border-bottom : solid 1px #ffffff;
	text-decoration : none;
	line-height : 1.4em;
}

dl.faqs dt.q02 {
	padding : 3% 3% 4.5% 3%;
	background : #e1d2c8;
	text-decoration : none;
	line-height : 1.4em;
}

dl.faqs .hover {
    color : #c8280a;
    text-decoration : none;
}

dl.faqs dt span {
	float : left;
	display : block;
	margin-right : 10px;
	padding : 2px 5px 3px 5px;
	background : #e16473;
	color : #ffffff;
	text-decoration : none;
}

dl.faqs dt:hover {
    cursor:pointer;
}

dl.faqs dd {
	margin-bottom : 5%;
	padding : 6% 6% 7% 6%;
	background : #ffffff;
	line-height : 1.4em;
}