/*----------------------------------------------------*/ 
/* topicpath
------------------------------------------------------*/ 

#topicpath {
	display: none;
}

.topicpath {
	visibility: hidden;
	color: #aaa;

	margin: 0 auto;
	text-align: left;
	cursor: default;
	max-width: 1190px;
	width: auto;
	padding: 0 9px;
	min-height: 18px;
	height: 18px !important;
	overflow: hidden;
}

.sp_contents .topicpath {
	padding: 0 0 10px 0;
	max-width:none;
	height: auto;	
}

.topicpath ul {
	display: block;
	min-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;	
	overflow: hidden;
	text-overflow: ellipsis;
}

.topicpath li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}

.topicpath li a,
.topicpath li strong {
	display:inline;
	color: inherit;
	padding: 0;
	font-weight:normal;
	color: #9ab;
	margin-left: 7px;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .topicpath li a:hover {
	color: #09c;
	text-decoration: none;	
}

.topicpath li:before {
  	content: "\f105";
  	font-family: FontAwesome;
  	display: inline-block;
  	color: #ccc;
  	font-size: 16px;
  	line-height: 18px;
  	text-indent: 7px;
}

.topicpath li:first-child:before {
	display: none;
}

.topicpath li:first-child a {
	font-size: 0;
}

.topicpath li:first-child a:before {
	content: "\f015";
	font-size: 16px;
	line-height: 18px;
	font-family: FontAwesome;
}


.topicpath li strong {
	color: #aaa;	
}

.topicpath h2,
.topicpath strong {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: normal !important;
}

/*----------------------------------------------------*/ 
/* infopath
------------------------------------------------------*/ 


.infopath {
	position: relative;
	color: #aaa;
	
	margin: 0 auto;
	text-align: left;
	cursor: default;
	max-width: 1190px;
	width: auto;
	padding: 0 9px;
	min-height: 18px;
	height: 18px !important;
	overflow: hidden;
}

.sp_contents .infopath {
	padding: 0 0 10px 0;
	max-width:none;
	height: auto;	
}


.infopath .caroufredsel_wrapper{
	width:100% !important;
}

.infopath ul {
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	width: 100% !important;
	padding: 0 40px 0 7em;	
}

.sp_contents .infopath ul {
	padding-right: 0;	
}

.infopath ul li {
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.infopath h2 {
	position: absolute;
	font-size: 14px;
	line-height: 18px;
	margin-right: .2em;
	display: inline-block;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	z-index: 1;
}


.infopath h2:before {
	content: "\f0a1";
	font-size: 16px;
	line-height: 18px;
	margin: 0 2px 0 7px;
	font-family: FontAwesome;
}

.infopath h2:after {
	content: "：";
	display:inline-block;
	clear: none;
	width: auto;
	height:auto;
	visibility:visible;
}

.infopath .prev,
.infopath .next {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.5);
	top:0;
	cursor: pointer;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	color: #9ab;
}

.sp_contents .infopath .prev,
.sp_contents .infopath .next {
	display: none !important;
}

.infopath .prev:hover,
.infopath .next:hover {
	background-color:#fff;
	color: #09c;
}

.infopath .prev {
	right: 29px;
}

.infopath .next {
	right: 9px;
}

.infopath .prev:before,
.infopath .next:before {
	position: absolute;
	left: 0;
	top:0;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 16px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: 0;
}

.infopath .prev:before {
	content: "\f104";
	text-indent: -2px;
}

.infopath .next:before {
	content: "\f105";
	text-indent: 2px;
}


/*----------------------------------------------------*/ 
/* rside
------------------------------------------------------*/

#rside .col,
.rankingBox,
.tag_list {
	margin-bottom:5px;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	overflow: hidden !important;
	color: inherit;
	position: relative;
}
.sp_contents .tag_list {
	margin-top: 5px;
}

#rside .col header,
.rankingBox header,
.tag_list header {
	padding: 7px 5px 3px;
	margin: -10px -10px 10px -10px !important;
	border-bottom: solid 1px #edeef1;
	overflow: hidden;
}

#contents .tag_list header,
.sp_contents .tag_list header {
	padding: 10px 10px 8px 10px;
}


#rside .col header h2,
.rankingBox header h2,
.tag_list header h2 {
	font-size: 1.3rem;
	line-height: 1;
	margin: 0 !important;
}

.sp_contents .tag_list header h2 {
	font-size: 13px;
}

#rside .col.issue header h2 {
	float: left;
	width: 50%;	
}

#rside .col header .prev {
	float:right;
	width: 50%;	
	font-size: 12px;
	line-height: 1;
	text-align: right;
}

#rside .col header .prev a {
	color: #999;
}

#rside .col header .prev a:after {
	content: "\f105";
  	font-family: FontAwesome;
  	margin-left: .25em;
}

/*----------------------------------------------------*/ 
/* tag list
------------------------------------------------------*/ 
#rside .tag_list ul {
	margin: 0 -2px;
}

.tag_list ul>li.purpose {
	margin-top: 1em;
	font-size: 1.2rem;
	color:#c06;
}

.tag_list ul>li.purpose:first-child {
	margin-top: 0;
}

.tag_list li.purpose:before {
	content: "\f02c";
	font-family: FontAwesome; 	
}

.tag_list li.purpose ul {
	font-size: 0;
}

.tag_list li.purpose li {
	display: inline-block;
	
}

.tag_list li.purpose li ul {
	margin: 0 -2px;	
}

.tag_list li.purpose li a {
	display: inline-block;
	position: relative;
	margin: 2px;
	padding: 3px;
	border-radius: 2px;
	font-size: 1.1rem;
	line-height: 1;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}


.no-touch .tag_list li.purpose li a:hover {
	background-color:#c06;
	color: #fff;
}

