@charset "utf-8";

/* ==========================================================================
   common definitions for sankei-digital mobile service
   ========================================================================== */


/* ==== index ===============================================================


0. global styles
	0-0. layout

1. header styles
	1-1. header
	1-2. navigation

2. footer styles

4. main module styles　
	4-1. top pickup flash
	4-2. top news
	4-3. mod photo slider
	4-3. mod premium
	4-4-1. mod feature
	4-4-2. mod GenreTopics
	4-5. mod ranking
	4-6. mod listbox
	4-6. module hotPickup
	4-8. module photolist
	4-9. module induction
	4-10. module column

5. index styles リスト
	5-1. index text
	5-2. index photo
	5-3. index feature
	5-4. index ranking
	5-6. index photo+text

6. detail styles
	6-1. news detail
	6-2. photo detail
	6-4. photozoom detail

7. others
	7-1. static
	7-2. slide menu
	7-3. mincome
	7-4. frequency
	7-5. swiper

========================================================================== */

/* --------------------------------------------
0. global styles
--------------------------------------------*/

/* ===== common ====================================================================== */

#contentsContainer {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}


.contentWrap {
	background-color: #fff;
}

.contentWrap:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

.lt-ie8 .contentWrap {
	zoom: 1;
}

#primary {
	margin-top: 10px;
}

#additional {
	text-align: center;
	width: 96%;
	margin: 10px auto 0;
}


.footerWrap {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* ===== js処理 ====================================================================== */
.no-js .js-holder {
 	display: none;
 }

.js .js-holder-ready {
 	height: 1px;
 	visibility: hidden;
 	overflow: hidden;
}

/*-- .js以下では付けられた要素の状態に合わせる */

/* 汎用 */
.js .not-fallback {
	display: none !important;
}

/* イメージロード */
.js .image-loading {
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center 20%;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	padding: 0 !important;
}

/*--- Android 2.3 Lite が文字を消さない */
.js a.image-loading {
	color: transparent;
}
.js .image-loading img{
	display: none;
}



/* ===== 汎用parts ====================================================================== */

/*--- リンクボタン */
.more{}
.more a{
  display: block;
  width: 90%;
  margin:10px auto;
  padding: 10px 0;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 1px 0 #fff;
}
.more a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}

/*--- fallback用遷移ボタン */
.nextBtn,.prevBtn{
	width: 70%;
	margin:10px auto;
}
.nextBtn a,.prevBtn a{
  display: block;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 #fff;
}
.nextBtn a:hover,.prevBtn a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}

/*--- 記事詳細：続きを読む */
.moreNews{}
.moreNews a{
  display: block;
  width: 90%;
  margin:10px auto;
  padding: 10px 0;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 1px 0 #fff;
}
.moreNews a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}

/*--- 記事詳細：みんなのコメントをよむ */
.readComm{}
.readComm a{
  display: block;
  width: 90%;
  margin:10px auto;
  padding: 10px 0;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 1px 0 #fff;
}
.readComm a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}

/*--- 記事詳細：特集遷移ボタン */
.featureBtn{
	width: 70%;
	margin:10px auto;
}
.featureBtn a{
  display: block;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 #fff;
}
.featureBtn a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}


/* 遷移タイプ */
.linkTo {
	text-align: center;
	margin: 5px;
	border: 1px solid #595959;
}

.linkTo a {
	display: block;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 1em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #00ACF3;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb2e5), color-stop(100%,#5ba0e3));
	background: linear-gradient(to bottom, #7eb2e5 0%,#5ba0e3 100%);
	*/

}

/* ===== 画像size ====================================================================== */
.photo {
	display: block;
	float:left;
	margin:0 10px 5px 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
/*--- 総合トップの場合 */
.modToppick article .photo{}


/*--- featureの場合はfloatなし */
.feature .photo {
	float: none;
	margin: 5px 0;
}
/*--- modPhotosliderの場合はfloatなし */
#modPhotoslider .photo {
	float: none;
	margin: 5px 0;
}

/*--- deatilの場合は反転させる */
.articleText .photo {
	float:right;
	margin:0 12px 5px 6px;
}
/*------ */

.photo img {
	width: 100%;
}

.actual-size{
	width: auto !important;
}

.actual-size img{
	width: 80px !important;
}


.no-image {
	background: url(../../../images/v1/common/no-image.png) center no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.no-image img {
	display: none;
}

.backgroundsize .no-image {
	background-image: url(../../../images/v1/common/no-image.png);
	background-size: cover;
	width: 80px;
	height: 80px;
}

/*- サイズの組み合わせ-----*/

.size-thumb1 {
	width: 80px;
}

.articleText .size-thumb1 {
	width: 125px;
}

/* ===== アプリ展開時の処理 ====================================================================== */
.device-skapp .headerWrap,
.device-skapp #globalNav_bottom{
	display: none;
}
/*アプリ展開時：新聞タブ非表示*/
.device-skcrossapp #globalNav_top nav div ul li.swiper-slide:last-child{
	width: 0;
	display: none;
}


/* --------------------------------------------
1. header styles
--------------------------------------------*/

/* ===== 1-1. header ====================================================================== */

.headerWrap {
	width: 100%;
	background-color: #fff;
	color: #333;
}


.headerWrap header {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

.headerWrap #headerMod {
	background: #014e94; /* Old browsers */
	background: -moz-linear-gradient(top,  #014e94 0%, #0064c0 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014e94), color-stop(50%,#0064c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #014e94 0%,#0064c0 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014e94', endColorstr='#0064c0',GradientType=0 ); /* IE6-9 */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	height: 50px;
}

/* ===== ロゴ ===== */
#headerMod img{vertical-align: middle;}	
#headerMod #logo{padding-top: 15px;}

#headerMod #logo a{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 150px;
}
#headerMod #logo img{
	width: 150px;
}


/* ===== 共通サイドナビ(ロゴ横) ===== */

/*---　リンクバナー：add:20140919　---*/
#headerMod #LinkBanner{
	position: absolute;
	top:10px;
	left: 10px;
}
#headerMod #LinkBanner a,
#headerMod #LinkBanner span {
	display: block;
	font-size: 0;
	text-indent: -99999px;
	background: url(../../../images/v1/common/banner_west.png) 50% 50% no-repeat;
	background-size: 57px 30px;
	height: 30px;
	width: 57px;
	cursor: pointer;
}


/*---　サイドナビ　---*/

#headerMod #sideNav{
	position: absolute;
	top:10px;
	right: 10px;
}
#headerMod #sideNav a,
#headerMod #sideNav span {
	display: block;
	font-size: 0;
	text-indent: -99999px;
	background: url(../../../images/v1/common/globalMenu.png) 50% 50% no-repeat;
	background-size: 16px 12px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}


/* ===== ナビ下部Botton ===== */
ul.headerMoreLink {
  overflow: hidden;
  margin: 10px 10px 0;
}
ul.headerMoreLink .moreLnk01 {
  width: 50%;
  float: left;
  clear: none;
  margin: 0;
}
ul.headerMoreLink .moreLnk01:first-child a {
  margin: 0 5px 0 0;
}
ul.headerMoreLink .moreLnk01:last-child a {
  margin: 0 0 0 5px;
}
ul.headerMoreLink .moreLnk01 a{
  display: block;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 #fff;
}
ul.headerMoreLink .moreLnk01 a:hover {
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}
ul.headerMoreLink .moreLnk01.active a {
	background: #E40012; /* Old browsers */
	text-shadow: 0 1px 0 #A80012;
	color:#fff;
}



/* ===== 1-2. navigation ====================================================================== */

#globalNav_top,
#globalNav_bottom {}

