﻿@charset "utf-8";

/* **************************
 TOP PAGE
************************** */

/*-----------------------------------------------
RESET
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,br{ margin: 0px; padding: 0px;}

ul,li{
 list-style:none;
	}

li{
 padding-bottom:5px ;
	}
img{
	vertical-align: bottom ;
	border:0;
 }

/*body, textarea { font-family: "Arial", "ＭＳ Ｐゴシック", sans-serif;}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
textarea, input { border:1px solid #ccc; background:#fff; padding:3px;}*/


/* --------------------------------------------
 BODY
----------------------------------------------*/
body{
	margin:0px auto;
	padding:0px;
	background:#fff ;
	color: #333;
	font-size:75%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:0.2em;
	line-height:1.4;
}
/* For modern browsers */
.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{ clear:both; }
.clearfix{ overflow:hidden;}

/* For IE 6/7 (trigger hasLayout) */
.clearfix{ zoom:1; }
.clearfix{ overflow:hidden;}


/*-----------------------------------------------
LINK COLOR
-----------------------------------------------*/
a:link{ 
	color: #FF0066;
	text-decoration:none;
}
a:visited{ 
	color: #FF0066;
}
a:hover {
	color: #339999;
	text-decoration:underline ;
}
a:active {
	color: #FF0066;
		text-decoration:underline ;
}

/* --------------------------------------------
 HEADER
----------------------------------------------*/
#header{
	margin:0px auto;
	width:940px;
	height:100px;
}

#header .logo{
 float:left;
	width:170px;
	height:100px;
	background:url(../img/logoback.jpg) top left no-repeat;
	position:relative;
	}
	
#header .logo a{

	position:absolute;
	top:10px;
	left:10px;
}

#hoge{
	
	
}

#header ul{
	margin:0;
	margin-top:-80px;
	padding:0px;
	list-style:none;
	float:right;
}

#header li{
	margin:0;
	padding:0;
	float:left;
}

.btn_event{
	position:fixed;
	top:150px;
	right:0;
	z-index:9999;
	background:url(../img/btn_event.gif) center center no-repeat;
	width:40px;
	height:150px;	
}

/* --------------------------------------------
 FOOTER
----------------------------------------------*/
#footer{
	margin:30px auto 80px;
	padding:0px;
	width:940px;
	color:#fff;
}

#footer p{
	margin:8px 0px 0px 3px;
	font-size:13px;
	color:#999;
	float:left;
}

.copyright_box{
	margin-top:27px;
	float:right;
	
}

/* --------------------------------------------
 contents 
----------------------------------------------*/
#mainimg{
	margin:0px auto 30px;
	padding:0px;
	position:relative;
}

.greenbottom{
	position:absolute;
	top:0px;
	left:0px;
}

.imginbnr{
	position:absolute;
	bottom:30px;
	left:30px;
}

.imginbnr2{
	position:absolute;
	bottom:20px;
	left:20px;
}

.top_left_bnr{
	float:left;	
	width:170px;
}



.top_left_bnr img{
	margin-bottom:20px;
}

.caption {
 background: #333;
	margin-left:20px;
	width:120px;
	text-align:center;
 border-right: 1px solid #666;
 border-bottom: 1px solid #666;
 border-left: 1px solid #666;
 border-top: 1px solid #666;
 font-family: Verdana;
 font-size: 13px;
 padding: 4px;
 -moz-border-radius-bottomright: 6px;
 -moz-border-radius-bottomleft: 6px;
 -webkit-border-bottom-right-radius: 6px;
 -webkit-border-bottom-left-radius: 6px;
 color: #eee;
}

	
#contents{
	margin:0px auto;
	padding:0px 0px 40px;
	width:940px;

}


#archives{
 margin:0px 25px 0 0;
	padding:0px;
	width:384px;
	float:left;
	}
	/* --------------------------------------------
 ARCHIVES
----------------------------------------------*/
#archives .all_btn{
	text-align:center;
	width:80px;
	font-size:10px;
	padding:2px 5px 1px;
	border:1px solid #ccc;
	margin:0 auto;
}

