/* Fonts
/* ------------------------------ */
@font-face {
	font-family: icomoon;
	src: url("../style_font/icomoon/icomoon.eot");
	src: url("../style_font/icomoon/icomoon.eot?#iefix") format("embedded-opentype"),
	     url("../style_font/icomoon/icomoon.woff") format("woff"),
	     url("../style_font/icomoon/icomoon.ttf") format("truetype"),
	     url("../style_font/icomoon/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: "Avenir Next";
	src: url("../style_font/AvenirNext/AvenirNext-DemiBold.eot");
	src: url("../style_font/AvenirNext/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"),
	     url("../style_font/AvenirNext/AvenirNext-DemiBold.woff2") format('woff2'),
	     url("../style_font/AvenirNext/AvenirNext-DemiBold.woff") format("woff"),
	     url("../style_font/AvenirNext/AvenirNext-DemiBold.ttf") format("truetype"),
	     url("../style_font/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
	font-weight: bold;
	font-style: normal; }

@font-face {
	font-family: "Franklin Gothic";
	src: url("../style_font/Franklin_Gothic/FranklinGothBookCTT.eot");
	src: url("../style_font/Franklin_Gothic/FranklinGothBookCTT.eot?#iefix") format("embedded-opentype"),
	     url("../style_font/Franklin_Gothic/FranklinGothBookCTT.woff") format("woff"),
	     url("../style_font/Franklin_Gothic/FranklinGothBookCTT.ttf") format("truetype"),
	     url("../style_font/Franklin_Gothic/FranklinGothBookCTT.svg#49a5010decbdeeab82fe5467a28e772e") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: "Franklin Gothic";
	src: url("../style_font/Franklin_Gothic/Franklin Gothic Demi Cond.eot");
	src: url("../style_font/Franklin_Gothic/Franklin Gothic Demi Cond.eot?#iefix") format("embedded-opentype"),
	     url("../style_font/Franklin_Gothic/Franklin Gothic Demi Cond.woff") format("woff"),
	     url("../style_font/Franklin_Gothic/Franklin Gothic Demi Cond.ttf") format("truetype"),
	     url("../style_font/Franklin_Gothic/Franklin Gothic Demi Cond.svg#0aeb5d0b702297ab4c74f46715f78009") format("svg");
	font-weight: bold;
	font-style: normal; }
/* ------------------------------ */
/* Fonts */



/* Global
/* ------------------------------ */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Franklin Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-moz-osx-font-smoothing: grayscale !important;
	 -webkit-font-smoothing: antialiased !important; }

html, body {
	margin: 0; padding: 0;
	width: 100%; height: 100%; }

body {
	background-color: #F3F2F2;
	color: #000000;
	font-size: 0px;
	min-width: 1160px;
	overflow-y: scroll;
	position: relative; }
/* ------------------------------ */
/* Global */



/* Section: #header
/* ------------------------------ */
#header {
	background-color: #FFFFFF;
	position: relative;
	width: 100%; height: 180px; }

#header > div {
	margin: 10px 0; padding: 0;
	position: relative; }

#header > div:first-of-type { margin-top: 0; }
#header > div:last-of-type { margin-bottom: 0; }

#header > div > div {
	margin: 0 auto; padding: 0;
	position: relative;
	width: 1160px; height: 100%; }

#header > .visual {
	background-image: url('../style_img/background_header.visual.png');
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%; height: 100px;
	z-index: 500; }

#header > .visual > div > a,
#header > .visual > div > img,
#header > .visual > div > strong,
#header > .visual > div > a > img {
	color: #1D1D1D;
	border: none;
	display: block;
	font-family: "Avenir Next";
	position: absolute;
	text-align: center; }

#header > .visual > div > a { top: -5px; right: auto; bottom: auto; left: -45px; }
#header > .visual > div > img { top: 30px; right: 20px; bottom: auto; left: auto; }
#header > .visual > div > strong { font-size: 23px; line-height: 26px; top: 415px; right: auto; bottom: auto; left: 22px; width: 195px; }
#header.alt1 > .visual > div > strong { font-size: 18px; line-height: 20px; top: 20px; right: auto; bottom: auto; left: 445px; width: 275px; }
#header.alt2 > .visual > div > strong { font-size: 18px; line-height: 20px; top: 20px; right: auto; bottom: auto; left: 445px; width: 275px; }

