@charset "utf-8";

/*-- new_arrival --*/

.newarrival {
	padding:5px 0;
	margin:40px 0 40px 0;
	background:#f1f1f1;
	overflow:hidden;
}

.newarrival_inner {
	max-width:980px;
	margin:0 auto;
}

.newarrival h2 {
   margin: 15px 0 10px 0;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   text-align: center;
   font-size: 20px;
   font-weight:bold;
}

.newarrival h2 span {
	display:none;
}

.newarrival p.andmore {
   text-align: right;
   margin-bottom: 10px;
}

.caroufredsel_wrapper {
   width:980px!important;
   height:80px!important;
}

@media screen and (max-width:640px) {

.newarrival {
	margin-bottom:10px;
}

.newarrival h2 {
   font-size: 16px;
}

.newarrival p.andmore {
   padding-right: 20px;
}

.newarrival .caroufredsel_wrapper {
	height:80px!important;
}

.slider {
   width:96%!important;
   margin: 0 auto;
}

.slider li {
	width:48%!important;
	height:auto;
	margin:0 0 15px 0;
}

.slider li img {
	margin-bottom:0!important;
   width:100%!important;
   height:150pximportant;
   object-fit: cover;
}

.slider li:nth-child(n + 5) {
	display: none;
}

.slider li:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	margin-left: -15px;
}

}

h2.pick {
    max-width: 970px;
    margin: 0 auto 10px;
    line-height: 120%;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    color: #999;
    background: url(/watch/wp-content/themes/tokei0084/img/brand_list_bg.jpg) top left no-repeat;
}

.pickup {
    padding: 30px 0 0 0;
    margin-bottom: 40px;
    background: #f1f1f1;
}

.pickup ul {
   width:980px;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pickup ul li {
   margin: 0 0 15px 0;
}


@media screen and (max-width:640px) {
h2.pick {
    margin-bottom: 10px;
    line-height: 120%;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    color: #999;
    padding: 0 20px;
    background: url(/watch/wp-content/themes/tokei0084/img/brand_list_bg.jpg) top left no-repeat;
}

.pickup {
    padding: 8px 0;
    margin-bottom: 20px;
}

.pickup ul {
   width:96%;
   padding: 10px 0 0 0;
  -ms-flex-pack: distribute;
   justify-content: space-around;
}

.pickup ul li {
   width:47%;
   margin: 0 0 5px 0;
}

.pickup ul li img {
   width:100%;
}

}

/*-- news --*/

.news {
	margin-bottom:30px;
}

.news h2 {
	max-width:970px;
	padding-left:10px;
	margin:0 auto 10px;
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	color:#3bcaca;
	background:url(/watch/wp-content/themes/tokei0084/img/news_title_bg.jpg) top left no-repeat;
	overflow:hidden;
}

.news .andmore {
	max-width:960px;
	padding-right:20px;
	padding-bottom:5px;
/*	border-bottom:1px #ccc solid;*/
	margin:0 auto;
	text-align:right;
}

.news .andmore a:link {
	text-decoration:none;
}
.news .andmore a:visited {
	text-decoration:underline;
}
.news .andmore a:hover {
	text-decoration:underline;
}
.news .andmore a:active {
	text-decoration:underline;
}

.news ul {
	max-width:960px;
	padding:4px 20px 0 0;
	margin:0 auto;
	overflow:hidden;
}

.news ul li {
	width:50%;
	padding-left:25px;
	margin-bottom:20px;
	font-size:14px;
	line-height:150%;
	box-sizing:border-box;
	float:left;
	overflow:hidden;
}

.news ul li:nth-child(odd) {
	clear:both;
}

.news ul li a:hover {
	text-decoration:underline;
}

.news ul li img {
	max-width:88px;
	margin-right:8px;
	margin-bottom:10px;
	float:left;
}

.news ul li img:hover {
	opacity:0.8;
}

.news ul li .text {
	overflow:hidden;
}

.news ul li h3 {
	margin-bottom:5px;
	font-weight:bold;
}

.news ul li p {
	margin-bottom:5px;
	font-size:12px;
	line-height:160%;
}

@media screen and (max-width:640px) {

body .news {
	padding:0 0 30px;
	margin-top:10px;
	margin-bottom:30px;
	background:none;
	background:url(/jewelry0084/wp-content/themes/jewelry0084/common_img/news_bg.png) top left repeat-x #e9e9e9;
}

body .news h2  {
	padding-top:20px;
	padding-left:20px;
	background:none;
}

body .news ul {
	padding:0;
}

body .news ul li {
	width:100%;
	padding:10px 20px 10px 20px;
	border-bottom:1px #fff solid;
	margin-bottom:0;
	position:relative;
}

body .news ul li:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-top: 1px #ccc solid;
}

body .news ul li img {
	width:70px;
	margin-right:13px;
}

body .news ul li .text {
	font-size:12px;
}

body .news .andmore {
	border-bottom:1px #fff solid;
	position:relative;
}

body .news .andmore:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-top: 1px #ccc solid;
}

}

