@charset "SHIFT_JIS";

/* ==========================================================================
   common definitions for sankei-digital mobile service
   ========================================================================== */

/*
 *  global styles
 */


/* common */

.global,.content {
	background-color: #f2f2f2;
}


/*--- 汎用ナビ */

.global ul li {
	display: inline-block;
}

.global ul li a {
	display: block;
}

.lt-ie8 .global ul li{
	display: inline;
	zoom: 1;
}

.global nav {
	clear: both;
	font-size: 1.4em;
	font-size: 1.4rem;
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
}

.lt-ie7 .global nav {
	height: 1px;
	overflow: visible;
}

.global nav ul{
	border-top: 1px solid #858585;
	border-bottom: 1px solid #0f0f0f;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(0.49, #1a1a1a), color-stop(0.5, #000000), color-stop(1, #333333));
	background-image: linear-gradient(to bottom, #333333 0%, #1a1a1a 49%, #000000 50%, #333333 100%);
	margin-bottom:10px;
}

.global nav li {
	border-right: 1px solid #0f0f0f;
}

.global nav li a {
	display: block;
	padding: 0.5em 0.7em;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-weight:bold;
	border-left: 1px solid #6a6a6a;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(0.49, #1a1a1a), color-stop(0.5, #000000), color-stop(1, #333333));
	background-image: linear-gradient(to bottom, #333333 0%, #1a1a1a 49%, #000000 50%, #333333 100%);
	-webkit-tap-highlight-color: #ccc;
}

.global nav li:last-of-type {
	border-right: none;
}

/* header */

.global header {
	padding: 10px 0 0 0;
	background-color: #ffa826;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa826), color-stop(0.5, #ff9900));
	background-image: linear-gradient(to bottom, #ffa826 0%, #ff9900 50%);
	border-top: 1px solid #ffe0b1;
}

.global footer {
	padding-bottom: 25px;
}


/*-- ロゴ */
.global header #logo{
	float: left;
	padding: 0 0 10px 10px;
}

/*-- ヘッダーツールバー */

#globalToolbar {
	float: right;
	padding: 0 10px 10px 0;
	height: 30px;
}

.lt-ie8 #globalToolbar {
	width: 120px;
}

.global header #logo img{
	margin: 0;
	padding: 0;
}

/*== メニュー */

#globalToolbar li, 
.multiplebgs.cssgradients.backgroundsize #globalToolbar li{
	border-radius: 2px;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	border: 2px solid #634c07;
}

#globalToolbar .totalMenu{
	display: block;
	font-size: 1.2em;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #333333 url(../../../../images/v2/common/icon/fallback/menu.png) 5px 50% no-repeat;
	height: 17px;
	padding: 8px 5px 5px 46px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	border: 1px solid #333333;
}