/* comment: JS完成後ナビ用CSS部分のコメント解除 */
/* */
#globalNav_top{
	font-size: 1.6px;
	font-size: 1.6rem;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(206, 206, 206, 0.7);
	-moz-box-shadow:    0px 6px 10px 0px rgba(206, 206, 206, 0.7);
	box-shadow:         0px 6px 10px 0px rgba(206, 206, 206, 0.7);
}
#globalNav_bottom{
	font-size: 1.6px;
	font-size: 1.6rem;
	line-height:1;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(206, 206, 206, 0.7);
	-moz-box-shadow:    0px 6px 10px 0px rgba(206, 206, 206, 0.7);
	box-shadow:         0px 6px 10px 0px rgba(206, 206, 206, 0.7);
}

#globalNav_top li,
#globalNav_bottom li{
	display:inline-block;
}

#globalNav_top,
#globalNav_bottom{
	background:#014D98;
}

#globalNav_top li a,
#globalNav_bottom li a{
	display:block;
	background:#014D98;
	text-align: center;
	width: 100px;
	height: 40px;
	padding: 5px 0;
	line-height: 40px;
	color: #FFFFFF;
	border-right: 1px solid #033D6D;
	border-left: 1px solid #0064C0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#globalNav_top li.active a{
	background:#FFFFFF;
	color: #014D98;
	border-bottom: 1px solid #014D98;
}
#globalNav_bottom li.active a{
	background:#FFFFFF;
	color: #014D98;
	border-top: 1px solid #014D98;
	border-bottom: 1px solid #014D98;
}

/* カテゴリスライダー */
/*---
	topとbottom共通設定
*/
.globalNav .swiper-container {
	width: 100%;
	height: 50px;
	visibility: hidden;
}

/* フォールバック対応 */
.no-js .globalNav .swiper-container {
	visibility: visible;
	overflow: visible;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide {
	width: 100px;
	height: 50px;
	background: #014D98;
	text-align: center;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide a span {
	display: block;
	font-weight: bold;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide.active {
	background: #FFF;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide.active a {
	color: #014D98;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide.active a  {/*span*/
	border-bottom: 1px solid #014D98;
}






/* --------------------------------------------
2. footer styles
--------------------------------------------*/

.footerWrap {}

.footerWrap ul li {
	display: inline-block;
}

.footerWrap ul li a {
	display: block;
}

.lt-ie8 .footerWrap ul li{
	display: inline;
	zoom: 1;
}



/* ===== 2-1. navigation ====================================================================== */

/* 1-2.と同一style */


/* ===== 2-2. shortcut ====================================================================== */
.footerWrap .shortcut {
	border-top: 1px solid #fff;
}

.footerWrap .shortcut a{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 1.4em;
	font-size: 1.4rem;
}

.footerWrap .shortcut a span.label{
	line-height: 1;
	display: inline-block;
	color: #666;
	text-shadow: 0 -1px 1px #fff;
	padding: 6px 0 6px 30px;
	background: url(../../../images/v1/common/fallback/arrow_gotop.png) left center no-repeat;
}

.backgroundsize .footerWrap .shortcut a span.label{
	background: url(../../../images/v1/common/arrow_gotop.png) left center / 20px 20px no-repeat;
}


/* ===== 2-3. switchView ====================================================================== */

.footerWrap .switchView {
	text-align: center;
	font-size: 1.3em;
	font-size: 1.3rem;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .footerWrap .switchView {
		border-bottom: 1px solid #d1d1d1;
	}

.footerWrap .switchView a{
	display: inline-block;
	border-left: 2px ridge #fefefe;
	padding-left: 0.8em;
}

.lt-ie8 .footerWrap .switchView a {
	display: inline;
	zoom: 1;
}


/* ===== 2-4. footerMainarea ====================================================================== */
footer .footerMainarea{
	font-size: 1.3em;
	font-size: 1.3rem;
	text-align: center;
}
footer .footerMainarea ul{
	margin-bottom: 10px;
}
footer .footerMainarea li a {
	padding: 0em 0.7em 0.5em 0.7em ;
}


footer .footerMainarea{
	margin-bottom: 20px;
}

footer li address{
	display: inline;
}


/* ===== 2-5. copyright ====================================================================== */

footer small {
	display: block;
	font-size: 1.3em;
	font-size: 1.3rem;
	text-align: center;
}


/* ===== 2-6. footerRelevant ====================================================================== */

.footerWrap .footerRelevant{
	font-size: 1.3em;
	font-size: 1.3rem;
	margin:15px auto;
	padding-right:5px;
	text-align:center;
}

.footerWrap .footerRelevant li {
	text-align:center;
}

.footerWrap .footerRelevant li a img {
	margin-left:5px;
	display:block;
	border:none;
}

.footerWrap .footerRelevant li a {
	-webkit-tap-highlight-color: #ccc;
}
.footerWrap .footerRelevant li a:hover {
	background-color:#efefef;
}



/* --------------------------------------------
4. main module styles
--------------------------------------------*/


/* ===== 4-1. top pickup flash(緊急告知枠) ====================================================================== */


/***** 2014.09.08 枠の色と文字色変更 *****/

.modTopflash {
	background-color: #cce7ff;
	text-align: center;
	margin-bottom: 10px;
}

.modTopflash a {
	color: #173b7d;
	display: block;
	padding: 5px;
}


.modTopflash p {
	color: #173b7d;
	font-size: 20px;
	font-size: 2rem;
	border: 1px solid rgba(255,255,255,0.7);
	padding: 10px;
}

/* ===== 4-2. top news(総合トップ／pickup枠：news+photo slider) ====================================================================== */

.topMain {
	margin-bottom: 20px;
}

/* ===== トップニュース(1本目) ===== */

.modToppick {}

.modToppick article a{
	display: block;
	padding: 3px 20px 6px 10px;
	color: #333;
	border-bottom: 1px solid #e1e1e1;
	}
.modToppick article a:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

/* IE7以下はclearfixでafterは使えない */
.lt-ie8 .modToppick article a{
	zoom: 1;
}

.modToppick article h1 {
	font-size: 1.5em;
	font-size: 1.5rem;
	line-height: 1.4;
	padding-bottom: 10px;
}

.modToppick article .addition {
	display: block;
	padding-bottom: 10px;
}

.modToppick article time {
	color: #898989;
	font-size: 1.2em;
	font-size: 1.2rem;
	margin: 0 5px;
}

.modToppick article .addition img {
	vertical-align: middle;
	max-width:15px;
}

.modToppick article p {
	font-size: 1.5em;
	font-size: 1.5rem;
	line-height: 1.4;
}

/* pickup */
.modToppick article a{
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}
.modToppick article a:active,.modToppick article a:hover{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .modToppick article a{
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .modToppick article a:hover,.backgroundsize .modToppick article a:active{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}


/* ===== ピックアップニュース(2本目以降) ===== */

.modToplist {
	font-size: 1.5em;
	font-size: 1.5rem;
}

.modToplist li{
	border-bottom: 1px solid #e1e1e1;
}

/* pickup list */
.modToplist li a{
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 20px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}
.modToplist li a:active,.modToplist li a:hover{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .modToplist li a{
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .modToplist li a:hover,.backgroundsize .modToplist li a:active{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

.modToplist li .addition {
	display: block;
	color: #898989;
	font-size: 1.2em;
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.modToplist li .addition time {
	margin: 0 5px;
}

.modToplist li .addition img {
	vertical-align: middle;
	max-width:15px;
}

.modToplist li:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

/* IE7以下はclearfixでafterは使えない */
.lt-ie8 .modToplist li {
	zoom: 1;
}



/* loading for listUpdater.js */
.js .modToplist .now-loading {
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 80px;
}

.js .modToplist .now-loading.active {
    display: block;
}


/* ===== ピックアップフォト ===== */

#topPhotoSlideShow {
	width: 100%;
	height: 180px;
	font-size: 1.5rem;
	display:block;
	padding: 10px 0;
	background: #333;
	position: relative;
}

/* フォールバック対応 */
.no-js #topPhotoSlideShow {
	height: auto;
}

#topPhotoSlideShow .swiper-container {
	width: 100%;
	height: 180px;
}

/* フォールバック対応 */
.no-js #topPhotoSlideShow .swiper-container {
	width: auto;
	height: auto;
}

#topPhotoSlideShow .swiper-container .swiper-wrapper .swiper-slide {
	width: 130px;
	height: 180px;
	padding: 0 5px;
}
#topPhotoSlideShow .swiper-container .swiper-wrapper .swiper-slide a {
	display:block;
	width: 130px;
	height: 180px;
	background: #444444;
}

#topPhotoSlideShow .swiper-container .swiper-wrapper .swiper-slide img {
	max-width: 130px;
	max-height: 180px;
}

#topPhotoSlideShow .pagination .pagePrev {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 80px;
	left: 10px;
	background-color: rgba(0, 100, 192, 0.8);
	text-align: center;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 999;
}

#topPhotoSlideShow .pagination .pagePrev span {
	background: url(../../../images/v1/common/arrow_prev.png) center center no-repeat;
	background-size: 10px 16px;
	display: block;
	width: 40px;
	height: 40px;
}

#topPhotoSlideShow .pagination .pageNext {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 80px;
	right: 10px;
	background-color: rgba(0, 100, 192, 0.8);
	text-align: center;
	opacity: 0;
	transition: all 0.4s ease;
	z-index: 999;
}