#archives dl{
 margin:0px;
	padding:10px 0px;
	list-style:none;
	color: #333;
	line-height:1.6em;
	vertical-align:text-top;
	}
	#archives dl p{
		line-height:1.6em;
		padding:0;
		margin:0;
	}
	
#archives dt{
 float: left;
 margin:0;
 width: 7.5em;
	padding:10px 0px 10px 1.5em;
	}
	
#archives dd{
	color:#366;
	width:298px;
	padding:10px 0px;
	margin:0 0 0 9.5em;
}

#lesson_contents #archives dt{
 float: left;
 margin:0;
 width: 7.5em;
	padding:15px 0px 15px 1.5em;
	
	}
	
#lesson_contents #archives dd{
	color:#366;
	width:500px;
	padding:15px 0px;
	margin:0 0 0 9.5em;

}

#archives iframe{
	margin-top:5px;
}

.fb-like-box{
	float:right;
}
	
	.btmline{
		border-bottom:1px solid #8DC221;
	}
/* --------------------------------------------
 Access contents 
----------------------------------------------*/
#access_contents{
	padding:30px 0px 0px 40px;
	width:730px;
	height:400px;
	color:#666;
	font-size:130%;
	float:right;
}

#access_contents p{
	padding-top:10px;
	width:230px;
	float:left;
	line-height:1.6em;
}

#access_contents strong{
	width:230px;
	float:left;
	letter-spacing:0.2em;
	padding-bottom:10px;
	font-size:120%;
}

#access_contents span{
	color:#099;
	font-size:90%;
	width:230px;
	float:left;
	margin-top:40px;
	line-height:1.6em;
}

#access_contents img{
	float:right;
	margin-right:0px;
}

/* --------------------------------------------
 Consept contents 
----------------------------------------------*/
#consept_contents{
	padding:30px 0px 0px 60px;
	width:710px;
	color:#666;
	font-size:130%;
	float:right;
}

#consept_contents p{
	padding-top:10px;
	width:330px;
	float:left;
	line-height:1.6em;
}

#consept_contents strong{
	width:330px;
	float:left;
	letter-spacing:0.2em;
	padding-bottom:10px;
	font-size:120%;
}

#consept_contents span{
	color:#099;
	font-size:90%;
	width:330px;
	float:left;
	margin-top:40px;
	line-height:1.6em;
}

#consept_contents img{
	float:right;
}

.consept_img{
	margin-top:30px;	
	
}
	
/* --------------------------------------------
 Menu contents 
----------------------------------------------*/
#menu_contents{
	padding:30px 0px 0px 40px;
	width:730px;
	color:#666;
	font-size:130%;
	float:right;
}

.menu_lunch{
	letter-spacing:0.1em;
	padding:10px 0px;
	font-size:120%;
	float:left;
}

.menu_lunchprice{
	width:200px;
	letter-spacing:0.1em;
	padding:10px 30px;
	text-align:left;
	color:#FFF;
	background:#F99;
	float:left;
		line-height:1.6em;
		margin-left:80px;
}

.menu_lunchprice span{
	color:#FFF;
	padding-right:20px;
	line-height:1.6em;
	float:right;

}

#menu_box{
	padding:0px;
	width:330px;
}
.menu_ttl{
	width:100%;
	letter-spacing:0.1em;
	padding-bottom:10px;
	font-size:106%;
	line-height:1.8em;
}

.menu_ttl span.grn{
	color:#099;
		border-bottom:1px solid #099;
		padding-bottom:3px;
}