/*----------------------------------------------------*/ 
/* content
------------------------------------------------------*/ 

.media_box {
	position: relative;
	margin: 14px 0;
	padding: 0;
	display: block;
	border: 0;
	overflow: visible;
}

.sp_contents .media_box {
	border: 0;
	padding: 0;
	margin: 10px 0;
	overflow: visible;
}

#contents>div:first-child .media_box {
	margin-top: 0;
}

.sp_contents .media_box:before {
	display: none;
}

.media_box:before {
	display: none;	
}

#container .media_box__content:after {
	content: "";
    display: table;
    clear: both;
}

.media_box__content {
	margin: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 4px;
	padding:10px;
}

.media_box__content+.media_box__content {
	margin-top: 14px;
}

.sp_contents .media_box__content+.media_box__content {
	margin-top: 10px;
}
	
.grid .media_box__content {
	margin: 5px;
}

.media_box__content>h3 {
	font-size: 13px;
	line-height: 1;
	padding: 10px 10px 8px 10px;
	border-bottom: solid 1px #edeef1;
	margin: -10px -10px 10px -10px;
}


.media_box__content ul.nav {
	margin-top: 5px;
	font-size: 0;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 4px;
	overflow: hidden;
}

.media_box__content ul.nav li {
	display: inline-block;
	width: 50%;
}

.media_box__content ul.nav li:first-child:last-child {
	width: 100%;
}

.media_box__content ul.nav li * {
	vertical-align: middle;	
}

.media_box__content ul.nav li+li a {
	border-left: solid 1px #f3f3f3;
}

.media_box__content ul.nav a {
	color: #333;
	font-size: 13px;
	line-height: 13px;
	display: block;
	padding: 3px;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .media_box__content ul.nav a:hover {
	background-color: #f9f9f9;
	text-decoration: none;	
}

.media_box__content ul.nav .next:after {
	content: "\f105";
	display: inline-block;
	font-size: 15px;
	line-height: 13px;
  	font-family: FontAwesome;
  	font-weight: normal;
  	margin-left: .25em;
}

.media_box__content ul.nav .prev:before {
	content: "\f104";
	display: inline-block;
  	font-size: 15px;
  	line-height: 13px;
  	font-family: FontAwesome;
  	font-weight: normal;
  	margin-right: .25em;
}

.media_box .content_img {
	position: relative;
	float: left;
	width: 150px;
	z-index: 1;
	font-size: 0;
	line-height: 0;
}

.media_box .content_img img {
	height: auto;
	max-width: 100%;
	width: 150px;
	height: 197px;
	box-sizing: border-box;
	border: solid 1px #f3f3f3;
}

#item_tachiyomi {
	display: none;
}

.media_box .content_txt {
	width: 100%;
	float:right;
	margin-left: -170px;
	font-size: 1.4rem;
	padding: 5px 0;
}

.media_box .content_txt>* {
	margin-left: 170px;
}

.sp_contents .media_box .content_img {
	width: 150px;
	float:none;
	text-align: center;
	margin: 0 auto 10px auto;
}

.sp_contents .media_box .content_img img {
	width: 150px;
	height: 197px;	
}

.sp_contents .media_box .content_txt {
	float: none;
	margin-left: 0;	
}

.sp_contents .media_box .content_txt>* {
	margin-left: 0;	
}

.media_box .content_txt .price {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #666;
	margin:.5em 0;
}

.sp_contents .media_box .content_txt .price {
	text-align: center;	
}

.media_box .content_txt .price .date {
	margin-right: 1em;	
}

.media_box .book_title {
	font-size: 2.5rem;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5;
	margin-bottom:0.25em;
}

.media_box.top .book_title:after {
	content: "最新刊";
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 5px;
	background-color: #c06;
	vertical-align: middle;
	margin-left: .25em;
	text-decoration: none;
	display: inline-block;
}

.media_box h2.book_title {
	display: none;
}

.sp_contents .media_box h2.book_title {
	display: block;
}

.sp_contents .media_box p.book_title {
	display: none;
}

.media_box p.book_lead {
	font-size:1.6rem;
	margin-top: 1em;
}

/*----------------------------------------------------*/ 
/* latest_topics + masonry grid
------------------------------------------------------*/

.grid {
	position: relative;
	margin: -7px -7px;
}

.sp_contents .grid {
	margin: -5px -5px;
}

.grid-loader,
.grid-more {
	position: relative;
	width: 100%;
	height: 44px;
	text-align: center;
	margin-top: 10px;
}

.grid-more>span {
	display: inline-block;
	padding: 0 20px;
	height: 44px;
	border-radius: 4px;
	color: #9ab;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(152, 169, 186, 0.2);
}

.no-touch .grid-more>span:hover {
	color: #678;
	background-color: rgba(152, 169, 186, 0.4);
}

.grid-sizer,
.grid-item { width: 33.33%; }
.grid-item--width2 { width: 66.66%; }
.grid-item--width3 { width: 100%; }

@media screen and (max-width:767px) {
	.sp_contents .grid-sizer,
	.sp_contents .grid-item { width: 100%; }
	.sp_contents .grid-item--width2 { width: 100%; }
	.sp_contents .grid-item--width3 { width: 100%; }
}

.grid-item {
	visibility: hidden;
}

#latest_topics ul.list {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 5px;
}

#latest_topics ul.list > li {
	float: left;
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
	display: block;
}

#latest_topics ul.list > li .col {
	position: relative;
	margin: 7px;
	background:#FFF;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
}

.sp_contents #latest_topics ul.list > li .col {
	margin: 5px;
}


#latest_topics ul.list > li > .col > a {
	position: relative;
	display: block;
	color:#333;
	width: 100%;
	height: 100%;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch #latest_topics ul.list > li > .col > a:hover {
	color: #09c;
	text-decoration: none;
}

