@charset "Shift_JIS";
/*
 * music unlimited / common.css
 *
 *  version --- 1.0
 *  author  --- coreframe, inc.
 *  updated --- 2013/09/18
 *  
 */
* {
	margin: 0;
	padding: 0;
	/*word-break: break-all;*/
}
ul, ol, li {
	list-style: none;
}
ul {
	margin:0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: 000000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	line-height:1.8;
}
/*a {
	color: #0066cc;
	text-decoration: none;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}*/
a.txtlink {
	text-decoration: underline;
}
a:link.txtlink {
	text-decoration: underline;
}
a:visited.txtlink {
	text-decoration: underline;
}
a:hover.txtlink {
	text-decoration: underline;
}
small {
	font-size: x-small;
	line-height: 1.3;
}

.sp{
	display: none;
}
.caution {
	color: #000;
}
.col_red {
	color: #900000;
}
.col_gray {
	color: #303030;
}

#main {
	padding-bottom: 40px;
	color: #3b3b3b;
}

#main a {
	color: #e10080;
}

#main a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
}

#MU_MAIN{
	width:950px;
	margin:20px auto;
}

#wrapper {
	width: 100%;
/*	background: none !important;*/
}


/* old move */
.mod-homeJasrac{
	width:950px;
	margin:0 auto;
	text-align: right;
	color:#666666;
	font-size: 10px;
}
@media screen and (max-width: 640px){
	.mod-homeJasrac{
		width:100%;
	}
}
#muma_tour_area{
	overflow: hidden;
}

#akgPlaylist,
#h2muma_artist,
.divisiondot,
#mumaTour{
	clear:both;
}

#mumaTour dd{
	margin-left:0;
}

.clearfix{
	overflow: hidden;
	clear: both;
}