#topPhotoSlideShow .pagination .pageNext span {
	background: url(../../../images/v1/common/arrow_next.png) center center no-repeat;
	background-size: 10px 16px;
	display: block;
	width: 40px;
	height: 40px;
}

/* ===== 4-3. mod premium ====================================================================== */

#primary #modPremium {
	margin: 0 auto;
	font-size: 1.5em;
	font-size: 1.5rem;
}

#primary #modPremium > h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}



/*--- 画像パーツ
.feature .photo {
	display: block;
	margin:5px 10px 5px 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.feature img{
	width: 100%;
}
.size-thumb1 {
	width: 80px;
}
 */
/* ===== 4-4-1. mod feature ====================================================================== */

#primary #modFeature {
	margin: 0 auto;
	font-size: 1.5em;
	font-size: 1.5rem;
}

#primary #modFeature > h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}



/*=== 特集枠 ===*/
.feature-index {
	border-bottom: 1px solid #fff;
}

.feature-index .timestamp {
	font-size: 1.2em;
	font-size: 1.2rem;
	padding:10px 10px 10px 0;
	color:#666;
	border-bottom: 1px solid #e1e1e1;
	background: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #ededed));
	background-image: linear-gradient(to bottom, #efefef 0%, #ededed 100%);
	text-align:right;
}

.feature-index .timestamp .addition {
	text-align:right;
}

/*--- 特集wrap */
.feature {
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	display: table;
}


.feature a.for-feature{
	display: table-cell;
	width: 25%;
}

.feature header{
	padding: 6px 10px;
}

.feature h1{
	color: #333;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.feature ul{
	display: table-cell;
	width: 75%;
	border-left: 1px solid #e1e1e1;
}

.lt-ie8 .feature ul{
	display: block;
	float: left;
}

.feature ul li{
	border-bottom: 1px dotted #e1e1e1;
}

	.device-android .feature ul li{
		border-bottom: 1px solid #d1d1d1;
	}

.feature ul li:last-of-type{
	border-bottom: none;
}

.feature li a,
.feature li .link-box{
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 20px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}

.feature ul li a:active,
.feature ul li .link-box.active{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .feature ul li a,
.backgroundsize .feature ul li .link-box {
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .feature ul li a:hover,.backgroundsize .index ul li a:active,
.backgroundsize .feature ul li .link-box.active{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}


/* ===== 4-4-2. mod GenreTopics ====================================================================== */

#primary #modGenreTopics {
	margin: 0 auto;
	font-size: 1.5em;
	font-size: 1.5rem;
}

#primary #modGenreTopics > h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}

/*=== サブカテゴリ／キーワード枠 ===*/
.sub-category,#keyword-cloud{
	background: #e1e1e1;
}
.sub-category li,#keyword-cloud li {
	float: left;
    width: 50%;
}
.sub-category ul li a,#keyword-cloud ul li a {
    background: none repeat scroll 0 0 #E5E5E5;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    color: #333333;
	background: -moz-linear-gradient(top, white, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
    display: block;
    min-height: 1.3em;
    overflow: hidden;
    padding: 8px 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* ===== 4-5. mod ranking ====================================================================== */

#modRanking {
	background-color: #666;
	padding-bottom: 5px;
}

/* --- タイトル */
#modRanking h1 {
	background: linear-gradient(to bottom, #f06082 0%, #e43961 100%) repeat scroll 0 0 #e43961;
	border-bottom: 1px solid #f05f81;
	border-top: 1px solid #fac6d2;
	box-shadow: 0 3px 3px #555;
	font-weight: bold;
	font-size: 1.5em;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 5px 10px;
	text-align: left;
	text-shadow: 0 -1px 1px #666;
}

.lt-ie7 #modRanking h1 {
	height: 1px;
	overflow: visible;
}

#modRanking h1 a {
	color: #FFF;
}

/* --- タイトルナビ(ウィジェット・コンテンツ共通) */
#modRanking .linkTo {
	text-align: center;
	margin: 5px auto 0;
	border: none;
}

#modRanking .linkTo:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

#modRanking .js-holder + .linkTo {
	margin-bottom: 10px;
}

#modRanking .linkTo span {
	display:block;
	padding: 10px 0 0;
	border-bottom: 5px solid #5ba0e3;
}

#modRanking .linkTo a {
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #e43961;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f06082), color-stop(1, #e43961));
	background-image: linear-gradient(to bottom, #f06082 0%, #e43961 100%);
}

#modRanking .linkTo a.selected {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #5ba0e3;
	border-right: 1px solid #5ba0e3;
	border-top: 1px solid #5ba0e3;
	border-bottom: none;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #5ba0e3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7eb2e5), color-stop(100%,#5ba0e3));
	background: linear-gradient(to bottom, #7eb2e5 0%,#5ba0e3 100%);
}

#modRanking .linkTo a.unselected {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: none;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
}

#modRanking .linkTo a:first-of-type {
	margin-right:10px;
}

/* --- ランキング出力部(共通) */
#modRanking ol.rankingLists {
	font-size: 1.5em;
	font-size: 1.5rem;
}

#modRanking ol.rankingLists li {
	width: 100%;
	height: 80px !important;
	border-top: 1px solid #888;
	border-bottom: 1px solid #2b2b2b;
	background: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #333));
	background-image: linear-gradient(to bottom, #666 0%, #333 100%);
}

.lt-ie7 #modRanking ol.rankingLists li {
	height: 1px;
	overflow: visible;
}

#modRanking ol.rankingLists li:first-of-type {
	border-top: none;
}

#modRanking ol.rankingLists li a {
	color: #fff;
	display: block;
	min-height: 2.8em;
	padding: 6px;
}

.lt-ie8 #modRanking ol.rankingLists li a span {
	display: inline;
	zoom: 1;
}

#modRanking ol.rankingLists li a .rank-image,
#modRanking ol.rankingLists li a .title {
	height: 45px;
	overflow: hidden;
}

#modRanking ol.rankingLists li a .rank-image {
	display: table-cell;
	vertical-align: top;
	color: transparent;
	width: 40px;
	background: url(../../../images/v1/common/fallback/ranking_none.png) 50% 50% no-repeat;
}

#modRanking ol.rankingLists li a .title {
	display: table-cell;
	padding-left:5px;
}

#modRanking ol.rankingLists li a .rank {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 3em;
	font-weight: bold;
	color: #a9a9a9;
}

