@charset "utf-8";


/*//////////////////////////////////////////////////////////////////////// 
//
// POPUPãƒšãEã‚¸ã‚¹ã‚¿ã‚¤ãƒ«
//
//////////////////////////////////////////////////////////////////////// */


/*//////////////////////// ãƒ˜ãƒƒãƒ€ãƒ¼ */

#popupHeaderArea{
	width:100%;
	text-align:center;
}


#popupHeaderBg1 {
	width:100%;
}


#popupHeaderBg2 {
	margin:0 auto;
	text-align:center;
	background:url(../images/header_bg.jpg) top center no-repeat;
}


#popupHeaderBg1 #popupHeaderBg2 h1{
	width:630px;
	text-align:left;
	margin:0 auto;
}

#popupHeaderBg1 #popupHeaderBg2 h1 img.logo{
	margin-left:25px;
}


#popupBodyArea{
	width:600px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}


/*//////////////////////// What'sNew ã‚³ãƒ³ãƒEƒ³ãƒE*/

#main{
	width:580px;
	padding:10px;
}

.news_cont{
	padding:15px 5px 0px 5px;
}

.news_cont dl dt{
	font-weight:bold;
	color:#0177be;
}

.news_cont dl dd{
	padding-bottom:15px;
	background:url(../images/line.gif) repeat-x bottom left;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../fitness/common/font/BebasNeue-webfont.eot');
    src: url('../../fitness/common/font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fitness/common/font/BebasNeue-webfont.woff') format('woff'),
         url('../../fitness/common/font/BebasNeue-webfont.ttf') format('truetype'),
         url('../../fitness/common/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.news_cont p{
	color: #B3B3B3;
    font-family: BebasNeueRegular,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
}



/*//////////////////////// ãƒ•ãƒƒã‚¿ãƒ¼ */

#popupFooterArea .closeBtn{
	padding:20px 0px;
	text-align:center;
}

#popupFooterArea{
	width:100%;
	height:30px;
	margin:0 auto;
	text-align:center;
}

#popupFooterArea #copyright{
	padding:5px 0;
	background:#eee;
}

#popupFooterArea #copyright address{
	color:#0177be;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}

#popupFooterArea #copyrightLightgym address{
	color:#0177be;
	background-color:#faf424;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}



/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®æ–E­—ã‚¤ãƒ³ãƒEƒ³ãƒE/
.navi{
	position:absolute;
	top:-3000px;
	left:-3000px;
}
.clear_float {
	clear:both;
}