@charset "utf-8";
/****************************************
	style.css Ver.1.0.0 2012/6/4
****************************************/
/* Normalize
****************************************/
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  color: #191919;
  font-size: 75%;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: bottom;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}

/* General
****************************************/
body {
  min-width: 320px;
  background: #fff4da url(/img/ngTop/bg_body.png) 0 0 repeat;
  -moz-background-size: 80px;
  -webkit-background-size: 80px;
  background-size: 80px;
}

/* Hyper-text link */
a {
  color: #ea616d;
  text-decoration: none;
}

/* Component
****************************************/
/* Clearfix */
.clearfix, .imgWithCaption, .listC {
  zoom: 1;
  /* for IE6/7 */
}
.clearfix:after, .imgWithCaption:after, .listC:after {
  content: "";
  display: block;
  clear: both;
}

.clearflt {
  clear: both;
}

/* Float */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

/* Image sprite */
.imgReplace, .toTop a, #pageTop h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.spriteNoRepeat, .toggleBoxA .switch a:after, .listA li:before, .listB li:before, .listC li:before, .toTop a, #pageTop h1 {
  background: url(/img/ngTop/sprite_no-repeat.png) 0 0 no-repeat;
  -moz-background-size: 181px 48px;
  -webkit-background-size: 181px 48px;
  background-size: 181px 48px;
}

.spriteRepeatX {
  background: url(/img/ngTop/sprite_repeat-x.png) 0 0 repeat-x;
  -moz-background-size: 84px 87px;
  -webkit-background-size: 84px 87px;
  background-size: 84px 87px;
}

/* .content */
.content {
  margin: 10px 0 20px;
  padding: 5px;
  background: #FFF;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.content > section {
  padding: 10px;
  border: solid 1px #f1ccd0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.content > section h1 {
  margin: -21px 0 5px 0;
}
.content > section h2 {
  margin: 0 0 .2em;
  background: url(/img/ngTop/line-a.png) left bottom repeat-x;
  -moz-background-size: 135px 2px;
  -webkit-background-size: 135px 2px;
  background-size: 135px 2px;
}
.content > section h2 img {
  vertical-align: baseline;
}
.content img {
  max-width: 100%;
}

/* ballon */
.ballon{
	text-align: center;
}

/* Image wiht caption */
.imgWithCaption.left .img {
  float: left;
  margin: 0 5px 0 0;
}
.imgWithCaption.right .img {
  float: right;
  margin-left: 5px;
}
.imgWithCaption .caption {
  overflow: hidden;
}
.imgWithCaption .sample {
	text-align: center;
}

/* Toggle box */
.toggleBoxA {
  margin: 10px 0;
  background: #fff4da;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.toggleBoxA:last-child {
  margin-bottom: 0;
}
.toggleBoxA .switch {
  margin: 0;
  padding: 3px;
  border: 2px solid #f1d794;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: white;
  font-size: 125%;
  font-weight: bold;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.66);
}
.toggleBoxA .switch a {
  position: relative;
  display: block;
  padding: 4px 40px 3px 10px;
  color: #b63c48;
  background: url(/img/ngTop/line-b-h.png) 0 0 repeat-x, url(/img/ngTop/line-b-h.png) left bottom repeat-x, url(/img/ngTop/line-b-v.png) 0 0 repeat-y, url(/img/ngTop/line-b-v.png) right top repeat-y;
  -moz-background-size: 135px 4px, 135px 4px, 4px 14px, 4px 14px;
  -webkit-background-size: 135px 4px, 135px 4px, 4px 14px, 4px 14px;
  background-size: 135px 4px, 135px 4px, 4px 14px, 4px 14px;
}
.toggleBoxA .switch a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 19px;
  margin-top: -9px;
  background-position: -128px -25px;
}
.toggleBoxA .body {
  display: none;
  padding: 12px;
}
.toggleBoxA.active .switch a:after {
  background-position: -108px -25px;
}

/* Thumbnail */
.thumbA {
  padding: 4px;
  background: url(/img/ngTop/bg_thumb-a.png) 0 0 repeat;
  -moz-background-size: 2px;
  -webkit-background-size: 2px;
  background-size: 2px;
}
.thumbA img {
  border: 1px solid #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* Button */
.btn, .btnA, .btnB, .btnC {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto 5px;
  padding: 7px;
  background: #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #b63c48;
  line-height: 1;
}
.btn a, .btnA a, .btnB a, .btnC a, .btnD a{
  display: block;
  text-align: center;
}

.btnA {
  margin-bottom: 10px;
}

.btnB, .btnC {
  font-weight: bold;
}
.btnB a, .btnC a, .btnD a{
  padding: 4px;
}
.btnD {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  margin: 0 auto 5px;
  padding: 7px;
  background: #efe5a1;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #b63c48;
  line-height: 1;
}

/* List */
.listA {
  margin: 1em 0 20px;
  padding: 0;
}
.listA li {
  position: relative;
  list-style: none;
  padding: 6px 0 2px 23px;
  background: url(/img/ngTop/line-a.png) 0 0 repeat-x;
  -moz-background-size: 135px 2px;
  -webkit-background-size: 135px 2px;
  background-size: 135px 2px;
  color: #4e1c01;
  font-size: 116.7%;
  font-weight: bold;
}
.listA li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 16px;
  background-position: -147px -25px;
}
.listA li:last-of-type {
  padding-bottom: 4px;
  background: url(/img/ngTop/line-a.png) 0 0 repeat-x, url(/img/ngTop/line-a.png) left bottom repeat-x;
  -moz-background-size: 135px 2px, 135px 2px;
  -webkit-background-size: 135px 2px, 135px 2px;
  background-size: 135px 2px, 135px 2px;
}
.listA li strong {
  color: #ce9400;
}

