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

/* --------------------------------------*/
/* ランディングページ基本 */
/* --------------------------------------*/
/*ページ全体*/
body {
	font-size:12px;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	height:100%;
	background:url(../img/header_back.png) repeat-x 0 0;
}

html {
	height:100%;
}

a:link {/*疑似要素 :link = 未訪問のリンク*/
	color:#333f36;
	font-size:12px;
	text-decoration:none;
}
a:visited {/*疑似要素 :link = 訪問済のリンク*/
	color:#333f36;
	font-size:12px;
	text-decoration:none;
}
a:hover {/*疑似要素 :link = マウスが重なっている状態のリンク*/
	color:#347240;
	font-size:12px;
	position:relative; top: 1px;
	text-decoration:none;
}
a:active {/*疑似要素 :link = クリック中(マウスダウン〜アップまでの間)*/
	color:#347240;
	font-size:12px;
	text-decoration:none;
}

a.non_pop:link {
	color:#347240;
	text-decoration:none;
}
a.non_pop:visited {
	color:#347240;
	text-decoration:none;
}
a.non_pop:hover {
	color:#347240;
	position:relative; top: 0px;
	text-decoration:none;
}
a.non_pop:active {
	color:#347240;
	text-decoration:none;
}


/* ☆======reset======*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul{
    list-style:none;
}

/* ☆======clearfix hack======*/
.clearfix:after {/*after→CSS上で書き換えるような意の疑似要素　中の5プロパティを使用することでソース上でdivタグなどを使うことなくclearすることが出来る*/  
  content: ".";/*content→CSS上で文字をかけるプロパティ(この場合の . は意味を持たない) */  
  display: block; /*display：block→インライン要素をブロック要素に変える*/  
  height: 0; /*このheightは上のcontentで書いた . の高さをなくす為のもの*/  
  clear: both;/*floatをクリアするためのプロパティ*/   
  visibility: hidden; /*visibility→boxの表示、非表示を指定　visible=表示　hidden=非表示*/
}  
  
.clearfix {
	display: inline-table;
}  
  
/* ☆======hide macie======*/
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* ======end hide=====*/
/* ======end clearfix=======*/

.nonpc{
display:block;
}

.pc{
display:none;
}
/* ☆=========レイアウト設定　ここから=========*/

#page-body,
#wrapper {
	width:100%px;
	height:700px;
	margin:0 auto;
}

#page-top {
	width:100%;
	text-align:center;
	margin:0 auto;
}



/*◆◆◆◆◆page-top◆◆◆◆◆*/
#header {
	width:320px;
	height:100%;
	text-align:left;
	margin:0 auto;
}

#title {
	text-align:left;
	float:right;
	margin: 0 auto;
}

#non_pc_main {
	width:320px;
	height:100%;
	text-align:center;
	margin: 0 auto;
	position:relative; left: 10px;
}

img.main_image_s{
	position:relative; top: 5px; right: 5px;
	text-align:center;
	margin: 0 auto;
}

img.title_s{
	position:relative; top: 4px; right: 15px;
}

img.title{
	text-align:center;
	position:relative; top: 5px; left: 35px;

}

img.text{
	text-align:center;
	position:relative; left: 5px;

}

#menu_s {
	width:224px;
	text-align:center;
	margin: 0 auto;
}

ul.menu{
	text-align:center;
	margin: 0 auto;
}

#menu_s a.menu_1{
	    width: 242px;
	    height: 36px;
	    background: url(../img/menu_1_s.png) no-repeat;
	    display: block;
	    text-indent: -9999px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	position:relative; right: 20px;
}

#menu_s a.menu_1:hover {
	    background-position: 0 -36px;
}

#menu_s a.menu_2{
	    width: 242px;
	    height: 36px;
	    background: url(../img/menu_2_s.png) no-repeat;
	    display: block;
	    text-indent: -9999px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	position:relative; right: 20px;
}

#menu_s a.menu_2:hover {
	    background-position: 0 -36px;
}

#menu_s a.menu_3{
	    width: 242px;
	    height: 36px;
	    background: url(../img/menu_3_s.png) no-repeat;
	    display: block;
	    text-indent: -9999px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	position:relative; right: 20px;
}

