@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";

/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

.page {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1;
  font-family: '微軟正黑體', arial;
}

.inner {
  position: relative;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1172px) {

.wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
}

@media only screen and (max-width:1024px) {

#container {
  padding-top: 62px;
}
}

@media only screen and (max-width:1020px) {

.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #333;
  text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* heading */
.contentTitle {
/*dont use <h2> selector*/
}

/* cap */
.cap,
.caption {
  background: none;
  color: #666666;
  font-size: 10px;
  line-height: 15px;
}

.cap {
  padding-top: 5px;
}

/**
 * 4. Layout
 */
body #container {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

body .shldrTxt {
  font-size: 10px;
  line-height: 15px;
}

body #gFooter {
}

/* --------------------------------------------------
loader
 -------------------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

#loader .loaderImg {
  width: 80px;
  height: 60px;
/*
  background: transparent url(../imgs/loader00.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader .loaderImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  opacity: 0;
}

#loader .loaderImg img.anime {
  -moz-opacity: 1;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}

/*
#loader .loaderImg img.anime:nth-child(1) {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
#loader.anime .loaderImg img.anime:nth-child(2) {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}
#loader.anime .loaderImg img.anime:nth-child(3) {
  -webkit-transition-delay: 3.0s;
  transition-delay: 3.0s;
}
*/
@media only screen and (max-width:420px) {

#loader .loaderImg {
  width: 80px;
  height: 70px;
}
}

/* --------------------------------------------------
gHeader
 -------------------------------------------------- */
#gHeader {
  padding-top: 30px;
}

.siteTitle a {
  display: block;
  width: 323px;
  height: auto;
  padding-right: 21px;
  text-indent: -9999em;
  background: transparent url(../imgs/logo.gif) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media only screen and (max-width:1024px) {

#gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  z-index: 9998;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#gHeader > .inner {
  position: relative;
}

#gHeader.on {
  background-color: #00316c;
}

.siteTitle a {
  width: 132px;
  height: 31px;
  margin: 0 0 0 .5em;
  padding-right: 0;
  background: transparent url(../imgs/sp-logo.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#gHeader.on .siteTitle a {
  background: transparent url(../imgs/sp-logo_ov.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
}

/* --------------------------------------------------
hamburger
 -------------------------------------------------- */
#hamburger {
  display: none;
}

/* --------------------------------------------------
lang
 -------------------------------------------------- */
#lang {
  display: block;
  width: 90px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
#lang {
  display: none;
}
#hamburger {
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 2;
}

#hamburger .icn {
  position: relative;
  width: 100%;
  height: 100%;
}

#hamburger .icn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00316c;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#hamburger .icn span:nth-of-type(1) {
  top: 0;
}

#hamburger .icn span:nth-of-type(2) {
  top: 7px;
}

#hamburger .icn span:nth-of-type(3) {
  bottom: 0;
}

#hamburger .icn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
0% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}
@keyframes menu-bar01 {
0% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}

#hamburger .icn span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

#hamburger .icn span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
0% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}
@keyframes menu-bar02 {
0% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}

#hamburger.on .icn span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
0% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
}
@keyframes active-menu-bar01 {
0% {
  transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  transform: translateY(7px) rotate(0);
}
100% {
  transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
}

#hamburger.on .icn span:nth-of-type(2) {
  opacity: 0;
}

#hamburger.on .icn span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
0% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
}
@keyframes active-menu-bar03 {
0% {
  transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  transform: translateY(-7px) rotate(0);
}
100% {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
}
}

/* ------------------------------------
gNav fixed
------------------------------------ */
.gNavFix #gNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding:0;
}

.gNavFix #gNav > .inner > ul > li {
  height: 28px;
  font-size: 18px;
  padding: 0;
}

.gNavFix #gNav > .inner > ul > li.logo {
  display: inline-block;
}

.gNavFix #gNav > .inner > ul > li.logo > a {
  width: 110px;
  background:#FFF;
  margin-top:-33px;
  padding:0 1em 0 0;
}

.gNavFix #gNav > .inner > ul > li.logo > a:hover {
	border-bottom:none;
}

