/* @override http://angel.moto.co.jp/css/index_style.css */

/* @override 
	http://www.moto.co.jp/css/index_style.css
	http://angel.moto.co.jp/css/index_style.css
	http://angel.moto.co.jp/css/index_style.css?v=20120223_0 */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* @end */

.clearfix:after{
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display:inline-block;
}

a {
    text-decoration: none;
    outline : 0 ;
    color: black;
}
a:hover {
    text-decoration: underline;
}

html {
/*	background-color: black; */
}

body {
    position: relative;
    font: lighter 12px "Lucida Grande", Helvetica, "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, san-serif;
    width: 980px;
	display: block;
	margin: 20px auto 30px;
}

html>/**/body {
    font-size: 16px;
}

/* MWSロゴ */
/* orginal*/
#MWS {
	display: block;
	width: 190px;
	background: url(../images/MWSlogo.png) no-repeat 0 3px;
	height: 110px;
	position: relative;
	left: 60px;
}

/* MWS20th Ver 
#MWS {
	display: block;
	width: 260px;
	background: url(../images/MWS20thlogo.png) no-repeat 0 3px;
	height: 153px;
	position: relative;
	left: 30px;
	margin-bottom:-45px; 
}
*/

/*Xmas ver
#MWS {
	display: block;
	width: 260px;
	background: url(../images/mws_top_logo_bk_xmas.gif) no-repeat 0 3px;
	height: 153px;
	position: relative;
	left: 30px;
	margin-bottom:-45px;  
}
*/

#MWS.yellow {
	background-position: 0 1px;
}
#MWS.white {
	background-position: 0 -110px;
}
#MWS.darkblue {
	background-position: 0 -220px;
}

/* org
#MWS.lightblue {
	background-position: 0 -330px;
}
*/
#MWS.lightblue {
	background-position: 0 0px;
}

#MWS a {
	display: block;
	height: 0;
	overflow: hidden;
/*	padding-top: 110px; */
	padding-top: 150px;
}

#globalheader {
	position: absolute;
	top: 0;
	right: 0;
}

.breakingNews {
	display: block;
	width: 628px;
	position: relative;
	z-index: 1;
	top: -28px;
	padding: 5px;
	left: 340px;
	height: 50px;
}

.breakingNews .label {
	display: block;
	width: 60px;
	overflow: hidden;
	padding-top: 24px;
	height: 0;
	position: relative;
	top: -6px;
	left: 0px;
	float: left;
}

.breakingNews .label.black.on {
	background: url(../images/breakingNews.png) no-repeat -57px -1px;
}
.breakingNews .label.black {
	background: url(../images/breakingNews.png) no-repeat -57px -24px;
}
.breakingNews .label.white.on {
	background: url(../images/breakingNews.png) no-repeat 1px -1px;
}
.breakingNews .label.white {
	background: url(../images/breakingNews.png) no-repeat 1px -24px;
}

#realtimeTicker {
	display: none;
	width: 550px;
	border-width: 1px;
	font-size: 0.8em;
	padding: 6px;
	position: relative;
	z-index: 1;
	right: -2000px;
	float: right;
	text-align: left;
	margin-top: -8px;
	-webkit-transform-style: preserve-3d;
	/* 
	border-radius: 3px;
	background-image: url(../images/tickerBG.gif);
	*/
}

#realtimeTicker .infoText {
	float: left;
	margin-top: -2px;
	line-height: 1.6em;
	color: white;
}

#realtimeTicker .date {
	margin-right: 10px;
	color: white;
	float: left;
	margin-top: -2px;
	line-height: 1.6em;
}

#realtimeTicker a {
	display: block;
	color: #e6e6e6;
	height:20px;
}
#realtimeTicker a:hover {
	display: block;
	text-decoration: none;
	color: #579eda;
}

#content {
	position: relative;

}

/* トップ画像 */

.billboard {
	display: block;
	margin-bottom: 30px;
	width: 980px;
	height: 500px;
	overflow: hidden;
	position: relative;
	/* CSS3 角丸 */
	border-radius: 10px;
	margin-top: 0;
	-webkit-transform-style: preserve-3d;
}

/* スライダー */
.billboard .slideArea {

	overflow: auto;
	height: 500px;
	width: 980px;
}

.billboard .itemList{
	height: 500px;
	position: relative;
}