#menu_s a.menu_3:hover {
	    background-position: 0 -36px;
}

#menu_s a.menu_4{
	    width: 242px;
	    height: 36px;
	    background: url(../img/menu_4_s.png) no-repeat;
	    display: block;
	    text-indent: -9999px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	position:relative; right: 20px;
}

#menu_s a.menu_4:hover {
	    background-position: 0 -36px;
}

#menu_s a.menu_5{
	    width: 242px;
	    height: 36px;
	    background: url(../img/menu_5_s.png) no-repeat;
	    display: block;
	    text-indent: -9999px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	position:relative; right: 20px;
}

#menu_s a.menu_5:hover {
	    background-position: 0 -36px;
}

ul.bunner{
    width: 262px
}


li.bunner_1{
	color:#000;
	margin-top: 12px;
	margin-bottom: 0px;
}

li.text{
	font-size:12px;
	position:relative; bottom: 10px;
}

li.bunner_2{
	color:#000;
	margin-top: 12px;
	margin-bottom: 12px;
}


li{
	color:#000;
	margin-top: 12px;
	margin-bottom: 12px;
}



#content_main {
	width:320px;
	height:100%;
	text-align:left;
	margin:0 auto;
}


img.midashi_title{
	margin-bottom: 20px;
	position:relative; top: 5px;
}



/*カラオケ教室*/

#karaoke_menu_p{
	width: 320px;
}

#content_right{
	width: 320px;
	float:left;
}

li.karaoke_menu_line{
	width: 320px;
}

dl.karaoke_main{
	width: 320px;
}


dl.bio_main{
	width: 320px;
}

