@charset "UTF-8";

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

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	}

html,body {
	-webkit-text-size-adjust: none;
	}

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

body {
	color: #fff;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	}

img {
	max-width: 100%;
	}

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

a{
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#fff;
	text-decoration: underline;
}

.anp{
	font-weight: normal;
}
.anpb{
	font-weight: bold;
}
.red{
	font-weight: bold;
	color: #DD2112;
}

/*-------------------
splash
--------------------*/

.scrollon {
	overflow-y:scroll !important;
	}
.scrolloff {
	overflow-y:hidden !important;
	}


#fade {
	width: 100%;
	height: 100%;
	background-color: #DD2112;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9997;
	}
#splash1{
	margin: -160px 0 0 -300px;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 600px;
	height: 320px;
	z-index:9998;
	display: none;
	}
#splash3{
	margin: -160px 0 0 -300px;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 600px;
	height: 320px;
	z-index:9998;
	display: none;
	}
#splash5{
	margin: -200px 0 0 -155px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 310px;
	height: 400px;
	z-index:9998;
	display: none;
	}


/*-------------------
ヘッダー
--------------------*/

header{
	display:block;
	position: absolute;
	width: 100%;
	z-index:1000;
	text-align: center;
	padding: 0;
	font-size:74px;
	display:block;
	position: fixed;
	top:0;
	left: 0;
	}
header:after{
	content:"";
	display: none;
	clear:both;
	height:0;
	}
header.scroll{
	display:block;
	position: fixed;
	top:0;
	left: 0;
	}
*+html header {
	display: block;
	position:fixed;
}
* html header {
	display: block;
	top: expression(eval(document.documentElement.scrollTop+0));
	margin:0 auto;
}

/*-------------------
onlineshop
--------------------*/

#link{
	position: absolute;
	width: 100%;
	margin:0 auto;
	z-index:1000;
	text-align: center;
	padding: 0;
	font-size:74px;
	display:block;
	position: fixed;
	top:0;
	left: 0;
	}

.online{
	float: right;
	display: block;
	width:170px;
	height:40px;
	margin:0;
	padding:0;
	}
#link:after{
	content:"";
	display: none;
	clear:both;
	height:0;
	}
*+html #link {
	display: block;
	position:fixed;
}
* html #link {
	display: block;
	top: expression(eval(document.documentElement.scrollTop+0));
	margin:0 auto;
}



/*-------------------
section
--------------------*/

section {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:0 auto;
	width: 100%;
	max-width:1800px;
	height: 100%;
	background:#fff;
	}

section:nth-child(2n) {
	background: #fff;
	}

section section {
	background: #fff;
	color:#111;
	}

section section:nth-child(2n) {
	background: #fff;
	}


/*-------------------
section 1
--------------------*/

.centerMiddle {
	margin: -200px 0 0 -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 400px;
	background:url(../images/ss.gif) top left no-repeat;
	/*cursor:pointer;*/
	}

.centerMiddle h1{
	text-indent:-9999px;
}

/*-------------------
section N
--------------------*/

.clearfloat{
	clear:both;
	height:1px;
	overflow:hidden;
	}

.clearfix {
	display: inline-table;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#sectionN {
	height:auto;
	border-bottom:1px solid #ccc;
	position:relative;
	}

.centerMiddleN {
	display: block;
	position: relative;
	width: 990px;
	height: auto;
	margin:50px auto;
	}

#sectionN .news{
	font-weight: bold;
	font-size:18px;
	color: #DD2112;
	}

#sectionN #entry{
	color:#000;
	font-weight: normal;
	font-size:13px;
	overflow-y:scroll; 
	height:600px; 
	border:#999999 1px solid;
	padding:0 10px 0 10px;	
	}

#sectionN #entry .date{
	font-size:16px;
	margin-top:30px;
	}

#sectionN #entry .etitle{
	font-size:18px;
	font-weight: bold;
	margin-top:20px;
	}

#sectionN #entry .ebody{
	margin-top:20px;
	line-height:1.6;
	}

#sectionN #entry .ebody .katy{
	float: left;
	width:330px;
	margin:0 30px 10px 0;
	}

#sectionN #entry .estitle{
	font-size:14px;
	font-weight: bold;
	margin-top:20px;
	}

