/* PC用・スマホ用共通　デザイン設定ファイル */
@charset "utf-8";
body, html {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background: #000000;
	overflow: hidden;
}
body {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
}
a {
	color: #ffffff;
}
p {
	margin: 0;
	padding: 0;
}


/* フレームの設定 */


/* ヘッダー */


/* メインコンテンツ */
#main_contents{
	padding-top: 1%;
	padding-left: 2%;
	width: 98%;
	height: 98%;
	position:relative;
	clear: both;
}
#main_title{
	padding-top: 1%;
}


/* ［Home］ページ */
#left_contents img{
	width: 100%;
	height: auto;
}
#songs{
	position:relative;
	padding-top:56.25%;
}
#songs iframe{
	position:absolute;
	top:0;
	right:0;
	width:96%;
	height:96%;
	padding:2%;
}


/* ［Profile］ページ */
#profile{
	padding-top: 5%;
	padding-left: 2%;
	width:97%;
	height: auto;
}
#profile_img img{
	width: 100%;
	height: auto;
}
#profile ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* ［Discography］ページ */
#discography_album img{
	width: 100%;
	height: auto;
}
#discography{
	width: 95%;
	height: auto;
	padding-top: 2%;
	padding-left: 3%;
	padding-bottom: 2%;
	float: left;
}

/* ［MaiMusic Lesson］ページ */
#music_title{
	position:fixed;
}
#music_sidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#music_sidemenu a:hover{
	color: #c8859c;
	font-weight: bold;
	text-decoration: none;
}
#music_sidemenu .sidemenu_color{
	color: #c8859c;
	margin-left: -15px;
	padding-left: 5px;
	border-left: solid 10px #ab083c;
}

#lesson_title{
	font-size: 20px;
	padding: 5px;
	margin-bottom: 15px;
	width:160px;
	text-align: center;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
#student_title{
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
#maimusic_bold{
	font-weight: bold;
}
#maimusic_italic{
	font-style: oblique;
}
#maimusic_linebold{
	text-decoration: underline;
	font-weight: bold;
}
#music_text ul{
	list-style-type: disc;
	margin: 0;
	margin-left: 20px;
	padding-left: 20px;
}
#music_text a{
	color: #ab083c;
}
#lesson_menu{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: solid 10px #ac9a9a;
	border-bottom: solid 2px #ac9a9a;
}
.supplement{
	width:95%;
	margin-top:2%;
	text-align:right;
	font-size:13px;
	display:inline-block;
	overflow: hidden; 
}
.students_btn{
	cursor: pointer;
	width:92%;
	height:auto;
	margin-top:1%;
	margin-bottom:2%;
	margin-left:3%;
	padding-left:2%;
	border-left: solid 10px #ffffff;
	border-bottom: solid 2px #ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:2em;
	text-align:left;
	overflow:hidden;
}
.students_btn:hover {
	opacity: 0.5;
}
.students_hide_01{
	width:90%;
	display:none;
	margin-bottom:3%;
	margin-left:7%;
	color: #2D0303;
	font-size:16px;
}


/* 共通設定 */
/* スクロール設定 */
.scroll{
	overflow-y: scroll;
	overflow-x: hidden;
}
/* フォント色設定 */
.fontcolor_1{
	color: #ffffff;
}
.fontcolor_2{
	color: #ab083c;
}
.fontcolor_3{
	color: #c8859c;
}

/* テキスト位置設定 */
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}

/* フォントサイズ設定 */
.smallsize{
	font-size: 12px;
}

/* スクロールバーデザイン */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #cccccc;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background:#c8859c;
}