.listB {
  padding: 0 0 1em;
  background: url(/img/ngTop/line-a.png) left bottom repeat-x;
  -moz-background-size: 135px 2px;
  -webkit-background-size: 135px 2px;
  background-size: 135px 2px;
}
.listB li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 116.7%;
}
.listB li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 11px;
  height: 10px;
  background-position: -165px -25px;
}

.listC {
  width: 300px;
  margin: 1em auto 0;
  padding: 0 0 1em;
}
.listC li {
  position: relative;
  float: left;
  padding: 0 0 0 25px;
  font-size: 116.7%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listC li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 11px;
  height: 10px;
  background-position: -165px -25px;
}
.listC li:nth-of-type(odd) {
  width: 40%;
}
.listC li:nth-of-type(even) {
  width: 60%;
}

/* Link */
.toTop {
  margin: 20px 0 10px;
  padding: 0 5px 5px;
  background: url(/img/ngTop/line-a.png) left bottom repeat-x;
  -moz-background-size: 135px 2px;
  -webkit-background-size: 135px 2px;
  background-size: 135px 2px;
  text-align: right;
}
.toTop a {
  display: inline-block;
  width: 73px;
  height: 25px;
  background-position: -107px 0;
}

/* Apology */
.apology p {
	padding: 0 4px;
}
.apology p:first-of-type {
	padding-top: 10px;
}
.apology>p>a{
	color: #b63c48;
}


/* Font
****************************************/
/* Text align */
.taLeft {
  text-align: left;
}

.taCenter {
  text-align: center;
}

.taRight {
  text-align: right;
}

/* #pageTop
****************************************/
#pageTop {
  margin: 0;
  padding: 20px 10px 30px;
  background: url(/img/ngTop/bg_header.png) 0 0 repeat-x, url(/img/ngTop/bg_main-top.png) 0 0 repeat-x;
  background-position: 0 0, 0 bottom;
  -moz-background-size: 84px 15px, 84px 22px;
  -webkit-background-size: 84px 15px, 84px 22px;
  background-size: 84px 15px, 84px 22px;
}
#pageTop h1 {
  width: 109px;
  height: 48px;
  margin: 0 auto 10px;
}
#pageTop nav > p:last-child {
  margin-bottom: 0;
}

/* 2013_03_01 rewrite Start */

#login_container {
  padding: 20px 10px 20px 0;
  background: url(/img/ngTop/bg_main.png) repeat left bottom;
  -moz-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
#login_container .login {
  position: absolute;
  top: 14px;
  right: 10px;
}
#login_container .login a {
  padding: 8px 9px 7px 32px;
  position: relative;
  border: 1px solid white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #c95c67;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#login_container .login a:before {
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 11px;
  background: url(/img/ngTop/icon_login.png) 0 0 no-repeat;
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
  content: "";
}

/* 2013_03_01 rewrite End */

/* #main
****************************************/
#main {
  padding: 2px 7px 1px;
  background: url(/img/ngTop/bg_main.png) 9px 0 repeat;
  -moz-background-size: 8px;
  -webkit-background-size: 8px;
  background-size: 8px;
}
#main .content:not(:first-of-type) {
  margin-top: 20px;
}
#main .content:last-of-type {
  margin-bottom: 20;
}


/* #pageBottom
****************************************/
#pageBottom {
  padding: 50px 0 0;
  background: url(/img/ngTop/bg_footer-top.png) 6px 0 repeat-x;
  -moz-background-size: 84px 25px;
  -webkit-background-size: 84px 25px;
  background-size: 84px 25px;
}
#pageBottom nav {
  padding: 0 10px;
  background: url(/img/ngTop/bg_footer-bottom.png) 0 bottom repeat-x;
  -moz-background-size: 84px 25px;
  -webkit-background-size: 84px 25px;
  background-size: 84px 25px;
}
#pageBottom nav + div {
  padding: 10px 10px 45px;
  background: url(/img/ngTop/bg_main.png) 6px 0 repeat;
  -moz-background-size: 8px;
  -webkit-background-size: 8px;
  background-size: 8px;
  font-weight: bold;
  text-align: center;
}

/* #header
****************************************/
#pageTop .topics {
	padding: 0 10px;
}
#pageTop .topics a {
	display: block;
	position: relative;
	padding: 0 0 0 11px;
	color: #e56a83;
	text-decoration: underline;
}
#pageTop .topics a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: solid 2px #e56a83;
	border-right: solid 2px #e56a83;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: "";
}
#pageTop .topicsTrial {
	display: block;
	position: relative;
	padding: 0 0 10 11px;
	color: #e56a83;
	font-size: 16px;
}

/*02_non_join 10/15 追加*/
.dot_line {
  background: url(/img/ngTop/line-a.png) left top repeat-x;
  -moz-background-size: 135px 2px;
  -webkit-background-size: 135px 2px;
  background-size: 135px 2px;
  padding:10px 0;
}
.btnE {
	text-align:center;
	margin:0 0 12px;
}
.pageTitle{
	text-align:center;
	font-size:100%;
	margin:15px 0;

}
.pageTitle a{
	color:#6a3906;
}
.pageTitle strong{
	color:#171f55;
	font-size:1.8em;
	font-weight: bold;
	line-height:150%;
}
.no_ballon{
	text-align: center;
	padding:0 0 10px;
}
#header_bg {
	position: relative;
}
#head_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