#sectionN #entry .ecap{
	font-size:10px;
	}

#sectionN #entry #ebodyL{
	float: left;
	width:440px;
	}
#sectionN #entry #ebodyR{
	float: right;
	width:440px;
	}
#sectionN #entry #ebodyC{
	text-align:center;
	}

#sectionN #entry .mov{
	display: block;
	margin-top:20px;
	}

#sectionN #entry .item{
	border-bottom:1px solid #999;
	padding-bottom:20px;
	}	

#sectionN #entry .ptn1-L{
	float:left; 
	width:250px; 
	margin-right:10px;	
	}
#sectionN #entry .ptn1-R{	
	float:left; 
	width:250px; 
	margin-right:10px;
	}	

#sectionN #entry .ptn2-T{
	float:left; 
	width:300px; 
	margin-right:10px;
	}
#sectionN #entry .ptn2-L{
	float:left; 
	width:400px; 
	margin-left:70px;
	}
#sectionN #entry .ptn2-R{
	float:left; 
	width:400px; 
	margin-left:20px;
	}		

#sectionN #sidenavi{
	position: absolute;
	bottom:64%;
	right:0;
	width:30px;
	height:60px;
	z-index:300;
	}

#sectionN #sidenavi2{
	position: absolute;
	bottom:20%;
	right:0;
	width:30px;
	height:60px;
	z-index:300;
	}

/*-------------------
section S
--------------------*/

#sectionS {
	height:auto;
	border-bottom:1px solid #ccc;
	padding: 50px 0 100px 0;
	}

.centerMiddleS {
	display: block;
	position: relative;
	width: 960px;
	height: auto;
	margin:0 auto;
	}

#sectionS #sentry{
	color:#000;
	font-size:12px;
	font-weight: normal;
	}

#sectionS #sentry #sbody{
	line-height:1.6;
	overflow: hidden;
	}

#sectionS #sentry #sbodyL{
	float: left;
	width:300px;
	margin-right:30px;
	}
#sectionS #sentry #sbodyC{
	float: left;
	width:300px;
	margin-right:30px;
	}
#sectionS #sentry #sbodyR{
	float: right;
	width:299px;
	}

#sectionS #sentry .sns{
	width:100%;
	height: auto;
	}

/*-------------------
section 2
--------------------*/

.centerMiddleB {
	margin: -300px 0 0 -400px;
	position: absolute;
	top: 46%;
	left: 50%;
	width: 800px;
	height: 600px;
	}

.centerMiddleB img{
	width:100%;
	}

/*-------------------
section 3
--------------------*/

.shakehands {
	padding:0 0;
	background:#fff;
	position: relative;
	}

.shakehands #hand{
	width:100%;
	position:absolute;
}

.shakehands img{
	width:100%;
	}

.shakehands #prof{
	z-index:100;
	position: absolute;
	width:457px;
	height:140px;
	bottom:26%;
	right:80px;
	}

*+html .shakehands #prof{
	bottom:8%;
	right:60px;
}
* html .shakehands #prof{
	bottom:8%;
	right:60px;
}


.shakehands #prof img{
	width:457px;
	height:140px;
	}
@media screen and (max-width: 640px) {
	.shakehands #prof{
		right: 0px;
		width: 320px;
	}
	.shakehands #prof img{
		width: 320px;
		height: 115px;
	}
}

.shakehands .w01,
.shakehands .w02,
.shakehands .w03,
.shakehands .w04,
.shakehands .w05,
.shakehands .w06,
.shakehands .w07,
.shakehands .w08,
.shakehands .w09,
.shakehands .w10,
.shakehands .w11,
.shakehands .w12,
.shakehands .w13,
.shakehands .w14,
.shakehands .w15{
	width:100%;
	height:100%;
	}

#viewwatch{
	margin-top:20px;
	width:120px;
	height:30px;
	line-height:30px;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	cursor: pointer;
	background:#DD2112;
}
.black{
	background:#000 !important;
}



/*-------------------
ナビゲーション
--------------------*/

#sidenavi{
	position: absolute;
	bottom:54%;
	right:0;
	width:30px;
	height:60px;
	z-index:300;
	}

#section1 #sidenavi{
	position: absolute;
	bottom:50%;
	right:0;
	width:30px;
	height:60px;
	z-index:300;
	}

