@charset "utf-8";

body {
	background-color: #fff6cf;
	margin: 0px;
	color: #333;
	font-size: 1.0rem;
	font-family: "Jun 201",'UD Shin Go Conde90 L',メイリオ,"ＭＳ　Ｐゴシック",sans-serif,Osaka;
	width:100%;
}

h2 {
	margin-top:30px;
}

h2.cheer {
color:#ff6600;
}

table {
	font-size:1.0rem;
}

/*リンクの設定*/

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #00cccc;
	text-decoration: none;
}
/*pの設定*/

p {
	line-height: 200%;
	margin: 0px;
    font-family: "Jun 201",'UD Shin Go Conde90 L',メイリオ,"ＭＳ　Ｐゴシック",sans-serif,Osaka;
}

/*リストから外れる時の設定*/
.list_out {
	text-align:right;
	margin-right:10px;
	margin-top:10px;
	display:block;
}



/*サイト全体の設定*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	text-align: left;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}
/*h1とロゴを並べる設定*/

#header {
	display: flex;
	width:870px;
	padding-bottom:10px;
}

#site h1 {
	flex: 2;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	padding-right: 150px;
}

#logo img {
	flex: 1;
	
	padding-right:10px;
}

#logo {
text-align: right;
}
/*ナビの設定*/

#nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px;
	display: flex;
	border-bottom: orange 10px solid;
	font-family: "Rounded Mplus 1c";
	justify-content:space-between;
}

#nav li {
	padding: 0px;
	text-align: left;
	margin-right:10px;
}

#nav a {
	margin:0;
	font-weight:bold;
}

#nav a:hover {
	font-weight:bold;
}

/*=================トップページ===========================*/

/*イメージメニューの設定*/

#img_menu {
	padding: 10px 0px;
}

#img_menu ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	display: flex;
	align-items: center;
}

#img_menu li {
	flex: 1;
	text-align: center;
}
/*メインコンテンツとトップサイドを横に並べる設定*/

.boxA {
	display: flex;
}

#main_contents {
	flex: 2;
	padding-left: 15px;
	margin-right: 10px;
	padding-bottom:20px;
}

#top_side {
	flex: 1;
	padding-left: 10px;
}
/*h2の設定*/

#main_contents h2 {
	color: #EC3EB4;
	border-bottom: 2px solid #EC3EB4;
	font-size: 1.3em;
	padding-bottom: 5px;
	font-family: "Rounded Mplus 1c";
}

#main_contents_sub h2.cheer {
	margin-top:20px;	
	font-size:1.3em;	
	color: #ff6600;
	border-bottom:2px solid #ff6600;
}

/*ミュージックリストの設定*/
#music_list{
	margin:20px 0px;
}

#music_list ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

#music_list li{
	flex: 1;
	border: 1px solid #fac7e9;
	padding:10px;
	margin-right:10px;
	text-align:center;
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #ffdbf0, #ffdbf0 4px,#fac7e9 3px, #fac7e9 8px);
	background: repeating-linear-gradient(-45deg, #fac7e9, #fac7e9 4px,#ffdbf0 3px, #ffdbf0 8px);
	border-radius: 7px;
	font-size:1.2em;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
}

#music_list a, a:hover {
	color:#666;
}

/*ミュージックテキストの設定*/
#music_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#music_text li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #ccc;
}

/*チアリストの設定*/
.cheer_list{
	margin:20px 0px;
}

.cheer_list ul{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cheer_list li{
	flex: 1;
	border: 1px solid #ffe4b1;
	padding:10px;
	margin-right:10px;
	text-align:center;
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	font-size:1.2em;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
}

.cheer_list a, a:hover {
	color:#666;
}

/*トップサイドのリンク設定*/

#top_side a {
	color: green;
}

#top_side a:hover {
	color: red;
}

/*ユーチューブの設定*/
#youtube {
	margin-bottom:20px;
text-align:center;
}

