/*
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
*/

/*
In this file , I was fixed above .
*/

/********
 * 基本 *
 ********/

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	color:#00f;			/* 一般文字色 */
	font-weight:300;
	font-size:16px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height:28px;
}

a{
	color:#00f;			/* モバイル項目文字色 */
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.25s linear 0s;	
	   -moz-transition: color 0.25s linear 0s;
		 -o-transition: color 0.25s linear 0s;
		    transition: color 0.25s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#fff;			/* モバイル項目文字ホバー */
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #000;		/**/
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

h3 {
	font-weight: normal;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccf;			/* プレイスホルダー文字 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccf;			/* プレイスホルダー文字 */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccf;			/* プレイスホルダー文字 */
}

/**************
 * jPreloader *
 **************/

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

/******************
 * スライドショウ *
 ******************/

#slide-show {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#slide-show .slide-mask { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;			/**/
	opacity: 0.0;
	filter: alpha(opacity=0);
	z-index: 0;
}

#slide-show .slide-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#slide-show #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#slide-show .slide-text-effect {
	font-size: 30px;
	color: #000;				/* スライドショーかぶせ文字色(※未使用) */
	letter-spacing: -3px;
	text-transform: none;	
}

#slide-show .slide-control {
	position: absolute;
	width: 100%;
	background: #ccf;			/* スライドショー制御背景 */
	height: 50px;
	bottom: 0;
	z-index: 2;
}

/*****************
 *　スライド前後 *
 *****************/

#slide-show #nextslide,
#slide-show #prevslide {
	background-image: none;
	background-color: #00f;		/* スライダー左右背景色 */
	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.25s linear 0s;
	-moz-transition: background 0.25s linear 0s;
	-o-transition: background 0.25s linear 0s;
	transition: background 0.25s linear 0s;
}

#slide-show #nextslide {
	margin-left: -3px;	
}

#slide-show #nextslide:hover,
#slide-show #prevslide:hover {
	background-color:#99f;		/* スライダー左右背景ホバー */
}

#slide-show #nextslide i,
#slide-show #prevslide i {
	font-size: 16px;
	color: #ccf;				/* スライダー左右矢印色 */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #nextslide i {
	margin-left: -8px;	
}

#slide-show #prevslide i {
	margin-left: -9px;	
}

/*************************
 *　スライド次セクション *
 *************************/

#slide-show #lawsection,
#slide-show #nextsection {

	background-color: #00f;		/* スライダー次セクション背景色 */
	margin: 0;
	position: relative;
	float:right;
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;

}

#slide-show #lawsection {
	width: 130px;
	height: 50px;
	margin-right: 1px;
}

#slide-show #nextsection {
	width: 50px;
	height: 50px;
}

#slide-show #lawsection:hover,
#slide-show #nextsection:hover {
	background-color:#99f;		/* 背景ホバー */
}

#slide-show #nextsection i {
	font-size: 16px;
	color: #ccf;				/* スライダー次セクション色 */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#slide-show #lawsection img {
	left: 50%;
	top: 50%;
	margin-top: 15px;
	margin-left: 6px;
	line-height: 1em;
}

#slide-show #nextsection i {
	margin-left: -7px;	
}

/************************
 * ページヘッダ部(PC用) *
 ************************/
 
header {
	width: 100%;
	z-index: 99;
}

header .fix-page-header {
	position: relative;
	width: 100%;
	height: 60px;
	background: #00f;				/* PCヘッダ背景色 */
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .fix-page-header.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #ccf;					/* ヘッダロゴ画像無し時の文字色 */
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.5s ease-in-out 0s;	
	   -moz-transition: opacity 0.5s ease-in-out 0s;
		 -o-transition: opacity 0.5s ease-in-out 0s;
		    transition: opacity 0.5s ease-in-out 0s;	
}

/* エラーページ用 */
header #logo .err_logo {
	background: url(../img/logo.png) no-repeat;
	width: 96px;
	height: 30px;
	text-indent: -9999px;
	display: block;
}

header #logo a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

nav#menu {
	float: right;
	margin-right: 10px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #ccf;				/* ヘッダメニュー文字色 */
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #fff;				/* ヘッダメニュー選択中＆ホバー */
}

/******************************
 * ページヘッダ部(モバイル用) *
 ******************************/

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 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: #99f;				/* モバイル項目背景色 */	
	border-bottom: 3px solid #00f;	/* モバイル項目仕切最終 */
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 3px solid #00f;		/* モバイル項目仕切色 */
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 3px 0;
}

/**************
 * ページ設定 *
 **************/

.page {
	background: #ccf;				/* ページ背景色 */
	padding: 100px 0 1000px;
	position: relative;
	z-index: 99;
}

.page-title-area {
	text-align: center;
	margin-bottom: 100px;	
}

.page-title-area .title {
	font-size: 24px;
	margin: 0 0 30px 0;
	padding: 10px;
	border: solid 2px #00f;
	background: #0DF;

	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
		    border-radius: 10px;
	
}