#section20 #sidenavi{
	position: absolute;
	bottom:50%;
	right:0;
	width:30px;
	height:60px;
	z-index:300;
	}

#up,#down{
	cursor: pointer;
}

/*-------------------
overlay
--------------------*/


#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 500;
	background: rgba(255,255,255,1);
	cursor: pointer;
	}

#text{
	margin: -240px 0 0 -350px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 480px;
	font-size:18px;
	font-weight: normal;
	text-align: left;
	color:#000;
	}

#text .name{
	margin-top:140px;
	font-size:24px;
	font-weight: bold;
	color:#cc0000;
	}

#text img{
	float: left;
	width: 350px;
	height: 480px;
	margin-right:50px;
}


/*-------------------
section 4
--------------------*/

.centerMiddleD {
	position: relative;
	width:100%;
	height:100%;
	}

.centerMiddleD #watches{
	width:100%;
	height:80%;
	top:0;
	left:0;
	position: absolute;
}

.centerMiddleD #watches img{
	width:90%;
	top:20%;
	left:6%;
	margin:0 auto;
	position: absolute;
	}


/*-------------------
section M
--------------------*/

.centerMiddleM {
	margin: -253px 0 0 -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 506px;
	}


/*-------------------
section T
--------------------*/

.centerMiddleT {
	margin: -240px 0 0 -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 250px;
	text-align:center;
	font-size:21px;
	color:#000;
	line-height:1.5;
	font-weight: bold;
	}

.centerMiddleT p{
	font-size:12px;
	line-height:1.8;
	font-weight: normal;
	}

.centerMiddleT a{
	font-size:14px;
	color:#c62c00;
	}
.centerMiddleT a:hover{
	color:#000;
	}


/*-------------------
section 5
--------------------*/

.centerMiddleF {
	margin: -125px 0 0 -450px;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 900px;
	height: 350px;
	text-align:center;
	font-size:16px;
	color:#DD2112;
	font-weight: normal;
	}
#Formtitle{
	font-size:28px;
	font-weight: normal;
	margin-bottom:20px;
}

/*-------------------
section 5
--------------------*/

.centerMiddleE {
	margin: -175px 0 0 -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 250px;
	text-align:center;
	font-size:21px;
	color:#fff;
	font-weight: normal;
	}

#upper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	}


/*-------------------
フッター周り
--------------------*/

#scrolltop{
	display: none;
	bottom:50px;
	left:0;
	width:100%;
	height:30px;
	text-align: center;
	background-color:#DD2112;
	z-index:300;
	cursor: pointer;
	}
#scrolltop:after{
	content:"";
	display: none;
	clear:both;
	height:0;
	}
#scrolltop.scroll{
	display:block;
	position: fixed;
	bottom:50px;
	left: 0;
	}

#lang{
	position: fixed;
	bottom:20px;
	left:0;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#DD2112;
	z-index:9999;
	}
#lang img{
	margin-top:5px;
	}

#copyright{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:11px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	background-color:#DD2112;
	z-index:9999;
	}
/*================================

haendlersuche

================================*/

#buy{
	width:100%;
	background-color: #dd2113;
	text-align: center;
	padding-top:41px;
	color:#fff;
	height:377px;
	position: relative;
}

#buy .headline{
	width: 100%;
}

#buy .headline h2{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 22px;
}

#buy .table{
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	right:0px;
}

#buy .table .row{
	display: row;
}

#buy .table .row .text{
	display: table-cell;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
	max-width: 580px;
}

#buy .table .row .linkList{
	display:table-cell;
	text-align: right;
	padding-right: 10px;
}

#buy .table .row .linkList a{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	text-transform: lowercase;
	text-decoration: none;
	background: url('../images/pfeil.png') no-repeat 100% 1px;
	padding-right: 36px;
	text-align: right;
}