.billboard .itemChunk {
	display: block;
	float: left;
}

.billboard .controller {
	position: absolute;
	z-index: 5;
	display: block;
	width: 980px;
	bottom: 5px;
	z-index: 20;
}

.billboard .controller .leftButton {
	display: block;
	width: 50px;
	height: 500px;
	top: -476px;
	position: absolute;
	left: 2px;
	color: orange;
	cursor: default;
	background-color: rgba(255, 255, 255, 0);
}
.billboard .leftButton i {
	height: 0;
	width: 30px;
	background: url(../images/slideArrow.png) 0;
	overflow: hidden;
	padding-top: 75px;
	position: relative;
	top: 210px;
	cursor: pointer;
	display: none;
}

.billboard .controller .rightButton {
	display: block;
	width: 55px;
	height: 500px;
	top: -476px;
	position: absolute;
	right: 2px;
	color: orange;
	cursor: default;
	background-color: rgba(255, 255, 255, 0);
}
.billboard .rightButton i {
	height: 0;
	width: 30px;
	background: url(../images/slideArrow.png) 31px;
	overflow: hidden;
	padding-top: 75px;
	position: relative;
	top: 210px;
	cursor: pointer;
	left: 24px;
	display: none;
}

.billboard .controller .slidePointer {
	display: block;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
.billboard .controller .slidePointer .pointer {
	float: left;
	color: white;
	font-size: 1.3em;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	width: 16px;
	background: url(../images/slidePointer.png) 0 0;
	padding-top: 15px;
	overflow: hidden;
	height: 0;
}
.billboard .controller .slidePointer .pointer.now{
	background-position: 0 16px;
}
/* トップ画像下 */

.billboardUnder {
	display: flex;
	height: auto;
	margin-bottom: 30px;
	justify-content: space-between;
}

/* 最新ニュース */

.recentNews {
	width: 45%;
	font-size: 0.8em;
	font-size: 1em\9;
	line-height: 1.8em;
	line-height: 1.3em\9;
	padding-left: 12px;;
	color: gray;
}

.recentNews .newshead {
	display: flex;
	margin-bottom: 6px;
}

.recentNews a {
	padding-left: 10px;
    display: inline-block;
    line-height: 1.6em;
}

.recentNews a.shadow {
	color: #8db5d1;
}
.recentNews a.shadow:visited {
	color: #528FBB;
}
.recentNews a.shadow:hover {
	color: red;
}

/* ソーシャルプラグイン */

.social {
	display: block;
	width: 30%;
	height: 80px;
	margin-top: 33px;
}

.social .twitter {
	padding: 0;
	position: relative;
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 17px;
	height: 32px;
	display: block;
	width: 230px;
}
.social .twitter a {
	position: absolute;
	top: 3px;
	width: 230px;
	color: #333333;
	font-size: 0.8em;
	font-size: 0.9em\9;
	padding: 5px 3px 5px 5px;
	font-weight: bold;
	background-color:white;
	background: -moz-linear-gradient(90deg, #dedede 0%, #ffffff 100%) white;
	background: -webkit-gradient(linear, left bottom, left top, from(#dedede), to(#ffffff)) white;
	/* CSS3 角丸 */
	border-radius: 5px;
}
.social .twitter a:hover {
	text-decoration: none;
	background-color:#efefef;
	background: -moz-linear-gradient(90deg, #c8c8c8 0%, #efefef 100%) white;
	background: -webkit-gradient(linear, left bottom, left top, from(#c8c8c8), to(#efefef)) white;
}
.social .TwIcon {
	width: 24px;
	height: 17px;
	z-index: 10;
	margin-right: 4px;
	margin-bottom: -4px;
	margin-left: 0;
}

.social .facebook {
	display: block;
    margin: 0 auto;
    width: 230px;
	position: relative;
	padding: 0;
}
.social .facebook a {
	position: absolute;

	width: 230px;
	color: #333333;
	font-size: 0.8em;
	font-size: 0.9em\9;
	padding: 5px 3px 5px 5px;
	font-weight: bold;
	background-color:white;
	background: -moz-linear-gradient(90deg, #dedede 0%, #ffffff 100%) white;
	background: -webkit-gradient(linear, left bottom, left top, from(#dedede), to(#ffffff)) white;
	/* CSS3 角丸 */
	border-radius: 5px;
	word-spacing: 0;
}
.social .facebook a:hover {
	text-decoration: none;
	background-color:#efefef;
	background: -moz-linear-gradient(90deg, #c8c8c8 0%, #efefef 100%) white;
	background: -webkit-gradient(linear, left bottom, left top, from(#c8c8c8), to(#efefef)) white;
}
.social .fbIcon {
	width: 20px;
	height: 20px;
	z-index: 10;
	margin-right: 6px;
	margin-bottom: -5px;
	margin-left: 2px;
}

/* 角丸ボタン */
.relatedPage {
	display: block;
	width: 228px;
	height: 140px;
}

.relatedPage ul {
	display: flex;
	justify-content: space-between;
}

.relatedPage ul:first-child {
	margin-bottom: 20px;
}
	

.relatedPage li a {
	display: block;
	width: 64px;
	height: 62px;
	overflow: hidden;
}

.relatedPage .quickTour a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat 0 -1px;
}
.relatedPage .quickTour a:hover {
	background-position: 0 -68px;
}

.relatedPage .register a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat -80px -1px;
}
.relatedPage .register a:hover {
	background-position: -80px -68px;
}

.relatedPage .message a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat -160px -1px;
}
.relatedPage .message a:hover {
	background-position: -160px -68px;
}

.relatedPage .youtube a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat -240px -1px;
}
.relatedPage .youtube a:hover {
	background-position: -240px -68px;
}

.relatedPage .itunes a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat -320px -1px;
}
.relatedPage .itunes a:hover {
	background-position: -320px -68px;
}

.relatedPage .mofa a {
	width: 64px;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 62px;
	background: url(../images/relatedLinkIcon.png) no-repeat -400px -1px;
}
.relatedPage .mofa a:hover {
	background-position: -400px -68px;
}

/* 関連ステッカー */

#banner {
	height: 170px;
    position: absolute;
    top: 3px;
}

#banner .badge {
	display: block;
	float: left;
	border: 7px solid white;
	height: 155px;
	width: 230px;
}
#banner .badge.right {
	border: 6px solid white;
	border-bottom-width: 8px;
}

#banner .badge img {
	width: 230px;
	height: 155px;
}

.stickers {
	background-color: #616161;
    display: block;
    height: 169px;
    margin-bottom: 40px;
    padding: 3px;
    position: relative;
}

.stickers .relatedLink {
	font-size: 0.8em;
	color: white;
	padding: 10px;
	
	height: 50px;
	overflow: hidden;
    position: absolute;
    top: 170px;
    width: 953px;
	background: url(../images/relatedLinkBG.gif) repeat-x 0 -30px;
}

.stickers .relatedLink dt {
	margin-top: 16px;
}

.stickers .relatedLink .youtube a {
	display: block;
	width: 38px;
	height: 0;
	padding-top: 45px;
	position: absolute;
	top: 10px;
	left: 120px;
	background: url(../images/relatedLinkLogo.png) no-repeat;
	overflow: hidden;
}
.stickers .relatedLink .youtube a:hover {
	background: url(../images/relatedLinkLogo.png) no-repeat 0 -46px;
}

.stickers .relatedLink .itunes a {
	display: block;
	width: 45px;
	height: 0;
	padding-top: 47px;
	position: absolute;
	top: 10px;
	background: url(../images/relatedLinkLogo.png) no-repeat -39px 0;
	overflow: hidden;
	left: 178px;
}
.stickers .relatedLink .itunes a:hover {
	background: url(../images/relatedLinkLogo.png) no-repeat -39px -46px;
}

.stickers .relatedLink .wikipedia a {
	display: block;
	width: 54px;
	height: 0;
	padding-top: 46px;
	position: absolute;
	top: 10px;
	left: 240px;
	background: url(../images/relatedLinkLogo.png) no-repeat -85px 0;
	overflow: hidden;
}
.stickers .relatedLink .wikipedia a:hover {
	background: url(../images/relatedLinkLogo.png) no-repeat -85px -46px;

}

/* フッター */

.globalfooter {
	font-size: 0.7em;
	font-size: 0.8em\9;
	text-align: center;
	line-height: 1.5em;
	display: block;
}

.globalfooter .contact {
	display: block;
}

.globalfooter .contact a {
	font-weight: bold;
}