.multiplebgs.cssgradients.backgroundsize #globalToolbar .totalMenu{
	background-image: url(../../../../images/v2/common/icon/menu.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: url(../../../../images/v2/common/icon/menu.png),linear-gradient(top, #333333 0%, #000000 100%);
	background-position:5px 50%, left top;
	background-repeat: no-repeat;
	background-size: 34px 28px,auto;
}

/* footer */

/*-- ページトップ戻りリンク */

footer .global nav {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.global .shortcut {
	border-top: 1px solid #fff;
}

.global .shortcut a{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 1.4em;
	font-size: 1.4rem;
}

.global .shortcut a span.label{
	line-height: 1;
	display: inline-block;
	color: #666;
	text-shadow: 0 -1px 1px #fff;
	padding: 6px 0 6px 30px;
	background: url(../../../../images/v2/common/icon/fallback/arrow_gotop.png) left center no-repeat;
}

.backgroundsize .global .shortcut a span.label{
	background: url(../../../../images/v2/common/icon/arrow_gotop.png) left center / 20px 20px no-repeat;
}

/*-- 表示切替リンク */

.global .switchView {
	text-align: center;
	font-size: 1.3em;
	font-size: 1.3rem;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .global .switchView {
		border-bottom: 1px solid #d1d1d1;
	}

.global .switchView a{
	display: inline-block;
	border-left: 2px ridge #fefefe;
	padding-left: 0.8em;
}

.lt-ie8 .global .switchView a {
	display: inline;
	zoom: 1;
}

/*--運営他リンク */

.global ul.managementInfo{
	font-size: 1.3em;
	font-size: 1.3rem;
	text-align: center;
}

.global ul.managementInfo li a {
	padding: 0.5em 0.7em;
}


.global ul.managementInfo{
	margin-bottom: 20px;
}

.global li address{
	display: inline;
}

/*--コピーライト*/

.global small {
	display: block;
	font-size: 1.3em;
	font-size: 1.3rem;
	text-align: center;
}


/*--グループサイトリンク */

.global footer ul.relatedService{
	font-size: 1.3em;
	font-size: 1.3rem;
	margin:15px auto;
	padding-right:5px;
	text-align:center;
}

.global footer ul.relatedService li {
	text-align:center;
}

.global footer ul.relatedService li a img {
	margin-left:5px;
	display:block;
	border:none;
}

.global footer ul.relatedService li a {
	-webkit-tap-highlight-color: #ccc;
}
.global footer ul.relatedService li a:hover {
	background-color:#efefef;
}


/*
 * common parts default styles
 */

/*=== モジュールスタイル ===*/

/*--- 汎用 */

/*-- ヘッダーとのつなぎなし */
.no-header {
	border-top: 1px solid #e1e1e1;
}

	.device-android .no-header {
		border-top: 1px solid #d1d1d1;
	}

/*--- トップニュース */
.top-news a{
	display: block;
	padding: 3px 20px 6px 10px;
	color: #333;
	background: url(../../../../images/v2/common/icon/fallback/arrow_off.png) 98% 50% no-repeat;
}

.backgroundsize .top-news a{
	background: url(../../../../images/v2/common/icon/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .top-news a:hover,.backgroundsize .top-news a:active{
	background: url(../../../../images/v2/common/icon/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

.top-news h1 {
	font-size: 1.6em;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.top-news p {
	font-size: 1.5em;
	font-size: 1.5rem;
}

/*--- 記事 */


.detail hgroup {
/*	padding:  15px 10px 10px 10px; */
}

.detail h2{
	font-size: 1.3em;
	font-size: 1.3rem;
	padding:0 0 10px 10px;
	color:#333333;
	border-bottom: 1px solid #e1e1e1;
	background: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #fffbf2));
	background-image: linear-gradient(to bottom, #efefef 0%, #fffbf2 100%);
}

	.device-android .detail h2{
		border-bottom: 1px solid #d1d1d1;
	}

.detail h2 img{
	vertical-align: middle;
}

.lt-ie7 .detail h2{
	height: 1px;
	overflow: visible;
}

.detail h1 {
	font-size: 1.7em;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #ffffff;
}

.detail header p {
	padding: 0 10px 10px 10px;
}

.detail p.sentence {
	font-size: 1.5em;
	font-size: 1.5rem;
	margin: 0 12px 8px;

}

div.socialButton {
	margin: 10px auto;
	display:block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #fff;
}

	.device-android div.socialButton {
		border-top: 1px solid #d1d1d1;
	}

div.socialButton ul {
	padding: 5px 0;
	display:block;
	margin:0 auto;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #fff;
	text-align:center;
}

	.device-android div.socialButton ul {
		border-bottom: 1px solid #d1d1d1;
	}

div.socialButton ul li{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

div.socialButton ul li span{
	display:block;
	margin:0 5px;
	vertical-align:middle;
	text-align:center;
}

div.socialButton ul li.tw {
	width:32%;
	margin-top:3px;
}

div.socialButton ul li.fb {
	width:32%;
	margin-top:5px;
}

div.socialButton ul li.fb .fb_iframe_widget iframe {
	left: 0;
}

div.socialButton ul li.line {
	width:32%;
	margin-top:3px;
}

.detail .pressrelease{
	text-align: right;   
	margin: 20px 12px;
}
.detail .pressrelease p{
	display: inline;
	border: 1px solid #ccc;
	font-size: 1.3em;
	font-size: 1.3rem;
	padding: 0.5em 0 .5em .75em;
}
.detail .pressrelease p a{ 
	padding: .5em 1em .5em .5em;
}

/*--インデックス */

.index {
	font-size: 1.5em;
	font-size: 1.5rem;
	background-color: #f2f2f2;
}

.index h1 {
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
	margin-bottom:10px;
}

.index h1 a {
	color:#fff;
}

.index h1 img {
	vertical-align: middle;
}

.lt-ie7 .index h1 {
	height: 1px;
	overflow: visible;
}

.photo-slideshow h2, 
.index h2 {
	font-size: 1.3em;
	font-size: 1.3rem;
	padding:0 0 10px 10px;
	color:#333333;
	border-bottom: 1px solid #e1e1e1;
	background: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #fffbf2));
	background-image: linear-gradient(to bottom, #efefef 0%, #fffbf2 100%);
}

	.device-android .photo-slideshow h2, 
	.device-android .index h2 {
		border-bottom: 1px solid #d1d1d1;
	}

.photo-slideshow h2 img, 
.detail h2 img, 
.index h2 img {
	margin: 0 10px;
}
.index ul li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .index ul li{
		border-bottom: 1px solid #d1d1d1;
	}

.index ul li:first-of-type {
	border-top: none;
}

.no-header ul li:first-of-type {
	border-top: 1px solid #fff;
}

.index ul li a,
.index ul li .link-box{
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 25px 6px 10px;
	background: url(../../../../images/v2/common/icon/fallback/arrow_off.png) 98% 50% no-repeat;
}

.index ul li a:active,
.index ul li .link-box.active{
	background: url(../../../../images/v2/common/icon/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .index ul li a,
.backgroundsize .index ul li .link-box{
	background: url(../../../../images/v2/common/icon/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .index ul li a:hover,.backgroundsize .index ul li a:active,
.backgroundsize .index ul li .link-box.active{
	background: url(../../../../images/v2/common/icon/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}

/*--特集 */

.feature-index {
	font-size: 1.5em;
	font-size: 1.5rem;
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
}

.feature-index > h1{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
	margin-bottom:10px;
}

.lt-ie7 .feature-index  h1{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	height: 1px;
	overflow: visible;
}
.feature-index h2{
	font-size: 1.3em;
	font-size: 1.3rem;
	padding:0 0 10px 10px;
	color:#333333;
	border-bottom: 1px solid #e1e1e1;
	background: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #ededed));
	background-image: linear-gradient(to bottom, #efefef 0%, #ededed 100%);
	position:relative;
}

	.device-android .feature-index h2{
		border-bottom: 1px solid #d1d1d1;
	}

.feature-index h2 img {
	margin: 0 10px;
}

.feature-index h2 .addition {
	font-size: 1.2em;
	font-size: 1.2rem;
	padding:0 0 10px 20px;
	color:#666;
	position:absolute;
	right:15px;
	top:center;
}

.feature-index .timestamp {
	font-size: 1.2em;
	font-size: 1.2rem;
	padding:0 10px 10px 0;
	color:#666;
	border-bottom: 1px solid #e1e1e1;
	background: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #ededed));
	background-image: linear-gradient(to bottom, #efefef 0%, #ededed 100%);
	text-align:right;
}

	.device-android .feature-index .timestamp {
		border-bottom: 1px solid #d1d1d1;
	}

.feature-index .timestamp .addition {
	text-align:right;
}

.feature {
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .feature {
		border-bottom: 1px solid #d1d1d1;
	}

.feature a.for-feature{
	display: table-cell;
	width: 25%;
}

.lt-ie8 .feature a.for-feature{
	display: block;
	float: left;
	width: 23%;
	border-bottom: 1px solid #ccc;
}

.feature header{
	padding: 6px 10px;
}

.feature h1{
	color: #333;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.lt-ie7 .feature h1{
	font-weight: normal;
	background: none;
	border: none;
	color: #333;
}


.feature ul{
	display: table-cell;
	width: 75%;
	border-left: 1px solid #e1e1e1;
}

	.device-android .feature ul{
		border-left: 1px solid #d1d1d1;
	}

.lt-ie8 .feature ul{
	display: block;
	float: left;
}

.feature ul li{
	border-bottom: 1px dotted #e1e1e1;
}

	.device-android .feature ul li{
		border-bottom: 1px solid #d1d1d1;
	}

.feature ul li:last-of-type{
	border-bottom: none;
}

.feature li a,
.feature li .link-box{
	color: #333;
	display: block;
	min-height: 2.8em;
	padding: 6px 20px 6px 10px;
	background: url(../../../../images/v2/common/icon/fallback/arrow_off.png) 98% 50% no-repeat;
}

.feature ul li a:active,
.feature ul li .link-box.active{
	background: url(../../../../images/v2/common/icon/fallback/arrow_on.png) 98% 50% no-repeat;
}

.backgroundsize .feature ul li a,
.backgroundsize .feature ul li .link-box {
	background: url(../../../../images/v2/common/icon/arrow_off.png) 98% 50% / 6px 10px no-repeat;
}

.backgroundsize .feature ul li a:hover,.backgroundsize .index ul li a:active,
.backgroundsize .feature ul li .link-box.active{
	background: url(../../../../images/v2/common/icon/arrow_on.png) 98% 50% / 6px 10px no-repeat;
}


/*--キーワードクラウド */
.keyword-cloud {
	font-size: 1.3em;
	font-size: 1.3rem;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}

.keyword-cloud ul li {
	float: left;
	width: 50%;
}

.keyword-cloud ul li a {
	display: block;
	min-height: 1.3em;
	padding: 8px 4px;
	color: #333333;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background :#e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #cdcdcd));
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #cdcdcd 100%);
}

	.device-android .keyword-cloud ul li a {
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
	}

.keyword-cloud ul.bigword li {
	width: 50%;
}

.keyword-cloud ul.bigword li a {
	font-size: 1.1em;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/*--ランキング */

.chartbeatTopPage, 
.socialcountTopPage {
	background-color: #666;
	padding-bottom: 5px;
}

.ranking {
	font-size: 1.5em;
	font-size: 1.5rem;
	display:block;
}

.ranking h1{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #ffa319;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa319), color-stop(1, #2676c4));
	background-image: linear-gradient(to bottom, #ffa319 0%, #2676c4 100%);
	-webkit-box-shadow: 0 3px 3px #555;
	box-shadow: 0 3px 3px #555;
	margin-bottom:5px;
}

.lt-ie7 .ranking h1{
	height: 1px;
	overflow: visible;
}

.ranking li{
	border-top: 1px solid #888;
	border-bottom: 1px solid #2b2b2b;
	background: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #333));
	background-image: linear-gradient(to bottom, #666 0%, #333 100%);

}

.lt-ie7 .ranking li{
	height: 1px;
	overflow: visible;
}

.ranking li:first-of-type{
	border-top: none;
}

.ranking li a{
	color: #fff;
	display: block;
	min-height: 2.8em;
	padding: 6px;
}

.ranking li a .rank{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 3em;
	font-weight: bold;
	color: #a9a9a9;
}

.ranking li a .title{
	display: table-cell;
	padding-left:5px;
}

.lt-ie8 .ranking li a span {
	display: inline;
	zoom: 1;
}

.content .chartbeatTopPage h1, 
.content .socialcountTopPage h1 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	background: #d24400;
	-webkit-box-shadow: 0 3px 3px #555;
	box-shadow: 0 3px 3px #555;
	margin-bottom:5px;
}

.content .chartbeatTopPage h1 a, 
.content .socialcountTopPage h1 a {
	color: #fff;
}

.content .chartbeatTopPage .linkTo, 
.content .socialcountTopPage .linkTo {
	text-align: center;
	margin: 5px auto 0;
	border: none;
}
.content .chartbeatTopPage .linkTo:after, 
.content .socialcountTopPage .linkTo:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}

.content .chartbeatTopPage .js-holder + .linkTo, 
.content .socialcountTopPage .js-holder + .linkTo {
	margin-bottom: 10px;
}

.pageRanking .content .chartbeatTopPage .linkTo, 
.pageRanking .content .socialcountTopPage .linkTo {
}

.content .chartbeatTopPage .linkTo span, 
.content .socialcountTopPage .linkTo span {
	display:block;
	padding: 10px 0 0;
	border-bottom: 5px solid #ffa319;
}

.content .chartbeatTopPage .linkTo a, 
.content .socialcountTopPage .linkTo a {
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #ff7033;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff7033), color-stop(1, #ff4d00));
	background-image: linear-gradient(to bottom, #ff7033 0%, #ff4d00 100%);
}

.content .chartbeatTopPage .linkTo a.selected, 
.content .socialcountTopPage .linkTo a.selected {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #ffa319;
	border-right: 1px solid #ffa319;
	border-top: 1px solid #ffa319;
	border-bottom: none;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #ffa319;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb59), color-stop(100%,#ffa319));
	background: linear-gradient(to bottom, #ffcb59 0%,#ffa319 100%);
}

.content .chartbeatTopPage .linkTo a.unselected, 
.content .socialcountTopPage .linkTo a.unselected {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: none;
	min-width:145px;
	padding: 1em 0;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
}

.content .chartbeatTopPage .linkTo a:first-of-type, 
.content .socialcountTopPage .linkTo a:first-of-type {
	margin-right:10px;
}

	/*-- ランキングを画像で表示する */
.ranking li a .rank-image {	
	display: table-cell;
	vertical-align: top;
	color: transparent;
	width: 40px;
	background: url(../../../../images/v2/common/icon/fallback/ranking_none.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank-image {
	background: url(../../../../images/v2/common/icon/ranking_none.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank1 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_001.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank1 {
	background: url(../../../../images/v2/common/icon/ranking_001.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank2 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_002.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank2 {
	background: url(../../../../images/v2/common/icon/ranking_002.png) 50% 50% / 30px 30px no-repeat;
}
.ranking li a .rank3 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_003.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank3 {
	background: url(../../../../images/v2/common/icon/ranking_003.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank4 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_004.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank4 {
	background: url(../../../../images/v2/common/icon/ranking_004.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank5 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_005.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank5 {
	background: url(../../../../images/v2/common/icon/ranking_005.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank6 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_006.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank6 {
	background: url(../../../../images/v2/common/icon/ranking_006.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank7 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_007.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank7 {
	background: url(../../../../images/v2/common/icon/ranking_007.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank8 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_008.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank8 {
	background: url(../../../../images/v2/common/icon/ranking_008.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank9 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_009.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank9 {
	background: url(../../../../images/v2/common/icon/ranking_009.png) 50% 50% / 30px 30px no-repeat;
}

.ranking li a .rank10 {
	background: url(../../../../images/v2/common/icon/fallback/ranking_010.png) 50% 50% no-repeat;
}

.backgroundsize .ranking li a .rank10 {
	background: url(../../../../images/v2/common/icon/ranking_010.png) 50% 50% / 30px 30px no-repeat;
}

	/*--- 瞬間ランキング　状態を詰めるボックス */
.ranking li a .status {
	display: block;
	margin-top: 5px;
	height: 14px;
	color: transparent;
}

	/* 瞬間ランキング　ランク変動表示を画像で行う */
.ranking li a .rank-up {
	background: url(../../../../images/v2/common/icon/fallback/rank_up.png) 50px 50% no-repeat;
}

.backgroundsize .ranking li a .rank-up {
	background: url(../../../../images/v2/common/icon/rank_up.png) 50px 50% / 27px 10px no-repeat;
}

.ranking li a .rank-down {
	background: url(../../../../images/v2/common/icon/fallback/rank_down.png) 50px 50% no-repeat;
}

.backgroundsize .ranking li a .rank-down {
	background: url(../../../../images/v2/common/icon/rank_down.png) 50px 50% / 47px 10px no-repeat;
}

.ranking li a .rank-flat {
	background: url(../../../../images/v2/common/icon/fallback/rank_flat.png) 50px 50% no-repeat;
}

.backgroundsize .ranking li a .rank-flat {
	background: url(../../../../images/v2/common/icon/rank_flat.png) 50px 50% / 12px 10px no-repeat;
}

.lt-ie7 .ranking li a .rank-up,.lt-ie7 .ranking li a .rank-down,.lt-ie7 .ranking li a .rank-flat {
	background:none;
}


	/* ソーシャルランキング */

.soc-rank-viewport {
	/* 高さは内容物に任せる
/
	width: 100%;
}

.soc-rank-wrapper {
	width: 100%;
}

.soc-rank-wrapper ol{
	/* 高さはstyle属性 */
	position: relative;
	width: 100%;
}

.soc-rank-wrapper ol.now-loading{
	background-image: url(../../../../images/v2/common/icon/loading.gif);
	background-position: center 20%;
	background-repeat: no-repeat;
}

.soc-rank-wrapper ol.now-loading li{
	opacity: 0.3;
}

.soc-rank-wrapper li {
	width: 100%;
/* 約3行分へ強制 */
	height: 80px !important;
}

.soc-rank-entry .rank-image,.soc-rank-entry .title{
	height: 45px;
	overflow: hidden;
}

	/*--- ソーシャルランキング　状態を詰めるボックス */
.ranking li a dl.status {
	margin-top: 5px;
	height: 16px;
	font-size:1em;
	font-size:1rem;
	color:#333333;
	padding-left:45px;
	vertical-align:middle;
}

.ranking li a dl.status dt,.ranking li a dl.status dd{
	display: inline-block;
	min-width:50px;
	text-align:right;
}

.lt-ie8 .ranking li a dl.status dt,
.lt-ie8 .ranking li a dl.status dd{
	display: inline;
	zoom:1;
}

.ranking li a .tw {
	background:
	url(../../../../images/v2/common/icon/fallback/soc_twcount.png) 0 50% no-repeat;
	padding:4px 5px 2px 0px;
	margin-right:15px;
}

.backgroundsize .ranking li a .tw {
	background: url(../../../../images/v2/common/icon/soc_twcount.png) 0 50% / 55px 14px no-repeat;
}

.ranking li a .fb {
	background: url(../../../../images/v2/common/icon/fallback/soc_fbcount.png) 0 50% no-repeat;
	padding:4px 5px 2px 0px;
}

.backgroundsize .ranking li a .fb {
	background: url(../../../../images/v2/common/icon/soc_fbcount.png) 0 50% / 55px 14px no-repeat;
}

.lt-ie8 .ranking li a .tw,
.lt-ie8 .ranking li a .fb {
	background:none;
	color:#fff;
}

/*-- 簡易メニュー */
.easy-menu {
	font-size: 1.3em;
	font-size: 1.3rem;
	padding: 10px 5px 5px 0;
	background-color: #e1e1e1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

	.device-android .easy-menu {
		background-color: #d1d1d1;
	}

.easy-menu h1{
	margin:0 0 10px 5px;
	color:#757575;
}

.easy-menu li {
	float: left;
	width: 31%;
	margin:0 0 5px 5px;
	text-align:center;
	border: 1px solid #595959;
}

.easy-menu li a{
	color: #757575;
	display: block;
	padding: 0.5em 0;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #efefef;
	background :#e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #cdcdcd));
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #cdcdcd 100%);
}

/*--- メニューリスト（ネスト） */

.menu-index {
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #f2f2f2;
}

.menu-index h1{
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.lt-ie7 .menu-index h1{
	height: 1px;
	overflow: visible;
}

.menu-index ul,
.menu-index ol {
	border-top: 1px dotted #c0c0c0;
}

	/* level2〜4までインデント、以下は同じ */

.menu-index ul ul,
.menu-index ol ol{
	text-indent: 0.8em;
}

.menu-index ul ul ul,
.menu-index ol ol ol{
	text-indent: 1.6em;
}

.menu-index ul ul ul ul,
.menu-index ol ol ol ol{
	text-indent: 2.4em;
}


.menu-index li  {
	border-bottom: 1px dotted #c0c0c0;
}

.lt-ie7 .menu-index li{
	height: 1px;
	overflow: visible;
}

.menu-index li:last-of-type{
	border-bottom: none;
}

.menu-index li a{
	color: #333;
	display: block;
	min-height: 2em;
	line-height: 2em;
	padding: 6px 20px 6px 10px;
	background: url(../../../../images/v2/common/icon/fallback/arrow_off.png) 90% 50% no-repeat;
}

.menu-index ul li a:active{
	background: url(../../../../images/v2/common/icon/fallback/arrow_on.png) 90% 50% no-repeat;
}

.backgroundsize .menu-index ul li a{
	background: url(../../../../images/v2/common/icon/arrow_off.png) 90% 50% / 6px 10px no-repeat;
}

.backgroundsize .menu-index ul li a:hover,.backgroundsize .index ul li a:active{
	background: url(../../../../images/v2/common/icon/arrow_on.png) 90% 50% / 6px 10px no-repeat;
}



/*=== パーツスタイル ==*/

/*-- タイトルパーツ */

/*-- 結合タイトル */
/* 何らかのモジュール群を結合した時に使用する */

.combined {
}

.combined > h1{
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
	margin-bottom:10px;
}


.lt-ie7 .combined h1{
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
}

/*-- タイトル自体がグルーピングページへのリンクの場合 */
.for-group h1 {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.for-group h1 a {
	color: #fff;
}

/*-- 補足パーツ */
.addition {
	color: #666;
	margin-left: 0.5em;
	font-size: 0.8em;
	font-size: 1.3rem;
	vertical-align: baseline;
	text-align: left;
}


.addition time {
	margin-right: 0.5em;
}

.addition img {
	vertical-align: middle;
}

.addition publisher {
	margin-right: 0.5em;
}

/*--- 画像パーツ */
/*-- プリロードを行う場合は単純なプレースフォルダ扱い */

.photo {
	display: block;
	float:left;
	margin:0 10px 5px 0;
	font-size: 0;
	line-height: 0;
/*	width: 80px; */
	overflow: hidden;
}


/*--- featureの場合はfloatなし */
.feature .photo {
	float: none;
	margin: 5px 0;
}

/*--- deatilの場合は反転させる */
.detail .photo {
	float:right;
	margin:0 12px 5px 6px;
}
/*------ */

.photo img {
	width: 100%;
}

.actual-size{
	width: auto !important;
}

.actual-size img{
	width: 80px !important;
}


.no-image {
	background: url(../../../../images/v2/common/icon/fallback/no-image.gif) center no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.no-image img {
	display: none;
}

.backgroundsize .no-image {
	background-image: url(../../../../images/v2/common/icon/no-image.png);
	background-size: cover;
	width: 80px;
	height: 80px;
}

/*- サイズの組み合わせ-----*/

.size-thumb1 {
	width: 80px;
}

.detail .size-thumb1 {
	width: 125px;
}


/*--- リンクボタン */

/* 遷移タイプ */
.linkTo {
	text-align: center;
	margin: 5px;
	border: 1px solid #595959;
}

.linkTo a {
	display: block;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 1em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #ffa319;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb59), color-stop(100%,#ffa319));
	background: linear-gradient(to bottom, #ffcb59 0%,#ffa319 100%);

}

.linkTo a.selected {
	background-color: rgb(24, 50, 83);
}


/* キーワード遷移タイプ */
.keyLinkTo {
	text-align: center;
	padding: 10px 5px;
	margin:0 auto;
	width:80%;

}


.keyLinkTo a {
	display: inline-block;
	text-align: left;
	min-width: 80px;
	font-size: 0.9em;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 0.5em 26px 0.5em 0.5em;
	position: relative;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	color: #757575;
	background :#e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #cdcdcd));
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #cdcdcd 100%);

}

	.device-android .keyLinkTo a {
		border: 2px solid #d1d1d1;
	}

.keyLinkTo a:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #666666;
}

/* ページングを追加 */
.paging a.prev {
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_prev.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.paging a.next {
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_next.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.backgroundsize .paging a.prev {
	background-image: url(../../../../images/v2/common/icon/arrow_prev.png);
	background-size: 6px 10px;
}

.backgroundsize .paging a.next {
	background-image: url(../../../../images/v2/common/icon/arrow_next.png);
	background-size: 6px 10px;
}


/*--- ボタン */
.photo-slideshow .manipulate {
	text-align: center;
	padding: 5px;
	border: none;

}

.photo-slideshow .manipulate button {
	display: inline-block;
	text-align: center;
	padding: 0.5em;
	color: #fff;
	font-family: inherit;
	font-size: 1.4em;
	font-size: 1.4rem;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.75)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.75) 100%);
}

.list-continue listUpdater

/*--- セパレート */
.separate {
	border-bottom: 1px solid #e1e1e1;
}

	.device-android .separate {
		border-bottom: 1px solid #d1d1d1;
	}

/*--- アンカー整形 */
.no-link {
	cursor: default;
}

/*--- 読み込みボタン */

.manipulate {
	border: 1px solid #595959;
	margin: 5px auto;
	width:80%;
}
.list-continue .manipulate button, 
.photo-gallery-continue .manipulate button, 
.read-more .manipulate button {
	display: block;
	margin:0 auto;
	width:100%;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 1em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-size: 0.9em;
	font-size: 1.4rem;
	background: #ffa319;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb59), color-stop(100%,#ffa319));
	background: linear-gradient(to bottom, #ffcb59 0%,#ffa319 100%);
}

/*
 * widget default styles for contentBox
 */
 
 /* 予約 */

/*--- Javascriptで処理した結果を入れる場所の目印 */
.no-js .js-holder {
 	display: none;
 }

.js .js-holder-ready {
 	height: 1px;
 	visibility: hidden;
 	overflow: hidden;
}

/*-- .js以下では付けられた要素の状態に合わせる */

/* 汎用 */
.js .not-fallback {
	display: none !important;
}


/* スライドタイプ　汎用 */

.slider-box{}

.slide-viewport {
	/* 高さはstyle属性 */
	width: 100%;
	overflow: hidden;
/*	-ms-touch-action: none; */ /* none はスクロールできなくなるのでNG */
}


.slide-wrapper {
	/* 幅はstyle属性 */
	overflow: hidden;
	-webkit-transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
	-o-transform-style: preserve-3d; 
	transform-style: preserve-3d; 

	-webkit-transition: -webkit-transform 350ms ease-out,margin-left 350ms ease-out;
	-moz-transition: -moz-transform 350ms ease-out,margin-left 350ms ease-out;
	-o-transition: -o-transform 350ms ease-out,margin-left 350ms ease-out;
	-ms-transition: -ms-transform 350ms ease-out,margin-left 350ms ease-out;
	transition: transform 350ms ease-out,margin-left 350ms ease-out;


}
/*-- 同時にclearfixを指定 */

.slide {
	/* 幅はstyle属性 */
	float: left;
	position: relative;
}

/*--- ここまで汎用 */

 /* ページスライド */

/* 作成中 */


/* フォトギャラリー */
/*-- indexに付加して利用 */
.js .photo-gallery .photo-source{;
	display: none;
}
	/* インデックスタイプ */
.photo-gallery .photo-column {
	float: left;
	width: 33.3%
}

.photo-gallery .photo-column p{
	margin: 4px 2px;
	border: 1px solid #e1e1e1;
	line-height: 0;
}

	.device-android .photo-gallery .photo-column p{
		border: 1px solid #d1d1d1;
	}

.photo-gallery .photo-column p a,
.photo-gallery .photo-column p .link-box{
	display: block;
	padding: 3px;
}

.photo-gallery .photo-column img{
	display:block;
	width: 100%;
}

	/* スライドショータイプ */

/* jsでもfallback可能性あり
.js .photo-slideshow .photo-source{;
	display: none;
}
*/

.photo-slideshow h1.slide-label {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 10px;
	border-top: 1px solid #848484;
	border-bottom: 1px solid #9f9f9f;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.photo-slideshow h1.slide-label a {
	color:#fff;
}

.photo-slideshow h1.slide-label img{
	vertical-align: middle;
}


.photo-slideshow .slider-box{
	position: relative;

}

.photo-slideshow .slide-viewport{
	background-color:#333;
}

.photo-slideshow .slide{
	overflow: hidden;
	position: relative;
	text-align:center;
}

.photo-slideshow .slide > a ,
.photo-slideshow .slide > .link-box {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.photo-slideshow .slide a.no-image,
.photo-slideshow .slide .link-box.no-image {
	background: url(../../../../images/v2/common/icon/fallback/no-image.gif) center no-repeat;
	background-position: center;
	background-repeat: no-repeat;
}

.backgroundsize .photo-slideshow .slide a.no-image ,
.backgroundsize .photo-slideshow .slide .link-box.no-image {
	background-image: url(../../../../images/v2/common/icon/no-image.png);
	background-size: cover;
}

.photo-slideshow .slide a.cover,
.photo-slideshow .slide .link-box.cover{
	height: 250px;
}

.photo-slideshow .slide a.out,
.photo-slideshow .slide .link-box.out{
	height: 300px;
}

.photo-slideshow .slide img {
	max-height: 250px;
	max-width: 320px;
}

.photo-slideshow .actual-size img{
	width: auto !important;
}

.photo-slideshow .slide .cap {
	font-size: 1.4em;
	font-size: 1.4rem;
}

.photo-slideshow .slide .cover .cap {
	width: 100%;
	min-height: 15%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: #000;
	padding: 5px;
	text-align:left;
}

.photo-slideshow .slide .cover .cap .addition {
	color: #fff;
}

.rgba .photo-slideshow .slide .cover .cap {
	background-color: rgba(0,0,0,0.7);
}

.photo-slideshow .slide .out .cap {
	width: 100%;
	min-height: 15%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 5px;
	text-align:left;
}

.photo-slideshow .slide .out .cap .addition {
	color: #fff;
}

.photo-slideshow .slider-box .manipulate {
	width: 100%;
	position: absolute;
	left: 0;
	top: 105px;
	padding: 0;
	opacity: 0.5;
}

.photo-slideshow .slider-box .active {
	opacity: 1;
}

.photo-slideshow .slider-box .manipulate button{
	font-size: 0;
	color: transperant;
	text-indent: -999;
	overflow: hidden;
	width: 30px;
	height: 45px;
	margin: 12px 0px;
}

.photo-slideshow .slider-box .manipulate button[disabled]{
/*	opacity: 0.5;*/
	visibility: hidden !important;
}

.photo-slideshow .slider-box .manipulate button.prev{
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	background-color:#000;
	opacity: 0.8;
}
.photo-slideshow .slider-box .manipulate button.next{
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-color:#000;
	opacity: 0.8;
}

.backgroundsize .photo-slideshow .slider-box .manipulate button.prev{
	background-image: url(../../../../images/v2/common/icon/arrow_prev.png);
	background-size: 6px 10px;
}

.backgroundsize .photo-slideshow .slider-box .manipulate button.next{
	background-image: url(../../../../images/v2/common/icon/arrow_next.png);
	background-size: 6px 10px;
}


/* コンテンツギャラリー */
	/* スライドショータイプ */

/* jsでもfallback可能性あり
.js .contents-slideshow .slide-source{
	display: none;
}
*/


.contents-slideshow .slide-viewport {
	border-bottom: 1px solid #fff;
}


.contents-slideshow .slide h1{
	display: none;
}

.contents-slideshow .slide-label {
	width: 100%;
	overflow: hidden;
	font-size: 1.4em;
	font-size: 1.4rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	border-top: 1px solid #9cc6ee;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.contents-slideshow h1.slide-label {
	padding: 5px 0;
}

.contents-slideshow .slide-label li{
	float: left;
	padding: 0.5em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-weight:bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contents-slideshow .slide-sbar {
	width: 100%;
	overflow: hidden;
	height: 10px;
	background: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #e5e5e5));
	background-image: linear-gradient(to bottom, #cccccc 0%, #e5e5e5 100%);
}

.contents-slideshow .slide-sbar .slide-sbarb{
	height: 100%;
	background-color: #ff9900;
	-webkit-transition: margin-left 350ms ease-out;
	-moz-transition: margin-left 350ms ease-out;
	-o-transition: margin-left 350ms ease-out;
	-ms-transition: margin-left 350ms ease-out;
	transition: transform 350ms ease-out;
}

.contents-slideshow .slider-box .manipulate {
	float: left;
	text-align: center;
	margin: 5px;
	width: 45%;
	border:none;
}

.contents-slideshow .slider-box .manipulate button{
	font-size: 0;
	color: transperant;
	text-indent: -999;
	overflow: hidden;
	width: 45%;
	height: 46px;
	margin:0 5px 0 0;
	display: inline-block;
	text-align: center;
	padding: 0.5em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-family: inherit;
}


.contents-slideshow .slider-box .manipulate button[disabled]{
	opacity: 0.5;
}

.contents-slideshow .slider-box .manipulate button.prev{
	background: url(../../../../images/v2/common/icon/fallback/arrow_prev.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background: url(../../../../images/v2/common/icon/fallback/arrow_prev.png), linear-gradient(to bottom, #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;
	vertical-align:top;
}

.contents-slideshow .slider-box .manipulate button.next{
	background: url(../../../../images/v2/common/icon/fallback/arrow_next.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background: url(../../../../images/v2/common/icon/fallback/arrow_next.png), linear-gradient(to bottom, #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;
	vertical-align:top;
}

.backgroundsize .contents-slideshow .slider-box .manipulate button.prev{
	background-image: url(../../../../images/v2/common/icon/arrow_prev_list.png);
	background-size: 6px 10px;
	background-color:tranceparent;
	vertical-align:top;
}

.backgroundsize .contents-slideshow .slider-box .manipulate button.next{
	background-image: url(../../../../images/v2/common/icon/arrow_next_list.png);
	background-size: 6px 10px;
	background-color:tranceparent;
	vertical-align:top;
}

.contents-slideshow .slider-box .linkTo {
	float: right;
	width: 45%;
}



/* アイテムギャラリー */
	/* スライドショータイプ */

/* jsでもfallback可能性あり
.js .items-slideshow .slide-source{
	display: none;
}
*/

.items-slideshow .slide-viewport {
	border-bottom: 1px solid #ccc;
}


.items-slideshow .slide h1{
	display: none;
}

.items-slideshow .slide-label {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #5d8fcd;
	font-size: 1.4em;
	font-size: 1.4rem;
}

.items-slideshow h1.slide-label {
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 -1px 1px #666;
	padding: 5px 0;
	text-indent:10px;
	border-top: 1px solid #9cc6ee;
	border-bottom: 1px solid #ffffff;
	background: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.items-slideshow h1.slide-label a {
	color:#fff;
}

.items-slideshow .slide-label li{
	float: left;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.items-slideshow .slide-sbar {
	width: 100%;
	overflow: hidden;
	height: 10px;
	background: #cccccc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #e5e5e5));
	background-image: linear-gradient(to bottom, #cccccc 0%, #e5e5e5 100%);
}

.items-slideshow .slide-sbar .slide-sbarb{
	height: 100%;
	background-color: #ff9900;
	-webkit-transition: margin-left 350ms ease-out;
	-moz-transition: margin-left 350ms ease-out;
	-o-transition: margin-left 350ms ease-out;
	-ms-transition: margin-left 350ms ease-out;
	transition: transform 350ms ease-out;
}

.items-slideshow .slider-box .manipulate {
	float: left;
	text-align: center;
	margin: 5px;
	width: 45%;
	border:none;
}

.items-slideshow .slider-box .manipulate button{
	font-size: 0;
	color: transperant;
	text-indent: -999;
	overflow: hidden;
	width: 45%;
	height: 46px;
	margin:0 5px 0 0;
	display: inline-block;
	text-align: center;
	padding: 0.5em;
	color: #fff;
	text-shadow: 0 -1px 1px #666;
	font-family: inherit;
}


.items-slideshow .slider-box .manipulate button[disabled]{
	opacity: 0.5;
}

.items-slideshow .slider-box .manipulate button.prev{
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_prev.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_prev.png), linear-gradient(to bottom,  #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;

}

.items-slideshow .slider-box .manipulate button.next{
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_next.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cdcdcd));
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_next.png), linear-gradient(to bottom,  #e5e5e5 0%,#cdcdcd 100%);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #595959;
}

.backgroundsize .items-slideshow .slider-box .manipulate button.prev{
	background-image: url(../../../../images/v2/common/icon/arrow_prev_list.png);
	background-size: 6px 10px;
}

.backgroundsize .items-slideshow .slider-box .manipulate button.next{
	background-image: url(../../../../images/v2/common/icon/arrow_next_list.png);
	background-size: 6px 10px;
}

.items-slideshow .slider-box .linkTo {
	float: right;
	width: 45%;
}

/* 開閉 */

.js .accordion .btn.close {
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_open.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 25px;
}

.js .accordion .btn.open {
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_close.png);
	background-position:  98% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-right: 25px;
}

.js .accordion h1.btn.close {
	background-color: #5d8fcd;
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_open.png);
	background-repeat: no-repeat;
}

.js .accordion h1.btn.open {
	background-color: #5d8fcd;
	background-image: url(../../../../images/v2/common/icon/fallback/arrow_close.png);
	background-repeat: no-repeat;
}


.js.multiplebgs .accordion h1.btn.close {
	background-image: url(../../../../images/v2/common/icon/arrow_open.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #5d8fcd), color-stop(0.5, #6a99d4), color-stop(1, #5d8fcd));
	background-image: url(../../../../images/v2/common/icon/arrow_open.png),linear-gradient(top, #5d8fcd 0%,#6a99d4 50%, #5d8fcd 100%);
	background-repeat: no-repeat,repeat;
	background-size: 6px 10px,auto;
}

.js.multiplebgs .accordion h1.btn.open {
	background-image: url(../../../../images/v2/common/icon/arrow_close.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #5d8fcd), color-stop(0.5, #6a99d4), color-stop(1, #5d8fcd));
	background-image: url(../../../../images/v2/common/icon/arrow_close.png),linear-gradient(top, #5d8fcd 0%,#6a99d4 50%, #5d8fcd 100%);
	background-repeat: no-repeat,repeat;
	background-size: 6px 10px,auto;
}


.js .accordion .box {
	overflow: hidden;
}

.js .accordion .box.close {
	height: 0;
	opacity: 0;
}
.js .accordion .box.open {
	opacity: 1;
}


.js.csstransitions .accordion .box.active {

	-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: height 0.3s ease-out,opacity 0.2s ease-out;
	-moz-transition: height 0.3s ease-out,opacity 0.2s ease-out;
	-ms-transition: height 0.3s ease-out,opacity 0.2s ease-out;
	-o-transition: height 0.3s ease-out,opacity 0.2s ease-out;
	transition: height 0.3s ease-out,opacity 0.2s ease-out;

}

/* イメージロード */
.js .image-loading {
	background-image: url(../../../../images/v2/common/icon/loading.gif);
	background-position: center 20%;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	padding: 0 !important;
}

/*--- Android 2.3 Lite が文字を消さない */
.js a.image-loading {
	color: transparent;
}


.js .image-loading img{
	display: none;
}

/* データロードロード */
.js .now-loading {
	background-image: url(../../../../images/v2/common/icon/loading.gif);
	background-position: center 20%;
	background-repeat: no-repeat;

}

/* 一部表示、続きを開く */
/*-- 開閉処理を使って対応 */

.js .read-more .box {
	overflow: hidden;
}
/*
.js .read-more .more-part {
*/

.js .read-more .not-fallback {
/*	display: none; */
	display: block !important;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}
.js .read-more .btn {
	display: inline-block;
}

.lt-ie8 .read-more .btn {
	display: inline;
	zoom: 1;
}

.js .read-more .btn[disabled]{
	opacity: 0.5;
}

.js .read-more .box.open .more-part{
	opacity: 1;
}

.js.csstransitions .read-more.ready .box,
.js.csstransitions .read-more.ready .more-part {

	-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: height 0.3s ease-out,opacity 0.3s ease-in;
	-moz-transition: height 0.3s ease-out,opacity 0.3s ease-in;
	-ms-transition: height 0.3s ease-out,opacity 0.3s ease-in;
	-o-transition: height 0.3s ease-out,opacity 0.3s ease-in;
	transition: height 0.3s ease-out,opacity 0.3s ease-in;
}

/* 続き取り込み */

.js .list-continue .list-navigator {
	display: none;
}

.js .list-continue .now-loading {
	background-image: url(../../../../images/v2/common/icon/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	display: none;
}

.js .list-continue .active {
	display: block;
}

/* フォトギャラリー・続き取り込み */

.js .photo-gallery-continue .photo-gallery-navigator {
	display: none;
}

/*-- indexに付加して利用 */

.js .photo-gallery-continue .photo-source{;
	display: none;
}

	/* インデックスタイプ */
.photo-gallery-continue .photo-column {
	float: left;
	width: 33.3%
}

.photo-gallery-continue .photo-column p{
	margin: 4px 2px;
	border: 1px solid #e1e1e1;
	line-height: 0;
}

	.device-android .photo-gallery-continue .photo-column p{
		border: 1px solid #d1d1d1;
	}

.photo-gallery-continue .photo-column p a{
	display: block;
	padding: 3px;
}

.photo-gallery-continue .photo-column img{
	border: 1px solid #dcdcdc;
	width: 100%;
}

   /* chartbeat　リアルタイム　タイプ */

.cb-rank-viewport {
   /* 高さは内容物に任せる */
   width: 100%;
   overflow: hidden;
   position: relative;
}


.cb-rank-wrapper {
   /* 高さはstyle属性 */
   width: 100%;
/*    overflow: hidden; */
   position: relative;
   z-index: 1;
}

.cb-rank-wrapper ol{
   /* 高さはstyle属性 */
   position: relative;
   width: 100%;
}

.cb-rank-wrapper ol.now-loading{
   background-image: url(../../../../images/v2/common/icon/loading.gif);
   background-position: center 20%;
   background-repeat: no-repeat;
}

.cb-rank-wrapper ol.now-loading li{
   opacity: 0.3;
}

.cb-rank-wrapper li {
   width: 100%;
/* 約3行分へ強制 */
   height: 80px !important;
}


.cb-rank-entry {
/* top は sytle属性 */
   position: absolute;
   left: 0;
   overflow: hidden;
   background-color: #fff;
}

.cb-rank-entry .rank-image,.cb-rank-entry .title{
   height: 45px;
   overflow: hidden;
}

.cb-active .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: top 350ms linear;
   -moz-transition: top 350ms linear;
   -o-transition: top 350ms linear;
   -ms-transition: top 350ms linear;
   transition: top 350ms linear;
}


/* .insert は新規エントリーでアニメーションなし */

.cb-rank-cover {
   height: 10px;
   width: 100%;
   opacity: 0.3;
   position: relative;
   z-index: 2;
}

.cssgradients .cb-rank-cover {
   opacity: 1;
}

/*
 * 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;
}

.appBox {}


.appBox.active {
}


	/*--- 個別設定 */
	
/* サイトメニュー */

/* Appがついていないデザインは通常ページ */
#siteMenuApp {
	left: 0;
	top: 0;
	z-index: 15;
/*	display: none; */
	opacity:0;
}

#siteMenuApp.active {
	position: absolute;
	background-color: #f2f2f2;
	opacity:1;
}

#siteMenuApp .menuHead{
	background-color: #ffa826;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa826), color-stop(0.5, #ff9900));
	background-image: linear-gradient(to bottom, #ffa826 0%, #ff9900 50%);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	height: 50px;
	text-align: right;
	padding: 0 10px 5px 0;
	margin-bottom: 0;
}


.backgroundsize #siteMenuApp .menuHead{
	background-image: url(../../../../images/v2/common/basic/logo.png);
	background-size: auto 30px;
}

#siteMenuApp .menuHead button {
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 1.4em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	text-shadow: 0 -1px 1px #666;
	height: 17px;
	line-height: 17px;
	padding: 8px 5px 5px 25px;
	margin-top: 10px;
	border-radius: 2px;
	vertical-align:middle;
	border-radius: 2px;
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
	border: 2px solid #634c07;
}

.multiplebgs.cssgradients.backgroundsize #siteMenuApp .menuHead button {
	background-image: url(../../../../images/v2/common/icon/arrow_prev.png);
	background-position:10px 50%, left top;
	background-repeat: no-repeat;
	background-size: 6px 10px,auto;
}

#siteMenuApp a.next {
	display: block;
	background-color: transparent;
	background-image: url(../../../../images/v2/common/icon/fallback/application_side_expand.png);
	background-position: center 12px;
	background-repeat: no-repeat;
	border-left: 1px dotted #c0c0c0;
	height:30px;
}

#siteMenuApp li.split a {
	width: 80%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#siteMenuApp li.split a.next {
	width: 20%;
	padding: 6px 10px;
	height:2em;
}

.backgroundsize #siteMenuApp a.next {
	background-image: url(../../../../images/v2/common/icon/application_side_expand.png);
	background-size: 16px 16px;	
}


/* ステータスメッセージ */
#statusMsg {
	top: -62px;
	left: 0;
	z-index: 20;
	border-bottom: 1px solid #ccc;
	height: 60px;
	width: 100%;
	overflow: hidden;

	-webkit-transition: top 0.5s ease-in;
	-moz-transition: top 0.5s ease-in;
	-ms-transition: top 0.5s ease-in;
	-o-transition: top 0.5s ease-in;
	transition: top 0.5s ease-in;
}


#statusMsg div{
	height: 100%;
	width: 100%;
}

#statusMsg p{
	font-size: 1.4em;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 10px 8px;
}

#statusMsg.active-ready {
	position: absolute;
}

#statusMsg.active {
	top: 0;
}

#statusMsg.info div{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(77, 176, 206);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(77, 176, 206,0.7)), color-stop(0.2, rgba(93, 196, 226,0.8)), color-stop(1, rgb(49, 151, 180)));
	background: linear-gradient(top, rgba(77, 176, 206,0.7) 0%,rgba(93, 196, 226,0.8) 20%, rgb(49, 151, 180) 100%);
	border-bottom: 1px solid rgb(33, 101, 121);
}

#statusMsg.success div{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(144, 241, 144);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(144, 241, 144,0.7)), color-stop(0.2, rgba(123, 212, 106,0.8)), color-stop(1, rgb(55, 162, 102)));
	background: linear-gradient(top, rgba(144, 241, 144,0.7) 0%,rgba(123, 212, 106,0.8) 20%, rgb(55, 162, 102) 100%);
	border-bottom: 1px solid rgb(17,51,31);
}

#statusMsg.warning div{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(250, 180, 81);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250, 180, 81,0.6)), color-stop(0.2, rgba(252, 168, 49,0.8)), color-stop(1, rgb(250, 150, 8)));
	background: linear-gradient(top, rgba(250, 180, 81,0.6) 0%,rgba(252, 168, 49,0.6) 20%, rgb(250, 150, 8) 100%);
	border-bottom: 1px solid rgb(175, 105, 6);
}

#statusMsg.danger div{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: rgb(219, 81, 75);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(219, 81, 75,0.6)), color-stop(0.2, rgba(238, 94, 90,0.8)), color-stop(1, rgb(189, 56, 49)));
	background: linear-gradient(top, rgba(219, 81, 75,0.6) 0%,rgba(238, 94, 90,0.6) 20%, rgb(189, 56, 49) 100%);
	border-bottom: 1px solid rgb(129, 37, 33);
}

/* サイトメッセージ */
#siteMsg {
	position: relative;	/* これがないとChromeでtop=autoとなったため。 */
	top: 62px;
	left: 0;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}

.lt-ie8 #siteMsg {
	position: static;	/* IE7はrelatvieがあると、親が隠してくれない？？バグ？？ */
}

#siteMsg.active {
	position: absolute;
}


#siteMsg div{
	height: 100%;
	width: 100%;
}

/*--- エリアとしてはなんでもOKにするが、メインで使うのはp要素 */


/* 個別の対応が必要な場合に使用 */
#siteMsg.setHome {
	top: 160px;
}

#siteMsg div.msg-content {
	display:block;
}

#siteMsg div.msg-container {
	width:90%;
	margin:5px auto;
	padding:10px;
	background :#333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(0.2, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #666666 0%, #333333 20%, #000000 100%);
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 4px #000, inset  0 0 1px #666;
	box-shadow: 0 1px 4px #000, inset  0 0 1px #666;
	border: 1px solid #333;
}

#siteMsg h1{
	font-size: 1.8em;
	font-size: 1.8rem;
	font-weight:bold;
	line-height: 1.4;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #efefef;
	color:#fff;
	overflow: hidden;
	text-align:center;
	text-shadow: 0 -1px 1px #000;
}

#siteMsg p{
	font-size: 1.3m;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color:#fff;
	overflow: hidden;
	text-shadow: 0 -1px 1px #000;
}

#siteMsg p.attention{
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 5px;
	color:#fff;
	overflow: hidden;
	text-shadow: 0 -1px 1px #000;
}


#siteMsg figure{
	margin: 0 auto 10px;
	display:block;
}

#siteMsg figure img{
	margin: 0 auto;
	display:block;
	width:260px;
}

#siteMsg menu{
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
}

#siteMsg menu button{
	font-size: 1.5em;
	font-size: 1.5rem;
	font-weight:bold;
	padding: 10px 0;
	margin: 0 5px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 2px #000, inset  0 0 1px #fff;
	box-shadow: 0 1px 2px #000, inset  0 0 1px #fff;
	border-radius: 5px;
	color:#fff;
	text-shadow: 0 -1px 1px #333;
	background :#f7941d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8bb49), color-stop(1, #f7941d));
	background-image: linear-gradient(to bottom, #f8bb49 0%, #f7941d 100%);
	width: 120px;
}

#siteMsg menu button.invalid{
	display: none;
}

#siteMsg menu button:active{
	box-shadow: inset 1px 1px 1px #ccc;

}

/* サイトキャンペーン */
/*-- 中身をフリースペースにするため外枠だけ設定 */
#siteCampaign {
	position: relative;	/* これがないとChromeでtop=autoとなったため。 */
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	overflow: hidden;
}

.device-ios #siteCampaign .box-android, 
.device-android #siteCampaign .box-ios, 
.device-other #siteCampaign .box-android, 
.device-other #siteCampaign .box-ios {
	display:none;
}

.lt-ie8 #siteCampaign {
	position: static;	/* IE7はrelatvieがあると、親が隠してくれない？？バグ？？ */
}

#siteCampaign.active {
	position: absolute;
	background-color: transparent;
}

#siteCampaign div.campaign-content {
	width:80%;
	margin: 20px auto;
	position:relative;
}

#siteCampaign div.campaign-content .buttonOuter{
	display:block;
	width: 30px;
	height: 30px;
	text-align:center;
	vertical-align:middle;
	position: absolute;
	top:-10px;
	right:-10px;
	border: 3px solid #fff;
	border-radius: 50%;
	background :#f7941d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd0000), color-stop(1, #ff1a00));
	background-image: linear-gradient(to bottom, #cd0000 0%, #ff1a00 100%);
	vertical-align:middle;
}

#siteCampaign button{
	display:block;
	width: 30px;
	height: 30px;
	font-size: 1.5em;
	font-size: 1.5rem;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 -1px 1px #333;
	vertical-align:middle;
}

#siteCampaign div.campaign-content .campaign-box {
	padding:10px;
	margin-bottom:35px;
	background :#333333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(0.2, #333333), color-stop(1, #000000));
	background-image: linear-gradient(to bottom, #666666 0%, #333333 20%, #000000 100%);
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 4px #000, inset  0 0 1px #666;
	box-shadow: 0 1px 4px #000, inset  0 0 1px #666;
}

#siteCampaign div.campaign-content .campaign-box:after {
	border-color:#000000 transparent transparent;
	border-style:solid;
	border-width:16px 16px 0;
	bottom:-16px;
	content:"";
	display:block;
	left:45%;
	position:absolute;
	width:0;
}

#siteCampaign div.campaign-content .box-android .campaign-box:after {
	border:none;
	border-width:0;
	bottom:0;
	content:"";
	width:0;
	height:0;
	display:none;
}

#siteCampaign h1{
	font-size: 1.8em;
	font-size: 1.8rem;
	font-weight:bold;
	line-height: 1.4;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #efefef;
	color:#fff;
	overflow: hidden;
	text-align:center;
	text-shadow: 0 -1px 1px #000;
}

#siteCampaign p{
	font-size: 1.3m;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color:#fff;
	overflow: hidden;
	text-shadow: 0 -1px 1px #000;
}

#siteCampaign p.attention{
	font-size: 1.2em;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 5px;
	color:#fff;
	overflow: hidden;
	text-shadow: 0 -1px 1px #000;
}


#siteCampaign figure{
	margin: 0 auto 10px;
	display:block;
}

#siteCampaign figure img{
	margin: 0 auto;
	display:block;
	width:260px;
}

	/* 内容物は全て個別指定 */
	/* 外はdiv.campaign-contentが存在する */

/* サイトツールバー(フロート） */

/*--- フロートバー分の高さを確保 */
#contentsContainer.withFloatBar section.contentBox {
	padding-bottom: 60px;
}

#siteBar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
/*	height: 63px; */
	width: 100%;
}

.lt-ie8 #siteBar {
	position: static;
}

#siteBar.deactive {
	display: none;
}

#siteBar .bar-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#siteBar .bar-control {
	height: 38px;
	width:  39px;
	border-top : 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid rgb(239, 246, 248);
	border-top-left-radius: 2px ;
	position: absolute;
	top: -37px;
	right: 0;
	background-color: rgb(220,220,220);
	background-image: url(../../../../images/v2/common/icon/fallback/spanner.png);
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: top 0.5s ease-in;
	-moz-transition: top 0.5s ease-in;
	-ms-transition: top 0.5s ease-in;
	-o-transition: top 0.5s ease-in;
	transition: top 0.5s ease-in;

}

.rgba #siteBar .bar-control {
	background-color: rgba(220,220,220,0.5);
}

.rgba #siteBar .bar-control:active {
	background-color: rgba(220,220,220,0.8);
}

.backgroundsize #siteBar .bar-control {
	background-image: url(../../../../images/v2/common/icon/spanner.png);
	background-size: 16px 16px;	
}

	/*--- ツール部分 */

#siteBar section {
	top: 0;
	left: 0;
	height:  63px;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	-webkit-transition: top 0.5s ease-in;
	-moz-transition: top 0.5s ease-in;
	-ms-transition: top 0.5s ease-in;
	-o-transition: top 0.5s ease-in;
	transition: top 0.5s ease-in;
}

