@charset 'utf-8';
/*------------------------------------------------

CSSリセット

------------------------------------------------*/
*
{
  padding: 0px;
  margin: 0px;
}
body,table
{
  color: #fff;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  line-break: strict;
  word-break: break-all;
  text-align: justify;
  text-justify: distribute;
}
body
{
  background: url(../img/bg.jpg) no-repeat top center fixed #008C39;
}

html {
  overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
/*imgのborderは個別に指定*/
abbr, acronym, fieldset {
  border: 0
}

table
{
  border: none;
  border-collapse: collapse;
}
td
{
  border: none;
  vertical-align: top;
}
a:link
{
  text-decoration: none;
  color: #F9C;
}
a:visited
{
  text-decoration: none;
  color: #F9C;
}
a:hover
{
  text-decoration: underline;
  color: #fc0;
}
img
{
  border: none;
}


/*---------------------------

 背景画像設定

----------------------------- */
body {
  width: 100%;
  /*background:url(./../img/) no-repeat top center #000;*/
  text-align:center;
}


/*imgのボーダー個別制御*/
#top img, #oneCol img, #category img, #twoColumnSolid img, #twoColumnWide img, #oneCol img {
  border: none;
}
/* */

#container {
  margin:0 auto;
  width: 990px;
  height: 100%;
  text-align:center;
  background:#fff;
}


/*---------------------------

 パンくず

----------------------------- */


#topicPath {
  margin-bottom: 0 10px;
}
/*#topicPath:first-child {
  background: url("../img/main_bg.jpg") repeat-y scroll 0 0 transparent;
  padding: 0 30px 5px;
}*/
#mainContents #centerColumn .contentsMatome_foot + #topicPath {
  padding: 5px 10px;
}
#topicPath ul li{
  display: inline;
  padding-right: 5px;
}
#topicPath ul li span {
  padding-left: 5px;
}
#topicPath ul li.current{
  background: none;

}


/*---------------------------

 3カラムTOP

----------------------------- */


#mainContents {
  width: 685px;
  margin: 0;
  text-align:left;
  /*float:left;*/
  color: #FFF;
}

#centerColumn {
  float:right;
  width: 460px;
  margin-right: 10px;
  margin-bottom: 20px;
}
#rightColumn {
  margin: 10px 0 10px 0;
  float: right;
  text-align: left;
  height: auto;
  width: 300px;
  background-color: #FFF;
}
#leftColumn {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  width: 200px;
}

/*---------自由HTMLエリア---------*/

.freeArea {
  margin: 0 5px 5px 5px;
  background: #D1FCF7;
  text-align: left;
  width: 680px;
  height: 150px;
}
.freeArea .inner, .freeArea.center .inner {
  padding: 10px;
}
.freeArea.center {
  margin:0 0 10px 5px;
  width: 670px;
  background:#D1FCF7;
}

/*---------------------------

 ２カラムTOP

----------------------------- */

#contents #mainContents {
  width: 990px;
  padding: 0;
  margin: 0;
  left: 50%;
  position: relative;
  background-color: transparent;
}
body.twoCol .freeArea {
  width: 980px;
}
body.twoCol .freeArea .inner, body.twoCol .freeArea.center .inner {
  padding: 10px;
}
body.twoCol .freeArea.center {
  margin:0 0 10px 5px;
  width: 980px;
  background:#D1FCF7;
}
body.twoCol #centerColumn {
  float:right;
  width: 770px;
  margin-right: 5px;
}
body.twoCol #leftColumn {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
  width: 200px;
}


/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/

.centerBox01 {
  padding: 10px;
  line-height: 1.6;
  font-size: 110%;
}
.centerBox01.round {
  padding: 10px;
  line-height: 1.6;
  font-size: 110%;
  background:#FFF;
  border: 1px solid #FFF;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
  margin-bottom: 5px;
}

/*---------テキストボックス、画像など---------*/

/*記事中央写真ブロック[table]*/
/* [上][右][下][左] */

