/*
Theme Name: Brushed
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
 background-color: rgba(255, 255, 255, 1);
	color:#222;
	font-weight:300;
	font-size:14px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Times New Roman";
	line-height:1.5;
}


a{
	color:#626262;
	text-decoration: none;
	cursor: pointer;

	-webkit-transition: color 0.1s linear 0s;
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#2f2f2f;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 15px 0;
}

hr {
	border-style: dashed;
	border-color: #565050;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 15px 0;
}

.align_left{
	float:left;
	margin:0 15px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 15px!important;
}

.align_center{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin-top: 5px;
}


.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;
}

.color-text {
    color: #DB0000;
}

.white-text {
    color: #fff;
}

.small-text{
  	font-size: 12px;
}


.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', "Times New Roman";
	outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
 background-color: rgba(251, 68, 160, 1);
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
 background-color: rgba(251, 68, 160, 1);
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	color:#565050;
	font-weight:300;
	font-family: Times New Roman;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:14px;
}

h4{
	font-size:14px;
}

h4.money{
	font-size:14px;
	color:#fa7474;
}

h4.name{
	font-size:22px;
	font-weight:300;
}

h4.photo{
	font-size:14px;
	color:#fff;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}


/* ==================================================
   Home Slider
================================================== */
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../img/spacer.gif);
}


span.purple{
    color:#573361;
    	font-weight:bold;
}

span.red{
    color:#DB0000;
    	font-weight:bold;
}
/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 60%;
}


#home-slider .slider-text {
	 background-color: rgba(255, 255, 255, 0.8);
	 padding: 10px;
	position: absolute;
	left: 50%;
	top: 60%;
	margin: 0 auto;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;
}
#home-slider img {
max-width: 1200px;
}
#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
/*	background-color: rgba(250, 250, 250, 0.9);*/
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#eb9d9f
;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;
}

#home-slider #prevslide i {
	margin-left: -9px;
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#eb9d9f
;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#eb9d9f
;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
 background-color: rgba(255, 255, 255, 0.9);
	z-index: 1001;

}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;

}

header #logo {
	color: #FFFFFF;
	float: left;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 200px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.25s ease-in-out 0s;
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

nav#menu {
	float: right;
	margin-right: 20px;
	font-family: "Kokila", "Times New Roman";
		height: 50px;

}

nav#menu #menu-nav {
	padding: 0;
	margin-top: 8px;

}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;
}

nav#menu #menu-nav li a {
	color: #565050;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	display: block;
	margin: 5px 5px 5px 5px;

}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #573361
;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 12px 0 0 0;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;

	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
 background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #d9d9d9;
	line-height: 10px;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	padding: 20px 0;
}

/* ==================================================
   main img
================================================== */

.main {
    margin-left: auto;
    margin-right: auto;
    position:relative;
}


.main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

/* ==================================================
   SNS　share
================================================== */

#share{
    line-height: 1;
}
#share td{ border: none; }
#share iframe.twitter-share-button{
	width: 105px!important;
}

/* ==================================================
   Section Page
================================================== */

.page {
	background-color:#FFF;
	padding: 35px 0;
	position: relative;
	z-index: 99;
}

.guide {
	background-color:#FFF;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
/*	 background-color: rgba(255, 255, 255, 0.6);*/
	position: relative;
	z-index: 99;
}


.container {
    background-color: rgba(255, 255, 255, 0.7);
    	padding: 10px;
    	    border-radius: 20px;
    	    margin-bottom: 10px;
}

.page-top {
	padding: 0;
	position: relative;
	z-index: 99;
}

.social{
　	margin: 0 auto;
	padding: 5px;
}

.page-info {
  background-color: rgba(255, 255, 255, 1);
	padding: 10px;
}
.title-page {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 3px solid #d9d9d9;
}

.title-page .title {
	font-size: 38px;
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

.list {
  margin-bottom: 20px;
}

.box-purple {
  background-color: rgba(227, 207, 232, 0.5);
  border-radius: 20px;
}

p.Fanclub-text {
	padding: 20px;
}
/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 13px;
	padding: 5px;
	line-height: 1em;
	text-align: center;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
		font-family: Times New Roman;
 background-color: rgba(236, 227, 238, 0.5);
}

.work-nav #filters li {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;

}

.work-nav #filters li a {
position: relative;
	color: #222;
	line-height: 35px;
		-webkit-transition: none;
	transition: none;
	font-size: 14px;
		display: block;*/
	width: 100px;
	border-bottom: 1px dashed #d9d9d9;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;*/
	margin-bottom: 5px;
}

.work-nav #filters li a:hover {
	color: #573361;
}

.work-nav #filters li a:active  {
	top: 2px;
	box-shadow: none;
}
.work-nav #filters li a.selected {
	color: #573361
;
}

