@charset "UTF-8";

/*================================================================
	=01 color
================================================================*/
.spnone{display: none !important;}
img{max-width: 100%;height: auto;}
.colA{color:#d51717;}
.tabList li,

.newsArea .more,
.newsArea .ttl,
.newsArea li a .btnTypeA,
#localNav li,
#content [class*=h3ttl],
#content [class*=h2ttl],
#content [class*=h1ttl]{
	font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

/*================================================================
	=02 head
================================================================*/
#content .h1ttlA{
	background:url(http://img.lupin-new-season.jp/common/images/bg_h1ttl.gif) repeat center 0 #000;
	padding:25px 0;
	margin:0 -10px;
	font-size:33px;
	font-weight: normal;
	line-height:1.2;
	text-align: center;
}
#content .h2ttlA{
	padding:35px 0;
	font-size:46px;
	font-weight: normal;
	line-height:1;
	text-align: center;
}
#content .h2ttlB{
	padding-bottom: 10px;
	margin-bottom: 28px;
	border-bottom: 2px solid #d81918;
	font-size:20px;
	font-weight: normal;
	line-height:1;
	text-align: center;
}
#content .h2ttlC{
	padding: 10px 0;
	margin: 0 -10px;
	font-size:25px;
	font-weight: normal;
	line-height:1;
	text-align: center;
	color: #fff;
	background-color: #d81918;
}
#content .h3ttlA{
	text-align:center;
	font-size:13px;
	font-weight: normal;
	color:#fff;
	background-color:#d51717;
	margin:0 -10px 10px;
	line-height: 1.5;
}
#content .h3ttlB{
	text-align:center;
	font-size:13px;
	font-weight: normal;
	color:#fff;
	margin-bottom:10px;
	line-height: 1.5;
}
#content .h3ttlC{
	font-size:17px;
	font-weight: normal;
	color:#fff;
	margin-bottom:10px;
	padding-left: 10px;
	border-left: 4px solid #d51717;
	line-height: 1.5;
}
#content .h4ttlA{
	font-size:14px;
	font-weight: normal;
	margin-bottom:10px;
	line-height: 1.5;
}

/*================================================================
	=03 text
================================================================*/
/* note */
#content .noteC,
#content .noteB,
#content .noteA{
	display:inline-block;
	padding:5px 10px;
	background:#d51717;
	font-size:24px;
	color:#fff;
}
#content .noteB{
	font-size:30px;
}
#content .noteC{
	margin-bottom:30px;
}

/*================================================================
	=04 list
================================================================*/
#content .itemListA{
	text-align:center;
	margin-bottom:50px;
}
#content .itemListA ul{
	margin:-2% 0 0 -2%;
	text-align:left;
}
#content .itemListA ul li{
	display:inline-block;
	width:47.8%;
	margin:2% 0 0 2%;
	font-size:8px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:top;
}
#content .itemListA ul li > a{
	display:block;
}
#content .itemListA ul li > a > *{
	margin-bottom:10px;
}
#content .itemListA ul li .ttl{
	font-size:9px;
	font-weight:bold;
}
#content .itemListA ul li .btnTypeA{
	font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
#content .itemListA ul li > a:hover img{
	opacity:0.8;
}

/*================================================================
	=06 block
================================================================*/
#content .blockO{
	overflow:hidden;
}
#content .block2A{
	margin: 0 auto 25px;
}
#content .block2A .blockL,
#content .block2A .blockR{
	display: block;
	text-align: center;
	margin:0 auto 20px;
}

/*================================================================
	=07 box
================================================================*/
#content .noteBoxA{
	margin: 0 auto;
	padding: 14px;
	background-color: #333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content .noteBoxA li,
#content .noteBoxA p{
	color: #5f5f5f;
}
#content .noteBoxA .list li{
	padding-left: 1em;
	text-indent: -1em;
}

/*================================================================
	=08 btn
================================================================*/
#content .btnTypeB,
#content .btnTypeA{
	display:block;
	position:relative;
	text-align:center;
	font-size:10px;
	background-color:#222;
	padding:3px 15px;
	color:#fff;
	overflow:hidden;
}
#content .btnTypeB{
	margin: 15px auto;
	min-width: 200px;
	max-width: 80%;
}
#content .btnTypeB:after,
#content .btnTypeA:after{
	content:"";
	position:absolute;
	bottom:-15px;
	right:-15px;
	width:25px;
	height:25px;
	background-color:#d51717;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
#content a:hover .btnTypeB,
#content .btnTypeB:hover,
#content a:hover .btnTypeA,
#content .btnTypeA:hover{
	background-color:#d51717;
}
#content a:hover .btnTypeB:after,
#content .btnTypeB:hover:after,
#content a:hover .btnTypeA:after,
#content .btnTypeA:hover:after{
	background-color:#222;
}
#content .btnTypeC{
	display:inline-block;
	position:relative;
	text-align:center;
	font-size:21px;
	font-weight: normal;
	background-color:#222;
	padding:15px 30px;
	color:#fff;
	overflow:hidden;
}
#content .btnTypeC:after{
	content:"";
	position:absolute;
	bottom:-15px;
	right:-15px;
	width:25px;
	height:25px;
	background-color:#d51717;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
