@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, em, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.red {
  color: #fc7764;
}

.icn-new {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #29aaca;
  padding: 2px 2px 0;
  margin-left: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.marker-y {
  background-color: #fff000;
  padding: 0 4px;
}

.marker-p {
  background-color: #ff9ce0;
  padding: 0 4px;
}

.marker-g {
  background-color: #6bff2a;
  padding: 0 4px;
}

.marker-b {
  background-color: #86d6ff;
  padding: 0 4px;
}

.text-center {
	text-align: center;
}

/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #3c4656;
  background-color: #fff;
  font-size: 14px;
  line-height: 150%;
  overflow-x: hidden;
  overflow-y: auto;
}

a:link, a:visited {
  color: #1f9bbb;
}
a:hover, a:active {
  color: #0f4d5d;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* -------------------------------------------------------------
告知ウインドウ
--------------------------------------------------------------*/
/*　編集部からのお知らせ　*/
.wrap-tweet {
  *zoom: 1;
}
.wrap-tweet:before {
  content: " ";
  display: table;
}
.wrap-tweet:after {
  content: " ";
  display: table;
  clear: both;
}
.wrap-tweet .title {
  background-color: #ededed;
  border-top: solid 3px #21a7c9;
  padding: 7px 10px;
}
.wrap-tweet .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 1.4em;
}
.wrap-tweet .inner {
  padding: 10px;
}
.wrap-tweet .inner #hint {
  height: 9em;
  overflow: hidden;
  position: relative;
}
.wrap-tweet .inner #hint ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap-tweet .inner #hint ul li {
  line-height: 1.2em;
  list-style: none;
  position: absolute;
}

.banner {
  margin-bottom: 2px;
  *zoom: 1;
}
.banner:before {
  content: " ";
  display: table;
}
.banner:after {
  content: " ";
  display: table;
  clear: both;
}
.banner .title {
  background-color: #ededed;
  border-top: solid 3px #21a7c9;
  padding: 7px 10px;
  margin-bottom: 4px;
}
.banner .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 1.4em;
}
.banner .title h1 .new {
  color: #fc7764;
}
.banner .img {
  width: 270px;
  margin: 0 auto;
}
.banner .img img {
  width: 270px;
  height: auto;
}

/* 20150728 add */
.banner a {
  display: block;
  text-align: center;
}
.banner p {
  text-align: center;
}

