@charset "utf-8";
/* CSS Document */

html {
  overflow-y:scroll;
}

body,table,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

body, h1,h2,h3,h4,h5,h6 {
  font-size: 15px;
}

body,div,pre,p,blockquote,form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック",Verdana,sans-serif;
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",Verdana,sans-serif;

  margin: 0px;
  padding: 0px;
  border: 0px;

  outline: none;
  moz-outline-style: none;

  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0.05em;
}

select,option {
}

input,textarea {
}

/* プロポーショナルフォント */
.prop {
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック",Verdana,sans-serif;
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,sans-serif;
  letter-spacing: 0em;
}


/**
 *
 */


table {
	border-collapse:collapse;
}

th {
  text-decoration: none;
  font-weight: normal;
}

th.num {
  text-align: right;
}

li {
  display: list-item;
  margin-left: 1.5em;
  zoom: normal; /*IE BUG */
}

a {
  text-decoration: none;
  color: #D16B81; /* red */
}

a:active {
  outline: none;
}

a:focus {
  moz-outline-style: none;
}

/*IE BUG */
br {
  letter-spacing:0;
}

/**
 *
 */
#fontchecker {
  font-family:"メイリオ",sans-serif !important;
  font-family:sans-serif !important;
  float:left !important;
  font-size:10px !important;
  letter-spacing:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:none !important;
  line-height: 1em !important;
}

/**
 *
 */
.blank {
  font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック";
  font-size: 16px;
  height:1em;
  line-height:1em;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.text_right {
  text-align:right;
}

.text_center {
  text-align:center;
}

.text_nowrap{
	white-space: nowrap;
}

.b_blue {
  background: #AAA6D1;
}

.c_blue {
  color: #666699;
}

.f_blue {
	border: 2px solid #AAA6D1;
}

.ulstart {
  font-size:0.5em;
  height:1em;
  line-height:1em;
}

.ulend {
  clear:left;
  height: 0px;
  overflow: hidden;
}

.ul {
  width:1.1em;
  float:left;
  color: #666699;
  font-size: 0.9em;
  line-height: 1.4em;
  display: inline;
}

.li {
  margin-left:1.2em;
  color: #666699;
  font-size: 0.9em;
  line-height: 1.4em;
}


/**
 * 下揃え
 */
div.valign_bottom {
}
div.valign_bottom div {
	margin-bottom:1px;
	vertical-align:bottom;
	display:table-cell;
}
* html div.valign_bottom div {/* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html div.valign_bottom div {/* IE 7 */
	display:inline;
	zoom:1;
}

/**
 * 左メニュー
 */

.box_menu {
	width: 8em;
}

.box_menu .text_center {
	margin-left:1em;
}

.box_menu .img_center {
	text-align: center;
}

.box_menu ul {
	margin-left:1em;
	width: 5em;
}

.box_menu li {
	color: #CCB000;
	text-indent: 1em;
	list-style-type: none;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #CCCCFF;
	margin-bottom: 1.3em;
}

.box_menu h1 {
  margin-left: 1em;
  font-weight: normal;
  color: #FF6699; /* red */
}

/**
 *
 */

.accordion {
  width: 8em;
}

.accordion .sub {
  display: none;
}

.accordion h3 {
  font-size: 0.8em;
  outline: none;
  moz-outline-style: none;
}

.accordion h3 a {
  text-decoration: none;
  color: #ffffff;

  display: block;
  text-align: center;

  padding-top:1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #CCCCFF;

  outline: none;
  moz-outline-style: none;

  font-weight: normal;
}

.accordion h3 a:hover {
}

.accordion .sub {
}

.accordion div.sub  {
  font-size: 0.7em;
  line-height: 1.1em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  color: #ffffff;
}

.accordion .sub div.title a,
.accordion .item a {
	display: block;
  text-decoration: none;
  color: #ffffff;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 1.05em;
}

.accordion .sub div.title a:hover,
.accordion .item a:hover {
	background: #1FACE1;
	color: #ffffff;
}

.accordion div.item_sub,
.accordion div.item_sub_a {
	margin-left:1em;
	font-size:1em;
}


/**
 *
 */

.box_all {
  background: transparent;
  width: 100%;
  height: 100%;
  position:relative;
}

.box_head {
  display: none;
  width: 100%;
}

.box_whole {
	width: 100%;
	float:left;
  display: inline;
}

.box_left {
	width: 8em;			/* box_left width */
	float:left;
  display: inline;
}

.box_right {
	width: 0em;			/* box_right width */
	float:left;
	text-align: center;
  display: inline;
}

.box_whole_inner {
	width: 100%;
	margin-right: 0em;	/* box_right width */
	float:left;
  display: inline;
}

.box_main {
	width:100%;
	float: right;
  display: inline;
	margin-left: -8em;	/* box_left width */
}

.box_main_inner {
  margin-left: 8em;		/* box_left width */
  margin-right: 0em;	/* box_right width */
}

.box_hpad {
	font-size: 1px;
	float: left;
  display: inline;
/*	background: red; */
}

.box_cpad {
	font-size: 1px;
	float: left;
  display: inline;
/*	background: red; */
}

.box_vpad {
	font-size: 1px;
}

.box_tail {
	clear: left;
  width: 100%;
  display: none;
}

.box_main_content {
  margin-left:auto;
  margin-right:auto;
}

.box_main_conent_margin_top {
/*	background: red; */
	width: 1px;
}

.box_main_conent_margin_bottom {
/*	background: red; */
	width: 1px;
}

.box_main_content_left {
	width:22em;
	float:left;
  color: #888888;
  line-height: 1.5em;
  display: inline;

/*  background: red; */
}

.box_main_content_left h1 {
	color: #FF6699;
}

.box_main_content_left .body {
  font-size:0.9em;
  margin-left:34px;
  margin-top: -8px;
  margin-bottom: 1em;
}

.box_main_content_left .body .caution {
	color: #FF6699;
}

.box_main_content_center {
	width:3em;
	float:left;
	color:#CCB000;
	text-align: center;
  display: inline;
}

.box_main_content_center .logo div {
	font-size: 2em;
	margin-bottom: 0.6em;
}

.box_main_content_right {
	width: 14em;
	float:left;
  display: inline;
}

img {
	border: 0px;
}

.box_color_sample img {
	margin-right: -20px;
	margin-top: -8px;
}

.box_shiryou {
}

#box_overlay {
  display: none;
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
}