#header > .menu {
	background-color: #E1E0E1;
	width: 100%; height: 60px;
	z-index: 400; }

#header.fixed > .menu {
	border-bottom: 10px solid #FFFFFF;
	position: fixed;
	top: -10px; right: 0; bottom: auto; left: 0;
	width: 100%; height: 70px; }

#header > .menu > div {
	position: relative;
	text-align: right;
	vertical-align: top; }

#header > .menu > div > * {
	display: inline-block;
	vertical-align: middle; }

#header > .menu > div > a,
#header > .menu > div > div > span {
	color: #322C80;
	cursor: pointer;
	font-family: icomoon;
	font-size: 30px;
	line-height: 30px;
	margin: 0; padding: 15px;
	text-align: center;
	text-decoration: none;
	width: 60px; height: 60px; }

#header > .menu > div > a:hover { color: #C4281A; }
#header > .menu > div > span:hover { color: #C4281A; }
#header > .menu > div > div > span:hover { color: #C4281A; }

#header > .menu > div > .home {
	float: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	        transition: opacity 1s; }

#header.home > .menu > div > .home { opacity: 1; }

#header > .menu > div > div {
	position: relative; }

#header > .menu > div > div > nav {
	position: absolute;
	top: 50px; right: auto; bottom: auto; left: -10px;
	z-index: 750; }

#header > .menu > div > p {
	margin: 0; padding: 15px;
	text-align: left;
	width: auto; height: 100%; }

#header > .menu > div > p > a,
#header > .menu > div > p > span {
	color: #322C80;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none; }

#header > .menu > div > p > a:hover { color: #C4281A; }
#header > .menu > div > p > span:hover { color: #C4281A; }

#header > .menu > div > form {
	margin: 0; padding: 0;
	vertical-align: top;
	width: auto; height: 100%; }

#header > .menu > div > form > input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	color: #322C80; }

#header > .menu > div > form > input:focus {
	outline: none; }

#header > .menu > div > form > input[type='text'] {
	background-color: #F3F2F2;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 16px 0 16px 10px; padding: 5px 10px;
	width: 250px; height: auto; }

#header > .menu > div > form > input[type='text']::-webkit-input-placeholder { color: #AEAEAE; }
#header > .menu > div > form > input[type='text']::-moz-input-placeholder { color: #AEAEAE; }
#header > .menu > div > form > input[type='text']::input-placeholder { color: #AEAEAE; }

#header > .menu > div > form > input[type='text']:focus {
	box-shadow: 0 0 3px rgba(50, 44, 128, 0.75); }

#header > .menu > div > form > input[type='submit'] {
	background-color: transparent;
	cursor: pointer;
	display: block;
	float: right;
	font-family: icomoon;
	font-size: 30px;
	line-height: 30px;
	margin: 0; padding: 15px;
	text-align: center;
	width: 60px; height: 60px; }

#header > .menu > div > form > input[type='submit']:hover { color: #C4281A; }

#header > .menu > div > hr {
	background-color: #FFFFFF;
	border: none;
	margin: 0; padding: 0;
	width: 2px; height: 100%; }
/* ------------------------------ */
/* Section: #header */

/* Section: #footer
/* ------------------------------ */
#footer {
	background-color: #FFFFFF;
	background-image: url('../style_img/background_header.visual.png');
	background-repeat: repeat-x;
	background-position: center center;
	border-top: 5px solid #FFFFFF;
	margin: 0; padding: 10px;
	text-align: center;
	width: auto; height: 60px; }

#footer > div > a {
	color: #322C80;
	font-family: icomoon;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none; }

#footer > div > a:hover { color: #C4281A; }
/* ------------------------------ */
/* Section: #footer */

/* Section: #body
/* ------------------------------ */
#body {
	position: relative;
	width: 100%; height: auto; }

#body > div {
	margin: 0 auto; padding: 20px 0;
	width: 1160px; height: auto; }

#wrapper.slideshow #body > div {
	padding-top: 420px; }
