@charset "utf-8";

/* ==========================================================================
   common definitions for sankei-digital photo service
   ========================================================================== */


/* ==== index ===============================================================

0. global styles
	0-0. layout

1. header styles
	1-1. header
	1-2. related service
	1-3. search box
	1-4. 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. smartphone changeview
	7-4. app box
	7-5. error
	7-6. swiper

========================================================================== */

/* --------------------------------------------
0. global styles
--------------------------------------------*/

body {
	width: 100%;
	background: url(../../../images/v1/common/bg_top.png) #fff top left repeat-x;
	margin: 0 auto;
}

body.bodFullscreen {
	background: none;
	margin: 0 auto;
}

#contentsContainer {
	margin: 0 auto;
}

.contentBox {
	width: 1024px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.lt-ie8 .contentBox {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.contentWrap:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

.lt-ie8 .contentWrap {
	zoom: 1;
}

#primary {
	width: 664px;
	margin: 20px 0 0 20px;
	float:left;
}

#secondary {
	width: 300px;
	margin: 20px 0 0 20px;
	float:left;
}

#additional {
	width: 984px;
	margin: 0 20px;
}

#footerWrap {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

h1 {
	line-height: 1.25;
}

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

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

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

.headerWrap a {
	color: #fff;
}

.headerWrap header {
	width: 100%;
	background-color: #2a2a2a;
	margin: 0 auto;
}

#headerMod {
	height: 75px;
	padding-top: 25px;
	width: 1024px;
	margin: 0 auto;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	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;
}

.lt-ie8 #headerMod {
	height: 49px;
}

/* ===== ロゴ ===== */

#headerMod #logo{
	text-align: center;
	width: 162px;
	display: inline-block;
	float: left;
	margin-left: 20px;
}

#headerMod #logo img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

.lt-ie8 #headerMod #logo {
	display: inline;
	zoom: 1;
}

/* ===== 1-2. related service ====================================================================== */

#headerMod ul.modRelatedservice {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	float: left;
	margin-left: 20px;
	border-left: 1px solid #3d3d3d;
}

.lt-ie8 #headerMod ul.modRelatedservice {
	display: inline;
	zoom: 1;
}

#headerMod ul.modRelatedservice li {
	display: inline-block;
	float: left;
	height: 30px;
	border-right: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#headerMod ul.modRelatedservice li a {
	vertical-align: middle;
	text-align: center;
	display: block;
	line-height: 28px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1d1d1d), to(#2a2a2a), color-stop(50%, #1d1d1d), color-stop(50%, #2a2a2a));
	background-image: -webkit-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -moz-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -o-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -ms-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
}

#headerMod ul.modRelatedservice li a:hover {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2a2a2a), to(#363636), color-stop(50%, #2a2a2a), color-stop(50%, #363636));
	background-image: -webkit-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -moz-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -o-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -ms-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
}

#headerMod ul.modRelatedservice li.siteNews {
	border-bottom: 2px solid #0164be;
	letter-spacing: 0px;
	width: 110px;
}

#headerMod ul.modRelatedservice li.siteDiscussion {
	border-bottom: 2px solid #ff8a00;
	width: 80px;
}

#headerMod ul.modRelatedservice li.siteDiscussion a {
    text-indent: -9999px;
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -webkit-gradient(linear, center top, center bottom, from(#1d1d1d), to(#2a2a2a), color-stop(50%, #1d1d1d), color-stop(50%, #2a2a2a));
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -webkit-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -moz-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -o-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -ms-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-position: center 40%;
 	background-repeat: no-repeat;   
}
.lt-ie10 #headerMod ul.modRelatedservice li.siteDiscussion a {
    width: 99px;
    height: 28px;
    background: url(../../../images/v1/common/logo_content_ironna_w.png) center 40% no-repeat;   
}

#headerMod ul.modRelatedservice li.siteDiscussion a:hover {
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -webkit-gradient(linear, center top, center bottom, from(#2a2a2a), to(#363636), color-stop(50%, #2a2a2a), color-stop(50%, #363636));
	background-: url(../../../images/v1/common/logo_content_ironna_w.png), -webkit-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -moz-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -o-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), -ms-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background: url(../../../images/v1/common/logo_content_ironna_w.png), linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-position: center 40%;
 	background-repeat: no-repeat;   
}

#headerMod ul.modRelatedservice li.siteWest {
	border-bottom: 2px solid #e2266d;
	letter-spacing: 2px;
	width: 70px;
}

#headerMod ul.modRelatedservice li.photo {
	border-bottom: 2px solid #00a8ff;
}

/* ===== 1-3. search box ====================================================================== */

#headerMod .modSearchBox {
	height: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
	left: 410px;
	bottom: 20px;
}

.lt-ie8 #headerMod .modSearchBox {
	display: inline;
	zoom: 1;
}

#headerMod .modSearchBox #popin_query {
	margin: 0;
	width: 200px;
	padding-left:10px;
	height: 30px;
	border: 1px solid #3d3d3d;
	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: url(../../../images/v1/common/logo_search_popin.png) #fff center right no-repeat;
}

#headerMod .modSearchBox #searchbutton {
	color: #fff;
	margin: 0;
	min-width: 68px;
	height: 30px;
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	border-left: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	background-color: #05a3ff;
}

/* ===== 1-4. navigation ====================================================================== */

#headerNav {
	height: 35px;
	background-color: #2a2a2a;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#headerNav ul {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	border-right: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	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: 100%;
}

#headerNav ul li {
	line-height: 33px;
	display: inline-block;
	float: left;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#headerNav ul li.current {
	border-top: 2px solid #3d3d3d;
}

