@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

3. right module styles
	3-1. pickup
	3-2. ranking
	3-3. sankei news
	3-4. sankei discussion
	3-5. sankei information

4. left module styles
	4-1. top news slider
	4-2. photo module wide 1column
	4-3. photo module 2column
	4-4. text module wide 1column
	4-5. text module 2column
	4-6. panorama slider

5. index styles
	5-1. news list
	5-2. photo list
	5-3. photo hover list
	5-4. movie list
	5-5. calendar list
	5-6. ranking list
	5-7. pagenator

6. detail styles
	6-1. news detail
	6-2. photo detail
	6-3. gallery detail
	6-4. feature detail
	6-5. fullscreen detail

7. others
	7-1. static
	7-2. slide menu
	7-3. loading
	7-4. app box
	7-5. menu
	7-6. error
	7-7. frequency
	7-8. 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: 0 auto;
}


.footerWrap {
	width: 100%;
	background-color: #f2f2f2;
	margin: 0 auto;
}

/* ===== 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;
}


/* --------------------------------------------
1. header styles
--------------------------------------------*/

/* ===== 1-1. header ====================================================================== */

.headerWrap {
	width: 100%;
	color: #333;
}


.headerWrap header {
	width: 100%;
	margin: 0 auto;
}

.headerWrap #headerMod {
	background: #2a2a2a; /* 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;
	position: relative;
	height: 50px;
}

/* ===== ロゴ ===== */
#headerMod img {
	vertical-align: middle;
}

#headerMod #logo {
	padding-top: 10px;
}

#headerMod #logo a {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 150px;
}
#headerMod #logo img {
	width: 150px;
}

/* ===== 共通サイドナビ(ロゴ横) ===== */

#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;
}


/* ===== 1-2. navigation ====================================================================== */

#globalNav_top {
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	background:#2a2a2a;
	border-top: 1px solid #3d3d3d;
	border-bottom: 3px solid #05a3ff;
	-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 {
	display:inline-block;
}

#globalNav_top li:nth-last-of-type(4) {
	display: none;
}

#globalNav_top li a {
	display:block;
	background:#2a2a2a;
	text-align: center;
	height: 40px;
	padding: 5px 10px;
	line-height: 40px;
	color: #fff;
	border-right: 1px solid rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

#globalNav_top li.active a {
	background-color:#05a3ff;
	color: #fff;
	border-bottom: 1px solid #05a3ff;
}

/* カテゴリスライダー */

.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 {
	height: 50px;
	background: #2a2a2a;
	text-align: center;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide a span {
	display: block;
	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: #2a2a2a;
}

.globalNav .swiper-container .swiper-wrapper .swiper-slide.active a {/*span*/
	border-bottom: 1px solid #2a2a2a;
}

/* --------------------------------------------
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: 14px;
	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 {
	display: none;
	/* text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	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: 13px;
	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;
	text-decoration: underline;
}

footer li address{
	display: inline;
}


/* ===== 2-5. copyright ====================================================================== */

footer .copyrights {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	padding: 15px 0;
}


/* ===== 2-6. footerRelevant ====================================================================== */

.footerWrap .footerRelevant{
	font-size: 13px;
	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;
	width: 58px;
}

.footerWrap .footerRelevant li a {
	-webkit-tap-highlight-color: #ccc;
}
.footerWrap .footerRelevant li a:hover,
.footerWrap .footerRelevant li a:active {
	background-color:#efefef;
}

/* --------------------------------------------
3. right module styles
--------------------------------------------*/

/* ===== 3-1. pickup ====================================================================== */

#modPickup {
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#modPickup h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

#modPickup ul {
}

#modPickup li {
	display: block;
	float: left;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	overflow: hidden;
}

#modPickup li:first-of-type {
	float: none;
	width: 100%;
}

#modPickup li a {
	display: block;
	color: #333;
}

#modPickup li a:hover,
#modPickup li a:active {
	background-color: #e5f6ff;
}

#modPickup li a .photo {
}

#modPickup li a .photo img {
	display:block;
	margin: 0 auto;
	height: 120px;
}

#modPickup li a .photoOverlay {
	width: 100%;
	text-align: left;
	background-color: #fff;
	position: relative;
}

#modPickup li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	top: -15px;
	left: 5px;
}

#modPickup li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	height:2.0em;
	overflow: hidden;
	display:block;
	padding: 5px;
}

#modPickup li:first-of-type a .photoOverlay .title {
	height: auto;
}

#modPickup .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

#modPickup .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

#modPickup .more a:hover,
#modPickup .more a:active {
	background-color: #047bbf;
}


/* ===== 3-2. ranking ====================================================================== */

#modRanking {
	margin: 0 auto 15px;
}

#modRanking h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

#modRanking li {
	position: relative;
}

#modRanking li a {
	height: 110px;
	display: block;
	color: #333;
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}

#modRanking li a:hover,
#modRanking li a:active {
	background-color: #e5f6ff;
}

#modRanking li .photo {
	display: block;
	float: left;
	margin: 10px 10px 0 15px;
	width: 90px;
	height: 90px;
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#modRanking li .photo img {
	display: block;
	margin: 0 auto;
}

#modRanking li .title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	height: 3.8em;
	margin: 0 5px;
	padding-top: 15px;
	display: block;
}

#modRanking li .lead {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
}

#modRanking li .status {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#modRanking li .status dd {
	display: inline-block;
	min-width: 46px;
	text-align: right;
}

#modRanking li .status dd.tw {
	padding: 3px 5px 3px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_tw.png) #5cb0f0 5px center no-repeat;
}

#modRanking li .status dd.fb {
	padding: 2px 5px 2px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_fb.png) #4462a0 5px center no-repeat;
}

#modRanking ol li span.rankNum {
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#modRanking ol li span.rank01 {
	background: url(../../../images/v1/common/fallback/icon_list_rank01.png) center center no-repeat;
}
#modRanking ol li span.rank02 {
	background: url(../../../images/v1/common/fallback/icon_list_rank02.png) center center no-repeat;
}
#modRanking ol li span.rank03 {
	background: url(../../../images/v1/common/fallback/icon_list_rank03.png) center center no-repeat;
}
#modRanking ol li span.rank04 {
	background: url(../../../images/v1/common/fallback/icon_list_rank04.png) center center no-repeat;
}
#modRanking ol li span.rank05 {
	background: url(../../../images/v1/common/fallback/icon_list_rank05.png) center center no-repeat;
}
#modRanking ol li span.rank06 {
	background: url(../../../images/v1/common/fallback/icon_list_rank06.png) center center no-repeat;
}
#modRanking ol li span.rank07 {
	background: url(../../../images/v1/common/fallback/icon_list_rank07.png) center center no-repeat;
}
#modRanking ol li span.rank08 {
	background: url(../../../images/v1/common/fallback/icon_list_rank08.png) center center no-repeat;
}
#modRanking ol li span.rank09 {
	background: url(../../../images/v1/common/fallback/icon_list_rank09.png) center center no-repeat;
}
#modRanking ol li span.rank10 {
	background: url(../../../images/v1/common/fallback/icon_list_rank10.png) center center no-repeat;
}
#modRanking ol li span.rank11 {
	background: url(../../../images/v1/common/fallback/icon_list_rank11.png) center center no-repeat;
}
#modRanking ol li span.rank12 {
	background: url(../../../images/v1/common/fallback/icon_list_rank12.png) center center no-repeat;
}
#modRanking ol li span.rank13 {
	background: url(../../../images/v1/common/fallback/icon_list_rank13.png) center center no-repeat;
}
#modRanking ol li span.rank14 {
	background: url(../../../images/v1/common/fallback/icon_list_rank14.png) center center no-repeat;
}
#modRanking ol li span.rank15 {
	background: url(../../../images/v1/common/fallback/icon_list_rank15.png) center center no-repeat;
}
#modRanking ol li span.rank16 {
	background: url(../../../images/v1/common/fallback/icon_list_rank16.png) center center no-repeat;
}
#modRanking ol li span.rank17 {
	background: url(../../../images/v1/common/fallback/icon_list_rank17.png) center center no-repeat;
}
#modRanking ol li span.rank18 {
	background: url(../../../images/v1/common/fallback/icon_list_rank18.png) center center no-repeat;
}
#modRanking ol li span.rank19 {
	background: url(../../../images/v1/common/fallback/icon_list_rank19.png) center center no-repeat;
}
#modRanking ol li span.rank20 {
	background: url(../../../images/v1/common/fallback/icon_list_rank20.png) center center no-repeat;
}