.backgroundsize #modRanking ol.rankingLists li a .rank-image {
	background: url(../../../images/v1/common/ranking_none.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank1,
#modRanking ol.rankingLists li a .rank01 {
	background: url(../../../images/v1/common/fallback/ranking_001.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank1,
.backgroundsize #modRanking ol.rankingLists li a .rank01 {
	background: url(../../../images/v1/common/ranking_001.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank2,
#modRanking ol.rankingLists li a .rank02 {
	background: url(../../../images/v1/common/fallback/ranking_002.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank2,
.backgroundsize #modRanking ol.rankingLists li a .rank02 {
	background: url(../../../images/v1/common/ranking_002.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank3,
#modRanking ol.rankingLists li a .rank03 {
	background: url(../../../images/v1/common/fallback/ranking_003.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank3,
.backgroundsize #modRanking ol.rankingLists li a .rank03 {
	background: url(../../../images/v1/common/ranking_003.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank4,
#modRanking ol.rankingLists li a .rank04 {
	background: url(../../../images/v1/common/fallback/ranking_004.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank4,
.backgroundsize #modRanking ol.rankingLists li a .rank04 {
	background: url(../../../images/v1/common/ranking_004.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank5,
#modRanking ol.rankingLists li a .rank05 {
	background: url(../../../images/v1/common/fallback/ranking_005.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank5,
.backgroundsize #modRanking ol.rankingLists li a .rank05 {
	background: url(../../../images/v1/common/ranking_005.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank6,
#modRanking ol.rankingLists li a .rank06 {
	background: url(../../../images/v1/common/fallback/ranking_006.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank6,
.backgroundsize #modRanking ol.rankingLists li a .rank06 {
	background: url(../../../images/v1/common/ranking_006.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank7,
#modRanking ol.rankingLists li a .rank07 {
	background: url(../../../images/v1/common/fallback/ranking_007.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank7,
.backgroundsize #modRanking ol.rankingLists li a .rank07 {
	background: url(../../../images/v1/common/ranking_007.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank8,
#modRanking ol.rankingLists li a .rank08 {
	background: url(../../../images/v1/common/fallback/ranking_008.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank8,
.backgroundsize #modRanking ol.rankingLists li a .rank08 {
	background: url(../../../images/v1/common/ranking_008.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank9,
#modRanking ol.rankingLists li a .rank09 {
	background: url(../../../images/v1/common/fallback/ranking_009.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank9,
.backgroundsize #modRanking ol.rankingLists li a .rank09 {
	background: url(../../../images/v1/common/ranking_009.png) 50% 50% / 30px 30px no-repeat;
}

#modRanking ol.rankingLists li a .rank10 {
	background: url(../../../images/v1/common/fallback/ranking_010.png) 50% 50% no-repeat;
}

.backgroundsize #modRanking ol.rankingLists li a .rank10 {
	background: url(../../../images/v1/common/ranking_010.png) 50% 50% / 30px 30px no-repeat;
}

/* --- ランキング出力部(chartbeat) */
#modRanking .cb-rank-wrapper ol.rankingLists li a .status {
	display: block;
	margin-top: 5px;
	height: 14px;
	color: transparent;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-up {
	background: url(../../../images/v1/common/fallback/rank_up.png) 50px 50% no-repeat;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-up {
	background: url(../../../images/v1/common/rank_up.png) 50px 50% / 27px 10px no-repeat;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-down {
	background: url(../../../images/v1/common/fallback/rank_down.png) 50px 50% no-repeat;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-down {
	background: url(../../../images/v1/common/rank_down.png) 50px 50% / 47px 10px no-repeat;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-flat {
	background: url(../../../images/v1/common/fallback/rank_flat.png) 50px 50% no-repeat;
}

#modRanking .cb-rank-wrapper ol.rankingLists li a .rank-flat {
	background: url(../../../images/v1/common/rank_flat.png) 50px 50% / 12px 10px no-repeat;
}

.lt-ie7 #modRanking .cb-rank-wrapper ol.rankingLists li a .rank-up,
.lt-ie7 #modRanking .cb-rank-wrapper ol.rankingLists li a .rank-down,
.lt-ie7 #modRanking .cb-rank-wrapper ol.rankingLists li a .rank-flat {
	background:none;
}

#modRanking .cb-rank-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper ol {
	position: relative;
	width: 100%;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper ol.now-loading {
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center 20%;
	background-repeat: no-repeat;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper ol li.cb-rank-entry {
	position: absolute;
	left: 0;
	overflow: hidden;
	background-color: #fff;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper ol.now-loading li {
	opacity: 0.3;
}

#modRanking .cb-rank-viewport .cb-rank-wrapper ol.cb-active li.cb-rank-entry {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

#modRanking .cb-rank-viewport .cb-rank-cover {
	height: 10px;
	width: 100%;
	opacity: 0.3;
	position: relative;
	z-index: 2;
}

.cssgradients #modRanking .cb-rank-viewport .cb-rank-cover {
	opacity: 1;
}

/* --- ランキング出力部(ソーシャルランキング) */
#modRanking ol.soc-rank li a dl.status {
	color: #333333;
	font-size: 1rem;
	height: 16px;
	margin-top: 5px;
	padding-left: 45px;
	vertical-align: middle;
	display: block;
}

#modRanking ol.soc-rank li a dl.status dt,
#modRanking ol.soc-rank li a dl.status dd {
	display: inline-block;
	min-width: 50px;
	text-align: right;
}

#modRanking ol.soc-rank li a .tw {
	background: url("../../../images/v1/common/soc_twcount.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	background-size:55px 14px;
	margin-right: 15px;
	padding: 4px 5px 2px 0;
}


.backgroundsize #modRanking ol.soc-rank li a .tw {
	background: url("../../../images/v1/common/soc_twcount.png") no-repeat scroll 0 50%;
	background-size:55px 14px;
}

#modRanking ol.soc-rank li a .fb {
	background: url("../../../images/v1/common/soc_fbcount.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	background-size:55px 14px;
	padding: 4px 5px 2px 0;
}

.backgroundsize #modRanking ol.soc-rank li a .fb {
	background: url("../../../images/v1/common/soc_fbcount.png") no-repeat scroll 0 50%;/* / 55px 14px rgba(0, 0, 0, 0)*/
	background-size:55px 14px;
}


/* ===== 4-3. mod photo slider ====================================================================== */

.modPhotoslider{}

.modPhotoslider #photoSwiper02{}

#primary #modPhotoslider {
	margin: 0 auto;
	font-size: 1.5em;
	font-size: 1.5rem;
}

#primary #modPhotoslider > h1,
#primary #modPhotoslider > h2{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}

#modPhotoslider .swiper-container {
	background: #333;
	height: 250px;
	width: 100%;
}

.js #modPhotoslider .swiper-container.image-loading {
	background-image: url(../../../images/v1/common/loading.gif) !important;
	background-position: center 45% !important;
	background-repeat: no-repeat !important;
	padding: 0 !important;
}

#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide {
	height: 250px;
	width: 100%;
	text-align: center;
}

#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide a,
#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide div.photoWrapper {
	display: block;
	position: relative;
	width: 320px;
	height: 250px;
	margin: 0 auto;
}

#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide a img,
#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide div.photoWrapper img {
	max-height: 100%;
	max-width: 320px;
}

#modPhotoslider .swiper-container.image-loading .swiper-wrapper .swiper-slide a,
#modPhotoslider .swiper-container.image-loading .swiper-wrapper .swiper-slide div.photoWrapper {
	visibility: hidden;
}

#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide a .cap,
#modPhotoslider .swiper-container .swiper-wrapper .swiper-slide div .cap {
	text-align: left;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	padding: 5px;
}

#modPhotoslider .pagination .pagePrev {
	background-color: rgba(0, 100, 192, 0.8);
	display: block;
	width: 40px;
	height: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 80px;
	opacity: 0;
	transition: all 0.4s ease;
}

#modPhotoslider .pagination .pagePrev span {
	background: url(../../../images/v1/common/arrow_prev.png) center center no-repeat;
	background-size: 10px 16px;
	display: block;
	width: 40px;
	height: 40px;
}

#modPhotoslider .pagination .pageNext {
	background-color: rgba(0, 100, 192, 0.8);
	display: block;
	width: 40px;
	height: 40px;
	right: 0;
	position: absolute;
	text-align: center;
	top: 80px;
	opacity: 0;
	transition: all 0.4s ease;
}

#modPhotoslider .pagination .pageNext span {
	background: url(../../../images/v1/common/arrow_next.png) center center no-repeat;
	background-size: 10px 16px;
	display: block;
	width: 40px;
	height: 40px;
}