#headerNav ul li a {
	vertical-align: middle;
	text-align: center;
	line-height: 33px;
	display: block;
	padding: 0 15px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1d1d1d), to(#2a2a2a), color-stop(50%, #1d1d1d), color-stop(50%, #2a2a2a));
	background-image: -webkit-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -moz-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -o-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: -ms-linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	background-image: linear-gradient(-7deg, #1d1d1d, #1d1d1d 50%, #2a2a2a 50%, #2a2a2a);
	-webkit-transition: image .25s linear, background-image .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: image .25s linear, background-image .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: image .25s linear, background-image .25s ease-in-out, border-color .25s ease-in-out;
	transition: image .25s linear, background-image .25s ease-in-out, border-color .25s ease-in-out;
}

#headerNav ul li a:hover {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2a2a2a), to(#363636), color-stop(50%, #2a2a2a), color-stop(50%, #363636));
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2a2a2a), to(#363636), color-stop(50%, #2a2a2a), color-stop(50%, #363636));
	background-image: -webkit-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -moz-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -o-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: -ms-linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
	background-image: linear-gradient(-7deg, #2a2a2a, #2a2a2a 50%, #363636 50%, #363636);
}

/* ===== コンテンツナビゲーション ===== */

#contentsNav {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	position: relative;
	height: 50px;
}

#contentsNav .cntDescription {
	width: 260px;
	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;
	position: absolute;
	top: 10px;
	left: 10px;
}

#contentsNav .cntDescription .title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 3px;
	display: block;
}
#contentsNav .cntDescription .lead {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
}

#contentsNav ul {
	font-size: 16px;
	font-size: 1.6rem;
	height: 34px;
	position: absolute;
	top: 10px;
	left: 250px;
}

#contentsNav ul li {
	color:#333;
	height: 34px;
	display: inline-block;
}

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

#contentsNav ul li a:hover {
	background-color: #e5f6ff;
}

#contentsNav ul li.current a {
	border-bottom:2px solid #0096b9;
	font-weight:bold;
}

#contentsNav ul li.navOpen {
	padding: 5px 0 0 24px;
	margin-left: 20px;
	background: url(../../../images/v1/common/icon_more.png) left 10px no-repeat;
	position: relative;
}

.no-js #contentsNav ul li.navOpen {
	display: none;
}

#contentsNav ul.navMore {
	background-color: #fff;
	position: absolute;
	top: 41px;
	right: 0;
	left: auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
	width: 180px;
	height: auto;
}

#contentsNav ul.navMore li {
	color:#333;
	display: block;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}


#contentsNav ul.navMore li a {
	color:#333;
	display: block;
	padding:5px 10px;
	line-height: 24px;
}

/* --------------------------------------------
2. footer styles
--------------------------------------------*/


.footerWrap {
	background-color: #f2f2f2;
	box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.05), -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

#footerSubarea {
	padding: 0 20px;
	background-color: #f2f2f2;
}

.footerRelevant {
	padding: 15px 0 0;
}

.footerRelevant ul {
	padding: 15px 20px;
	margin: 0 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

.footerRelevant ul li {
	display: inline-block;
	margin-right: 15px;
}

.lt-ie8 .footerRelevant ul li {
	display: inline;
	zoom: 1;
}

footer ul {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	height: 34px;
	margin: 0 auto;
	background-color: #2a2a2a;
}

footer ul li {
	display: inline-block;
}

.lt-ie8 footer ul li {
	display: inline;
	zoom: 1;
}

footer ul li a {
	color: #fff !important;
	display: block;
	margin: 10px 0;
	padding : 0 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadowbox-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadowbox-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
}

footer ul li.last a {
	border-right: none;
	-webkit-box-shadowbox-shadow: none;
	-moz-box-shadowbox-shadow: none;
	box-shadow: none;
}

footer .copyrights {
	display: block;
	padding: 10px 0;
}

footer small {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

footer small a {
	color: #333;
}

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

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

#modPickup {
	margin: 0 auto 15px;
}

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

#modPickup h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

#modPickup li {
	display: block;
	float: left;
	vertical-align: top;
	position: relative;
}

#modPickup li.thumbLarge {
	margin-bottom: 1px;
	width: 300px;
	height: 248px;
	overflow: hidden;
}

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

#modPickup li.thumbLarge a .photo {
	display:block;
	width: 300px;
	overflow:hidden;
}

#modPickup li.thumbLarge a .photoOverlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	zoom:1;
}

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

#modPickup li.thumbLarge a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 20px 5px 5px;
}

#modPickup li.thumbLarge a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display:block;
	margin: 5px;
}

#modPickup li.thumbSmall {
	margin-bottom: 1px;
	overflow: hidden;
	width: 150px;
}

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

#modPickup li.thumbSmall a .photo {
	display:block;
	height: 112px;
	overflow:hidden;
}

#modPickup li.thumbSmall a .photoOverlay {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-webkit-transition: .5s;
	transition: .5s;
}

#modPickup li.thumbSmall a:hover .photoOverlay {
	top: 0;
	left: 0;
}

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

#modPickup li.thumbSmall a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 25px 5px 0;
}

#modPickup li.thumbSmall a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display:block;
	margin: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
}

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

#rankingSugoi {
	margin: 0 auto 15px;
}

#modRanking {
	display: none;
}

#modRanking h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px 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 {
	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;
}

.lt-ie8 #modRanking li .status dd {
	margin-left:3px;
	display: inline;
	zoom: 1;
}

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

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

