@charset "UTF-8";
@import url(/web/20180531174557cs_/https://shizukuishi-watch.com/css/sanitize.css);
@import url(https://web.archive.org/web/20180531174557cs_/http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
    width: 100%;
    min-width:1200px;
	height: 100%;
	margin: 0;
}


body {
	font-family:"Noto Serif", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #000;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

h1, h2, h3, h4, h5, h6,
blockquote, dl, dd, figure, ol, ul, p, pre {
	margin: 0;
	color: #fff;
}

h2{
	font-weight: 300;
	line-height: 1.7em;
	font-size: 24px;
}

p{
	font-weight: 200;
	line-height: 3em;
	font-size: 15px;
}



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


img {display: block;}

ol, ul {
	list-style-type: none;
	padding: 0;
}

li {vertical-align: top;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

th, td {
	padding: 0;
}

.right{float: right;}
.left{float: left;}
.clear{clear:both;}
.center{text-align: center;}

a {
	color: #fff;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	height:100%;
	width:100%;
}
a:hover, a:active{color: #866d4b;}

a:hover{transition: 0.6s;}


.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.ml15{margin-left: 15px;}
.mt30{margin-top: 30px;}
.mr30{margin-right: 30px;}
.mb30{margin-bottom: 30px;}
.ml30{margin-left: 30px;}
.mt45{margin-top: 45px;}
.mr45{margin-right: 45px;}
.mb45{margin-bottom: 45px;}
.ml45{margin-left: 45px;}
.mt60{margin-top: 60px;}
.mr60{margin-right: 60px;}
.mb60{margin-bottom: 60px;}
.ml60{margin-left: 60px;}

.pt15{padding-top: 15px;}
.pr15{padding-right: 15px;}
.pb15{padding-bottom: 15px;}
.pl15{padding-left: 15px;}
.pt30{padding-top: 30px;}
.pr30{padding-right: 30px;}
.pb30{padding-bottom: 30px;}
.pl30{padding-left: 30px;}

.pl10{padding-left: 10px;}

.after-text{overflow: hidden;}

/*************************************************
	Loader
**************************************************/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 9998;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	text-align: center;
	color: #000;
	line-height: 1;
	z-index: 9999;
}
#loader p{ text-align: center; line-height: 1;}


/* ============= header ============= */
header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	transition: .3s;
}
.bto header {
	position: absolute;
}
main{
	padding-top:70px;
}

header > .inner{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	padding:0;
	position: relative;
}


header > .inner > p.logo {
	margin:0 30px 0 100px;
	width: 172px;
	height: 30px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	float: left;
}


header > .inner > ul{
	margin: 0 auto;
	padding:0;
	width: 409px;
	height: 70px;
	margin-left: 446px;
	overflow: auto;
	position: absolute;
	}

header > .inner > ul > li {
	font-size: 14px;
	width:100px;
	padding: 25px 0 21px 0;
	text-align: center;
	float: left;
	margin-right: 3px;
	position: relative;
	border-bottom: #b3b3b3 4px solid;
	height:70px;
	display:inline-block;
	}

header > .inner > ul > li:nth-child(4) {margin-right:0;}

header > .inner > ul > li > a{
	display: block;
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	padding: 25px 0 21px 0;
	}


header > .inner > ul > li:hover {
	border-bottom: #866d4b 4px solid;
	transition: 0.6s ;
	}

header > .inner > ul > li >a:hover {
	color: #866d4b;
	transition: 0.6s ;
	}

header > .inner > p.lang{
	margin-right: 100px;
	width: 39px;
	height:42px;
	font-size: 13px;
	text-align: right;
	position: absolute;
	top: 16px;
	right: 0;
	bottom: 0;
	/*right: 0;*/

	}

	header > .inner > p.lang,header > .inner > p.lang > a{color: #7e7e7e;}
	header > .inner > p.lang > a:hover{color:#866d4b;}


/* ============= jp ============= */

.top #nav-top a,.technique #nav-technique a,.challenge #nav-challenge a,.intro #nav-intro a,.bto #nav-bto a,.top_en #nav-top a,.technique_en #nav-technique a,.challenge_en #nav-challenge a,.intro_en #nav-intro a,.bto_en #nav-bto a{
color: #866d4b;
}

.top #nav-top,.technique #nav-technique,.challenge #nav-challenge,.intro #nav-intro,.bto #nav-bto,.top_en #nav-top,.technique_en #nav-technique,.challenge_en #nav-challenge,.intro_en #nav-intro,.bto_en #nav-bto{
border-bottom: #866d4b 4px solid;
}

/*.top #jp,.technique #jp,.challenge #jp,.intro #jp,.bto #jp,.top_en #en,.technique_en #en,.challenge_en #en,.intro_en #en,.bto_en #en{color: #fff;}*/
#jp{color: #fff;}


/* ============= footer ============= */
footer{
	border-top: #866d4b 1px solid;
	margin-top:3px;
    width: 100%;
}

footer	.inner{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding:100px 100px 50px 100px;
	display: block;
}

footer	.menu-area{
	max-width: 100%;
	height:210px;
	margin: 0 auto 50px;
}


footer .adress {
	margin:0;
	width: 50%;
	height: auto;
	position: relative;
	display: block;
	float: left;
}

footer .adress	p{
	font-size: 11px;
	line-height: 2.5em;
	}

footer	.menu {
	margin:0;
	width: 50%;
	height: auto;
	position: relative;
	display: block;
	float: left;
}

footer	.menu ul {
	width: 180px;
	height:auto;
	position: relative;
	float: left;
	font-size: 13px;
/*	line-height: 4em;*/
	border-left: #fff 1px solid;
	padding-left: 25px;
}


footer	.menu ul	li {
	padding-bottom: 30px;
}

footer .banner-area{
	width: 592px;
	height: 90px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}
footer .banner-area img{
	float: left;
	margin: 0 13px;
}

footer .copyright{
	text-align: center;
font-size: 9px;
font-weight: 100;
margin-top: 100px;}

/* ============= main ============= */

.mainContent {
	background: #000;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.mainContent:after {
	content: "";
	display: table;
	clear: both;
}

.slide-container{
	position: relative;
	width:100%;
	margin: 0 auto;
	height: 780px;
}
.slider{
	position: relative;
	width:1200px!important;
	margin: 0 auto;
	height: 780px;
}


.logo-area{
	background:rgba(0,0,0,0.8);
	z-index: 3000;
	width: 1200px;
	height: 132px;
	position: relative;
	top:-491px;
}


/*.logo-area > img{
	margin: 0 auto;
	padding:0;
	left: 50%;
	width: 394px;
	height: 66px;
	margin-left: -197px;
	margin-top: 33px;
	overflow: auto;
	position: absolute;
	}*/

.logo-area > img{
	margin: 0 auto;
	padding: 33px 0 0;
	width: 394px;
	}


/* ============= index-contents ============= */
.box{
	width: 1200px;
	height: 850px;
	background-repeat: no-repeat!important;
	background-position:center top;

}

.technique .box {
	width:1200px;
	height: auto;
	/*min-height: 780px;*/
	color: #fff;
/*	background-repeat: no-repeat;*/
/*	background-position:center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	vertical-align: middle;
	text-align: center;
	position: relative;
	margin: 0 auto;
	}


.text-box,.img-box{
	display: block;
	width: 100%;
		}



.top .half{
	width: 50%;
	height: 100%;
	display: table;
	position: relative;
}
.shadow{
	background-size: cover;
	position: relative;
	z-index: 0;
}

#index01_pc .shadow,
#index02_pc .shadow{
	background: rgba(0,0,0,0.4);
}
#index03_pc .shadow{
	background: rgba(0,0,0,0.7);
}
.shadow{
	background: rgba(0,0,0,0.5);
}


.top .text-box{
	display: table-cell;
	vertical-align: middle;
	padding:92px;
}
.top .img-box_pc{
	display: table-cell;
	vertical-align: middle;
	padding:100px 50px;
}
#index01_pc {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/index_img_pc01.png);}
#index02_pc {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/index_img_pc02.jpg);}
#index03_pc {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/index_img_pc03.jpg);}

#index02_pc .img-box_pc img {
	width: 500px;
	height: 518px;
}
#index03_pc .img-box_pc img {
	width: 500px;
	height: 370px;
}

/* ============= tech-contents ============= */
#tech01 {
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/tech_img_pc01.png) fixed;
	background-position: center top;
}
#tech02 {
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/tech_img_pc02.png) fixed;
	background-position: center top;
}
#tech03 {
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/tech_img_pc03.png) fixed;
	background-position: center top;
}
#tech04 {
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/tech_img_pc04.png) fixed;
	background-position: center top;
}
#tech05 {
	height: 720px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/tech_img_pc05.png);
	background-position: center bottom;
}