.no-touch #latest_topics ul.list > li >.col > a:hover {
	background-color: #f9f9f9;
	text-decoration: none !important;
}

#latest_topics ul.list > li .photo {
	height: auto;
	background-color: #eee;
	overflow:hidden;
	position:relative;
	text-align: center;
	display: block;
	border-bottom: solid 1px #edeef1;
	border-radius: 4px 4px 0 0;
	overflow: hidden !important;
	line-height: 0;
	font-size: 0;
}

#latest_topics.webpro ul.list > li .photo {
	background-color: #fff;
}

@media screen and (max-width:767px) {
	.sp_contents #latest_topics ul.list > li .photo {
		width: 100%;
		height: 0;
		padding-top: 50%;
		background-color: #fff !important;
	}
}

.no-touch #latest_topics ul.list > li >.col > a:hover .photo:before {
	content: "";
	position: absolute;
	z-index: 10;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,.05);
}

#latest_topics ul.list > li .photo img {
	max-width: 102%;
	min-width: 102%;
	border-radius: 4px 4px 0 0;
	height: auto;
	-webkit-transition:none;
	-moz-transitionnone;
	transition:none;
	margin: -1%;
	pointer-events: none;
}

#latest_topics.webpro ul.list > li .photo img {
	margin: 3%;
	min-width: 94%;
	max-width: 94%;
	border-radius: 0;
	
}

@media screen and (max-width:767px) {

	.sp_contents #latest_topics ul.list > li .photo img {
		position: absolute;
		top:-1%;
		left: -1%;
		right: -1%;
		bottom:-1%;
		margin: auto;
		min-width: 0;
		width: auto !important;
		max-width: 102%;
		max-height: 102%;
		z-index: 0;
	}
	
	.sp_contents #latest_topics.webpro ul.list > li .photo img {
		position: absolute;
		padding: 2%;
		box-sizing: border-box;
	}

}

.no-touch #latest_topics ul.list > li a:hover .photo img {
	filter:10;
	-moz-opacity:1;
	opacity:1;
}

#latest_topics ul.list > li .detail {
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

/*.sp_contents #latest_topics ul.list > li .detail {
	padding: 5px;
}*/

#latest_topics ul.list > li .date,
#latest_topics ul.list > li .ser {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	color:#999;
}

#latest_topics ul.list > li .date {
	font-family: Panton, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .05em;
	color: #c69;
}

#latest_topics ul.list > li .ser a {
	color: inherit	
}

.no-touch #latest_topics ul.list > li .ser a:hover {
	color: #333;	
}

#latest_topics ul.list > li .title {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: .25em 0 0 0;
}

.sp_contents #latest_topics ul.list > li .title {
	font-size: 1.8rem;
}

#latest_topics ul.list > li .title a {
	color:#000;
}

#latest_topics ul.list > li .gaiyo {
	font-size: 1.4rem;
	margin-top: .5em;
}

#latest_topics ul.list > li .pub {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background-color: #c06;
	border-radius: 2px;
	display: inline-block;
	padding: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
}

.sp_contents #latest_topics ul.list > li .pub {
	top:4px;
	right: 4px;	
}

#latest_topics ul.list > li .selection {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0;
	line-height: 0;
}
#latest_topics ul.list > li .selection:before {
	content: "WD\ASELECTION";
	font-family: arial, helvetica;
	font-weight: bold;
	white-space: pre;
	position: absolute;
	text-align: center;
	top: 9px;
	right: -32px;
	color: #fff;

	background-color: rgba(36, 178, 238, 0.92);
	border-radius: 2px;
	display: inline-block;
	padding: 3px 25px;
	font-size: 10px;
	line-height: 1;
	z-index: 1;
	/*text-shadow: 0 1px 1px #d5cea6;*/
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);  
}

#latest_topics ul.category {
	overflow:hidden;
	margin:0 0 10px -15px;
}

#latest_topics ul.category li {
	float:left;
	margin:0 0 15px 15px;
	line-height:1.2;
}

#latest_topics ul.category li a {
	display:block;
	background:#FFF;
	padding: 8px;
	font-size: 116%;
	font-weight:bold;
	color:#000;
}

/*----------------------------------------------------*/ 
/* entry
------------------------------------------------------*/ 

.entry {
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.entry p {
	margin: 1em 0;
}

.entry p:last-child {
	margin-bottom: 0;	
}

.entry .entry_date,
.entry .entry_ser {
	margin:0 0 .5em 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	color: #999;
}

.entry .entry_date {
	font-family: Panton, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: .05em;
	color: #c69;
}

.entry .entry_ser a {
	margin-right: .5em;
}

.entry .entry_title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.4;
	margin: .5em 0;
}

.entry .entry_title small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: .5em;
	margin-bottom: 0;
}

.ad_text {
	margin-top: 2em !important;
}

.ad_text a {
	border: 0 !important;
	color: #0085cc !important;
	
}

.no-touch .ad_text a:hover {
	text-decoration: underline !important;
}

.ad_text+.ad_text {
	margin-top: -.75em !important;
}

.ad_text a:before {
	content: "PR";
	color: #fff;
	background-color: #c06;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	margin-right: .25em;
}