.gNavFix #gNav > .inner > ul > li.top > a {
  width: 128px;
}

.gNavFix #gNav > .inner > ul > li.value > a {
  width: 150px;
}

.gNavFix #gNav > .inner > ul > li.blog > a {
  width: 150px;
}

.gNavFix #gNav > .inner > ul > li.shopping > a {
  width: 150px;
}

.gNavFix #gNav > .inner > ul > li.photo > a {
  width: 150px;
}

.gNavFix #gNav > .inner > ul > li.information > a {
  width: 150px;
}

@media only screen and (max-width: 1024px) {
.gNavFix #container {
  padding-top: 0;
}
}

/* --------------------------------------------------
gNav
 -------------------------------------------------- */
#gNav {
  padding-top: 10px;
  background-color: #fff;
  border-bottom: 4px solid #0075c2;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

#gNav > .inner > ul {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

#gNav > .inner > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 75px;
  font-size: 18px;
  padding: 10px 0 0 0;
  letter-spacing: normal;
/*
  text-indent: -9999em;
*/
}

#gNav > .inner > ul > li > a {
  display: block;
  height: 59px;
  position: relative;
  font-weight: bold;
  color: #333;
  font-family: '微軟正黑體', arial;
  border-right: 1px solid #FFF;
  padding: 10px 0 0 0;
}

#gNav > .inner > ul > li > a > span{
	font-size:10px;
	color:#0075c2;
}

#gNav > .inner > ul > li.on > a,
#gNav > .inner > ul > li > a:hover {
  height: 55px;
  background: #f6f6f6;
  border-bottom: 4px solid #0075c2;
}

#gNav > .inner > ul > li.top > a {
  width: 72px;
}

#gNav > .inner > ul > li.value > a {
  width: 194px;
}

#gNav > .inner > ul > li.blog > a {
  width: 194px;
}

#gNav > .inner > ul > li.shopping > a {
  width: 194px;
}

#gNav > .inner > ul > li.photo > a {
  width: 194px;
}

#gNav > .inner > ul > li.information > a {
  width: 194px;
}

/*
#gNav > .inner > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  background-color: #0075c2;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

#gNav > .inner > ul > li.on > a:before,
#gNav > .inner > ul > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
*/
#gNav > .inner > ul > li.logo {
  vertical-align: middle;
  text-indent: 0;
  padding-top: 0;
  display: none;
}

#gNav > .inner > ul > li.logo > a {
  height: auto;
  padding-right: 17px;
}

#gNav > .inner > ul > li.logo > a:before {
  content: none;
}

#gNav > .inner > ul > li.langS{
	display:none;
}

#gNav > .inner > ul > li > a.first {
  border-left: 1px solid #FFF;
}

@media only screen and (max-width:1024px) {

#gNav {
  display: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #00316c;
  border-top: 1px solid #335a89;
  margin-top: 15px;
}

#gNav > .inner > ul > li {
  display: block;
  height: auto;
  padding-top: 0;
  text-indent: 0;
}

#gNav > .inner > ul > li > a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 100%;
  border: none;
}

#gNav > .inner > ul > li.top > a,
#gNav > .inner > ul > li.top > a:hover,
#gNav > .inner > ul > li.value > a,
#gNav > .inner > ul > li.value > a:hover,
#gNav > .inner > ul > li.blog > a,
#gNav > .inner > ul > li.blog > a:hover,
#gNav > .inner > ul > li.shopping > a,
#gNav > .inner > ul > li.shopping > a:hover,
#gNav > .inner > ul > li.photo > a,
#gNav > .inner > ul > li.photo > a:hover,
#gNav > .inner > ul > li.information > a,
#gNav > .inner > ul > li.information > a:hover {
  width: auto;
  background: none;
}

#gNav > .inner > ul > li.langS{
	display:inline;
}

#gNav > .inner > ul > li > a.first {
  border-left: none;
}
}

/* --------------------------------------------------
subNav
 -------------------------------------------------- */
.subNav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  padding: 32px 20px 30px 20px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: -12px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

