@charset "UTF-8";
a{
	text-decoration: none;
}
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container a{
	text-decoration: none;
	color: inherit;
}
#themelistheader{
	margin: 36px 0 16px 0;
}
#themelistheader:before,
#themelistheader:after{
	content: "";
	display: table;
}
#themelistheader:after{
	clear: both;
}
.themeTitle {
	float: left;
	width: 126px;
	height: 40px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background: transparent url(../img/img_title.png) 0 50% no-repeat;
}
.themeTitle img{
	vertical-align: bottom;
}


#filter-container{
	width: 240px;
	height: 40px;
	position: relative;
	float: right
}

#filter-container .filter_keywordblock{
	border:#bebebe 1px solid;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	overflow: hidden;
}
#filter-container .filter_keyword{
	display: none;
}
#filter-container .filter_title{
	display: none;
}
#filter-container .filter_defaultbtn a{
	padding: 0 20px;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	background: #FFF;
	display: block;
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	font-weight:bold;
}
#filter-container .filter_defaultbtn a:after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/arrow_dropdown.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 8px;
}
#filter-container .filter_defaultbtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#filter-container .filter_defaultbtn a span + span{
	display: none;
}
#filter-container .filter_item{
	margin: 0;
	/*display: none;*/
}

#filter-container .filter_item a{
	width: 240px;
	height: 30px;
	display: block;
	background: #FFF;
	text-decoration: none;
}
#filter-container .filter_item a img{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	height: auto;
}
#filter-container .filter_item a span{
	display: none;
}

#filter-container .filter_item a:hover{
	background: #F5F5F5;
}

#filter-container .filter_item a.current{
	background: #F5F5F5;
}

#filter-container .filter_reset a{
	font-weight:bold;
	padding-bottom: 5px;
}

#filter-container .filter_submitbtn{
	margin-bottom: 10px;
	height: 40px;
}
#filter-container .filter_submitbtn a{
	position: relative;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 25px 0 40px;
	border-radius: 20px;
	color: #FFF;
	background: url(../../../common/css/img/bg_pattern.png) 0 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#filter-container .filter_submitbtn a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../../common/css/img/arrow_w12.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 14px;
	top: 14px;
}
#filter-container .filter_submitbtn a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#filter-container .filter_resetbtn{
	height: 24px;
}
#filter-container .filter_resetbtn a{
	position: relative;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding: 0 10px 0 25px;
	border-radius: 12px;
	background: #FFF;
	border:#8e8e8e 2px solid;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#filter-container .filter_resetbtn a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../../common/css/img/arrow_gray10.png) 0 0 no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 5px;
}


#filter-container .filter_keywordinput{
	width: 291px;
	height: 40px;
	background: #FFF;
	border-radius: 20px;
	padding: 0 0 0 14px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
	border:#bebebe 1px solid;
	position: absolute;
	left: 260px;
	top: 0;
	display: none;
}
#filter_input{
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	outline: none;
	padding: 8px;
	height: 34px;
	margin: 0 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	font-size: 85.71429%;
	width: 249px;
	background-color:#ffffff;
}
#filter_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#filter_submit{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	outline: none;
	width: 34px;
	height: 34px;
	margin: 3px 3px 3px 0px;
	border-radius: 17px;
	background: #ff9001 url(../../../css/img/icon_search_01.png) 50% 50% no-repeat;
	cursor: pointer;
}

.filter_datebtn {
	clear: both;
	padding-top: 15px;
	text-align: right;
	font-size: 11px;
}
#header-pager .filter_datebtn {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0;
}
#header-pager .filter_datebtn {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0;
}
#bottom-pager .filter_datebtn {
	position: absolute;
	right: 0;
	top: -15px;
	padding: 0;
}
#container .filter_datebtn a:hover {
	text-decoration: underline;
}
.filter_datebtn a:before{
	content: "";
	display: inline-block;
	position: relative;
	top: -2px;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(img/ico-item-link.png) 0 0 no-repeat;
	vertical-align: middle;
}


