#header {
	background-image : url(ptitlebg2.jpg);
	background-repeat : no-repeat;
	background-position : center bottom;
	background-size : 100%;
}

/*----------MSG----------*/

#msg {
	position : relative;
	overflow : hidden;
	width : 100%;
	margin-bottom : 6%;
	background-color : #f3f1f4;
	background-image : url(msgbg2.jpg);
	background-position: right 0 bottom 60px;
	background-repeat : no-repeat;
	background-size : 100%;
}

#msg dl {
	width : 90%;
	margin : 8% auto 50% auto;
	letter-spacing : 0;
}

#msg dl dt {
	margin-bottom : 5%;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-style : normal;
	font-size : 125%;
	line-height : 1.5em;
	text-align : center;
}

#msg dl dt span {
	letter-spacing : -7px;
}

#msg dl dt font {
	display : inline-block;
	margin-left : 15px;
	transform : scaleX(2);
}

#msg dl dd {
	padding : 0 3.5% 0 3.5%;
	line-height : 1.65em;
}

#msg ul {
	position : absolute;
	list-style : none;
	width : 100%;
	background : #9b230f;
	left : 0;
	bottom : 0;
}

#msg ul li {
	float : left;
	width : 33.25%;
	margin-left : 0.25%;
	text-align : center;
	letter-spacing : 0;
}

#msg ul li:first-child {
	width : 33%;
	margin : 0;
}

#msg ul li span {
	display : none;
}

#msg ul li p {
	display : block;
	padding : 18px 0 19px 0;
	background : #ffffff;
}

#msg ul li a,#msg ul li a:hover {
	display : block;
	padding : 18px 0 19px 0;
	color : #ffffff;
	background : #f54632;
	text-decoration : none;
}

/*----------PRODUCTS----------*/

ul#products {
	list-style : none;
	width : 92%;
	margin : 0 auto 3% auto;
	text-align : center;
}

ul#products li {
	display : inline-block;
	position : relative;
	width : 49%;
	height : 250px;
	margin : 0 2% 1.5% 0;
	background : #ececec;
}

ul#products li:nth-child(2n) {
	margin : 0 0 1.5% 0;
}

.thumbnail {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 250px;
}

p.label {
	position : absolute;
	display : inline-block;
	width : 100%;
	padding : 7px 0 9px 0;
	font-size : 94%;
	letter-spacing : -1px;
	text-align : center;
	color : #ffffff;
	background : #be1405;
	bottom : 0;
	right : 0;
}

p#fbtn {
	clear : both;
	width : 70%;
	margin: 0 15% 9% 15%;
	font-size : 120%;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-style : normal;
	text-align : center;
}

p#fbtn a,p#fbtn a:hover {
	display : block;
	padding : 11px 0 12px 0;
	color : #ffffff;
	background : #f54632;
	border-radius : 40px;
	text-decoration : none;
}

/*----------GUIDE----------*/

#guide {
	overflow : hidden;
	width : 100%;
	margin-bottom : 8%;
	padding : 9% 0 4% 0;
	background : #fadcdc;
}

#guide h3 {
	margin-bottom : 5%;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-style : normal;
	font-size : 160%;
	color : #c34646;
	text-align : center;
	line-height : 1.1em;
}

#guide h3 span {
	display : block;
	padding-top : 5px;
	color : rgba(235,110,95,0.5);
	font-family : "p22-mackinac-pro", serif;
	font-weight : 500;
	font-size : 70%;
	letter-spacing : 2px;
}

#gdbox {
	list-style : none;
	margin : 0 5% 2% 5%;
}

.gbox {
	width : 100%;
	margin-bottom : 7%;
}

.gbox h4 {
	margin-bottom : 5%;
	padding : 8px 0 8px 0;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-style : normal;
	font-size : 120%;
	text-align : center;
	color : #ffffff;
	background : #eb6e5f;
}

.gbox ol {
	margin-left : 30px;
}

.gbox ul {
	margin-left : 22px;
}

.gbox ol li,.gbox ul li {
	padding-left : 2px;
	margin-bottom : 10px;
	lien-height : 1.4em;
}

/*----------FAQ----------*/

h3#findex {
	margin-bottom : 6%;
	font-family : "ten-mincho", serif;
	font-weight : 400;
	font-size : 160%;
	text-align : center;
	line-height : 1.3em;
}

h3#findex span {
	display : block;
}

.faqList {
	width : 90%;
	margin : 0 auto 9.5% auto;
}

.faqP {
	position : relative;
	margin-bottom : 10px;
	padding : 13px 45px 14px 12px;
	background : #fadcdc;
	cursor : pointer;
	border-radius : 7px;
	line-height : 1.4em;
}

.faqP:after {
	content : "";
	display : inline-block;
	position : absolute;
	top : 45%;
	right : 15px;
	width : 10px;
	height : 10px;
	border-right : 3px solid #eb6e5f;
	border-bottom : 3px solid #eb6e5f;
	transform : translateY(-50%) rotate(45deg);
	transition : .3s;
}

.faqP.open:after {
	transform : rotate(225deg);
}

.faqP span {
	float : left;
	margin-right : 10px;
	padding : 2px 5px 3px 5px;
	font-family : "p22-mackinac-pro",serif;
	font-weight : 400;
	font-style : normal;
	color : #ffffff;
	background : #eb6e5f;
	border-radius : 6px;
	line-height : 1.3em;
}

.faqA {
	display : none;
	margin-bottom : 10px;
	padding : 5px 5px 7px 5px;
	line-height : 1.4em;
}