/*#menu_contents img{
	float:left;
}
*/
/*#menu_contents table{
 margin:0px auto 25px;
	padding:0px ;
	width:330px;
	float:right;
	font-size:90%;
	line-height:0.5em;
}


#menu_contents th{
 margin:0px ;
	padding:15px 5px 10px 15px;
	color:#099;
	text-align:left;
	font-weight:normal;
	border-bottom: #ccc solid 1px;
	
	}

#menu_contents td{
 margin:0px ;
	padding:15px 15px 10px 5px;
	border-bottom: #ccc solid 1px;
	text-align:right;
	}*/

.menu_cttl{
	color:#999;
	font-size:80%;
	padding-left:10px;
	
}
.brawnbox{
	width:730px;
		height:350px;
	padding-left:40px;
	background:#fff;
	float:left;
}
.cafe_img div.hidden {
  display: none;
}

.cafe_img{

	clear:left;
}

.cafe_img li{
	margin:0 5px 10px 5px;
	float:left;
	}
/* --------------------------------------------
 Lesson contents 
----------------------------------------------*/
#lesson_contents{
	padding:30px 0px 0px 60px;
	width:710px;
	color:#666;
	font-size:130%;
	float:right;
}

#lesson_contents p{
	padding:10px 0px 20px;
	line-height:1.6em;
}

#lesson_contents strong{
	width:710px;
	float:left;
	letter-spacing:0.2em;
	padding-bottom:10px;
	font-size:120%;
}

#lesson_contents h4{
	margin:30px 10px 10px 5px;
}


#lesson_contents table li{
	list-style: square outside;
	margin-left:30px;
	font-size:90%;
}
#lesson_contents .square li{
	list-style: square outside;
	margin-left:30px;
	font-size:90%;
}

.marginleft30{
	margin-left:30px;
	width:510px;
}
.marginleft100{
	margin-left:100px;
	width:660px;
}
.pink{
	color:#f99;
	}

#lesson_contents .bnr1,#lesson_contents .bnr2,#lesson_contents .bnr3{
	margin-top:20px;
}
#lesson_contents .bnr1{
	margin-right:20px;
}
/* --------------------------------------------
 Lesson rocky 2013
----------------------------------------------*/
#lesson_contents .part4{
	width:578px;
	margin:0 auto;
}
#lesson_contents .part4 li{
	width:273px;
	list-style:none;
	margin:8px;
	float:left;
	color:#444;
}
#lesson_contents .part4 li p{
	color:#444;
	font-size:90%;
	padding:10px;
	
}
.marginleft80{
	margin-left:80px;
	width:700px;
}

#lesson_contents h5{
	width:557px;
	margin:10px auto 20px;
}

#lesson_contents .rockygame{
	width:710px;
	margin:0 auto;
}
#lesson_contents .rockygame li{
	list-style:none;
	margin-bottom:10px;
	color:#444;
	font-size:95%;
	padding-top:25px;
	padding-left:20px;
}

#lesson_contents .rockygame li p{
	color:#444;
	padding:20px 5px;
	width:288px;
	
}
#lesson_contents .rockygame .game01{
	background:url(../lesson/img/bg01_rocky_game.gif) top left no-repeat;
	width:710px;
	height:312px;
}

#lesson_contents .rockygame .game02{
	background:url(../lesson/img/bg02_rocky_game.gif) top left no-repeat;
	width:710px;
	height:203px;
}
#lesson_contents .rockygame .game03{
	background:url(../lesson/img/bg03_rocky_game.gif) top left no-repeat;
	width:710px;
	height:203px;
}

#lesson_contents .teacher_is{
	width:710px;
	margin:20px 0 40px;
}
#lesson_contents .teacher_is dt{
	float:left;
	width:120px;
	margin:0;
	padding-left:20px;
}
#lesson_contents .teacher_is dd{
	float:left;
	width:520px;
	padding-top:15px;
	padding-left:50px;
	margin:0;
}
#lesson_contents .teacher_is dd p{
	padding-bottom:10px;
	font-weight:bold;
}