.technique .text-box{
display: block;
position: relative;
padding:300px;
}

#tech01-text,
#tech02-text,
#tech03-text,
#tech04-text{
display: block;
width: 100%;
position: relative;
padding:200px;
}

.photo-box { height: 540px;}

.cc{
	text-align: center;
	background: #000;
	width: 1200px;
	height: auto;
	padding:350px 150px;
	margin: 0 auto;
}
/* ============= fuwat ============= */

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fuwatAnime2 {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1.5s;
-ms-animation-duration:1.5s;
animation-duration:1.5s;
-webkit-animation-name: fuwatAnime2;
-ms-animation-name: fuwatAnime2;
animation-name: fuwatAnime2;
visibility: visible !important;
}
@-webkit-keyframes fuwatAnime2 {
0% { opacity: 0;	}
100% { opacity: 1;	}
}
@keyframes fuwatAnime2 {
0% { opacity: 0; }
100% { opacity: 1;	}
}

.fuwatAnime3 {
-webkit-animation-fill-mode:both;
-ms-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1.5s;
-ms-animation-duration:1.5s;
animation-duration:1.5s;
-webkit-animation-name: fuwatAnime3;
-ms-animation-name: fuwatAnime3;
animation-name: fuwatAnime3;
visibility: visible !important;
}
@-webkit-keyframes fuwatAnime3 {
0% { opacity: 0;	}
100% { opacity: 0.7;	}
}
@keyframes fuwatAnime3 {
0% { opacity: 0; }
100% { opacity: 0.7;	}
}

