@charset "utf-8";

/* ----------------------------------------
	allCountry top index.html only
---------------------------------------- */
.allCountry {background:none;}
.allCountry h1 {
	width: 970px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#acVisualArea,
#acVisualArea .inner {
	min-height: 705px;
}
#acVisualArea {
	background-image: url(/img/index/bg_gradation.png);
	background-repeat: repeat-x;
	background-position: center 280px;
	overflow: hidden;
}
#acVisualArea .inner {
	position: relative;
	background-image: url(/img/index/bg_body_allcountry.jpg);
	background-repeat: no-repeat;
	background-position: center 370px;
}
.acVisual {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
img.visualArrow {
	position: absolute;
	top: -135px;
	right: -70px;
	z-index: 0;
}
img.visualArrows {
	position: absolute;
	top: 330px;
	right: -120px;
}
.machine {
	position: absolute;
	z-index: 100;
}
img.machineDl {
	top: -55px;
	left: -80px;
}
img.machineTl {
	top: 65px;
	right: -72px;
}
#acVisualArea .shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background-image: url(/img/index/bg_shadow_light.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.acContent {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
	overflow: hidden;
}
p.welcomeTxt,
p.selectInfo {
	width: 100%;
	font-family: 'Century Gothic', 'STHeitiJ-Medium', 'Didact Gothic', sans-serif;
	text-align: center;
	line-height: 1.7;
}
p.welcomeTxt {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-style: normal;
}
p.selectInfo {
	color: #666;
	font-size: 10px;
	margin: 0 0 15px 0;
}
p.selectInfo em {
	color: #005bac;
	font-size: 20px;
	font-style: normal;
}
ul#countryNav {
	display: block;
	top: 270px;
	width: 540px;
	margin: 0 auto;
/*	overflow: hidden;*/
	z-index: 10000;
}
li.areaBox {
	display: block;
	float: left;
	width: 120px; /* forIE7 */
	padding: 0 5px;
}
/*li#areaOceania {}*/
img.areaTitle {
	margin: 0 0 5px 0;
}
ul.cList {
	display: block;
}
ul.cList li {
	display: block;
}
ul.cList li a {
	position: relative;
	display: block;
	width: 120px; /* forIE7 */
	color: #333;
	text-decoration: none;
	padding: 3px 10px 3px 15px;
}
ul.cList li a:hover {
	color: #0c68c4;
}
ul.cList li a span.arrow {
	position: absolute;
	top: 5px;
	left: 3px;
	background-position: 4px 5px;
}