/* ===== 3-3. sankei news ====================================================================== */

#modSankeinews {
	margin: 0 auto 15px;
}

#modSankeinews h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;

}


#modSankeinews ul {
	font-size: 15px;
	font-size: 1.5rem;
}
#modSankeinews li {
	border-bottom: 1px solid #e1e1e1;
}

/*
#modSankeinews li a {
	color: #333;
	display: block;
	min-height: 2.8em;
	vertical-align: middle;
	padding: 6px 20px 6px 10px;
	background: url(../../../images/v1/common/fallback/arrow_off.png) 98% 50% no-repeat;
}

#modSankeinews li a:active {
	background: url(../../../images/v1/common/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize #modSankeinews li a {
	background: url(../../../images/v1/common/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize #modSankeinews li a:hover,
.backgroundsize #modSankeinews li a:active {
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

*/

#modSankeinews li .addition {
	color: #898989;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 5px;
}

#modSankeinews li .addition time {
	margin: 0 5px;
}

#modSankeinews #adEcpickup {
	display: none;
}

/* ===== 3-4. sankei discussion ====================================================================== */

#modSankeidiscussion {
/***** 2014.10.01以降開放
	margin: 0 auto 15px;
*****/
	display: none;
}

#modSankeidiscussion h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

/* ===== 3-X. display none module ====================================================================== */


/* --------------------------------------------
4. left module styles
--------------------------------------------*/

/* ===== 4-1. top news slider ====================================================================== */

#topPhotoSlideShow {
	position: relative;
}

.modTopslider {
	margin: 0 auto;
}

.modTopslider .topSliderThumb {
}

/* フォールバック対応 */
.no-js .modTopslider .topSliderThumb {
	visibility: hidden;
}

.modTopslider .topSliderThumb .topSliderPrev {
	color: rgba(0, 0, 0, 0);
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.8) 30% center no-repeat;
	position: absolute;
	left: 0;
	top: 70px;
	opacity: 0.8;
	border-top-right-radius:45px;
	border-bottom-right-radius:45px;
	width: 35px;
	height: 70px;
	z-index: 9999;
}
.modTopslider .topSliderThumb .topSliderNext {
	color: rgba(0, 0, 0, 0);
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.8) 70% center no-repeat;
	position: absolute;
	right: 0;
	top: 70px;
	opacity: 0.8;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
	width: 35px;
	height: 70px;
	z-index: 9999;
}

.modTopslider .topSliderThumb .topSliderPrev a,
.modTopslider .topSliderThumb .topSliderNext a {
	color: rgba(0, 0, 0, 0);
	font-size: 0;
}
.modTopslider .topSliderThumb ul {
	position: relative;
	left: 0;
	top: 0;
	height: 50px;
}

.modTopslider .topSliderThumb li {
	display: block;
}

.modTopslider .topSlidermain {
	width: 100%;
	background-color: #fff;
	display: block;
	position: relative;
	margin: 0 auto;
}

.lt-ie8 .modTopslider .topSlidermain {
	width: auto;
}

/* トップフォトスライドショー */
/*---
	本体要素
*/
.modTopslider .topSlidermain .swiper-container {
	width: 100%;
	min-height: 240px;
}

.modTopslider .topSlidermain .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	min-height: 240px;
	position: relative;
}

.modTopslider .topSlidermain .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.modTopslider .topSlidermain ul {
	width: 100%;
	position: absolute;
}

.modTopslider li {
	display: block;
	float: left;
	vertical-align: bottom;
	position: relative;
}

.modTopslider li a {
	display: block;
	color: #fff;
}

.modTopslider li a .photo {
	display:block;
	min-height: 240px;
	overflow:hidden;
}

.modTopslider li a .photo img {
	width: 100%;
}

.modTopslider li a p {
	width: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	bottom: 0;
	left: 0;
}

.modTopslider li a p .subtitle {
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	top: -15px;
	left: 5px;
}

.modTopslider li a p .title {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 2.4em;
	overflow: hidden;
	padding: 10px 5px;
}

.modTopslider li a p time {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	margin-bottom: 5px;
}


/* トップフォトスライドショー */

.modTopslider .topSliderNext {
	cursor: pointer;
}

.modTopslider .topSliderPrev {
	cursor: pointer;
}

.swiper-nav {
	display: none;
}

/* ===== 4-2. photo module wide 1column (1l+4s photo) ====================================================================== */

.modPhoto1column {
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modPhoto1column h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.modPhoto1column ul {
}

.modPhoto1column li {
	display: block;
	float: left;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	overflow: hidden;
}

.modPhoto1column li:first-of-type {
	float: none;
	width: 100%;
	max-width: 100%;
}

.modPhoto1column li a {
	display: block;
	color: #333;
}

.modPhoto1column li a:hover,
.modPhoto1column li a:active {
	background-color: #e5f6ff;
}


.modPhoto1column li a .photo {
}

.modPhoto1column li a .photo img {
	display:block;
	margin: 0 auto;
	height: 120px;
}

.modPhoto1column li a .photoOverlay {
	width: 100%;
	text-align: left;
	background-color: #fff;
	position: relative;
}

.modPhoto1column li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	top: -15px;
	left: 5px;
}

.modPhoto1column li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	height:2.0em;
	overflow: hidden;
	display:block;
	padding: 10px 5px;
}

.modPhoto1column li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	text-align: right;
	padding: 0 5px 5px 0;
}

.modPhoto1column .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

.modPhoto1column .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.modPhoto1column .more a:hover,
.modPhoto1column .more a:active {
	background-color: #047bbf;
}

/* ===== 4-3. photo module 2column (1l+4s photo) ====================================================================== */


.modPhoto2column {
	margin: 0 auto;
}

.modPhoto2column h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.modPhoto2column ul {
}

.modPhoto2column li {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modPhoto2column li a {
	display: block;
	color: #333;
	padding: 5px;
}

.modPhoto2column li:first-of-type a {
	padding: 0;
}

.modPhoto2column li a:hover,
.modPhoto2column li a:active {
	background-color: #e5f6ff;
}

.modPhoto2column li a .photo {
	float: left;
	display: block;
}

.modPhoto2column li:first-of-type a .photo {
	float: none;
	max-height: 300px;
	overflow: hidden;
}

.modPhoto2column li a .photo img {
	display:block;
	margin: 0 auto;
	width: 120px;
}

.modPhoto2column li:first-of-type a .photo img {
	display:block;
	margin: 0 auto;
	width: 320px;
}

.modPhoto2column li a .photoOverlay {
}

.modPhoto2column li:first-of-type a .photoOverlay {
	margin: 5px auto;
	padding: 5px;
}

.modPhoto2column li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	display: inline-block;
	margin: 0 5px;
}