/* ------------------------------ */
/* Section: #body */



/* Section: #slideshow
/* ------------------------------ */
#slideshow {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: auto; left: 0;
	width: 100%; height: 580px;
	z-index: 100; }

#wrapper.slideshow #slideshow { display: block; }

#slideshow > div {
	margin: 0 auto; padding: 0;
	text-align: right;
	width: 1160px; height: 100%; }

#slideshow > div > ul {
	display: inline-block;
	list-style-type: none;
	margin: 0; padding: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 870px; height: 100%; }

#slideshow > div > ul > li {
	display: inline-block;
	position: relative;
	width: 870px; height: 580px; }

#slideshow > div > ul > li > img {
	border: none;
	display: block;
	width: 870px; height: 580px; }

#slideshow > div > ul > li > p {
	background-color: rgba(255, 255, 255, 0.50);
	border: 1px solid rgba(0, 0, 0, 1.00);
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	margin: 0; padding: 5px;
	position: absolute;
	text-align: left;
	top: auto; right: 20px; bottom: 20px; left: 20px; }
/* ------------------------------ */
/* Section: #slideshow */



/* Component: .-article
/* ------------------------------ */
.-article {
	background-color: #FFFFFF;
	margin: 0 auto; padding: 10px; }

.-article:hover {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50); }

.-article > div {
	margin: 20px 0; padding: 0; }

.-article > div:first-of-type { margin-top: 0; }
.-article > div:last-of-type { margin-bottom: 0; }

.-article > .content > *,
.-article > .content > a > * {
	border: none;
	display: block;
	margin: 5px 0; padding: 0; }

.-article > .content > *:first-child { margin-top: 0; }
.-article > .content > *:last-child { margin-bottom: 0; }

.-article > .content > a {
	text-decoration: none; }

