html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	background-color: #0c0025;
	font-size: 16px;
	color: #eee;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* @group basic */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, header, article, aside, figcaption, figure, footer, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, figcaption, figure, footer, header, nav, section {
	display: block;
}

dl, ul {
	list-style-type: none;
}

img {
	vertical-align:bottom;
}

.individual {
	display: none;
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: 120%;
}

.middle {
	font-size: 80%;
}

.small {
	font-size: 60%;
	font-weight: normal;
}

/* @end */

/* @group a */

a {
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #f8b61c;
}

a:visited {
	color: #f8b61c;
}

a:active {
	color: #f8b61c;
	outline: 0;
}

a:hover {
	color: #f6d086;
	outline: 0;
}

/* @end */

/* @group page_top */

#page-top{
	width: 80px;
	height: 40px;
	display: none;
	position: fixed;
	right: 13%;
	bottom: 0px;

	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;c	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-ms-box-shadow: 0px 0px 6px #333;
	-o-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
	z-index: 1100;
}
 
#page-top p{
	text-align: center;
	background: #c7b370;

	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background: #c7b370;
}
 
#move-page-top{
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* @end */

#container {
	width: 100%;
	margin: 0;
	position: relative;
	background-color: #19004b;
	background-image: url(../elements/enzo_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* @group header */

header {
	width: 960px;
	height: 150px;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
}

header h1 {
	display: none;
	overflow: hidden;
}

.header01 {
background: #0c0025;
background: -moz-linear-gradient(45deg,  #0c0025 0%, #0c0025 76%, #19004b 87%);
background: -webkit-linear-gradient(45deg,  #0c0025 0%,#0c0025 76%,#19004b 87%);
background: linear-gradient(45deg,  #0c0025 0%,#0c0025 76%,#19004b 87%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0025', endColorstr='#19004b',GradientType=1 );
}

#header_contents {
	width: 100%;
	height: 100%;
	background-image: url(../elements/enzo_header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

/* @end */

#contents_box {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 40px 0;
	overflow: hidden;
	position: relative;
}

/* @group social_out */

.social_out {
	width: 50%;
}

.social_out dl {
	width: 100%;
	margin: 8px auto;
	padding: 0 0 0 3%;
	overflow: hidden;
}

.social_out dd {
	width: 46px;
	margin: 0 3% 0 0;
	display: inline;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

/* @end */

/* @group navigate */

nav {
	width: 50%;
}

nav dl {
	width: 100%;
	overflow: hidden;
}

nav dd {
	width: 48%;
  height: 46px;
  margin: 0.5%;
  line-height: 46px;
  transition: all 0.3s;
  position: relative;
	display: inline;
	float: left;
	text-align: center;
background: #0c0025;
background: -moz-linear-gradient(-45deg,  #0c0025 0%, #0c0025 45%, #19004b 87%);
background: -webkit-linear-gradient(-45deg,  #0c0025 0%,#0c0025 45%,#19004b 87%);
background: linear-gradient(135deg,  #0c0025 0%,#0c0025 45%,#19004b 87%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0025', endColorstr='#19004b',GradientType=1 );

}

nav dd.current {
	background: rgb(199,179,112);
background: -moz-linear-gradient(45deg,  rgb(199,179,112) 0%, rgb(25,0,75) 100%);
background: -webkit-linear-gradient(45deg,  rgb(199,179,112) 0%,rgb(25,0,75) 100%);
background: linear-gradient(45deg,  rgb(199,179,112) 0%,rgb(25,0,75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7b370', endColorstr='#19004b',GradientType=1 );

}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-one::before {
    z-index: 1;
  opacity: 0;
  background: rgba(199, 179, 122, 0.3);
  transform: scale(0.1, 1);
}

.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-one::after {
  transition: all 0.3s;
  border-top: 1px solid rgba(199, 179, 122, 0.3);
  border-left: 1px solid rgba(199, 179, 122, 0.2);
}

.btn-one:hover::after {
  transform: scale(1, .1);
  opacity: 0;
}

.active {
	background-color: red;
}

/* @end */

/* @group contentsbody */

#contentsbody {
	overflow: hidden;
	margin: 20px 0 40px;
	padding: 0 0 20px 0;
	position: relative;
	border-bottom: 1px dotted #c7b370;
}

#contentsbody h1 {
	margin: 10px 0 8px 0;
}

.contentsbody-cont {
	overflow: hidden;
	margin: 0px 0 20px;
	position: relative;
	padding: 0 0 20px 0;
	position: relative;
	border-bottom: 1px dotted #c7b370;
}

#imagebox {
	width: 38%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#imagebox figure.mainimage {
	width: 97%;
	margin: 0 0 3% 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#imagebox figure.subimage {
	width: 30%;
	height: 80px;
	margin: 0 3% 3% 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #c7b370;
}

#imagebox figure.imL {
	height: 170px;
}

#imagebox figure img {
	width: 100%;
}

#descbox {
	width: 60%;
	float: right;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#descbox h2 {
	color: #c7b370;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 16px 0;
}

#descbox p {
	color: #eee;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 8px 0;
}

/* @group table */

table {
	width: 96%;
	margin: 2px;

	color: #eee;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;

	overflow: hidden;
	border-spacing: 0;
	border: 1px solid #999;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 0px 0px 1px #c7b370;
	-moz-box-shadow: 0px 0px 1px #c7b370;
	-ms-box-shadow: 0px 0px 1px #c7b370;
	-o-box-shadow: 0px 0px 1px #c7b370;
	box-shadow: 0px 0px 1px #c7b370;
}

table tr {
	background-color: #19004b;
	border-bottom: 1px solid #c7b370;
}

table th {
	width: 100%;
	font-size: 12px;
	text-align: center;
	background-color: #19004b !important;
}

.t1 {
	width: 20%;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background-color: #373e7e;
	border-right: 1px solid #c7b370;
}

.cap {
	font-size: 12px;
	line-height: 18px;
}

table tr td {
	padding: 6px 10px;
}

table tr td:last-child {
	/*background-color: #333;*/
}

table tr:nth-child(2n+2) {
	background-color: #57003e;
}

table tr:last-child td {
	/*background: #111;*/
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 0;
}

table tr:last-child td:last-child {
	border-radius: 0 0 0 0;
}


/* @end */

/* @end */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.underline {
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-60deg, #0c0025, 20px, #c7b370 1px, #c7b370 40px);
}

.ftr_bnr {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

/* @group footer */

footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_contents {
	width: 100%;
	padding: 18px 0;
	overflow: hidden;
	position: relative;
}

#footer_left {
	width: 30%;
	float: left;
	display: inline;
}

.footer_logo {
	width: 50%;
	float: left;
	display: inline;
}

.footer_logo img {
	width: 100%;
}

.footer_linkout {
	width: 48%;
	float: right;
	display: inline;
	overflow: hidden;
}

.footer_linkout dd {
	width: 30%;
	margin: 0 3% 0 0;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline;
}

.footer_linkout dd figure {
	height: 100%;
}

.footer_linkout dd figure img {
	height: 100%;
}

#footer_right {
	width: 30%;
	float: right;
	display: inline;
}

#footer_right dl {
	width: 100%;
	margin: 0 0 4px 0;
}

#footer_right dd {
	font-size: 12px;
	line-height: 16px;
}