.modPhoto2column li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	height:2.4em;
	overflow: hidden;
	display:block;
	padding: 5px;
}

.modPhoto2column li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	text-align: right;
	padding: 5px 5px 0;
}

.modPhoto2column .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

.modPhoto2column .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.modPhoto2column .more a:hover,
.modPhoto2column .more a:active {
	background-color: #047bbf;
}

/* ===== 4-4. text module wide 1column ====================================================================== */

.modIndex1column {
	margin: 0 auto;
}

.modIndex1column h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.modIndex1column li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

.modIndex1column li a {
	display: block;
	color: #333;
	padding: 5px 10px 5px 5px;
	position: relative;
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}

.modIndex1column li a:hover,
.modIndex1column li a:active {
	background-color: #e5f6ff;
}

.modIndex1column li .photo {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.modIndex1column li .subtitle {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px 0;
}

.modIndex1column li .title {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	overflow: hidden;
}

.modIndex1column time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display:block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.modIndex1column .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

.modIndex1column .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.modIndex1column .more a:hover,
.modIndex1column .more a:active {
	background-color: #047bbf;
}


/* ===== 4-5. text module 2column ====================================================================== */

.modIndex2column {
	margin: 0 auto;
}

.chartbeatRankingWidget {
	display: none;
}

.modIndex2column h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.modIndex2column li {
	position: relative;
	min-height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modIndex2column li a {
	display: block;
	padding: 5px;
	min-height: 90px;
	color: #333;
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}

.modIndex2column li a:hover,
.modIndex2column li a:active {
	background-color: #e5f6ff;
}

.modIndex2column li .photo {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
	height: 90px;
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.modIndex2column li .photo img {
	display: block;
	margin: 0 auto;
}

.modIndex2column li .title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	height: 3.8em;
	margin: 0 5px;
	padding-right: 5px;
}

.modIndex2column li .lead {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
}

.modIndex2column li .status {
	color: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.modIndex2column li dl.status {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.modIndex2column li .status dd {
	display: inline-block;
	min-width: 46px;
	text-align: right;
}

.modIndex2column li .status dd.tw {
	padding: 3px 5px 3px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_tw.png) #5cb0f0 5px center no-repeat;
}

.modIndex2column li .status dd.fb {
	padding: 2px 5px 2px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_fb.png) #4462a0 5px center no-repeat;
}

.modIndex2column li .status dd.sugoi {
	padding: 2px 5px 2px 50px ;
	color: #333;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}
.modIndex2column li .status.rank-up {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankup.png) center center no-repeat;
}
.modIndex2column li .status.rank-down {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankdown.png) center center no-repeat;
}
.modIndex2column li .status.rank-flat {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankflat.png) center center no-repeat;
}