/* ============= loopSlider ============= */
.loopSliderWrap {
	top: 0;
	left: 0;
	height:270px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 1200px;
	height:270px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height:270px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width:270px;
	height:270px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}




/*************************************************
	bto
**************************************************/

.bto .mainContent {
	background: #000 url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_bg.jpg) right bottom no-repeat fixed;
	width: 1200px;
}

.bto h1 {
	clear: both;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	line-height: 0.8;
	margin-top: 100px;
	padding-bottom: 30px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_h2_border.svg) no-repeat center bottom;
	background-size: 50px 2px;
}
.bto h1 span {font-size: 20px; }

.bto h2 {
	clear: both;
	text-align: center;
	font-size: 35px;
	margin-top: 200px;
	padding-bottom: 30px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_h2_border.svg) no-repeat center bottom;
	background-size: 50px 2px;
}

.bto h2.ref {
	clear: both;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	line-height: 0.8;
	margin-top: 200px;
	padding-bottom: 30px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_h2_border.svg) no-repeat center bottom;
	background-size: 50px 2px;
}
.bto h2.ref span {font-size: 20px; }

.bto .select_model_h3 {
	clear: both;
	text-align: center;
	font-size: 23px;
	font-weight: 200;
	margin-top: 200px;
	padding-bottom: 30px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_h3_arrow.svg) no-repeat center bottom;
	background-size: 32px 13px;
}



.bto p.intro {
	text-align: center;
	margin-top: 100px;
}
.bto_main_bg {
	background: url("/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_mainimg.jpg") no-repeat fixed;
	background-position:center top;
	width: 100%;
	height: 140px;
	margin-top: 100px;
}


