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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*---------- Common Style ----------*/
body {
  font-size: 62.5%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
  color: #666; }

body > img:nth-last-child(5) {
  display: none;
}

a {
  color: #00bbff;
  text-decoration: none;
  transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear; }

a:hover {
  color: #3dd2f4; }

a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8; }

#samplePriceEstimateIn a:hover img, .unopacity:hover img {
  -moz-opacity: 1;
  opacity: 1; }



.center {
  text-align: center; }

.right {
  text-align: right; }

.floatLeft {
  float: left;
  margin-right: 10px; }

.floatRight {
  float: right;
  margin-left: 10px; }

hr {
  clear: both;
  visibility: hidden; }

.clear {
  clear: both; }

.mb40 {
  margin-bottom:40px;
}

/*---------- Text size ----------*/
em {
  font-style:normal;
  font-weight:bold;
}
.large-text {
  font-size:1.6em;
}
.xlarge-text {
  font-size:2em;
}
.xxlarge-text {
  font-size:2.2em;
}
.small-text {
  font-size:0.8em;
}
.xsmall-text {
  font-size:0.6em;
}

/*---------- Head Style ----------*/

header {
  background-position:0 0;
  background-color:#fefdf8;/*-- ヘッダ部分水玉の背景色はここで指定--*/
  width:100%;
  min-width:1280px;
  overflow:hidden;

}

header h1 {
    font-size: 1.4em;
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0 0 190px; }

header p {
    width: 1280px;
    margin: -20px auto 0 auto;
    height: 100px;
}

header p img {
      position: absolute;
      z-index: 99; }

header p span {
    float:right;
    margin-right:255px;
}
header nav {
    background: url(../img/main-nav-bg.png) repeat-x 0 0 white;
    overflow: hidden;
    height: 73px;
    min-width:1280px; }
header ul {
    width: 1280px;
    margin: 5px auto 0 auto; }
header ul li {
    /*width: 200px;*/
    float: left;
    height: 57px;
    padding: 2px 0; }

header ul li a:hover img { opacity: 1; }

/*header li a {
    width: 200px;
    float: left;
    height: 57px;
    display: block;
    background-image: url(../img/menu-1017.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }*/

/*#home-gn {
  width: 80px; }

#home-gn a {
  width: 80px;
  background-position: 0px -59px; }
#home-gn a:hover {
    background-position: 0px 0; }*/

/*#aboutMybook a {
  background-position: -80px -60px; }
#aboutMybook a:hover {
    background-position: -80px 0; }

#flow a {
  background-position: -280px -60px; }
#flow a:hover {
    background-position: -280px 0; }

#designTemplate a {
  background-position: -480px -60px; }

#designTemplate a:hover {
    background-position: -480px 0; }

#price a {
  background-position: -680px -60px; }

  #price a:hover {
    background-position: -680px 0; }

#testimonials a {
  background-position: -880px -60px; }

#testimonials a:hover {
    background-position: -880px 0; }

#contact a {
  background-position: -1079px -60px; }

#contact a:hover {
    background-position: -1079px 0; }*/