.page-title-area .summary {
	text-align: left;
	font-size: 15px;
	font-weight: 200;
	margin: 0;
}

.page-title-area .summary p {
	color: #F00;
}

.page-title-area .daily-info {
	font-size: 15px;
	margin: 0 0 30px 0;
	padding: 10px;
	/* border: solid 1px #00f;	*/
	background: #ddf;
	
	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
		    border-radius: 10px;
	
}

.page-title-area .daily-info-title {
	font-weight: 150;
	margin: 0 0 10px 0;;
}

.page-title-area .daily-info-comment {
	text-align: left;
	font-size: 15px;
	font-weight: 100;
	margin: 0;
}

/************************
 * ページ内のセクション *
 ************************/

.division {
	/* border: solid 2px #00f; */
	padding: 8px;
	margin-bottom: 10px;
	background: #ddf;

	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
		    border-radius: 10px;
	
}

.division-title {
	font-size: 18px;
	text-align: center;
	background: #eef;
	width: 100%;
	margin: 10px auto;
	
	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
		    border-radius: 10px;

}

.image-type01 {
	overflow: hidden;
	cursor: default;
}

.image-type02 {
	overflow: hidden;
	cursor: default;
}

.image-type01 img {
	width: 100%;
	margin-bottom: 5px;
	
	-webkit-border-radius: 5px;	
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		    border-radius: 5px;
}

.image-type01-information {
}

.image-type02 img {
	width: 100%;
}

.image-type02-information {
}

.process_comment {
	text-align: left;
	font-size: 15px;
	font-weight: 200;
	margin: 0,0,50px,0;
	padding: 3px;
	border: solid 1px #0000FF;
}

/****************
 * よくある質問 *
 ****************/

/* アコーディオン設定 */
 
dl#accordion_panel {
    width: 100%;	/* アコーディオンパネルの幅 */
}

#accordion_panel > dt, #accordion_panel > dd {
    padding: 5px;	/* 文字の表示位置の微調整 */
}

#accordion_panel > dt {			/* 質問欄 */
    text-align: left;
	font-size: 15px;
	font-weight: 200;
	margin: 0;
	border: solid 1px #00f;
}

#accordion_panel > dd {			/* 回答欄 */
	color : #fff;	
    background-color: #08f;
    text-align: left;
	font-size: 15px;
	font-weight: 200;
    margin: 0;
}
 
/* 空き部分のイラスト表示 */

.illust-type01 {
    	display: block;
		float: right;
}

/* Max.480pxで非表示 */
.illust-type02 {
    	display: block;
		float: right;
}

.illust-img {
	margin-bottom: 10px;
}

.illust-img img {
	width: 100%;
}


/*************
 * お問合せ  *
 *************/

.shop-address-area {
	text-align: center;
	border: solid 2px #00f;
	padding: 10px 0;
	margin-bottom: 10px;
	
	-webkit-border-radius: 10px;	
	   -moz-border-radius: 10px;
		 -o-border-radius: 10px;
		    border-radius: 10px;
	
}

.shop-address-area .shop-note{
	color: #00f;
	font-size: 12px;
	margin-bottom: 10px;	
}

.shop-address-area .shop-name{
	color: #00f;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 10px;	
}

.shop-address-area .shop-postno{
	color: #66f;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
}

.shop-address-area .shop-address{
	color: #66f;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
}


#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
            border-radius: 0;
	
    -webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	
	background: #66f;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact-form .submit {
    background: #66f;
    color: #ccf;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	margin-top: 5px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #99f;
    color: #fff;
}

#response {
	margin-top: 20px;
	color: #66f;
}

/******************
 * 関連サイト紹介 *
 ******************/
 
.site-plate {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}

.site-plate img {
	width: 100%;
}

.site-plate img:hover{
	opacity: 0.2;
	filter: alpha(opacity=20);
	
	-webkit-transition: opacity 0.5s ease-in-out 0s;	
	   -moz-transition: opacity 0.5s ease-in-out 0s;
		 -o-transition: opacity 0.5s ease-in-out 0s;
		    transition: opacity 0.5s ease-in-out 0s;	
	
}

/**************************
 * 古物営業法に基づく表示 *
 **************************/
 
.item_title{
	text-align:center;
	padding: 1px;
	margin-bottom: 20px;
	border: solid 1px #66f;
}

/************
 * フッター *
 ************/

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #00f;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #ccf;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: none;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #00f;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.25s linear 0s;	
	   -moz-transition: background 0.25s linear 0s;
		 -o-transition: background 0.25s linear 0s;
		    transition: background 0.25s linear 0s;
}

#back-to-top:hover {
	background-color:#99f;
}

#back-to-top i {
	font-size: 16px;
	color: #ccf;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #ccf;
	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: #ccf;	

	-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: #00f;
	-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-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}