.modIndex2column ol li span.rankNum {
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 90px;
	margin: 0 10px 0 5px;
	display: block;
	float: left;
}
.modIndex2column ol li span.rank1,
.modIndex2column ol li span.rank01 {
	background: url(../../../images/v1/common/fallback/icon_list_rank01.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank2,
.modIndex2column ol li span.rank02 {
	background: url(../../../images/v1/common/fallback/icon_list_rank02.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank3,
.modIndex2column ol li span.rank03 {
	background: url(../../../images/v1/common/fallback/icon_list_rank03.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank4,
.modIndex2column ol li span.rank04 {
	background: url(../../../images/v1/common/fallback/icon_list_rank04.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank5,
.modIndex2column ol li span.rank05 {
	background: url(../../../images/v1/common/fallback/icon_list_rank05.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank6,
.modIndex2column ol li span.rank06 {
	background: url(../../../images/v1/common/fallback/icon_list_rank06.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank7,
.modIndex2column ol li span.rank07 {
	background: url(../../../images/v1/common/fallback/icon_list_rank07.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank8,
.modIndex2column ol li span.rank08 {
	background: url(../../../images/v1/common/fallback/icon_list_rank08.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank9,
.modIndex2column ol li span.rank09 {
	background: url(../../../images/v1/common/fallback/icon_list_rank09.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank10 {
	background: url(../../../images/v1/common/fallback/icon_list_rank10.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank11 {
	background: url(../../../images/v1/common/fallback/icon_list_rank11.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank12 {
	background: url(../../../images/v1/common/fallback/icon_list_rank12.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank13 {
	background: url(../../../images/v1/common/fallback/icon_list_rank13.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank14 {
	background: url(../../../images/v1/common/fallback/icon_list_rank14.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank15 {
	background: url(../../../images/v1/common/fallback/icon_list_rank15.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank16 {
	background: url(../../../images/v1/common/fallback/icon_list_rank16.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank17 {
	background: url(../../../images/v1/common/fallback/icon_list_rank17.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank18 {
	background: url(../../../images/v1/common/fallback/icon_list_rank18.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank19 {
	background: url(../../../images/v1/common/fallback/icon_list_rank19.png) center 50% no-repeat;
}
.modIndex2column ol li span.rank20 {
	background: url(../../../images/v1/common/fallback/icon_list_rank20.png) center 50% no-repeat;
}

.modIndex2column .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 5px;
	position:relative;
}

.modIndex2column .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.modIndex2column .more a:hover,
.modIndex2column .more a:active {
	background-color: #047bbf;
}

.modIndex2column .more .addition {
	position: absolute;
	top: 5px;
	left: 5px;
}

/***** 2014.10.01以降削除 *****/
.modIndex2column .more .addition  {
	display:none;
}

.modIndex2column .more .addition a {
	color: #047bbf;
	text-align: center;
	padding: 5px 5px 4px;
	margin: 0 5px 0 0;
	background-image: none;
	background-color: #fff;
	border: 1px solid #047bbf;
	display: inline-block;
	width: 70px;
}

.modIndex2column .more .addition a:hover,
.modIndex2column .more .addition a:active {
	color: #fff;
	background-image: none;
	background-color: #05a3ff;
	border: 1px solid #05a3ff;
}



/* chartbeatランキングウィジェット */
.modIndex2column .cb-rank-viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.modIndex2column .cb-rank-viewport .cb-rank-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
}

.modIndex2column .cb-rank-viewport .cb-rank-wrapper ol {
	position: relative;
	width: 100%;
}

.modIndex2column .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;
}

.modIndex2column .cb-rank-viewport .cb-rank-wrapper ol.now-loading li {
	opacity: 0.3;
}

.modIndex2column .cb-rank-viewport .cb-rank-wrapper ol li.cb-rank-entry {
	background-color: #fff;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.modIndex2column .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;
}

.cssgradients .modIndex2column .cb-rank-viewport .cb-rank-cover {
	opacity: 1;
}

.modIndex2column .cb-rank-viewport .cb-rank-cover {
	height: 10px;
	opacity: 0.3;
	position: relative;
	width: 100%;
	z-index: 2;
}


/* ===== 4-6. panorama slider ====================================================================== */

#modPanorama {
	margin: 0 auto;
}

#modPanorama h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

#modPanorama .device {
	margin: 0 auto;
	position: relative;
}
#modPanorama .device .arrow-left {
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.8) 30% center no-repeat;
	position: absolute;
	left: 0;
	top: 80px;
	opacity: 0.8;
	border-top-right-radius:45px;
	border-bottom-right-radius:45px;
	width: 35px;
	height: 70px;
	z-index: 9999;
}

#modPanorama .device .arrow-right {
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.8) 70% center no-repeat;
	position: absolute;
	right: 0;
	top: 80px;
	opacity: 0.8;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
	width: 35px;
	height: 70px;
	z-index: 9999;
}

#modPanorama .device .arrow-left:hover,
#modPanorama .device .arrow-right:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* フォールバック対応 */
.no-js #modPanorama .device .arrow-left,
.no-js #modPanorama .device .arrow-right {
	visibility: hidden;
}

#modPanorama .device .swiper-container {
	width: 100%;
	height: 240px;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 240px;
	position: relative;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide a {
	color: #fff;
	display: block;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	display:block;
	max-height: 240px;
	width: auto;
	margin: 0 auto;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide p {
	width: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	bottom: 0;
	left: 0;
}
#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide p span.subtitle {
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	top: -15px;
	left: 5px;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide p span.title {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 2.4em;
	overflow: hidden;
	padding: 10px 5px;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide .addition {
	display: block;
	margin: 0 5px;
	text-align: right;
}

#modPanorama .device .swiper-container .swiper-wrapper .swiper-slide p time {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	margin-bottom: 5px;
}

#modPanorama .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

#modPanorama .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

#modPanorama .more a:hover,
#modPanorama .more a:active {
	background-color: #047bbf;
}

/* --------------------------------------------
5. index styles
--------------------------------------------*/

/* ===== 5-1. news list ====================================================================== */

.indexNews {
	margin: 0 auto;
}

.indexNews h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
	position: relative;
}

.indexNews h1 span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #ccc;
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.indexNews ul {
}

.indexNews li {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.indexNews li a {
	display: block;
	color: #333;
	padding: 5px;
}

.indexNews li:first-of-type a {
	padding: 0;
}

.indexNews li a:hover,
.indexNews li a:active {
	background-color: #e5f6ff;
}

.indexNews li a .photo {
	float: left;
	display: block;
}

.indexNews li:first-of-type a .photo {
	float: none;
}

.indexNews li a .photo img {
	display:block;
	margin: 0 auto;
	width: 120px;
}

.indexNews li:first-of-type a .photo img {
	display:block;
	margin: 0 auto;
	width: 320px;
}

.indexNews li a .photoOverlay {
}

.indexNews li:first-of-type a .photoOverlay {
	margin: 5px auto;
	padding: 5px;
}

.indexNews li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	display: inline-block;
	margin: 0 5px;
}

.indexNews li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	height:2.4em;
	overflow: hidden;
	display:block;
	padding: 5px;
}

.indexNews li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	text-align: right;
	padding: 5px 5px 0;
}


/* ===== 5-2. photo list ====================================================================== */

.indexPhoto {
	margin: 0 auto;
}

.indexPhoto h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
	position: relative;
}

.indexPhoto h1 span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #ccc;
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.indexPhoto li {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.indexPhoto li a {
	display: block;
	color: #333;
	padding: 5px;
}

.indexPhoto li:first-of-type a {
	padding: 0;
}

.indexPhoto li a:hover,
.indexPhoto li a:active {
	background-color: #e5f6ff;
}

.indexPhoto li a .photo {
	float: left;
	display: block;
}

.indexPhoto li:first-of-type a .photo {
	float: none;
}

.indexPhoto li a .photo img {
	display:block;
	margin: 0 auto;
	width: 120px;
}

.indexPhoto li:first-of-type a .photo img {
	display:block;
	margin: 0 auto;
	width: 320px;
}

.indexPhoto li a .photoOverlay {
}

.indexPhoto li:first-of-type a .photoOverlay {
	margin: 5px auto;
	padding: 5px;
}

.indexPhoto li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	display: inline-block;
	margin: 0 5px;
}

.indexPhoto li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	height:2.4em;
	overflow: hidden;
	display:block;
	padding: 5px;
}

.indexPhoto li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	text-align: right;
	padding: 5px 5px 0;
}

.indexPhoto .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

.indexPhoto .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.indexPhoto .more a:hover,
.indexPhoto .more a:active {
	background-color: #047bbf;
}

/* ===== 5-3. photo hover list ====================================================================== */

.indexPhotohover {
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.indexPhotohover h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.indexPhotohover ul {
}

.indexPhotohover li {
	display: block;
	float: left;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width: 50%;
	overflow: hidden;
}

.indexPhotohover li.listad {
	display: block;
	float: none;
	vertical-align: top;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.indexPhotohover li a {
	display: block;
	color: #333;
}

.indexPhotohover li a:hover,
.indexPhotohover li a:active {
	background-color: #e5f6ff;
}


.indexPhotohover li a .photo {
}

.indexPhotohover li a .photo img {
	display:block;
	margin: 0 auto;
	height: 120px;
}

.indexPhotohover li a .photoOverlay {
	width: 100%;
	text-align: left;
	background-color: #fff;
	position: relative;
}

.indexPhotohover li a .photoOverlay .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 5px;
	position: absolute;
	top: -15px;
	left: 5px;
}

.indexPhotohover li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	height:2.0em;
	overflow: hidden;
	display:block;
	padding: 5px;
}

.indexPhotohover li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	text-align: right;
	padding: 0 5px 5px 0;
}

.indexPhotohover .more {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	display:block;
	padding: 10px;
	position:relative;
}

.indexPhotohover .more a {
	color: #fff;
	text-align: center;
	padding: 6px 5px 5px 15px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) #05a3ff 10px 50% no-repeat;
	display: inline-block;
	width: 100px;
}

.indexPhotohover .more a:hover,
.indexPhotohover .more a:active {
	background-color: #047bbf;
}

/* ===== 5-4. movie list ====================================================================== */

/* ===== 5-5. calendar list ====================================================================== */

.indexCalendar {
	margin: 0 auto;
}

.indexCalendar h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.indexCalendar table {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	margin: 15px 0 0;
}

.indexCalendar table th {
	text-align:center;
	vertical-align:middle;
	padding: 7px 5px 5px;
	background-color: #ccc;
}

.indexCalendar table .caldays th.sun {
	color:#993333;
}

.indexCalendar table .caldays th.sat {
	color:#333399;
}

.indexCalendar table td {
	text-align:center;
	vertical-align:middle;
	border-collapse:collapse;
	border: 1px solid #ccc;
	min-height: 100px;
}

.indexCalendar table td a img {
	display:block;
	margin:0 auto;
	padding: 2px;
	opacity:0.7;
	border:none;
}

.indexCalendar table td a:hover img,
.indexCalendar table td a:active img {
	opacity:1.0;
}

.indexCalendar table td span {
	padding: 5px;
	display: block;
}



/* ===== 5-6. ranking list ====================================================================== */

.indexRanking {
	margin: 0 auto;
}

.indexRanking h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
	position: relative;
}

.indexRanking h1 .more {
/***** 2014.10.01以降開放
	font-size: 12px;
	font-size: 1.2rem;
	height: 22px;
	text-align: right;
	background-color: #05a3ff;
	position:absolute;
	top: 0;
	right: 0;
*****/
	display: none;
}


.indexRanking h1 .more a {
	color: #fff;
	text-align: center;
	padding: 5px 5px 5px 10px;
	background-color: #05a3ff;
	display: block;
	position: relative;
}

.indexRanking h1 .more a:before {
	content: '';
	display: block;
	border: 10px solid transparent;
	border-top: 22px solid #05a3ff;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	overflow: hidden;
}

.indexRanking h1 .more a:hover:before,
.indexRanking h1 .more a:active:before {
	border-top-color: #047bbf;
}

.indexRanking h1 .more a:hover,
.indexRanking h1 .more a:active {
	color: #fff;
	background-color: #047bbf;
}

.indexRanking h1 .more .addition a {
	color: #047bbf;
	text-align: center;
	padding: 5px 5px 4px;
	margin: 0 5px 0 0;
	background-image: none;
	background-color: #fff;
	border: 1px solid #047bbf;
	display: inline-block;
}

.indexRanking h1 .more .addition a:hover,
.indexRanking h1 .more .addition a:active {
	color: #fff;
	text-align: center;
	padding: 5px 5px 4px;
	margin: 0 5px 0 0;
	background-image: none;
	background-color: #05a3ff;
	border: 1px solid #05a3ff;
	display: inline-block;
	width: 80px;
}

.indexRanking li {
	position: relative;
	min-height: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.indexRanking li a {
	display: block;
	padding: 5px;
	min-height: 90px;
	color: #333;
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}

.indexRanking li a:hover,
.indexRanking li a:active {
	background-color: #e5f6ff;
}

.indexRanking li .photo {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	width: 90px;
	height: 90px;
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
}

.indexRanking li .photo img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}

.indexRanking li .subtitle {
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
}

.indexRanking li .title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
	height: 2.4em;
	overflow: hidden;
	margin: 5px;
	padding-right: 5px;
}

.indexRanking li .lead {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.5;
}

.indexRanking li .status {
	color: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.indexRanking li dl.status {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.indexRanking li .status dd {
	display: inline-block;
	min-width: 46px;
	text-align: right;
}

.indexRanking li .status dd.tw {
	padding: 3px 5px 3px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_tw.png) #5cb0f0 5px center no-repeat;
}

.indexRanking li .status dd.fb {
	padding: 2px 5px 2px 26px ;
	background: url(../../../images/v1/common/fallback/icon_content_fb.png) #4462a0 5px center no-repeat;
}

.indexRanking li .status dd.sugoi {
	padding: 2px 5px 2px 50px ;
	color: #333;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}
.indexRanking li .status.rank-up {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankup.png) center center no-repeat;
}
.indexRanking li .status.rank-down {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankdown.png) center center no-repeat;
}
.indexRanking li .status.rank-flat {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/fallback/icon_content_rankflat.png) center center no-repeat;
}

.indexRanking ol li span.rankNum {
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 90px;
	margin: 0 10px 0 5px;
	display: block;
	float: left;
}
.indexRanking ol li span.rank1,
.indexRanking ol li span.rank01 {
	background: url(../../../images/v1/common/fallback/icon_list_rank01.png) center 50% no-repeat;
}
.indexRanking ol li span.rank2,
.indexRanking ol li span.rank02 {
	background: url(../../../images/v1/common/fallback/icon_list_rank02.png) center 50% no-repeat;
}
.indexRanking ol li span.rank3,
.indexRanking ol li span.rank03 {
	background: url(../../../images/v1/common/fallback/icon_list_rank03.png) center 50% no-repeat;
}
.indexRanking ol li span.rank4,
.indexRanking ol li span.rank04 {
	background: url(../../../images/v1/common/fallback/icon_list_rank04.png) center 50% no-repeat;
}
.indexRanking ol li span.rank5,
.indexRanking ol li span.rank05 {
	background: url(../../../images/v1/common/fallback/icon_list_rank05.png) center 50% no-repeat;
}
.indexRanking ol li span.rank6,
.indexRanking ol li span.rank06 {
	background: url(../../../images/v1/common/fallback/icon_list_rank06.png) center 50% no-repeat;
}
.indexRanking ol li span.rank7,
.indexRanking ol li span.rank07 {
	background: url(../../../images/v1/common/fallback/icon_list_rank07.png) center 50% no-repeat;
}
.indexRanking ol li span.rank8,
.indexRanking ol li span.rank08 {
	background: url(../../../images/v1/common/fallback/icon_list_rank08.png) center 50% no-repeat;
}
.indexRanking ol li span.rank9,
.indexRanking ol li span.rank09 {
	background: url(../../../images/v1/common/fallback/icon_list_rank09.png) center 50% no-repeat;
}
.indexRanking ol li span.rank10 {
	background: url(../../../images/v1/common/fallback/icon_list_rank10.png) center 50% no-repeat;
}
.indexRanking ol li span.rank11 {
	background: url(../../../images/v1/common/fallback/icon_list_rank11.png) center 50% no-repeat;
}
.indexRanking ol li span.rank12 {
	background: url(../../../images/v1/common/fallback/icon_list_rank12.png) center 50% no-repeat;
}
.indexRanking ol li span.rank13 {
	background: url(../../../images/v1/common/fallback/icon_list_rank13.png) center 50% no-repeat;
}
.indexRanking ol li span.rank14 {
	background: url(../../../images/v1/common/fallback/icon_list_rank14.png) center 50% no-repeat;
}
.indexRanking ol li span.rank15 {
	background: url(../../../images/v1/common/fallback/icon_list_rank15.png) center 50% no-repeat;
}
.indexRanking ol li span.rank16 {
	background: url(../../../images/v1/common/fallback/icon_list_rank16.png) center 50% no-repeat;
}
.indexRanking ol li span.rank17 {
	background: url(../../../images/v1/common/fallback/icon_list_rank17.png) center 50% no-repeat;
}
.indexRanking ol li span.rank18 {
	background: url(../../../images/v1/common/fallback/icon_list_rank18.png) center 50% no-repeat;
}
.indexRanking ol li span.rank19 {
	background: url(../../../images/v1/common/fallback/icon_list_rank19.png) center 50% no-repeat;
}
.indexRanking ol li span.rank20 {
	background: url(../../../images/v1/common/fallback/icon_list_rank20.png) center 50% no-repeat;
}


/* chartbeatランキングコンテンツ */
.indexRanking .cb-rank-viewport {
	overflow: hidden;
	position: relative;
}

.indexRanking .cb-rank-viewport .cb-rank-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
}

.indexRanking .cb-rank-viewport .cb-rank-wrapper ol {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

.indexRanking .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;
}

.indexRanking .cb-rank-viewport .cb-rank-wrapper ol.now-loading li {
	opacity: 0.3;
}

.indexRanking .cb-rank-viewport .cb-rank-wrapper ol li.cb-rank-entry {
	width: 100%;
	background-color: #fff;
	left: 0;
	overflow: hidden;
	position: absolute;
	padding-bottom: 0;
}

.indexRanking .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;
}

.cssgradients .indexRanking .cb-rank-viewport .cb-rank-cover {
	opacity: 1;
}

.indexRanking .cb-rank-viewport .cb-rank-cover {
	height: 10px;
	opacity: 0.3;
	position: relative;
	width: 100%;
	z-index: 2;
}


/* ===== 5-7. pagenator ====================================================================== */


.pagenator {
	font-size: 12px;
	font-size: 1.2rem;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-color: #737373;
	padding:10px 15px;
	display: block;
}

.pagenator a {
	display:inline-block;
}

.pagenator a.pageNext {
	float:right;
}

.pagenator a.pagePrev {
	float:left;
}

.pagenator .count {
	line-height:30px;
}

.pagenator a {
	font-size: 0;
	text-indent: -99999px;
	height:30px;
	width:30px;
	border-radius: 30px;
	display:block;
}

.pagenator a.pageNext {
	background: url(../../../images/v1/common/fallback/icon_list_pagenext.png) #2a2a2a 50% 50% no-repeat;
}

.pagenator a.pagePrev {
	background: url(../../../images/v1/common/fallback/icon_list_pageprev.png) #2a2a2a 50% 50% no-repeat;
}

.pagenator .pageNext a:hover,
.pagenator .pageNext a:active,
.pagenator .pagePrev a:hover,
.pagenator .pagePrev a:active {
	background-color:#0096b9;
}


/* --------------------------------------------
6. detail styles
--------------------------------------------*/

/* ===== 6-1. news detail ====================================================================== */

.articleText {
	margin: 0 15px 20px;
}

.articleText h2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #05a3ff;
}


.articleText header {
	width: auto;
	margin: 15px auto;
	background-color: #fff;
	display: block;
}


.articleText header h1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	overflow: hidden;
	display:block;
	margin-bottom: 10px;
}

.articleText header .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.articleText header .addition {
	display: block;
	margin-bottom: 15px;
}

.articleText header time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display: block;
	margin-bottom: 5px;
}

.articleText header .socialbutton li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 33%;
	height: 30px;
	padding-top: 8px;
}

.articleText header .socialbutton li.tw {
	background-color: #0179be;
	text-align: center;
}

.articleText header .socialbutton li.tw iframe {
	margin: 0 auto;
	width: 68px !important;
}
/* twitter moreList */
.articleText header .socialbutton .twList {
	height: 20px;
    width: 46px;
	background-color: #fff;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    margin-left: 6px;
	position: relative;
	border: 1px solid #ccc;
    vertical-align: top;
    display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.articleText header .socialbutton .twList :after,
.articleText header .socialbutton .twList :before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.articleText header .socialbutton .twList :after {
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
.articleText header .socialbutton .twList :before {
	border-right-color: #cccccc;
	border-width: 5px;
	margin-top: -5px;
}
.articleText header .socialbutton .twList a {
    font-size: 12px;
    color: #0c7abf;
    padding: 2px 10px;
    line-height: 20px;
}
/* twitter moreList */

.articleText header .socialbutton li.fb {
	background-color: #014686;
}

.articleText header .socialbutton li.fb iframe {
	margin: 2px auto 0;
}

.articleText header .socialbutton li.gp {
	background-color: #d94e37;
	display: none;
}

.articleText header .socialbutton li.gp iframe {
	margin: 2px auto 0;
}

.articleText header .socialbutton li.sugoi {
	background-color: #e5f6ff;
}

.articleText header .socialbutton li.sugoi span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #05a3ff;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}

.articleText .movie {
	display: block;
	margin: 0 auto 15px;
	padding: 10px 0;
	text-align: center;
	background: #121411;
}

.articleText iframe,
.articleText .movie iframe {
	width:100% !important;
	margin:15px auto;
}

.articleText .panorama {
	display: block;
	margin: 15px auto;
	text-align: center;
	position: relative;
}

.articleText .photo {
	display: block;
	margin: 0 auto 15px;
	padding: 10px 0;
	text-align: center;
}

.articleText .movie img,
.articleText .panorama img,
.articleText .photo img {
	width: 100%;
}

.articleText .photo .caption {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin: 5px 0 0;
	text-align: left;
}

.articleText .panorama .caption {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	background: url(../../../images/v1/common/fallback/icon_panoramaLink.png) center center no-repeat;
}


.articleText .sentence {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 15px;
}

.articleText .komidashi {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
	margin: 25px 0 15px;
	border-bottom: 1px solid #00a8ff;
}

.articleText .devide {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 20px 0;
	text-align: center;
}

.articleText figure {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	background-color: #fff;
}

.articleText figure .photoWrap {
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.articleText figure .photoWrap img {
	display: block;
	margin: 0 auto;
	padding: 4px;
	width: 140px;
}

.articleText figure .photoWrap .linkOpen {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../../images/v1/common/fallback/icon_content_linkzoom.png) #2a2a2a 10px 14px no-repeat;
	-webkit-border-top-left-radius: 36px;
	-moz-border-top-left-radius: 36px;
	-ms-borde-top-left-radius: 36px;
	-o-border-top-left-radius: 36px;
	border-top-left-radius: 36px;
	cursor: pointer;
}

.articleText figure .photoWrap .addition {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 5px 15px;
	display: block;
	text-align: center;
}

.articleText figure .photoWrap .caption {
	text-align: left;
	line-height: 1.5;
	margin: 0 auto 15px;
	display: block;
}

.articleText figure .photoWrap .addition .linkFullscreen,
.articleText figure .photoWrap .addition .linkClose {
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 240px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #2a2a2a));
	background: -webkit-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: -moz-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: -ms-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: linear-gradient(top, #333 0%, #2a2a2a 100%);
}

.articleText figure .photoWrap .addition .linkFullscreen {
	margin-bottom: 10px;
}

.articleText figure .photoWrap .addition .linkFullscreen a {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../../../images/v1/common/fallback/icon_content_linkfullscreen.png) 10px center no-repeat;
	padding-left: 50px;
}

.articleText figure .photoWrap .addition .linkClose a {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../../../images/v1/common/fallback/icon_content_linkclose.png) 10px center no-repeat;
	padding-left: 44px;
}

.articleText span.subhead {
	font-size: 22px;
	font-size: 2.2rem;
	border-left: 10px solid #05a3ff;
	padding-left: 18px;
	margin-top: 50px;
	display: block;
}

.articleText span.strong {
	font-weight: bold;
}

.articleText span.center {
	text-align: center;
	display: block;
}

.articleText span.right {
	text-align: right;
	display: block;
}

.editorProfile {
    border:1px solid #05a3ff;
    padding:10px;
}

.editorProfile span {
    display:block;
}

.articleText .editorProfile .photo,
.articlePhoto .editorProfile .photo {
    display:block;
    float:left;
    margin:0 10px 0 0;
    width:auto;
}

.articleText .editorProfile .photo img,
.articlePhoto .editorProfile .photo img {
    margin:0;
    padding:0;
    max-height:80px;
    max-width:80px;
}

#NextPage,.editorProfile .text {
    font-size:1.4rem;
    line-height:1.5;
}

.editorProfile .text a {
    color: #05a3ff;
}

.editorProfile .text .title {
    font-weight:700;
    margin-bottom:10px;
    display:block;
}

/* 記事拡縮ボックス ================================= */

.expansionBox,
.expansionBox img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/*---
	ボックスクローズ時
*/
.expansionBox.close  {
	width: 150px;
}

.expansionBox.close img  {
	width: 140px;
}

.expansionBox.close .addition  {
	display: none !important;
}

/*---
	ボックスオープン時
*/
.expansionBox.open {
	width: 100%;
}

.expansionBox.open img {
	width: 100%;
}

.expansionBox.open .addition {
	display: block;
}

.articleText .articleThumbs figure {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.articleText .articleThumbs figure a {
	display: block;
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}

.articleText .articleThumbs figure a:hover,
.articleText .articleThumbs figure a:active {
	background-color: #e5f6ff;
}

.articleText .articleThumbs figure img {
	display: block;
	margin: 0 auto;
	padding: 4px;
	width: 90px;
}

.articleText .buttonSugoi {
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	display: block;
	width: 300px;
	margin: 0 auto 20px;
	text-align: center;
	cursor: pointer;
}

.articleText .buttonSugoi span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #05a3ff;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}

.articleText .buttonSugoi.sent span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ccc;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi_sent.png) 5px center no-repeat;
}

	/* インデックスタイプ */
.photo-gallery {
	margin-bottom: 20px;
}

.photo-gallery .photo-column {
	float: left;
	width: 33.3%
}

.photo-gallery .photo-column p {
	margin: 4px 2px;
	line-height: 0;
}

.photo-gallery .photo-column p a,
.photo-gallery .photo-column p .link-box{
	display: block;
}

.photo-gallery .photo-column img{
	display:block;
	width: 100%;
}

/* ===== 6-2. photo detail ====================================================================== */

.articlePhoto {
	margin: 0 15px 20px;
}

.articlePhoto h2 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	padding-bottom: 6px;
	margin: 6px 0;
	border-bottom: 1px solid #05a3ff;
}

.articlePhoto header {
	width: auto;
	margin: 0 auto 15px;
	background-color: #fff;
	display: block;
}

.articlePhoto header h1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	overflow: hidden;
	display:block;
	margin-bottom: 10px;
}

.articlePhoto .photo {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
	position: relative;
}

.articlePhoto .photo a {
	display: block;
	position: relative;
}

.articlePhoto .photo img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.articlePhoto .photo .caption {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	zoom:1;
}

.articlePhoto .linkFullscreen {
	font-size: 0;
	font-size: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 24px;
}

.articlePhoto .linkFullscreen a {
	display: block;
	width: 30px;
	height: 24px;
	background: url(../../../images/v1/common/fallback/icon_content_linkfullscreen.png) center center no-repeat;
}

.articlePhoto .linkFullscreen a:hover,
.articlePhoto .linkFullscreen a:active {
	background-color: rgba(0, 0, 0, 1);
}

.articlePhoto .linkGallery {
	display: block;
	margin: 10px auto 0;
	text-align: center;

	display: none;
}

.articlePhoto .linkGallery a {
	color: #fff;
	font-size: 1.0px;
	font-size: 1.0rem;
	text-align: center;
	margin: 10px auto 0;
	padding: 10px 10px 10px 40px;
	background: url(../../../images/v1/common/fallback/icon_content_linkgallery.png) #333 8px center no-repeat;
	display: block;
	width: 160px;
}

.articlePhoto .linkGallery a:hover,
.articlePhoto .linkGallery a:active {
	background-color: rgba(0, 0, 0, 1);
}

.articlePhoto header .subtitle {
	color: #fff;
	background-color: #05a3ff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.articlePhoto header .addition {
	display: block;
	margin-bottom: 15px;
}

.articlePhoto header time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display: block;
	margin-bottom: 5px;
}

.articlePhoto header .socialbutton {
	display: block;
	padding-bottom: 10px;

}

.articlePhoto header .socialbutton li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 33%;
	height: 30px;
	padding-top: 8px;
}

.articlePhoto header .socialbutton li.tw {
	background-color: #0179be;
	text-align: center;
}

.articlePhoto header .socialbutton li.tw iframe {
	margin: 0 auto;
	width: 68px !important;
}
/* twitter moreList */
.articlePhoto header .socialbutton .twList {
	height: 20px;
    width: 46px;
	background-color: #fff;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    margin-left: 6px;
	position: relative;
	border: 1px solid #ccc;
    vertical-align: top;
    display: inline-block;
	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 header .socialbutton .twList :after,
.articlePhoto header .socialbutton .twList :before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.articlePhoto header .socialbutton .twList :after {
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
.articlePhoto header .socialbutton .twList :before {
	border-right-color: #cccccc;
	border-width: 5px;
	margin-top: -5px;
}
.articlePhoto header .socialbutton .twList a {
    font-size: 12px;
    color: #0c7abf;
    padding: 2px 10px;
    line-height: 20px;
}
/* twitter moreList */

.articlePhoto header .socialbutton li.fb {
	background-color: #014686;
}

.articlePhoto header .socialbutton li.fb iframe {
	margin: 2px auto 0;
}

.articlePhoto header .socialbutton li.gp {
	background-color: #d94e37;
	display: none;
}

.articlePhoto header .socialbutton li.sugoi {
	background-color: #e5f6ff;
}

.articlePhoto header .socialbutton li.sugoi span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #05a3ff;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}

.articlePhoto .sentence {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 15px;
}

.articlePhoto .buttonSugoi {
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	display: block;
	width: 300px;
	margin: 0 auto 20px;
	text-align: center;
}

.articlePhoto .buttonSugoi span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #05a3ff;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi.png) 5px center no-repeat;
}

.articlePhoto .buttonSugoi.sent span {
	padding: 2px 5px 2px 56px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ccc;
	background: url(../../../images/v1/common/fallback/icon_content_sugoi_sent.png) 5px center no-repeat;
}

.articlePhoto span.subhead {
	font-size: 22px;
	font-size: 2.2rem;
	border-left: 10px solid #05a3ff;
	padding-left: 18px;
	margin-top: 50px;
	display: block;
}

.articlePhoto span.strong {
	font-weight: bold;
}

.articlePhoto span.center {
	text-align: center;
	display: block;
}

.articlePhoto span.right {
	text-align: right;
	display: block;
}

/* ===== 6-3. gallery detail ====================================================================== */

#sattomiGallery {
	margin: 0 15px 20px;
}

#sattomiGallery h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #05a3ff;
}

.photoGallery {
	margrin:0 auto 10px;
	display:block;
	width: 100%;
	position:relative;
	text-align: center;
}

.photoGallery a img{
	border:none;
}

.galleryBody{
	width:320px;
	height:240px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow: hidden;
}

.galleryBody img{
	margin:0 auto;
	display:block;
	width:320px;

}

.galleryBody .galleryNext {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.2) 70% center no-repeat;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
	z-index: 9999;
	position: absolute;
	top: 25%;
	right: 0;
	visibility: hidden;
}

.galleryBody .galleryNext a {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.5) 70% center no-repeat;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
	display:block;
}

.galleryBody .galleryPrev {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.2) 30% center no-repeat;
	border-top-right-radius:45px;
	border-bottom-right-radius:45px;
	z-index: 9999;
	position: absolute;
	top: 25%;
	left: 0;
	visibility: hidden;
}

