@CHARSET "UTF-8";

/* for desktop */


body {
    font-size: 0.9em;
}

header {
    margin-top: 0;
    padding: 10px 0 0 0;
    height: 95px;
}

#header_inner {
    width: 950px;
    margin: 0 auto;
}

header h1 {
    display: block;
    float: left;
    width: 280px;
}

header h1 img {
    width: 280px;
    height: 75px;
}

header nav {
    float: right;
    margin-top: 15px;
}

#nav_additional {
	height : 30px;
	line-height: 30px;
	margin: 0;
}

#nav_additional {
    height: 30px;
}

#nav_additional img {
    height: 30px;
}

#btn_menu_mobile {
    display: none;
}

nav#site_whole {
    margin-top: 0;
    display: block;
}

nav#site_whole ul {
	width: auto;
	margin: 0 0 0 auto;
}

nav#site_whole li {
    float: left;
    width: 161px;
}

nav#site_whole a#current_page {
    border-bottom: solid 5px #cc0000;
}

nav#site_whole li a.naviBar {
    width: 100%;
    height: 30px;
    line-height: 30px;;
}

div#contents {
    clear: both;
    width: 950px;
}

dl#song_list dt {
    font-size: 1.2em;
}

dl#song_list span.title_kana {
    display: inline;
    font-size: 0.8em;
    font-weight: normal;
}

.cover_art {
	width: 150px;
}

.song_info {
	float: right;
	width: 770px;
}

.song_info li {
    font-size: 1.0em;
    float: left;
    margin-right: 20px;
}

.song_description_for_large_screen {
	width: 98%;
	clear: both;
	float: right;
	display: block;
    border: dotted 1px #2c3d4a;
    margin-bottom: 10px;
}

.song_description_for_small_screen {
	display: none;
}

ul.song_button li {
    float: left;
    margin-right: 10px;
}

ul.song_button .playWMPbutton {
    display: inline;
}


ul.song_button a {
    width: 200px;
    height: 30px;
    line-height: 30px;;
}

footer #licenseAdditionalDesc {
    width: 950px;
    margin: 10px auto;
    text-align: left;
}

/* フォーム */

form#post_form input[type="submit"] {
    width: 200px;
    margin-right: 20px;
    height: 2.0em;
    line-height: 2.0em;
}


/* モーダルウィンドウ全体 */
div#HF_modalWindowFrame {
    width: 800px;
}

div#HF_frameHeader {
    height: 30px;
    line-height: 30px;
    border-bottom: solid #999999 2px;
}


/* タイトル */
span#HF_windowTitle {
    width: auto;
    display: inline;
    font-weight: bold;
    margin-bottom: 0;
    float: left;
}

a#HF_closeBtn {
    height: 30px;
    line-height: 30px;
    float: right;
    width: 100px;
}

div#HF_reviewList_frame {
    color: #000000;
    float: left;
    width: 380px;
    margin: 0;
    padding: 0;
}

div#HF_reviewList {
    margin: 0;
    padding: 10px;
}

div#HF_reviewForm_frame {
    float: right;
    width: 380px;
    margin: 0;
    padding: 0;
}

div#HF_reviewForm {
    margin: 0;
    padding: 10px;
    border: none;
}