/*---------- Footer Style ----------*/
footer > .bg {
	background: #343434;
	color: #FFF;
	padding: 50px 0;
}
footer > .bg > .container {
	display: flex;
}
footer > .bg > .container > .menu {
	display: flex;
	width: 785px;
}
footer > .bg > .container > .menu > .box {
	margin-right: 30px;
	width: 166px;
	background: url(../img/common/footer_line.png) no-repeat right top;
}
footer > .bg > .container > .menu > .box:last-child {
	background: none;
}
footer > .bg > .container > .menu > .box > .ttl {
	font-weight: bold;
	margin-bottom: 13px;
}
footer > .bg > .container > .menu > .box > .ttl > * {
	display: inline-block;
  font-size: 13px;
  letter-spacing: 0px;
	vertical-align: middle;
}
footer > .bg > .container > .menu > .box > .ttl img {
	width: 17px;
	margin-right: 5px;
}
footer > .bg > .container > .menu > .box > ul {
	margin-right: 20px;
}
footer > .bg > .container > .menu > .box > ul > li.top a {
	background-position: 0 22%;
}
footer > .bg > .container > .menu > .box > ul > li a {
	display: block;
	color: #FFF;
  font-size: 12px;
  letter-spacing: 0px;
	line-height: 2;
	background: url(../img/common/arrow01.png) no-repeat 0 50%;
	background-size: 4px;
	padding-left: 10px;
}
footer > .bg > .container > .menu > .box > ul > li a:hover {
	text-decoration: underline;
}
footer > .bg > .container > .sns {
	width: 315px;
}
footer > .bg > .container > .sns > .icon {
	display: flex;
	align-items: center;
}
footer > .bg > .container > .sns > .icon > .ttl {
	font-size: 12px;
}
footer > .bg > .container > .sns > .icon > .ttl > * {
	display: inline-block;
	vertical-align: middle;
}
footer > .bg > .container > .sns > .icon > .ttl img {
	width: 22px;
	margin-right: 8px;
}
footer > .bg > .container > .sns > .icon > .ttl span {
	line-height: 1.5;
  letter-spacing: 0px;
}
footer > .bg > .container > .sns > .icon > ul {
	display: flex;
	margin-left: 9px;
}
footer > .bg > .container > .sns > .icon > ul li {
	margin-left: 14px;
}
footer > .bg > .container > .sns > .icon > ul img {
	width: 58px;
}
footer > .bg > .container > .sns > .privacy {
	background: #FFF;
	border-radius: 2px;
	padding: 6px;
	margin-top: 15px;
}
footer > .bg > .container > .sns > .privacy span {
	color: #343434;
	font-size: 10px;
	line-height: 1.3;
	padding-top: 3px;
	display: block;
}
footer > .bg > .container > .sns > .privacy img {
	width: 36px;
	float: left;
	margin-right: 5px;
}
footer > .bnr {
	width: 1200px;
	display: table;
	margin: 30px auto 20px;
	padding: 0;
}
footer > .bnr > li {
	display: table-cell;
	width: 20%;
	text-align: center;
}
footer > .bnr > li span {
	display: block;
  font-size: 13px;
  letter-spacing: -1px;
  color: rgb(0, 0, 0);
}
footer > .link {
	background: #f5f5f5;
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
  letter-spacing: 0px;
  line-height: 12px;
  margin-bottom: -20px;
}
footer > .link a {
	color: rgb(0, 0, 0);
}
footer > .link a:hover {
	text-decoration: underline;
}
footer > .link > ul {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
footer > .link > ul > li {
	border-right: 1px solid #343434;
	margin-right: 5px;
	padding-right: 5px;
}
footer > .link > ul > li:last-child {
	border-right: none;
}
footer > .bg > .container > .sns > .privacy span {
    color: #343434;
    font-size: 10px;
    line-height: 1.3;
    padding-top: 3px;
    display: block;
    letter-spacing: 0px;
    padding-bottom: 8px;
}


.container {
    width: 1100px;
    position: relative;
    margin: 0px auto;
}

/*footer {
  width: 1280px;
  margin: 200px auto 10px auto;
  overflow: auto;
  font-size: 1.3em;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/footer-ie8-bg.png) \9;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  position: relative;
  behavior: url(http://g-gimmick.com/sample/mybook-web/scripts/PIE.php);
  padding: 15px 5px 0px 10px; }
footer a {
    color: #666; }
footer a:hover {
      color: #999; }
footer ul {
    float: left;
    margin: 30px 25px 15px 0;
    font-size: .9em;
    list-style-type: circle; }

footer div {
  width: 280px;
  float: left;
  letter-spacing: 0; }

ul#service {
  width: 300px;
  list-style-type: none;
  margin-right: 0; }

ul#service li {
  width: 150px;
  float: left; }

address {
  margin: 5px 0 0 15px; }

#copyright {
  text-align: center;
  color: #FFF; }*/

/*---------- Contents Style ----------*/
#wrapper {
  font-size: 1.4em;
  width: 1280px;
  margin: 10px auto;
  position: relative; }

#primary {
  width: 970px;
  float: left; }