#modRanking ol li span.rankNum {
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	vertical-align: middle;
}
#modRanking ol li span.rank1,
#modRanking ol li span.rank01 {
	background: url(../../../images/v1/common/icon_list_rank01.png) center center no-repeat;
}
#modRanking ol li span.rank2,
#modRanking ol li span.rank02 {
	background: url(../../../images/v1/common/icon_list_rank02.png) center center no-repeat;
}
#modRanking ol li span.rank3,
#modRanking ol li span.rank03 {
	background: url(../../../images/v1/common/icon_list_rank03.png) center center no-repeat;
}
#modRanking ol li span.rank4,
#modRanking ol li span.rank04 {
	background: url(../../../images/v1/common/icon_list_rank04.png) center center no-repeat;
}
#modRanking ol li span.rank5,
#modRanking ol li span.rank05 {
	background: url(../../../images/v1/common/icon_list_rank05.png) center center no-repeat;
}
#modRanking ol li span.rank6,
#modRanking ol li span.rank06 {
	background: url(../../../images/v1/common/icon_list_rank06.png) center center no-repeat;
}
#modRanking ol li span.rank7,
#modRanking ol li span.rank07 {
	background: url(../../../images/v1/common/icon_list_rank07.png) center center no-repeat;
}
#modRanking ol li span.rank8,
#modRanking ol li span.rank08 {
	background: url(../../../images/v1/common/icon_list_rank08.png) center center no-repeat;
}
#modRanking ol li span.rank9,
#modRanking ol li span.rank09 {
	background: url(../../../images/v1/common/icon_list_rank09.png) center center no-repeat;
}
#modRanking ol li span.rank10 {
	background: url(../../../images/v1/common/icon_list_rank10.png) center center no-repeat;
}
#modRanking ol li span.rank11 {	
	background: url(../../../images/v1/common/icon_list_rank11.png) center center no-repeat;
}	
#modRanking ol li span.rank12 {	
	background: url(../../../images/v1/common/icon_list_rank12.png) center center no-repeat;
}	
#modRanking ol li span.rank13 {	
	background: url(../../../images/v1/common/icon_list_rank13.png) center center no-repeat;
}	
#modRanking ol li span.rank14 {	
	background: url(../../../images/v1/common/icon_list_rank14.png) center center no-repeat;
}	
#modRanking ol li span.rank15 {	
	background: url(../../../images/v1/common/icon_list_rank15.png) center center no-repeat;
}	
#modRanking ol li span.rank16 {	
	background: url(../../../images/v1/common/icon_list_rank16.png) center center no-repeat;
}	
#modRanking ol li span.rank17 {	
	background: url(../../../images/v1/common/icon_list_rank17.png) center center no-repeat;
}	
#modRanking ol li span.rank18 {	
	background: url(../../../images/v1/common/icon_list_rank18.png) center center no-repeat;
}	
#modRanking ol li span.rank19 {	
	background: url(../../../images/v1/common/icon_list_rank19.png) center center no-repeat;
}	
#modRanking ol li span.rank20 {	
	background: url(../../../images/v1/common/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: #333;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #0164be;
}

#modSankeinews li {
	background: url(../../../images/v1/common/icon_list_point.png) left 8px no-repeat;
	margin:0 0 5px 10px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

#modSankeinews li a {
	margin:0 0 5px 12px;
	display: block;
}

#modSankeinews li a:hover {
	text-decoration: underline;
}

#modSankeinews li.photo {
	background: none;
	margin:10px 5px;
	display: block;
}

#modSankeinews li.photo a {
	margin:0 0 5px;
	display: block;
}

#modSankeinews li.photo img {
	display: block;
}

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

#modSankeidiscussion {
	margin: 0 auto 15px;
}

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

#modSankeidiscussion li {
	background: url(../../../images/v1/common/icon_list_point.png) left 8px no-repeat;
	margin:0 0 5px 10px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

#modSankeidiscussion li a {
	margin:0 0 5px 12px;
	display: block;
}

#modSankeidiscussion li a:hover {
	text-decoration: underline;
}

#modSankeidiscussion li.photo {
	background: none;
	margin:10px 5px;
	display: block;
}

#modSankeidiscussion li.photo a {
	margin:0 0 5px;
	display: block;
}

#modSankeidiscussion li.photo img {
	display: block;
}

#modSankeidiscussion .infoDiscussion {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	padding: 5px 10px;
	line-height: 24px;
	text-align: right;
}

#modSankeidiscussion .infoDiscussion a {
	color: #333;
	display: block;
}

#modSankeidiscussion .infoDiscussion a:hover {
	text-decoration: none;
}

#modSankeidiscussion .infoDiscussion a img {
	margin-left: 10px;
}



/* ===== 3-5. sankei information ====================================================================== */

#modSankeiinfo {
	margin: 0 auto 15px;
}

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

#modSankeiinfo li {
	margin-bottom: 10px;
}

#modSankeiinfo li a {
	color: #113b7d;
}

#modSankeiinfo li a:hover {
	text-decoration: underline;
}

#modSankeiinfo li .photo {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#modSankeiinfo li .photo img {
	display: block;
}

#modSankeiinfo li .title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom:5px;
	display: block;
}

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

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

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

.modTopslider {
	margin: 0 auto 35px;
}

.modTopslider .topSliderThumb {
	width: 82px;
	height: 302px;
	display: block;
	float: left;
	position: relative;
}

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

.modTopslider .topSliderThumb .topSliderPrev {
	color: rgba(0, 0, 0, 0);
	width: 62px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../../../images/v1/common/icon_arrowtopsld_prev.png) #05a3ff center center no-repeat;
}
.modTopslider .topSliderThumb .topSliderNext {
	color: rgba(0, 0, 0, 0);
	width: 62px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 362px;
	background: url(../../../images/v1/common/icon_arrowtopsld_next.png) #05a3ff center center no-repeat;
}

.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: 300px;
}

.modTopslider .topSliderThumb li {
	display: block;
}

.modTopslider .topSlidermain {
	width: 582px;
	padding: 10px;
	background-color: #fff;
	display: block;
	float: right;
	position: relative;
	box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05);
	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;
}

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

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

.modTopslider .topSlidermain .swiper-container .swiper-wrapper .swiper-slide {
	width: 562px;
	height: 422px;
	position: relative;
}


.modTopslider .topSlidermain ul {
	width: 562px;
	position: absolute;
}


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

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

.modTopslider li a .photo {
	display:block;
	height: 422px;
	overflow:hidden;
}

.modTopslider li a .photo img {
	width: 562px;
}

.modTopslider li a .photoOverlay {
	width: 330px;
	padding-top: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	zoom:1;
}

.modTopslider li a .photoOverlay .subtitle {
	background-color: #05a3ff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
}

.modTopslider li a .photoOverlay .title {
	font-size: 24px;
	font-size: 2.4rem;
	display:block;
	margin: 20px 10px 10px;
}

.modTopslider li a .photoOverlay time {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	display:block;
	margin: 5px 10px;
}


/* トップフォトスライドショー */
/*---
	サムネイル要素
*/
.modTopslider .topSliderThumb .swiper-container {
	width: 80px;
	height: 300px;
	top: 60px;
	border: 1px solid #2a2a2a;
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}

