@charset "UTF-8";


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* CSS Document */

/* 全体共通部分 */

html {
  background: url(../images/ft_bg.png) repeat top left;
  font-size: 62.5%;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
  text-size-adjust: 100%;
  background: url(../images/contents_bg.png) repeat top center;
  color: #444;
}

p {
  font-size: 14px;
}

img {
  vertical-align: top;
}

#wrapper {
  margin: 0 auto;
  background: url(../images/head_bg.png) repeat-x center top;
}

#header,
#contentsWrap,
#pageTop,
.ftContents {
  width: 960px;
  /*サイト全体幅*/
  margin: 0 auto;
}

/* header（ヘッダー） */

h1 {
  float: left;
  margin: 5px 0 0;
}

#header .clearfix div {
  float: right;
  width: 370px;
}

#header .clearfix div p {
  margin:15px 0 0;
  padding: 0;
	text-align:right;
}

#header .clearfix div p a {
	text-decoration:none;
	color:#222222;
	padding:5px 10px;
}

#header .clearfix div p.LinkLogin {
  margin-top: 20px;
  text-align: right;
}

#header .clearfix div p a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

#header ul {
  width: 960px;
  margin: 0;
  padding: 0;
}

#header ul a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/g_navi.png) no-repeat;
  height: 40px;
  width: 120px;
}

#header li {
  float: left;
  list-style: none;
  padding: 0;
}

/* グローバルナビゲーション */

#header .gWhats a {background-position: 0px 0px;}
#header .gWhats a:hover {background-position: 0px -40px;}
#header .gSystem a {background-position: -120px 0px;}
#header .gSystem a:hover {background-position: -120px -40px;}
#header .gAdvance a {background-position: -240px 0px;}
#header .gAdvance a:hover {background-position: -240px -40px;}
#header .gPrice a {background-position: -360px 0px;}
#header .gPrice a:hover {background-position: -360px -40px;}
#header .gPayMethod a {background-position: -480px 0px;}
#header .gPayMethod a:hover {background-position: -480px -40px;}
#header .gEntry a {background-position: -600px 0px;}
#header .gEntry a:hover {background-position: -600px -40px;}
#header .gfaq a {background-position: -720px 0px;}
#header .gfaq a:hover {background-position: -720px -40px;}
#header .gContact a {background-position: -840px 0px;}
#header .gContact a:hover {background-position: -840px -40px;}



/* contentsWrap（コンテンツエリア） */

#contentsWrap {
  padding: 40px 0 60px;
}

#contentsWrap a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #00BFFF;
}

#contentsWrap a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* mainArea designPage（メインエリア(デザインページ)） */


#mainArea2 {
  width: 960px;
}

.ttlFirst {
  padding: 0 0 10px 45px;
  line-height: 1.4;
  margin: 0;
  font-size: 25px;
  background: url(../images/ttl_btm.png) bottom repeat-x;
  position: relative;
}

.ttlFirst:before {
  content: url(../images/bef_tf.png);
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

.ttlFirst span {
  font-size: 14px;
  font-weight: normal;
}

.ttlSecond {
  font-size: 22px;
  line-height: 1.4;
  margin: 35px 0 0;
  padding: 0 0 6px 15px;
  border-bottom: #00BFFF 1px dotted;
  position: relative;
}

.ttlSecond:before {
  content: url(../images/bef_sc.png);
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

.ttlThird {
  padding: 0;
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #007CD9;
  line-height: 1.4;
  display: block;
}

.color01 {
	color:#cc0000;
}

.bold {
	font-weight:bold;
}

.delete {
text-decoration:line-through;
}

/* table（テーブル） */

.basic {
  margin-top: 25px;
  width: 960px;
  border-collapse: collapse;
}

.basic th,
.basic td {
  border: #BBB 1px solid;
}

.basic th {
  font-size: 14px;
  width: 150px;
  background: #FAFAFA;
  border-right: #00BFFF 1px solid;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.basic td {
  width: 530px;
  background: #FFF;
  padding: 15px;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}




.priceTable {
  border-left: #0b30a8 1px solid;
  margin-top: 25px;
  width: 959px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
	margin-bottom:50px;
}
.priceTable thead th {
color:#ffffff;
border-right:1px #ffffff solid;
  padding:5px 10px;
text-align:center;
	background-color:#555;
vertical-align:middle;
}
.priceTable thead th.courseHead {
	background-color:#0b30a8;
}
.priceTable tbody th,.priceTable td {
  padding:5px 10px;
  text-align:left;
  vertical-align:top;

}

.priceTable tbody th {
  width: 178px;
  background: #ccd5f3;
  border-top: #0b30a8 1px solid;
  border-bottom: #0b30a8 1px solid;
}

.priceTable thead th.hdLastR {
border-right:1px #0b30a8 solid;
}

.priceTable thead th.hdLastB {
border-bottom:1px #ffffff solid;
}

.priceTable td {
  background: #FFF;
  border: #0b30a8 1px solid;
}

.short {
width:50px;
}





/* footer（フッター） */

#pageTop {
  text-align: right;
}

#pageTop a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  line-height: none;
}

#pageTop a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#footer {
  background: url(../images/ft_bg.png) repeat top center;
  bottom: 0;
}

.ftContents {
  padding: 10px 0;
  color: #FFF;
}

.ftContents .ftL {
  font-size: 13px;
  width: 600px;
  float: left;
  line-height:2.0;
}