ul.howto { max-width: 1000px; margin: 100px auto 0;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_dot.png) repeat-x left 29px;
}
ul.howto:after {content: ""; display: table; clear: both; }
.howto li {
	display: block;
	width: calc(25% - 40px);
	float: left;
	margin-left: 40px;
	font-size: 20px;
}
.howto li:first-child {margin-left:20px; }
.howto li a img {margin: 0 auto; }
.howto li h3 {
text-align: center;
margin-top: 45px;
}
.howto li p {
line-height: 2;
margin-top: 45px;
}
.howto li p a {
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 15px;
	padding: 7px 24px;
}
.howto li p a:hover { border: 1px solid #866d4b; }

.howto li p.howto_num {margin-top: 0;}
.howto_num img {margin: 0 auto;}


ul.select_model_li {
	max-width: 1200px;
	margin: 100px auto 0;
	padding: 20px 0;
	background:rgba(255,255,255,0.5);
}
ul.select_model_li:after {content: ""; display: table; clear: both; }
.select_model_li li {text-align: center; }
.select_model_li li a {
	display: block;
	width: 25%;
	float: left;
	font-size: 20px;
	color:#fff;
}
.select_model_li li a p.price{
	font-size: 15px;
	color:#000;
	line-height: 1.7!important;
	margin-top: 15px;
}

.select_model_li li a img {margin: 0 auto; }

.select_wrap {
	float: right;
	width: 50%;
	margin: 60px 2% 30px 0;
}

.select_wrap_li:after {content: ""; display: table; clear: both; }
.select_wrap_li li a{
	display: block;
	width: calc(50% - 1.5px );
	float: left;
	background: rgba(256,256,256,0.1);
	text-align: center;
	font-size: 20px;
	margin-left: 3px;
	padding: 19px 0;
}
.select_wrap_li li.ui-tabs-selected a{
	background: rgba(256,256,256,0.2);
}
.select_wrap_li li:first-child a{
	margin-left: 0;
}

.ui-tabs-hide {
	display: none;
	opacity: 0;
}

.select_wrap_inner {
	margin-top: 3px;
	background: rgba(256,256,256,0.2);
	min-height: 566px;
}

.select_dial {
	display: block;
	opacity: 1;

	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;

	margin: 0 auto;
	max-width: 525px;
	padding-bottom: 60px;
}
.select_dial:after {content: ""; display: table; clear: both; }
.select_dial li a{
	display: block;
	width: 125px;
	float: left;
	margin: 60px 25px 0;
	text-align: center;
}
.select_dial li a img{ margin-bottom: 15px; }



.select_band {
	display: block;
	opacity: 1;

	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;

	margin: 0 auto 0;
	padding: 50px 0 20px;
	max-width: 294px;
}
.select_band:after {content: ""; display: table; clear: both; }
.select_band li a{
	display: block;
	width: 294px;
	margin: 0 auto 30px;
	text-align: center;
}
.select_band li a img { width: 244px; margin: 0 auto 15px; }


@keyframes fade-in {
0% {display: none; opacity: 0; }
1% {display: block; opacity: 0; }
100% {display: block; opacity: 1; }
}
@-moz-keyframes fade-in {
0% {display: none; opacity: 0; }
1% {display: block; opacity: 0; }
100% {display: block; opacity: 1; }
}
@-webkit-keyframes fade-in {
0% {display: none; opacity: 0; }
1% {display: block; opacity: 0; }
100% {display: block; opacity: 1; }
}


#nb98 .select_dial {
	max-width: 350px;
	padding-top: 110px;
}
#nb98 .select_band {
	padding: 60px 0 30px;
	max-width: 524px;
}
#nb98 .select_band li a{
	float: left;
	width: 212px;
	margin: 25px;
}
#nb98 .select_band li a img { width: 212px; }



.result_arrow {
	float: right;
	width: 46px;
	height: 116px;
	text-indent: -9999px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_result_arrow.svg) no-repeat;
	background-size: 46px 116px;
	margin: 300px 35px;
}

.result {
	width: 430px;
	height: 630px !important;
	position: relative;
	float: right;
	margin-top: 60px;
	background: rgba(255, 255, 255, 0.9);
}
.result_dial, .result_case, .result_band {position: absolute; top: 25px; right: 0; }
.result_dial {z-index:300;}
.result_case {z-index:200;}
.result_band {z-index:100;}

.result_dial img, .result_case img, .result_band img {
	width: 430px;
	max-width: 100%
}


.spec {
	clear: both;
	border:1px solid #866d4b;
	color:#fff;
	width: 820px;
	max-width: 100%;
	min-height:320px;
	margin: 0 15px 200px 30px;
	float: left;
}
.spec th, .spec td {
	border:1px solid #866d4b;
	color:#fff;
	padding: 15px 20px;
	font-weight: normal;
	text-align: left;
}

.spec th{min-width: 90px;}
.spec ul{padding-left: 15px;}

.spec ul li {
	list-style: disc;
	}
.spec-move{
	width: 310px;
	height: 320px;
	background-color: #000;
	padding: 20px;
	text-align: center;
	float: left;
}
.spec-move:hover{
	background-color:rgba(134,109,75,0.2);
	transition: 0.6s;
}