/*-- news_detail --*/

.news_detail {
	width:980px;
	margin:0 auto 40px;
}

.news_detail .date {
	margin-bottom:10px;
	font-size:12px;
}

.news_detail .news_title {
	margin-bottom:20px;
	padding:0 0 5px 8px;
	border-left:3px #656565 solid;
	border-bottom:1px #656565 dashed;
	font-size:16px;
	font-weight:bold;
}

.news_detail .yoko {
	overflow:hidden;
}

.news_detail .yoko .main_img {
	width:480px;
	float:right;
	text-align:right;
	overflow:hidden;
}

.news_detail .yoko .main_img img {
	margin-bottom:20px;
}

.news_detail .tate .main_img {
	margin-bottom:20px;
}

.news_detail .tate .main_img img {
	max-width:980px;
}

.news_detail .text {
	margin-bottom:20px;
	font-size:12px;
}

.news_detail .text a:link {
	text-decoration:underline;
}

.news_detail .text a:hover {
	text-decoration:underline;
}

.news_detail .yoko .text {
	width:480px;
	margin-right:20px;
	float:left;
}

.news_detail .text img {
	max-width:100%;
}

.news_detail .info {
	padding:20px;
	font-size:12px;
	background:#eee;
	clear:both;
}

@media screen and (max-width:640px) {

.news_detail {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.news_detail .news_title {
	font-size:14px;
}

.news_detail .text {
	font-size:12px;
}

.news_detail .tate .main_img {
	margin:0 -20px;
}

.news_detail .tate .main_img img {
	width:100%;
	height:auto;
}

.news_detail .yoko .text {
	width:100%;
	margin-right:0;
}

.news_detail .yoko .main_img {
	width:100%;
	float:left;
}

.news_detail .yoko .main_img img {
	width:100%;
	height:auto;
}

.news_detail .info {
	padding:10px;
	font-size:12px;
}

}

/*-- shopinfo --*/

.shopinfo {
	width:980px;
	margin:0 auto 50px;
	overflow:hidden;
}

.shopinfo h2 {
	margin-bottom:10px;
	line-height:120%;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
	color:#999;
	background:url(/watch/wp-content/themes/tokei0084/img/shopinfo_bg.jpg) top left no-repeat;
}

.shopinfo ul {
	overflow:hidden;
}

.shopinfo li {
	width:450px;
	float:left;
	overflow:hidden;
}

.shopinfo li:first-child {
	margin-right:80px;
}

.shopinfo li a:hover {
	text-decoration:underline;
}

.shopinfo li img {
	margin-bottom:5px;
	float:left;
}

.shopinfo li img:first-child {
	margin-right:30px;
}

.shopinfo li h3 {
	font-size:12px;
	font-weight:bold;
	clear:both;
}

.shopinfo li p {
	font-size:12px;
	line-height:130%;
}

ul.new_shop {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin:0 0 10px 0;
}

ul.new_shop li {
  width:32%;
  margin:0 0 20px 0;
}

ul.new_shop li img{
  width:100%;
}

@media screen and (max-width:640px) {

.shopinfo {
	width:100%;
	padding:0 20px;
	margin-bottom:20px;
	box-sizing:border-box;
}

.shopinfo h2 {
	width:100%;
	overflow:hidden;
}

.shopinfo ul li {
	width:100%;
	margin:0 0 20px;
}

.shopinfo ul li img {
	width:48%;
}

.shopinfo ul li img:first-child {
	margin-right:4%;
}

ul.new_shop {
  margin:0 0 10px 0;
}

ul.new_shop li {
  width:49%;
  margin:0 0 2px 0;
}

ul.new_shop li img{
  width:100%;
}

}

/*-- banner --*/

.banner ul {
	max-width:980px;
	margin:0 auto;
	overflow:hidden;
}

.banner ul li {
	width:230px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.banner ul li img {
	width:100%;
   height: auto;
}

.banner ul li:hover {
	opacity:0.8;
}

.banner ul li:nth-child(4n) {
	margin-right:0;
}

/*-- main_visual --*/

.main_visual {
	overflow:hidden;
}

.main_visual .inner {
	max-width:980px;
	margin:0 auto 10px;
}

.main_visual .inner_sp {
	display:none;
}

.main_visual img {
	margin-left:-210px;
}

@media screen and (min-width:641px) and (max-width:980px) {

.main_visual img {
	margin-left:-180px;
}

}

@media screen and (max-width:640px) {

.main_visual .inner {
	display:none;
}

.main_visual .inner_sp {
	display:block;
	margin-bottom:10px;
}

.main_visual .inner_sp img {
	width:100%;
	margin-left:0;
}

}

/*-- tags --*/

.tags {
	margin-bottom:10px;
}

.tags ul {
	width:980px;
	margin:0 auto 20px;
	background:url(../common_img/tags_bg.gif) repeat-x;
	background-position:bottom;
	overflow:hidden;
}

.tags ul li {
	margin-bottom:-2px;
	font-size:12px;
	line-height:100%;
	float:left;
}

.tags ul li.active {
	border:1px #e7e7e7 solid;
	border-bottom-color:#fff;
	background:#fff;
}

.tags ul li.no_click {
	padding:10px;
	margin:10px;
}

.tags ul li a {
	display:block;
	padding:10px;
	margin:10px;
	background:#e7e7e7;
}

.tags ul li.active a {
	background:none;
}

@media screen and (max-width:640px) {

.tags ul {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	background:none;
}

.tags ul li {
	width:50%;
	border:1px #eee solid;
	margin-bottom:0;
	box-sizing:border-box;
	float:left;
}

.tags ul li:first-child {
	width:100%;
	margin-bottom:10px;
}

.tags ul li:first-child a {
	background:#fff;
}

.tags ul li.no_click {
	height:34px;
	border:none;
	margin:0;
	box-sizing:border-box;
}

.tags ul li.active {
	border-bottom-color:#e7e7e7;
}

.tags ul li a {
	padding:10px 6px;
	margin:0;
	position:relative;
	background:#f7f7f7;
}

.tags ul li a:hover {
	background:#e7e7e7;
}

.tags ul li a:after {
	position:absolute;
	top:8px;
	right:6px;
	display:block;
	content:"";
	width:10px;
	height:16px;
	background:url(/jewelry0084/wp-content/themes/jewelry0084/common_img/tags_icon.png) right center no-repeat;
	background-size:10px 16px;
}

}

/*-- brand_list --*/

.brand_list {
	width:980px;
	margin:0 auto 10px;
}

.brand_list h2 {
	margin-bottom:10px;
	line-height:120%;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
	color:#999;
	background:url(/watch/wp-content/themes/tokei0084/img/brand_list_bg.jpg) top left no-repeat;
}

.brand_list .shop_watch {
	font-size:14px;
	font-family:serif;
	font-weight:bold;
	color:#fff;
	background: -ms-linear-gradient(top, #E0C083, #C89C46);
	background: -moz-linear-gradient(top, #E0C083, #C89C46);
	background: -webkit-gradient(linear, left top, left bottom, from(#E0C083), to(#C89C46));

}

.brand_list .shop_watch a {
	display:block;
	padding-left:10px;
}

.brand_list .shop_watch a:link {
	color:#fff;
}
.brand_list .shop_watch a:visited {
	color:#fff;
}
.brand_list .shop_watch a:hover {
	color:#fff;
}
.brand_list .shop_watch a:active {
	color:#fff;
}

.brand_list ul {
	border-top:1px #eaeaea solid;
	margin-bottom:10px;
	overflow:hidden;
}

.brand_list ul li {
	width:315px;
	padding:5px;
	border-right:1px #eaeaea solid;
	border-bottom:1px #eaeaea solid;
	float:left;
	overflow:hidden;
}

.brand_list ul li:nth-child(3n) {
	border-right:none;
}

.brand_list ul li a:hover {
	text-decoration:underline;
}

.brand_list ul li .logo {
	width:90px;
	height:auto;
	margin:10px 30px 10px 10px;
	float:left;
}

.brand_list ul li img:hover {
	opacity:0.8;
}

.brand_list ul li h3 {
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
}

.brand_list ul li p {
	font-size:10px;
	line-height:130%;
	overflow:hidden;
}

.brand_list ul li p.shop {
	padding:5px;
	margin-top:3px;
	background:#f1f1f1;
}

.brand_list .caption {
	padding-right:10px;
	margin-bottom:40px;
	font-size:10px;
	text-align:right;
}

@media screen and (max-width:640px) {

.brand_list {
	width:100%;
}

.brand_list h2 {
	margin:0 20px 10px;
	overflow:hidden;
}

.brand_list ul {
	width:100%;
	padding:0;
	box-sizing:border-box;
}

.brand_list ul li {
	width:100%;
	border-right:0;
	box-sizing:border-box;
}

}

/*-- model_list --*/

.brand_title {
	max-width:980px;
	margin:0 auto 30px;
	font-size:14px;
	overflow:hidden;
}

.brand_title h2 {
	margin-right:50px;
	float:left;
}

.brand_title p {
	padding-top:10px;
	overflow:hidden;
}

.brand_title p.to_official {
	text-align:right;
}

@media screen and (max-width:640px) {

.brand_title {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.brand_title p {
	font-size:12px;
	clear:both;
}

}

.brand_logo {
	max-width:980px;
	margin:0 auto 10px;
	text-align:center;
}

.brand_history {
	max-width:958px;
    padding:10px 10px 20px;
	border:1px #e7e7e7 solid;
	margin:0 auto 30px;
	font-size:12px;
	line-height:180%;
}

.brand_history .to_official {
	margin-top:10px;
	text-align:right;
}

.model_list h3 {
	width:980px;
	border-bottom:1px #ccc solid;
	margin:0 auto 20px;
	font-size:14px;
	font-family:serif;
}

.model_list ul {
	max-width:980px;
	margin:0 auto 20px;
}

.model_list ul:after {
	display:block;
	content:"";
	clear:both;
}

.model_list ul li {
	width:188px;
	height:270px;
	margin-right:10px;
	margin-bottom:30px;
	text-align:center;
	font-size:12px;
	line-height:150%;
	float:left;
}

.model_list ul li img {
	max-width:100%;
	margin-bottom:15px;
}

.model_list ul li img:hover {
	opacity:0.8;
}

@media screen and (min-width:641px) {

.model_list ul li:nth-child(5n) {
	margin-right:0;
}

}

@media screen and (min-width:421px) and (max-width:640px) {

.model_list h3 {
	width:100%;
	margin-left:20px;
}

.model_list ul {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.model_list ul li {
	width:32%;
	margin-right:2%
}

.model_list ul li:nth-child(3n) {
	margin-right:0;
}

}

@media screen and (max-width:420px) {

.model_list h3 {
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
}

.model_list ul {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.model_list ul li {
	width:49%;
	margin-right:2%
}

.model_list ul li:nth-child(2n) {
	margin-right:0;
}

}

/*-- model_detail --*/

.model_detail {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

.model_images {
	width:360px;
	padding-top:10px;
	float:left;
}

.model_images .main_image img {
	max-width:100%;
	height:auto;
	margin-bottom:20px;
	box-shadow:4px 4px 6px rgba(0,0,0,0.3);
}

.model_images ul {
	width:360px;
	margin-bottom:60px;
}

.model_images ul:after {
	display:block;
	content:"";
	clear:both;
}

.model_images ul li {
	width:114px;
	margin-right:9px;
	float:left;
}

.model_images ul li:nth-child(3n) {
	margin-right:0;
}

.model_images ul li img {
	max-width:100%;
	height:auto;
}

.model_info {
	width:560px;
	font-size:12px;
	line-height:180%;
	float:right;
}

.model_info .text {
	padding:10px 10px 20px;
	border:1px #e7e7e7 solid;
	margin-bottom:1px;
}

.model_info .text .to_official {
	margin-top:10px;
	text-align:right;
}

.model_info .spec {
	padding:10px;
	background:#e7e7e7;
}

.model_info .spec h3 {
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}

.model_info .spec img {
	margin-bottom:10px;
}

.model_info .spec table {
	margin-bottom:10px;
}

.model_info .spec table th {
	width:80px;
}

.before_next {
	margin-top:20px;
	float:right;
}

.before_next p {
	float:left;
}

@media screen and (max-width:640px) {

.brand_history {
    margin: 0 20px 30px;
}

.model_detail {
	width:100%;
	max-width:580px;
	margin-bottom:20px;
	padding:0 20px;
	box-sizing:border-box;
}

.model_images {
	width:100%;
	padding-top:0;
}

.model_images ul {
	width:100%;
	margin-bottom:40px;
}

.model_images ul li {
	width:32%;
	margin-right:2%;
}

.model_info {
	width:100%;
	max-width:580px;
}

}

/*-- recommend --*/

.recommend {
	max-width:980px;
	margin:0 auto 70px;
	clear:both;
}

.recommend h2 {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.recommend ul:after {
	display:block;
	content:"";
	clear:both;
}

.recommend ul li {
	width:150px;
	margin-right:15px;
	font-size:10px;
	float:left;
}

.recommend ul li:nth-child(6n) {
	margin-right:0;
}

.recommend ul li img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.recommend ul li img:hover {
	opacity:0.8;
}

/*-- after --*/

.after {
	width:980px;
	margin:0 auto;
}

.after h2 {
	padding:10px;
	border-left:3px #a9905b solid;
	margin-bottom:10px;
	background:#efefef;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
	letter-spacing:.2em;
	clear:both;
}

.after p {
	padding:13px;
	margin-bottom:30px;
	font-size:12px;
}

.after img {
	margin-bottom:30px;
}

/*-- press --*/

.press {
	max-width:980px;
	margin:0 auto 40px;
}

.press ul:after {
	display:block;
	content:"";
	clear:both;
}

.press ul li {
	width:180px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.press ul li:nth-child(5n) {
	margin-right:0;
}

.press ul li img {
	width:100%;
}

.press ul li h2 {
	margin-top:10px;
	font-size:14px;
	line-height:140%;
}

@media screen and (max-width:640px) {

.press {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.press ul li {
	width:48%;
	margin-right:4%;
}

.press ul li:nth-child(2n) {
	margin-right:0;
}

.press ul li h2 {
	font-size:12px;
}

#cboxLoadedContent {
	width:320px!important;
	max-width:320px!important;
}

}

/*-- gift --*/

.gift_top {
	margin-bottom:20px;
	text-align:center;
}

.gift {
	width:980px;
	margin:0 auto;
}

.gift:after {
	display:block;
	content:"";
	clear:both;
}

.gift h2 {
/*	padding:0 0 3px 10px;
	border-left:3px #d8b270 solid;
	border-bottom:1px #ccc dashed;
	margin-bottom:20px;*/
	padding:4px 0 14px;
	margin-bottom:4px;
	background:url(../common_img/title_bg.png) bottom right no-repeat;
	font-weight:bold;
	clear:both;
}

.gift p {
	font-size:14px;
	line-height:160%;
}

.gift ul {
	margin-top:20px;
}

.gift ul li {
	width:310px;
	margin-right:25px;
	margin-bottom:70px;
	font-size:12px;
	line-height:160%;
	float:left;
}

.gift ul li:nth-child(3n) {
	margin-right:0;
}

.gift ul li img {
	width:100%;
	margin-bottom:15px;
}

.gift_qa {
	padding:20px 0;
	background:url(../img/gift_bg.jpg) top left;
}

.gift_qa h2 {
	max-width:980px;
	margin:0 auto 20px;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
	letter-spacing:.2em
}

.gift_qa h2 span {
	font-size:2em;
}

.gift_qa dl {
	max-width:980px;
	margin:0 auto 15px;
	border-bottom:2px #fff solid;
}

.gift_qa dl dt {
	padding:0 15px;
	font-weight:bold;
	color:#c29825;
}

.gift_qa dl dd {
	padding:0 15px 15px 38px;
	border-bottom:1px #ccc solid;
	text-indent:-22px;
}

@media screen and (max-width:640px) {

.gift {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

.gift p {
	font-size:12px;
}

.gift ul li {
	width:100%;
	margin-bottom:30px;
}

.gift_qa {
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
}

.gift_qa h2 {
	padding-left:15px;
	font-size:14px;
}

.gift_qa h2 span {
	display:block;
}

.gift_qa dl {
	font-size:12px;
}

}

/*-- pager --*/

.pager {
	max-width:980px;
/*	border-top:1px #ccc solid;*/
	border-bottom:1px #ccc solid;
	margin:20px auto 30px;
	position:relative;
	font-size:14px;
	overflow:hidden;
}

.pager ul {
	padding:0;
	margin:10px 0;
	position:relative;
	float:left;
	list-style-type:none;
	left:50%;
}

.pager li {
	border-right:1px #cccccc solid;
	position:relative;
	float:left;
	left:-50%
}

.pager .active {
	padding:3px 7px;
	font-weight:bold;
}

.pager li.next {
	border-right:none;
}

.pager ul a {
	display:block;
	padding:3px 8px;
	font-weight:normal;
}

.pager ul a:hover {
	text-decoration:underline;
}

/*-- topics --*/

.topics {
	padding:0;
	margin:30px 0;
}

.topics h2 {
	width:980px;
	margin:0 auto;
}

.topics_inner h2 {
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	color:#999;
}

.topics .andmore {
	height:40px;
}

.topics .andmore a {
	display:block;
	width:950px;
	padding:5px 30px 5px 0;
	margin:0 auto;
	text-align:right;
}

.topics .andmore a:hover {
	text-decoration:underline;
}

/*.loading {
	width:968px;
	padding:5px;
	border:1px #ccc solid;
	margin:0 auto;
	background:#eee;
}

.loading a {
	display:block;
	padding:5px;
	border:1px #ccc solid;
	text-align:center;
	background:#fff;
}*/

.topics_inner {
	width:980px;
	padding-top:20px;
	border-bottom:1px #ccc solid;
	margin:0 auto;
	overflow:hidden;
}

.topics .watch_news {
	width:469px;
	padding-right:20px;
	border-right:1px #ccc solid;
	float:left;
}

.topics .jewelry_news {
	width:470px;
	padding-left:20px;
	border-left:1px #ccc solid;
	margin-left:-1px;
	float:left;
}

.topics h2 {
	padding-left:20px;
}

.topics .title {
	max-width:970px;
	padding-left:10px;
	margin:0 auto 10px;
	font-size:16px;
	font-family:serif;
	font-weight:bold;
	color:#3bcaca;
	background:url(/watch/wp-content/themes/tokei0084/img/news_title_bg.jpg) top left no-repeat;
	overflow:hidden;
}

.topics ul {
	padding:0;
}

.topics ul li {
	padding-bottom:10px;
	margin-bottom:20px;
}

.topics ul li:last-child {
	border-bottom:none;
}

.topics ul li a {
	display:block;
	max-width:980px;
	padding-top:5px;
	padding-left:20px;
	margin:0 auto;
	font-size:14px;
	box-sizing:border-box;
	overflow:hidden;
}

.topics ul li a:hover {
	text-decoration:underline;
}

.topics ul li img {
	width:88px;
	margin-right:13px;
	margin-bottom:10px;
	float:left;
}

.topics ul li img:hover {
	opacity:0.8;
}

.topics ul li h3 {
	margin-bottom:5px;
	font-weight:bold;
	line-height:130%;
}

.topics ul li p {
	margin-bottom:5px;
	line-height:130%;
}

@media screen and (max-width:640px) {

div.topics h2 {
	width:100%;
	padding-right:20px;
	box-sizing:border-box;
}

.topics .title {
	padding-left:20px;
}

.topics h2 img {
	width:100%;
}

.topics > h2 {
	overflow:hidden;
}

.topics > h2 img {
	width:auto;
}

.topics_inner {
	width:100%;
}

.topics .watch_news {
	width:100%;
	border-right:0;
	border-bottom:1px #ccc solid;
	margin-bottom:30px;
	box-sizing:border-box;
}

.topics .jewelry_news {
	width:100%;
	padding-left:0;
	padding-right:20px;
	border-left:0;
	box-sizing:border-box;
}

.topics ul li .text {
	font-size:12px;
	overflow:hidden;
}

.topics .andmore {
	display:none;
}

}

/*-- free_page --*/

.free_page {
	max-width:980px;
	margin:0 auto 30px;
	font-size:14px;
	overflow:hidden;
}

.free_page .lead_txt {
	margin-bottom:15px;
}

@media screen and (max-width:640px) {

.free_page {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}

}

.service .images {
	margin-left:10px;
	float:right;
}

.service ul {
	padding-left:6px;
	overflow:hidden;
}

.service ul li {
	padding-left:1em;
	margin-bottom:20px;
	text-indent:-1.3em;
}

/*-- access --*/

.access {
	width:980px;
	overflow:hidden;
}

.access .left {
	width:480px;
	float:left;
}

.access .right {
	width:480px;
	float:right;
}

.access h4 {
	padding:2px 0 2px 10px;
	border-left:2px #966d14 solid;
	margin-top:40px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(/watch/wp-content/themes/tokei0084/img/title_bg.gif) top left no-repeat #eee;
}

.access p {
	font-size:12px;
}

.access .parking {
	width:240px;
	float:left;
}

.access .parking:after {
	display:block;
	content:"";
	clear:both;
}

.access .parking li {
	width:220px;
	border-bottom:1px #ccc solid;
	margin-bottom:5px;
}

.access .parking li span {
	display:inline-block;
	width:24px;
	margin-right:6px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:140%;
	background:#3e4da0;
	border-radius:4px;
}

@media screen and (max-width:640px) {

.access {
	width:100%;
}

.access .googlemap {
	display:none;
}

.access .googlemap_sp {
/*	display:block;*/
}

.access .left,
.access .right {
	width:100%;
	float:none;
}

.access .left img,
.access .right img {
	width:100%;
}

.access .parkingmap img {
	width:100%;
	height:auto;
}

.access .parking {
	width:100%;
}

.access .parking li {
	font-size:12px;
}

}

/*-- shop --*/

.shop_title {
	margin-bottom:40px;
}

.shop_title_sp {
	display:none;
}

.shops {
	margin-bottom:60px;
}

#honkan {
	width:480px;
	margin-bottom:0;
	float:left;
	overflow:hidden;
}

#honkan .shop_text {
	margin-bottom:38px;
}

#jewelry {
	width:480px;
	margin-bottom:0;
	float:right;
	overflow:hidden;
}

#jewelry:after {
	display:block;
	content:"";
	clear:both;
}

.shop_text {
	margin-bottom:10px;
	font-family:serif;
}

.shop_image img+img {
	margin-left:20px;
}

.shops strong {
	font-weight:bold;
}

.shop_brand {
	overflow:hidden;
}

.shop_brand li {
	margin-right:2px;
	font-size:15px;
	font-family:serif;
	font-weight:bold;
	float:left;
}

.shop_brand li a {
	margin-right:2px;
	font-family:serif;
	font-weight:bold;
}

.shop_brand li a:hover {
	text-decoration:underline;
}

@media screen and (max-width:640px) {

.shop_title {
	display:none;
}

.shop_title_sp {
	display:block;
	margin:0 -20px 20px;
}

.shop_title_sp img {
	width:100%;
}

.shops h3 {
	overflow:hidden;
}

.shops h3 img {
	width:250%;
	height:auto;
}

.free_page #honkan,.free_page #jewelry {
	width:100%;
	margin-bottom:60px;
}

.shops .shop_image img {
	width:100%;
	height:auto;
	margin:0;
}

.free_page #honkan .shop_text {
	margin-bottom:10px;
}

}

/*-- company --*/

.company {
	font-size:12px;
}

.company h2 {
	margin-bottom:10px;
}

.company img {
	vertical-align:bottom;
}

.company p {
	margin-bottom:10px;
}

.company p a:hover {
	text-decoration:underline;
}

.company .outline {
	width:100%;
	margin-bottom:80px;
}

.company .outline th {
	width:120px;
	padding:5px 10px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background:#efefef;
}

.company .outline td {
	padding:5px 10px;
	border:1px #ccc solid;
}

.company .outline td a:hover {
	text-decoration:underline;
}

.company h3 {
	margin-top:40px;
	padding-left:8px;
	border-left:5px #a9905b solid;
	border-bottom:2px #ccc solid;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
	clear:both;
}

.company .fl_left {
	float:left;
}

.company .fl_img {
	margin-right:20px;
	margin-bottom:20px;
}

.company .fl_img img {
	vertical-align:bottom;
}

.company .history {
	margin-bottom:10px;
}

.company .history th {
	padding-left:15px;
	background:url(/watch/wp-content/themes/tokei0084/img/newarrival_icon.png) left center no-repeat;
}

.company .history td {
	padding-left:10px;
}

.company .com_img {
	margin-bottom:20px;
	overflow:hidden;
}

.company .com_img li {
	margin-right:20px;
	float:left;
}

.company .com_img li:last-child {
	margin-right:0;
}

.company .com_img .caption {
	margin-top:5px;
	margin-bottom:0;
	font-size:12px;
	line-height:140%;
}

.company .document {
	overflow:hidden;
}

.company .document img {
	width:380px;
}

.company .document .sentence {
	width:580px;
	margin-top:-20px;
	margin-left:20px;
	float:left;
}

.company .document .sentence h4 {
	border-bottom:0;
}

.company h4 {
	margin-top:20px;
	border-bottom:1px #ccc solid;
	font-weight:bold;
	clear:both;
}

@media screen and (max-width:640px) {

.company h2 {
	overflow:hidden;
}

.company h2 img {
	width:250%;
	height:auto;
}

.company .outline {
	border-bottom:1px #ccc solid;
	margin-bottom:40px;
}

.company .outline th {
	width:100%;
	padding:0 10px;
	border-right:1px #ccc solid;
	box-sizing:border-box;
	float:left;
}

.company .outline td {
	width:100%;
	border-width:0 1px 0 1px;
	box-sizing:border-box;
	float:left;
}

.company .fl_left p img {
	max-width:120%;
}

.company h3 {
	font-size:14px;
	line-height:130%;
}

.company .history th {
	width:100%;
	float:left;
}

.company .history td {
	width:100%;
	padding-left:15px;
	padding:bottom:5px;
	border-bottom:1px #ccc solid;
	margin-bottom:5px;
	box-sizing:border-box;
	float:left;
}

.company .com_img li {
	margin-bottom:20px;
}

.company .document img {
	max-width:100%;
}

.company .document .sentence {
	width:100%;
	margin-left:0;
}

.company .fl_left {
	width:100%!important;
}

}

/*-- privacy --*/

.privacy h3 {
	padding-left:8px;
	border-left:5px #a9905b solid;
	border-bottom:2px #ccc solid;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	font-family:serif;
}

.privacy p {
	font-size:12px;
}

.privacy h4 {
	padding-left:10px;
	margin-top:15px;
	font-weight:bold;
}

.privacy h4+p {
	padding-left:21px;
}

/*-- footer_contents --*/

.footer_contents {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

.footer_contents .banner {
	margin-bottom:40px;
}

.footer_contents .banner img,
.footer_contents .banner2 img {
	vertical-align:bottom;
}

.footer_contents .banner img:hover,
.footer_contents .banner2 img:hover {
	opacity:0.8;
}

/*-- fb --*/

.fb_area {
	width:540px;
	float:left;
}

.banner2 {
	float:right;
}

.banner2 ul {
	width:400px;
	overflow:hidden;
}

.banner2 ul li {
	margin-bottom:20px;
	float:left;
}

@media screen and (max-width:640px) {

.footer_contents {
	width:100%;
}

.footer_contents .banner li,
.footer_contents .banner2 li {
	display:none;
}

.footer_contents .banner li.sp-banner,
.footer_contents .banner2 li.sp-banner {
	display:block;
	width:100%;
	margin-right:0;
	text-align:center;
}

.footer_contents .banner {
	margin-bottom:0;
}

.footer_contents .banner2 {
	margin-bottom:20px;
	float:none;
}

.footer_contents .banner2 ul {
	width:100%;
}

.footer_contents .banner2 ul li img {
	max-width:100%;
	height:auto;
}

.footer_contents .fb_area {
	display:none;
}

}

/*-- contact --*/

@media screen and (min-width:641px) {

.contact_title {
	display:none;
}

}

@media screen and (max-width:640px) {

.contact {
	margin:0 0 20px!important;
}

.contact input,
.contact textarea {
	width:100%;
}

.contact label input {
	width:auto;
}

}

/*-- recruit --*/

.recruit table.style01 {
	border-top:rgb(221, 221, 221) 1px solid;
	border-left:rgb(221, 221, 221) 1px solid;
}
.recruit table.style01 th {
	border-right:rgb(221, 221, 221) 1px solid;
	border-bottom:rgb(221, 221, 221) 1px solid;
	background:rgb(249, 249, 249);
	padding:4px 20px;
	font-weight:bold;
	text-align:center;
}
.recruit table.style01 th.b {
	border-right:rgb(221, 221, 221) 1px solid;
	border-bottom:rgb(221, 221, 221) 1px solid;
	background:#efefef;
	color:#FFF;
	padding:4px 10px;
}
.recruit table.style01 td {
	border-right:rgb(221, 221, 221) 1px solid;
	border-bottom:rgb(221, 221, 221) 1px solid;
	background:#FFF;
	padding:4px 10px;
}

@media screen and (max-width:640px) {

.recruit table.style01 th,
.recruit table.style01 td {
	width:100%;
	display:block;
	box-sizing:border-box;
}
}

.sp_recruit {
	padding:0 20px;
	margin:10px 0;
}

@media screen and (min-width:640px) {
.sp_recruit {
	display:none;
}
}

h2.afterservice {
   background-color: #222;
   padding: 10px 20px 10px 20px;
   color: #fff;
   margin: 0 0 20px 0;
   font-size: 18px;
}

h3.afterservice {
    margin-top: 40px;
    padding-left: 8px;
    border-left: 5px #a9905b solid;
    border-bottom: 2px #ccc solid;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

h4.afterservice {
   background-color: #222;
   padding: 6px 10px 6px 10px;
   color: #fff;
   margin: 0 0 10px 0;
   font-size: 14px;
   text-align: center;
}

.fl_left {
   float: left;
   margin: 0 25px 20px 0;
}

ul.column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

ul.column02 li {
  width:48%!important;
  margin: 0 0 20px 0;
}

ul.column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

ul.column03 li {
  width:32%;
  margin: 0 0 0 0;
}

.mt50 {
   margin-top: 50px!important;
}

@media screen and (max-width:640px) {
h2.afterservice {
   padding: 8px 10px 8px 10px;
   margin: 0 0 15px 0;
   font-size: 15px;
}

h3.afterservice {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.fl_left {
   float: none;
   margin: 0 0 10px 0;
   width:100%;
}

ul.column02 li {
  width:50%!important;
  margin: 0 0 15px 0;
  text-align: center;
}

ul.column03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}

ul.column03 li {
  width:100%;
}

.w-sp {
  width:100%;
}
}