.listBox{
	margin-bottom: 20px;
	/*overflow:hidden;*/
}
.themeList{
	margin-left: -7px;
	width: 980px;
	/*overflow:hidden;*/
}
.themeList:after{
	content:'';
	display:block;
	clear:both;
}
.themeList img{
	vertical-align: bottom;
}
.themeList > li{
	margin: 0 2px 9px 7px;
	float: left;
	width: 478px;
	-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border:#fff 5px solid;
}
.themeList > li .themeitem-body{
	background: #fcfcfc;
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f5f5f5 100%);
	width: 468px;
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 100%;
	position: relative;
}
.themeList > li .themeitem-body:after{
	content:'';
	display:block;
	clear:both;
}
.themeList .image{
	width: 190px;
	float: left;
}
.themeList .image span{
	display: block;
	margin: 7px 0 7px 7px;
}
.themeList .image span img{
	vertical-align: top;
}
.themeList .title{
	margin: 10px 0 11px 0;
	font-size: 85.71429%;
	color: #222222;
	line-height: 1.5;
	font-weight:bold;
	width: 276px;
	float: right;
}
.themeList .info{
	padding-left: 16px;
	margin-bottom: 8px;
	width: 260px;
	float: right;
}
.themeList .info li{
	position: relative;
	font-size: 10px;
}

.themeList .info li:after{
	content:'';
	display:block;
	clear:both;
}
.themeList .info .point{
	color: #666666;
	display: table-cell;
	width: 5.7em;
	overflow: hidden;
}
.themeList .info .desc{
	display: table-cell;
}
.themeList .info li .circle{
	position: absolute;
	top: 2px;
	left: -16px;
}
.themeList .info li .circle img {
	vertical-align: top;
}
.themeList .noteblock{
	width: 276px;
	float: right;
	padding-bottom: 37px;
}
.themeList .caution,
.themeList .note,
.themeList .link{
	margin-bottom: 11px;
	line-height: 1.4;
	padding-right: 12px;
}
.themeList .caution:after{
	content: "";
	display: block;
	clear: both;
}
.themeList .caution .caution-icon{
	display: block;
	width: 12px;
	float: left;
	font-size: 10px;
}
.themeList .caution .caution-text{
	display: block;
	font-size: 10px;
	margin-left: 12px;
}
.themeList .note .note-text{
	display: block;
	font-size: 10px;
	margin-left: 0;
}
#container .themeList .link a{
	font-size: 11px;
	color: #ff9001;
	text-decoration: underline;
}
#container .themeList .link a:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(img/ico-item-link.png) 0 0 no-repeat;
	margin: 0 8px -1px 0;
}
#container .themeList .link a:hover{
	color: #ffb24e;
}
.themeList .movie-btn{
	position: absolute;
	left: 192px;
	bottom: 12px;
}
.themeList .movie-btn a:hover{
	opacity: 0.75;
}
.themeList .movie-btn img{
	vertical-align: bottom;
}

#links{
	margin: 0 auto;
	width: 960px;
	border-top: 1px solid #c8c8c8;
	overflow: hidden;
}
#links img{
}
#links .top{
	float: left;
	padding-top: 13px;
	padding-bottom: 15px;
}
#links .what{
	display: table;
	float: right;
}
#links .what li{
	display: table-cell;
	text-align: right;
	padding-top: 13px;
	padding-bottom: 15px;
}
#links .what li.link01{
	padding-right: 20px;
}
#links .link02{
}
#links .top a,
#links .link01 a,
#links .link02 a{
	display: inline-block;
	text-decoration: none;
	color: #9E9E9F;
	padding-left: 15px;
	font-size: 11px;
	line-height: 14px;
}

#links .top a:hover,
#links .link01 a:hover,
#links .link02 a:hover{
	text-decoration: underline;
}

#links .top a:before{
	content: "";
	display: inline-block;
	margin: 0 5px 0 -15px;
	width: 10px;
	height: 10px;
	background: transparent url("../../../../../../3ds/common/css/img/arrow_link_10.png") left top no-repeat;
}

