@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%;
	height:700px;
	text-align:center;
	margin:0 auto;
}

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

}



/*◆◆◆◆◆page-top◆◆◆◆◆*/
#header {
	width:320px;
	height:100%;
	text-align:center;
	margin:0 auto;
	position:relative; right: 10px;
}

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

#non_pc_main {
	text-align:left;
	margin: 0 auto;
}

img.main_image_s{
	position:relative; top: 5px; right: 4px;
}

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;
}



/*カラオケ教室*/
table.main_table{
	width:320px;
	margin: 20px 0px;
}

td.k_table_1{
	width:100px;
}

ul.karaoke_menu{
	width:100px;
	margin-top: 20px 0px;
}

li.karaoke_menu{
	margin: 10px 0px;
}

td.k_table_2{
	width:20px;
}

td.k_table_3{
	width:240px;
}

/* =========レイアウト設定　ここまで==========*/


/*◆◆◆◆◆page-top◆◆◆◆◆*/
/*◆◆◆◆◆ 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◆◆◆*/