#box_overlay_base {
  display: none;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  background: #9999CC;
}

#box_overlay_inner {
}

#box_calendar {
}

#box_calendar .opacity {
  background: white;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

#box_calendar .demo {
  cursor: pointer;
}

#box_calendar .weekname {
/*  color: #888888; */
  color: white;
  font-weight: bold;
}

#box_calendar .num {
  margin-top: 0.3em;
  margin-left: 0.5em;
  color: #888888;
}

/**
 *
 */
#pageflip {
	position: relative;
/*	position: absolute; */
	top: 0px;
	right: 0px;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}


/**
 *
 */

.highslide-caption {
  display: none;
}

.highslide-html-content {
  padding: 0px;
  background: #AAA6D1;
}

.highslide-header span {
  color: white;
}


.box_main_conent_margin_top {
  display: none;
}
.box_main_conent_margin_bottom {
  display: none;
}

table.atelier_history td {
	border-bottom: 1px solid #cccccc;
}

table.atelier_history td img {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table.homestudy h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.0em;
	background: #AAA6D1;
	margin: 0.5em;
	color: #ffffff;
}

table.homestudy hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
}

table.homestudy {
	width: 100%;
}

table.homestudy td {
	font-size: 0.95em;
}

table.homestudy table {
	margin-left: auto;
	margin-right: auto;
}



#courses_menu p span.item {
	margin-right: 1em;
}

table.courses_menu_table {
	float: right;
	width: 0%;
}

#courses_menu table p {
	margin-left:  0.5em;
	margin-right: 0.5em;
	white-space: nowrap;
}

div.class_stat {
	text-align: right;
	color: red;
}

/**
 *
 */