/* ===== 4-6. mod listbox ====================================================================== */
/*複数タブ: contents-slideshow / 単一タブ: items-slideshow*/

.slide-source{}
.slide-viewport {
	/* 高さはstyle属性 */
	width: 100%;
	overflow: hidden;
/*	-ms-touch-action: none; */ /* none はスクロールできなくなるのでNG */
}


.slide-wrapper {
	/* 幅はstyle属性 */
	overflow: hidden;
	-webkit-transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
	-o-transform-style: preserve-3d; 
	transform-style: preserve-3d; 

	-webkit-transition: -webkit-transform 350ms ease-out,margin-left 350ms ease-out;
	-moz-transition: -moz-transform 350ms ease-out,margin-left 350ms ease-out;
	-o-transition: -o-transform 350ms ease-out,margin-left 350ms ease-out;
	-ms-transition: -ms-transform 350ms ease-out,margin-left 350ms ease-out;
	transition: transform 350ms ease-out,margin-left 350ms ease-out;
}
/*-- 同時にclearfixを指定 */

.slide {
	/* 幅はstyle属性 */
	float: left;
	position: relative;
}



/* js無効時 */
.no-js .contents-slideshow h1,
.no-js .items-slideshow h1{	
	font-size: 1.4em;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: left;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}
.no-js .contents-slideshow h1 a,
.no-js .items-slideshow h1 a{
	font-weight: bold;
	color: #fff;
}

/*------ js有効時 */
.slide h1{
	display: none;
}

.slide-label {
	width: 100%;
	overflow: hidden;
	font-size: 1.4em;
	font-size: 1.4rem;
	text-indent: 0.8em;
	color:#fff;
	font-weight: bold;
	background: #0064C0; /* Old browsers */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

h1.slide-label {
	padding: 10px 0;
}

.slide-label li{
	float: left;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.slide-sbar {
	width: 100%;
	overflow: hidden;
	height: 10px;
	background-color: #E6E6E6;
}

.slide-sbar .slide-sbarb{
	height: 100%;
	background-color: #00ACF3;

	-webkit-transition: margin-left 350ms ease-out;
	-moz-transition: margin-left 350ms ease-out;
	-o-transition: margin-left 350ms ease-out;
	-ms-transition: margin-left 350ms ease-out;
	transition: transform 350ms ease-out;
}


/* 共通parts */
.slide-source .manipulate {
	float: left;
	width: 45%;
}

.slide-source .manipulate button{
	font-size: 0;
	color: transperant;
	text-indent: -999;
	overflow: hidden;
	width: 43%;
	height: 46px;
	margin: 5px;
	display: inline-block;
	text-align: center;
	padding: 0.5em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-family: inherit;
}

.slide-source .manipulate button[disabled]{
	opacity: 0.5;
}

.slide-source .manipulate button.prev{
	background: url(../../../images/v1/common/fallback/arrow_prev.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background: url(../../../images/v1/common/fallback/arrow_prev.png), linear-gradient(to bottom, #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;
	vertical-align:top;
}

.slide-source .manipulate button.next{
	background: url(../../../images/v1/common/fallback/arrow_next.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background: url(../../../images/v1/common/fallback/arrow_next.png), linear-gradient(to bottom, #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;
	vertical-align:top;
}

.backgroundsize .slide-source .manipulate button.prev{
	background-image: url(../../../images/v1/common/arrow_prev_list.png);
	background-size: 6px 10px;
	background-color:tranceparent;
	vertical-align:top;
	cursor: pointer;
}

.backgroundsize .slide-source .manipulate button.next{
	background-image: url(../../../images/v1/common/arrow_next_list.png);
	background-size: 6px 10px;
	background-color:tranceparent;
	vertical-align:top;
	cursor: pointer;
}
.slide-source .linkTo {
	float: right;
	width: 45%;
}


.slide-source .swiper-navigation {
	background: none repeat scroll 0 0 #0064c0;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.slide-source .swiper-navigation .swiper-pagination-switch {
	display: block;
	float: left;
	padding: 0.5em 0;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.slide-source .swiper-container {
	width: 100%;
}

.slide-source .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
}

/* フォールバック対応 */
.no-js .slide-source > .swiper-slide {
	width: 100%;
}

.slide-source .swiper-scrollbar {
	height: 10px;
	width: 100%;
}

.slide-source .swiper-scrollbar .swiper-scrollbar-drag {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	height: 100%;
	position: relative;
	width: 100%;
}


/*=== スライド内list部分 ===*/
.slide-source li{
	border-bottom: 1px dotted #B2B2B2;
}

.slide-source li .addition time {
	margin: 0 5px;
}

.slide-source li .addition img {
	vertical-align: middle;
	max-width:15px;
}

.index li .addition {
	color: #898989;
	font-size: 1.2em;
	font-size: 1.2rem;
	margin-bottom: 5px;
	margin-left: 10px;
}

.index ul li{
	font-size: 1.5em;
	font-size: 1.5rem;
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .index ul li{
		border-bottom: 1px solid #d1d1d1;
	}

.index ul li:first-of-type {
	border-top: none;
}

.no-header ul li:first-of-type{
	border-top: 1px solid #fff;
}

.index ul li a,
.index ul li .link-box {
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 25px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}

.index ul li a:active,
.index ul li .link-box.active{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .index ul li a,
.backgroundsize .index ul li .link-box{
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .index ul li a:hover,
.backgroundsize .index ul li a:active,
.backgroundsize .index ul li .link-box.active{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}


/* ===== 4-6. module hotPickup ====================================================================== */

#hotPickup {
	font-size: 14px;
	font-size: 1.4rem
}
#hotPickup {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#hotPickup a{
	min-height: 2.8em;
	line-height: 2.8em;
	color: #003399;
	display: block;
	padding: 6px 25px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}
#hotPickup a p{
	line-height:20px;
}
#hotPickup a span{
	background: #FF0000;
	color: #FFFFFF;
	padding: 0 .5em;
	margin-right: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
/**/	float: left;
}
#hotPickup a:hover{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

/* ===== 4-7. module newslist  ====================================================================== */

/* ===== 4-8. module photolist ===================================================================== */

.modPhoto {
	margin: 10px auto 20px;
	font-size: 1.5em;
	font-size: 1.5rem;
}

.modPhoto h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #333;
	margin: 0 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadowbox-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadowbox-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.03);
	position: relative;
}

.modPhoto h1 span {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin-left: 10px;
	position: absolute;
	top: 4px;
}

.modPhoto h2 {
	color: #333;
	border: 1px solid #e6e6e6; 
	padding: 8px 10px 5px;
	margin-bottom: 10px;
	background: #e5e5e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(40%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.modPhoto h3 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}

.modPhoto ul {
	margin-top: 10px;
}

.modPhoto li {
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
}

.modPhoto li a {
	text-align: center;
	display: block;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 126px;
	height: 126px;
}

.modPhoto li a img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 2px;
}

.modPhoto li.relatePhotos {
	display: inline;
	float: left;
	margin: 0 0 8px 5px;
	border: 1px solid #00b8ee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 257px;
	height: 126px;
}

.modPhoto li.relatePhotos span {
	display: table-cell;
	text-align:left;
	padding-left: 20px;
	vertical-align: middle;
	color: #00b8ee;
	width: 131px;
}

.modPhoto li.relatePhotos a {
	border: 0;
	display: table-cell;
	vertical-align: middle;
}



/* ===== 4-9. module induction ===================================================================== */







/* --------------------------------------------
5. index styles
--------------------------------------------*/

/* ===== 5-1. index text ====================================================================== */

.indexText {
	margin: 0 auto;
}

.indexText h1,
.indexText h3 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}

/*=== list(text only) ===*/
.indexText ul{
	font-size: 1.5px;
	font-size: 1.5rem;
}
.indexText li{
	border-bottom: 1px solid #e1e1e1;
}

.indexText li a{
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 20px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}
.indexText li a:active{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .indexText li a{
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .indexText li a:hover,.backgroundsize .modToplist li a:active{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

.indexText li .addition {
	color: #898989;
	font-size: 1.2px;
	font-size: 1.2rem;
	margin-left: 5px;
}

.indexText li .addition time {
	margin: 0 5px;
}

.indexText li .addition img {
	vertical-align: middle;
	max-width:15px;
}

/* loading for listUpdater.js */
.js .indexText .now-loading {
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 80px;
}

.js .indexText .now-loading.active {
    display: block;
}


/* ===== 5-2. index photo ====================================================================== */

.indexPhoto {
	margin: 0 auto 20px;
	font-size: 1.5em;
	font-size: 1.5rem;
}

.indexPhoto h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #333;
	margin: 20px 0;
	padding-bottom: 18px;
	background: url(../../../images/v1/common/bg_categorytitle.png) left bottom repeat-x;
	position: relative;
}

.indexPhoto h1.speech {
	margin: 0;
	padding: 0;
}

.indexPhoto h1 span {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin-left: 10px;
	position: absolute;
	top: 4px;
}

.indexPhoto ul {
	margin: 0 1px;
}

.indexPhoto li {
	display: inline-block;
	margin: 0 8px 8px 0;
}

.indexPhoto li.last {
	margin: 0 0 8px 0;
	clear: right;
}


.indexPhoto li a {
	text-align: center;
	display: block;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 126px;
	height: 126px;
}

.indexPhoto li a img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 2px;
}
.photo-gallery-continue .photo-column {
float: left;
width: 33.3%
}

.photo-gallery-continue .photo-column p{
margin: 4px 2px;
border: 1px solid #e1e1e1;
line-height: 0;
}

.device-android .photo-gallery-continue .photo-column p{
border: 1px solid #d1d1d1;
}

.photo-gallery-continue .photo-column p a{
display: block;
padding: 3px;
}

.photo-gallery-continue .photo-column img{
border: 1px solid #dcdcdc;
width: 100%;
}



/* ===== 5-3. index feature ====================================================================== */

.indexFeature {
	margin: 0 auto 15px;
	font-size: 1.5em;
	font-size: 1.5rem;
}

.indexFeature h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #333;
	margin: 20px 0;
	padding-bottom: 18px;
	background: url(../../../images/v1/common/bg_categorytitle.png) left bottom repeat-x;
	position: relative;
}

.indexFeature h1.speech {
	margin: 0;
	padding: 0;
}

.indexFeature h1 span {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin-left: 10px;
	position: absolute;
	top: 4px;
}

.indexFeature ul {
	display: block;
}

.indexFeature li {
	margin-bottom: 10px;
}

.indexFeature li.photoS .photo {
	text-align: center;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 86px;
	height: 86px;
}

.indexFeature li.photoL .photo {
	text-align: center;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 206px;
	height: 206px;
}

.indexFeature li .photo img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 2px;
}

.indexFeature li .text {
	display: block;
	float: left;
	width: 438px;
}

.indexFeature li .title {
	margin-bottom: 5px;
}

.indexFeature li .lead {
	line-height: 1.25;
}

.indexFeature ul li ul {
	margin-top: 10px;
}

.indexFeature ul li ul li {
	display: block;
	margin: 0 0 5px;
	background: url(../../../images/v1/common/icon_list_arrowblue.png) left 4px no-repeat;
}

.indexFeature ul li ul  li .addition{
	margin-left: 5px;
}

.indexFeature ul li ul  li a {
	margin-left: 20px;
}

/* ===== 5-3. index feature ====================================================================== */

/* ===== 5-4. index ranking ====================================================================== */

.indexRanking {
	margin: 0 auto 30px;
	font-size: 1.5em;
	font-size: 1.5rem;
}

.indexRanking h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #333;
	margin: 20px 0;
	padding-bottom: 18px;
	background: url(../../../images/v1/common/bg_categorytitle.png) left bottom repeat-x;
	position: relative;
}