.book {
  margin-bottom: 10px;
  *zoom: 1;
}
.book:before {
  content: " ";
  display: table;
}
.book:after {
  content: " ";
  display: table;
  clear: both;
}
.book .title {
  background-color: #ededed;
  border-top: solid 3px #21a7c9;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.book .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 1.4em;
}
.book .title h1 .new {
  color: #fc7764;
}
.book .wrap {
  padding: 10px;
}
.book .wrap .fl {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.book .wrap .fl img {
  margin-bottom: 3px;
  width: 100px;
  height: auto;
}
.book .wrap .fr {
  *zoom: 1;
}
.book .wrap .fr:before {
  content: " ";
  display: table;
}
.book .wrap .fr:after {
  content: " ";
  display: table;
  clear: both;
}
.book .wrap .fr p {
  line-height: 1.4em;
}
.book .wrap .fr p.note {
  color: #4ab235;
  margin-bottom: 10px;
}
.book .wrap .btn {
  width: 90%;
  height: 40px;
  margin: 0 auto 10px;
  *zoom: 1;
}
.book .wrap .btn:before {
  content: " ";
  display: table;
}
.book .wrap .btn:after {
  content: " ";
  display: table;
  clear: both;
}
.book .wrap .btn a {
  width: 88%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  background: -moz-linear-gradient(top, #ffbd4b 0%, #f9aa22);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbd4b), to(#f9aa22));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f7b140;
  -moz-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(209, 138, 23, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

/*　アップデート　*/
.content_update {
  *zoom: 1;
}
.content_update:before {
  content: " ";
  display: table;
}
.content_update:after {
  content: " ";
  display: table;
  clear: both;
}
.content_update .inner .news {
  margin-bottom: 10px;
}
.content_update .inner .news .title {
  background-color: #ededed;
  border-top: solid 3px #4ab235;
  padding: 7px 10px;
}
.content_update .inner .news .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 1.4em;
}
.content_update .inner .news .wrap {
  padding: 10px;
}
.content_update .inner .news .wrap p {
  margin-bottom: 10px;
}
.content_update .inner .news .wrap p.date {
  color: #4ab235;
  text-align: right;
  font-weight: bold;
}
.content_update .inner .news .wrap p.btn {
  width: 220px;
  height: 30px;
  margin: 0 auto 5px;
}
.content_update .inner .news .wrap p.btn a {
  color: #fff;
  font-size: 16px;
  width: 220px;
  height: 24px;
  padding-top: 6px;
  background-color: #555;
  background-size: 16px 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px #000;
  -moz-box-shadow: 0px 4px 0px #000;
  box-shadow: 0px 4px 0px #000;
}
.content_update .inner .news .wrap ul li {
  list-style: inside;
}

/*　大学受験情報　*/
.content_univ .title {
  background-color: #ededed;
  border-top: solid 3px #f9a922;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.content_univ .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 1.4em;
}
.content_univ .title h1 .new {
  color: #fc7764;
}
.content_univ .book {
  margin-bottom: 10px;
  border-bottom: dotted 1px #f9a922;
  *zoom: 1;
}
.content_univ .book:before {
  content: " ";
  display: table;
}
.content_univ .book:after {
  content: " ";
  display: table;
  clear: both;
}
.content_univ .book h2 {
  padding: 0 10px;
  color: #f9a922;
  font-weight: bold;
}
.content_univ .book .wrap {
  padding: 10px;
}
.content_univ .book .wrap .fl {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.content_univ .book .wrap .fl img {
  margin-bottom: 10px;
  width: 60px;
  height: auto;
}
.content_univ .book .wrap .fr {
  *zoom: 1;
}
.content_univ .book .wrap .fr:before {
  content: " ";
  display: table;
}
.content_univ .book .wrap .fr:after {
  content: " ";
  display: table;
  clear: both;
}
.content_univ .book .wrap .fr p {
  line-height: 1.4em;
}
.content_univ .book .wrap .fr p.note {
  color: #4ab235;
  margin-bottom: 10px;
}
.content_univ .book .wrap p {
  margin-bottom: 10px;
}
.content_univ .book .wrap .btn {
  width: 90%;
  height: 40px;
  margin: 0 auto 10px;
  *zoom: 1;
}
.content_univ .book .wrap .btn:before {
  content: " ";
  display: table;
}
.content_univ .book .wrap .btn:after {
  content: " ";
  display: table;
  clear: both;
}
.content_univ .book .wrap .btn a {
  width: 88%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  background: -moz-linear-gradient(top, #f9aa22 0%, #de941d);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9aa22), to(#de941d));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f7b140;
  -moz-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(209, 138, 23, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

/* -------------------------------------------------------------
今日の5問について（ヘルプ）
--------------------------------------------------------------*/
.content_help-5 .title {
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.content_help-5 .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 29px;
}
.content_help-5 .inner {
  padding: 10px;
}
.content_help-5 .inner h2 {
  color: #1f9bbb;
  font-weight: bold;
}
.content_help-5 .inner p strong {
  font-size: 14px;
  font-weight: bold;
}
.content_help-5 .inner p strong.strong1 {
  color: #fc7764;
}
.content_help-5 .inner p strong.strong2 {
  color: #4ab235;
}
.content_help-5 .inner dt {
  color: #1f9bbb;
  font-weight: bold;
}
.content_help-5 .inner .rank {
  color: #4ab235;
}
.content_help-5 .inner .img {
  width: 270px;
  margin: 0 auto;
}
.content_help-5 .inner .img img {
  width: 270px;
  height: auto;
}
.content_help-5 .inner ul li {
  list-style: inside;
  color: #fc7764;
}

/* -------------------------------------------------------------
全国ターゲット選手権について（ヘルプ）
--------------------------------------------------------------*/
.content_help .title {
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.content_help .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 29px;
}
.content_help .inner {
  padding: 10px;
}
.content_help .inner h2 {
  color: #1f9bbb;
  font-weight: bold;
}
.content_help .inner p strong {
  font-size: 14px;
  font-weight: bold;
}
.content_help .inner p strong.strong1 {
  color: #fc7764;
}
.content_help .inner p strong.strong2 {
  color: #4ab235;
}
.content_help .inner dt {
  color: #1f9bbb;
  font-weight: bold;
}
.content_help .inner .rank {
  color: #4ab235;
}
.content_help .inner .img {
  width: 270px;
  margin: 0 auto;
}

/* -------------------------------------------------------------
設定
--------------------------------------------------------------*/
/*　編集部からのお知らせ　*/
.wrap-hint {
  *zoom: 1;
}
.wrap-hint:before {
  content: " ";
  display: table;
}
.wrap-hint:after {
  content: " ";
  display: table;
  clear: both;
}
.wrap-hint .title {
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.wrap-hint .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 29px;
}
.wrap-hint .inner {
  width: 270px;
  margin: 10px auto;
}
.wrap-hint .inner figure {
  float: left;
  margin-right: 10px;
}
.wrap-hint .inner .fr {
  width: 180px;
  float: left;
}
.wrap-hint .inner .fr .sttl {
  width: 162px;
  height: 62px;
  background: url(../images/sttl-hint.png) 0 0 no-repeat;
  background-size: 162px 62px;
  margin-bottom: 5px;
}
.wrap-hint .inner .fr .sttl h2 {
  text-indent: -9999px;
}
.wrap-hint .inner .fr .sttl h3 {
  text-indent: -9999px;
}
.wrap-hint .inner .fr #hint {
  width: 180px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.wrap-hint .inner .fr #hint ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap-hint .inner .fr #hint ul li {
  color: #fc7764;
  line-height: 1.2em;
  list-style: none;
  position: absolute;
  background-color: #fff;
}

.content_news .title {
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.content_news .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 29px;
}
.content_news .inner {
  padding: 10px;
}
.content_news .inner .news {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #3c4656;
}
.content_news .inner .news h2 {
  color: #4ab235;
  font-weight: bold;
}
.content_news .inner .news p {
  margin-bottom: 10px;
}
.content_news .inner .news p.btn {
  width: 220px;
  height: 30px;
  margin: 0 auto 5px;
}
.content_news .inner .news p.btn a {
  color: #fff;
  font-size: 16px;
  width: 220px;
  height: 24px;
  padding-top: 6px;
  background-color: #555;
  background-size: 16px 20px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 0px #000;
  -moz-box-shadow: 0px 4px 0px #000;
  box-shadow: 0px 4px 0px #000;
}
.content_news .inner .news ul {
  margin-bottom: 10px;
}
.content_news .inner .news ul li {
  list-style: inside;
  color: red;
}

/*　ターゲットの友の使い方　*/
.content_about .title {
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.content_about .title.cat1 {
  background-image: url(../images/icn-cat_01.png);
  background-position: 10px 6px;
  background-size: 15px 14px;
}
.content_about .title.cat2 {
  background-image: url(../images/icn-cat_02.png);
  background-position: 10px 9px;
  background-size: 15px 11px;
}
.content_about .title.cat3 {
  background-image: url(../images/icn-cat_03.png);
  background-position: 12px 9px;
  background-size: 10px 12px;
}
.content_about .title.cat4 {
  background-image: url(../images/icn-cat_04.png);
  background-position: 12px 9px;
  background-size: 11px 12px;
}
.content_about .title.cat5 {
  background-image: url(../images/icn-cat_05.png);
  background-position: 12px 9px;
  background-size: 12px 12px;
}
.content_about .title h1 {
  color: #303030;
  font-weight: bold;
  line-height: 29px;
}
.content_about .inner {
  padding: 10px;
}
.content_about .inner p {
  color: #1f9bbb;
  font-weight: bold;
  margin-bottom: 10px;
}
.content_about .inner ul {
  padding: 10px;
  border: dotted 1px #1f9bbb;
}
.content_about .inner ul li {
  list-style: disc inside;
}
.content_about .inner ul li strong {
  font-size: 14px;
  font-weight: bold;
}
.content_about .inner ul li strong.strong1 {
  color: #fc7764;
}
.content_about .inner ul li strong.strong2 {
  color: #4ab235;
}
.content_about .inner dt {
  color: #4ab235;
  font-weight: bold;
}
.content_about .inner dd {
  padding: 10px;
}

/*　他のターゲットアプリの紹介　*/
.content_app {
  width: 290px;
}
.content_app .title {
  width: 280px;
  padding: 0 5px;
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  *zoom: 1;
}
.content_app .title:before {
  content: " ";
  display: table;
}
.content_app .title:after {
  content: " ";
  display: table;
  clear: both;
}
.content_app .title h1 {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 29px;
}
.content_app .title p {
  float: right;
  font-size: 8px;
  font-weight: bold;
  color: #1f9bbb;
  padding-top: 5px;
}
.content_app .inner {
  padding: 10px;
  *zoom: 1;
}
.content_app .inner:before {
  content: " ";
  display: table;
}
.content_app .inner:after {
  content: " ";
  display: table;
  clear: both;
}
.content_app .inner h2 {
  font-size: 12px;
  font-weight: bold;
  color: #1f9bbb;
  margin-bottom: 12px;
}
.content_app .inner .fl {
  float: left;
  width: 60px;
}
.content_app .inner .fl img {
  width: 60px;
  height: 60px;
}
.content_app .inner .fr {
  float: right;
  width: 200px;
}
.content_app .inner .fr p {
  font-size: 9px;
  font-weight: bold;
  line-height: 13px;
}
.content_app .inner .fr p.note {
  color: #4ab235;
  margin-bottom: 10px;
}
.content_app .inner .fr .btn {
  width: 135px;
  height: 40px;
  margin: 0 auto;
}
.content_app .inner .fr .btn a {
  width: 135px;
  height: 40px;
  background: url(../images/Download_on_the_App_Store_JP_135x40.png) 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
}

.content_app-and {
  width: 100%;
}
.content_app-and .title {
  width: 100%;
  background-color: #ededed;
  border-top: solid 3px #1f9bbb;
  padding: 5px 0;
  *zoom: 1;
}
.content_app-and .title:before {
  content: " ";
  display: table;
}
.content_app-and .title:after {
  content: " ";
  display: table;
  clear: both;
}
.content_app-and .title h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0 10px;
}
.content_app-and .title p {
  font-size: 12px;
  font-weight: bold;
  color: #1f9bbb;
  padding: 0 10px;
}
.content_app-and .inner {
  padding: 10px;
  *zoom: 1;
  /*
  .btn {
  	width: 90%;
  	height: 40px;
  	margin: 0 auto 10px;
  	@include cf;
  		a {
  			width: 88%;
  			font-size: 14px;
  			text-decoration: none;
  			text-align: center;
  			color: #ffffff;
  			padding: 10px 20px;
  			display: block;
  			background: -moz-linear-gradient(
  				top,
  				#1f9cbb 0%,
  				#1787a3);
  			background: -webkit-gradient(
  				linear, left top, left bottom,
  				from(#1f9cbb),
  				to(#1787a3));
  			-moz-border-radius: 5px;
  			-webkit-border-radius: 5px;
  			border-radius: 5px;
  			border: 1px solid #2296b3;
  			-moz-box-shadow:
  				0px 3px 0px rgba(21,102,122,1),
  				inset 0px 0px 0px rgba(255,255,255,0.7);
  			-webkit-box-shadow:
  				0px 3px 0px rgba(21,102,122,1),
  				inset 0px 0px 0px rgba(255,255,255,0.7);
  			box-shadow:
  				0px 3px 0px rgba(21,102,122,1),
  				inset 0px 0px 0px rgba(255,255,255,0.7);
  			text-shadow:
  				0px -1px 0px rgba(21,98,117,0.4),
  				0px 1px 0px rgba(255,255,255,0.3);
  		}
  }
  */
}
.content_app-and .inner:before {
  content: " ";
  display: table;
}
.content_app-and .inner:after {
  content: " ";
  display: table;
  clear: both;
}
.content_app-and .inner h2 {
  font-size: 14px;
  font-weight: bold;
  color: #1f9bbb;
  margin-bottom: 12px;
}
.content_app-and .inner .fl {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.content_app-and .inner .fr p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.content_app-and .inner .fr p.note {
  color: #4ab235;
  margin-bottom: 10px;
}
.content_app-and .inner .btn {
  width: 173px;
  height: 60px;
  margin: 0 auto 10px;
  *zoom: 1;
}
.content_app-and .inner .btn:before {
  content: " ";
  display: table;
}
.content_app-and .inner .btn:after {
  content: " ";
  display: table;
  clear: both;
}

.content_book-and {
  width: 100%;
}
.content_book-and .title {
  width: 100%;
  background-color: #ededed;
  border-top: solid 3px #f9a922;
  padding: 5px 0;
  *zoom: 1;
}
.content_book-and .title:before {
  content: " ";
  display: table;
}
.content_book-and .title:after {
  content: " ";
  display: table;
  clear: both;
}
.content_book-and .title h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 10px;
}
.content_book-and .title p {
  font-size: 12px;
  font-weight: bold;
  color: #f08517;
  margin: 0 10px;
}
.content_book-and .inner {
  padding: 10px;
  *zoom: 1;
}
.content_book-and .inner:before {
  content: " ";
  display: table;
}
.content_book-and .inner:after {
  content: " ";
  display: table;
  clear: both;
}
.content_book-and .inner h2 {
  font-size: 14px;
  font-weight: bold;
  color: #f9a922;
  margin-bottom: 12px;
}
.content_book-and .inner .fl {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.content_book-and .inner .fl img {
  margin-bottom: 10px;
}
.content_book-and .inner .fr {
  *zoom: 1;
}
.content_book-and .inner .fr:before {
  content: " ";
  display: table;
}
.content_book-and .inner .fr:after {
  content: " ";
  display: table;
  clear: both;
}
.content_book-and .inner .fr p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.content_book-and .inner .fr p.note {
  color: #4ab235;
  margin-bottom: 10px;
}
.content_book-and .inner .btn {
  width: 90%;
  height: 40px;
  margin: 0 auto 10px;
  *zoom: 1;
}
.content_book-and .inner .btn:before {
  content: " ";
  display: table;
}
.content_book-and .inner .btn:after {
  content: " ";
  display: table;
  clear: both;
}
.content_book-and .inner .btn a {
  width: 88%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  background: -moz-linear-gradient(top, #f9aa22 0%, #de941d);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9aa22), to(#de941d));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f7b140;
  -moz-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 0px #cc8616, inset 0px 0px 0px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(209, 138, 23, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.footer_links {
  text-align: center;
  font-size: .95em;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.copyright {
  text-align: center;
  font-size: .85em;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}