﻿
/**********************************************************************************
    モジュール（共通）
**********************************************************************************/

/* モジュール名 */
.tdModName
{
    height: 32px; 
    background-image: url(../img/Garando.png); 
    background-repeat: no-repeat;
    padding-left: 40px; 
    text-align: left; 
    vertical-align: middle; 
    border-bottom: solid 1px #342026;
            
    font-size: 15px;
    font-weight: bold;
}

/* モジュール・コンテンツ */
.tdModContents
{
    padding: 20px; 
    vertical-align: top;
}

/* facebook Like Button */
.tdFbLike
{
    height: 30px;
}

/* Share Save Button */
.tdShareSave
{
    height: 20px;
}


/**********************************************************************************
    ヘッダ（アーティスト）
**********************************************************************************/
.ArtistName
{
    white-space: nowrap;
}


/**********************************************************************************
    Video モジュール
**********************************************************************************/

/* ビデオ表示エリア */
.tdVideo
{
    width: 400px;
}

/* ビデオ説明 */
.tdVideoDesc
{
    width: 490px; 
    height: 150px; 
    padding-top: 40px;
    text-align: left; 
    vertical-align: top;
}

/* ビデオ名 */
.pVideoName
{
    font-weight: bold; 
    font-size: 14px;
}




.text_radius /*★後で整理★*/
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: rgb(0, 0, 0);
    font-size: 11px;
    padding: 2px 5px;
    background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(204, 204, 204) 100%);
}




.downloadButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding: 2px 1px 2px 0;   /*2px 3px 2px 3px;*/    /*6px 24px;*/
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.downloadButton:link 
{
    color: #000000;
}

.downloadButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.downloadButton:active {
	position:relative;
	top:1px;
}