/*
@media screen and (min-width : 480px){
	#buy .text{
		font-weight: 400;
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		position: absolute;
		left: 5%;
		width:320px;
	}
	#buy .linkList{
		text-align: right;
		position: absolute;
		right: 5%;
	}
}
@media screen and (min-width : 1000px){
	#buy .text{
		font-weight: 400;
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		position: relative;
		left: 20%;
		width:420px;
		top:0px;
	}
	#buy .linkList{
		text-align: right;
		position: absolute;
		right: 20%;
		top:0px;
	}
}

@media screen and (min-width : 1024px){
#buy .text{
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	position: relative;
	left: 20%;
	width:520px;
	top:0px;
}
	#buy .linkList{
		text-align: right;
		position: absolute;
		right: 20%;
		top:0px;
	}
}
*/


#section18{
	height:1700px;
}

#haendlersuche{
	width:100%;
	background-color: #d2d2d2;
	text-align: center;
	padding-top:41px;
	height: 1200px;
}

#haendlersuche h2{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 400;
	color: #000;
}

#haendlersuche #map{
	height:450px;
	max-width:1052px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

#haendlersuche #result{
	max-width:1052px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
}

#haendlersuche #resultHolder{
	width:9999px;
	height:255px;
}

#haendlersuche #resultHolder .resultElement{
	float: left;
	width: 1052px;
	text-align: left;
	padding-bottom: 67px;
}

#haendlersuche #resultHolder .resultElement .haendler{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: top;
	padding-right: 42px;
	max-width: 220px;
}

#haendlersuche #resultHolder .resultElement .haendler a{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	vertical-align: top;
	padding-right: 42px;
	max-width: 220px;
	text-decoration: none;
}

#haendlersuche #resultHolder .resultElement .haendler a:hover{
	color:#dd2113;
	text-decoration: none;
}

#haendlersuche #resultHolder .resultElement .haendler a h3 {
	margin:0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
#haendlersuche #resultHolder .resultElement .haendler a .badge {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	width:40px;
	height:40px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 8px;
	margin-bottom: 26px;
}

#haendlersuche #resultHolder .resultElement .red a{
	color:#dd2113;
}

#haendlersuche #resultHolder .resultElement .red a h3{

}

#haendlersuche #resultHolder .resultElement .red a .badge {
	background-color: #dd2113;
}



#haendlersuche .formHolder{
	text-align: left;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-bottom: 25px;
}

#haendlersuche .formHolder #ort{
	font-size: 18px;
	width: 100%;
	max-width:493px;
	border:0px;
	border-bottom: 3px solid #000;
	padding: 10px 0px 10px 45px;
	margin-right: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#haendlersuche .formHolder input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 40px;
	height: 40px;
	background: url(../images/radio_lo.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: none;
	opacity: 0;
}

#haendlersuche .formHolder input[type="radio"]:checked {
	background: url(../images/radio_hi.png) left center no-repeat;
	display: none;
	opacity: 0;
}

#haendlersuche .formHolder label{
	font-size: 18px;
	margin-right: 21px;
	color: #000;
}

#haendlersuche .formHolder input[type="radio"] + label::before{
	content: ' ';
	background: url(../images/radio_lo.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width:40px;
	height:40px;
}

#haendlersuche .formHolder input[type="radio"]:checked + label::before{
	content: ' ';
	background: url(../images/radio_hi.png) left center no-repeat;
	background-size: 40px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width:40px;
	height:40px;
}


#haendlersuche .formHolder button{
	border:0;
	background-color: #000;
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 20px;
	height: 50px;
	border-radius: 3px;
	cursor: pointer;
}

#haendlersuche #result .haendler {
	display: inline-block;
	text-align: left;
}

*:focus {
	outline: none;
}

#haendlersuche #result #next{
	top: 110px;
	position: absolute;
	right:0px;
	display: none;
}

.ui-autocomplete {
	border-radius: 0px;
	font-size: 15px;
}
.ui-autocomplete.source:hover {
	border-radius: 0px;
	font-size: 15px;
}

.ui-menu .ui-menu-item a{
	font-size: 15px;
	border-radius: 0px;
}

.ui-menu-item{
	font-size: 15px;
	border-radius: 0px;
}

#prof{
	text-align: right;
}

#prof p.buy{
	margin-top:20px;
	font-size: 15px;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	padding:10px 39px;
	background: #dd2113;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

#prof a:hover p.buy{
	background: #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#prof p.suche{
	margin-top:0px;
	font-size: 15px;
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
	padding:10px 39px;
	background: #000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

#prof a:hover p.suche{
	background: #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}