#thumbs {
	margin: 0;
	padding: 0;
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: scale(0.5,0.5);
	   -moz-transform: scale(0.5,0.5);
		-ms-transform: scale(0.5,0.5);
		 -o-transform: scale(0.5,0.5);
			transform: scale(0.5,0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		 -o-transform: scale(1,1);
		    transform: scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #c2c2c2
;

	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;

	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */
.profile {

}


.profile-name {
	margin-bottom: 5px;
}

.profile-description {
	margin-bottom: 25px;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 450ms ease-out 0s;
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;

	-webkit-transform: scale(0.5,0.5);
	   -moz-transform: scale(0.5,0.5);
		-ms-transform: scale(0.5,0.5);
		 -o-transform: scale(0.5,0.5);
			transform: scale(0.5,0.5);
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		 -o-transform: scale(1,1);
		    transform: scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
 background-color: rgba(251, 68, 160, 1);

	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;

	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   news
================================================== */
/* buttons*/
.btn_ {
background: #573361;
  border: none;
  text-shadow: none;
  font-size: 14px;
		font-family: Times New Roman;
  line-height: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 10px;
}
.btn-small_ {
background: #573361;
  border: none;
  text-shadow: none;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
a.btn-small_:hover {
	color: #ffffff;
}

a.btn_:hover {
	color: #ffffff;

}


.btn-new {
background: #DB0000;
  border: none;
  text-shadow: none;
  font-size: 9px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
a.btn-new:hover {
	color: #ffffff;
}

.type-news {
/*    background-color: rgba(123, 82, 86, 0.8);*/
    text-align: center;
    color: #222;
    margin: 20px 0 20px 0 ;
    font-size: 18px
}

/*list-news*/
.list-news {
    color: #222;
  background-color: rgba(227, 207, 232, 0.5);
  border-radius: 20px;
    padding: 20px;
    border: 1px dashed rgba(217,217,217,0.9);
    box-shadow: 0 0 0 5px #f5e6fc;
    -moz-box-shadow: 0 0 0 5px #f5e6fc;
    -webkit-box-shadow: 0 0 0 5px #f5e6fc;
    margin: 0;

}
.list-news li {
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #d9d9d9;

}

.list-news li:first-child {
  margin-top: 0 !important;
}
.list-news li .text-info {
  margin-top: 15px;
}

.list-news li .schedule-info {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}
.list-news li .schedule-info a:hover {
	text-decoration:underline;;
}

.list-news img {
	max-width: 100%;	
}

/**/

/* ==================================================
   NEW　RELEASE
================================================== */
.new_release {
  	display: inline-block;
  	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  background-color: rgba(229, 106, 185, 1);
  	color: #fff;
  	vertical-align: middle;
  	text-align: left;
  	font-weight:300;
  	font-size: 12px;
	border:none;

	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

.new_release p {
	padding: 10px

}

/* ==================================================
   Move
================================================== */
.video-container {
  margin-bottom: 10px;
}


.video-container iframe, .video-container object, .video-container embed {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* ==================================================
   Link
================================================== */
.link {
  padding: 3px;
  text-align: center;
  font-size: 140%;
  border: 1px solid #e4e4e4;
  background-color: #fde0ea;
   margin-top: 5px;

}

.link img {
  width: 100%;
}




/* ==================================================
   shop
================================================== */
.list-shop-page {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.list-shop {
  padding: 10px;
  margin-bottom: 5px;
}

.list-shop img{
}

h4.prise {
  color: #848484;

}

img.item-img {
  width: 100%;
  max-width: 500px;

}

.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, "Times New Roman";
    font-weight: 900;
}

.side-corner-tag p {
    display: inline;
}


.side-corner-tag p span.label {
    position: absolute;
    display: inline-block;
    right: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    top: 22px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}

.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}

.table {
    margin-bottom: 10px;

}

.table th.active {
    vertical-align: middle;
    text-align: center;
    width: 28%;
}



/* ==================================================
   side_area
================================================== */

.side_area1 {
  border-top: 5px double #ffc400;
  padding: 20px 20px 5px 20px;
    margin-bottom: 10px;

}

.side_area2 {
   padding: 20px 20px 5px;
    border-top: 5px double #ffc400;
          border-bottom: 5px double #ffc400;
}



/* ==================================================
   Buttons
================================================== */

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #e4e4e4;
  	color: #fff;
  	vertical-align: middle;
  	text-align: center;
  	font-weight:300;
  	font-size: 12px;
  	cursor: pointer;
	border:none;

	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	color:#727290;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 2px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

.button + .button {
	margin-left: 10px;
}


/* ==================================================
   Info Block
================================================== */

.info-block {
    border-left: 5px solid #c2c2c2;
    overflow: hidden;
    margin: 15px;
    position: relative;
}

.info-text {
    padding-right: 20%;
    padding-left: 2%;
    position: relative;
}

.info-block h3 {
    font-size: 20px;
	line-height: 1em;
}

.info-block p {
	margin-bottom: 0;
}

.info-block a.button {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}




/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
 background-color: rgba(255, 255, 255, 1);
	text-align: center;
	z-index: 99;

}

footer .credits {
	color: #565050;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
}


/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #7D7D7D;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#b2b0b0
;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;

	font-size: 24px;
	color: #fff;

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background-color: #565050;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {
		-webkit-animation-timing-function: ease-in;
	}
	50% {
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {
	}
	50% {
		-moz-animation-timing-function: ease-out;
	}
	100% {
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {
		-ms-animation-timing-function: ease-in;
	}
	50% {
		-ms-animation-timing-function: ease-out;
	}
	100% {
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {
		-o-animation-timing-function: ease-in;
	}
	50% {
		-o-animation-timing-function: ease-out;
	}
	100% {
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {
		animation-timing-function: ease-in;
	}
	50% {
		animation-timing-function: ease-out;
	}
	100% {
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

div.finline {
  width:100%;
  max-width:500px;
}
div.finline div {
  padding:1em 50px;
  margin: 0;
}
div.finline img {
  width: 100%;
}
div.finline h4 {
  color: #FFF;
}
div.finline p {
  font-size: 14px;
  line-height: 1.5em;
}
div.sub-nav {
    position: absolute;
    top: 66px;
    right: 5px;
    z-index: 100;
}

/* 折り返し */
.break-word {
    word-wrap: break-word;
}

/* ==================================================
   @media
================================================== */
@media (max-width: 979px) {
 .main img{
 width:100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
 }


}
@media (max-width: 767px) {
.main img{
  width:100%;
    margin-left: auto;
    margin-right: auto;

}
}