#siteBar section h1{
	width: 100%;
	height: 10px;
	padding: 2px 0;
	overflow: hidden;
	text-indent: 0.1em;

	color: rgb(15, 15, 15);
	text-shadow: 0 -1px 0 rgba(252, 252, 255, 0.8);
	background: rgb(198, 205, 207);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(239, 246, 248, 0.7)), color-stop(0.2, rgba(229, 235, 236, 0.8)), color-stop(1, rgb(198, 205, 207)));
	background: linear-gradient(top, rgba(239, 246, 248, 0.7) 0%,rgba(229, 235, 236, 0.8) 20%, rgb(198, 205, 207) 100%);

}

#siteBar menu{
	border-top: 1px solid #ccc;
	width: 100%;
	height: 47px;
	overflow: hidden;
}


#siteBar menu button{
	background: rgb(198, 205, 207);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(239, 246, 248, 0.7)), color-stop(0.2, rgba(229, 235, 236, 0.8)), color-stop(1, rgb(198, 205, 207)));
	background: linear-gradient(top, rgba(239, 246, 248, 0.7) 0%,rgba(229, 235, 236, 0.8) 20%, rgb(198, 205, 207) 100%);
	height: 100%;
	border-right: 1px solid #ccc;
	box-sizing : border-box;
}

