@charset "utf-8";
/* =======================================================

  RESET / FONT SIZE

======================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1.6;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block;
}
nav, ul, ol {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content:none;
}
a {
  display:block;
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
input, select {
  vertical-align:middle;
  font-size:14px;
}
body {
  font:15px/1.4 "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
}
select, input, button, textarea {
  font:99% "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
}
table {
  font-size:inherit;
  font:100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
section {
  margin-bottom:1.4em;
}
/* =======================================================

  BASE

======================================================== */
body {
  position:relative;
  color:#666;
  -webkit-text-size-adjust:100%;
  background:#fff;
}
a, a:link, a:active, a:visited {
  text-decoration:none;
  color:#666;
}
a:hover {
  color:#5ebbea !important;
}

::-webkit-input-placeholder {
color: #aaa;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
/* =======================================================

  COMMON PARTS

======================================================== */
/*  CLEAR FIX
----------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*  font size
----------------------------------------------- */
.font10 {
  font-size:10px;
}
.font11 {
  font-size:11px;
}
.font12 {
  font-size:12px;
}
.font14 {
  font-size:14px;
}
.font15 {
  font-size:15px;
}
.font16 {
  font-size:16px;
}
.font17 {
  font-size:17px;
}
.font18 {
  font-size:18px;
}
.font22 {
  font-size:22px;
}
.font28 {
  font-size:28px;
}
/*  font color
----------------------------------------------- */
.red {
  color:#A40000;
}
.green {
  color:#4E9A06;
}
.blue {
  color:#204A87;
}
.brown {
  color:#70230C;
}
/*  link
----------------------------------------------- */
#wrapper .aBlue, #wrapper .aBlue:link, #wrapper .aBlue:active, #wrapper .aBlue:visited {
  color:#2f94c7;
}
#wrapper .aBlue:hover {
  color:#5ebbea;
}
/* icon link --------------- */
/* icnArw01 */
.icnArw01 {
  position:relative;
  padding:0.2em 0 0.2em 1.8em;
}
.icnArw01:after {
  position:absolute;
  top:0.3em;
  left:0;
  display:block;
  content:"";
  width:14px;
  height:14px;
  background:url(../images/icn_set.png) 0 0 no-repeat;
}
/* icnArw02 */
.icnArw02 {
  position:relative;
  padding:0.2em 0 0.2em 1.5em;
}
.icnArw02:after {
  position:absolute;
  top:0.5em;
  left:0;
  display:block;
  content:"";
  width:8px;
  height:9px;
  background:url(../images/icn_set.png) 0 -15px no-repeat;
}
/*  CONTAINER , CONTENTS , MAIN , SUB
======================================================== */
#wrapper {
  width:100%;
}
#contents {
  max-width: none !important;
  padding:1.35em 10px 0;
  margin:0 auto;
}
/*  HEADER
======================================================== */
#gHead {
  width:100%;
}
#gHeadIn {
  padding:0 10px;
  margin:0.7em auto 0.4em;
}
#gHead #logo {
  float:left;/*width:16.6%;*/
}
#gHead #logo img {
  width:100%;
}
#gHead .headBnr {
  float:right;
  /*width:74.3%;
  padding-top:0.8em;*/
}
#gHead .headBnr img {
  width:100%;
}
#gHeadIn {
  max-width: none !important;
  width: 1000px;
}
/* gNav
............................... */
#gNav {
  width:100%;
  background:#faf5e9;
  text-align:center;
}
#gNavIn {
  max-width:1000px;
  padding:0 10px;
  margin:0 auto;
}
#gNav ul {
  /*width:100%;*/
  display:table;
}
#gNav ul li {
  display:table-cell;
  vertical-align: middle;
}
#gNav ul li a {
  position:relative;
}
#gNav ul li a:after {
  position:absolute;
  top:21%;
  left:0px;
  width:0px;
  height:58%;
  content:"";
  display:block;
  border-right:solid 1px #e4c986;
  border-left:solid 1px #fff;
}
#gNav ul li:first-child a:after {
  display:none;
}
#gNav ul li a img {
  /*width:100%;*/
  height:100%;
}
#gNav ul li img {
  vertical-align: middle;
}
/* subnavi
............................... */
.subnavi{
  width:100%;
  background:#E4A000;
  text-align:center;
  font-size:14px;}
  
.subnaviIn {
  max-width:1000px;
  padding:0 10px;
  margin:0 auto;
}
.subnavi ul {
  /*width:100%;*/
  display:table;
}
.subnavi ul li {
  display:table-cell;
  vertical-align: middle;
  padding:6px 15px;
}
.subnavi ul li a {
  position:relative;
  color:#FFF;
}
.subnavi ul li a:hover {
  color:#FFF !important;
  text-decoration:underline;
}
ul.sns {
	overflow:hidden;
}
ul.sns.mobile {
	width:190px;
	margin:0 auto;
}
ul.sns li {
    float: left;
    list-style: outside none none;
    margin: 4px 5px 0 0;
    padding: 0;
}
ul.sns li a {
	height: 23px;
	width: 23px;
	display:block;
}
ul.sns li a span {
	display: none;
}
ul.sns li.google {
	background: url(/static/common/images/sns.png) no-repeat;
	background-position:0 0
}

ul.sns li.facebook {
	background: url(/static/common/images/sns.png) no-repeat;
	background-position:-29px 0
}
ul.sns li.twitter {
	background: url(/static/common/images/sns.png) no-repeat;
	background-position:-58px 0
}

ul.sns li.hatena {
	background: url(/static/common/images/sns.png) no-repeat;
	background-position:-87px 0
}

ul.sns .balloon {
    background: #19283c none repeat scroll 0 0;
    color: #f6f6f6;
    display: inline-block;
    height: 23px;
    line-height:23px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 0;
	margin-left: 5px;
	font-size:10px;
}
.sns .balloon:after {
    border-color: transparent #19283c transparent transparent;
    border-style: solid;
      border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    left: -5px;
    margin-top: 0;
    position: absolute;
    top: 7px;
    width: 0;
}