.modTopslider .topSliderThumb .swiper-container .swiper-wrapper .swiper-slide {
	height: 60px;
	overflow: hidden;
	background-color: #2a2a2a;
	visibility: hidden;
}

.modTopslider .topSliderThumb .swiper-container .swiper-wrapper .swiper-slide img {
	cursor: pointer;
	-ms-filter: "alpha( opacity=30 )";
	filter: alpha( opacity=30 );
	opacity: 0.3;
}

.modTopslider .topSliderThumb .swiper-container .swiper-wrapper .swiper-slide img:hover,
.modTopslider .topSliderThumb .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}

.modTopslider .topSliderNext {
	cursor: pointer;
}

.modTopslider .topSliderPrev {
	cursor: pointer;
}


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

.modPhoto1column {
	margin: 0 auto 20px;
}

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

.modPhoto1column h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.modPhoto1column h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.modPhoto1column li {
	display: block;
	float: left;
	vertical-align: top;
	position: relative;
}

.modPhoto1column li.thumbLarge {
	margin: 0 0 4px 0;
	max-width: 330px;
	overflow: hidden;
}

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

.modPhoto1column li.thumbLarge a .photo {
	display:block;
	text-align: center;
	height: 248px;
	overflow:hidden;
}

.modPhoto1column li.thumbLarge a .photoOverlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	zoom:1;
}

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

.modPhoto1column li.thumbLarge a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 20px 5px 5px;
}

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


.modPhoto1column li.thumbSmall {
	margin: 0 0 4px 4px;
	overflow: hidden;
	width: 163px;
}

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

.modPhoto1column li.thumbSmall a .photo {
	display:block;
	text-align: center;
	height: 122px;
	overflow:hidden;
}

.modPhoto1column li.thumbSmall a .photoOverlay {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-webkit-transition: .5s;
	transition: .5s;
}

.modPhoto1column li.thumbSmall a:hover .photoOverlay {
	top: 0;
	left: 0;
}

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

.modPhoto1column li.thumbSmall a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 25px 5px 5px;
}

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

.modPhoto1column li.thumbPanorama {
	margin: 0 0 2px 2px;
	overflow: hidden;
	width: 163px;
}

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

.modPhoto1column li.thumbPanorama a .photo {
	display:block;
	text-align: center;
	height: 122px;
	overflow:hidden;
}

.modPhoto1column li.thumbPanorama a .photoOverlay {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-webkit-transition: .5s;
	transition: .5s;
}

.modPhoto1column li.thumbPanorama a:hover .photoOverlay {
	top: 0;
	left: 0;
}

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

.modPhoto1column li.thumbPanorama a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 25px 5px 5px;
}

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


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

.modPhoto2column {
	margin: 0 auto 20px;
	width: 330px;
	overflow:hidden;
	display: block;
	float: left;
}

.modPhoto2column.separated {
	margin-left: 4px;
}

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

.modPhoto2column h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.modPhoto2column h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.modPhoto2column li {
	display: block;
	float: left;
	vertical-align: top;
	position: relative;
}

.modPhoto2column li.thumbLarge {
	margin: 0 0 4px 0;
	max-width: 330px;
	overflow: hidden;
}

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

.modPhoto2column li.thumbLarge a .photo {
	display:block;
	text-align: center;
	height: 248px;
	overflow:hidden;
}

.modPhoto2column li.thumbLarge a .photoOverlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	zoom:1;
}

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

.modPhoto2column li.thumbLarge a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 20px 5px 5px;
}

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


.modPhoto2column li.thumbSmall {
	margin-bottom:4px;
	overflow: hidden;
	width: 163px;
}

.modPhoto2column li.thumbSmall.even {
	margin-right:4px;
}

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

.modPhoto2column li.thumbSmall a .photo {
	display:block;
	text-align: center;
	height: 122px;
	overflow:hidden;
}

.modPhoto2column li.thumbSmall a .photoOverlay {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #333;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
	-webkit-transition: .5s;
	transition: .5s;
}

.modPhoto2column li.thumbSmall a:hover .photoOverlay {
	top: 0;
	left: 0;
}

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

.modPhoto2column li.thumbSmall a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 25px 5px 5px;
}

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

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

.modIndex1column {
	margin: 0 auto 20px;
}

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

.modIndex1column h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.modIndex1column h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.modIndex1column li {
	display: block;
	float: left;
	overflow: hidden;
	width: 330px;

}

.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 {
	background-color: #e5f6ff;
}

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

.modIndex1column li .photo img {
	display: block;
	height: 122px;
}

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

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

.modIndex2column {
	margin: 0 auto 20px;
	width: 330px;
	overflow:hidden;
	display: block;
	float: left;
}

.modIndex2column.separated {
	margin-left: 4px;
}

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

.modIndex2column h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.modIndex2column h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.modIndex2column li {
	position: relative;
	margin-bottom: 5px;
}

.modIndex2column li a {
	display: block;
	height: 100px;
	padding-top: 5px;
	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 {
	background-color: #e5f6ff;
}

.modIndex2column li .photo {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 0 5px;
	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;
}

.modIndex2column li .photo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 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/icon_content_tw.png) #5cb0f0 5px center no-repeat;
}

.modIndex2column li .status dd.fb {
	padding: 2px 5px 2px 26px ;
	background: url(../../../images/v1/common/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/icon_content_sugoi.png) 5px center no-repeat;
}
.modIndex2column li .status.rank-up {
	width: 70px;
	height:20px;
	font-size: 0;
	vertical-align: middle;
	background: url(../../../images/v1/common/icon_content_rankup.png) center center no-repeat;
}
.modIndex2column li .status.rank-down {
	width: 70px;
	height:20px;
	font-size: 0;
	vertical-align: middle;
	background: url(../../../images/v1/common/icon_content_rankdown.png) center center no-repeat;
}
.modIndex2column li .status.rank-flat {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/icon_content_rankflat.png) center center no-repeat;
	font-size: 0;
	vertical-align: middle;
}

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

#rankingChartbeat .rankingBody {
	position: relative;
	height: 550px;
	overflow: hidden;
}

#rankingChartbeat .rankingBody section {
	background: #FFF;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}