.image_block_single {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.image_block_single td {
  margin:0px 0px 0px -10px;
  padding:0px 2px 0px 2px;
  opacity: 1;
}

.image_block {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
.image_block td {
  text-align:center;
  margin:0px 0px 10px -10px;
  padding:0px 1px 0px 1px;
  opacity: 1;
}


.textBox01 {
  margin: 40px 0;
  padding: 10px 0;
  line-height: 1.6;
  font-size: 120%;
}
.textBox01 p {
  margin-bottom: 5px;
}
.imgBox01 {
  margin: 0px 0;
  font-size: 90%;
  text-align: center;
}
.imgBox02 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align: center;
  margin-bottom: 5px;
}
.imgBox02 img {
  /* [上][右][下][左] */
  margin:0px -1px 0px -1px;
  padding:0px 0px 0px 0px;
}

.imgBox03 {
  margin: 20px 0;
}
.imgBox03 img {
  margin-right:10px;
  margin-bottom: 5px;
}

.imgCaption {
  margin: 10px 0;
}




/*---------テーブル---------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
th, td {
  padding: 5px 10px;
  color: #1D5C79;
}
.table01 {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #DDD;
}
.table01 th {
  background: #ddd;
  border: 1px solid #ccc;
  color: #333;
}
.table01 td {
  border: 1px solid #DDD;
  color: #333;
}
/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/

/*---------見出し　テキストを隠す場合---------*/
.hideText {
  text-indent: -9999px
}
/*---------見出し四角---------*/
.centerHeader {
  padding: 5px;
  height: 20px;
  color: #FFF;
  font-size: 120%;
  background:url(./../img/blue_splite.png) no-repeat 0 0;
}
/*---------見出し角丸---------*/
.centerHeader.round {
  padding: 5px;
  height: 20px;
  color: #FFF;
  font-size: 120%;
  border: 1px solid #48b3dc;
  background:url(./../img/blue_splite.png) no-repeat 0 0;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
}


/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/

.pageHeader01 {
  margin-bottom: 10px;
  padding: 5px 0;
  min-height: 20px;
  font-size: 150%;
}
/*.articleHeader2 {
  margin-bottom: 10px;
  padding: 2px 0 2px 8px;
  font-size: 110%;
  background: #FFF;
  border-left: 5px solid #CCC;
  border-bottom: none;
}*/
.pageLead {
  margin-bottom: 10px;
  padding: 2px 0 2px 8px;
  font-size: 80%;
  border-bottom: none;
}
#centerColumn .list01 li {
  margin: 0px 0;
  padding: 5px 0 5px 10px;
  background:url(./../img/blue_splite.png) no-repeat 0 -35px;
}
/*ダガー*/

.dager01 {
  margin: 0 0 0 5px;
  font-size: xx-small;
  vertical-align: super;
  cursor: pointer;
}
/*---------ソーシャルブックマーク---------*/

.bookmark3col,
.bookmark2col{
  height:20px;
  margin-bottom: 15px;
}


.bookmark3col .date,
.bookmark2col .date{
  color: #999;
}


ul.bookmark3col{
  position: absolute;
  left: 20px;
  top:0;
}

.drop_down_menu li {
  float: left;
  line-height: 1.7;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.drop_down_menu li.googlePlusBtn {
  width: 65px;
  overflow: hidden;
}

.bookmarkBottom {
  height:20px;
  margin: 10px 0;
}

.bookmarkBottom02 {
  margin-bottom: 20px;
}

.bookmark2col {
  position: relative;
  text-align: left;
}

.bookmark2col .drop_down_menu {
  height: 20px;
  position:absolute;
  right: 0;
  top: 0;
}


/*---------個別URL---------*/

.singleUrl {
  margin: 10px 0;
  padding: 3px 0 3px 5px;
  border: 1px solid #CCC;
  background:#F3F3F3;
}


/*---------更新情報リスト---------*/
.newlist01 {
}
.newlist01 .date {
  margin: 0 0 0 10px;
  padding:0;
  font-size: 90%;
  color:#999;
}
.newlist01 li {
  padding: 5px 0 5px 10px;
  border-bottom: dotted 1px #ccc;
}

.newlist01 li:last-child {
  border: none;
}

/*-------------------------------------------------
左カラム 
-------------------------------------------------*/

/*---------デフォルト---------*/
.leftBox01 {
  font-size: 110%;
}
.leftBox01 .inner {
  background-color: transparent;
  padding: 10px;
  width: 200px;
}
#leftColumn .leftHeader01.round {
  padding: 5px;
  color: #FFF;
  font-size: 110%;
  border: 1px solid #48b3dc;
  background:#48b3dc;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
}
#leftColumn .list02 li ul.detail li {
  border: none;
}
#leftColumn .list03 li {
  margin: 3px 0 3px 5px;
  padding: 5px 0 5px 20px;
  background:url(./../img/blue_splite.png) no-repeat 0 -107px;
  border-bottom: 1px dotted #ccc;
}
#leftColumn .list03 li ul.detail li {
  /* [上][右][下][左] */
  margin: -1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background:url() no-repeat 0 -200px;
  border: none;
}
#leftColumn span.matome_categoryNot{
  margin-left: 33px;
}