#links .link01 a:before,
#links .link02 a:before{
	content: "";
	display: inline-block;
	margin: 0 5px 0 -15px;
	width: 10px;
	height: 10px;
	background: transparent url("../../../../../../3ds/common/css/img/arrow_link_00.png") left top no-repeat;
}

.topicPath-footer{
	margin-top:0 ;
}


#header-pager{
	width: 960px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	border-top: #dcdcdc 1px solid;
}
#bottom-pager{
	width: 960px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}

.month-pager-title{
	width: 960px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.07em;
	margin-bottom: 30px;
	padding-top: 0;
}
#header-pager .month-pager-title{
	padding-top: 40px;
	margin-bottom: 10px;
}
#bottom-pager .month-pager-title{
	padding-top: 20px;
	margin-bottom: 10px;
}
.month-pager{
	width: 960px;
	text-align: center;
}
.month-pager li{
	display: inline-block;
	margin: 0 1px;
}

#container .month-pager li a{
	width: 71px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	border-radius: 5px;
	border: #DCDCDC 1px solid;
	background: #FFF;
	color: #333333;
	font-size: 14px;
}
#container .month-pager li.is-current a,
#container .month-pager li a:hover{
	border: #ff9001 1px solid;
	background: #ff9001;
	color: #FFF;
}

.year-pager{
	width: 960px;
	position: absolute;
	left: 0;
	top: 40px;
}
#bottom-pager .year-pager{
	top: 20px;
}


.year-pager:after{
	content: "";
	display: block;
	clear: both;
}
.indexbtn{
	float: left;
	font-size: 14px;
	margin-left: 32px;
}
.year-pager-next{
	float: left;
	font-size: 14px;
	margin-left: 32px;
}
.year-pager-prev{
	float: right;
	font-size: 14px;
	margin-right: 32px;
}

.year-pager-prev a:after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(img/ico_year_arrow_prev.png) 0 0 no-repeat;
	margin: 0 0 1px 10px;
}
.indexbtn a:before,
.year-pager-next a:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(img/ico_year_arrow_next.png) 0 0 no-repeat;
	margin: 0 10px 1px 0;
}
#container .indexbtn a,
#container .year-pager-next a,
#container .year-pager-prev a{
	color: #333333;
	border-bottom:#333333 1px solid;
}
#container .indexbtn a:hover,
#container .year-pager-next a:hover,
#container .year-pager-prev a:hover{
	color: #999;
	border-bottom:#999 1px solid;
}
#container .indexbtn a:hover:before,
#container .year-pager-next a:hover:before,
#container .year-pager-prev a:hover:after{
	opacity: 0.7;
}

#bottom-note{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.bottom-note-text{
	font-size: 85.71429%;
	text-align:center;
}

#bottom-link{
	_border-top: #dcdcdc 1px solid;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.bottom-link-btn{
	width: 220px;
	margin: 0 auto;
}
.bottom-link-btn a:hover{
	opacity: 0.75;
}
.bottom-link-btn img{
	vertical-align: bottom;
}




#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11000;
	min-width: 980px;
	min-height: 580px;
	display: none;
}

.open {
	width: 100%;
	height: 100%;
}
.open #overlay {
	display: block;
}
#overlay .background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}
#overlay .content{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#overlay .movie{
	margin: 0 auto;
	padding: 7px;
	width: 598px;
	height: 336px;
	position: absolute;
	background: white;
	top: 50%;
	left: 50%;
	margin-left: -299px;
	margin-top: -176px;
}

#overlay .movie .playing{
	position: absolute;
	width: 598px;
	height: 336px;
	background: white;
}

#overlay .movie .tab{
	position: absolute;
	top: -25px;
	right: 0px;
}
#overlay .movie .tab .tabimg{
	display: block;
	width: 128px;
	height: 25px;
	background: url(../../../img/movie/movi_tab.png) 0 0 no-repeat;
}

#overlay .close{
	margin-left: 265px;
	position: absolute;
	top: 0px;
	right: 30px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../../../img/movie/btn_close.png) 0 0 no-repeat;
}