#rankingChartbeat .rankingBody section .cb-rank-viewport {
	overflow: hidden;
	position: relative;
	width: 330px;
}

#rankingChartbeat .rankingBody section .cb-rank-viewport .cb-rank-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
}

#rankingChartbeat .rankingBody section .cb-rank-viewport .cb-rank-wrapper ol {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

#rankingChartbeat .rankingBody section .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;
}

#rankingChartbeat .rankingBody section .cb-rank-viewport .cb-rank-wrapper ol li.cb-rank-entry {
	background-color: #fff;
	left: 0;
	overflow: hidden;
	position: absolute;
	border: none;
	padding-bottom: 0;
}

#rankingChartbeat .rankingBody section .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 #rankingChartbeat .rankingBody section .cb-rank-viewport .cb-rank-cover {
	opacity: 1;
}

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

#rankingChartbeat .rankingBody section .js-holder {
	margin-bottom: 10px;
}

#rankingChartbeat .rankingBody section .js-holder ol li a {
	outline: none;
}




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

#modPanorama {
	margin: 0 auto 20px;
}

#modPanorama h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 6px;
	position: relative;
}

#modPanorama h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

#modPanorama h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

#modPanorama .device {
	border: 1px solid #2a2a2a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
#modPanorama .device .arrow-left {
	background: url(../../../images/v1/common/icon_arrowbg_s_prev.png) #333 30% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	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/icon_arrowbg_s_next.png) #333 70% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	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: #333;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}

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

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

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

#modPanorama .device .swiper-slide img {
	height: 220px;
	position: absolute;
	top: 10px;
	left: 50px;
}

#modPanorama .device .swiper-slide p {
	text-align: left;
	line-height: 1.25;
	width: 240px;
	overflow: hidden;
	margin: 0;
	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: absolute;
	top: 10px;
	right: 60px;
}

#modPanorama .device .swiper-slide p span.subtitle {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	background-color: #05A3FF;
	padding: 2px 5px;
}

#modPanorama .device .swiper-slide p span.title {
	font-size: 20px;
	font-size: 2.0rem;
	display: block;
	margin: 10px 0;
	height: 6em;
	overflow: hidden;
}

#modPanorama .device .swiper-slide p time {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 15px;
}

#modPanorama .device .swiper-slide p span.linkFullscreen {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin: 10px 0;
}

#modPanorama .device .swiper-slide p span.linkFullscreen a {
	color: #fff;
	padding: 4px 10px 4px 40px;
	background: url(../../../images/v1/common/icon_content_linkfullscreen.png) #333 8px center no-repeat;
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
}

#modPanorama .device .swiper-slide p span.linkFullscreen a:hover {
	background-color: #333;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}



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

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

.indexNews {
	margin: 0 auto 20px;
}

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

.indexNews li {
	margin-bottom: 20px;
	min-height: 165px;
	position: relative;
}

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


.indexNews li .photo {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	height: 150px;
	overflow: hidden;
	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;
}

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

.indexNews li .title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

.indexNews li .title a {
	margin-bottom: 10px;
}

.indexNews li .lead {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.5;
	margin: 0 5px 10px;
}

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

.indexNews li .addition time, 
.indexNews li .addition .subtitle {
	display: inline-block;
}

.indexNews li .subtitle a {
	color: #fff;
	background-color: #05A3FF;
	padding: 2px 5px;
	margin-left: 30px;
}


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

.indexPhoto {
	margin: 0 auto 20px;
}

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

.indexPhoto h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.indexPhoto h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.indexPhoto ul {
	margin: 0 1px 20px ;
}

.indexPhoto li {
	width: 210px;
	margin: 0 0 8px 8px ;
	display: block;
	float: left;
	vertical-align: top;
	position: relative;
	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;
}

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

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

.indexPhoto li a .photo {
	display:block;
	padding: 4px;
	height: 158px;
	overflow: hidden;
}

.indexPhoto li a .photo img {
	display:block;
}

.indexPhoto li a .photoOverlay {
	width: 100%;
	margin-top: 5px;
}

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

.indexPhoto li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 10px 5px 5px;
}

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

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

.indexPhotohover {
	margin: 0 auto 20px;
}

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

.indexPhotohover h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.indexPhotohover h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.indexPhotohover li {
	display: block;
	float: left;
	vertical-align: top;
	position: relative;
	margin: 0 0 2px 2px;
	overflow: hidden;
	width: 163px;
}

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

.indexPhotohover li a .photo {
	display:block;
	text-align: center;
	height: 122px;
	overflow:hidden;
}

.indexPhotohover li a .photoOverlay {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
}

.indexPhotohover li a:hover .photoOverlay {
	top: 0;
	left: 0;
}

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

.indexPhotohover li a .photoOverlay .title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height:2.8em;
	overflow: hidden;
	display:block;
	margin: 25px 5px 5px;
}

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

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

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

.indexCalendar {
	margin: 0 auto 20px;
}

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

.indexCalendar h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
}

.indexCalendar h1 span li {
	display: inline-block;
	margin: 0 15px;
}

.indexCalendar h1 span a {
	color: #666;
}

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

.indexCalendar table .caldays th {
	text-align:left;
	padding: 7px 5px 5px;
	background-color: #efefef;
}

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

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

.indexCalendar table td {
	color:#fff;
	text-align:center;
	vertical-align:top;
	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 {
	opacity:1.0;
}

.indexCalendar table td span {
	text-align:left;
	background-color:#ccc;
	padding: 5px;
	display: block;
}



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

.indexRanking {
	margin: 0 auto 20px;
}

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

.indexRanking h1 span {
/***** 2014.10.01以降開放
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 2px;
*****/
	display: none;
}

.indexRanking h1 span a {
	color: #666;
	padding-right: 24px;
	background: url(../../../images/v1/common/icon_more.png) right center no-repeat;

}

.indexRanking ol {
}

.indexRanking li {
	position: relative;
}

.indexRanking li a {
	display: block;
	min-height: 90px;
	padding: 10px 0;
	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 {
	background-color: #e5f6ff;
}

.indexRanking li .photo {
	display: block;
	text-align: center;
	float: left;
	margin: 0 10px 0 5px;
	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;
	max-width: 100%;
	height: auto;
}

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

.indexRanking li .title {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	line-height: 1.2;
	margin: 5px 5px 10px;
}

.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: 15px;
	right: 15px;
}

.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/icon_content_tw.png) #5cb0f0 5px center no-repeat;
}

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