.entry .entry_author,
.entry .entry_keywords {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.entry .entry_lead {
	margin: 2em 0 1em 0;
}

.entry .entry_keywords h3 {
	font-size: inherit;
	font-weight: normal;
	display: inline;
}

.entry .entry_keywords h3:after {
	content: "：";	
}

.entry .entry_keywords ul,
.entry .entry_keywords li {
	display: inline;
	font-size: inherit;
}

.entry .entry_keywords li {
	margin-right: .25em;
}

.entry a {
	color: #333;
	border-bottom: 1px dotted #333;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .entry a:hover {
	color: #09d;
	text-decoration: none;
	border-bottom: 1px dotted #09d;
}

.entry a[href*='.jpg'],
.entry a[href*='.jpeg'],
.entry a[href*='.gif'],
.entry a[href*='.png'],
.no-touch .entry a[href*='.jpg']:hover,
.no-touch .entry a[href*='.jpeg']:hover,
.no-touch .entry a[href*='.gif']:hover,
.no-touch .entry a[href*='.png']:hover,
.entry #keywords a {
	border: 0;
}

.entry img {
	box-sizing: border-box;
	max-width: 100%;
	max-height: 900px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.entry #mainvisual img {
	outline: 0;
	border: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 600px;
}

.entry #mainvisual {
	text-align: center;
	margin: 30px -30px 0 -30px;
}

.sp_contents .entry {
	padding: 10px;
}

.sp_contents .entry #mainvisual {
	margin: 10px -10px 0 -10px;
}

/*.sp_contents .entry #mainvisual img {
	min-width: 100%;
}*/

.entry_list {
  background: #fff;
  padding: 0;
  margin:14px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.sp_contents .entry_list {
	margin:10px 0;
}

.entry_list h3 {
	font-size: 13px;
	line-height: 1;
	padding: 10px 10px 8px 10px;
	border-bottom: solid 1px #edeef1;
}

.entry_list ul {
	font-size: 0;
	font-size: 0;
	list-style-type: none;
	padding: 0;
	margin:0;
}

.entry_list ul li {
	position:relative;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.entry_list ul li a {
  	color: inherit;
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 30px 10px 10px;
	border-bottom: solid 1px #edeef1;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}

.entry_list ul li:last-child a {
	border-bottom: none;
	border-radius: 0 0 4px 4px;	
}

.no-touch .entry_list ul li a:hover {
	background-color: #f9f9f9;
	color: #09d;
	text-decoration: none;	
}

.entry_list ul li a:before {
	position: absolute;
	content: "\f105";
	top:50%;
	right: 6px;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	margin-top: -12px;
	color: rgba(0,0,0,.1);
}


.no-touch .entry_list ul li a:hover:before {
	color: rgba(0, 153, 204, 0.2);
}


/*----------------------------------------------------*/ 
/* webpro
------------------------------------------------------*/

.entry.webpro .entry_address,
.entry.webpro .entry_features,
.entry.webpro .entry_spec {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
}


.entry.webpro .entry_spec em {
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-left: 1.25em;
}

.entry.webpro .entry_spec em:after {
	content: " :";	
}

.entry.webpro .entry_spec em:first-child {
	margin-left: 0;
} 

.entry.webpro .entry_features h3 {
	font-size: inherit;
	font-weight: normal;
	display: inline;
	border: 0;
	padding: 0 !important;
}

.entry.webpro .entry_features h3:after {
	content: " :";	
}

.entry.webpro .entry_features ul,
.entry.webpro .entry_features li {
	display: inline;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.entry.webpro .entry_features li {
	margin-right: .25em;
}

.entry.webpro p.entry_about+p {
	margin-top: 2em;
}


/*----------------------------------------------------*/ 
/* loginbox
------------------------------------------------------*/ 

#login_box {
	position: relative;
	background-color: #fff;
	padding: 24px;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	margin: 10px 0 0 0;
}

#login_box:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top:-8px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-bottom: solid 8px #fff;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}

.entry #login_box {
	background-color: #fffafa;
	padding: 24px;
	border-radius: 4px;
	box-shadow: none;
	margin: 1em 0;
}

#login_box p {
  font-size:16px;
  text-align: center;
  font-weight:bold;
  color: #c06;
  position: relative;
}

#login_box p:before {
	content: "\f06a";
	font-family: FontAwesome;
	font-weight: normal;
}

#login_box ul {
  margin:1em auto 0;
  overflow:hidden;
  text-align: center;
}

#login_box li {
  display: inline-block;
  margin: 0 1em;
}

/*----------------------------------------------------*/ 
/* entry_nav
------------------------------------------------------*/ 

/*.entry_nav {
	margin: 14px 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	overflow: hidden;
}

.sp_contents .entry_nav {
	
}

.entry_nav ul {
	overflow: hidden;
	font-size: 0;
	position: relative;
}

.entry_nav ul>li {
	
	display: block;
}

.entry_nav ul>li.entry_nav--next {
	width: 50%;
	float: right;
	text-align: right;
}

.entry_nav ul>li.entry_nav--prev {
	width: 50%;
	float: left;
}

.entry_nav ul>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	padding: 10px 0 10px;
	color:#000;
	text-decoration: none !important;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.entry_nav ul>li.entry_nav--next>a {
	padding-right: 25px;	
}
.entry_nav ul>li.entry_nav--prev>a {
	padding-left: 25px;	
}

.no-touch .entry_nav ul>li>a:hover,
.no-touch .entry_nav ul>li>a:hover {
	background-color: #f9f9f9;
	color: #09d;
}

.entry_nav ul>li.entry_nav--next>a:before,
.entry_nav ul>li.entry_nav--prev>a:before {
	position: absolute;
	top:50%;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 3.6rem;
	line-height: 1;
	margin-top: -1.8rem;
	color: rgba(0,0,0,.1);
}

.entry_nav ul>li.entry_nav--next>a:before {
	content: "\f105";
	right: 6px;	
}

.entry_nav ul>li.entry_nav--prev>a:before {
	content: "\f104";
	left: 6px;	
}

.entry_nav ul>li.entry_nav--next>a:after,
.entry_nav ul>li.entry_nav--prev>a:after {
	content: attr(title);
	display: block !important;
	font-size: 11px;
	font-size: 1.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	font-weight: normal;
}

.no-touch .entry_nav ul>li.entry_nav--next>a:hover:before,
.no-touch .entry_nav ul>li.entry_nav--prev>a:hover:before {
	color: rgba(0, 153, 204, 0.2);
}

.entry_nav ul>li.entry_nav--next>a:after {
	margin-left: 1em;
}

.entry_nav ul>li.entry_nav--prev>a:after {
	margin-right: 1em;
}

*/