.indexRanking ul.tab {
	width: 100%;
	border-left: 1px solid #e6e6e6; 
	background-color: #fff;
	display: block;
}

.indexRanking ul.tab li {
	width: 120px;
	display: inline-block;
	border-right: 1px solid #e6e6e6; 
	border-top: 1px solid #e6e6e6; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.indexRanking ul.tab li.current a {
	color: #575757;
	display: block;
	border-bottom: 1px solid #fff; 
	margin-bottom: -1px;
}

.indexRanking ul.tab li a {
	display: block;
	text-align: center;
	padding: 8px 0 5px;
}

.indexRanking .modRankingwrap {
	display: block;
	margin: 0 10px 10px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.indexRanking ol {
	display: block;
	padding: 30px 0;
	border-top: 1px solid #e6e6e6; 
}

.indexRanking ol li {
	margin-bottom: 8px;
	display: block;
}

.indexRanking ol li span {
	color: rgba(0, 0, 0, 0);
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
}

.indexRanking ol li span.rank01 {
	background: url(../../../images/v1/common/icon_list_rank01.png) center center no-repeat;
}
.indexRanking ol li span.rank02 {
	background: url(../../../images/v1/common/icon_list_rank02.png) center center no-repeat;
}
.indexRanking ol li span.rank03 {
	background: url(../../../images/v1/common/icon_list_rank03.png) center center no-repeat;
}
.indexRanking ol li span.rank04 {
	background: url(../../../images/v1/common/icon_list_rank04.png) center center no-repeat;
}
.indexRanking ol li span.rank05 {
	background: url(../../../images/v1/common/icon_list_rank05.png) center center no-repeat;
}
.indexRanking ol li span.rank06 {
	background: url(../../../images/v1/common/icon_list_rank06.png) center center no-repeat;
}
.indexRanking ol li span.rank07 {
	background: url(../../../images/v1/common/icon_list_rank07.png) center center no-repeat;
}
.indexRanking ol li span.rank08 {
	background: url(../../../images/v1/common/icon_list_rank08.png) center center no-repeat;
}
.indexRanking ol li span.rank09 {
	background: url(../../../images/v1/common/icon_list_rank09.png) center center no-repeat;
}
.indexRanking ol li span.rank10 {	
	background: url(../../../images/v1/common/icon_list_rank10.png) center center no-repeat;
}	
.indexRanking ol li span.rank11 {	
	background: url(../../../images/v1/common/icon_list_rank11.png) center center no-repeat;
}	
.indexRanking ol li span.rank12 {	
	background: url(../../../images/v1/common/icon_list_rank12.png) center center no-repeat;
}	
.indexRanking ol li span.rank13 {	
	background: url(../../../images/v1/common/icon_list_rank13.png) center center no-repeat;
}	
.indexRanking ol li span.rank14 {	
	background: url(../../../images/v1/common/icon_list_rank14.png) center center no-repeat;
}	
.indexRanking ol li span.rank15 {	
	background: url(../../../images/v1/common/icon_list_rank15.png) center center no-repeat;
}	
.indexRanking ol li span.rank16 {	
	background: url(../../../images/v1/common/icon_list_rank16.png) center center no-repeat;
}	
.indexRanking ol li span.rank17 {	
	background: url(../../../images/v1/common/icon_list_rank17.png) center center no-repeat;
}	
.indexRanking ol li span.rank18 {	
	background: url(../../../images/v1/common/icon_list_rank18.png) center center no-repeat;
}	
.indexRanking ol li span.rank19 {	
	background: url(../../../images/v1/common/icon_list_rank19.png) center center no-repeat;
}	
.indexRanking ol li span.rank20 {	
	background: url(../../../images/v1/common/icon_list_rank20.png) center center no-repeat;
}	
.indexRanking ol li span.rank21 {	
	background: url(../../../images/v1/common/icon_list_rank21.png) center center no-repeat;
}	
.indexRanking ol li span.rank22 {	
	background: url(../../../images/v1/common/icon_list_rank22.png) center center no-repeat;
}	
.indexRanking ol li span.rank23 {	
	background: url(../../../images/v1/common/icon_list_rank23.png) center center no-repeat;
}	
.indexRanking ol li span.rank24 {	
	background: url(../../../images/v1/common/icon_list_rank24.png) center center no-repeat;
}	
.indexRanking ol li span.rank25 {	
	background: url(../../../images/v1/common/icon_list_rank25.png) center center no-repeat;
}	
.indexRanking ol li span.rank26 {	
	background: url(../../../images/v1/common/icon_list_rank26.png) center center no-repeat;
}	
.indexRanking ol li span.rank27 {	
	background: url(../../../images/v1/common/icon_list_rank27.png) center center no-repeat;
}	
.indexRanking ol li span.rank28 {	
	background: url(../../../images/v1/common/icon_list_rank28.png) center center no-repeat;
}	
.indexRanking ol li span.rank29 {	
	background: url(../../../images/v1/common/icon_list_rank29.png) center center no-repeat;
}	
.indexRanking ol li span.rank30 {	
	background: url(../../../images/v1/common/icon_list_rank30.png) center center no-repeat;
}	

.indexRanking ol li .socialbutton {
	display: block;
	margin: 5px 0 0 ;
	padding: 0 0 5px 26px;
	border-bottom: 1px dotted #B2B2B2;
}

.indexRanking ol li .socialbutton ul {
	height: 24px;
}

.indexRanking ol li .socialbutton li {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 24px;
}



/* ===== 5-6. index photo+text ====================================================================== */

.indexPhototext {
	margin: 0 auto 20px;
	font-size: 1.5em;
	font-size: 1.5rem;
}

.indexPhototext h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #333;
	margin: 20px 0;
	padding-bottom: 18px;
	background: url(../../../images/v1/common/bg_categorytitle.png) left bottom repeat-x;
	position: relative;
}