/* ----- Animation page-body ----- */
.allCountry {
	opacity:1;
	-webkit-animation-name:ani-allCountry;
	-moz-animation-name:ani-allCountry;
	-ms-animation-name:ani-allCountry;
	-o-animation-name:ani-allCountry;
	animation-name:ani-allCountry;
	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	-ms-animation-duration:0.8s;
	-o-animation-duration:0.8s;
	animation-duration:0.8s;
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes ani-allCountry {
	0% {-webkit-transform:translate3d(0, 0, 0);opacity:0;}
	100% {-webkit-transform:translate3d(0, 0, 0);opacity:1;}
}
@-moz-keyframes ani-allCountry {
	0% {-moz-transform:translate3d(0, 0);opacity:0;}
	100% {-moz-transform:translate3d(0, 0);opacity:1;}
}
@-ms-keyframes ani-allCountry {
	0% {-ms-transform:translate3d(0, 0);opacity:0;}
	100% {-ms-transform:translate3d(0, 0);opacity:1;}
}
@-o-keyframes ani-allCountry {
	0% {-o-transform:translate3d(0, 0);opacity:0;}
	100% {-o-transform:translate3d(0, 0);opacity:1;}
}
@keyframes ani-allCountry {
	0% {transform:translate3d(0, 0);opacity:0;}
	100% {transform:translate3d(0, 0);opacity:1;}
}

/* ----- Animation machine ----- */
.fadeInUp {
	opacity:1;
	-webkit-animation-name:ani-fadeInUp;
	-moz-animation-name:ani-fadeInUp;
	-ms-animation-name:ani-fadeInUp;
	-o-animation-name:ani-fadeInUp;
	animation-name:ani-fadeInUp;
	-webkit-animation-duration:1.214s;
	-moz-animation-duration:1.214s;
	-ms-animation-duration:1.214s;
	-o-animation-duration:1.214s;
	animation-duration:1.214s;
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
}
.machineDl {}
.machineTl {
	-webkit-animation-delay:.3s;
	-moz-animation-delay:.3s;
	-ms-animation-delay:.3s;
	-o-animation-delay:.3s;
	animation-delay:.3s;
}
@-webkit-keyframes ani-fadeInUp {
	0% {-webkit-transform:translate3d(0, 20px, 0);opacity:0;}
	0.01% {-webkit-transform:translate3d(0, 20px, 0);opacity:0;}
	100% {-webkit-transform:translate3d(0, 0, 0);opacity:1;}
}
@-moz-keyframes ani-fadeInUp {
	0% {-moz-transform:translate(0, 20px);opacity:0;}
	0.01% {-moz-transform:translate(0, 20px);opacity:0;}
	100% {-moz-transform:translate(0, 0);opacity:1;}
}
@-ms-keyframes ani-fadeInUp {
	0% {-ms-transform:translate(0, 20px);opacity:0;}
	0.01% {-ms-transform:translate(0, 20px);opacity:0;}
	100% {-ms-transform:translate(0, 0);opacity:1;}
}
@-o-keyframes ani-fadeInUp {
	0% {-o-transform:translate(0, 20px);opacity:0;}
	0.01% {-o-transform:translate(0, 20px);opacity:0;}
	100% {-o-transform:translate(0, 0);opacity:1;}
}
@keyframes ani-fadeInUp {
	0% {transform:translate(0, 20px);opacity:0;}
	0.01% {transform:translate(0, 20px);opacity:0;}
	100% {transform:translate(0, 0);opacity:1;}
}

/* ----- Animation h2 p ----- */
.fadeInFlip {
	opacity:1;
	-webkit-animation-name:ani-fadeInFlip;
	-moz-animation-name:ani-fadeInFlip;
	-ms-animation-name:ani-fadeInFlip;
	-o-animation-name:ani-fadeInFlip;
	animation-name:ani-fadeInFlip;
	-webkit-animation-duration:0.6s;
	-moz-animation-duration:0.6s;
	-ms-animation-duration:0.6s;
	-o-animation-duration:0.6s;
	animation-duration:0.6s;
	-webkit-animation-delay:1.0s;
	-moz-animation-delay:1.0s;
	-ms-animation-delay:1.0s;
	-o-animation-delay:1.0s;
	animation-delay:1.0s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
}
p.selectInfo {
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
@-webkit-keyframes ani-fadeInFlip {
	0% {-webkit-transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateY(-10deg);}
	70% {-webkit-transform: perspective(400px) rotateY(10deg);}
	100% {-webkit-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-moz-keyframes ani-fadeInFlip {
	0% {-moz-transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {-moz-transform: perspective(400px) rotateY(-10deg);}
	70% {-moz-transform: perspective(400px) rotateY(10deg);}
	100% {-moz-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-ms-keyframes ani-fadeInFlip {
	0% {-ms-transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {-ms-transform: perspective(400px) rotateY(-10deg);}
	70% {-ms-transform: perspective(400px) rotateY(10deg);}
	100% {-ms-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes ani-fadeInFlip {
	0% {-o-transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {-o-transform: perspective(400px) rotateY(-10deg);}
	70% {-o-transform: perspective(400px) rotateY(10deg);}
	100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes ani-fadeInFlip {
	0% {transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateY(-10deg);}
	70% {transform: perspective(400px) rotateY(10deg);}
	100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}

/* ----- Animation Country Navi ----- */
ul#countryNav {
	opacity:1;
	-webkit-animation-name:ani-countryNav;
	-moz-animation-name:ani-countryNav;
	-ms-animation-name:ani-countryNav;
	-o-animation-name:ani-countryNav;
	animation-name:ani-countryNav;
	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-ms-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes ani-countryNav{
	0% {-webkit-transform:translate3d(0, 0, 0);opacity:0;height: 1px;}
	100% {-webkit-transform:translate3d(0, 0, 0);opacity:1;height: 250px;}
}
@-moz-keyframes ani-countryNav{
	0% {-moz-transform:translate3d(0, 0, 0);opacity:0;height: 1px;}
	100% {-moz-transform:translate3d(0, 0, 0);opacity:1;height: 250px;}
}
@-ms-keyframes ani-countryNav{
	0% {-ms-transform:translate3d(0, 0, 0);opacity:0;height: 1px;}
	100% {-ms-transform:translate3d(0, 0, 0);opacity:1;height: 250px;}
}
@-o-keyframes ani-countryNav{
	0% {-o-transform:translate3d(0, 0, 0);opacity:0;height: 1px;}
	100% {-o-transform:translate3d(0, 0, 0);opacity:1;height: 250px;}
}
@keyframes ani-countryNav{
	0% {transform:translate3d(0, 0, 0);opacity:0;height: 1px;}
	100% {transform:translate3d(0, 0, 0);opacity:1;height: 250px;}
}

.allCountry #footer .inner {
	display: block;
	position: relative;
}
.allCountry #footer .inner li {
	display: block;
}
.allCountry #footer .inner li.subCat2 {
	background: url(http://www.dartslive.com/img/common/arrow_r.gif) left 7px no-repeat;
	margin: 0 6px 7px 0;
	padding-top: 4px;
}

.allCountry #footer .inner li.toRanking {
	position: absolute;
	top: 15px;
	right: 0;
	float: none;
	width: auto;
	background: none;
	clear: none;
	margin: 0;
	padding: 0;
	line-height: auto;
}
.allCountry #footer .inner li.toRanking a {
	display: block;
	font-weight: normal;
	padding: 10px 10px 10px 35px;
	border:1px solid #e4e4e4;
	text-decoration: none;
	background-color: #fff;
	background-image: url(http://www.dartslive.com/img/sp/common/icon_ranking.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
.allCountry #footer .inner li.toRanking a span.arrow {
	background-position: 4px 5px;
	margin: 0 0 0 10px;
}

/* ----------------------------------------
	index.html
---------------------------------------- */
#indexContents {
	float: left; /**/
	width: 710px;
}
/* 日本を逆に★ */
/*.jp #indexContents {
	float: right;
}*/


/* Emergency
----------------------------*/
.emergency {
	margin: 0 0 15px 0;
}
.emergency a {
	position: relative;
	display: block;
	border: 1px solid #e5b8b8;
	padding: 5px 0;
	background-color: #fffafa;
	color: #c41c1a;
}
.emergency a:hover {
	color: #de201d;
}
.emergencyDate {
	display: inline-block;
	float: left;
	width: auto;
	padding: 0 25px 0 10px;
	background: url(http://www.dartslive.com/img/common/icon_caution.png) right top no-repeat;
}
.emergencyTxt {
	display: inline-block;
	width: 590px;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: underline;
}
.emergency a span.arrow {
	display: none;
}


#mainvisual {
	display: block;
	margin-bottom: 15px;
	width:710px; /* JP? */
	height:250px; /* JP? */
}

/**
* Copyright (c) 2012 Anders Ekdahl (http://coffeescripter.com/)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version: 1.2.7
*
* Demo and documentation: http://coffeescripter.com/code/ad-gallery/
*/
.ad-gallery {
	width: 710px;
	margin: 0 0 15px 0;
	background-image: url(http://www.dartslive.com/img/index/main_en_20120810.jpg);/* default */
}
.hk .ad-gallery,
.tw .ad-gallery,
.sg .ad-gallery {background-image: url(http://www.dartslive.com/img/index/main_cntrd_20120810.jpg);}
.es .ad-gallery {background-image: url(http://www.dartslive.com/img/index/main_es_20120810.jpg);}
.fr .ad-gallery {background-image: url(http://www.dartslive.com/img/index/main_fr_20120810.jpg);},
.jp .ad-gallery {background-image: url(http://www.dartslive.com/img/index/main_en_20120810.jpg);}

/*.ad-gallery,*/
.ad-gallery * {
	margin: 0;
	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
/*.ad-gallery .ad-image-wrapper .ad-loader*/
.ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #ccc;
}
.ad-gallery .ad-image-wrapper .ad-next {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	z-index: 200;
}
/* Or else IE will hide it */
/*.ad-gallery .ad-image-wrapper .ad-prev,
.ad-gallery .ad-image-wrapper .ad-next {
	background: url(img/trans.gif);
}*/
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
	width: 30px;
	height: 30px;
	background: url(/bnr/img/ad_prev.png);
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	right: 0;
	left: auto;
	width: 30px;
	height: 30px;
	background: url(/bnr/img/ad_next.png);
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
}
/*.ad-gallery .ad-image-wrapper .ad-image .ad-image-description */
.ad-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	max-width: 1080px;/* banner 5*/
	z-index: 2;
	background: url(http://www.dartslive.com/img/common/bg_bla_opa80.png);
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.ad-image-description .inner {
	position: relative;
	min-height: 42px;
}
.ad-image-description .inner a {
	display: block;
	background: url(http://www.dartslive.com/img/common/btn_check.png) 0 5px no-repeat;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 7px;
	padding: 7px 150px 7px 47px;
	background: url(http://www.dartslive.com/img/common/btn_check.png) 0 5px no-repeat;
}
.ad-image-description .inner a:visited {
	color: #fff;
}
/*.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title*/
.ad-description-title {
	display: block;
}
.ad-description-text {
	display: block;
}
span.moreIcon {
	position: absolute;
	top: 15%;
	right: 10px;
	display: block;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: url(http://www.dartslive.com/img/common/desk_arrow_r.png) 0 0 no-repeat;
}
span.descBtn,
span.descBtn .icon {
	display: inline-block;
	width: 24px;
	height: 23px;
	font-size: 0;
	line-height: 0;
}
span.descBtn {
	cursor: pointer;
	position: absolute;
	top: -23px;
	right: 25px;
	border:1px solid #3d3d3d;
	border-bottom: 0;
	overflow: hidden;
	background: url(http://www.dartslive.com/img/common/bg_bla_opa80.png) 0 0;
}
span.descBtn .icon {
	background: url(http://www.dartslive.com/img/common/arrow_top.png) 7px 8px no-repeat;
}
span.descBtn.active {
	/*border:1px solid #3d3d3d;*/
}
span.descBtn.active .icon {
	background: url(http://www.dartslive.com/img/common/btn_close.png) 0 0 no-repeat;
}
/*.ad-gallery .ad-controls*/
.ad-controls {
	display: none !important;
	height: 20px;
}
.ad-controls .ad-info {
	float: left;
}
.ad-controls .ad-slideshow-controls {
	float: right;
}
.ad-controls .ad-slideshow-controls .ad-slideshow-start,
.ad-controls .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-controls .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-controls .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-gallery .ad-nav {
	width: 100%;
	padding: 7px 0;
	position: relative;
	background: url(http://www.dartslive.com/img/common/line_dot_bla.png);
}
.ad-gallery .ad-forward,
.ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward,
* html .ad-gallery .ad-back {
	height: 100px;
}
.ad-gallery .ad-back {
	cursor: pointer;
	display: block;
	left: 0;/*-20px*/
	width: 18px;
	background:#000 url(http://www.dartslive.com/img/common/scroll_back.png) 5px 48px no-repeat;
}
.ad-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: 0;/*-20px*/
	width: 18px;
	background:#000 url(http://www.dartslive.com/img/common/scroll_forward.png) 5px 48px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 642px;
	margin: 0 auto;
	padding: 8px 0 0 0;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	max-height: 86px;
	list-style: none;
}
.ad-li4 {width:861px;}
.ad-li5 {width:1080px;}
.ad-gallery .ad-thumbs li {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
.ad-gallery .ad-thumbs li:last-child {
	padding-right: 0;
}
.ad-gallery .ad-thumbs li a {
	position: relative;
	display: block;
}
.ad-gallery .ad-thumbs li a img {
	width: 198px;
	border: 3px solid rgba(0,0,0,0);
	display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
	border: 3px solid #2f7dd5;
}
.ad-gallery .ad-thumbs li a.ad-active:after {
	content: " ";
	position: absolute;
	top: -15px;
	left: 100px;
	width: 0;
	height: 0;
	border: solid transparent;
	pointer-events: none;
}
.ad-gallery .ad-thumbs li a.ad-active:after {
	border-width: 8px;
	margin-left: -8px;
	border-bottom-color: #2f7dd5;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

.sideBox {
	border: solid 1px #EEE;
	margin-bottom: 15px;
	padding-top: 8px;
	background: url(http://www.dartslive.com/img/common/bg_check.gif);
}

/* ----------------------------------------
	COUNT-UP COUNTER
---------------------------------------- */

#countupCounter {
	position: relative;
	width: 710px;
	height: 81px;
	margin-bottom: 15px;
	background: url(/img/index/cc_bg.jpg) no-repeat;
}

#countupCounter a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#countupCounter #counterText {
    display: table-cell;
	height: 80px;
	padding: 2px 0 0 18px;
    vertical-align: middle;
	text-shadow: 2px 2px 1px rgba(255,255,255,0.9);
	font-family: Meiryo, メイリオ, sans-serif;
}

#countupCounter #counterTextT {
	line-height: 1.75em;
	font-size: 13px;
}

#countupCounter #counterTextB {
	line-height: 1.15em;
	font-size: 20px;
}

#countupCounterAreaOverseas #countupCounter #counterTextB {
	font-size: 18px;
}

#countupCounterAreaOverseas #countupCounterNoClear #countupCounter #counterTextBKr {
	line-height: 1.3em;
	font-size: 15px;
}

#countupCounterAreaOverseas #countupCounterNoClear #countupCounter #counterTextBEs {
	font-size: 16px;
}

#countupCounter #counterBg {
	position: absolute;
	top: 5px;
	left: 230px;
	width: 388px;
	height: 75px;
	background: url(/img/index/cc.png) no-repeat;
}

#countupCounter #counterNumBox {
	position: absolute;
	top: 18px;
	left: 69px;
}

#countupCounter .counterNum {
	float: left;
}

/* 達成後 */

#countupCounterClear #countupCounter {
	background: url(/img/index/cc_bg_cl.jpg) no-repeat;
}

#countupCounterClear #countupCounter #counterTextBCnTrd {
	line-height: 1.25em;
	font-size: 20px;
}

#countupCounterClear #countupCounter #counterTextBCn {
	line-height: 1.15em;
	font-size: 22px;
}

#countupCounterClear #countupCounter #counterTextBEs,
#countupCounterClear #countupCounter #counterTextBFr {
	line-height: 1.2em;
	font-size: 16px;
}

#countupCounterClear #countupCounter #counterBg {
	background: url(/img/index/cc_cl.png) no-repeat;
}


/* ----------------------------------------
	BULL COUNTER
---------------------------------------- */

#counter {
	position: relative;
	width: 710px;
	height: 81px;
	margin-bottom: 15px;
	background: url(/img/index/bc_bg.jpg) no-repeat;
}

#counter a {
	display: block;
	width: 100%;
	height: 100%;
}

#counter #counterBg {
	position: absolute;
	top: 15px;
	left: 282px;
	width: 365px;
	height: 53px;
	background: url(/img/index/bc.png) no-repeat;
}
#counter #counterNumBox {
	position: absolute;
	top: 8px;
	left: 111px;
}

#counter .counterNum {
	float: left;
	margin-right: 1px;
}

/* ----------------------------------------
	topics
---------------------------------------- */

#topics {}
#topics h2 {
	margin-left: 10px;
}
.jp #topics h2 {
	margin-left: 0;
}
#topics #topicsBanner {
	margin: 10px 0 10px 9px;
}
.jp #topics #topicsBanner {
	margin: 0 0 10px 9px;/*margin: 10px 0 10px 9px;*/
}

#topics #topicsBanner li {
	background: #FFF;
	float: left;
	width: 222px;
	margin-right: 9px;
	padding: 10px;
}
.jp #topics #topicsBanner li {
	padding: 0;
}
.jp #topics #topicsBanner li span.arrow {
	display: none;
}
#topics #topicsBanner li a {
	display: block;
	font-weight: bold;
	padding: 10px;
}
#topics #topicsBanner li a:hover {
	background-color: #f2fdff;
}
#topics #topicsBanner li a span.pickupImg {
	display:block;
	width:200px;
	margin: 0 0 7px 0;
	padding:0;
	background:#111;
}
#topics #topicsBanner li a:hover span.pickupImg {
	outline:3px solid #0c68c4;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#topics #topicsBanner li img {
	display: block;
	width:200px;
	height:76px;
	margin:0;
	/*display: block;
	margin-bottom: 7px;*/
}