#content a:hover .btnTypeC,
#content .btnTypeC:hover{
	background-color:#d51717;
}
#content a:hover .btnTypeC:after,
#content .btnTypeC:hover:after{
	background-color:#222;
}

/*================================================================
	=09 modal
================================================================*/
#colorbox .modalA{
	background-color:#fff;
	padding-bottom:20px;
	text-align:center;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:10px;
}
#colorbox .modalA .img{
	padding:20px;
}
#colorbox .modalA .sub,
#colorbox .modalA .ttl{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:3px;
}
#colorbox .modalA .ttl{
	background-color:#d51717;
}
#colorbox .modalA .sub{
	background-color:#000;
}
#colorbox .modalA .inner{
	padding:10px 10px 0;
	text-align:left;
}
#colorbox .modalA .inner p+p{
	margin-top:10px;
}
.modalA .btnTypeB {
	text-align: center;
}
.modalA .btnTypeB a {
	display: inline-block;
	min-width: 80%;
	background-color: #d51717;
	padding: 10px;
}

/*================================================================
	=99 other
================================================================*/
#content .disnone{display:none !important;}
#localNav{
	position:fixed;
	right:0;
	top:50%;
	z-index:100;
}
#localNav li{
	position:relative;
	background-color:#222222;
	min-width:118px;
	overflow:hidden;
}
#localNav li~li{
	margin-top:3px;
}
#localNav li a{
	display:block;
	position:relative;
	text-align:right;
	padding:5px 5px 5px 23px;
	color:#5c5c5c;
}
#localNav li a:before{
	content:"";
	position:absolute;
	bottom:-15px;
	left:-15px;
	width:25px;
	height:25px;
	background-color:#000;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

#localNav li a.current{
	color:#fff;
}
#localNav li a.current:before{
	background-color:#b41919;
}

.tabList{
	margin: -2% 0 15px -2%;
	font-size: 0;
}
.tabList li{
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	text-align: center;
	width:47.8%;
	margin: 2% 0 0 2%;
}
.tabList li a{
	display: block;;
	position: relative;
	font-size: 15px;
	padding: 10px;
	line-height: 1.2;
	background-color: #fff;
	color: #d51717;
}
.tabList li a.on{
	background-color: #d51717;
	color: #fff;
}
.tabList li a.on:after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top: 7px solid #d51717;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

.tableA{
	border-top: 1px solid #2d2d2d;
	border-left: 1px solid #2d2d2d;
}
.tableA tr > *{
	border-bottom: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	font-size: 10px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tableA tr > th{
	text-align: center;
	font-weight: normal;
}

.dlTypeA{
	display: table;
	margin: 15px 0;
}
.dlTypeA > *{
	display: table-cell;
	vertical-align: middle;
	font-size: 9px;
	padding: 0 1em;
	min-width: 4em;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dlTypeA dt{
	background-color: #fff;
	text-align: center;;
	color: #000;
	border: 1px solid #fff;
	border-right: 0;
}
.dlTypeA dd{
	border: 1px solid #fff;
	color: #fff;
}

.ancList{
	margin: -2% 0 55px -2%;
	font-size: 0;
}
.ancList li{
	display: inline-block;
	vertical-align: top;
	background-color: #000;
	text-align: center;
	width: 31%;
	margin: 2% 0 0 2%;
}
.ancList li a{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 58%;
}
.ancList li img{
	position: absolute;
	top: 0;
	left:50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	height: 100%;
	width: auto;
}

.tag{
	float: right;
	font-size: 0;
}
.tag li{
	display: inline-block;
	margin-left: 5px;
}

.layer{
	width: 100%;
}

#error p{
	text-align: center;
	padding: 2em 0;
}

.newsArea{
	background-color: rgba(0,0,0,.5);
	margin:18px -10px 0;
	padding: 0 10px;
}
.newsArea .ttl{
	font-size: 15px;
	padding: 2% 0;
	text-align: center;
}
.newsArea ul{
	margin: -4% 0 0 -1.6%;
	font-size: 0;
}
.newsArea li{
	display: inline-block;
	vertical-align: top;
	margin: 4% 0 0 1.6%;
	font-size: 10px;
	width: 48.4%;
	text-align: left;
	line-height: 1.5;
}
.newsArea li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
.newsArea li a .img{
	margin-bottom: 15px;
	width: 100%;
	height: 0;
	padding-top: 73.11%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.newsArea li a p{
	margin-bottom: 5px;
}
.newsArea li a p span{
	display: block;
}
#content .newsArea li a .btnTypeA{
	font-size: 13px;
	padding: .2em 0;
}
.newsArea .more{
	font-size: 13px;
	padding: 30px 0 20px;
	text-align: center;
}
.newsArea .more a{
	display: inline-block;
	min-width: 54%;
	padding:.5em .2em;
	line-height: 1.2;
	box-sizing: border-box;
	background-color: #d51717;
	font-weight: normal;
}