.indexPhototext h1 span {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin-left: 10px;
	position: absolute;
	top: 4px;
}

.indexPhototext h2 {
	color: #333;
	border: 1px solid #e6e6e6; 
	padding: 8px 10px 5px;
	margin-bottom: 10px;
	background: #e5e5e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(40%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.indexPhototext h3 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 10px;
}

.indexPhototext ul {
	margin-bottom: 30px;
}

.indexPhototext li {
	display: block;
	margin: 0 0 25px 0;
}

.indexPhototext li .title {
	margin-bottom: 5px;
}

.indexPhototext li .lead {
	line-height: 1.25;
}

.indexPhototext li .photo {
	text-align: center;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 126px;
	height: 126px;
}

.indexPhototext li .photo img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 2px;
}





/* --------------------------------------------
6. detail styles
--------------------------------------------*/

/* ===== 6-1. news detail ====================================================================== */

.articleText {
	margin: 0 auto 20px;
	position: relative;
}

.articleText article h1 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 10px 10px 5px;
}

.articleText article .addition {
	display: block;
	padding: 4px 10px 10px;
}

.articleText article .addition time {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #898989;
}

.articleText article .credit {
	display: block;
	padding-left: 10px;	
	padding-bottom: 10px;
	width: 140px;
}
.articleText article .credit img {
	display: block;
	max-width: 140px;
}

.articleText article p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding:0 10px;
}

.editorProfile {
border: 1px solid #0159a9;
padding: 10px;
margin: 10px;
}
.editorProfile span {
	display:block;
}

article .editorProfile .photo {
display: block;
float: left;
margin: 0 10px 0 0;
width: auto;
}
article .editorProfile .photo img {
margin: 0;
padding: 0;
max-height: 80px;
max-width: 80px;
}

.editorProfile .text {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5;
padding-left: 90px;
}

.editorProfile .text .title {
font-weight: bold;
margin-bottom: 10px;
display: block;
}

.articleText .socialbutton {
	display: block;
	margin: 10px;
	height: 60px;
}

.articleText .socialbutton li {
	display: block;
	float: left;
	width: 33%;
	margin-top: 6px;
}

.articleText .socialbutton span.credit {
	display: inline-block;
	float: right;
}

.articleText article .photoWired {
	display: block;
	margin: 0 auto 10px;
	text-align: center;

}

.articleText article .photoWired a {
	text-align: center;
}