#siteBar menu button:active{
	background-color: #f5f5f5 !important;

}

	/*-- 個別ツール設定 */
#siteBar .clip menu button {
	width: 50%;
}

#siteBar .clip menu button.see {
	background-color: transparent;
	background-image: url(../../../../images/v2/common/icon/fallback/book.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.backgroundsize #siteBar .clip menu button.see {
	background-image: url(../../../../images/v2/common/icon/book.png);
	background-size: 16px 16px;	
}


#siteBar .clip menu button.add {
	background-color: transparent;
	background-image: url(../../../../images/v2/common/icon/fallback/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.backgroundsize #siteBar .clip menu button.add {
	background-image: url(../../../../images/v2/common/icon/add.png);
	background-size: 16px 16px;	
}

	/*--- 制御部分 */

#siteBar .wrapper {
	height: 0;
	overflow: hidden;
}

#siteBar .active-ready section{
	position: absolute;
}


#siteBar .active section{
	top: -63px;
}

#siteBar .active .bar-control {
	top: -101px !important;
}


/*
 * for each media
 */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 768px) {
/* Styles */

	.global nav ul{
		width: 100%;;
	}

	.global nav li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33%;
	}
	.global nav li:nth-of-type(2) {
		width: 34%;
	}

}

@media only screen 
and (min-width : 400px) {

	.photo-slideshow .slide > a,
	.photo-slideshow .slide > .link-box{
		width: 380px;
		height: 380px;
		margin: 0 auto;
	}

}