.freeleftBox01 {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
  font-size: 110%;
  background:#FFF;
  height: 300px;
}
.freeleftBox01 .inner {
  padding: 5px;
}
.freeleftBox02 {
  margin-bottom: 10px;
  font-size: 110%;
  background:#FFF;
  height: 300px;
}
.freeleftBox02 .inner {
  padding: 5px;
}

.htmlFreeB {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;  /* Firefox用 */
  font-size: 110%;
  background:#FFF;
  height: 300px;
}
.htmlFreeB .inner {
  padding: 5px;
}


/*-------------------------------------------------
右カラム 
-------------------------------------------------*/

#blogList h4 {
  background: url("http://www.famitsu.com/common/img/common_sprite.gif") no-repeat scroll 0 -176px transparent;
  min-height: 26px;
  padding: 7px 0 5px 7px;
}

.sideBox {
  background-color: #FFF;
}

#container:after {
  content: " ";
  display: block;
  clear: both;
}

/*-------------------------------------------------

画像単体ページ

-------------------------------------------------*/

.singleImgbox {
  margin-bottom: 20px;
  text-align: center;
}
.singleImgbox02 {
  padding: 10px;
}
/*シングルページタイトル部分*/

.singleimgHeader01 {
  margin-bottom: 10px;
  padding: 5px;
  min-height: 20px;
  font-size: 150%;
  background: #FFF;
  border-bottom: 1px dotted #ccc;
}
.singleimgHeader01.middle {
  padding: 2px 0 2px 8px;
  font-size: 110%;
  background: #FFF;
  border-left: 5px solid #CCC;
  border-bottom: none;
}


/* ニュースリスト記事 */


.itemBox {
  height:auto;
  max-height:5em;
  margin: 0 0 0;
  padding:5px 0 5px;
  border-bottom: #CCC 1px dashed;
  overflow:hidden;
}
.bottom {
  border: none;
}
.textArea {
  margin:0 0 10px 70px;
  line-height:1.4;
}
* html .itemBox .textArea {
  height: auto;
}
#newsList .itemBox .textArea .newsTitle {
  /*  padding-bottom: 5px;*/
/*  height:1em; */
  font-weight: bold;
  font-size: 115%;/*  overflow:hidden; */
}
#newsList .itemBox {
  padding-bottom:0;
  min-height: 5.5em;
  max-height:none;
  border-bottom: 1px dotted #ccc;
}
#newsList .itemBox .icons {
  margin: -1px 0 0 5px;
  padding: 0;
  float: left;
}
#newsList .newsImg {
  margin: 0 5px 0 0;
  float: left;
  border: 1px solid #CCC;
  width:60px;
}
#newsList p.newsHead {
  /*  max-height: 3em !important; */
  max-height:none;
  overflow:auto;
}
.timeStamp {
  color: #008000;
}
div.topNewsImgBox {
  float: left;
  width: 50px;
}
img.topNewsImg {
  width: 100%;
}
.newsImg {
  float: left;
  border: 1px solid #CCC;
}
.itemBox .textArea .newsHead {
  max-height:1.4em;
  height:auto;
  font-size: 100%;
  color:#505050;
  line-height:1.4;
  overflow:hidden;
}
.itemBox .textArea .categoryIcon {
  max-height:1em;
  height:1em;
  margin:3px 0;
  padding:0;
  overflow:hidden;
}
.itemBox .textArea .categoryIcon .gennre {
  margin:0 6px 0 0;
  padding:2px;
  float:left;
  background-color:#d8d8d8;
  line-height:1;
  font-size:66%;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/

.footerArea {
  margin:0 0 10px 5px;
  width: 670px;
  float:left;
  border:1px solid #ccc;
  font-size: 120%;
}
.footerList {
  margin-bottom: 10px;
}
.footerList li {
  margin: 3px 5px 3px 5px;
  padding: 5px 0 5px 20px;
  background:url(./../img/blue_splite.png) no-repeat 0 -107px;
  width: 45%;
  float: left;
}
.footerList li ul.detail li {
  margin: 0;
  padding: 2px 0 2px 10px;
  background:url(./../img/blue_splite.png) no-repeat 0 -40px;
  border: none;
  clear: both;
  width: 99%;
  font-size: 80%;
}
.footerArea.full {
  margin:0 0 10px 5px;
  width: 978px;
  float:left;
  border:1px solid #ccc;
  background:#FFF;
}
.footerHeader {
  padding: 5px 0 5px 10px;
  background: #E1E1E1;
}
.footerArea .inner {
  padding: 10px;
}

/*************** 公式フッター ***************/

/* 著作権表記（－0－） */
#undernavi {
  width:990px;
  margin:0 auto;
  padding:10px 0;
  background-color:#fff
}
#footer {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0 8px 0;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #0099cc;
  color: #333;
}

