﻿@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
}
a img { 
	border: none;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#head {
	background-color: #F36;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
#head2 {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.contact {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.pagetitle {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #F06;
}
.box {
	width: 100%;
	font-size: 15px;
	text-align: center;
	box-sizing : border-box ;
}
.box2 {
	width: 90%;
	font-size: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	box-sizing : border-box ;
}
/*----- main -----*/
#camera {
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
}

/*----- footer -----*/
#footer {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F99;
}
#fmenu { 
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#fmenu ul { margin: 0; padding: 0 }
#fmenu li {
	color: #666;
	background-image: url(../images/common/menubg.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	height: 32px;
	text-align: center;
	list-style-type: none;
	background-position: center;
}
#fmenu a { color: #666; text-decoration: none; display: block }
#copy {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #F06;
	text-align: center;
}
/*----- qa -----*/
.qa_q {
	width: 100%;
	font-size: 18px;
	color: #FF6600;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	line-height: 22px;
}