.subNav > ul > li {
  margin-bottom: 28px;
  text-align:left;
}

.subNav > ul > li:last-child {
  margin-bottom: 0;
}
.subNav > ul > li.off a {
  opacity: 0.5;
}

.subNav > ul > li > a {
  width: 100%;
  display: block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.subNav > ul > li.on > a:before,
.subNav > ul > li > a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width:1024px) {

.subNav {
  width: 87.5%;
  padding: 7px 0 0;
  background-color: #00316c;
  position: static;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px auto 0;
  border-top: 1px solid #335a89;
}

.subNav > ul {
  font-size: 0;
  letter-spacing: -0.4em;
}

.subNav > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 1.78571429% 7px;
  border-bottom: 1px solid #335a89;
  text-align:center;
}

.subNav > ul > li:nth-child(2n) a {
  border-left: 1px solid #335a89;
}

.subNav > ul > li > a {
  font-size: 11px;
  letter-spacing: 0;
  color: #fff;
}

.subNav > ul > li.introduction a,
.subNav > ul > li.greeting a,
.subNav > ul > li.outline a,
.subNav > ul > li.message a {
  background: none;
}
}

/* --------------------------------------------------
gFooter
 -------------------------------------------------- */
#gFooter {
  background-color: #f2f2f2;
}

.ftrLogo {
  width: 231px;
  margin: 0 auto 28px;
}

.ftrTxt {
  max-width: 453px;
  margin: 0 auto 60px;
  text-align: center;
}

/* --------------------------------------------------
copyright
 -------------------------------------------------- */
.copyright {
  background-color: #022e88;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding:1em 0;
}

.copyright img{
  margin-bottom:.3em;
}

.copyright p{
	line-height:2em;
}

.copyright .cpt{
	font:700 13px/1em arial;
	margin-top:1.5em;
}

/* --------------------------------------------------
titleArea
 -------------------------------------------------- */
.titleArea {
}

.titleArea h2.pageTitle {
  text-align: center;
  padding: 45px 0;
}

.titleArea h2.pageTitle img {
  width:100%;
  max-width:75px;
}

.titleArea h2.pageTitle .main {
  font:700 30px/1.5em '微軟正黑體';
  color: #000;
}

.titleArea h2.pageTitle .sub {
  font:700 15px/1em '微軟正黑體';
  color: #4a9de0;
}

/* --------------------------------------------------
breadcrumbs
 -------------------------------------------------- */
ul.breadcrumbs {
  text-align: left;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px 0 15px;
}

ul.breadcrumbs li {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
}

ul.breadcrumbs li:last-child {
  color: #63afce;
}

ul.breadcrumbs li:after {
  display: inline-block;
  content: "";
  color: #fff;
  width: 10px;
  height: 15px;
  background: url(../imgs/arrow-breadcrumbs.png) center center no-repeat;
  -webkit-background-size: 10px 30px;
  background-size: 10px 30px;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
}

ul.breadcrumbs li:last-child:after {
  display: none;
}

ul.breadcrumbs li a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

/* --------------------------------------------------
h3.cttl
 -------------------------------------------------- */
h3.cttl {
  text-align: center;
  padding: 70px 0;
}

@media screen and (max-width: 420px) {

h3.cttl {
  padding: 14% 0;
}
}

h3.cttl span {
  display: block;
  font-size: 10px;
  line-height: 40px;
  color: #63afce;
  font-weight: bold;
}

/* --------------------------------------------------
pagetop
 -------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

@media screen and (max-width: 880px) {

#pagetop {
  display: none;
}
}

/* ---------------------------------------------------------
Idle Link
----------------------------------------------------------*/
.off a,
.active a {
  pointer-events: none;
  cursor: default;
}
.off a  {
  opacity: 0.5;
}

/* ---------------------------------------------------------
lNav
----------------------------------------------------------*/
ul.lNav {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
}

ul.lNav li {
  position: relative;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #1a467b;
  box-sizing: border-box;
  background: #00316c;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 880px) {

ul.lNav li {
  width: 50%;
  border-bottom: 1px solid #1a467b;
}
}