div.snsbt {
    text-align: center;
	clear:both;
	padding:30px 0
	
}
div.snsbt a {
	display:inline;
}
div.snsbt img {
    margin-right: 10px;
}
/* gHeadSmp
............................... */
#gHeadSmp {
  width:100%;
}
#gHeadSmp .headBnr {
  width:100%;
}
#gHeadSmp .headBnr img {
  width:100%;
}
#gHeadSmp .smpHead {
  border-top:solid 3px #e4a000;
  padding:0.5em 10px 0.4em;
}
#gHeadSmp .smpHead a {
  display:inline-block;
}
/*  smpHeadNav , smpFootNav
............................... */
.smpNavList {
  border-bottom:solid 1px #ccc;
  background:#faf5e9;
}
.smpNavList li {
  border-bottom:dotted 1px #ccc;
}
.smpNavList li:last-child {
  border:none
}
.smpNavList li a {
  padding:0.9em 1em 0.9em 2.2em;
}
.smpNavList li a:after {
  top:1em;
  left:0.8em;
}
/* smpHeadNav */
#smpHeadNav {
  border-top:solid 1px #ccc;
  position:relative;
}
#smpHeadNav p {
  position:absolute;
  top:-3em;
  right:10px;
  padding:0.5em 1em;
  cursor:pointer;
  color:#fff;
  font-weight:bold;
  border-radius:3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebb100), color-stop(0.00, #fcbe00));
  background: -webkit-linear-gradient(#fcbe00, #ebb100);
  background: -moz-linear-gradient(#fcbe00, #ebb100);
  background: -o-linear-gradient(#fcbe00, #ebb100);
  background: -ms-linear-gradient(#fcbe00, #ebb100);
  background: linear-gradient(#fcbe00, #ebb100);
}
#smpHeadNav p.act {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fcbe00), color-stop(0.00, #ebb100));
  background: -webkit-linear-gradient(#ebb100, #fcbe00);
  background: -moz-linear-gradient(#ebb100, #fcbe00);
  background: -o-linear-gradient(#ebb100, #fcbe00);
  background: -ms-linear-gradient(#ebb100, #fcbe00);
  background: linear-gradient(#ebb100, #fcbe00);
  background: #ebb100;
}
#smpHeadNav .smpNavList {
  position:relative;
}
#smpHeadNav .smpNavList:after {
  position:absolute;
  content:"";
  top:-5px;
  right:2.6em;
  width:10px;
  height:10px;
  background-color:#faf5e9;
  border-style:solid;
  border-width:1px 1px 0 0;
  border-color:#ccc #ccc transparent transparent;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  display:none\9;
}
:root body #smpHeadNav .smpNavList:after {
  display:block;
}
/* smpFootNav */
#smpFootNav {
  border-top:solid 3px #e4a000;
}
/* main
======================================================== */
#main {
  margin-bottom:60px;
}
/* main parts
----------------------------------------------- */
/*  titIcn
............................... */
.titIcn {
  padding:0.5em 0 0 48px;
  margin-bottom:1.5em;
  min-height:48px;
  background:url(../images/icn_titIcn.png) 0 0 no-repeat;
}
.titIcn h2 {
  padding:0 0 0.2em 0.3em;
  border-bottom:solid 3px #e4a000;
  font-weight:bold;
}
.newEntry .titIcn {
  background-position:0 -48px;
}
.themeCate .titIcn {
  background-position:0 -96px;
}
/*  titLine
............................... */
.titLine {
  padding:0.5em 0 0 0;
  margin-bottom:1.5em;
}
.titLine h1 {
  padding:0 0 0.2em 0;
  border-bottom:solid 3px #e4a000;
  font-weight:bold;
  color:#333333;
}
.titLine h2 {
  padding:0 0 0.2em 0;
  border-bottom:solid 3px #e4a000;
  font-weight:bold;
  color:#333333;
}
/*  listDot
............................... */
.titIcn + .listDot {
  margin-top:-0.8em;
}
.listDot li {
  border-bottom:dotted 1px #ccc;
}
.listDot li a {
  padding:0.5em 1em 0.4em 2em;
}
.listDot li a:after {
  top:0.7em;
  left:0.4em;
}
.listDotMore {
  margin-top:1.2em;
  text-align:right;
}
.listDotMore a {
  display:inline-block;
  font-weight:bold;
}
/* page top
----------------------------------------------- */
/*  topNews
............................... */
.topNews {
  padding:0;
  margin-bottom:3.4em;
}
/* topKv --------------- */
.topKv {
  overflow:hidden;
  margin-bottom:2em;
}
.topKv .pickup {
  float:left;
  margin:0.5em 0.5em 0 0;
  height:22px;
}
.topKv h2 {
  margin-bottom:0.3em;
}
#contents .topKv h2 a {
  color:#333333;
}
.topKvImg {
  float:left;
  width:56%;
  margin-right:1.2em;
}
.topKvImg img {
  width:100%;
}
.topKv p {
  display:inline;
  line-height:1.6;
}
.topKv p a {
  padding:2px 0;
  display:inline;
  text-decoration:underline;
  font-weight:bold;
}
/* topNews ul --------------- */
.topNews ul {
  clear:both;
}
.topNews li {
  margin-bottom:0.2em;
}
.topNews li a {
  padding:0.6em 1em 0.6em 2em;
  background:#faf5e9;
  border-radius:3px;
  font-weight:bold;
}
.topNews li a.icnArw01:after {
  top:0.8em;
  left:0.5em;
}
/*  newNews
............................... */
.newNews {
  margin-bottom:2.3em;
}
/*  ecBasic
............................... */
.ecBasic {
  padding:1.2em 0 0.2em;
  margin-bottom:2.2em;
  border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
}
.ecBasic h3 {
  margin-bottom:0.6em;
  padding-left:25px;
  background:url(../images/icn_titIcn.png) 0 -154px no-repeat;
}
.ecBasic ul {
  overflow:hidden;
  margin-right:-5%;
}
.ecBasic li {
  float:left;
  width:33%;
  margin:0 0 1em 0;
}
.ecBasic li a {
  padding-left:56px;
  background:url(../images/icn_ecBasic.png) 0 0 no-repeat;
  font-weight:bold;
  min-height:46px;
}
.ecBasic li.ecBasic01 a {
  background-position:0 0;
}
.ecBasic li.ecBasic02 a {
  background-position:0 -111px;
}
.ecBasic li.ecBasic03 a {
  background-position:0 -222px;
}
.ecBasic li.ecBasic04 a {
  background-position:0 -333px;
}
.ecBasic li.ecBasic05 a {
  background-position:0 -444px;
}
.ecBasic li.ecBasic06 a {
  background-position:0 -554px;
}
/*  newEntry
............................... */
.newEntryBox {
  margin-bottom:2.5em;
}
.titIcn + .newEntryBox {
  margin-top:-0.2em;
}
.newEntryImg {
  display:table-cell;
  vertical-align:top;
}
.newEntryImg img {
  border:solid 1px #ccc;
}
.newEntryTxt {
  display:table-cell;
  padding-left:1.2em;
  vertical-align:middle;
}
.newEntryTxt a {
  display:inline;
}
.newEntryTxt dt {
  margin-bottom:0.5em;
  font-weight:bold;
}
.newEntryTxt dt a {
  text-decoration:underline;
  padding:0.2em 0;
}
.newEntryTxt dd {
  margin-bottom:0.6em;
}
.newEntryTxt .newEntryTag {
  overflow:hidden;
  margin-bottom:-6px;
}
.newEntryTag a {
  display:inline-block;
  padding:0.1em 0.4em;
  margin:0 6px 6px 0;
  border:solid 1px #ccc;
  border-radius:2px;
  text-decoration:underline;
}
.newEntry.backNumber {
  margin-bottom:5em;
}
.newEntry.backNumber .newEntryBox {
  border-bottom:#CCC dotted 1px;
  padding-bottom:1.4em;
  margin-bottom:1.4em;
}

.newList {
    letter-spacing: -0.4em;
    margin: 0 0 0 -20px;
}
.newList li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 20px 20px;
    vertical-align: top;
    width: 200px;
}

.newList {
    list-style: outside none none;
    padding: 0;
}
.newList li {
    padding: 0;
}
.newList li a:hover {
    text-decoration: none;
}
.newList li a p:hover {
    text-decoration: underline;
}
.newList li figure {
    margin-bottom: 10px;
}
.newList li p {
    margin: 0;
	 font-size: 14px;
    line-height: 1.6;
}


.newList li .day {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}
/* newEntryLink --------------- */
.newEntryLink {
  margin-top:1em;
  background:#f7f7f7;
  overflow:hidden;
}
.newEntryLink p {
  display:inline-block;
  position:relative;
  top:-0.2em;
  padding:0.1em 2em 0;
  background:#94c7bb;
  font-weight:bold;
  color:#fff;
}
.newEntryLink p.series {
	  display: inherit;
	  top:inherit;
	  background:none;
	  color:inherit;
	    padding: 0 1.5em 0;
}
.newEntryLink ul {
  padding:0.4em 1.5em 0.6em;
}
.newEntryLink li {
  margin-bottom:0.2em;
}
/*  themeCate
............................... */
.themeCate h3 {
  margin-bottom:0.5em;
  font-weight:bold;
}
.themeCate ul {
  margin-bottom:1.8em;
}
.themeCate li {
  border-bottom:dotted 1px #ccc;
  line-height:1.3;
}
.themeCate li a {
  padding:0.5em 0 0.4em 1.6em;
}
.themeCate li a:after {
  top:0.7em;
  left:0em;
}
/*　detail
............................... */
.articleTitle {
  border-bottom:dotted #CCCCCC 1px;
}
.articleTitle .catPR {
  vertical-align:middle;
  line-height:1.0;
  font-weight:bold;
  margin-bottom:1em;
}
.articleTitle .catPR span {
  margin-right:0.5em;
  float:left;
  display:block;
}
.articleTop h1 {
  color:#333333;
  line-height:1.3;
}
.articleTop h1 a {
  color:#333333;
}
.articleTitle .icoEC {
  background:url(../images/icn_contentsEC.png) 0 3px no-repeat;
  padding-left:1em;
  padding-bottom:0.5em;
  font-weight:normal;
}
.articleTop .lead {
  padding:0.8em 0;
  font-weight: bold;
  line-height:  inherit;
  margin-bottom: 0;
}
.articleTop .newEntryTag {
  margin-bottom:0.8em;
}
.infoArea {
  background:#faf5e9;
  border-top:#e4a000 solid 3px;
  padding:1em 1em 0.8em;
  margin-bottom:1.8em;
  overflow: hidden;
}
div.infoArea:after {
  　content: "";
  　display: block;
  　clear: both;
}
.infoArea a {
  display:inline;
  color:#2f94c7;
}
.infoArea .date {
  float:right;
}
.infoArea .writerName {
  margin-bottom:1.3em;
}
.infoArea .snsArea {
  display:block;
}
.infoArea .snsArea li {
  float:left;
  display:block;
  margin-right:10px;
}
.articleMiddle {
  line-height:1.7em;
}
.articleMiddle p a, .articleMiddle blockquote a, .articleMiddle li a, .newEntryTxt p a {
  display:inline;
  color: #2F94C7;
}
/*
.articleMiddle h1 {
  border-bottom: 3px solid #E4A000;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1.4em;
  padding: 0.5em 0 0.2em;
}
.articleMiddle h2 {
  padding: 0 0 0.2em;
  border-bottom: 2px solid #94c7bb;
  margin-bottom:0.5em;
  font-size: 16px;
}
.articleMiddle h3 {
  background: #F7F7F7;
  padding: 0.5em;
  margin-bottom:0.5em;
}
*/
.articleMiddle h1 {
  border-bottom: 3px solid #E4A000;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1.4em;
  padding: 0.5em 0 0.2em;
}
.articleMiddle h2 {
  border-bottom: 3px solid #E4A000;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1.4em;
  padding: 0.5em 0 0.2em;
}
.articleMiddle h3 {
  padding: 0 0 0.2em;
  border-bottom: 2px solid #94c7bb;
  margin-bottom:0.5em;
  font-size: 16px;
}
.articleMiddle h4 {
  background: #F7F7F7;
  padding: 0.5em;
  margin-bottom:0.5em;
}
.articleMiddle ol, .articleMiddle ul {
  margin-left:2.8em;
  margin-bottom: 1.4em;
}
.articleMiddle ul li {
  list-style: disc;
}
.articleMiddle ol li {
  list-style:decimal;
}
.articleMiddle p {
  margin-bottom:1.4em;
}
.articleMiddle blockquote {
  background:#FAF5E9;
  padding: 1.2em;
  margin-bottom: 1.4em;
}
.articleMiddle blockquote p {
  font-size:100%;
  line-height: 1.7em;
}
.articleMiddle .pull-left {
  margin-right:0.6em;
}
.articleMiddle .pull-right {
  margin-left:0.6em;
}
.articleMiddle .centerimg {
  margin-bottom:0.6em;
  text-align:center;
  clear:both;
}
.articleMiddle .caption {
  text-align:center;
  margin-bottom:1.4em;
  font-size: 12px;
  line-height:1.4em;
}
.articleMiddle .column {
  border: 1px solid #E4A000;
  padding: 1.2em;
  margin-bottom: 1.4em;
}
.articleMiddle .column p:last-child {
  margin-bottom: 0;
}
.articleMiddle .column ul, .articleMiddle .column ol {
  margin-bottom: 0;
}
.articleMiddle .column h2 {
  border-bottom: 2px solid #E4A000;
  font-size: 16px;
  margin-bottom: 0.5em;
  padding: 0 0 0.2em;
}
.articleMiddle .table > thead > tr > td.title, .table > tbody > tr > td.title, .table > tfoot > tr > td.title, .table > thead > tr > th.title, .table > tbody > tr > th.title, .table > tfoot > tr > th.title, .table > thead > tr.title > td, .table > tbody > tr.title > td, .table > tfoot > tr.title > td, .table > thead > tr.title > th, .table > tbody > tr.title > th, .table > tfoot > tr.title > th {
  background-color: #E4A000;
 border: 1px dotted #faf5e9;
   color:#FFF;
}

.articleMiddle .table > tbody > tr > td > a:link, .articleMiddle .table > tbody > tr > td > a:visited {
color: #428bca;
text-decoration: none;
}

.articleMiddle .getty {
  position: relative;
  padding-bottom: 70%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear:both;
}
.articleMiddle .getty iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}
ul.paging {
  display:block;
  overflow:hidden;
  margin:0 auto 3em;
  padding-top:1.5em
}
.paging li {
  display:block;
  float:left;
}
.paging li a {
  display:block;
  width:36px;
  height:36px;
  background:url(../images/bg_paging_middle.png) 0 0 no-repeat;
  text-align:center;
  color:#2f94c7;
  text-decoration:underline;
  font-weight:bold;
  padding-top:6px;
  margin-right:10px;
}
.paging li a:hover {
  background:url(../images/bg_paging_middle_hover.png) 0 0 no-repeat;
}
.paging li.p_before a, .paging li.p_next a {
  width:127px;
  height:36px;
}
.paging li.p_before a {
  background:url(../images/bg_paging_before.png) 0 0 no-repeat;
  margin-right:20px;
  padding-left:10px;
}
.paging li.p_next a {
  background:url(../images/bg_paging_next.png) 0 0 no-repeat;
  margin-right:0;
  padding-right:10px;
}
.paging li.p_before a:hover {
  background:url(../images/bg_paging_before_hover.png) 0 0 no-repeat;
}
.paging li.p_next a:hover {
  background:url(../images/bg_paging_next_hover.png) 0 0 no-repeat;
}
.paging li.active a {
  color:#4f4f4f;
  text-decoration:none;
}
.paging li.active a:hover {
  color:#4f4f4f !important;
}

.nextLink {
    margin-bottom: 15px;
    text-align: center;
}
.nextLink a {
    background: none repeat scroll 0 0 #F2AD00;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 6px;
  font-weight:bold;
}
.nextLink a:hover {
  color: #fff  !important;
  text-decoration:underline;
}

/**/
.articleProfile {
  clear:both;
}
.articleProfile {
  border-top:dotted #CCCCCC 1px;
  border-bottom:dotted #CCCCCC 1px;
  padding:1.2em 0 2em;
  margin-bottom:2.2em;
}
.articleProfile p.title {
  display:inline-block;
  position:relative;
  top:-0.2em;
  padding:0.1em 2em 0;
  background:#94c7bb;
  font-weight:bold;
  color:#fff;
  margin-bottom:1.5em;
}
.articleProfile .articleProfileInner {
  display:block;
  overflow:hidden;
}
.articleProfile .articleProfileImg {
  float:left;
  padding:0 1.3em 0 1em;
}
.articleProfile dl {
  display:block;
  overflow:hidden;
}
.articleProfile dt {
  font-weight:bold;
  margin-bottom:0.2em;
}
.articleProfile dd {
  line-height:1.8;
}
.articleProfile dd p + p {
  margin-top:0.5em;
}
.mainArticle .newEntryLink {
  margin-bottom:2.2em;
}
.copyright {
  font-family: Arial, sans-serif;
  font-size: 10px;
  margin: 0 0 4px;
  padding: 0;
  text-align: right;
}
.articleMiddle .youtube {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.articleMiddle .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* スポンサーサイト
----------------------------------------------- */
.ad {
  margin-bottom: 2.2em;
}
#im3sp {
  padding-bottom:0;
}
.interestmatch {
  margin-bottom:0.4em;
}
.interestmatch .title_sponsor {
  background:transparent url(../images/icn_arwAd.png) no-repeat scroll 2px 0px;
  border:0 solid black;
  font-size:90%;
  font-weight:bold;
  line-height:1.3em;
  margin:0;
  padding:0 0 0 15px;
  text-align:left;
  text-decoration:underline;
}
.interestmatch .url_article {
  color:#0066CC;
  font-size:10px;
  margin-left:0.5em;
  text-decoration:none;
}
.interestmatch .desc_article {
  color:#666666;
  display:block;
  font-size:13px;
  margin-left:15px;
  text-align:left;
  text-decoration:none;
}
/* 記事内インタレストマッチ
............................... */

.interestmatch .title_article {
  background:transparent url(../images/icn_arwAd.png) no-repeat scroll 2px -3px;
  border:0 solid black;
  font-size:90%;
  font-weight:bold;
  line-height:1.3em;
  margin:0;
  padding:0 0 0 15px;
  text-align:left;
  text-decoration:underline;
}
.interestmatch .url_article {
  color:#0066CC;
  font-size:10px;
  margin-left:0.5em;
  text-decoration:none;
}
.interestmatch .desc_article {
  color:#666666;
  display:block;
  font-size:13px;
  margin-left:15px;
  text-align:left;
  text-decoration:none;
}
.interestmatch .oneline_title_article {
  background:transparent url(../images/icn_arwAd.png) no-repeat scroll 2px -3px;
  border:0 solid black;
  font-size:80%;
  line-height:1.3em;
  margin:0;
  padding:0 0 0 15px;
  text-align:left;
  text-decoration:underline;
}
.interestmatch .oneline_desc_article {
  color:#666666;
  font-size:10px;
  margin-left:15px;
  text-align:left;
  text-decoration:none;
}
.overture_ads {
  background-color:#FFFFFF;
  background-image:url(../images/pr2.gif);
  background-position:right bottom;
  background-repeat:no-repeat;
  border:0 solid #CE3031;
  line-height:13px;
  margin:0;
  padding:0;
  text-align:left;
}
.interest_footer {
  color: #666666;
  font-size: 11px;
  text-align: right;
}
/*  SUB
======================================================== */
#sub {
  text-align:right;
}
#subIn {
  display:inline-block;
  max-width:300px;
  text-align:left;
}
/* sub parts
----------------------------------------------- */
.titIcnSub {
  padding:0.3em 0 0 37px;
  margin-bottom:0.8em;
  min-height:34px;
  background:url(../images/icn_titIcn.png) 0 0 no-repeat;
}
.titIcnSub h3 {
  padding:0.2em 0 0.2em 0;
  border-bottom:solid 2px #e4a000;
  font-weight:bold;
}
.subRank .titIcnSub {
  background-position:0 -190px;
}
.subNewEntry .titIcnSub {
  background-position:0 -234px;
}
.subNewNews .titIcnSub {
  background-position:0 -278px;
}
.subPickUp .titIcnSub {
  background-position:0 -317px;
}
/* sub contents
----------------------------------------------- */
/*  subBnr
............................... */
.subBnr {
  margin-bottom:2.0em;
}
.subBnr a {
  display:inline-block;
}
/*  subPickUp
............................... */
.subPickUp ul {
  overflow:hidden;
}
.subPickUp ul li {
  float:left;
  width:100%;
}
.subPickUp .banner {
  float:left;
}
.subPickUp .txt {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}
/*  subAdSp
............................... */
.subAdSp {
  padding:1.2em 1.2em 0.5em;
  margin-bottom:2.8em;
  background:#faf5e9;
  border-radius:2px;
  overflow:hidden;
}
.subAdSp h3 {
  margin-bottom:0.2em;
}
.subAdSp li {
  overflow:hidden;
  padding:0.9em 0;
  line-height:1.3;
  font-weight:bold;
}
.subAdSp li + li {
  border-top:dotted 1px #ccc;
}
.subAdSp li a {
  display:table;
}
.subAdSp li img {
  display:table-cell;
  border:solid 1px #ccc;
  vertical-align:middle;
}
.subAdSp li p {
  display:table-cell;
  vertical-align:middle;
  padding-left:1em;
}
.img_ad {
  display:table-cell;
  border:solid 1px #ccc;
  vertical-align:middle;
  float:left;
}
.subAdSp .block {
  overflow:hidden;
  padding:0.9em 0;
  line-height:1.3;
  font-weight:bold;
  border-top: 1px dotted #CCCCCC;
}
.subAdSp .txt {
  display: table-cell;
  padding-left: 1em;
  vertical-align: middle;
}
/*  subRank
............................... */
.subRank ul {
  margin:-0.4em 0 1.8em;
}
.subRank li {
  border-bottom:dotted 1px #ccc;
  line-height:1.3;
}
.subRank li a {
  position:relative;
  padding:0.9em 0 0.9em 3.3em;
}
.subRank li a:after {
  content:"";
  display:block;
  width:26px;
  height:26px;
  position:absolute;
  top:0.9em;
  left:0.4em;
  background:url(../images/icn_subRank.png) 0 0 no-repeat;
}
.subRank li a:before {
  content:"";
  display:table-cell;
  width:0px;
  height:26px;
  vertical-align:middle;
}
.subRank li.subRank01 a:before, .subRank li.subRank02 a:before, .subRank li.subRank03 a:before {
  height:30px;
}
.subRank li a span {
  display:table-cell;
  vertical-align:middle;
}
.subRank li.subRank01, .subRank li.subRank02, .subRank li.subRank03 {
  font-weight:bold;
}
.subRank li.subRank01 a:after, .subRank li.subRank02 a:after, .subRank li.subRank03 a:after {
  width:40px;
  height:30px;
  top:1em;
  left:0;
}
.subRank li.subRank01 a:after {
  background-position:0 0;
}
.subRank li.subRank02 a:after {
  background-position:0 -30px;
}
.subRank li.subRank03 a:after {
  background-position:0 -60px;
}
.subRank li.subRank04 a:after {
  background-position:0 -90px;
}
.subRank li.subRank05 a:after {
  background-position:0 -116px;
}
.subRank li.subRank06 a:after {
  background-position:0 -142px;
}
.subRank li.subRank07 a:after {
  background-position:0 -168px;
}
.subRank li.subRank08 a:after {
  background-position:0 -194px;
}
.subRank li.subRank09 a:after {
  background-position:0 -220px;
}
.subRank li.subRank10 a:after {
  background-position:0 -246px;
}

