@charset "utf-8";
/* CSS Document */

/*製品画像
----------------------------------------------*/
#cdimg {
	margin: 25px auto;
}

/*製品タイトル
----------------------------------------------*/
h3 {
	width: 600px;
	margin: 0 auto 10px;
	color: #79cbff;
	font-size: 20px;
	border-bottom: 1px solid #79cbff;
	text-align: left;
}

/*製品説明
----------------------------------------------*/
#proinfo {
	width: 600px;
	margin: 0 auto 50px!important;
	text-align: left;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#proinfo:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#proinfo div {
	float: left;
	width: 390px;
	margin: 0!important;
}

#proinfo div p {
	margin-bottom: 1.2em;
}

#proinfo dl {
	width: 180px;
	float: right;
	padding: 10px;
	background: #fad3e0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#proinfo dt {
	font-weight: bold;
}
#proinfo dd {
	margin-left: 25px;
}

/*製品説明　フォント設定
-----------------------*/
.fortissimo {
	font-weight: bold;
	font-size: 16px;
}
.forte {
	font-weight: bold;
}

/*製品説明　トラックリスト
-----------------------*/
h4 {
	margin: 30px auto 10px;
	color: #79cbff;
	font-size: 14px;
	border-bottom: 1px solid #79cbff;
	text-align: left;
}

#tracklist ol {
	padding-left: 30px;
	margin-bottom: 1.5em;
}


/*こんなときに
----------------------------------------------*/
#kon {
	margin: 25px auto;
}