#footer a:link {
  color: #0033CC;
  text-decoration: none;
}
#footer a:visited {
  color: #663399;
  text-decoration: none;
}
#footer a:hover {
  color: #D04000;
  text-decoration: underline;
}
#footer a:active {
  color: #0033CC;
}

/* clear fix */
#container:after, #globalNav:after, #mainContents:after, #rightColumn:after, #footer:after, .footerList:after .textBox01:after{
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0;
  line-height:0;
  clear: both;
}
 #container #globalNav:, #mainContents, #rightColumn, #footer, .footerList {
/*  display:inline-block;
  display:block; */
  zoom:1;
}

.clearfix:after {
 content: "";
 display: block;
 clear: both;
}
.articleUrl input {
  background-color: #F0F0F0;
  border: 1px solid #EEEEEE;
  margin: 4px 0 10px;
  padding: 2px 2px 2px 5px;
  width: 99%;
}
 @media print {
#container {
  display: block;
}
}

/*---------------------------

ヘッダー調整

----------------------------- */

#mainBody #contents {
  margin:0 auto;
  padding:0px 0px 10px 0px;
  width: 100%;
  height: 100%;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

/*---------テーブル---------*/

.textBox01 table {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px #999999 solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.textBox01 table a {
  pointer-events:none;
  cursor:default;
  text-decoration:none;
  color:#333333;
}

.textBox01 table th,
.textBox01 table td {
  border: 1px #999999 solid;
  padding: 2px 5px;
  background-color: #F0F8FF;
}

.textBox01 table.tableMovle {
  background-color: transparent;
  border: none;
}

.textBox01 table.tableMovle td {
  background-color: transparent;
  border: none;
  padding: 0;
}

/*---------テーブルデフォルト---------*/

table.tableImg {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 5px !important;
  background-color: transparent;
}
table.tableImg th, table.tableImg td {
  padding: 5px 10px;
  color: #1D5C79;
  border: none;
  vertical-align: top;
  background-color: transparent;
}

.image_cap {
  color: lightseagreen !important;
  font-size: 90% !important;
}

.table01 {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #DDD;
}
.table01 th {
  background: #ddd;
  border: 1px solid #ccc;
  color: #333;
}
.table01 td {
  border: 1px solid #DDD;
  color: #333;
}

/*---------------------------

個別設定

---------------------------*/

/*---------------------------

ヘッダー・SNS表示

----------------------------- */

#global-header {
  display: none;
}

#header {
  display: none;
}

.bookmark3col {
  display: none;
}

#pre-com-global-navi {
  display: none;
}


h3.leftHeader01 {
  display: none;
}

/*エリア指定*/

#ffeat-header-wrapper
{
  width: 100%;
  height: 280px;
  background: url(../img/header_bg.jpg) repeat-x;
  margin-bottom: 20px;
}