ul.lNav li:last-child {
  border: none;
}

@media screen and (max-width: 880px) {

ul.lNav li:nth-child(2) {
  border-right: none;
}

ul.lNav li:nth-child(3) {
  border-bottom: none;
}
}

ul.lNav li.on, ul.lNav li:hover {
  background: #63afce;
}

ul.lNav li.off, ul.lNav li.off:hover {
  background: #00316c;
}

ul.lNav li.off:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../about/imgs/bg-lNav-off.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

ul.lNav li.off:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../about/imgs/bg-lNav-off2.png) center center no-repeat;
  z-index: 2;
}

ul.lNav li a {
  display: block;
}

ul.lNav li a:hover {
  opacity:1 !important;
}

ul.lNav li .linkTitle {
  padding: 25px 0 15px 0;
}

ul.lNav li .linkTitle img {
  width:100%;
  max-width:75px;
}

ul.lNav li.off .linkTitle {
  opacity: .5;
}

ul.lNav li .linkTitle span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 0 0;
}

/* ---------------------------------------------------------
ph
----------------------------------------------------------*/
.ph img {
  width: 100%;
}

#detail .ph {
    max-height: 397px;
    /*overflow: hidden;*/
}

#detail .ph img {
    max-height: 397px;
    overflow: hidden;
}

#detail .side .title {
  font-size: 12px;
}

@media screen and (max-width: 880px) {
  #new .horizontal-scroll .ph img {
    max-height: 137px;
    overflow: hidden;
  }
}

/* ---------------------------------------------------------
sns
----------------------------------------------------------*/
.fb-like {
  display: block !important;
  text-align: right;
}

.sns {
  position: relative;
  display: block;
  text-align: right !important;
  padding: 6% 0 0 0;
}

.sns img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.sns a:hover {
  opacity:1 !important;
}

.sns:after {
  display: inline-block;
  content: url("../imgs/ico-fb2.png");
  vertical-align: top;
}

.sns span {
  display: inline-block;
  text-align: right !important;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: #63afce;
  padding: 0 0 0 3px;
  border-top: 1px solid #63afce;
  border-bottom: 1px solid #63afce;
  box-sizing: border-box;
  vertical-align: top;
}

.sns i:after {
  position: relative;
  display: inline-block;
  content: url("../imgs/ico-fb1.png");
  vertical-align: top;
  margin: 0 0 0 -3px;
  z-index: 0;
}

/* ---------------------------------------------------------
vol
----------------------------------------------------------*/

#detail .info .vol span{
    display: inline-block;
    text-align: right !important;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #63afce;
    padding: 0 0 0 3px;
    border-bottom: 1px solid #63afce;
    box-sizing: border-box;
    vertical-align: top;
}
/* ---------------------------------------------------------
date
----------------------------------------------------------*/
#new .date {
  padding: 20px 0 6px 0;
}
#category .date {
  padding: 15px 0 4px 0;
}
.date span {
  display: inline-block;
  font-family: Verdana;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.date span:after {
  display: inline-block;
  content: "update";
  color: #cebb89;
  padding: 0 5px;
}
/*.date:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px 2px 5px;
}*/

/*.date i:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  margin: 0 2px 0 0;
  padding: 0 5px 2px 5px;
}*/

.icnArea {
  margin: 0 20px;
  font-size: 0;
  letter-spacing: -0.4em;
}
#detail .icnArea {
    margin: 0;
}
#category .icnArea {
  margin: 0 13px;
}
.icnArea li {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 2px 2px 0;
}
.icnArea li:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  padding: 2px 5px 2px 5px;
}