a.color_menu:link {font-size: 14px; color: #000; text-decoration : none; }
a.color_menu:visited {font-size: 14px; color: #000; text-decoration : none;}
a.color_menu:hover {font-size: 14px; color: #000; text-decoration : underline;}

p.std14{
font-size: 14px;
color: #000;
}

dt.title-bar {
	background-image: url(../img/title-bar2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	clear:both;
	height:30px;
	color: #19351e;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 0px 0px 0px;
}

dt.title-bar2 {
	font-size: 13px;
	line-height: 120%;
}

dt.title-bar3 {
	background-image: url(../img/title-bar3.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	clear:both;
	height:30px;
	color: #19351e;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}

.title-sub2 {

	font-size: 12px;
	line-height: 100%;
	color: #333333;
	background-color: #e6e7e8;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7c8488;
}


/* ---------- 料金 -----------*/
#price_menu_p{
	width: 200px;
	float:left;
}

dl.price_main{
	width: 320px;
}

dl.price{
	width: 320px;
	height:300px;
}


img.price_title{
	margin-top: 5px;
	margin-bottom: 20px;
	clear:both;
}

dl.price{
	width: 320px;
}

dl.price_2{
	width: 320px;
}

dd.price_1{
	width: 70px;
	height:40px;
	float:left;
	vertical-align:middle;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

dd.price_2{
	width: 250px;
height:40px;
	float:left;
vertical-align:middle;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

dd.price_3{
	width: 320px;
	height:20px;
	float:left;
	vertical-align:middle;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
}

dd.price_4{
	width: 320px;
	height:20px;
	float:left;
	vertical-align:middle;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

dd.price_5{
	height:50px;
	clear:both;
}

dd.price_l{
	width: 120px;
	float:left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

dd.price_r{
	width: 200px;
	float:left;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

span.price_text{
	font-size: 14px;
}


/* ---------- よくある質問 -----------*/

#question_menu_p{
	width: 320px;
}


dd.question_text_q{
	width: 320px;
	font-size: 14px;
	padding:10px;
	background-color:#f0f7d4;
}

dd.question_text_a{
	width: 320px;
	font-size: 14px;
	padding:10px;
	margin-bottom: 20px;
}



/* ---------- ディスコグラフィー -----------*/
#disco_menu{
	width: 320px;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
	float:left;
}

#disco_main{
	width: 320px;
	margin-bottom: 10px;
	text-align:center;
	margin: 0 auto;
}

dt.disco_page{
	width: 320px;
}

dt.disco_prize{
	width: 320px;
	text-align:center;
	margin: 0 auto;
}

dt.disco_page_sp1{
	width: 320px;
	height:10px;
	text-align:center;
	margin: 0 auto;
	background:url(../img/li_line4.gif) repeat-x;
}

dt.disco_page_sp2{
	width: 320px;
	height:10px;
	background:url(../img/li_line4.gif) repeat-y;
	float:left;
}

dt.disco_prize_sp{
	width: 320px;
	height:10px;
	background:url(../img/li_line4.gif) repeat-x;
	float:left;
}


ul.disc_1{
	width: 320px;
	margin:0px;
	padding:0px;
	text-align:center;
	margin: 0 auto;
}

li.disc_1{
	width:320px;
	vertical-align:top;
	text-align:center;
	margin: 0 auto;
}

li.li_line{
	width:15px;
	text-align:left;
	vertical-align:top;
	float:left;
}


dt.disc_pic{
	color: #02004b;
	font-size:16px;
	font-weight: bold;
	width:195px;
	text-align:center;
	margin: 0 auto;
}

dd.disc_1{
	position: relative; left: 0px;
	font-size:12px;
}



ul.disc_2{
	list-style-type:none;
	padding-top:25px;
	vertical-align:top;
	clear: both;
}

li.disc_2{
	width:195px;
	text-align:left;
	vertical-align:top;
	float:left;
}


dd.disc_2{
	position: relative; right: 20px;
	font-size:12px;
}

ul.karaoke_menu	{
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative; left:1px;
}

li.karaoke_menu	{
	text-align: left;
	margin-top: 0.5em;
}

dt.disc_pic small.disc-text {
              font-size:12px;
}


#album_menu{
	width: 320px;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
	float:left;
}

#album_main{
	width: 320px;
	margin-bottom: 10px;
	text-align:center;
	margin: 0 auto;
}



/* ---------- スケジュール -----------*/
#schedule_menu{
	width: 320px;
	text-align:center;
	margin: 0 auto;
	float:left;
}

#schedule_main{
	width: 320px;
	height:100%;
	float:left;
	margin-bottom: 10px;
}

.std12 {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 5px;
}

.qus14 {
	font-size: 14px;
	line-height: 120%;
	color: #333333;
	font-weight:bold;
}

ul.schedule_menu	{
	width:320px;
	list-style-type:none;
	text-align:center;
	margin: 0 auto;
	margin:0px;
	padding:0px;
	position:relative; left:1px;
}

li.schedule_menu	{
	text-align: left;
	margin-top: 0.1em;
	float:left;
}

li.schedule_menu_line	{
	width:20px;
	text-align: left;
	margin-top: 0em;
	float:left;
}


table.schedule_table {
	width:320px;
	float:left;
}

table.schedule_month_table {
	width:298px;
	float:left;
}


/* ---------- バイオグラフィー -----------*/
#baio_menu_p{
	margin-bottom: 10px;
	float:left;
}

#baio_menu_p2{
	margin-bottom: 10px;
	float:left;
}

#baio_menu_p3{
	margin-bottom: 10px;
	float:left;
}

#baio_main{
	width: 320px;
	height:100%;
	margin-bottom: 10px;
	float:left;
}

dl.baio_main{
	width: 320px;
}

td.baio_1{
height:25px;
text-align:center;
vertical-align:middle;
background-color:#ccd3af;
}

td.baio_2{
text-align:center;
vertical-align:middle;
height:25px;
background-color:#fff;
}

td.baio_3{
text-align:center;
vertical-align:middle;
height:25px;
background-color:#eee;
}

span.radio_text{
	font-size: 12px;
}


table.memory_table{
width:320px;
text-align:center;
vertical-align:middle;
background-color:#CCCCCC;
}

td.memory_td{
width:320px;
text-align:center;
vertical-align:middle;
background-color:#fff;
}

/*アルバム*/
ul.album {
              clear:both;
              margin-top:60px;
}
ul.album li {
              margin:0;
              padding:0;
              font-size:12px;
}

li.album-l {
              width:300px;
              float:left;
}
li.album-r {
              width:310px;
              float:right;
}
dl dd.album-title {
              font-weight:bold;
              font-size:16px;
}
dl dd.album-release {
              font-size:12px;
}
dl dd.album-release {
              margin:10px 0;
}
dl dd.title-l {
              float:left;
}
dl dd.title-r {
              float:right;
              margin-right:30px;
}