.indexRanking li .status dd.sugoi {
	padding: 2px 5px 2px 56px ;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #05a3ff;
	background: url(../../../images/v1/common/icon_content_sugoi.png) 5px center no-repeat;
}
.indexRanking li .status.rank-up {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/icon_content_rankup.png) center center no-repeat;
	font-size: 0;
	vertical-align: middle;
}
.indexRanking li .status.rank-down {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/icon_content_rankdown.png) center center no-repeat;
	font-size: 0;
	vertical-align: middle;
}
.indexRanking li .status.rank-flat {
	width: 70px;
	height:20px;
	background: url(../../../images/v1/common/icon_content_rankflat.png) center center no-repeat;
	font-size: 0;
	vertical-align: middle;
}

.indexRanking ol li span.rankNum {
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 90px;
	margin: 0 10px;
	display: block;
	float: left;
	font-size: 0;
	vertical-align: middle;
}
.indexRanking ol li span.rank1,
.indexRanking ol li span.rank01 {
	background: url(../../../images/v1/common/icon_list_rank01.png) center center no-repeat;
}
.indexRanking ol li span.rank2,
.indexRanking ol li span.rank02 {
	background: url(../../../images/v1/common/icon_list_rank02.png) center center no-repeat;
}
.indexRanking ol li span.rank3,
.indexRanking ol li span.rank03 {
	background: url(../../../images/v1/common/icon_list_rank03.png) center center no-repeat;
}
.indexRanking ol li span.rank4,
.indexRanking ol li span.rank04 {
	background: url(../../../images/v1/common/icon_list_rank04.png) center center no-repeat;
}
.indexRanking ol li span.rank5,
.indexRanking ol li span.rank05 {
	background: url(../../../images/v1/common/icon_list_rank05.png) center center no-repeat;
}
.indexRanking ol li span.rank6,
.indexRanking ol li span.rank06 {
	background: url(../../../images/v1/common/icon_list_rank06.png) center center no-repeat;
}
.indexRanking ol li span.rank7,
.indexRanking ol li span.rank07 {
	background: url(../../../images/v1/common/icon_list_rank07.png) center center no-repeat;
}
.indexRanking ol li span.rank8,
.indexRanking ol li span.rank08 {
	background: url(../../../images/v1/common/icon_list_rank08.png) center center no-repeat;
}
.indexRanking ol li span.rank9,
.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 .rankingBody {
	position: relative;
	height: 2200px;
	overflow: hidden;
}

.indexRanking .rankingBody section {
	background: #FFF;
	position: absolute;
	top: 0;
	height: 100%;
	width: 664px;
	overflow: hidden;
}

.indexRanking .rankingBody section .cb-rank-viewport {
	overflow: hidden;
	position: relative;
	width: 664px;
}

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

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

.indexRanking .rankingBody section .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 .rankingBody section .cb-rank-viewport .cb-rank-wrapper ol li.cb-rank-entry {
	width: 100%;
	background-color: #fff;
	left: 0;
	overflow: hidden;
	position: absolute;
	border: none;
	padding-bottom: 0;
}

.indexRanking .rankingBody section .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 .rankingBody section .cb-rank-viewport .cb-rank-cover {
	opacity: 1;
}

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

.indexRanking .rankingBody section .js-holder {
	margin-bottom: 10px;
}

.indexRanking .rankingBody section .js-holder ol li a {
	outline: none;
}




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

.pagenator {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 30px auto;
	text-align: center;
	clear: both;
}

.pagenator a {
	padding: 8px;
	color: #999;
	min-width: 1.2em;
	display: inline-block;
	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;
}