.entry_nav {
	margin: 14px 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	overflow: hidden;
}

.sp_contents .entry_nav {
	margin: 10px 0;
}

.entry_nav ul {
	overflow: hidden;
	font-size: 0;
	position: relative;
}

.entry_nav ul>li {
	position: relative;
	display: block;
	overflow: hidden;
}

.entry_nav ul>li.entry_nav--next {
	width: 50%;
	float: right;
	text-align: right;
	border-radius: 0 4px 4px 0;
	
}

.entry_nav ul>li.entry_nav--prev {
	width: 50%;
	float: left;
	border-radius: 4px 0 0 4px;
}

.entry_nav ul>li:before,
.entry_nav ul>li>span:first-child {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 56px;
	bottom:0;
	top:0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.entry_nav ul>li>span.empty {
	background-size: 70%;	
}

.no-touch .entry_nav ul>li:hover>span:first-child {
	opacity: .8;
}

.entry_nav ul>li.entry_nav--prev>span:first-child {
	left: 0;
	border-radius: 4px 0 0 4px;
	
}

.entry_nav ul>li.entry_nav--next>span:first-child {
	right: 0;
	border-radius: 0 4px 4px 0;
}

.entry_nav ul>li.entry_nav--prev:before {
	left: 0;
	border-right: solid 1px #edeef1;
}

.entry_nav ul>li.entry_nav--next:before {
	right: 0;
	border-left: solid 1px #edeef1;
}


.entry_nav ul>li>a {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	padding: 10px 0 10px;
	color:#000;
	text-decoration: none !important;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.entry_nav ul>li.entry_nav--next>a {
	padding-right: 80px;	
}
.entry_nav ul>li.entry_nav--prev>a {
	padding-left: 80px;	
}

.no-touch .entry_nav ul>li:hover {
	background-color: #f9f9f9;
}

.no-touch .entry_nav ul>li:hover>a {
	color: #09d;
}

.entry_nav ul>li.entry_nav--next>a:before,
.entry_nav ul>li.entry_nav--prev>a:before {
	position: absolute;
	top:50%;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 3.6rem;
	line-height: 1;
	margin-top: -1.8rem;
	color: rgba(0,0,0,.1);
}

.entry_nav ul>li.entry_nav--next>a:before {
	content: "\f105";
	right: 60px;	
}

.entry_nav ul>li.entry_nav--prev>a:before {
	content: "\f104";
	left: 60px;	
}

.entry_nav ul>li.entry_nav--next>a:after,
.entry_nav ul>li.entry_nav--prev>a:after {
	content: attr(title);
	display: block !important;
	font-size: 11px;
	font-size: 1.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	font-weight: normal;
}

.no-touch .entry_nav ul>li.entry_nav--next>a:hover:before,
.no-touch .entry_nav ul>li.entry_nav--prev>a:hover:before {
	color: rgba(0, 153, 204, 0.2);
}

.entry_nav ul>li.entry_nav--next>a:after {
	margin-left: 1em;
}

.entry_nav ul>li.entry_nav--prev>a:after {
	margin-right: 1em;
}


/*----------------------------------------------------*/ 
/* list_magazine + list_entry
------------------------------------------------------*/

#list_magazine ul,
#list_entry ul {
	font-size: 0;
	overflow: hidden;
	margin: -7px;
}

.sp_contents #list_magazine ul,
.sp_contents #list_entry ul {
	margin: -7px;
}


#list_magazine li,
#list_entry li {
	margin: 7px 7px 14px 7px;
	background: #fff;
	overflow: hidden;
	padding: 0;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.sp_contents #list_magazine li,
.sp_contents #list_entry li {
	margin: 5px 5px 10px 5px;
}

#list_magazine ul>li:last-child,
#list_entry ul>li:last-child {
	margin-bottom: 7px;
}

.sp_contents #list_magazine ul>li:last-child,
.sp_contents #list_entry ul>li:last-child {
	margin-bottom: 5px;
}

.no-touch #list_magazine li:hover,
.no-touch #list_entry li:hover {
	background-color: #f9f9f9;	
}

#list_magazine li>a,
#list_entry li>a {
	display: block;
	position: relative;
	overflow: hidden;
	color: inherit;
	padding: 5px 25px 5px 5px;;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch #list_magazine li>a:hover,
.no-touch #list_entry li>a:hover {
	text-decoration: none;
	color: #09c;
}

#list_magazine li>a:before,
#list_entry li>a:before {
	content: "\f105";
	position: absolute;
	right: 8px;
	top:50%;
	display: inline-block;
	font-size: 40px;
	margin-top: -22px;
	line-height: 44px;
  	font-family: FontAwesome;
  	font-weight: normal;
  	color: rgba(0,0,0,.1);
  	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch #list_magazine li>a:hover:before,
.no-touch #list_entry li>a:hover:before {
	color: rgba(0, 153, 204, 0.2);
}

#list_magazine li .image,
#list_entry li .image {
	float:left;
	border: solid 1px #edeef1;
}

#list_magazine li .image img {
	width: 76px;
	min-height: 100px;
	height: auto;
	background-color: #fff;	
}

#list_entry li .image {
	float:left;
	width: 76px;
	min-height:100px;
	background-color: #fff;
	overflow:hidden;
	position:relative;
	text-align: center;
	display: block;
	border: solid 1px #edeef1;
}