.articleText article .photoWired img {
	display: block;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

/*=== 記事内装飾タグ ===*/

/* 動画 */
.articleText .movie {
display: block;
margin: 0 auto 15px;
padding: 10px 0;
text-align: center;
background: #121411;
}
.articleText .movie iframe {
width: 100% !important;
margin: 15px auto;
}

/* 小見出し */
.articleText span.subhead {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	border-left: 8px solid #0159a9;
	padding-left: 10px;
	margin-top: 1.5em;
}

/* 太字 */
.articleText span.strong{
	font-weight: bold;
}

/* 中央揃え */
.articleText span.center{
	display: block;
	text-align: center;
}

/* contentsOpener関連 */
.js .read-more .box {
	overflow: hidden;
}

.js .read-more .box.open .more-part {
	opacity: 1;
}

.js .read-more .not-fallback {
	display: block !important;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

.js.csstransitions .read-more.ready .box,
.js.csstransitions .read-more.ready .more-part {
	transform-style: preserve-3d;
	transition: height 0.3s ease-out 0s, opacity 0.3s ease-in 0s;
}



/* ===== 6-2. photo detail ====================================================================== */

.articlePhoto {
}

.articlePhoto h1 {
	font-size: 2.2em;
	font-size: 2.2rem;
	color: #113b7d;
	margin: 0 0 10px;
}

.articlePhoto h1 span {
	font-size: 1.2em;
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
	color: #898989;
}

.articlePhoto .photo {
	margin: 0 auto 10px;
	display: block;
	text-align: center;
	position: relative;
}

.articlePhoto p {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin: 0 30px 20px;
	color: #898989;
}

.articlePhoto .photo span.articlePhotoimage {
	margin: 0 auto 10px;
	text-align: center;
	display: block;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	max-width: 606px;
	max-height: 606px;
	position: relative;
}

.articlePhoto .photo a.pagePrev {
	text-decoration: none;
	width: 24px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: #333333; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #333333 0%, #000000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(90%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#000000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#000000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#000000 90%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#000000 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 ); /* IE6-8 */

}

.articlePhoto .photo a.pagePrev:hover {
	background: #4d4d4d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #4d4d4d 0%, #808080 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(100%,#808080)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4d4d4d 0%,#808080 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4d4d4d 0%,#808080 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4d4d4d 0%,#808080 100%); /* IE10+ */
	background: linear-gradient(to right,  #4d4d4d 0%,#808080 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#808080',GradientType=1 ); /* IE6-8 */
}


.articlePhoto .photo a.pagePrev span {
	color: rgba(0, 0, 0, 0);
	font-size: 0.1;
	width: 24px;
	height: 150px;
	display: block;
	background: url(../../../images/v1/common/icon_content_prev.png) center center no-repeat;
}

.articlePhoto .photo a.pageNext {
	text-decoration: none;
	width: 24px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	background: #333333; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #333333 0%, #000000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(90%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#000000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#000000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#000000 90%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#000000 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 ); /* IE6-8 */
}

.articlePhoto .photo a.pageNext:hover {
	background: #808080; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #808080 0%, #4d4d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#808080), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #808080 0%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #808080 0%,#4d4d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #808080 0%,#4d4d4d 100%); /* IE10+ */
	background: linear-gradient(to right,  #808080 0%,#4d4d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#4d4d4d',GradientType=1 ); /* IE6-8 */
}

.articlePhoto .photo a.pageNext span {
	color: rgba(0, 0, 0, 0);
	font-size: 0.1;
	width: 24px;
	height: 150px;
	display: block;
	background: url(../../../images/v1/common/icon_content_next.png) center center no-repeat;
}

.articlePhoto .photo a.pageReturn {
	text-decoration: none;
	width: 24px;
	height: 30px;
	position: absolute;
	top: 160px;
	left: 0;
}

.articlePhoto .photo a.pageReturn span {
	color: rgba(0, 0, 0, 0);
	font-size: 0.1;
	width: 24px;
	height: 30px;
	display: block;
	background: url(../../../images/v1/common/icon_content_return.png) center center no-repeat;
}

.articlePhoto .photo a.pageReturn span:hover {
	background: url(../../../images/v1/common/icon_content_return_over.png) center center no-repeat;
}

.articlePhoto .photo a.photoZoom {
	text-decoration: none;
	color: rgba(0, 0, 0, 0);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 2px;
	right: 2px;
	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #000000 0%, #333333 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(90%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#333333 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#333333 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#333333 90%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#333333 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.articlePhoto .photo a.photoZoom span {
	color: rgba(0, 0, 0, 0);
	font-size: 0.1em;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../../../images/v1/common/icon_content_zoom.png) center center no-repeat;
}


.articlePhoto img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	padding: 2px;
}



/* ===== 6-4. photo detail ====================================================================== */

.bodPhotozoom .contentWrap {
	width: 100%;
	box-shadow: none;
}

.bodPhotozoom #headerMod #logo{
	margin-left: 0;
}

.modPhotozoom {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bodPhotozoom footer {
	font-size: 1.2em;
	font-size: 1.2rem;
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.bodPhotozoom header {
	border-bottom: 5px solid #044e95;
}

#headerMod #photozoomclose {
	text-align: center;
	width: 150px;
	height: 30px;
	position: absolute;
	display: block;
	vertical-align: middle;
	top: 25px;
	right: 0;
	border: 1px solid #014e94;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	background: #044e95; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NGU5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #044e95 0%, #0061bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#044e95), color-stop(100%,#0061bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #044e95 0%,#0061bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #044e95 0%,#0061bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #044e95 0%,#0061bf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #044e95 0%,#0061bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044e95', endColorstr='#0061bf',GradientType=0 ); /* IE6-8 */
}

#headerMod #photozoomclose a {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	padding-left: 26px;
	background: url(../../../images/v1/common/icon_content_photoclose.png) center left no-repeat;
}

/* --------------------------------------------
7. others
--------------------------------------------*/
/* ===== 7-1. static ====================================================================== */


/*
 * widget default styles for appBox
 */

#contentsOverlay {
	width: 100%;
	background-color: #c0c0c0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

#contentsOverlay.active {
	display: block;
}

.rgba #contentsOverlay {
	background-color: rgba(0,0,0,0.4);
}

#windowContainer {
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#windowContainer .boxWrapper{
	height: 1px;
	overflow: hidden;
}


/* ===== 7-2. slide menu ====================================================================== */

#slideSideMenu {
	background-color: #333;
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}

#slideSideMenu.left {
	left: 0;
}

#slideSideMenu.right {
	right: 0;
}

#slideSideMenu li{
	list-style: none;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #000;
	font-size:14px;
	line-height: 1.8;
}

#slideSideMenu li a {
	padding:10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#slideSideMenu li:last-child {
	border-bottom: none;
}

#slideSideMenu .ssmHeader {
	height: 49px;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	background-color: #333;
}

#slideSideMenu .ssmHeader div {
	padding: 17px 0px 0px 19px;
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
}

#slideSideMenu .ssmHeader {
	position: relative;
}

#slideSideMenu .ssmBody {
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slideSideMenu .ssmBody .ssmContent {
	position: relative;
}

/*=== メニュー用CSS（memu/imdex.html） ===*/

#siteMenuLists {
	border-top: 1px solid #e1e1e1;
}

#siteMenuLists > h1{	
	font-size: 1.5em;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px;
	background-color: #333;
	background: #333; /* Old browsers */
}
#siteMenuLists > h1{	
	color: #fff;!important
}

.ssmList ul,
.ssmList h1{
	color: #333;
	font-size: 1.5px;
	font-size: 1.5rem;
}
.ssmList li,
.ssmList h1{
	border-bottom: 1px solid #e1e1e1;
}

.ssmList li{
	text-indent: 1em;
}

.ssmList h1 a{
	color: #333;
	display: block;
	padding: 12px 20px 12px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}
.ssmList li a{
	color: #333;
	display: block;
	padding: 10px 20px 10px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}

.ssmList li a:hover,
.ssmList h1 a:hover{
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .ssmList li a,
.backgroundsize .ssmList h1 a{
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .ssmList li a:hover,
.backgroundsize .ssmList h1 a:hover{
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}



/* ===== 7-2. mincome ====================================================================== */
.mincome h1{
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}
.mincome .widget{
	text-align:center;
	width:300px;
	margin: 10px auto 20px;
	font-size: 1.5em;
	font-size: 1.5rem;
}


/* ===== 7-3. shimenview ====================================================================== */
.modShimenview h1{
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}
.modShimenview .widget{
	text-align:center;
	margin: 0 auto;
}
.modShimenview .widget img{
	max-width: 90%;
}

/* Botton */
.modShimenview ul{
	margin: 0 auto;
	padding: 0 10px;
}
.modShimenview ul li {
	clear: none;
	margin: 0 5px;
}
/**/
.modShimenview ul.btn li:first-child a {
	margin-bottom:10px;
}
.modShimenview ul.btn li:last-child a {
}

.modShimenview ul.btn li a{
	display: block;
	background: #014e94; /* Old browsers */
	background: -moz-linear-gradient(top,  #014e94 0%, #0064c0 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014e94), color-stop(50%,#0064c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #014e94 0%,#0064c0 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #014e94 0%,#0064c0 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014e94', endColorstr='#0064c0',GradientType=0 ); /* IE6-9 */
  /*
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid #ccc;
  */
  border-radius: 4px;
  font-size: 1.5em;
  font-size: 1.5rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 #0064C0;
	color:#fff;
}
.modShimenview ul.btn li a:hover {
	
	background: #014e94; /* Old browsers 014e94 */
	background: -moz-linear-gradient(top,  #0064c0 0%, #014e94 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0064c0), color-stop(50%,#014e94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0064c0 0%,#014e94 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0064c0 0%,#014e94 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0064c00%,#014e94 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #014e94 0%,#014e94 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064c0', endColorstr='#014e94',GradientType=0 ); /* IE6-9 */
	/*
  background: -moz-linear-gradient(top, #eeeeee, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
  */
}


/* ===== 7-4. frequencyお問い合わせ ====================================================================== */
.frequency{	
	font-size: 1.5em;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 2em;
}
.frequency h1{
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 8px 10px;
	background: #0064C0; /* Old browsers */
}
.frequency h2{
	text-align: left;
	font-size: 1.7em;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 3px solid #0064C0;
	margin: 1em 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(206, 206, 206, 0.7);
	-moz-box-shadow:    0px 3px 5px 0px rgba(206, 206, 206, 0.7);
	box-shadow:         0px 3px 5px 0px rgba(206, 206, 206, 0.7);
}
.frequency p{
	font-size: 1.5em;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: .5em .5em 0;
}
.frequency more{
	margin-bottom: 2em;
}

/* ===== 7-5. swiper ====================================================================== */

/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
