/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/

/* ------------------------------------------------------
header
------------------------------------------------------ */
#tagline {
	background: #EF8812;
	text-align: right;
	padding: 0 2px;
	font-size: 93%;
}
#tagline a {
	text-decoration: none;
	color: #000;
	position: relative;
	padding-right: 15px;
}
#tagline a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #000;
}
#tagline a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ef8812;
}
#header {
	width: 100%;
	background: #FFFFFF;
	border-bottom: 7px solid #EF8812;
	height: 55px;
}
#header h1 {
	margin: 4px auto 2px;
	text-align: center;
}
/* ------------------------------------------------------
common
------------------------------------------------------ */
.group {
	margin-bottom: 20px;
}
#contArea {
	margin: 0.6em;
}
h2 {
	margin-bottom: 10px;
	padding-left: 36px;
	background: url(../img/tit_mark.jpg) left top no-repeat;
	background-size: 26px 26px;
	-webkit-background-size: 26px 26px;
	-moz-background-size: 26px 26px;
	font-size: 1.4em;
	font-weight: bold;
	color: #a88256;
}
h2 .sub {
	margin-left: 20px;
	font-size: 0.8em;
	color: #f09227;
}
ol.normal, ul.normal {
	margin-bottom: 20px;
}
ol.normal li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}
ul.normal li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}
.indent {
	padding-left: 1em;
	text-indent: -1.0em;
}
/* ------------------------------------------------------
#mainImg
------------------------------------------------------ */
#mainImg {
	margin-bottom: 20px;
}
#mainImg .img {
	width: 100%;
}
/* ------------------------------------------------------
.#news
------------------------------------------------------ */

#news .tit {
	padding: 5px;
	color: #FF3300;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #FF3300;
}
#news li {
	padding: 5px;
	border-bottom: 1px dashed #9E9181;
}
#news a {
	padding-left: 20px;
	display: block;
	text-decoration: none;
	position: relative;
	color: #000;
}
#news a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #9E9181;
}
#news a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#news .date {
	padding: 10px 0;
	text-align: right;
	color: #9e9181;
}
#news .photo {
	margin-bottom: 10px;
}
#news .data-tit {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
#news .photo {
	margin-bottom: 20px;
}
#news .photo img {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
#news .text {
	line-height: 1.6;
	margin-bottom: 20px;
}
/* ------------------------------------------------------
.foot-nav
------------------------------------------------------ */
.foot-nav .btn {
	margin-bottom: 10px;
}
.foot-nav .btn li {
	margin-bottom: 5px;
}
.foot-nav .btn li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../img/fadie-logo.png) no-repeat 10px 50%, linear-gradient(#fff 60%, #b4aa9e);
-moz-background-size:30px 30px,100% 100%;
background-size:30px 30px,100% 100%;
	padding: 20px 10px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #9E9181;
	color: #666666;
	font-size: 1.5em;
	font-weight: bold;
}
.foot-nav .btn li a img {
	width: 95%;
	margin: 0 auto;
}
.foot-nav .btn li {
	margin-bottom: 5px;
}
.foot-nav .btn li ul {
	margin-top: 5px;
	width: 100%;
}
.foot-nav .btn li li {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	display: table;
}

.foot-nav .btn li li:nth-child(2n+1){
	margin-right:5px;
}
.foot-nav .btn li li.ww {
	width: 100%;
	border-right: 0;
}
.foot-nav .btn li li a {
	display: table-cell;
	height: 60px;
	padding: 0;
	background: #9E9181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 1.0;
	vertical-align: middle;
}
.foot-nav .bnr img {
	width: 100%;
	height: auto;
}
/* ------------------------------------------------------
.in-nav
------------------------------------------------------ */
.in-nav .btn {
	margin-bottom: 10px;
}
.in-nav .btn li {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.in-nav .btn li:nth-child(2n) {
	margin-left: 2%;
}
.in-nav .btn li.ww {
	width: 100%;
	margin-right: 0%;
}
.in-nav .btn li a {
	display: block;
	width: 100%;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ef8812;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.0em;
	vertical-align: middle;
}
/* ------------------------------------------------------
.c-btn
------------------------------------------------------ */
.c-btn, m-btn {
	width: 100%;
	line-height: 1.0;
}
.c-btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(#fff 70%, #f9ccae);
	padding: 15px 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffc18e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
	color: #ff6600;
	font-weight: bold;
}
.m-btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(#ff791f 70%, #e75c00);
	padding: 10px 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
.c-btn .memo {
	font-size: 0.7em;
}
/* 
------------------------------------------------------
.form_box
------------------------------------------------------ */


.form_box dt {
	padding: 6px;
	border-top: 1px dotted #cfc681;
	border-bottom: 1px dotted #cfc681;
	background: #ebe2d7;
	color: #996600;
}
.form_box dd {
	padding: 10px 0;
}
.form_box .must {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 1px 5px;
	background: #cc0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	font-size: 0.8em;
}
.form_box input, .form_box textarea, .form_box select {
	padding:10px;
	font-size: 120%;
}
.form_box input, .form_box textarea {
	border: #bcaca2 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
.form_box .w_full {
	width: 100%;
}
.form_box .w_half {
	width: 48%;
}
.form_box .w_one_third {
	width: 32%;
}
.form_box .w_quarter {
	width: 22%;
}
.form_box .submit {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
	border-style: none;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-img: none;
	background-color: #ef8812;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	cursor: pointer;
	cursor: hand;
}
.form_box .back {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	display: block;
	padding: 8px 10px;
	border-style: none;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	color: #ef8812;
	border: 1px solid #ef8812;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	cursor: pointer;
	cursor: hand;
}
.form_box .btn_full_back a {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #ef8812;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	text-decoration: none;
}
.form_box .set2 {
		text-align:center;
}
.form_box .set2 input {
	display: inline-block;
	width: 46%;
	margin: auto 2%;
}
.form_box p.error {
	padding: 10px;
	margin: 0 5px;
	margin-bottom: 10px;
	border: 2px solid #ff0000;
	background: #fff3f3;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ff0000;
}
.form_box dt.error {
	color: #ff0000;
}
.form_box dd p.error {
	padding: 3px 10px;
	font-size: 1rem;
	margin-bottom: 5px;
	border: 2px solid #ff0000;
	text-align: left;
}
.form_box .memo {
	padding: 5px 0;
	color: #003399;
}
/* ------------------------------------------------------
footer
------------------------------------------------------ */

footer {
	margin-top: 20px;
}
footer .pagetop {
	width: 100%;
	text-align: center;
}
footer .pagetop a {
	display: block;
	padding: 10px 0;
	background: #d0b391;
	color: #fff;
	text-decoration: none;
}
footer .nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	zoom: 1;
	border: 1px solid #d0b391;
}
footer .nav:before, footer .nav:after {
	content: "";
	display: table;
}
footer .nav:after {
	clear: both;
}
footer .nav li {
	display: table;
	float: left;
	width: 50%;
	padding: 0;
}
footer .nav li a {
	display: table-cell;
	height: 3.8em;
	background: #f9f5f0;
	border-bottom: 1px solid #d0b391;
	vertical-align: middle;
	font-size: 82%;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	color: #000;
}
footer .nav li:nth-child(2n+1) a {
	border-right: 1px solid #d0b391;
}
#copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 85%;
	color: #9C6B42;
}
/* ------------------------------------------------------
Clear Fix
------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hides from IE-mac \*/