#contents
{
  width: 990px;
  margin: 0px auto;
  padding: 0;

  background-color: transparent;
}
#ffeat-header
{
  width: 990px;
  height: 280px;
  position: relative;
  background: url(../img/header.jpg) no-repeat;
  margin: 0px auto;
}
#ffeat-header .social
{
  position: absolute;
  top: 11px;
  left: 590px;
  width: 400px;
}
#ffeat-header .f-logo a
{
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100px;
  height: 29px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#ffeat-header .logo a
{
  position: absolute;
  top: 131px;
  left: 4px;
  width: 380px;
  height: 131px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

#ffeat-wrapper
{
  width: 990px;
  margin: 0px auto;
}

#ffeat-contents-area
{
  width: 990px;
  overflow: hidden;
}

#mainContents
{
  width: 990px;
  /*overflow: hidden;*/
}

/*左カラム*/

.twoCol #contents #mainContents #leftColumn
{
  width: 310px;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  left: -50%;
  background-color: transparent;
}

#mainContents #leftColumn .inner
{
  width: 310px;
  padding: 10px;
  background: #FED100;
  margin-bottom: 20px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  color: #FFF;
}

#mainContents #leftColumn .inner ul
{
  margin-left: 17px;
  font-size: 14px;
  font-weight: bold;
}
#mainContents #leftColumn .inner ul li ul
{
  margin-left: 17px;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0.5em;
}
#mainContents #leftColumn .inner a:link
{
  text-decoration: none;
  color: #f00;
}
#mainContents #leftColumn .inner a:visited
{
  text-decoration: none;
  color: #f00;
}
#mainContents #leftColumn .inner a:hover
{
  text-decoration: underline;
  color: #360;
}

#leftColumn .left_free {
  margin: 0 5px;
}

/*右カラム*/

.twoCol #contents #mainContents #centerColumn
{
  width: 680px;
  float: right;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  left: -50%;
}
.twoCol #contents #mainContents #centerColumn 
{
  background: url(../img/main_bg.jpg) repeat-y;
  padding: 20px 19px 20px 19px;
  border: #FED100 1px solid;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: rgba(0,0,0,0.65);
}
#mainContents #centerColumn .movie
{
  margin-bottom: 20px;
}

#mainContents #centerColumn p
{
  margin-bottom: 1em;
}
#mainContents #centerColumn ul
{
  margin-bottom: 1em;
}

#mainContents #centerColumn .centerBox01 ul.newlist01 li {
  border-bottom: 1px dotted #999999;
  color: #FFF;
  padding: 0.5em 0;
}/*追記*/

#mainContents #centerColumn .centerBox01 ul.newlist01 li:first-child {
  padding-top: 0;
}/*追記*/

#mainContents #centerColumn .centerBox01 ul.newlist01 li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}/*追記*/

#mainContents #centerColumn #schedule-box
{
  background: url(../img/schedule_bg.jpg) no-repeat bottom right #FFFBA8;
  border: #C00 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1.5em 1.5em 0.5em 1.5em;
  color: #333;
  margin-bottom: 20px;
}
#mainContents #centerColumn #schedule-box .midashi
{
  color: #C00;
  font-weight: bold;
  font-size: 14px;
}
#mainContents #centerColumn #schedule-box .data
{
  color: #F60;
  font-size: 11px;
  line-height: 1.5em;
}
#mainContents #centerColumn #schedule-box .photo
{
  float: right;
  margin-left: 1.5em;
}
#mainContents #centerColumn #products-box
{
  width: 640px;
  overflow: hidden;
}
#mainContents #centerColumn #products-box .products01
{
  width: 123px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-right: 20px;
}
#mainContents #centerColumn #products-box .products02
{
  width: 123px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}
#mainContents #centerColumn #products-box .products01 img,
#mainContents #centerColumn #products-box .products02 img
{
  width: 123px;
  margin-bottom: 5px;
}
#mainContents #centerColumn #products-box .title
{
  line-height: 1.3em;
  margin-bottom: 5px;
}
#mainContents #centerColumn #products-box .price
{
  font-size: 10px;
  line-height: 1.5em;
}

/*
#mainContents #centerColumn a:link
{
  text-decoration: none;
  color: #F9C;
}
#mainContents #centerColumn .contentsMatome_foot + #topicPath a:link
{
  text-decoration: none;
  color: #F9C;
}
#mainContents #centerColumn a:visited
{
  text-decoration: none;
  color: #F9C;
}
#mainContents #centerColumn a:hover
{
  text-decoration: underline;
  color: #fc0;
}
*/
#mainContents #centerColumn p
{
  margin: 0 0 1em 0;
}


/*記事*/

h2.pageHeader01 {
  width: 560px;
  background: url(../img/midashi_bg.jpg) center no-repeat;
  padding: 10px 20px 10px 60px;
  margin: 0px auto 1em auto;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

h2.articleHeader2
{
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #390;
  color: #FC0;
  padding-left: 5px;
  margin: 1.5em 0;
}
#contentsMatome .textBox01 {
  width: 640px;
  margin: 0px auto;
  font-size: 100%;
  line-height: 2;
}