/*ニュースの設定*/
#news {
	background-image:url(img/info_bgmi.gif);
	background-repeat:repeat-y;
	padding-bottom:20px;
	
}
#news img {
	width:100%;
	height:auto;
}

#news ul {
	list-style:none;
	margin: 0px;
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
}

#news li.ttl {
	font-weight: bold;
	margin-top:10px;
}

/*カンパニーについて*/
	
#company {
	text-align:center;
	border-top:1px solid #ccc;
padding-left:10px;
padding-right:20px;
}


#coment {
	flex:1
}

.mami_name {
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
}

#mind {
	margin:20px 0px;
	padding:0px 15px;
}


/*営業時間について*/
#time {
	padding:20px;
}

/*==============-==トップページ=============================*/

/*=================サブページ==========================*/

/*メインイメージ*/
#main_image_taisou {
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	height:80px;
	width:830px;
	margin-bottom:20px;
	padding-left:40px;
	padding-top:20px;
	font-size:3.0em;
   letter-spacing:0.1em;
}

#main_image_music {
	background: -webkit-repeating-linear-gradient(-45deg, #ffdbf0, #ffdbf0 4px,#fac7e9 3px, #fac7e9 8px);
	background: repeating-linear-gradient(-45deg, #fac7e9, #fac7e9 4px,#ffdbf0 3px, #ffdbf0 8px);
	height:80px;
	width:830px;
	margin-bottom:20px;
	padding-left:40px;
	padding-top:20px;
	font-size:3.0em;
}

#main_image_cheer {
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	height:80px;
	width:830px;
	margin-bottom:20px;
	padding-left:40px;
	padding-top:20px;
	font-size:3.0em;
}



/*サブページメインコンテンツ*/
#main_contents_sub h2 {
	color: #EC3EB4;
	border-bottom: 2px solid #EC3EB4;
	font-size: 1.3em;
	padding-bottom: 5px;
	font-family: "Rounded Mplus 1c";
}

#main_contents_sub {
	padding:0px 40px;
}

/*レッスンスケジュール表の設定
#lesson_schedule table {
	width:100%;
}

#lesson_schedule th {
	width:10%;
	background-color: #f2f2f2;
	font-weight:normal;
	text-align:center;
	padding:5px;
}

#lesson_schedule td {
	width:15%;
	padding:5px;
	background-color:#fff;
}
*/

#cheer_ttl span.top {
	background-color:#ccc;
	display:block;
	padding:20px;
}

/*クラス詳細のテーブル設定*/

.class_kpop {
	margin:0px 20px 20px 20px;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.class_kpop td, .class_kpop th {
    border:1px solid #ccc;
    text-align:center;
    width:20%;
}

.class_schedule, .class_schedule_cheer {
	margin:0px 20px 20px 20px;
	border: solid 1px #ccc;
	border-collapse: collapse;
    width:95%;
}

.class_schedule th, .class_schedule td, .class_schedule_cheer th, .class_schedule_cheer td {
    padding:5px 2px;
}

.class_schedule th.day, .class_schedule_cheer th.day {
    border:1px solid #ccc;
    text-align:center;
    background-color:#f1f1f1;
    width:15%;
}

.class_schedule th.month {
    border:1px solid #ccc;
    text-align:center;
    background-color:#f1f1f1;
    width:15%;
}

.class_schedule th.time, .class_schedule th.place {
    border:1px solid #ccc;
    text-align:center;
    background-color:#f1f1f1;
    width:30%;
}

.class_schedule_cheer th.month, .class_schedule_cheer th.day {
    border:1px solid #ccc;
    text-align:center;
    background-color:#f1f1f1;
    width:20%;
}

.class_schedule_cheer th.place{
    border:1px solid #ccc;
    text-align:center;
    background-color:#f1f1f1;
    width:60%;
}

.class_schedule td, .class_schedule_cheer td {
    border:1px solid #ccc;
    text-align:center;
}

/*スケジュール　時間変更なしチーム*/


.class_g {
	margin:0px 20px 20px 20px;
	border: solid 1px #cccccc;
	border-collapse: collapse;
}

.class_g th {
	background-color:#f2f2f2;
	font-weight:normal;
	width:15%;
	text-align:center;
	border: solid 1px #cccccc;
}

.class_g td {
	width:70%;
	padding:5px;
	border: solid 1px #cccccc;
}

.class_g table {
	margin-top:20px;
}

/*銀行の表示*/
#bank {
	font-weight:bold;
}