#recentNewsBox {
	margin:0 0 15px 0;
	border:1px solid #EEE;
	background: url(http://www.dartslive.com/img/common/bg_check.gif);
}
#recentNewsBox .tabBox {
	background: none;
}
#recentNewsBox h2.title {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#recentNewsBox .snsInfoList {
	display: block;
	float: right;
	background: #fff !important;
	width: auto;
	height: auto !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 4px 4px 4px 0;
}
#recentNewsBox .snsInfoList img {
	display: inline-block;
	width: 30px;
	height: 30px;
}
#recentNewsBox .snsInfoList li {
	display: inline-block;
	float: left;
	margin-left: 4px;
	line-height: 0;
}

/*
#recentNewsBox .tabBox {
	background: url(http://www.dartslive.com/img/common/bg_check.gif);
}
#recentNewsBox .tabBox h2.title {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

#recentNewsBox .tabBox .snsInfoList {
	display: block;
	float: right;
	background: #fff !important;
	width: 204px !important;
	height: auto !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 4px 4px 4px 0;
}
#recentNewsBox .tabBox .snsInfoList img {
	display: inline-block;
	width: 30px;
	height: 30px;
}
#recentNewsBox .tabBox .snsInfoList li {
	display: inline-block;
	float: left;
	margin-left: 4px;
	line-height: 0;
}*/