/*余白指定*/


.mb20px
{
  margin-bottom: 20px;
}
.mb1em
{
  margin-bottom: 1em;
}

/*ソーシャルブックマークアイコン*/

ul.bookmark_button {
  list-style: none;
  clear: both;
}
ul.bookmark_button li {
  float: right;
}
ul.bookmark_button li.continue {
  padding-left: 10px;
}
ul.bookmark_button li.twitter {
}
ul.bookmark_button li.hatena {
  padding-left: 10px;
}
ul.bookmark_button li.facebook {
  padding-left: 10px;
}
ul.bookmark_button li.gplus {
  padding-left: 10px;
}

/*左カラムメニュー部*/

.leftBox01 {
  color: #333;
}

.pagelist_head {
  background: url("../img/side_top.jpg") no-repeat scroll 0 0 transparent;
  width: 220px;
  height: 40px;
}

.free_html_e_foot {
  background: url("../img/main_bottom.jpg") no-repeat scroll 0 0 transparent;
  width: 760px;
  height: 15px;
}

.centerBox01 {
  padding: 0 30px 0;
}

.updateHeader {
  background: url("../img/midashi01.jpg") no-repeat scroll 0 0 transparent;
  width: 700px;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.newsHeader {
  background: url("../img/midashi02.jpg") no-repeat scroll 0 0 transparent;
  width: 700px;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#newsList {
  padding: 0 20px;
}

#newsList .itemBox {
  border-bottom: 1px dotted #CCCCCC;
  max-height: none;
  min-height: 5.5em;
  padding: 1em 0 0;
  height: auto;
  margin: 0;
  overflow: hidden;
}

#newsList .newsImg {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 0 5px 0 0;
  width: 75px;
}

.textArea {
  margin: 0 0 10px 85px;
}

.news-time {
  color: #30BF30;
}

/*.itemBox .textArea .newsHead {
  color: #FFFFFF;
}*/

#newsList div.itemBox:last-child {
  border: none;
}

#footer ul#copy li {
  color: #000;
}

#centerColumn .centerBox01 .newlist01 li a {
  padding-right: 10px;
}

#contentsMatome {
  background: url("../img/main_bg.jpg") repeat-y scroll 0 0 transparent;
  padding: 0 0;
}

.contentsMatome_foot {
  background: url("../img/main_bottom.jpg") no-repeat scroll 0 0 transparent;
  height: 15px;
  width: 760px;
}

h3.articleHeader2 {
  background-color: #E84500;
  color: #FFF;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 3px 5px;
  border: 1px solid #FFFFFF;
}

#contents #mainContents #centerColumn #contentsMatome p.date {
  padding: 0 10px 0;
}

/* 各エリアTOP調整 */
.textBox01 > p + .clearfix + .articleHeader2 {
  margin-top: 50px;
}

.textBox01 > .tableImg + .clearfix + .articleHeader2 {
  margin-top: 50px;
}

.textBox01 > .tableMovle + .clearfix + .articleHeader2 {
  margin-top: 50px;
}

/*メニューリスト*/

/*.leftBox01 {
  color: #FFF;
}*/

.leftBox01 .inner ul.list02 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 17px;
}

.leftBox01 .inner ul.list02 li {
  list-style-type: disc;
}


.leftBox01 .inner ul.list02 li ul.detail {
  font-size: 12px;
  font-weight: normal;
  margin-left: 17px;
  padding-bottom: 0.5em;
}

.leftBox01 .inner ul.list02 li ul.detail {
  font-size: 12px;
  font-weight: normal;
  margin-left: 17px;
  padding-bottom: 0.5em;
}

.leftBox01 .inner ul.list02 li ul.detail li {
  list-style-type: circle;
}

/*画像ブロック*/

.textBox01 .tableImg p.image_cap {
  color: #3B678A !important;
  font-size: 100%;
}

.movie01 {
  width: 680px;
  margin: 0 auto 2em;
}

.pagelist_head {
  background: url("../img/midashi_archive.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  width: 310px;
}

/* ---------- 全ページ共通ヘッダー上書き処理 ---------- */
#header_temp,
#footer_temp {
  margin: 0;
}