#list_entry li .image.empty {
	background-image: url(/files/user/img/brand/wdw/logo_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 54px 23px;
}

#list_entry li .image img {
	position: absolute;
	display: block;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-height: auto;
    max-width: 90% !important;
}


#list_magazine li .detail,
#list_entry li .detail {
	overflow:hidden;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.sp_contents #list_magazine li .detail,
.sp_contents #list_entry li .detail {
	padding: 1px 0 1px 5px;	
}

#list_magazine li .detail dt,
#list_entry li .detail dt {
	font-weight:bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.3;
	margin-bottom: 0;
}

#list_entry li .detail dt small {
	display: block;
	font-size: 1.3rem;
}

#list_magazine li .detail dd br,
#list_entry li .detail dd br  {
	display: none;
}

/*----------------------------------------------------*/ 
/* page_links
------------------------------------------------------*/
 
.page_links {
	font-size: 0;
	margin: 7px -7px 0 -7px;
	text-align: center;
	clear: both;
	display: none;
}

.sp_contents .page_links {
	display: none !important;
}

.page_links .item {
	display: inline-block;
	width: 33.3%;
}



.page_links .col {
	display:block;
	position: relative;
	margin: 7px;
	height: 44px;
	background:#FFF;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
}

.page_links .col>* {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	line-height: 44px;
	vertical-align: top;
	overflow: hidden;
}

.page_links span.summary {
	display: none;
}

.page_links .page {
	display: none;
}

.page_links .page.next,
.page_links .page.prev {
	 display: inline-block;
}

.page_links span.current {
	position: absolute;
	font-size: 14px;
	padding: 0 15px;
	left:0;
	right:0;
	top:0;
	height: 44px;
	text-align: center;
	cursor: default;
}

.page_links span.current:before {
	content: "Page ";	
}

.page_links a,
.page_links .next,
.page_links .back {
	position: absolute;
	display: block;
	z-index: 2;
	top:0;
	width: 44px !important;
	height: 44px;
	overflow: hidden;
	
	text-align: center;
	text-decoration: none;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.page_links a.next,
.page_links a.back {
	color: #08c;
}


.page_links .next {
	
	right: 0;
	border-radius: 0 4px 4px 0;
	margin: 0;
}

.page_links .back {
	border-radius: 4px 0 0 4px;	
}

.no-touch .page_links a:hover {
	background-color: #08c;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.no-touch .page_links a:hover:before,
.no-touch .page_links a:hover:after {
	color: rgba(255, 255, 255, 0.75);
}


.page_links .back,
.page_links .next,
.page_links .first,
.page_links .last {
	font-size: 0;
	line-height: 0;
	position: absolute;
	color: #9ab;
}

.page_links .first,
.page_links .last {
	display: none !important;
}

.page_links span.back,
.page_links span.next {
	color: rgba(0, 136, 204, 0.15);
}

.page_links .back:before,
.page_links .next:after,
.page_links .first:before,
.page_links .last:after {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	font-family: FontAwesome;
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	height: 44px;
	width: 44px;
	min-width: 44px !important;
	text-align: center;
	background: none;
	
	margin: 0;
	padding: 0;
}

.page_links .back:before {
	content: "\f104";
}

.page_links .next:after {
	content: "\f105";
}

.page_links .first:before {
	content: "\f100";
}

.page_links .last:after {
	content: "\f101";
}

/*----------------------------------------------------*/ 
/* pager_ord
------------------------------------------------------*/ 

.pager_ord {
	background-color:transparent;
	padding:0;
	text-align:center;
	font-size:14px;
	height: 54px;
	border:0;
	margin: 5px -5px 5px -5px;
	clear: both;
	display: none;
}

.pager_ord .item {
	display: inline-block;
	width: 33.3%;
}

@media screen and (max-width:767px) {
	.sp_contents .pager_ord .item { width: 50%; }
}

.pager_ord .col {
	display:block;
	position: relative;
	margin: 5px;
	height: 44px;
	background:#FFF;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
}


.pager_ord p {
	display: none;
}

.pager_ord ul {
	display:block;
	width:100%;
	border:0;
	border-radius:0;
	background-color:transparent;
	white-space: nowrap;
	height: 44px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	font-size: 0;
	line-height: 0;
}

.pager_ord li {
	display: inline-block;
	border:0;
	margin:0;
	vertical-align: top;
	position: absolute;
}

.pager_ord li.current {
	position: absolute;
	font-size: 14px;
	padding: 0 15px;
	left:0;
	right:0;
	top:0;
	height: 44px;
	text-align: center;
	cursor: default;
}

.pager_ord li.prev {
	position: absolute;
	left: 0;
	z-index: 2;
}

.pager_ord li.next {
	position: absolute;
	right: 0;
	z-index: 2;
}

.pager_ord li>a,
.pager_ord li>strong,
.pager_ord li>span {
	display:block;
	height: 44px;
	width: 44px;
	padding: 0;
	box-sizing:border-box;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
}

.pager_ord li>a {
	display: none;
}

.pager_ord li.next>a,
.pager_ord li.next>span {
	display:block;
	border-radius: 0 4px 4px 0;
}

.pager_ord li.prev>a,
.pager_ord li.prev>span {
	display:block;
	border-radius: 4px 0 0 4px;
}


.pager_ord li>strong {
	padding: 0 15px;
	width: auto;
	min-width: 4em;
	font-size: 14px;	
	line-height: 46px;
}

.pager_ord strong:before {
	content: "Page ";	
}

.pager_ord li.blank,
.pager_ord li.prev,
.pager_ord li.next {
	width:44px;
}

.pager_ord li.prev>a,
.pager_ord li.next>a,
.pager_ord li.prev>span,
.pager_ord li.next>span {
	font-size: 0;
	line-height: 0;
	padding:0;
	width:44px;
	position: relative;
	margin: 0;
}

.pager_ord li.prev>a:before,
.pager_ord li.next>a:before,
.pager_ord li.prev>span:before,
.pager_ord li.next>span:before {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	min-width: 44px !important;
	font-family: FontAwesome;
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	height: 44px;
	width: 44px;
	text-align: center;
	background: none;
	color: #08c;
	margin: 0;
	padding: 0;
}

.pager_ord li.prev>span:before,
.pager_ord li.next>span:before {
	color: rgba(0, 136, 204, 0.15);
}

.pager_ord li.prev>a:before,
.pager_ord li.prev>span:before {
	content: "\f104";
}

.pager_ord li.next>a:before,
.pager_ord li.next>span:before {
	content: "\f105";
}

/*----------------------------------------------------*/ 
/* series box
------------------------------------------------------*/

.ser_box {
	margin:-7px -7px 14px -7px;
}

.sp_contents .ser_box {
	margin:-5px -5px 10px -5px;
}

.ser_box__content {
	margin: 7px;
	position:relative;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 4px;
	padding: 20px;
}

.sp_contents .ser_box__content {
	margin: 5px;
}


.ser_box h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3;
	text-align: center;
}

.ser_box h2 small {
	display: block;
	text-align: center;
	font-size: 1.6rem;	
	margin-top: .5em;
}

.ser_box h2 img {
	max-width: 620px;
	max-height: 200px;
	height: auto;
	vertical-align:top;
	display: block;
	margin: 0 auto;
}

.sp_contents .ser_box h2 img {
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	max-height: 150px;
	margin: 0 !important;
	display: inline-block !important;

}

.ser_box__about {
	font-size: 1.6rem;
	margin: 2em auto 0 auto;
	overflow:hidden;
}

.ser_box__about .about_image {
	float: left;
	width: 160px;
	line-height: 0;
	position: relative;
	z-index: 1;

}

.ser_box__about .about_image a {
	border: 0;
}

.ser_box__about .about_text {
	float: right;
	width: 100%;
	margin-left: -160px;
}

.ser_box__about .about_text p {
	margin-left: 160px;
}

.ser_box__about p.lead+.apply {
	font-weight: bold;
}

.ser_box__about p.lead+.apply em {
	color: #e53c27 !important;
	font-style: normal;
}

.ser_box__about>p.lead+.author,
.ser_box__about p.lead+.apply {
	margin-top: 1em;
}

.ser_box__about>.author {
	font-size: 1.2rem;
	overflow: hidden;
}

.ser_box__about>.author strong {
	display: block;	
}

.ser_box__about>.author .author__image {
	float: left;
	width: 50px;
	line-height: 0;
}

.ser_box__about>.author .author__image img {
	border: solid 1px #f3f3f3;
	border-radius: 6px;	
}

.ser_box__about>.author .author__text {
	float: right;
	width: 100%;
	margin-left: -50px;
}

.ser_box__about>.author .author__text p {
	margin-left: 60px;
}

.ser_box__about a {
	color: inherit;
	border-bottom: dotted 1px #333;	
}

.no-touch .ser_box__about a:hover {
	text-decoration: none;
	color: #09d;
	border-bottom-color: #09c;	
}

.sp_contents .ser_box__content {
	padding: 10px;	
}

.sp_contents .ser_box h2 img {
	min-width: 100%;
}

/*----------------------------------------------------*/ 
/* misc button
------------------------------------------------------*/

article .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 5px 0;
	border: 0;
	padding: 5px;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: center;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,.15);
	box-shadow: 0px 1px 0px rgba(0,0,0,.15);
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.1+0,0+100;White+to+Transparent */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */	
	background-color: #09d;
}