.subRank ul.nav-tabs {
    margin: 0 0 0 0;
}

.subRank ul.nav-tabs li a:before {
	height:auto;
}

.subRank ul.nav-tabs li a:after { 
   background:none;
    content: "";
    display: block;
    height: auto;
    left: ;
    position:  inherit;
    top: ;
    width: auto;
}
.subRank ul.nav-tabs li {
	border-bottom:0;
}
.subRank ul.nav-tabs li a {
     padding: 10px 15px;
    position: relative;
}
/*  subNewNews
............................... */
.subNewNews {
  padding-bottom:1em;
}
.subNewNews ul, .subNewEntry ul {
  margin-bottom:1.8em;
}
.subNewNews li, .subNewEntry li {
  border-bottom:dotted 1px #ccc;
  line-height:1.3;
}
.subNewNews li a, .subNewEntry li a {
  padding:0.5em 0 0.4em 2.5em;
}
.subNewNews li a:after, .subNewEntry li a:after {
  top:0.6em;
  left:0.6em;
}
/*  subPickUp
............................... */
.subPickUp {
  margin-bottom:3.2em;
}
.subPickUp h3 {
  font-weight:bold;
  margin-bottom:0.5em;
}
.subPickUp li {
  margin-bottom:0.8em;
}
.subPickUp li a {
  display:table;
}
.subPickUp li img {
  display:table-cell;
}
.subPickUp li p {
  padding-left:0.5em;
  display:table-cell;
  vertical-align:middle;
}
/*  fbLikeBox
............................... */
.fbLikeBox {
  margin-bottom:2.2em;
  padding: 0.5em 0 0.3em;
  border:solid 1px #d8dfea;
  text-align:center;
}
.fb-like-box {
  margin:0 auto;
  height:310px;
}
/*  subLogin
............................... */
.subLogin {
  background:#f6f6f6;
  border-radius:2px;
  margin-bottom:2em;
}
.subLogin h4 {
  padding:0.2em 0 0 1.6em;
  margin-bottom:0.5em;
  font-weight:bold;
  background:url(../images/icn_subLogin.png) 0 0 no-repeat;
}
.subLogin .loginBox h4 {
  background-position:0 0;
}
.subLogin .searchBox h4 {
  background-position:0 -26px;
}
.loginBox {
  padding:1em;
}
.subLogin .loginBox ul {
  max-width:272px;
}
.subLogin .loginBox li {
  float:right;
  list-style:none;
}
.subLogin .loginBox li:first-child {
  float:left;
}
.subLogin .loginBox ul.dropdown-menu {
  max-width:none;
  width:auto;
}
.subLogin .loginBox ul.dropdown-menu li {
  font-size: 14px;
  float:left;
}
.dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-menu li table tr td a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
subLogin img {
  width:auto;
}
.modal-header {
  padding:10px;
}
.modal-header h4.modal-title {
  background: url(/static/common/images/sems.png) no-repeat left center;
  padding-left:75px;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-bottom:0;
}
.modal-ios {
    position: absolute;
    overflow: visible
}
.searchBox {
  padding:1em;
}
.searchBg {
  position:relative;
  padding-right:72px;
  height:28px;
  background:#fff;
  border:solid 1px #ccc;
  -webkit-box-shadow:1px 1px 1px #f0f0f0 inset;
  -moz-box-shadow:1px 1px 1px #f0f0f0 inset;
  box-shadow:1px 1px 1px #f0f0f0 inset;
  border-radius:3px;
}
.searchBg input[type="text"] {
  background:none;
  border:none;
  height:28px;
  padding:0 8px;
  -webkit-appearance: none;
  width:200px
}
.searchBg input[type="submit"] {
  position:absolute;
  top:-1px;
  right:-1px;
  width:72px;
  height:28px;
  border:none;
  text-indent:999px;
  border-radius:0;
  background:url(../images/btn_search_off.png) 0 0 no-repeat;
  -webkit-appearance: none;
}
.searchBg input[type="submit"]:hover {
  background:url(../images/btn_search_on.png) 0 0 no-repeat;
}
.searchBox p#srchLogo {
  font-size:10px;
  float:right;
  padding-top:5px;
}