/* Other ----------- */
@media only screen 
and (min-width : 769px) {

	.top-news {
		border: 1px solid #ccc !important;
		box-shadow: 1px 1px 3px #eee,1px 1px 5px #404040;
		width: 95%;
		margin: 10px auto;
	}

/*

	.csscolumns .detail{
		-webkit-column-count: 2;
		-webkit-column-rule: 3px solid #c0c0c0;
		-moz-column-count: 2;
		-moz-column-rule: 3px solid #c0c0c0;
		-ms-column-count: 2;
		-ms-column-rule: 3px solid #c0c0c0;
		-o-column-count: 2;
		-o-column-rule: 3px solid #c0c0c0;
		column-count: 2;
		column-rule: 3px solid #c0c0c0;
	}

	.csscolumns .detail header{
		-webkit-column-span: all;
		-moz-column-span: all;
		-ms-column-span: all;
		-o-column-span: all;
		column-span: all;
	}
*/
	.index ul li{
		float: left;
		width: 22%;
		margin: 10px;
		min-height: 120px;
		border: 1px solid #ccc !important;
		overflow: hidden;
		box-shadow: 1px 1px 3px #eee;
	}

	.index ul li:nth-of-type(4n+1){
		clear: left;
	}

	.feature a.for-feature{
		display: block;
		float: left;
		width: 25%;
		margin: 10px;
		min-height: 240px;
		border: 1px solid #ccc !important;
		overflow: hidden;
		box-shadow: 1px 1px 3px #eee;
	}

	.feature a.for-feature:hover{
		background-color: #ffffe0;
	}
	.feature ul{
		display: block;
		float: left;
		width: 65%;
		border-left: none;
	}

	.feature ul li{
		float: left;
		width: 28%;
		margin: 10px;
		min-height: 120px;
		border: 1px solid #ccc !important;
		overflow: hidden;
		box-shadow: 1px 1px 3px #eee;
	}

	.feature ul li:nth-of-type(3n+1){
		clear: left;
	}
	


	/* フォトサイズのバリエーション */
	.size-thumb1 {
		width: 185px;
	}

}