#primary h2 img {
  margin: 10px 0 0px 0; }

#primary p {
  margin: 0 0 15px 0; }

p.support {
  font-size: 1.3em; }

ul#target li {
  display: inline;
  margin-right: -5px; }

nav#leftNav {
  width: 300px;
  float: right; }
/*nav#leftNav li {
    margin-bottom: 10px; }

nav#leftNav li a {
    background-image: url(../img/sidemenu.png);
    background-repeat: no-repeat; }*/
nav#leftNav a {
    display: block; }
nav#leftNav a:hover img{
    opacity:1 ; }
nav#leftNav ul ul li a {
    background-image: none;
    margin-bottom: 3px;
	}


nav#leftNav #scheduled {
    background-image: url(../img/sidemenu/schedule_off.png);
	margin-bottom:10px;
	height:161px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 10px 10px 60px;
    line-height: 1.3; }

nav#leftNav #scheduled:hover {
  background: url(../img/sidemenu/schedule_on.png) no-repeat 0 0;
}
nav#leftNav #scheduled #text4schedule {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0; }

nav#leftNav #scheduled #text4schedule + p {
      text-align: center; }
nav#leftNav #scheduled time {
      color: #00bbff; }
nav#leftNav #scheduled time strong {
      color: #666; }
nav#leftNav #scheduled time span {
      font-size: 1.7em; }
nav#leftNav #scheduled #calender {
      text-align: center;
      margin-top: 3px;
      color: #ff1493; }
nav#leftNav #scheduled #calender a {
      background-image: none; }

nav#leftNav #scheduled #calender a:hover img {
      opacity:0.8; }

nav#leftNav #contact {
	height:160x;
    background-image: url(../img/sidemenu/contact.png);
    background-repeat: no-repeat;
    text-align: center;
	padding: 50px 0 24px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px; }

nav#leftNav #contact #text4contact {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }

nav#leftNav #contact ul {
	margin-top:30px; }

nav#leftNav #contact ul li img {
      margin: 10px0 0 0; }

nav#leftNav #contact ul li a:hover img {
	opacity:0.8; }

/*nav#leftNav #simulation a {
    background-position: 0 -133px; }
    nav#leftNav #simulation a:hover {
      background-position: -307px -133px; }
nav#leftNav #receipt a {
    background-position: 0 -571px; }
nav#leftNav #receipt a:hover {
      background-position: -307px -571px; }
nav#leftNav #scheduled {
    background-position: 0 -270px;
    background-image: url(../img/sidemenu.png);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 10px 10px 60px;
    line-height: 1.3; }
nav#leftNav #scheduled #text4schedule {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0; }
nav#leftNav #scheduled #text4schedule + p {
      text-align: center; }
nav#leftNav #scheduled time {
      color: #00bbff; }
nav#leftNav #scheduled time strong {
      color: #666; }
nav#leftNav #scheduled time span {
      font-size: 1.7em; }
nav#leftNav #scheduled #calender {
      text-align: center;
      margin-top: 3px; }
nav#leftNav #scheduled #calender a {
      background-image: none; }
nav#leftNav #side-news a {
    background-position: 0 -1007px; }
nav#leftNav #side-news a:hover {
      background-position: -307px -1007px; }
nav#leftNav #faq a {
    background-position: 0 -433px; }
nav#leftNav #faq a:hover {
      background-position: -307px -433px; }
nav#leftNav #schoolReport a {
    background-position: 0 -870px; }
nav#leftNav #schoolReport a:hover {
      background-position: -307px -870px; }
nav#leftNav #contact {
    background-image: url(../img/sidemenu.png);
    background-repeat: no-repeat;
    background-position: 0 -709px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px; }
nav#leftNav #contact #text4contact {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
nav#leftNav #contact ul li img {
      margin: 0 0 -10px 0; }

nav#leftNav #download a {
  height: 130px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  nav#leftNav #download a:hover {
    background-position: -307px 0; }

nav#leftNav #simulation a, nav#leftNav #receipt a, nav#leftNav #faq a, nav#leftNav #news a, nav#leftNav #schoolReport a, #side-news a {
  height: 135px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

nav#leftNav #scheduled, nav#leftNav #contact {
  height: 160px; }*/