/*  BTN
======================================================== */
.btn:active, .btn.active {
  background-color: #428BCA;
  border-color: #428BCA;
  color: #FFFFFF;
  cursor: default;
  box-shadow:none;
}
a.btn-primary, a.btn-success, a.btn-info, a.btn-warning, a.btn-danger {
  color:#fff;
}
/*  FOOTER
======================================================== */
/*  gFootLv1
............................... */
#gFootLv1 {
  width:100%;
  background:#faf5e9;
}
#gFootInLv1 {
  max-width:1000px;
  padding:1em 0 1.2em;
  margin:0 auto;
  overflow:hidden;
}
#gFootLv1 dl {
  float:left;
  width:80%;
}
#gFootLv1 dt {
  margin-bottom:0.5em;
  font-weight:bold;
}
#gFootLv1 p {
  float:right;
  margin:1.8em 2em 0 0;
}
/*  gFootLv2
............................... */
#gFootLv2 {
  width:100%;
  background:#f7ba00 url(../images/bg_footer.png) 0 0 repeat-x;
}
#gFootInLv2 {
  max-width:1000px;
  padding:1.5em 0;
  margin:0 auto;
  overflow:hidden;
}
#gFootLv2 p {
  float:left;
}
#gFootLv2 ul {
  clear:both;
  padding-top:12px;
}
#gFootLv2 li {
  float:left;
  margin-right:1em;
}
#gFootLv2 li:last-child {
  margin-right:0;
}
#gFootLv2 li a {
  display:inline-block;
  margin-right:1em;
  color:#333;
}
#wrapper #gFootLv2 li a:hover {
  color:#fff !important;
}
/*  gFootSmpLv1,Lv2
............................... */
#gFootSmpLv1 {
  padding:1.5em 10px;
  background:#faf5e9;
}
#gFootSmpLv1 dt {
  margin-bottom:0.5em;
  font-weight:bold;
}
#gFootSmpLv1 p {
  text-align:right;
}
#gFootSmpLv1 p a {
  display:inline-block;
}
/**/
#gFootSmpLv2 {
  background:#f7ba00 url(../images/bg_footer.png) 0 0 repeat-x;
}
#gFootSmpLv2 nav {
  padding:1.5em 10px 0.8em;
  text-align:center;
}
#gFootSmpLv2 nav a {
  margin:0 0.5em 0.3em;
  display:inline-block;
}
.hidden-xs #select_viewmode_pc {
  float:none;
  text-align:center;
  padding-top: 1em;
}
.hidden-xs #select_viewmode_smp {
  float:none;
  text-align:center;
  padding-top: 1em;
}
.visible-xs #select_viewmode_pc {
  float:none;
  text-align:center;
  padding-top: 1em;
}
.visible-xs #select_viewmode_smp {
  float:none;
  text-align:center;
  padding-top: 1em;
}
/*  gFootSmpCopy
............................... */
.gFootSmpCopy {
  padding:1em 10px;
  border-top:solid 1px #dea700;
  background-color:#FAF5E9;
  text-align:center;
}
.gFootSmpCopy .gFootSmpLogo {
  float:left;
  padding-top:0.2em;
}
.gFootSmpCopy .gFootSmpLogo img {
  width:40px;
}
.gFootSmpTxt {
}
#select_viewmode {
  float:right;
}
#select_viewmode_pc {
  float:right;
}
#select_viewmode_smp {
  float:right;
}
.gFootSmpCopy a {
	display:inline;}