.pagenator a.pagePrev, 
.pagenator a.pageNext {
	color: #fff;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #666));
	background: -webkit-linear-gradient(top, #999 0%, #666 100%);
	background: -moz-linear-gradient(top, #999 0%, #666 100%);
	background: -ms-linear-gradient(top, #999 0%, #666 100%);
	background: linear-gradient(top, #999 0%, #666 100%);
}

.pagenator a.pagePrev span {
	padding-left: 14px;
	background: url(../../../images/v1/common/icon_list_pageprev.png) left 5px no-repeat;
}

.pagenator a.pageNext span {
	padding-right: 14px;
	background: url(../../../images/v1/common/icon_list_pagenext.png) right 5px no-repeat;
}

.pagenator a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #999;
	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%);

}

.pagenator span.current {
	padding: 8px;
	color: #fff;
	background-color: #2a2a2a;
	min-width: 1.2em;
	display: inline-block;
	border: 1px solid #999;
	border-radius:4px;
}

/* --------------------------------------------
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: 0 auto 15px;
	background-color: #fff;
}


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

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

.articleText header .addition {
	display: block;
	height: 24px;
	background-color: #efefef;
	position: relative;
}

.articleText header time {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin: 5px;
}

.articleText header .socialbutton {
	position: absolute;
	top: 0;
	right: 0;
}

.articleText header .socialbutton ul {
	height: 24px;
}

.articleText header .socialbutton li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 120px;
	height: 24px;
}

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

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

.articleText header .socialbutton li .twList :after {
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
.articleText header .socialbutton li .twList :before {
	border-right-color: #cccccc;
	border-width: 5px;
	margin-top: -5px;
}
.articleText header .socialbutton li .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;
}

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

.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/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 .panorama {
	display: block;
	margin: 15px auto;
	text-align: center;
	position: relative;
	max-height: 420px;
	overflow: hidden;
}

.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/icon_panoramaLink.png) center center no-repeat;
}


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

.articleText .photo img {
	max-width: 634px;
}

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


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

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

.articleText .devide {
	font-size: 16px;
	font-size: 1.6rem;
	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;
}

.articleText figure .photoWrap .linkOpen {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../../images/v1/common/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: 14px;
	font-size: 1.4rem;
	padding: 5px 5px 15px;
	display: block;
}

.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: inline-block;
	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 a {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../../../images/v1/common/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/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;
}

.articleText .editorProfile .photo img {
    margin:0;
    padding:0;
}

.editorProfile .text {
    font-size:14px;
    font-size:1.4rem;
}

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

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

.editorProfile .text {
    line-height:1.5;
}

.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: 270px;
}

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

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

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

.expansionBox.open img {
	width: 562px;
}

.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;
	height: 100px;
}

.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;
	height: 90px;
	overflow: hidden;
}

.articleText .articleThumbs figure a:hover {
	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/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/icon_content_sugoi_sent.png) 5px center no-repeat;
}


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

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

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


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


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

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

.articlePhoto .photo img {
	max-width: 634px;
}

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

.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: 12px;
	font-size: 1.2rem;
	color: #fff;
	margin: 10px 0 10px 5px;
	float: right;
	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%);
}

.articlePhoto .linkFullscreen a {
	color: #fff;
	padding: 10px 10px 10px 40px;
	background: url(../../../images/v1/common/icon_content_linkfullscreen.png) #333 8px center no-repeat;
}

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

.articlePhoto .linkGallery {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	margin: 10px 0 10px 5px;
	float: right;
	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%);
}

.articlePhoto .linkGallery a {
	color: #fff;
	padding: 10px 10px 10px 40px;
	background: url(../../../images/v1/common/icon_content_linkgallery.png) #333 8px center no-repeat;
}

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

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

.articlePhoto header .addition {
	display: block;
}

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

}

.articlePhoto header .socialbutton ul {
	height: 24px;
}

.articlePhoto header .socialbutton li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 120px;
	height: 24px;
}

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

.articlePhoto header .socialbutton li.tw iframe {
	margin: 2px auto 0;
	width: 68px !important;
}

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

.articlePhoto header .socialbutton li .twList :after {
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
.articlePhoto header .socialbutton li .twList :before {
	border-right-color: #cccccc;
	border-width: 5px;
	margin-top: -5px;
}
.articlePhoto header .socialbutton li .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;
}

.articlePhoto header .socialbutton li.gp iframe {
	margin: 2px auto 0 !important;
}

.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/icon_content_sugoi.png) 5px center no-repeat;
}

.articlePhoto .sentence {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	cursor: pointer;
}

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

.articlePhoto .editorProfile .photo img {
    margin:0;
    padding:0;
}

.editorProfile .text {
    font-size:14px;
    font-size:1.4rem;
}

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

.editorProfile .text a:hover {
    text-decoration: underline;
}

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

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

.editorProfile .text {
    line-height:1.5;
}

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

/* ウィンドウクローズ */
#photozoomclose {
	cursor: pointer;
}

.device-skapp #photozoomclose {
display: none;
}

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

.articleGallery {
	margin: 0 0 20px;
}

.articleGallery 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:664px;
	position:relative;
}

.photoGallery a img{
	border:none;
}

.galleryBody {
	width:664px;
	max-height:498px;
	margin:0 auto;
	display:block;
	position:relative;
}

.galleryBody .imgHolder {
	position: relative;
	height: 498px;
	overflow: hidden;
}

.galleryBody .imgHolder .imgWrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.galleryBody .imgHolder .imgWrapper img {
	margin:0 auto;
	display:block;
	min-height: 100%;
	min-width: 664px;
	width: 100%;
	height: auto;
}

.galleryBody .galleryNext {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/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: 50%;
	right: 0;
	visibility: hidden;
}

.lt-ie9 .galleryBody .galleryNext {
	background: url(../../../images/v1/common/icon_arrowbg_s_next.png) #000 50% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}

.galleryBody .galleryNext a {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/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/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: 50%;
	left: 0;
	visibility: hidden;
}

.lt-ie9 .galleryBody .galleryPrev {
	background: url(../../../images/v1/common/icon_arrowbg_s_prev.png) #000 50% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}

.galleryBody .galleryPrev a {
	width: 35px;
	height: 70px;
	background: url(../../../images/v1/common/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 .galleryPrev a:hover {
	background-color: rgba(0, 0, 0, 1);
}

.galleryBody .text{
	width:100%;
	display:block;
	padding:10px 10px 35px;
	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;
}

.lt-ie9 .galleryBody .text{
	background-color: #000;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}


.galleryBody .text .title{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	line-height:1.5;
	display:block;
	margin-bottom:10px;
}

.galleryBody .text .caption{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.5;
	display:block;
	margin-bottom:10px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
}

/* フォールバック対応 */
.js #sattomiGallery .galleryBody .text .caption.close {
	display: none;
}

.js #sattomiGallery .galleryBody .text .caption.open {
	display: block;
}

.galleryBody .addition {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding-bottom: 10px;
}

.galleryBody .addition a {
	color: #fff;
	padding: 5px 10px 5px 40px;
}

.galleryBody .linkCap {
	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%);
}

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

.galleryBody .linkCap a {
	background: url(../../../images/v1/common/icon_content_linkcap.png) #333 8px center no-repeat;
}

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

.galleryBody .linkMore {
	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%);
}

.galleryBody .linkMore a {
	background: url(../../../images/v1/common/icon_content_linkmore.png) #333 8px center no-repeat;
}

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

.galleryBody .linkFullscreen {
	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%);
}

.galleryBody .linkFullscreen a {
	background: url(../../../images/v1/common/icon_content_linkfullscreen.png) #333 8px center no-repeat;
}

.galleryBody .linkFullscreen a:hover {
	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;
}
.galleryThumbs {
	margin: 0 auto 20px;
	width: 664px;
	height: 100px;
	background-image: url(../../../images/v1/common/loading.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
	position: relative;
}

.galleryThumbs .swiper-container {
	width: 552px;
	top: 5px;
	left: 56px;
	height: 92px;
	margin: 0;
}

.galleryThumbs .swiper-container .swiper-wrapper {
	list-style-type:none;
	top: 0;
	left: 0;
}

.galleryThumbs .swiper-container .swiper-wrapper .swiper-slide {
	display:inline-block;
	margin: 0;
	width:92px;
	height:92px;
	text-align:center;
	border: none;
	visibility: hidden;
}

.galleryThumbs .swiper-container .swiper-wrapper .swiper-slide a {
	display:block;
	width:90px;
	height:90px;
	vertical-align:middle;
}

.galleryThumbs .swiper-container .swiper-wrapper .swiper-slide a img {
	margin:0 auto;
	display:block;
	opacity:0.3;
	filter: alpha(opacity=30);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=30)";  /* ie 8 */
	border:none;
}