.toList {
	display: block;
	width: auto;
	background-color: #fdfdfd;
}
.toList a {
	float: right;
	width: auto;
	display: inline-block;
	text-align: right;
	padding: 6px 10px 6px 10px;
	background-image: url(http://www.dartslive.com/img/common/arrow_r.gif);
	background-position: 0 12px;
	background-repeat: no-repeat;
}

/* kaigai Only */
#topics .tabBox {
	padding: 0 0 10px 0;
}
#topics .tabBox table {
	width: 708px;
	margin-bottom: 10px;
}
#topics .tabBox td {
	background: url(/img/common/line_dot.gif) bottom repeat-x;
	padding: 10px 10px 11px 9px;
	vertical-align: top;
}
#topics .tabBox td.date {
	width: 52px;
	padding-right: 0 !important;
	white-space: nowrap;
}
#topics .tabBox td.category {
	width: 70px;
	padding-top: 13px;
	padding-right: 0 !important;
}
#topics .tabBox .bottomLink {
	margin-right: 9px;
}
/* /kaigai Only */

/* jp tabBox? */
#topics .tabBox {
	border-top: 1px solid #EEE;/**/
	position: relative;/**/
	padding: 0 0 0 0;/*padding: 0 0 10px 0;*/
}

/*.jp #topics .tabBox h2.title {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

.jp .tabBox ul#sns {
	display: block;
	float: right;
	background: #fff !important;
	width: 204px !important;
	height: auto !important;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 4px 4px 4px 0;
}
.jp .tabBox ul#sns img {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.jp .tabBox ul#sns li {
	display: inline-block;
	float: left;
	margin-left: 4px;
	line-height: 0;
}*/

/* DARTSLIVE.TV 最新動画
----------------------------*/
#dartslivetv {
	padding: 0;
	border: none;
}
#dartslivetv h2.title {
	position: relative;
	margin: 0;
	padding: 9px 10px 3px;
	color: #222;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	background: #ccc;
	vertical-align: top;
}
#dartslivetv h2.title a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#dartslivetv h2.title .txt {
	position: absolute;
	top: 33%;
	left: 220px;
	display: inline-block;
	/*line-height: 16px;*/
}

#dartslivetv .fixTxt,
#dartslivetv .dltvBtnTxt {display: none;}
#dartslivetv .toTv {
	position: absolute;
	top: 4px;
	right: 4px;
}
#dartslivetv .toTv a {
	display: block;
	padding: 3px;
	background-color: #fff;
}
/*.jp #recentNewsBox .tabBox h2.title {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}*/

/*.youtube .detailMain {
	width: 53.5%;
}
.youtube .detailSub {
	width: 16.66%;
}
.stream .detailMain {
	width: 45.16%;
}
.stream .detailSub {
	width: 25%;
}*/
.loadError,
.itemDetail {
	clear: both ;
	padding: 10px 0 10px 0;
	background-color: #fff;
	border: 1px solid #eee;
	/*padding: 1.83%;*/
}
.loadError p {
	padding: 0 10px 10px 10px;
}
.detailMain {
	float: left;
	width: 280px;
	padding: 0 0 0 10px;
}
.detailSub {
	float: right;
	width: 410px;
}
.itemThumb {
	position: relative;
}
.itemThumb .flag_live,
.itemThumb .flag_new,
.itemThumb .flag_like {
	position: absolute;
	display: block;
	height: 100px;
	left: -5px;
	top: -5px;
	width: 100px;
}
.itemThumb .flag_live {background: url(http://dartslive.tv/common/images/flag_blue.png) left top no-repeat;}
.itemThumb .flag_new {background: url(http://dartslive.tv/common/images/flag_red.png) left top no-repeat;}
.itemThumb .flag_like {background: url(http://dartslive.tv/common/images/flag_red.png) left top no-repeat;}
.itemThumb .status {
	bottom: 55px;
	color: #fff;
	display: block;
	font-family: 'Arial Black','Arial-BoldMT', sans-serif;
	font-size: 22px;
	left: 16px;
	line-height: 1;
	position: absolute;
	text-align: center;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.itemThumb .status .date {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
}
/* ハック未調整 必要に応じて */
.ie .itemThumb .status {
	left: 4px;
	line-height: 0.8;
	text-align: left;
	top: 4px;
}
.ie .itemThumb .flag_like .status,
.ie .itemThumb .flag_new .status {
	font-size: 25px;
}
.noresult {
	color: #f00;
	padding: 40px 20px 0;
	text-align: center;
}

.detailSub h3.itemTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.detailSub h3.itemTitle a {
	color: #333;
}
.detailSub h3.itemTitle a:hover {
	color: #0c68c4;
}
.itemDetail .entryText {
	/*font-size: 108%;*/
	font-size: 14px;
	line-height: 1.6;
	padding: 0 10px 0 0;
}
.itemDetail .entryText p {
	color: #6699cc;
	font-weight: bold;
	margin-bottom: 10px;
}
.itemDetail .entryText a {
	color: #0d76de;
}
.itemDetail .entryText a:hover {
	color: #3194f7;
}
p.more {
	float: right;
	margin: 10px 10px 10px 0;
}
p.more .btn-color {
	width: 140px;
}
/*.youtube .detailMain {
	float: left;
	width: 642px;
}
.youtube .detailSub {
	float: right;
	width: 200px;
}*/
/*.detailMain .movieContent {
	margin-bottom: 8px;
}
.detailMain .movieContent iframe {
	border: 1px solid #ccc;
}*/
/*.detailMain .otherBox {
	margin-right: -22px;
}
.detailMain .otherBox .otherImg {
	float: left;
	width: 162px;
}*/
/*.ie .itemThumb .status {
	left: 0;
	top: 0;
}*/


/* ----------------------------------------
	campaign
---------------------------------------- */
/* kaigai only */
.campaignCheers {
	background: url(/img/index/campaign_cheers_bg.jpg) no-repeat;
	width: 182px;
	height: 155px;
	padding: 27px 0 0 163px;
	line-height: 1.2em;
}
.campaignSpacer {
	margin-right: 20px;
}
/* /kaigai only */


/* ----------------------------------------
	#side
---------------------------------------- */
#side {
	float: right;
	width: 250px;
	padding-bottom: 25px;
}
/* 日本を逆に★ */
/*.jp #side {
	float: left;
}*/


#login {
	background: url(/img/jp/index/login_bg.gif) no-repeat;
	position: relative;
	width: 202px;
	height: 202px;
	margin-bottom: 15px;
	padding: 24px 24px 24px 24px;
}
#login .title {
	color:#fff;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 4px;
}
ul.loginLinkList {
	margin: 0 0 0 1px;
}
ul.loginLinkList li {
	display: block;
	padding: 0 0 12px 0;
}
ul.loginLinkList li a {
	letter-spacing: .04em;

	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-ms-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
}

.pt ul.loginLinkList li a,
.es ul.loginLinkList li a,
.fr ul.loginLinkList li a {
	letter-spacing: .02em;
}

.jp ul.loginLinkList li {
	margin: 0;
	padding: 0 0 5px 0 !important;
}
.jp ul.loginLinkList li a {
	letter-spacing: 0;
}


/* ******************************************************************************************* */
/* kaigai */
#login li.linkLogin {
	border-bottom: 1px dotted #aaa;
}
#login li.linkRegist {
	margin: 12px 0 0 0;
	border-bottom: 1px solid #aaa;
}
#login li.linkLogin a,
#login li.linkRegist a,
#login li.linkStart a {
	width: 198px;
	overflow: hidden;
}

.jp #login li.linkLogin {border-bottom: 0;}
.jp #login li.linkRegist {margin: 0;border-bottom: 0;}
.jp #login li.linkLogin a,
.jp #login li.linkRegist a {
	width: 200px;
}