.-article > .content > h3,
.-article > .content > a > h3 {
	color: #C4281A;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase; }

.-article > .content > a:hover > h3 { text-decoration: underline; }

.-article > .content > h4,
.-article > .content > a > h4 {
	color: #AEAEAE;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase; }

.-article > .content > h4 { color: #C4281A; }
.-article > .content > a:hover > h4 { color: #C4281A; }

.-article > .content > img { margin-left: -10px; }
.-article > .content > img { margin-right: -10px; }
.-article > .content > img:first-child { margin-top: -10px; }
.-article > .content > img:last-child { margin-bottom: -10px; }

.-article > .content > a > img { margin-left: -10px; }
.-article > .content > a > img { margin-right: -10px; }
.-article > .content > a:first-child > img { margin-top: -10px; }
.-article > .content > a:last-child > img { margin-bottom: -10px; }

.-article > .content > p {
	font-size: 14px;
	line-height: 16px; }

.-article > .content > strong {
	color: #ACACAC;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase; }

.-article > .footer {
	width: auto; height: 27px; }

.-article > .footer > *:first-child { float: left; }
.-article > .footer > *:last-child { float: right; }
/* ------------------------------ */
/* Component: .-article */

/* Component: .-back
/* ------------------------------ */
.-back {
	color: #322C80;
	display: none;
	font-family: icomoon;
	font-size: 27px;
	line-height: 27px;
	text-decoration: none; }

.-back.true { display: block; }
.-back:hover { color: #C4281A; }
/* ------------------------------ */
/* Component: .-back */

/* Component: .-contact
/* ------------------------------ */
.-contact {
	border-collapse: collapse;
	width: 100%; height: auto; }

.-contact > thead > tr > th {
	font-size: 20px;
	line-height: 22px;
	margin: 0; padding: 0;
	text-align: left; }

.-contact > thead > tr:last-of-type > th { padding-bottom: 10px; }

.-contact > tfoot > tr > td {
	margin: 0; padding: 0;
	text-align: right; }

.-contact > tfoot > tr:first-of-type > td { padding-top: 10px; }

.-contact > tbody > tr > td {
	margin: 0; padding: 2px 5px;
	text-align: left; }

.-contact > tbody > tr:first-of-type > td { padding-top: 5px; }
.-contact > tbody > tr:last-of-type > td { padding-bottom: 5px; }
.-contact > tbody > tr > td:first-of-type { padding-left: 0; width: 100px; }
.-contact > tbody > tr > td:last-of-type { padding-right: 0; width: auto; }

.-contact > tbody > tr > td > label {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0; padding: 6px 0; }

.-contact > tbody > tr > td > label.required:after {
	color: #C4007B;
	content: "*";
	margin-left: 2px; }

.-contact > * > tr > td > input,
.-contact > * > tr > td > textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-size: 16px;
	line-height: 18px;
	margin: 0; padding: 5px 10px;
	resize: none; }

.-contact > * > tr > td > input:focus,
.-contact > * > tr > td > textarea:focus {
	outline: none; }

.-contact > * > tr > td > input[type='email'],
.-contact > * > tr > td > input[type='text'],
.-contact > * > tr > td > textarea {
	background-color: #DCDCDC;
	border: 1px solid #DCDCDC;
	color: #322C80;
	width: 100%; height: auto; }

.-contact > * > tr > td > textarea {
	width: 100%; height: 100px; }

.-contact > * > tr > td > input[type='email']:focus,
.-contact > * > tr > td > input[type='text']:focus,
.-contact > * > tr > td > textarea:focus {
	box-shadow: 0 0 3px rgba(50, 44, 128, 0.75); }

.-contact > * > tr > td > input[type='submit'] {
	background-color: #312C80;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold; }

.-contact > * > tr > td > input[type='submit']:hover {
	background-color: #C4281A; }

.-contact > * > tr > td > input.error,
.-contact > * > tr > td > textarea.error {
	border: 1px solid #FF0000 !important; }
/* ------------------------------ */
/* Component: .-contact */

/* Component: .-content
/* ------------------------------ */
.-content {
	background-color: #FFFFFF;
	margin: 0 auto; padding: 15px; }

.-content > * {
	border: none;
	display: block;
	margin: 5px 0; padding: 0; }

.-content > *:first-child { margin-top: 0; }
.-content > *:last-child { margin-bottom: 0; }

.-content > div {
	text-align: right; }

.-content > div > a {
	color: #C02819;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none; }

.-content > div > a:hover { text-decoration: underline; }

.-content > h3 {
	color: #C4281A;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase; }

.-content > img { margin-left: -15px; }
.-content > img { margin-right: -15px; }
.-content > img:first-child { margin-top: -15px; }
.-content > img:last-child { margin-bottom: -15px; }

.-content > p {
	font-size: 14px;
	line-height: 16px; }
/* ------------------------------ */
/* Component: .-content */

/* Component: .-data
/* ------------------------------ */
.-data > div {
	display: inline-block;
	margin: 0 10px; padding: 0;
	vertical-align: top;
	width: 275px; height: auto; }

.-data > div:first-of-type { margin-left: 0; }
.-data > div:last-of-type { margin-right: 0; }

.-data > div > * { margin-top: 20px !important; }
.-data > div > * { margin-bottom: 20px !important; }
.-data > div > *:first-child { margin-top: 0 !important; }
.-data > div > *:last-child { margin-bottom: 0 !important; }
/* ------------------------------ */
/* Component: .-data */

/* Component: .-lightbox
/* ------------------------------ */
.-lightbox {
	display: table;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 1000; }

.-lightbox > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%; height: 100%; }

.-lightbox > div > div {
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
	display: inline-block;
	position: relative;
	margin: 0; padding: 30px 20px 20px;
	width: 340px; height: auto; }

.-lightbox > div > div > span {
	background-color: #312C80;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0; padding: 5px 10px;
	position: absolute;
	top: -15px; right: 0px; bottom: auto; left: auto; }

.-lightbox > div > div > span:hover {
	background-color: #C4281A; }

.-lightbox > div > div > span:before {
	content: '\e910';
	float: left;
	font-family: icomoon;
	margin-right: 5px; }
/* ------------------------------ */
/* Component: .-lightbox */

/* Component: .-menu
/* ------------------------------ */
.-menu {
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.50);
	list-style-type: none;
	margin: 0; padding: 10px 20px; }

.-menu > li {
	display: block;
	margin: 10px 0; padding: 0;
	text-align: left; }

.-menu > li:first-of-type { margin-top: 0; }
.-menu > li:last-of-type { margin-bottom: 0; }

.-menu > li > a {
	color: #322C80;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap; }

.-menu > li > a:hover { color: #C4281A; }
.-menu > li > .active { color: #C4281A; }
/* ------------------------------ */
/* Component: .-menu */

/* Component: .-response
/* ------------------------------ */
.-response {
	display: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	text-align: left; }
/* ------------------------------ */
/* Component: .-response */

/* Component: .-social
/* ------------------------------ */
.-social > a {
	color: #B0B0B0;
	cursor: pointer;
	display: inline-block;
	font-family: icomoon;
	font-size: 27px;
	line-height: 27px;
	margin: 0 5px; padding: 0;
	text-decoration: none; }

.-social > a:first-of-type { margin-left: 0; }
.-social > a:last-of-type { margin-right: 0; }

a[data-for='at-svc-delicious']:after {				content: '\e916'; }
a[data-for='at-svc-facebook']:after {				content: '\e912'; }
a[data-for='at-svc-google_plusone_share']:after {	content: '\e905'; }
a[data-for='at-svc-pinterest_share']:after {		content: '\e917'; }
a[data-for='at-svc-stumbleupon']:after {			content: '\e906'; }
a[data-for='at-svc-tumblr']:after {					content: '\e915'; }
a[data-for='at-svc-twitter']:after {				content: '\e918'; }

a[data-for='at-svc-delicious']:hover {				color: #3399FF; }
a[data-for='at-svc-facebook']:hover {				color: #3B5998; }
a[data-for='at-svc-google_plusone_share']:hover {	color: #DD4B39; }
a[data-for='at-svc-pinterest_share']:hover {		color: #CB2027; }
a[data-for='at-svc-stumbleupon']:hover {			color: #EB4823; }
a[data-for='at-svc-tumblr']:hover {					color: #32506D; }
a[data-for='at-svc-twitter']:hover {				color: #00ACED; }

.addthis_sharing_toolbox { display: none; }
/* ------------------------------ */
/* Component: .-social */

/* Component: .-wrapper
/* ------------------------------ */
.-wrapper > div {
	display: inline-block;
	margin: 0 10px; padding: 0;
	vertical-align: top;
	width: 570px; height: auto; }

.-wrapper > div:first-of-type { margin-left: 0; width: 275px; }
.-wrapper > div:last-of-type { margin-right: 0; width: 275px; }

.-wrapper > div:first-of-type > * { margin-top: 20px !important; }
.-wrapper > div:first-of-type > * { margin-bottom: 20px !important; }
.-wrapper > div:first-of-type > *:first-child { margin-top: 0 !important; }
.-wrapper > div:first-of-type > *:last-child { margin-bottom: 0 !important; }

.-wrapper > div:last-of-type > * { margin-top: 20px !important; }
.-wrapper > div:last-of-type > * { margin-bottom: 20px !important; }
.-wrapper > div:last-of-type > *:first-child { margin-top: 0 !important; }
.-wrapper > div:last-of-type > *:last-child { margin-bottom: 0 !important; }

.-wrapper > .middle > div {
	margin: 20px 0; padding: 0; }

.-wrapper > .middle > div:first-of-type { margin-top: 0; }
.-wrapper > .middle > div:last-of-type { margin-bottom: 0; }

.-wrapper > .middle > div:last-of-type > div {
	display: inline-block;
	margin: 0 10px; padding: 0;
	vertical-align: top;
	width: 275px; height: auto; }

.-wrapper > .middle > div:last-of-type > div:first-of-type { margin-left: 0; }
.-wrapper > .middle > div:last-of-type > div:last-of-type { margin-right: 0; }

.-wrapper > .middle > div:last-of-type > div > * { margin-top: 10px !important; }
.-wrapper > .middle > div:last-of-type > div > * { margin-bottom: 10px !important; }
.-wrapper > .middle > div:last-of-type > div > *:first-child { margin-top: 0 !important; }
.-wrapper > .middle > div:last-of-type > div > *:last-child { margin-bottom: 0 !important; }
/* ------------------------------ */
/* Component: .-wrapper */