.galleryThumbs .swiper-container .swiper-wrapper .swiper-slide.active a img,
.galleryThumbs .swiper-container .swiper-wrapper .swiper-slide a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}

/* フォールバック対応 */
.no-js .galleryThumbs {
	display: none;
}

.galleryThumbs .galleryNext {
	width: 40px;
	height: 40px;
	background: url(../../../images/v1/common/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.2) 55% center no-repeat;
	border-radius:40px;
	position: absolute;
	top: 25px;
	right: 6px;
	visibility: hidden;
}

.lt-ie9 .galleryThumbs .galleryNext {
	background: url(../../../images/v1/common/icon_arrowbg_s_next.png) #000 50% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}

.galleryThumbs .galleryNext a {
	width: 40px;
	height: 40px;
	background: url(../../../images/v1/common/icon_arrowbg_s_next.png) rgba(0, 0, 0, 0.5) 55% center no-repeat;
	border-radius:40px;
	display:block;
}

.galleryThumbs .galleryPrev {
	width: 40px;
	height: 40px;
	background: url(../../../images/v1/common/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.2) 45% center no-repeat;
	border-radius:40px;
	position: absolute;
	top: 25px;
	left: 6px;
	visibility: hidden;
}

.lt-ie9 .galleryThumbs .galleryPrev {
	background: url(../../../images/v1/common/icon_arrowbg_s_prev.png) #000 50% center no-repeat;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}

.galleryThumbs .galleryPrev a {
	width: 40px;
	height: 40px;
	background: url(../../../images/v1/common/icon_arrowbg_s_prev.png) rgba(0, 0, 0, 0.5) 45% center no-repeat;
	border-radius:40px;
	display:block;
}

.galleryThumbs .galleryNext span, 
.galleryThumbs .galleryPrev span {
	position: absolute;
	top: -99999px;
	left: -99999px;
	overflow: hidden;
	font-size: 0;
	height: 0;
	width: 0;
}

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

.galleryEnd {
	background-color: rgba(0, 0, 0, 0.8);
	width: 664px;
	height: 498px;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

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

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

html>/**/body .galleryEnd .galleryNextcontent a .text_nextprev {
	display: inline-block;
	float: right;
	width: 220px;
	padding: 5px;
	vertical-align: middle;
}

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

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

.galleryEnd .galleryPrevcontent {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	background-color:#fff;
	height: 100px;
	width: 280px;
	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;
}

html>/**/body .galleryEnd .galleryPrevcontent a .text_nextprev {
	display:inline-block;
	float: left;
	width: 220px;
	padding: 5px;
	vertical-align: middle;
}
.galleryEnd .galleryPrevcontent a .text_nextprev img {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.galleryEnd .galleryPrevcontent a p{
	background: url(../../../images/v1/common/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 .galleryPrevcontent a:hover p {
	opacity: 0.3;
}

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

.articleFeature {
	margin: 0 auto 20px;
}

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


.articleFeature .photo {
	display: block;
	float: left;
	margin-right: 10px;
	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;
}

.articleFeature .title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin-bottom: 10px;
}

.articleFeature .title a {
	margin-bottom: 10px;
}

.articleFeature .lead {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.25;
	margin: 0 5px 10px;
}

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

.articleFeature .more {
	text-align: right;
	display:block;
}

.articleFeature .more a {
	color: #113b7d;
}

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

.bodFullscreen #contentsContainer {
	background: none;
}

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

.bodFullscreen .headerWrap {
	width: 100%;
	background-color: #fff;
	color: #333;
}

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

.bodFullscreen header {
	width: 100%;
	background-color: #2a2a2a;
	margin: 0 auto;
}

.bodFullscreen #headerMod {
	height: 50px;
	padding-top: 0;
	width: 100%;
	border: none;
}

.bodFullscreen #headerMod #logo{
	margin: 10px 0 0 20px;
}

.bodFullscreen #headerMod .linkClose {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border: 1px solid #999;
	display: inline-block;
	float: right;
	margin: 7px 20px 0 0;
	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 #headerMod .linkClose a {
	color: #fff;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../../../images/v1/common/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%;
}
*/

.bodFullscreen .contentWrap .caption {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin: 5px 10px;
}

.bodFullscreen .footerWrap {
	background-color: #f2f2f2;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


/* --------------------------------------------
7. others
--------------------------------------------*/
/* ===== 7-1. static ====================================================================== */


.frequency {
	margin: 0 auto 15px;
}

.frequency h1 {
	font-size: 22px;
	font-size: 2.2rem;
	color: #333;
	margin: 20px 0;
	padding-bottom: 18px;
	position: relative;
}

.frequency .lead {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 0 0 40px;
}

.frequency div {
	padding-bottom: 30px;
}

.frequency div h2 {
	color: #0064bf;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 20px;
	margin: 0;
	border: none;
}

.frequency div {
	display: block;
	padding: 20px;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

.frequency div p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.frequency div p.more {
	background: url(../../../images/v1/common/icon_list_point.png) left 8px no-repeat;
	margin:0 0 5px 10px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.frequency div p.more a {
	padding-left: 15px;
}

/* ===== 7-2. slide menu ====================================================================== */

#scrollNav {
	display: none;
}

/* ===== 7-3. smartphone changeview ====================================================================== */

#chgview {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#chgview #deviceKit {
	font-size: 36px;
	font-size: 3.6rem;
	height: 75px;
	line-height: 75px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#chgview #deviceKit a {
	background-color: #2a2a2a;
	color: #fff;
	display: block;
	text-align: center;
}


/* ===== 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. error ====================================================================== */

.moduleError {
	margin: 50px auto ;
}

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

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