/* pageTop
----------------------------------------------- */
#pageTop {
  position:fixed;
  bottom:25px;
  right:25px;
  width:50px;
  height:50px;
  cursor:pointer;
  background:url(../images/btn_pagetop.png) 0 0 no-repeat;
}
#pageTop:hover {
  background-position:0 -50px;
}
/* カルーセル
----------------------------------------------- */
.carousel-control.left {
  background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.carousel-control.right {
  background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  font-size:30px;
}
.carousel-control {
  width: 5%;
 position:
}
a.carousel-control {
  color:#333;
  outline: none;
}
.carousel {
  margin-bottom: 2em;
  padding:0 8%;
  background: url(/static/common/images/pickup.png) no-repeat right top;
}
.carousel-indicators {
  bottom:0;
}
.carousel-indicators .active {
  background-color:#64AFD5;
  border: 1px solid #64AFD5;
}
.carousel-indicators li {
  border: 1px solid #AAAAAA;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.carousel-inner {
}
/* アーティクルリンク
----------------------------------------------- */

.ad_info_list_title {
  background: url(/static/common/images/icon_pr.gif) no-repeat 0 3px;
  font-size: 80%;
  font-weight: bold;
  margin: 0 0 4px;
  padding: 0 0 0 21px;
}
.ad_info_list_text {
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 4px;
}
/* ニュース一覧
----------------------------------------------- */
ul.news.listDot {
  margin-bottom: 0.9em;
}
.news.listDot li {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom:0.5em;
}
.news.listDot li a {
  padding: 0.5em 0 0.4em 0;
}
.news.listDot li a:after {
  left: 0.4em;
  top: 0.7em;
}
/* ページング
----------------------------------------------- */
.pagination {
  margin: 5px 0 10px;
}
.pagination > li > a, .pagination > li > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EBE6CC), color-stop(0.00, #FCF6DB));
  background: -webkit-linear-gradient(#FCF6DB, #EBE6CC);
  background: -moz-linear-gradient(#FCF6DB, #EBE6CC);
  background: -o-linear-gradient(#FCF6DB, #EBE6CC);
  background: -ms-linear-gradient(#FCF6DB, #EBE6CC);
  background: linear-gradient(#FCF6DB, #EBE6CC);
  border-color:#BD8400;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #EBE6CC), color-stop(1.00, #FCF6DB));
  background: -webkit-linear-gradient(#EBE6CC, #FCF6DB);
  background: -moz-linear-gradient(#EBE6CC, #FCF6DB);
  background: -o-linear-gradient(#EBE6CC, #FCF6DB);
  background: -ms-linear-gradient(#EBE6CC, #FCF6DB);
  background: linear-gradient(#EBE6CC, #FCF6DB);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #4F4F4F;
  background:#D7CD97;
  border-color:#BD8400;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EBE6CC), color-stop(0.00, #FCF6DB));
  background: -webkit-linear-gradient(#FCF6DB, #EBE6CC);
  background: -moz-linear-gradient(#FCF6DB, #EBE6CC);
  background: -o-linear-gradient(#FCF6DB, #EBE6CC);
  background: -ms-linear-gradient(#FCF6DB, #EBE6CC);
  background: linear-gradient(#FCF6DB, #EBE6CC);
  border-color:#BD8400;
}
/* 目次
----------------------------------------------- */
.contents {
	font-size:12px;
}
.contents h3 {
	background-color:#FAF5E9;
	 border-bottom: none;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding: 5px;
}

/* ラベル
----------------------------------------------- */
.label-new {
  background-color: #D9534F;
  padding: 0 0.4em;
}
h3.popover-title {
  padding: 8px 14px;
  border-bottom:none;
  font-size: 14px;
}
.popover-content {
  font-size: 14px;
}
.btn-group.index {
  margin-bottom:10px;
}
/* メールバックナンバー
----------------------------------------------- */
#calendar {
  margin-bottom: 2.3em;
  margin-right:3px;
}
#calendar table {
  width: 100%;
  margin-right:3px;
}
#calendar span, #calendar table, #calendar tbody, #calendar thead, #calendar tr, #calendar th, #calendar td {
  vertical-align:middle;
}
#calendar a {
  vertical-align:middle;
}
.calendar_title {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.calendarhead {
  border-top: 1px solid #E3E3E3;
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
th.calendarday {
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  color: #9E9E9E;
  font-size: 10px;
  letter-spacing: 0;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
}
td.calendarday {
  border-left: 1px dotted #D5D5D5;
  text-align: center;
  padding: 3px 1px;
}
td.calendarday.sunday {
  background-color:#FFF0EE
}
td.calendarday.saturday {
  background-color:#F0F3FC
}
.calendarday a {
  display:block;
  color: #c09853 !important;
}
.calendarday a:hover {
  background-color: #1BA1E2;
  color: #FFFFFF !important;
}
.today {
  background-color: #fcf8e3;
  font-weight: bold;
}
table#ml {
  font-size: 90%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.3em;
}
table#ml th {
  background-color: #EFEFEF;
  border-bottom: 1px dotted #E6E6E6;
  font-weight: bold;
  padding: 5px;
}
table#ml td {
  border-bottom: 1px dotted #E6E6E6;
  padding: 6px;
}
.ml_contents {
  background: none repeat scroll 0 0 #F7F7F7;
  font-family: 'ＭＳ ゴシック', sans-serif;
  font-size: 90%;
  line-height: 160%;
  padding: 10px;
}

.title {
   margin-bottom: 1.5em;
}
.search p {
	line-height: 1.7em;
	  margin-bottom: 1.4em;
}
dl.search {
    position: relative;
	margin:15px 0;
}
dl.search dt {
    background-color: #fff;
    border: 1px solid #aaa;
    margin-right: 105px;
    padding: 8px;
}
dl.search dt input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 24px;
    line-height: 24px;
    width: 100%;
}
dl.search dd {
    position: absolute;
    right: 0;
    top: 0;
}
dl.search dd button {
    background-color: #E4A000;
    border: 1px solid #E4A000;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: 100px;
}
dl.search dd button:hover {
	background-color: #AE7A00;
}
dl.search dt input[type="text"]:focus {
    outline: medium none;
}

/* ナビゲーションドロップダウン
-----------------------------------------------
.dropdown-menu > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 15px;
    white-space: nowrap;
	text-align:left
}
.dropdown-menu > a:hover , .dropdown-menu > a:focus {
	    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

#wrapper #gNav #gNavIn ul .dropdown .dropdown-menu a:after {
	    border-left: none;
    border-right: none
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown-menu {
 top: 90%;
    margin: 0;
} */
/* =======================================================

  MEDIA QUERY

======================================================== */

@media screen and (min-width: 980px) {
    /* ナビゲーションドロップダウン
-----------------------------------------------*/
.dropdown-menu > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 15px;
    white-space: nowrap;
	text-align:left
}
.dropdown-menu > a:hover , .dropdown-menu > a:focus {
	    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

#wrapper #gNav #gNavIn ul .dropdown .dropdown-menu a:after {
	    border-left: none;
    border-right: none
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown-menu {
 top: 90%;
    margin: 0;
} 
}

@media screen and (max-width: 980px) {
#contents, #gHeadIn, #gNavIn {
  padding:0 30px;
}
#gFootInLv1, #gFootInLv2 {
  padding-left:30px;
  padding-right:30px;
}
#subIn {
  display:block;
  max-width:none;
}
.subBnr {
  width:300px;
  margin: 0 auto 2em;}
.subPickUp ul li {
  width:48%;
}
.subPickUp ul li:nth-child(odd) {
  clear:both;
  float:left;
}
.subPickUp ul li:nth-child(even) {
  float:right;
}

#gHead {
    width: 100%;
}
#gHeadIn {
  overflow: hidden;
    width: auto;

  }
#gHead #logo {
  width:16.6%;
}
#gHead .headBnr {
  width: 74.3%;
  float: left;
  transform: scale(0.7);
}

.dropdown:hover > .dropdown-menu{
  display: compact;
}

}
@media screen and (min-width: 640px) and (max-width: 980px) {
.subAdSp {
  overflow:hidden;
}
.subAdSp li {
  width:48%;
  float:left;
}
.subAdSp li:nth-child(even) {
  float:right;
}
.subAdSp ul li:nth-child(2) {
  border-top:none;
}
.subAdSp li:nth-child(3+n) {
  border-top:solid 1px #ccc;
}
#gNavSmp li {
  padding:0 30px;
}
#gNav ul li a img {
  width:100%;
}
.subnaviIn {    padding: 0 30px;}
.subnavi ul li {
   padding: 6px 10px;
}
ul.sns li {
    padding: 0;
}

#contents {
    margin: 0 auto;
    padding: 1.35em 10px 0;
    width: auto;
}
.navbar-nav {
    margin: 0;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
       background-color: #eeeeee;
  }