.no-touch article .btn:hover {
	text-decoration: none;
	background-color: #08c;
	color: rgba(255, 255, 255, 0.75);
	border: 0;
}

article .btn.large,
article .btn--large {
	font-size: 21px;
	font-size: 2.1rem;
	padding: 10px;
	font-weight: bold;
	margin: 5px;
}

.loginbtn {
	padding: 0;
}

#loginbox>p {
	text-align: center;	
}

.loginbtn .btn {
	min-width: 8em;	
}

.entryform {
	margin-top: 1em;
	text-align: center;
}

.entryform .btn {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: 5px;
}

.entryform .btn:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	margin-left: .25em;
}

/*----------------------------------------------------*/ 
/* share
------------------------------------------------------*/ 


.share {
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	min-height: 20px;
}

.entry .share {
	margin: 20px 0 0 0;
}


.share a {
	border: 0 !important;
}

.share>ul {
	display: block;
	white-space: normal;
}

.share>ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: 20px;
	font-size: 0 !important;
	line-height: 0 !important;
}

.share>ul>li {
	margin: 0 3px 5px 0;	
}

.share ul>li>* {
	position: relative !important;
	display: inline-block !important;
	vertical-align: top !important;
	height: 20px !important;
	max-height: 20px !important;
	text-align: right !important;
	margin: 0 !important;
}

.share .twitter-share-button {
	width: 75px !important;
}

.share .fb-like>span {
	min-width: 88px !important;
	vertical-align: top !important;
	overflow: hidden !important;
}

.fb-like-box {
	background-color: #fff;
	min-height: 240px;
}

div[id^="___plusone"],
div[id^="___plusone"] iframe {
	width: 64px !important;
}

.share img {
	max-height: 20px !important;
}

#bnr-widget {
	font-size: 0;
}

/*----------------------------------------------------*/ 
/* accordion toggle
------------------------------------------------------*/

.accordion {
	display: none;
}