/* ---------- プロフィール -----------*/

img.nobue_image{
	text-align:center;
	margin: 0 auto;

}


#info_main{
	width: 320px;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
	float:left;
}

table.plf_table{
	width: 320px;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 10px;
	margin: 0 auto;
}

td.info_dt{
	font-weight:bold;
vertical-align:middle;
	font-size: 14px;
	width:100px;
}

td.info_dt_2{
	font-size: 14px;
	text-align:left;
	width:200px;
	font-size: 12px;
}

td.table_line{
	height:10px;
	background:url(../img/li_line4.gif) repeat-x;
}


/* ---------- ファンクラブ -----------*/

dl.info_plf1{
	width: 320px;
	text-align:left;
	margin: 0 auto;
}

dt.fan_sp{
	clear:both;
	height:20px;
}

img.club{
	margin-bottom: 20px;
	margin-right: 10px;
	position:relative; top: 5px;
	float:left;
}

dl.info_plf3{
	width: 320px;
	text-align:center;
}


dt.info_dt_3{
	width:320px;
	font-size: 12px;
	text-align:left;
}

dt.info_dt_4{
	width:320px;
	text-align:left;
	font-size: 12px;
}

dt.info_dt_5{
	width:320px;
	text-align:left;
	font-size: 12px;
}

dt.non_1{
	width:320px;
	float:left;
}

dt.non_2{
	width:320px;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
	float:left;
}


/* ---------- 事務所案内 -----------*/

#office_main{
	width: 320px;
	text-align:center;
	margin: 0 auto;
	margin-bottom: 10px;
	float:left;
}

dl.info_plf4{
	width: 320px;
	text-align:center;
	margin: 0 auto;
}

dt.info_dt_5{
	width:100px;
	float:left;
	text-align:left;
	font-size: 12px;
}

dt.info_dt_6{
	width:220px;
	float:left;
	text-align:left;
	font-size: 12px;
	float:left;
}

dt.info_dt_7{
	width:320px;
	font-size: 12px;
	text-align:left;
	float:left;
}

dt.info_dt_8{
	width:320px;
	font-size: 12px;
	text-align:center;
	float:left;
}

dt.info_dt_9{
	width:200px;
	float:left;
	text-align:right;
	position:relative; left:60px;
}

dt.info_dt_10{
	width:300px;
	float:left;
	text-align:center;
	font-size: 12px;
}

dt.info_dt_11{
	width:320px;
	float:left;
	text-align:left;
	font-size: 12px;
	float:left;
}

table.talent_table{
	width: 320px;
	text-align:center;
	margin-top: 50px;
	margin-bottom: 10px;
	margin: 0 auto;
}


/* ---------- footer -----------*/
#footer {
	width:100%;
	height:175px;
	clear:both;
	bottom: 0;
}

#footer_main {
	width:100%;
	height:175px;
	margin: 0 auto;
	background:url(../img/footer_back.png) repeat-x 0 0;
}

#footer_menu {
	width:100%;
	margin: 0 auto;
	text-align:center;
}


#footer_main {
	width:100%;
	margin: 0 auto;
}

p.footer_p{
	margin-top:10px;
	line-height:1.5;
}
#footer_menu p.pc{
	position:relative; top:30px;
}
#footer_menu p.pc a{
	font-size:12px;
}

ul.footer_ul1 {
	width:274px;
	margin:0 auto;
}
ul.footer_ul2 {
	width:285px;
	margin:0 auto;
	position:relative; bottom: 20px;
}



li.footer_li{
	float:left;
}

p.footer_copy {
	clear:both;
	font-size: 13px;
	color:#fff;
	position:relative; bottom: 10px;
}

span.footer_link {
	font-size: 12px;
}

/* スクロール　トップ */
#goto-top {
	width:50px;
	position:relative; bottom: 1px;
	text-align: center;
	margin:0 auto;
}

img.page_top{
	text-align: center;
	margin:0 auto;

}

/*◆◆◆footer　end◆◆◆*/