#wrapper #gHeadSmp #smpHeadNav .smpNavList.nav.navbar-nav .dropdown .dropdown-menu {
	 padding: 0;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding:10px 25px;
}.dropdown-menu > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 8px 15px;
    white-space: nowrap;
	text-align:left
}
.dropdown-menu > a:hover , .dropdown-menu > a:focus {
	    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

#wrapper #gNav #gNavIn ul .dropdown .dropdown-menu a:after {
	    border-left: none;
    border-right: none
}
.dropdown:hover > .dropdown-menu{
  display: compact;
}


.dropdown-menu {
 top: 90%;
    margin: 0;
}

/*  新着記事
............................... */

.newList li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0 20px 3.3%;
    vertical-align: top;
    width: 30%;
}
.newList li img {
    height: auto;
    width: 100%;
}
}
 @media screen and (max-width: 640px) {
#contents, #gHeadIn, #gNavIn {
  padding:0 10px;
}
#gFootInLv1, #gFootInLv2 {
  padding-left:10px;
  padding-right:10px;
}
body {
  font-size:14px;
}
.font10 {
  font-size:10px;
}
.font11 {
  font-size:10px;
}
.font12 {
  font-size:12px;
}
.font14 {
  font-size:14px;
}
.font15 {
  font-size:14px;
}
.font16 {
  font-size:16px;
}
.font17 {
  font-size:16px;
}
.font18 {
  font-size:18px;
}
.font22 {
  font-size:18px;
}
.font28 {
  font-size:22px;
}