.galleryBody .galleryPrev a {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.5) 30% center no-repeat;
	border-top-right-radius:45px;
	border-bottom-right-radius:45px;
	display:block;
}
.galleryBody .galleryNext span,
.galleryBody .galleryPrev span {
	position: absolute;
	top: -99999px;
	left: -99999px;
	overflow: hidden;
	font-size: 0;
	height: 0;
	width: 0;
}

.galleryBody .galleryNext a:hover,
.galleryBody .galleryNext a:active,
.galleryBody .galleryPrev a:hover,
.galleryBody .galleryPrev a:active {
	background-color: rgba(0, 0, 0, 1);
}

.galleryBody .text{
	width:100%;
	display:block;
	padding:10px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
	position:absolute;
	bottom:0;
	left:0;
}

.galleryBody .text .title{
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	line-height:1.5em;
	display:block;
}

.galleryBody .text .caption{
	display: none;
}

.galleryBody .addition {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.galleryBody .linkCap {
	display: none;
}

.galleryBody .linkMore {
	display: none;
}

.galleryBody .linkFullscreen {
	font-size: 0;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	display: block;
	width: 30px;
	height: 24px;
}

.galleryBody .linkFullscreen a {
	display: block;
	width: 30px;
	height: 24px;
	background: url(../../../images/v1/common/fallback/icon_content_linkfullscreen.png) center center no-repeat;
}

.galleryBody .linkFullscreen a:hover,
.galleryBody .linkFullscreen a:active {
	background-color: rgba(0, 0, 0, 1);
}

.galleryBody.loading {
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center 45%;
	background-repeat: no-repeat;
}

.galleryBody.loading .imgHolder .imgWrapper img {
	opacity: 0.3;
}
.galleryEnd {
	background-color: rgba(0, 0, 0, 0.8);
	width: 320px;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
}

.galleryEnd .galleryNextcontent {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	background-color: #fff;
	height: 100px;
	width: 140px;
	position: absolute;
	z-index: 9999;
	top: 30px;
	right: 20px;
	border: 1px solid #999999;
}

.galleryEnd .galleryNextcontent a .arrow_nextprev {
	display: inline-block;
	float: right;
	width: 40px;
	height: 100px;
}

.galleryEnd .galleryNextcontent a .text_nextprev img {
	display: inline-block;
	float: right;
	margin-left: 5px;
}

.galleryEnd .galleryNextcontent a p{
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.5) 45% center no-repeat;
	width: 40px;
	height: 100px;
}