.ftContents .ftR {
  float: right;
}

.ftContents a {
  text-decoration: none;
  color: #FFF;
}

.ftContents a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 10px;
}



/* フォーム */
#contactForm label{
	vertical-align:top;
}

#contactForm input[type="text"],
#contactForm input[type="submit"],
#contactForm input[type="button"],
#contactForm textarea {
  padding: 6px;
  border: 1px solid #BBB;
  border-radius: 5px;
  outline: none;
}

#contactForm input[type="text"],
#contactForm input[type="submit"],
#contactForm input[type="button"] {
  width: 300px;
}
#contactForm input[type="text"].shortInput {
  width:50px;
}
#contactForm input[type="text"].longInput {
  width:400px;
}

#contactForm input[type="checkbox"],
#contactForm input[type="radio"] {
  width:20px;
  height:20px;
  border: 1px solid #BBB;
  border-radius: 5px;
  outline: none;
}

#contactForm textarea {
  width: 400px;
  height:150px;
}
#contactForm .sendBtn {
  margin-top:30px;
  text-align:center;
}
#contactForm .sendBtn input {
  background: #0092ff;
  color: #FFF;
  border: 2px solid #0092ff;
  margin: 0 auto;
  padding:10px 0;
}
#contactForm .mg15 {
	display:block;
	margin-top:15px;
}
#contactForm .sendBtn input:hover {
  background: #ffff00;
  border: 2px solid #0092ff;
  color:#0092ff;
}
#contactForm .basic td {
	font-size:14px;
}
#contactForm .basic th {
  width:220px;
}
#contactForm .basic th.autoW {
  width:auto;
}
/* エラー時 */
#contactForm .errorArea td {
	background: #FFEDED;
}
.errorMsg {
	display:block;
	color:#FF0004;
	font-size:12px;
	margin-top:10px;
}


#contactForm .attention {
	background:#FF0004;
	color:#FFF;
	font-size:12px;
	padding:1px 4px;
}




/* TOPページ*/
#contentsWrap #topPageLink a,#contentsWrap #nesContents a{
	transition:none;
}
#topPageLink a:hover,#nesContents a:hover{
	opacity:1;
}

#nesContents{
	margin-top:40px;
	font-size:0;
}
#nesContents a{
	font-size:12px;
	width:465px;
	height:300px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image:url(../images/top/topLink.png);
}
#nesContents a:first-child{background-position:0 -300px;}
#nesContents a:first-child:hover{background-position:-465px -300px;}
#nesContents a + a{background-position:0 -600px;}
#nesContents a + a:hover{background-position:-465px -600px;}


#nesContents a + a{
	margin-left:30px;
}
#newsBlock{
	margin-top:40px;
}
#newsArea{
	width:465px;
	height:340px;
	float:left;
}
#topPageLink{
	width:465px;
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#topPageLink li + li{
	margin-top:20px;
}
#topPageLink a{
	display:block;
	width:465px;
	height:100px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image:url(../images/top/topLink.png);
}
.tpAdvance a:hover{background-position:-465px 0;}
.tpPrice a{background-position:0 -100px;}
.tpPrice a:hover{background-position:-465px -100px;}
.tpFaq a{background-position:0 -200px;}
.tpFaq a:hover{background-position:-465px -200px;}
#infoArea{
	float:left;
	width:465px;
	margin:40px 0 0;
}
#introduceArea{
	float:right;
	width:465px;
	margin:40px 0 0;
}
#introduceMain{
	background:#fefab8;
	padding:0 20px 30px;
}
#trialArea{
	text-align:center;
}
#trialArea p{
	margin:0;
	background:#0066ff;
}
#topExArea{
	margin:40px 0;
	text-align:center;
}
#topExArea a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #00BFFF;
}

#topExArea a:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}


/* 宅塾とは？ */

#whatsArea #mainArea p{
	text-align:center;
}
#whatsArea #mainArea p + p{
	margin-top:40px;
}
#whatsArea #mainArea img + img{
	margin-top:20px;
}

/* 学習システム */
#systemArea #mainArea p{
	text-align:center;
}
#systemArea #mainArea p + p{
	margin-top:40px;
}
#systemArea #mainArea img + img{
	margin-top:30px;
}

/*Q and A*/
#faqArea #mainArea h2,#faqArea #mainArea h3{
	margin:0;
}
#faqArea #mainArea h3{
	margin:40px 0 0 0;
	padding:12px 20px 12px 57px;
	background:url(../images/faq/bgQ.png) left no-repeat;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#faqArea #mainArea p{
	line-height:1.6;
	margin-top:20px;
	padding:0px 20px 0 57px;
	background:url(../images/faq/bgA.png) left top no-repeat;
	min-height:100px;
}









/* clearfix */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.box_column {
	height: 800px;
	width: 960px;
	position: absolute;
/*	left: 109px;
	top: 100px;*/
	background: #FAFCFA;
	border: 1px solid;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */

.helpButton
{  
	cursor:pointer;
	margin-left:auto;
    width:120px;
    height:40px;
    margin-right:30px;
    background:url("../../image/help_button.jpg") no-repeat;
    float:right;
}
.helpButton:hover
{  
    background:url("../../image/help_button_hover.jpg") no-repeat;
}
.helpButton:active
{  
    background:url("../../image/help_button_click.jpg") no-repeat;
}