/*  topNews
............................... */
.topNews {
  margin-bottom:2.5em;
}
.topKv .pickup {
  margin-top:0;
}
.topKv h2 {
  line-height:1.3;
}
.topKvImg {
  float:none;
  width:100%;
  margin-right:0;
  margin-bottom:1em;
}
.topKv p {
  display:block;
}
.titIcn + .newEntryBox {
  margin-top:-0.7em;
}
.newEntryBox {
  margin-top:-0.5em;
}
.newEntryImg {
  margin-top:0.5em;
}
.newEntryTxt {
  vertical-align:top;
}
.subPickUp ul li {
  width:100%;
}
.ecBasic ul {
  margin-right:0;
}
.ecBasic li {
  width:50%;
}
.newEntryImg {
  display:block;
  float:left;
  width:30%;
  padding:0 1em 1em 0
}
.newEntryImg img {
  width:100%;
}
/*.newEntryImg img , .articleMiddle img {
  width:100%;
}*/
.newEntryTxt {
  display:block;
  padding:0;
}
.newEntryTxt dd {
  clear:both;
}
.infoArea .date {
  clear:both;
  float:left;
}
ul.paging {
  display:block;
  overflow:hidden;
  margin-top:0 auto 3em;
  padding-top:1.5em
}
ul.paging li a, ul.paging li a:hover {
  width:24px;
  height:24px;
  padding-top:1px;
  margin-right:7px;
  background-size:24px 24px;
  font-size:0.8em;
}
.paging li.p_before a, .paging li.p_next a, .paging li.p_before:hover a, .paging li.p_next:hover a {
  width:81px;
  height:24px;
  background-size:81px 24px;
}
.paging li.p_before a {
  margin-right:10px;
  padding-left:5px;
}
.paging li.p_next a {
  margin-right:0;
  padding-right:5px;
}
.articleMiddle .getty {
  position: relative;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear:both;
}
.navbar-nav {
    margin: 0;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
       background-color: #eeeeee;
  }