.galleryEnd .galleryPrevcontent {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	background-color:#fff;
	height: 100px;
	width: 140px;
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: 20px;
	border: 1px solid #999999;
}

.galleryEnd .galleryPrevcontent a .arrow_nextprev {
	display: inline-block;
	float: left;
	width: 40px;
	height: 100px;
}

.galleryEnd .galleryPrevcontent a .text_nextprev img {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.galleryEnd .galleryPrevcontent a p{
	background: url(../../../images/v1/common/fallback/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.5) 45% center no-repeat;
	width: 40px;
	height: 100px;
}

.galleryEnd .galleryNextcontent a .arrow_nextprev span,
.galleryEnd .galleryPrevcontent a .arrow_nextprev span {
	position: absolute;
	top: -99999px;
	left: -99999px;
	overflow: hidden;
	font-size: 0;
	height: 0;
	width: 0;
}

.galleryEnd .galleryNextcontent a:hover p,
.galleryEnd .galleryNextcontent a:active p,
.galleryEnd .galleryPrevcontent a:hover p,
.galleryEnd .galleryPrevcontent a:active p {
	opacity: 0.3;
}

.galleryThumbs {
	display: none;
}

/* ===== 6-4. feature detail ====================================================================== */

.articleFeature {
	margin: 0 auto;
}

.articleFeature h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}