.icnArea .hand01:after {
  content: "建物のこと";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .hand02:after {
  content: "土地のこと";
  background: #b99477;
  border-top: 2px solid #97684a;
}

.icnArea .hand03:after {
  content: "住宅ローン";
  background: #b9778e;
  border-top: 2px solid #97475f;
}

.icnArea .hand04:after {
  content: "保険・税金";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .hand05:after {
  content: "その他いろいろ";
  background: #6ea875;
  border-top: 2px solid #377645;
}

.icnArea .buyer:after {
  content: "お客様の気持ち";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .seller:after {
  content: "営業スタッフの思い";
  background: #8a77b9;
  border-top: 2px solid #433776;
}

.icnArea .relaxed:after {
  content: "役に立つトピック";
  background: #926ea8;
  border-top: 2px solid #613776;
}

.icnArea .tears:after {
  content: "わかる！な出来事";
  background: #a86ea1;
  border-top: 2px solid #763769;
}

.icnArea .funny:after {
  content: "笑えるエピソード";
  background: #a86e83;
  border-top: 2px solid #763749;
}

.icnArea .heartwarming:after {
  content: "心あたたまるお話";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .sympathy:after {
  content: "泣けるストーリー";
  background: #a8926e;
  border-top: 2px solid #766237;
}

.icnArea .area1:after {
  content: "中央･京王･東京都下エリア";
  background: #77b99f;
  border-top: 2px solid #488871;
}

.icnArea .area2:after {
  content: "横浜･川崎･湘南エリア";
  background: #77a6b9;
  border-top: 2px solid #598c9e;
}

.icnArea .area3:after {
  content: "船橋・市川・千葉エリア";
  background: #b98077;
  border-top: 2px solid #a15d52;
}

.icnArea .area4:after {
  content: "埼玉エリア";
  background: #baaa77;
  border-top: 2px solid #938656;
}

.icnArea .area5:after {
  content: "小田急線･横浜線エリア";
  background: #7782b9;
  border-top: 2px solid #596498;
}

.icnArea .theme1:after {
  content: "新築";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .theme2:after {
  content: "中古";
  background: #8a77b9;
  border-top: 2px solid #433776;
}

.icnArea .theme3:after {
  content: "建売り";
  background: #926ea8;
  border-top: 2px solid #613776;
}

.icnArea .theme4:after {
  content: "注文住宅";
  background: #a86ea1;
  border-top: 2px solid #763769;
}

.icnArea .theme5:after {
  content: "マンション";
  background: #a86e83;
  border-top: 2px solid #763749;
}

.icnArea .theme6:after {
  content: "リノベーション（リフォーム）";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .theme7:after {
  content: "お買換え（ご売却）";
  background: #a8926e;
  border-top: 2px solid #766237;
}

.icnArea .theme8:after {
  content: "ファミリー";
  background: #a1a86e;
  border-top: 2px solid #677637;
}

.icnArea .theme9:after {
  content: "ご夫婦";
  background: #83a86e;
  border-top: 2px solid #487637;
}

.icnArea .theme10:after {
  content: "二世帯（同居）";
  background: #6ea875;
  border-top: 2px solid #377645;
}

#mainContent a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 首頁連結特效
#mainContent a:hover {
  opacity: 0.5;
}
*/

#new ul li a,
#category .tabContents ul li a {
  display:block;
  padding:0 0.5em;
}

#detail a .title {
  color:#333;
}

@media screen and(max-width: 880px) {
  #detail a .title {
    font-size: 12px !important;
  }
}

/* ---------------------------------------------------------
pager
----------------------------------------------------------*/
ul.pager {
  text-align:center !important;
  font-size:0;
  line-height:1;
  letter-spacing:0;
  width:100%;
  max-width:1020px;
  margin:0 auto;
  padding:1% 0 0 0 !important;
}

ul.pager li {
  display:inline-block;
  font-size:12px;
  line-height:24px;
  width:auto !important;
  padding:inherit !important;
}

ul.pager li a {
  display:inline-block !important;
}

ul.pager li.back a,
ul.pager li.next a {
  display:inline-block;
}

ul.pager li.back {
  display:none !important;
}

ul.pager li.next {
  display:inline-block;
}

ul.pager li.back:after,
ul.pager li.next:before {
  display:inline-block;
  content:"...";
  width:2em;
}

ul.pager li a:hover,
ul.pager li.active a {
  color:#63afce;
  font-weight:bold;
  opacity: 1 !important;
}


br.sp {
  display:none;
}

@media screen and (max-width: 420px) {
br.sp {
  display:block !important;
}
}