nav#fixed-box {
  position: fixed;
  top: 0;
  padding: 10px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/footer-ie8-bg.png) \9;
  width: 100%; }

nav#fixed-box ul {
  width: 500px;
  margin: 0 auto;
  padding-left: 780px; }

nav#fixed-box li {
  display: inline;
  margin-right: 30px; }

#pageup, #pageupTop {
  position: fixed;
  bottom: 250px;
  z-index: 100;
  margin-left: 100px; }

/*----------Top Page Only----------*/
#home #primary h2 {
  border-bottom: 1px dotted #887;
  margin-bottom: 10px; }
#home header {
  background-repeat:repeat-x;
  background-position: 50% 0;
}

header h1.top {
    font-size: 1.4em;
    width: 1280px;
    margin: 0 auto;
    padding: 38px 0 0 190px; }

header p.logo {
    width: 1280px;
    margin: -20px auto 20px auto;
    height: 100px;
 }

 header p.logo span {
    float:right;
    margin-right:255px;
 }

#news {
  background: #e0dbd3;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  position: relative;
  behavior: url(http://g-gimmick.com/sample/mybook-web/scripts/PIE.php);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 10px 0; }
#news dl {
    width: 80%;
    float: right;
    margin: -180px 0 0 0;
    overflow: auto; }
#news dt {
    background: url(../img/brown_arrow.png) no-repeat 0 45%;
    padding: 5px 0 5px 18px;
    float: left;
    clear: both;
    width: 8em; }
#news dd {
    padding: 5px 0 5px 10em;
    background: url(../img/news-line.png) no-repeat 0 100%; }
#news a {
    color: #666; }
#news a:hover {
      color: #999; }

#news h3, #news h3 + p {
  width: 155px; }

#news h3 + p {
  margin-left: 5px; }

div#transitionEffect, section#voice {
  width: 50%;
  float: left;
  margin: 0 0 10px 0;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: 0; }
div#transitionEffect p, section#voice p {
    margin-bottom: 5px; }
div#transitionEffect .rightTxt, section#voice .rightTxt {
    text-align: right;
    margin-bottom: 15px; }

#transitionEffect {
  background: url(../img/voice_frame1.gif) no-repeat 0 0;
  overflow: hidden;
  border: none; }
#transitionEffect figure img {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #CCC;
    padding: 8px; }
#transitionEffect h3 {
    font-size: 1em;
    color: #ffaeba;
    margin-bottom: 8px; }
#transitionEffect .moreLink {
    position: absolute;
    bottom: -18px;
    right: 5px; }

section#voice {
  background: url(../img/voice_frame2.gif) no-repeat 0 0; }

div#reportBox, section#voice {
  height: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.effectContainer section {
  position: relative; }

ul#clubMybook {
  background: url(../img/clubmybook_frame.gif) no-repeat 0 0;
  padding: 13px 0 13px 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
ul#clubMybook li {
    width: 170px;
    height: 190px;
    background: #FFF;
    float: left;
    margin: 0 18px 0 0;
    padding: 25px 0px 10px 0px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    position: relative;
    behavior: url(http://g-gimmick.com/sample/mybook-web/scripts/PIE.php);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
ul#clubMybook figure {
    height: 120px;
    display: block; }
ul#clubMybook figure + p {
    background: url(../img/clubmybook-line.png) no-repeat 50% 0;
    padding-top: 15px; }
ul#clubMybook a {
    color: #666; }
ul#clubMybook a:hover {
      color: #999; }

.boxlink {
  display:block;
}

#cp a:hover img{
    opacity:1 ;
}

.manual{
    background: url(../../img/btn_nav_buy_manual_over.gif) no-repeat;
    width: 210px;
    height: 140px;
}
.manual a{
    display: block;
}
.manual img{
    border: none;
}
.manual a:hover{
    background: none;
}
.manual a:hover img{
    visibility: hidden;
}

#bannerarea {
  width: 1280px;
  margin: 20px auto 20px auto;
}
#bannerarea div {
  text-align: center;
}