/*イメージショットの設定*/
#shot table{
	width:90%;
	margin-left:30px;
}

#shot img {
	margin:5px 10px;
}

/*レッスンカレンダーの設定*/
#lesson_culender {
	margin-left:0px;
}

/*サブページ　見出し*/

h3.wed_cheer {
	font-size:1.8em;
	padding:15px 0px 15px 15px;
	margin-top:20px;
	border:1px solid #ccc;
	border-radius:7px;
}

h4.wed_cheer {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	font-size:1.5em;
}

h4.taisou {
	position: relative;
	padding: 1.0em;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	border-radius: 7px;
	font-size:1.5em;
}

h4.music {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #ffdbf0, #ffdbf0 4px,#fac7e9 3px, #fac7e9 8px);
	background: repeating-linear-gradient(-45deg, #fac7e9, #fac7e9 4px,#ffdbf0 3px, #ffdbf0 8px);
	border-radius: 7px;
	font-size:1.5em;
}

#taisou_h2 {
	color:#6699ff;
	border-bottom: 2px solid #6699ff;
	font-size: 1.3em;
	padding-bottom: 5px;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
	margin:20px 0px 10px 0px;
}

h3.actas {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:15px solid #eb008b;
	background-image:none;
	padding:10px;
	font-size:1.2em;
	font-weight:normal;
	margin:10px 0px;
}



/*アクタステーブル*/
#actas td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-collapse: collapse;
	border:1px solid #ccc;
}

#actas th {
	font-weight:normal;
	background-color:#f2f2f2;
}

/*アクタス　最後のテキスト*/
#actas_text  {	
	background-image:url(actas/img/nani.gif);
	background-repeat:no-repeat;
	width:70%;
	margin-left:40px;
	line-height:150%;
	padding-left:120px;
	padding-top:50px;
}
	
/*翔龍テキスト*/
#garyu_text p {
	padding:5px;
	margin-left:20px;
	border-bottom:dotted 1px #ccc;
	width:85%;
}

/*===============サブページ==========================*/

/*フッターの設定*/

footer {
	background-color: #ff9933;
	padding: 10px 0px;
	text-align: center;
	color: white;
	margin-top:20px;
}

/*フッターアドレスの設定*/

address {
	font-style: normal;
background-color: orange;
}

address a {
	color: white;
}

address a:hover {
	color: olive;
}

.small {
	 font-size:0.9em;}

#mami_profile h3 {
	border: 1px solid #ffe4b1;
	padding:10px;
	margin-right:10px;
margin-left:10px;
	text-align:center;
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	font-size:1.2em;
	font-family: "Rounded Mplus 1c";
	font-weight:bold;
}

h3.title {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

h3.title :after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.viewer {
  margin: 0 auto;
  width: 870px;
  height: 400px;
  text-align: left;
  overflow: hidden;
}

.viewer ul {
  width: 870x;
  height: 400px;
  text-align: left;
  overflow: hidden;
  position: relative;
  margin-top:0;
}

.viewer ul li {
  top: 0;
  left: 0;
  width: 870px;
  height: 400px;
  display: none;
  position: absolute;
}

#news li {
text-align:justify;
}

#news ul {
text-algin:justify;}

/*夏期講座*/
h4.cheer {
  padding: 0.5em;/*文字周りの余白*/
  color: #333333;/*文字色*/
  background: #f8f8f8;/*背景色*/
  border-left: solid 5px #aad7ff;/*左線（実線 太さ 色）*/
margin-bottom:20px;
font-size:1.5rem;
letter-spacing:0.1em;
margin-top:10px;
}