.articleFeature a {
	display: block;
	padding: 5px;
}

.articleFeature .photo {
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.articleFeature .photo img {
	display: block;
	margin: 0 auto;
	width: 120px;
}

.articleFeature .title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin-bottom: 5px;
}

.articleFeature .addition {
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}

.articleFeature .lead {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.25;
	margin: 0 5px 10px;
	clear: both;
}

/* ===== 6-5. fullscreen detail ====================================================================== */

.bodFullscreen,
.bodFullscreen .headerWrap,
.bodFullscreen #contentsContainer,
.bodFullscreen .footerWrap {
	width: 100%;
	background-color: #2a2a2a;
	color: #fff;
}

.bodFullscreen .contentBox {
	width: 100%;
	background: #2a2a2a;
	margin: 0 auto;
	text-align: center;
}

.bodFullscreen .contentWrap {
	background: #2a2a2a;
}

.bodFullscreen .headerWrap a {
	color: #fff;
}

.bodFullscreen header {
	width: 100%;
	background-color: #2a2a2a;
	height: 50px;
	padding-top: 0;
	position: relative;
}

.bodFullscreen header #logo{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 10px;
}

.bodFullscreen .headerWrap .linkClose {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #999;
	display: inline-block;
	float: right;
	position: absolute;
	top: 7px;
	right: 10px;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #2a2a2a));
	background: -webkit-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: -moz-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: -ms-linear-gradient(top, #333 0%, #2a2a2a 100%);
	background: linear-gradient(top, #333 0%, #2a2a2a 100%);
}

.bodFullscreen .headerWrap .linkClose a {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../../../images/v1/common/fallback/icon_content_linkclose.png) 10px center no-repeat;
	padding-left: 44px;
}


.bodFullscreen .contentWrap {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.bodFullscreen .contentWrap .photo img {
	width: 100%;
	display: block;
}

.bodFullscreen .contentWrap .caption {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	text-align: left;
	margin: 5px 10px;
}

.bodFullscreen .footerWrap {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	background-color: #2a2a2a;
	margin: 15px 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.bodFullscreen footer small {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
}

.bodFullscreen footer small a {
	color: #fff;
}


/* --------------------------------------------
7. others
--------------------------------------------*/
/* ===== 7-1. static ====================================================================== */
/* ===== 7-2. slide menu ====================================================================== */

#scrollNav {
	display: none;
}

/* ===== 7-3. loading ====================================================================== */

.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;
}

/* ===== 7-4. app box ====================================================================== */

/*
 * 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-5. memu/imdex.html ====================================================================== */

#slideSideMenu {
	background-color: #3d3d3d;
	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;
	line-height: 1.8;
}