#login li.linkLogin a,
#login li.linkRegist a,
#login li.linkStart a {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

/*.pt #login li.linkRegist a,
.es #login li.linkRegist a,*/
.fr #login li.linkRegist a {
	font-size: 16px;
}


#login li.linkLogin a {
	padding: 15px 0 0 0;
	height: 44px;
	line-height: 1.8;
}
#login li.linkRegist a {
	padding: 10px 0 0 0;
	height: 40px;
	line-height: 1.8;
}
#login li.linkStart a {
	padding: 5px 0 0 0;
	height: 29px;
	line-height: 1.8;
}

/*.jp.ie7 #login li.linkLogin a,
.jp.ie7 #login li.linkRegist a,
.jp.ie7 #login li.linkStart a {}
.jp.ie7 #login li.linkLogin a {}
.jp.ie7 #login li.linkRegist a {}
.jp.ie7 #login li.linkStart a {}*/

#login li.linkLogin a {
	text-shadow: -1px -1px 3px #666,1px 1px 3px #c3e1ff;
	border: 1px solid #333;
	background-color: #4e9ae5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2075c9), color-stop(0.50, #4e9ae5), color-stop(0.49, #62b0e3), color-stop(0.00, #c9e8fd));
	background-image: -webkit-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -moz-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -o-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -ms-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9e8fd,endColorstr=#2075c9);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
	box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
}
#login li.linkRegist a {
	text-shadow: -1px -1px 3px #666,1px 1px 3px #ffca74;
	 border: 1px solid #333;
	background-color: #f8a007;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #f28a1b), color-stop(0.50, #fe8d00), color-stop(0.49, #ffa401), color-stop(0.00, #fdc65e));
	background-image: -webkit-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -moz-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -o-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -ms-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdc65e,endColorstr=#f28a1b);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
	box-shadow: inset 0 0 8px rgba(255,255,255,.4), 0 0 2px #666;
}
#login li.linkStart a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff;
	border: 1px solid #333;
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d7d7d7), color-stop(0.00, #f7f7f7));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
	background-image: -ms-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0%, #d7d7d7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7,endColorstr=#d7d7d7);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.4);
	box-shadow: inset 0 0 8px rgba(255,255,255,.4);
}
#login li.linkStart a:hover {
	color:#0c68c4;
}
#login li.linkLogin a span.icon,
#login li.linkRegist a span.icon,
#login li.linkStart a span.icon {
	display: inline-block;
	margin: 0 5px 2px 0;
	vertical-align: bottom !important;
}
#login li.linkLogin a span.icon {
	width: 30px;
	height: 31px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_login.png);
}
#login li.linkRegist a span.icon {
	width: 30px;
	height: 31px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_reg.png);
}
#login li.linkStart a span.icon {
	width: 22px;
	height: 22px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_start.png);
}
#login .help {
	text-align: right;
	text-decoration: none;
	position: absolute;
	right: 24px;
	bottom: 24px;
	color: #fff;
	font-weight: bold;
}
#login .help span.arrow {
	background-position: 4px 6px;
}