.accordion-wrap {
	display: none;
	margin-left: 1.25em;
	margin-right: 1em;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.accordion-wrap:before {
	content: "";
	display: block;
	width: 100%;
	height: 1em;	
}

.accordion {
	position: relative;
	z-index: 0;
	margin: .5em 0 0 0;
}

.accordion .toggle {
	font-size: 1.6rem;
	display: inline-block;
	color:#09d;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.accordion-wrap .toggle {
	font-size: inherit;	
}

.accordion-wrap .accordion {
	margin-top: 1em;
}

.no-touch .accordion .toggle:hover {
	text-decoration: underline;
}

.no-touch .accordion .toggle:hover {
	color: #0bf;
	text-decoration: none;
}

.accordion .toggle:before {
	content: "\F0DA";
	font-family: FontAwesome;
	display: inline-block;
	width: 1em;
	text-align: center;
	font-weight: normal;
	font-size: 1.8rem;
}

.accordion .toggle.open:before {
	content: "\f0d7";
}


/*----------------------------------------------------*/ 
/* lightbox (fancybox.js) override
------------------------------------------------------*/

.fancybox-overlay {
	overflow: auto;
	overflow-y: auto !important;
}

.fancybox-wrap {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.fancybox-iframe {
	max-height: 720px !important;
}

.fancybox-prev,
.fancybox-next {
	width: 44px !important;
	height: 44px !important;
	top:50% !important;
	margin-top: -22px !important;
	background-color: transparent;
}

.fancybox-prev {
	left: -44px !important;
}

.fancybox-next {
	right: -44px !important;
}

.fancybox-prev span,
.fancybox-next span {
	visibility: visible !important;
}

.fancybox-prev span {
	left: 5px !important;
}

.fancybox-next span {
	right: 5px !important;
}

.fancybox-close {
	width: 44px !important;
	height: 44px !important;
	top: -44px !important;
	right: -44px !important;
	background-image: none;
}

.fancybox-close:before {
	content: "×";
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.fancybox-title.fancybox-title-outside-wrap a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .fancybox-title.fancybox-title-outside-wrap a:hover {
	color: #09d;
	text-decoration: none;
	border-bottom: 1px dotted #09d;
}

/*----------------------------------------------------*/ 
/* buy button + dropdown
------------------------------------------------------*/ 

.sp_contents .buy_links {
	text-align: center;
	padding-left: 5px;
}

dl.buy,
p.buy {
	display: inline-block;
	position: relative;
	margin: 0;
	font-size: 0;
}

dl.buy dt.buy_btn,
p.buy a.buy_btn {
	cursor: pointer;
	min-width: 7.5em;
	padding: 13px;
	border-radius: 4px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	margin: 0 5px 5px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.1+0,0+100;White+to+Transparent */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	background-color: #09d;
}

dl.buy dt.buy_btn:after {
	content: "\f107";
	margin-left: .25em;
	font-family: FontAwesome;
	display:inline-block;
	width: 1em;
	visibility:visible;
	position:relative;
	color: #fff;
	opacity: .5;
}

dl.buy.hover dt.buy_btn {
	background-color: #08c;
	color: rgba(255, 255, 255, 0.75);
}

dl.buy.hover dt.buy_btn:after {
	color: #fff;
}

.no-touch p.buy a.buy_btn:hover {
	text-decoration: none;
	background-color: #08c;
	color: rgba(255, 255, 255, 0.75);
}

dl.buy dd {
	position: absolute;
	z-index: 100;
	left: 50%;
	height: 0;
	text-align: left;
}

dl.buy dd ul {
	position: relative;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.35);
	display:none;
	margin: -10px 0 0 0;
	padding: 4px 0;
	margin-left: -50%;
	font-size: 0;
	line-height: 0;
	min-width: 100px;
}

dl.buy.hover dd ul {
	display: inline-block;
}

dl.buy.hover dd ul:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	border-bottom: solid 6px #fff;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;	
}


dl.buy.hover dd ul a {
	display: block;
	position: relative;
	color: #333;
	text-align:center;
	padding: 5px 10px;
	line-height: 0;
	font-size: 1.5rem;
	min-height: 30px;
	text-decoration:none;
	border-bottom: 0;
	white-space: nowrap;
	
}

dl.buy.hover dd ul li:last-child a {
	border-bottom: 0;
}

.no-touch dl.buy.hover dd ul a:hover:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.15);
}

dl.buy.hover dd ul a img {
	max-height: 30px;
	width: auto;
}

.no-touch dl.buy.hover dd ul a:hover img {
	filter:100;
	-moz-opacity:1;
	opacity:1;
}

/*koukoku flex-list (takei)*/

.koukoku .flex-list {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.koukoku .col1 {
  width: 30%;
}

.koukoku .col2 {
  width: 60%;
}

.koukoku .col3 {
  width: 100%;
}

.koukoku .col4 {
  width: 25%;
}

.koukoku .col5 {
  width: 50%;
}

.koukoku .col6 {
  width: 75%;
}

.koukoku .list-item {
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}

.koukoku .list-item img {
  width: 100%;
}

.koukoku .list-item a {
  display: block;
  border: none;
}

.koukoku .list-item a:hover {
  border: none;
  opacity: .8;
}

.koukoku .list-item a:before {
  content: "Click";
  background: rgba(255, 0, 10, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 2em 2em .1em;
  transform: rotate(-45deg) translateX(-16%) translateY(-70%);
  display: inline-block;
  position: absolute;
  z-index: 99;
}

/*.sp_contents .bm_bnrs (takei)*/
.sp_contents .bm_bnrs {
  text-align:  center;
  background: #fff;
  margin: 10px 0;
  padding: 20px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}


.sp_contents .bm_bnrs li+li {
  margin-top: 10px;
}