#slideSideMenu li a {
	font-size:14px;
	font-size:1.4rem;
	padding:10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}

#slideSideMenu li li a {
	font-size:12px;
	font-size:1.2rem;
	padding:10px 0 10px 30px;
	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: 14px;
	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: 15px;
	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: 15px;
	font-size: 1.5rem;
}
.ssmList li,
.ssmList h1{
	border-bottom: 1px solid #e1e1e1;
}

.ssmList li{
	text-indent: 1px;
}

.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 li a:active,
.ssmList h1 a:hover,
.ssmList h1 a:active{
	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 li a:active,
.backgroundsize .ssmList h1 a:hover,
.backgroundsize .ssmList h1 a:active {
	background: url(../../../images/v1/common/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

/* ===== 7-6. error ====================================================================== */

.moduleError {
	margin: 50px auto ;
}

.moduleError p {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
}

/* ===== 7-7. frequency ====================================================================== */

.frequency {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 2px;
}
.frequency h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #2a2a2a;
	padding: 6px 10px;
	border-bottom: 2px solid #05a3ff;
}
.frequency h2 {
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 3px solid #05a3ff;
	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: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: .5em .5em 0;
}
.frequency .more {
	margin-bottom: 2px;
}
.frequency .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: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.4;
	text-shadow: 0 1px 0 #fff;
}
.frequency .more a:hover,
.frequency .more a:active {
	background: -moz-linear-gradient(top, #eeeeee, white);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
}

/* ===== 7-8. 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;
}

/* ===== 7-9. for app ====================================================================== */

.device-skapp .headerWrap {
	display: none;
}

Window size: 1920 x 1040
Viewport size: 1745 x 868