/* login New */
.members {
	margin-bottom: 15px;
	padding: 2px;
	background-color: #222;
}
.members .title {
	color:#fff;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.membersLogin {
	padding: 6px 10px 10px 10px;
	background-color: #545555;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3f3f40), color-stop(0.00, #656565));
	background-image: -webkit-linear-gradient(top, #656565 0%, #3f3f40 100%);
	background-image: -moz-linear-gradient(top, #656565 0%, #3f3f40 100%);
	background-image: -o-linear-gradient(top, #656565 0%, #3f3f40 100%);
	background-image: -ms-linear-gradient(top, #656565 0%, #3f3f40 100%);
	background-image: linear-gradient(to bottom, #656565 0%, #3f3f40 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#656565,endColorstr=#3f3f40);zoom: 1;
}

.membersLink {
	display: block;
}
.membersLink a {
	width: 200px;
	position: relative;
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: .04em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-ms-border-radius: .3em;
	-o-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.ie9 .membersLink a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.cn .membersLink a,
.hk .membersLink a,
.tw .membersLink a,
.kr .membersLink a,
.jp .membersLink a {
	letter-spacing: 0;
}



.linkLogin a {
	padding: 13px 0;
	height: 32px;
	line-height: 1.7;

	text-shadow: 1px 1px 3px #2d7ccc;
	border:1px solid #2d7ccc;
	background-color:#4d9ae5;
	background-image: -webkit-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -moz-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -o-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -ms-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9e8fd,endColorstr=#2075c9);zoom: 1;
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);

	/*border: 1px solid #333;
	background-color: #4e9ae5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2075c9), color-stop(0.50, #4e9ae5), color-stop(0.49, #62b0e3), color-stop(0.00, #c9e8fd));
	background-image: -webkit-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -moz-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -o-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: -ms-linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	background-image: linear-gradient(top, #c9e8fd 0%, #62b0e3 49%, #4e9ae5 50%, #2075c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9e8fd,endColorstr=#2075c9);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.8), 0 0 2px #666;
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.8), 0 0 2px #666;
	box-shadow: inset 0 0 8px rgba(255,255,255,.8), 0 0 2px #666;*/
}
.linkLogin a:hover {
	background-color:#4ba6e3;
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #4ba6e3;
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #4ba6e3;
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #4ba6e3;
}
.linkLogin a:active {
	padding: 15px 0 11px 0;
	background-color: #4293c9;
	-webkit-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
}

/* for login v2.html */
.members2 .linkLogin a {
	/*padding: 10px 0;*/
	font-size: 14px;
	padding: 2px 0;
	height: auto;
	line-height: 2.5;
	border: 0;
	background: none;
	background-color:#328dcc; /*4d9ae5*/
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
}
.members2 .linkLogin a:active {
	padding: 4px 0 0 0;

	-webkit-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
}
/* for login v2.html */

.linkRegist a {
	padding: 10px 0;
	height: 30px;
	line-height: 1.7;

	text-shadow: 1px 1px 3px #d18401;
	border:1px solid #d18401;
	background-color: #f8a007;
	background-image: -webkit-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -moz-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -o-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -ms-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdc65e,endColorstr=#f28a1b);zoom: 1;
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);

	/*background-color: #4e9ae5;
	border: 1px solid #e57e00;
	background-color: #f8a007;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #f28a1b), color-stop(0.50, #fe8d00), color-stop(0.49, #ffa401), color-stop(0.00, #fdc65e));
	background-image: -webkit-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -moz-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -o-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: -ms-linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	background-image: linear-gradient(top, #fdc65e 0%, #ffa401 49%, #fe8d00 50%, #f28a1b 95%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdc65e,endColorstr=#f28a1b);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.8);
	box-shadow: inset 0 0 8px rgba(255,255,255,.8);*/
}
/*.pt .linkRegist a,
.es .linkRegist a,*/
.fr .linkRegist a {
	font-size: 14px;
	padding: 10px 0;
	height: auto;
	line-height: 2.4;
}


.linkRegist a:hover {
	background-color: #f7a619;
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #f7a619;
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #f7a619;
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #f7a619;
}
.linkRegist a:active {
	padding: 12px 0 8px 0;
	background-color: #eb9d17;
	-webkit-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
}

/* for login v2.html */
.members2 {
	/*padding: 10px 10px 20px 10px;*/
	padding: 0 15px 10px 15px;
	margin-bottom: 0;
	/*border: 1px solid #edece4;
	background: #fffef5; /* fffdf6 */
	/*background: url(bg_members2_pat1_rev.png) -15px 0;*/
}
.members2 .title {
	font-weight: 800;
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 6px;
}

/*.membersLogin {
	padding: 6px 10px 10px 10px;
}*/
/*.membersRegist {
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background-color: #dee1e3;
	background-image: url(/img/index/bg_members_radiation.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}*/
.members2 .linkRegist {
	margin-bottom: 10px;
}
.members2 .linkRegist a {
	/*padding: 13px 0;
	height: 32px;*/
	/*padding: 17px 0;*/
	padding: 19px 25px;
	height: 52px;
	font-size: 26px;
	line-height: 1.0;
	border: 0;
	background: none;
	background-color: #e35a48; /*f72707 f8a007*/
	/*border: 1px solid #e35a48;*/
	/*padding: 10px 0;
	height: 30px;
	line-height: 1.7;*/
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .2);
}
.members2 .linkRegist a:active {
	padding: 21px 25px 17px 25px;
	-webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
}

/* 海外v2 国別調整★ */
/* 検討中 pt es */



/* 1行 cn hk tw kr */




.followBeginner {
	/*display: none;*/
	border: 1px solid #eee;
	padding: 10px 15px 10px 15px;
	margin-bottom: 15px;
	background: #f8f8f8;
}
.followBeginner .title {
	color: #299a0d;
	font-weight: 800;
	font-size: 14px;
	margin-left: 0;
	margin-bottom: 6px;
}
/* for login v2.html */

.linkStart a {
	padding: 5px 0;
	height: 24px;
	line-height: 1.6;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #4d9e1e;
	/*border: 1px solid #4d9e1e;*/
	background-color: #68b93a;
	/*background-image: -webkit-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -moz-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -o-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -ms-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: linear-gradient(to bottom, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bee9a7,endColorstr=#58aa28);zoom: 1;*/
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, .2),0 1px 3px rgba(0, 0, 0, .4);

	/*border: 1px solid #4e9100;
	background-color: #;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #58aa28), color-stop(0.50, #82d057), color-stop(0.49, #7ec955), color-stop(0.00, #bee9a7));
	background-image: -webkit-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -moz-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -o-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: -ms-linear-gradient(top, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	background-image: linear-gradient(to bottom, #bee9a7 0%, #7ec955 49%, #6fc13f 50%, #58aa28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bee9a7,endColorstr=#58aa28);zoom: 1;
	-webkit-box-shadow: inset 0 0 8px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0 0 8px rgba(255,255,255,.8);
	box-shadow: inset 0 0 8px rgba(255,255,255,.8);*/
}
.linkStart a:hover {
	background-color:#62c429;
	-webkit-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #62c429;
	-moz-box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #62c429;
	box-shadow:inset 0 -3px 0 rgba(0, 0, 0, 0.2),0 1px 10px #62c429;
}
.linkStart a:active {
	padding: 7px 0 3px 0;
	background-color: #5aa132;
	-webkit-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow:inset 0 3px 0 rgba(0, 0, 0, .1),inset 0 2px 3px rgba(0, 0, 0, .3);
}

.membersLink a span.icon {
	/*position: absolute;
	top: 20%;
	left: 5%;*/
	display: inline-block;
	margin: 0 5px 2px 0;
	vertical-align: top !important;
	/*border: 1px solid #000;*/
	background-image: url(/img/common/icon_members_twice.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*border: 1px solid #000;*/
}
.linkLogin a span.icon {
	width: 34px;
	height: 34px;
}
.linkRegist a span.icon {
	width: 34px;
	height: 34px;
	background-position: 0 -34px;
}
.linkStart a span.icon {
	width: 30px;
	height: 30px;
	background-position: 0 -70px;
}

/* for login v2.html */
.membersLink {
	overflow: hidden;
}
/* right */
/*.iconRibbon {
	position: absolute;
	top: 2px;
	right: -18px;
	width: 80px;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.0;
	text-shadow: 0 0 6px rgba(227,90,72,.9);
	background: #ffcc00;
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	transform: rotate(35deg);
	-moz-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}*/
/* left*/
.iconRibbon {
	position: absolute;
	top: 4px;
	left: -24px;
	width: 110px;
	text-align: center;
	color: #111;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.0;
	/*text-shadow: 0 0 6px rgba(227,90,72,.9);*/
	text-shadow:none;
	background: #ffe066;
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	transform: rotate(-35deg);
	-moz-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;

	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

/* 海外v2 国別調整★ */
/* 2行 pt es */


/* 1行 cn hk tw kr */
.jp .members2 .linkRegist a,
.cn .members2 .linkRegist a,
.hk .members2 .linkRegist a,
.tw .members2 .linkRegist a,
.kr .members2 .linkRegist a {
	padding: 29px 25px;
	height: 32px;
	font-size: 26px;
	line-height: 1.2;
}
.jp .members2 .linkRegist a:active,
.cn .members2 .linkRegist a:active,
.hk .members2 .linkRegist a:active,
.tw .members2 .linkRegist a:active,
.kr .members2 .linkRegist a:active {
	padding: 31px 0 27px 0;
}

/*  */
.jp .iconRibbon,
.cn .iconRibbon,
.hk .iconRibbon,
.tw .iconRibbon,
.kr .iconRibbon {
	padding: 6px;
	font-size: 18px;
}




/* for login v2.html */

.pt .linkStart a,
.es .linkStart a {
	height: auto;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}

.pt .linkStart a span.icon,
.es .linkStart a span.icon {
	float: left;
}


/*.linkLogin a span.icon {
	width: 30px;
	height: 31px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_login.png);
}
.linkRegist a span.icon {
	width: 30px;
	height: 31px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_reg.png);
}
.linkStart a span.icon {
	width: 22px;
	height: 22px;
	background-image: url(http://www.dartslive.com/img/jp/index/icon_start.png);
}*/

.membersRegist {
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background-color: #dee1e3;
	background-image: url(/img/index/bg_members_radiation.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.registImgs {
	position: relative;
	min-height: 84px;
	margin-top: 10px;
	/*border: 1px solid #fff;*/
}
.registTxt {
	font-weight: bold;
	text-shadow: 1px 1px rgba(255,255,255,.8);
}
.registTxt1 {
	position: absolute;
	top: 20%;
	display: inline-block;
	color: #333;
	font-size: 14px;
	z-index: 11;
	width: 165px;
	/*border: 1px solid #111;*/
}
.fr .registTxt1 {
	top: 10%;
	font-size: 12px;
}
.cardImg {
	position: absolute;
	top: 0;
	right: -4px;
	z-index: 10;
}
.ring {
	position: absolute;
	top:0;
	right: -5px;
	/* Inner shape */
	display: block;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background: #82d057;
}
.membersRegist.act .rShape {
	/* Outer ring */
	display: block;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	border: 5px solid #82d057;
	opacity: 0;
	-webkit-animation: blip 3s ease-in-out infinite;
	-moz-animation: blip 3s ease-in-out infinite;
	-ms-animation: blip 3s ease-in-out infinite;
	-o-animation: blip 3s ease-in-out infinite;
	animation: blip 3s ease-in-out infinite;
}
@-webkit-keyframes blip {
	0% {-webkit-transform: scale(.1);opacity: 0;}
	1% {-webkit-transform: scale(.1);opacity: .6;}
	60% {-webkit-transform: scale(1);opacity: 0;}
	100% {-webkit-transform: scale(1);opacity: 0;}
}
@-moz-keyframes blip {
	0% {-moz-transform: scale(.1);opacity: 0;}
	1% {-moz-transform: scale(.1);opacity: .6;}
	60% {-moz-transform: scale(1);opacity: 0;}
	100% {-moz-transform: scale(1);opacity: 0;}
}


.ie7 .ring {
	background: none;
	background-image: url(/img/index/bg_ring.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ie7 .membersRegist.act .rShape {
	display: none;
}
.star {
	color: #c2c7cc;
	font-size: 24px;
}

.membersRegist.act .star {
	transform: translate3d(0);
	-webkit-transform: translate3d(0);
	-moz-transform: translate3d(0);
	-webkit-animation: 'starRotate' 3s linear infinite;
	-moz-animation: starRotate 3s linear infinite;
}
.membersRegist.act .star1 { -webkit-animation-delay: .8s; }
.membersRegist.act .star2 { -webkit-animation-delay: 1.0s; }
@-webkit-keyframes 'starRotate' {
	0%   { -webkit-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	1%   { -webkit-transform: translateY(0) rotate(-30deg) scale(2, 2); }
	13%  { -webkit-transform: translateY(0) rotate(-30deg) scale(.5,.5); }
	20%  { -webkit-transform: translateY(0) rotate(-30deg) scale(1.5, 1.5); }
	25%  { -webkit-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	38%  { -webkit-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	100% { -webkit-transform: translateY(0) rotate(-30deg) scale(1, 1); }
}
@-moz-keyframes starRotate {
	0%   { -moz-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	1%  { -moz-transform: translateY(0) rotate(-30deg) scale(2, 2); }
	13%  { -moz-transform: translateY(0) rotate(-30deg) scale(.5,.5); }
	20%  { -moz-transform: translateY(0) rotate(-30deg) scale(1.5, 1.5); }
	25%  { -moz-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	38%  { -moz-transform: translateY(0) rotate(-30deg) scale(1, 1); }
	100% { -moz-transform: translateY(0) rotate(-30deg) scale(1, 1); }
}

.star1 {
	position: absolute;
	top: -7px;
	right: -10px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.star2 {
	position: absolute;
	top: 55px;
	right: 60px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.registTxt2 {
	color: #299a0d;
	font-size:12px;
	text-align: center;
	margin-bottom: 4px;
}
.kr .registTxt2,
.fr .registTxt2 {
	font-size:11px;
}

.cn .registTxt2,
.hk .registTxt2,
.tw .registTxt2,
.jp .registTxt2 {
	font-size:14px;
}

.toHelp {
	margin-top: 3px;
	text-align: right;
}
.toHelp a {
	display: inline-block;
	text-decoration: none;
	/*position: absolute;
	right: 24px;
	bottom: 24px;*/
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
}
.toHelp a span.arrow {
	background-position: 4px 6px;
}

/* for login v2.html */
.members2 .toHelp a {
	/*display: inline-block;
	text-decoration: none;
	padding: 2px 5px;*/
	color: #666;
	font-size: 14px;
	/*font-weight: bold;*/
}
/* for login v2.html */

/* ******************************************************************************************* */

#contactInfoArea {
	background: url(/img/common/bg_check_blu.gif);
	border: solid 1px #e3f0ff;
	margin-bottom: 15px;
	padding: 10px 11px;
}
#contactInfoArea h2.title {
	margin-left: 0;
}
#contactInfoArea img {
	margin-left: 0;
	margin-bottom: 6px;
}
.contactInfo {
	display:block;
	background-color:#FFF;
	margin:0;
	padding:0;
	color:#666;
	line-height:0;
}
dl.contactInfoTell {
	width:auto;
	padding:5px 10px 4px 10px;
	line-height:0;
}
dl.contactInfoTell dt,
dl.contactInfoTell dd {
	float:left;
	display:inline-block;
	width:auto;
	line-height:1.2;
}
dl.contactInfoTell dt {
	clear:both;
	color:#0099ff;
	font-weight: bold;
	padding:2px 2px 0 0;
	width:70px;
	height:15px;
	white-space:nowrap;
}
dl.contactInfoTell dd {
	font-weight: bold;
	font-size:18px;
	color:#666;
	margin:0;
	padding:0 !important;
}
dl.contactInfoTell dt:first-child {
	color:#ff3333;
	font-weight: bold;
	padding-top:4px;
}
dl.contactInfoTell dt span.and {
	color:#666;
	font-weight:normal;
}
dl.contactInfoTell dd a {
	text-decoration:none;
	cursor:text;
	color:#333;
	line-height:1.0;
}
dl.contactInfoTell dd.period {}
dl.contactInfoTell dd.period span.contactInfoTime {
	display:inline-block;
	font-weight:normal;
	font-size:12px;
	line-height:1.2;
	padding:2px 0 0 0;
	vertical-align:top;
}


/* Side: APP Info
----------------------------*/
#appInfo {
	padding: 0;
	min-height:130px;
}
#appInfo .inner {
	background-image: url(http://www.dartslive.com/img/jp/index/bg_appinfo.png);
	background-position: 118px -8px;
	background-repeat: no-repeat;
	padding: 8px 0 8px 0;
}
#appInfo h2.title {
	margin-bottom: 0;
	text-shadow: 3px 3px 4px #fff;
}
#appInfo img.tit,
p.subRead {
	color: #888;
	margin: 0 0 2px 10px !important;
}
ul.appLinkList {
	line-height: 0;
	margin-left: 19px;
}
ul.appLinkList li {
	margin-top: 4px;
}
ul.appLinkList li a img {
	/*width: 124px;
	height: 38px;*/
	width: 118px;
	height: 36px;
}
li.appLinkIPh a {}
li.appLinkAnd a {}

/* Side: DARTSLIVE NI YOROSHIKU Info JP only
----------------------------*/
/*<p class="bnrYoroshiku"><a href="http://www.dartslive.com/jp/yoroshiku/" target="_blank"><img src="/img/jp/index/bnr_yoroshiku_top.jpg" alt="ダーツライブによろしく　だだのダーツマシンじゃない！DARTSLIVEとは？" /></a></p>*/
.bnrCP,
.bnrEnjoy,
.bnrYoroshiku {
	margin-bottom: 15px;
}
.bnrCP a,
.bnrEnjoy a,
.bnrYoroshiku a {
	display: block;
	position: relative;
	overflow: hidden;
}
/* for login v2.html */
.followBeginner .bnrEnjoy,
.followBeginner .bnrYoroshiku {
	margin-top: 10px;
	margin-bottom: 0;
}
.followBeginner .bnrEnjoy a img,
.followBeginner .bnrYoroshiku a img {
	width: 100%;
}
/* for login v2.html */

/* Side: Shop Search Info JP only
----------------------------*/
#dlSearch {
	padding: 0;
}
h2.dlSearchTitle {
	border-bottom: 1px solid #EEE;
	background-color:#FFF;
}
h2.dlSearchTitle img {
	width: 248px;
	height: 54px;
}
h3.dlSearchSubTitle {
	background-color: #f1f1f1;
	border-bottom: 1px solid #EEE;
	color: #777;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 10px;
}
.newShopList {
	display: block;
}
.newShopList ul li {
	display: block;
	width: 238px;
	line-height: 0;
}
.newShopList ul li a {
	position: relative;
	display: block;
	width: auto;
	padding: 3px 14px 3px 10px;
	line-height: 1.4;
	background-color: #fefefe;
}
/* .even */
.newShopList ul li.even a {
	background-color: #fafafa;
}
/*.newShopList ul li a.hover {background-color: #f2fdff !important;kikanai}*/
.ie7 .newShopList ul li a {
	display: inline-block;
	width: 88%;
	margin: 0;
	padding: 3px 8% 3px 4%;
}

.newShopList ul li a span.arrow {
	position: absolute;
	top: 30%;
	right: 5px;
	background-image: url(http://www.dartslive.com/img/common/arrow_thin_gla_r.gif);
	background-position: 5px 3px;
}

/* Side: Service Info
----------------------------*/
#serviceInfo {}
ul.serviceList {
	display: block;
	width: 100%;
	background-color: #fdfdfd;
	background-image: url(http://www.dartslive.com/img/common/vline_gla.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border-top: 1px solid #eee;
}
ul.serviceList li {
	float: left;
	display: block;
	width: 50%;
	border-bottom: 1px solid #eee;
}
ul.serviceList li a {
	position: relative;
	display: block;
	width: auto;
	text-align: center;
	padding: 5px 0;
	overflow: hidden;
}
ul.serviceList li a:hover {
	background-color: #f2fdff;
}
ul.serviceList li a span.serviceTitle {
	display: block;
	position: absolute;
	width: 100%;
	color: #fff;
	font-weight: bold;
	background-image: url(http://www.dartslive.com/img/common/bg_opa_bla.png);
	z-index: 100;
}
ul.serviceList li img {
	max-width: 90%;
	height: auto;
	width: auto;
}
/*img#IE8hack {width: auto;} */
li.serDl {}
li.serTl {}
li.serTv {}
li.serIda {}
li.serBW {}

/* Side: for Entrepreneur
----------------------------*/
#forEntrepreneur {
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Side: Mobile Info
----------------------------*/
#mInfo {
	position: relative;
	padding-bottom: 8px;

}
ul.deviceList {
	width: auto;
	margin: 0 9px;
	overflow: hidden;
}
.jp ul.deviceList {
	width: 188px;
	height: 73px;
}

ul.deviceList li {
	float: left;
	width: auto;
	display: block;
	margin-left: 0;
	border: 1px solid #eee;
	background-color: #fcfcfc;
}
.jp ul.deviceList li {
	text-align: center;
	margin-left: -1px;
}
ul.deviceList li.deviceSP {
	width: 100%;
}
.jp ul.deviceList li.deviceSP {
	width: 84px;
}
ul.deviceList li.deviceSP a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f8f8f8), color-stop(0.00, #fefefe));
	background-image: -webkit-linear-gradient(#fefefe, #f8f8f8);
	background-image: -moz-linear-gradient(#fefefe, #f8f8f8);
	background-image: -o-linear-gradient(#fefefe, #f8f8f8);
	background-image: -ms-linear-gradient(#fefefe, #f8f8f8);
	background-image: linear-gradient(#fefefe, #f8f8f8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe,endColorstr=#f8f8f8);zoom: 1;
}
ul.deviceList li.deviceSP a:hover {
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fefefe), color-stop(0.00, #f8f8f8));
	background-image: -webkit-linear-gradient(#f8f8f8, #fefefe);
	background-image: -moz-linear-gradient(#f8f8f8, #fefefe);
	background-image: -o-linear-gradient(#f8f8f8, #fefefe);
	background-image: -ms-linear-gradient(#f8f8f8, #fefefe);
	background-image: linear-gradient(#f8f8f8, #fefefe);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8,endColorstr=#fefefe);zoom: 1;
}
ul.deviceList li span.icon {
	float: left;
	display: inline-block;
	width: 80px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: 45px 5px;
	color: #888;
}
.jp ul.deviceList li span.icon {
	float: none;
	display: block;
	width: 100%;/*width: 25px;height: 48px;*/
	background-position: center center;
}
ul.deviceList li .deviceTitle {
	float: left;
	font-size: 16px;
	line-height: 3.2;
}
.jp ul.deviceList li .deviceTitle {
	float: none;
	font-size: 10px;
	line-height: 1.7;
}

li.deviceSP span.icon {
	background-image: url(http://www.dartslive.com/img/jp/index/icon_device_sp.png);
}
li.deviceFP span.icon {
	background-image: url(http://www.dartslive.com/img/jp/index/icon_device_fp.png);
}
.jp ul.deviceList li.deviceFP {
	width: 70px;
}
.jp p.qr {
	position: absolute;
	top: 28px;
	right: 9px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #eee;
}

/* event  kaigai only */
#event {
	background: url(/img/common/bg_check.gif);
	border: solid 1px #EEE;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 13px;
}
#event h2.title {
	margin-left:0;
}
#event .box {
	background: #FFF;
	margin-top: 10px;
	padding: 10px;
}
#event .box img {
	display: block;
	margin-bottom: 10px;
}



/* .banner */
#mBanner {
	text-align: center;
	line-height: 1em;
}
#mBanner img {
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}




/* ----------------------------------------
	all only
---------------------------------------- */

#ranking .tabBox.all ol li {
	position: relative;
	padding-right: 26px;
}
#ranking .tabBox.all ol li .flg {
	position: absolute;
	right: 0;
	top: 5px;
}

#topics.all h2,
#event.all h2 {
	margin-bottom: 10px;
	height: 11px;
}
.jp #topics.all h2,
.jp #event.all h2 {
	margin-bottom: 0;
	height: auto;
}
#topics.all h2 {
	height: 13px;
}
.jp #topics.all h2 {
	height: auto;
}
#topics.all h2 *,
#event.all h2 * {
	display: block;
	float: left;
	margin-right: 2px;
}
/*.jp #topics.all h2 *,
.jp #event.all h2 * {
	display: block;
	float: left;
	margin-right: 2px;
}*/
#topics.all h2 span,
#event.all h2 span{
	line-height: 11px;
	font-size: 10px;
}
/*.jp #topics.all h2 span,
.jp #event.all h2 span{
	line-height: 11px;
	font-size: 10px;
}*/
#topics.all h2 span{
	line-height: 13px;
}
/*.jp #topics.all h2 span{
	line-height: 13px;
}*/
#topics.all h2 img.flg {
	margin: 1px 0 0 0;
	color:#555;
}
/*.jp #topics.all h2 img.flg {
	margin: 1px 0 0 0;
	color:#555;
}*/

#topics.all #topicsBanner,
#event.all ul {
	clear:both;
}

#topics.all .tabBox.all td p {
	position: relative;
	padding-right: 26px;
	color:#555;
}

#topics.all .tabBox.all td .flg {
	position: absolute;
	right: 0;
	top: 5px;
	color:#555;
}


/* ----------------------------------------
	clearfix
---------------------------------------- */
.membersLink a:after,
.toList:after,
ul.deviceList li a:after,
#recentNewsBox:after,
#sns ul:after,
ul.serviceList:after,
.jp .emergency a:after,
ul.deviceList:after,
.jp .toList:after,
#dartslivetv .itemDetail:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.membersLink a,
.toList,
ul.deviceList li a,
#recentNewsBox,
#sns ul,
ul.serviceList,
.jp .emergency a,
ul.deviceList,
.jp .toList,
#dartslivetv .itemDetail,
.clearfix {
	min-height: 1px;
}
* html .membersLink a,
* html .toList,
* html ul.deviceList li a,
* html #recentNewsBox,
* html #sns ul,
* html ul.serviceList,
* html .jp .emergency a,
* html ul.deviceList,
* html .jp .toList,
* html #dartslivetv .itemDetail,
* html .clearfix {
	height: 1px;
}