#wrapper #gHeadSmp #smpHeadNav .smpNavList.nav.navbar-nav .dropdown .dropdown-menu {
	 padding: 0;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding:10px 25px;
}
/*  新着記事
............................... */
.newList {
	margin:0;
}
.newList li {
    display: inherit;
    margin: 0 ;
    vertical-align: top;
    width: auto;
}
.newList li p {
    overflow: hidden;
}
.newList li figure {
    float: left;
    margin-right: 10px;
}
.newList li img {
    height: 75px;
    width: 100px;
}
.newList li a {
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
    padding: 10px;
}

div.snsbt {
	padding:15px 0
	
}

}
@media(max-width:320px) {
.articleMiddle img {
  width:100%;
}
.subLogin img {
  width:auto;
}
.articleMiddle .pull-right {
  float:none !important;
  margin-left: 0;
}
.articleMiddle .pull-left {
  float:none !important;
  margin-right: 0;
}
}
 @media(max-width:400px) {
.articleMiddle img {
  width:100%;
}
.subLogin img {
  width:auto;
}
.articleMiddle .pull-right {
  float:none !important;
  margin-left: 0;
}
.articleMiddle .pull-left {
  float:none !important;
  margin-right: 0;
}
.popover {
  display:none;
  border:none;
}
.popover > .arrow:after {
  display:none;
}
.popover-title {
  display:none;
}
.popover-content {
  display:none;
}
.popover > .arrow, .popover > .arrow:after {
  display:none;
}
.popover.left .arrow {
  display:none;
}
.subLogin .loginBox ul {
  margin-left: 0;
}
.loginBox {
  padding:5px;
}
.btn_print {
  display:none;
}
.gFootSmpCopy {
	text-align:center;
	background-color:#FAF5E9;

}
 @media(max-width:768px) {
#gHeadIn {
  overflow:hidden;
  width:auto;
}
#contents {
  width:auto;
  padding:1.35em 10px 0;
  margin:0 auto;
}
}