#footer_right p {
	color: #eee;
	font-size: 10px;
	line-height: 14px;
}

/* @group footer_a */

#footer_right a {
	text-decoration: none;
	background-color: transparent;
}

#footer_right a:link {
	color: #fff;
}

#footer_right a:visited {
	color: #eee;
}

#footer_right a:active {
	color: #fff;
	outline: 0;
}

#footer_right a:hover {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}

/* @end */

/* @end */

/* @group Clearfix */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* @end */

@media screen and (max-width:979px) {

header {
	width: 720px;
}

.header01 {
  border-bottom: 1px solid rgba(199, 179, 122, 0.5);
}

#header_contents {
	width: 82%;
	background-image: url(../elements/enzo_header_s.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#container {
	background-image: none;
}

nav {
	width: 100%;
}

nav dd {
	width: 50%;
  margin:  0;
}

#contents_box {
	width: 720px;
}

#imagebox figure.imL {
	height: 120px;
}

footer {
	width: 720px;
}

#footer_left {
	width: 49%;
	float: left;
	display: inline;
}

#footer_right {
	width: 49%;
	float: right;
	display: inline;
}

.footer_linkout dd {
	width: 30%;
	margin: 0 3% 3% 0;
}
}

@media screen and (max-width:767px) {

header {
	width: 480px;
}

#header_contents {
	width: 100%;
}

#contents_box {
	width: 480px;
}

#imagebox {
	width: 100%;
}

#descbox {
	width: 100%;
}

footer {
	width: 480px;
}

#footer_left {
	width: 49%;
	float: left;
	display: inline;
}

#footer_right {
	width: 49%;
	float: right;
	display: inline;
}

.footer_linkout dd {
	width: 45%;
	margin: 0 5% 5% 0;
}

}

@media screen and (max-width:479px) {

header {
	width: 300px;
}

nav dd {
	font-size: 14px;
}

#contents_box {
	width: 300px;
}

.ftr_bnr {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 300px;
}

footer {
	width: 300px;
}

#footer_left {
	width: 100%;
	margin: 0 0 14px 0;
}

#footer_right {
	width: 100%;
}

.footer_linkout dd {
	width: 45%;
	margin: 0 5% 5% 0;
}

}