.spec-move h4{
	font-size: 30px;
}

.spec-move p{
	 line-height: 1;
}
.spec-move p span{
	font-size: 14px;
}

.spec-move img{
	margin: 15px auto;
}
.bto-inquiry{
	clear: both;
	text-align: center;
	margin-bottom: 60px;
	}
.bto-inquiry a{
	width: auto;
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 30px;
	}
.bto-inquiry a:hover{
	border:1px solid #866d4b;
	}

#shoplist table {
	width: 1140px;
	margin: 60px auto 200px;
	border:1px solid #866d4b;
}

#shoplist tr {
	box-sizing:border-box;
	border:1px solid #866d4b;
	color: #fff;
}
#shoplist th {
	box-sizing:content-box;
	background: #866d4b;
	border:1px solid #735e40;
	color: #000;
	font-weight: normal;
	padding: 20px 20px;
}
#shoplist td {
	box-sizing:border-box;
	border:1px solid #866d4b;
	color: #fff;
	font-weight: normal;
	padding: 20px 15px;
}


#nc77:after,#nd75:after,#nc56:after,#nb98:after,#shoplist:after {content: ""; display: table; clear: both; }{position: relative;}




/*************************************************
	intro
**************************************************/

.intro .mainContent {width: 1200px; margin: 0 auto; }

.intro_left, .intro_right {
	width: 1100px;
	height: 750px;
	margin: 150px auto 0;
	clear: both;
}
.intro_right .inner{
	float:right;
}

.intro_left .inner, .intro_right .inner {
padding-top: 250px;
}

.meister_name {
	font-size: 24px;
	line-height: 1;
}
.meister_name span {
	font-size: 15px;
	margin-right: 2em;
}

.meister_intro {
	color:#866d4b;
	font-size: 15px;
	font-weight: 200;
	margin-top: 27px;
}
.meister_history {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.6;
}
.meister_history:after {content: ""; display: table; clear: both; }
.meister_history dt{
	clear: both;
	float: left;
	margin-right: 1em;
}
.meister_history dd{
	float: left;
}

#sakurada {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_sakurada.jpg) no-repeat left bottom; margin-top: 80px;}
#terui {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_terui.jpg) no-repeat right bottom;}
#kannondo {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_kannondo.jpg) no-repeat left bottom;}
#hiraga {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_hiraga.jpg) no-repeat right bottom;}
#saito {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_saito.jpg) no-repeat left bottom;}
#ito {background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/intro_photo_ito.jpg) no-repeat right bottom;}






/*************************************************
	challenge
**************************************************/
.lead {width: 1200px;}

.lead_h2 {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 290px auto;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/bto_bg.jpg) right bottom no-repeat;
}
.lead_h2 h2 {
	padding: 290px 0;
}
.lead_p {
	width: 1000px;
	max-width: 90%;
	text-align: center;
	margin: 100px auto 0;
}

.chronology{
	width: 1000px;
	margin: 200px auto 150px;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/chronology_line_center.png) center top repeat-y;
}
.chronology:after {content: ""; display: table; clear: both; }
.chronology h3{
	font-size: 30px;
	font-style: italic;
	font-weight: 200;
	margin: 0 40px;
}

.chronology_left{
	clear: both;
	float: left;
	width: calc(50% + 20px);
	text-align: right;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/chronology_line_left.png) right 40px no-repeat;
}
.chronology_right{
	clear: both;
	float: right;
	width: calc(50% + 20px);
	text-align: left;
	background: url(/web/20180531174557im_/https://shizukuishi-watch.com/images/chronology_line_right.png) left 40px no-repeat;
}

.chronology_left p{
	margin-top: 20px;
	margin-right: 112px;
	line-height: 1.5;
}
.chronology_right p{
	margin-top: 20px;
	margin-left: 108px;
	line-height: 1.5;
}

.chronology_left .chronology_photo {
	clear: both;
	float: right;
}
.chronology_right .chronology_photo {
	clear: both;
	float: left;
}



/*
     FILE ARCHIVED ON 17:45:57 May 31, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:20:47 Jul 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.46
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.012
  esindex: 0.009
  cdx.remote: 229.386
  LoadShardBlock: 87.873 (3)
  PetaboxLoader3.datanode: 122.411 (4)
  load_resource: 116.64
  PetaboxLoader3.resolve: 59.641
*/