#lesson_contents h2#cps{
	background:#FC548A;
	color:#fff;
	padding:3px 10px 2px;
	margin-bottom:10px;
	border-left:10px solid #F9C;
}
#lesson_contents h2#yoga{
	background:#00BFFF;
	color:#fff;
	padding:3px 10px 2px;
	margin-bottom:10px;
	border-left:10px solid #4DD2FF;
}



/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.coder {
				margin-bottom:10px;
    border-spacing: 0;
	 		width:710px;
				text-align:center;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
         -o-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 1px #CCC;	
}
.coder th,
.coder td {
    padding:3px 10px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder th {
    background: #F99;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#fff;
				font-weight:100;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.coder tr:first-child th:first-child,
.coder tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.coder tr:first-child th:last-child,
.coder tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}

/* --------------------------------------------------
   coder2 Table
-------------------------------------------------- */
.coder2 {
    border-spacing: 0;
	 		width:210px;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
         -o-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 1px #CCC;	
}
.coder2 th,
.coder2 td {
    padding:4px 10px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder2 th {
				text-align:center;
    background: #F99;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#fff;
				font-weight:100;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.coder2 tr:first-child th:first-child,
.coder2 tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.coder2 tr:first-child th:last-child,
.coder2 tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}

/* --------------------------------------------
 Event contents 
----------------------------------------------*/
#event_contents{
	padding:30px 0px 0px 60px;
	width:710px;
	color:#666;
	font-size:130%;
	float:right;
}

#event_contents p{
	padding:10px 0px 20px;
	line-height:1.6em;
}

#event_contents strong{
	width:710px;
	float:left;
	letter-spacing:0.2em;
	padding-bottom:10px;
	font-size:120%;
}

#event_contents h4{
	margin:30px 10px 10px 5px;
}


#event_contents li{
	list-style: square outside;
	margin-left:30px;
	font-size:90%;
}

.marginleft30{
	margin-left:30px;
	width:660px;
}

.pink{
	color:#f99;
	}
	
	/* --------------------------------------------
 動画挿入に伴いレイアウト変更 
----------------------------------------------*/

#moviecontents{
	margin:0;
	padding:0;
}

#moviecontents ul{
	margin:0;
	margin-left:-19px;
	padding:15px 17px;
	width:100%;
	height:95px;
	margin-bottom:20px;
	background:url(../img/movie_bg.gif) repeat;	
}
#moviecontents li{
	width:280px;
	height:91px;
	float:left;
	margin-left:19px;
	background:#8DC11F;
}
#moviecontents li img{
	margin-top:3px;
	margin-left:3px;
	padding:0;
	vertical-align:top;
	float:left;
}
#moviecontents li p{
	padding-top:10px;
	color:#fff;
	width:120px;
	float:left;
	margin-left:10px;
}


.tsp5{margin-top:5px;}
.tsp10{margin-top:10px;}
.tsp15{margin-top:15px;}
.tsp20{margin-top:20px;}
.tsp30{margin-top:30px;}
.tsp40{margin-top:40px;}

.btsp5{margin-bottom:5px;}
.btsp10{margin-bottom:10px;}
.btsp15{margin-bottom:15px;}
.btsp20{margin-bottom:20px;}
.btsp30{margin-bottom:30px;}
.btsp40{margin-bottom:40px;}

.lsp5{margin-left:5px;}
.lsp10{margin-left:10px;}
.lsp15{margin-left:15px;}
.lsp20{margin-left:20px;}
.lsp30{margin-left:30px;}
.lsp40{margin-left:40px;}

.rsp5{margin-right:5px;}
.rsp10{margin-right:10px;}
.rsp15{margin-right:15px;}
.rsp20{margin-right:20px;}
.rsp30{margin-right:30px;}
.rsp40{margin-right:40px;}

.rside{ text-align:right;}
.lside{ text-align:left;}
.cside{ text-align:center;}

.rset{ float:right;}
.lset{ float:left;}


