@charset "UTF-8";

#relateLinks:after,
#header:after,
#globalNav:after,
#nav:after,
#crumb:after,
#info:after,
#footer:after,
#contents:after,
#main:after,
#aside:after,
#breadcrumb:after,
#visual:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#relateLinks,
#header,
#globalNav,
#nav,
#crumb,
#info,
#footer,
#contents,
#main,
#aside,
#breadcrumb,
#visual{
	zoom: 1;
}

.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}


/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#333 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
	background: rgba(100,175,236,.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0px;
	font-size: 24px;
	color: #fff;
	line-height: 220%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(100,175,236,.8);
}

#wrapper{
	text-align: left;
}


.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0px 0 0px 0;
}
.pager .current,
.pager .pages{
	font-size: 1.0em;
	color: #666;
	padding: 10px 14px 10px 14px;
	border: #FFF solid 1px;
	margin-right: 6px;
	line-height: 500%;
}
@media screen and (max-width: 768px){
	.pager span.pages{
		display: block;
		line-height: 100% !important;
	}
}
.pager span.current{
	border: #3DA8EA solid 1px !important;
	background-color:#3DA8EA !important;
	color: #FFF;
}
.pager a{
	font-size: 1.0em;
	padding: 10px 14px 10px 14px;
	border: #DEDEDE solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	color: #FFF;
	text-decoration: none;
	border: #3DA8EA solid 1px;
	background-color:#3DA8EA;
}


dl.accordion {
	margin:0 auto;
}
dl.accordion dt {
	background:url(/image/contents/dl_open.png) no-repeat 0 4px;
	padding-left: 32px;
	cursor:pointer;
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
}
dl.accordion dt.open {
	background:url(/image/contents/dl_close.png)  no-repeat 0 4px;
	padding-left: 32px;
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
}
dl.accordion dd {
	padding:10px 0 10px 5px;
	display:none;
	font-size: 0.875em;
	line-height: 180%;
}


.bg-inaho {
	background: linear-gradient(-45deg, rgba(61, 167, 234, .8), rgba(255, 255, 255, .8)),
	url(/image/common/bg_inaho.jpg);
	background-size: cover;
	width: 100%;
	margin: auto;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	display: table;
}

/* ランキングラベル */
.entry .number{
	border-bottom: 2.4em solid transparent;
	border-left: 2.4em solid rgba(61, 167, 234, 0.8);
	position: absolute;
	z-index: 100;
}
.entry .number span {
	transform: rotate(-0deg);
	font-size: 0.875em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 5px;
	left: -32px;
	z-index: 101;
}

.grecaptcha-badge {
	display: block;
	bottom: 120px !important;
}


/* サイドカラム
-------------------------------------------- */
#aside section{
	margin-bottom: 35px;
}
#aside h3{
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

#aside .boxSupporter .social ul{
	text-align: center;
	margin-bottom: 15px;
}
#aside .boxSupporter ul.horizon li{
	display: inline-block;
}
#aside .boxSupporter .btn{
	text-align: center;
}

#aside .boxBnr p{
	font-size: 0.750em;
	margin-top: 2px;
}
#aside .boxBnr .box{
	text-align: center;
	margin-bottom: 20px;
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#bottom{
}
#bottom .clay{
	position: fixed;
	bottom:0;
	z-index: 9999;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 16px 0
}
#bottom .clay .box{
	width: 550px;
	margin:auto; 
}
#bottom .clay .logo{
	float: left;
	width: 120px;
}
#bottom .clay .logo img{
	width: 100%;
	height: auto;
	color: #FFF;
}
#bottom .clay .logo svg{
  fill: #FFF;
}
#bottom .clay p.title{
	float: left;
	font-size: 1.1250em;
	font-weight: 500;
	color: #FFF;
	line-height: 160%;
	padding-top: 10px;
	margin-right: 25px;
}
#bottom .clay p.text{
	float: left;
	font-size: 1.250em;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 2px;
	padding-top: 20px;
	margin-left: 22px;
}



/* 関連サイト
-------------------------------------------- */
#relateLinks{
	background:#666;
	border-bottom:2px solid #12AAEB;

	padding: 2px 0 2px 0;
}
#relateLinks .link {
	display: none;
}
#menu {
	width: 90%;
	margin:0 auto;
	padding: 0 15px 0 15px;
}
#relateLinks #menu {
	float: right;
	width: 600px;
	background:#333;
}
#menu ul {
	float: left;
	padding-top: 12px;
}
#menu ul li{
	float: left;
	font-size: 0.625em;
	margin-right: 20px;
	line-height: 100%;
}
#menu ul li a{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #3DA7EA;
	text-decoration: underline;
}

#relateLinks .boxSNS{
	float: right;
}
#relateLinks .boxSNS ul{
	float: right;
}
#relateLinks .boxSNS ul li{
	float: left;
	margin-left: 5px;
}
#relateLinks .boxSNS .mailmag {
	float: left;
	font-size: 0.625em;
	text-align: center;
	margin: 4px 4px 0 0;
}
#relateLinks .boxSNS .mailmag a{
	padding: 6px 8px 6px 8px;
	background: #EFEFEF;
	border:1px solid #EFEFEF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#relateLinks .boxSNS .mailmag a:hover{
	padding: 6px 8px 6px 8px;
	background: #FFF;
	border:1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #666;
	text-decoration: none;
}
#relateLinks .boxSNS .mailmag i{
	display: none;
}

/* ヘッター
-------------------------------------------- */
#header{
	position: relative;
	padding-bottom: 6px;
}
#header p.count{
	float: left;
	font-size: 0.875em;
	font-weight:bold;
	margin-top: 16px;
	margin-right: 30px;
}
#header p.count span{
	font-size: 4.0em;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	color: #3DA7EA;
}
#header h1,
#header p.logo{
	float: left;
	width: 300px;
	padding-top: 12px;
	margin-right: 30px;
}
#header h1 img,
#header p.logo img{
	width: 100%;
	height: auto;
}

#header .boxFunction{
	float: left;
	width: ;
	margin-top: 20px;
}
#header .boxSerch{
	float: right;
	width: 295px;
	margin-top: 20px;
}
#header .boxSerch input{
	float: left;
	border: none !important;
	background-color: #EFEFEF;
	width: 220px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	padding-left: 15px;
	padding-right: 15px;
}
#header .boxSerch button {
	float: left;
	border: none !important;
	background-color: #666;
	width: 40px;
	height: 40px;
	font-size: 1.1em;
	line-height: 140%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}


/* ナビゲーション
-------------------------------------------- */
#globalNav{
	width:100%;
	background: #F6F6F6;
	border-top:2px solid #999;
	border-bottom:1px solid #DEDEDE;
	position: relative;
	z-index:100;
	margin-bottom:16px;
}
#globalNav li.boxNav{
	display: none;
}
#globalNav ul li.boxSerch{
	display: none;
}
#globalNav ul li.boxSerch{
	display: none;
}
#globalNav .see{
	float: right;
	padding-top: 10px;
}

#globalNav .message-theme ul{
	width: 520px;
	background: #F8F8F8;
}

#globalNav .message-theme ul li:nth-child(n+2):nth-child(even) {
	float: left;
	width: 43.6%;
	border-right: 1px solid #DDD;
}
#globalNav .message-theme ul li:nth-child(n+2):nth-child(odd) {
	float: right;
	width: 56%;
}


.nav {
	width:1120px;
	margin: auto;
	background: #F6F6F6;
}
.fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}

/* フッター
-------------------------------------------- */
#footer{
	width: 100%;
	background: #F5F5F5;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding: 30px 0 28px 0;
}
#footer .box{
	margin-bottom: 30px;
}
#footer .box h6{
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing:1px;
	margin-bottom: 6px;
}
#footer .box ul{
	padding-left: 10px;
}
#footer .box ul li{
	font-size: 0.875em;
	margin-bottom: 2px;
}
#footer .box ul li a {
	color:#666;
	text-decoration: none;
}
#footer .box ul li a:hover {
	color:#3DA7EA;
	text-decoration: underline;
}

#footer .box ul.boxSNS li{
	float: left;
	margin-left: 5px;
	font-size: 1.0em;
}

#footer .creeds{
	clear: both;
	width: 94%;
	margin: auto;
}
#footer .creeds .logo img{
	float: left;
	width: 240px;
}
#footer .creeds .text{
	float: right;
	width: 770px;
}
#footer .creeds p{
	font-size: 0.875em;
	color: #666;
	line-height: 180%;
}

#copy{
	padding: 24px 0 160px 0;
	text-align: center;
}
#copy p{
	font-size: 0.750em;
	color: #999;
	line-height: 190%;
}


/* パンくず
-------------------------------------------- */
#breadcrumb{
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 30px;
	padding-bottom: 16px;
}
#breadcrumb ul li{
	float: left;
	font-size: 0.750em;
}
#breadcrumb ul li a{
	color: #888;
}
#breadcrumb ul i{
	padding: 0 8px 0 8px;
}
#breadcrumb ul li:last-child{
	font-weight: bold;
	color: #666;
}


#crumb{
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 30px;
	padding-bottom: 16px;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 18px;
	background: url(/image/common/arrow_right.png) no-repeat right center;
	background-size: 8px;
	text-decoration: none;
	color: #888;
}
#crumb li:last-child{
	font-weight: bold;
	color: #666;
}


#bottomLinks{
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	bottom:0;
	z-index: 1;
	padding: 12px 0 8px 0;
}

#bottomLinks-menu p.close i,
#bottomLinks-menu .bottomLinks-triger {
	display: none;
}
#bottomLinks .word{
	float: left;
	width: 8%;
}
#bottomLinks .word p.tag{
	font-size:0.750em;
	color: #FFF;
	letter-spacing: 1px;
	padding-top: 24px;
}
#bottomLinks .word p.tag span{
	background-color: #000;
	padding: 1.0em 1.0em;
}

#bottomLinks .post{
	float: right;
	width: 91%;
}

#bottomLinks .entry{
	padding: 0.2em 0.2em;
}
#bottomLinks .entry p,
#bottomLinks a.entry {
	font-size: 0.688em;
	color: #FFF !important;
}

/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
	position: relative;
	z-index:1;
}
#main{
	position: relative;
}
#main-column1{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
#main-column2{
	float: left;
	width: 780px;
	position: relative;
	margin-bottom: 40px;
}

.inner{
	width:1120px;
	margin:auto;
}

.inner-sm{
	width:730px;
	margin:auto;
}

#aside {
	float: right;
	width: 280px;
	padding-bottom: 30px;
}


#boxSocial{
	width:62px;
	text-align:center;
	padding: 16px 0 10px 0;
	margin-left: -70px;
	background-color: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:fixed;
	bottom:160px;
	z-index: 9999;
}
.share_box li{
	margin-bottom: 10px;
}
.share_box{
	padding-left: 0;
}
.share_box .sns-item a{
	display: inline-block;
	color: #444;
	background-color: #EFEFEF;
	font-size: 1.250em;
	line-height: 220%;
	vertical-align:middle;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box li a:hover{
	background: rgba(0,0,0,0.1);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box .fb a{
	background: #365899;
	color: #FFF;
}
.share_box .tw a{
	background: #1DA1F2;
	color: #FFF;
}
.share_box .hatebu a{
	background: #008FDE;
}
.share_box .line a{
	background: #00B713;
}
.share_box .sns-item img{
	width: 52%;
	padding-top: 6px;
}

.icon-badge {
	margin-left: 5px;
	position: absolute;
	top: 4px;
	width: 21px;
	height: 21px;
	font-size:0.625em !important;
	color: #fff;
	line-height: 200%;
	text-align: center;
	background-color: #2FCDB4;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#globalNav .icon-badge {
	font-size:0.75em !important;
	margin-left: 6px !important;
	top: 8px !important;
}


/* リストページ */
.list #main h1{
	font-size: 2.000em;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.2em;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 20px;
}
.list #main .function .boxTitle{
	border-bottom:2px solid #3DA8EA;
}
.list #main .function h2{
	font-size: 1.500em;
	letter-spacing: 1px;
}
.list #main .function .select{
	text-align: right;
	padding-bottom: 8px;
}

.boxList .entry .icon-see {
	float: right;
}
#episode .material .icon-see {
	margin-top: -10px;
}

.icon-see a[href*="add"] {
	display: none;
}
.icon-see,
.icon-see a[href*="remove"]{
	float: right;
	background: #FFF;
	border:2px solid #F26964;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	color: #F26964;
	text-align: center;
}
.icon-see p{
	transform: rotate(-15deg);
	font-size: 0.750em;
	padding-top: 18px;
	margin-left: -2px;
}
.single a[href*="add"],
.see a[href*="add"] {
	background: #2FCDB4;
	border:1px solid #2FCDB4;
	color: #FFF !important;
	text-decoration: none;
}
.single a[href*="remove"],
.see a[href*="remove"] {
	background: #AAA;
	border:1px solid #999;
	color: #FFF !important;
	text-decoration: none;
}


.boxList .entry {
	border-bottom:1px dashed #DEDEDE;
	padding: 1.2em 1.2em;
}
.boxList .entry h3{
	font-size: 1.00em;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.boxList .entry ul.meta{
	padding-left: 4px;
}
.boxList .entry ul.meta li{
	float: left;
	font-size: 0.875em;
	color: #666;
	margin-right: 12px;
}

.boxListTitle .entry h3{
	font-size: 1.00em;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.boxListTitle .entry h3{
	font-size: 1.00em;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.boxListTitle .entry h3 a{
	text-decoration: none;
}
.boxListTitle .entry {
	padding: 0.8em 0.8em !important;
	border-bottom:1px dashed #DEDEDE;
}
.boxListTitle .entry i{
	color: #CCC;
	padding-right: 4px;
}






/* カテゴリーページ */
.category #main h1{
	font-size: 2.000em;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.4em;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 20px;
}
.category #main p.lead{
	margin-bottom: 20px;
}
.category #main .entry{
	margin-bottom: 36px;
}
.category #main .entry h3{
	font-size: 1.125em;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.category #main .entry ul.meta li{
	font-size: 0.875em;
	margin-bottom: 2px;
}
.category #main .entry .image{
	margin-bottom: 12px;
}


/* 詳細ページ */
#episode #main .title{
	margin-bottom: 30px;
}
#episode #main h1{
	font-size: 1.750em;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.4em;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 20px;
}
#episode #main ul.meta li{
	float: left;
	font-size: 0.875em;
	margin-right: 18px;
}
#episode #main .line-title-slanting h2{
	font-size: 1.500em;
	letter-spacing:2px;
	margin-bottom: 20px;
}
#episode #main .material h3{
	font-size: 1.500em;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#episode #main .material h3 span.bg{
	background-color: #F5F5F5;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}

#episode #main .function,
#episode #main .summary,
#episode #main .keywords,
#episode #main .theme-message,
#episode #main . outlinehtml{
	margin-bottom: 50px;
}
#episode #main .function .item div{
	float:left;
	margin-right: 12px;
}

#episode #main .support button{
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
}
#episode #main .recommend p.title{
	font-size: 0.875em;
}
#episode #main .bottomNav{
	margin-top: 30px;
	margin-bottom: 40px;
}
#episode #main .bottomNav p{
	font-size: 0.813em;
	margin-top: 12px;
}
#episode #main .bottomNav p a{
	text-decoration: none;
}
#episode #main p{
	margin-bottom:15px;
}
#episode #main h4{
	font-size: 160%;
	line-height: 130%;
	margin-bottom:20px;
	margin-top:20px;
}

/* トップページ
-------------------------------------------- */
#visual{
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

#wideslider {
	position: relative;
}
#wideslider p.catch{
	font-size: 2.6em;
	font-weight:bold;
	color: #000;
	line-height: 160% !important;
	letter-spacing: 4px;
	background-color: rgba(255,255,255,0.7);
	padding: 8px 30px;
	position: absolute;
	top:70px;
	margin-left: 15px;
}
#wideslider p.lead{
	font-size: 1.4em;
	color: #000;
	line-height: 160% !important;
	letter-spacing: 1px;
	background-color: rgba(255,255,255,0.7);
	padding: 12px 30px;
	position: absolute;
	top:210px;
	margin-left: 15px;
}


/* Clay */
#home #main .clay{
	width: 100%;
	margin: auto;
	padding: 75px 0 70px 0;
	margin-bottom: 50px;
}
#home #main .clay.bg-forest {
	width: 100%;
	background-image: url(/image/common/bg_forest.jpg);
	background-position: 0px -60px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#home #main .clay .box-left {
	float: left;
	width: 420px;
	padding-right: 80px;
	text-align: right;
}
#home #main .clay .logo{
	float: right;
	width: 240px;
}
#home #main .clay .logo img{
	width: 100%;
	height: auto;
}
#home #main .clay .box-right {
	float: left;
	width: 600px;
}
#home #main .clay .box-right h4 {
	font-size: 1.250em !important;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#home #main .clay .box-right p {
	margin-bottom: 20px;
}


#home #main .new h2{
	font-size: 1.500em;
	letter-spacing: 3px;
}
#home #main .new .first h3{
	font-size: 1.250em;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#home #main .new .first ul li{
	float: left;
	font-size: 0.875em;
	color: #666;
	margin-right: 12px;
}
#home #main .new .second h3{
	font-size: 1.000em;
}
#home #main .sub h2{
	font-size: 1.250em;
	letter-spacing: 2px;
}
#home #main .sub .news h3{
	font-size: 0.875em;
	margin-bottom: 6px !important;
}

#home #main .voice h2{
	font-size: 1.500em;
	letter-spacing: 3px;
}

/* 会員まわり
-------------------------------------------- */
#wpmem_login{
	width: 70%;
	margin: auto;
	margin-bottom: 40px;
}
#wpmem_reg{
	width: 96%;
	margin: auto;
}

#members #main legend{
	display: none;
}
#members #main label{
	font-size: 1.00em;
	font-weight: bold;
	letter-spacing: 1px;
}
#members #main .div_text{
	margin-bottom: 30px;
}
#wpmem_login label[for="rememberme"] {
	font-size: 0.750em;
	font-weight: normal;
}
#members #main .req-text{
	font-size:0.875em;
}
#members #main span.req{
	color: #FF6600;
}

.wpmem_msg{
	background: #CCDE33;
	border:1px solid #CCDE33;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 14px 0 14px;
	margin-bottom: 30px;
}
.wpmem_msg p{
	font-size: 1.0em;
	color: #FFF !important;
}

/* button */
input.buttons{
}
#members #main input.buttons,
#members #main input.button-nlmg{
	width: 40%;
	margin: auto;
	font-size: 1.0em !important;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4px;
	background: #60A4DA;
	border:1px solid #60A4DA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 24px 14px 24px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	cursor: pointer;
}
#members #main input.buttons:hover,
#members #main input.button-nlmg:hover{
	background: #CCC;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 24px 14px 24px;
	display: block;
	color: #FFF;
	text-decoration: none;
}



ul.keywordList{
	list-style: none;
}
ul.keywordList li{
	width: 30%;
	padding-left: 6px;
	margin-bottom: 12px;
	display: inline-block;
	position: relative;
}

ul.themeList{
	list-style: none;
}
ul.themeList li{
	padding-left: 6px;
	margin-bottom: 10px;
	position: relative;
}




}



/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

img{
	width: 100%;
	height: auto;
}

#bottom{
}
#bottom .clay{
	position: fixed;
	bottom:0;
	z-index: 9999;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 0 6px 0;
}
#bottom .clay .box{
	width: 90%;
	margin:auto; 
}
#bottom .clay .logo{
	float: left;
	width: 70px;
}
#bottom .clay .logo img{
	width: 100%;
	height: auto;
	color: #FFF;
}
#bottom .clay .logo svg{
  fill: #FFF;
}
#bottom .clay p.title{
	float: left;
	font-size: 0.750em;
	font-weight: 500;
	color: #FFF;
	line-height: 160%;
	padding-top: 0px;
	margin-right: 10px;
}
#bottom .clay p.text{
	float: left;
	font-size: 0.875em;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	padding-top: 6px;
	margin-left: 10px;
}

/* 関連サイト（ヘッター）
-------------------------------------------- */
#relateLinks{
	position: relative;
}
#menu {
	margin: auto;
	background: #EFEFEF;

}
#relateLinks .link a{
	position: absolute;
	right: 8px;
	padding: 1.2em 0 0 0;
	font-size: 0.750em;
	color: #FFF;
	display: block;
	z-index: 999999;
	text-decoration: none;
}
#menu ul li{
	text-align: left;
	font-size: 1.0em;
	line-height: 160%;
}
#relateLinks .boxSNS{
	display: none;
}

/* ヘッター
-------------------------------------------- */
#header{
	box-shadow: 0 2px 4px #DDD;
	-moz-box-shadow: 0 2px 4px #DDD;
	-webkit-box-shadow: 0 2px 4px #DDD;
	padding-bottom: 10px;
}
#header p{
	font-size: 0.9em;
	color: #FFF;
	position: absolute;
	top: 3px;
	left:17%;
	z-index: 999999;
}
#header p span{
	font-size: 2.8em;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	color: #FFF;
}
#header h1{
	width: 70%;
	margin: auto;
	padding: 5px 0 2px 0;
}
#header .boxSerch{
	display: none;
}

#header .boxFunction{
	text-align: center;
}

/* ナビゲーション
-------------------------------------------- */
#sf-menu .boxSerch{
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sf-menu .boxSerch input{
	float: left;
	border: none !important;
	background-color: #FFF;
	width: 70%;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 180%;
	padding-left: 12px;
}
#sf-menu .boxSerch button {
	float: left;
	line-height:100%;
	height: 36px;
	padding:4px 16px 4px 16px;
	margin-left: 2px;
}
#sf-menu .boxSerch input[type="submit"].btn, button{
	background-color:#3DA8EA;
	border:none;
	border-radius:3px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1.2em;
	text-decoration:none;
}

/* フッター
-------------------------------------------- */
#footer{
	width: 100%;
	background: #F5F5F5;
	padding: 20px 0 20px 0;
}

#footer .box{
	margin: 0;
	text-align: center;
}
#footer .box h6,
#footer .box ul li{
	display: none;
}
#footer .box ul.boxSNS{
	display: inline-block;
}
#footer .box ul.boxSNS li{
	display: block;
	float: left;
	margin: 0 4px 12px 0;
}
#footer .creeds{
}
#footer .creeds .logo{
	width: 260px;
	margin: auto;
	margin-bottom: 10px;
}
#footer .creeds .text{
	width: 88%;
	margin: auto;
}
#footer .creeds p{
	font-size: 0.875em;
	line-height: 170%;
}
#copy{
	width: 88%;
	margin: auto;
	padding: 16px 0 100px 0;
	text-align: center;
}
#copy p{
	font-size: 0.625em;
	color: #999;
	line-height: 170%;
}


#bottomLinks-menu{
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
#bottomLinks-menu p.close i{
	font-size: 2.4em;
	color: #FFF;
	background: rgba(0,0,0,0.8);
	padding: 4px 20px 4px 20px;
	cursor: pointer;
	margin-left: 3px;
}
#bottomLinks-menu .bottomLinks-triger {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	padding: 18px 16px 18px 16px;
	display: block;
	color: #FFF;
	cursor: pointer;
	margin-left: 3px;
}

#bottomLinks-menu .bottomLinks-acordion{
	position: fixed;
	bottom: 0;
}

#bottomLinks{
	width: 100%;
	background: rgba(0,0,0,0.8);
	bottom:0;
	z-index: 1;
	padding: 24px 0 0 0;
}
#bottomLinks .inner{
	width: 92%;
	margin: auto;
}

#bottomLinks .word{
	display: none;
}
#bottomLinks .post{
}
#bottomLinks .post .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
#bottomLinks .post .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}
#bottomLinks .post .box:nth-child(3n+1) {
	clear: both;
}

#bottomLinks .entry{
}
#bottomLinks .image{
	width: 60%;
	margin: auto;
}
#bottomLinks .entry p,
#bottomLinks a.entry {
	font-size: 0.688em;
	color: #FFF !important;
}


#contents{
	width: 100%;
}

#main{
	margin-top: 18px;
}
#main-column2{
	margin-bottom: 60px;
}

#crumb{
	margin: auto;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding: 12px 16px;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 18px;
	background: url(/image/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #888;
}
#crumb li:last-child{
	font-weight: bold;
	color: #666;
}
#aside {
	width: 88%;
	margin: auto;
}
#aside h3{
	font-size: 1.375em;
	color: #000;
	line-height: 160%;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: solid 2px #3DA7EA;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#aside .commentary-message .image{
	margin-bottom: 6px !important
}
#aside .commentary-message p.title{
	font-size: 0.750em !important;
	font-weight: bold !important;
}

#boxSocial{
	width:100%;
	text-align:center;
	padding: 14px 0 8px 0;
	background: rgba(0,0,0,0.1);
	position:fixed;
	bottom:0px;
	z-index: 9999;
}
.share_box ul{
	list-style: none!important;
	text-align: center;
	padding-left: 30px;
}
.share_box li{
	list-style: none!important;
	display: inline-block;
	margin-bottom: 10px;
}
.share_box{
	padding-left: 0;
}
.share_box .sns-item a{
	display: inline-block;
	color: #444;
	background-color: #EFEFEF;
	font-size: 1.250em;
	line-height: 220%;
	vertical-align:middle;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box li a:hover{
	background: rgba(0,0,0,0.1);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.share_box .fb a{
	background: #365899;
	color: #FFF;
}
.share_box .tw a{
	background: #1DA1F2;
	color: #FFF;
}
.share_box .hatebu a{
	background: #008FDE;
}
.share_box .line a{
	background: #00B713;
}
.share_box .sns-item img{
	width: 52%;
	padding-top: 6px;
}


.icon-badge {
	margin-left: 5px;
	position: absolute;
	top: 4px;
	width: 22px;
	height: 22px;
	font-size:0.875em !important;
	color: #fff;
	line-height: 190%;
	text-align: center;
	background-color: #2FCDB4;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.sf-menu .icon-badge {
	font-size:0.75em !important;
	margin-left: 6px !important;
	top: 15px !important;
}


/* リストページ */
.list #main h1{
	font-size: 1.500em !important;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.8em !important;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 30px;
}
.list #main .function .boxTitle{
	border-bottom:2px solid #3DA8EA;
}
.list #main .function h2{
	font-size: 1.250em;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-left: 0.8em;
}
.list #main .function .select{
	text-align: right;
	padding-bottom: 12px;
	padding-right: 0.6em;
}

.boxList .entry .icon-see {
	float: right;
}
#episode .material .icon-see {
	margin-top: -10px;
}

.icon-see a[href*="add"] {
	display: none;
}
.icon-see,
.icon-see a[href*="remove"]{
	float: right;
	background: #FFF;
	border:2px solid #F26964;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #F26964;
	text-align: center;
}
.icon-see p{
	transform: rotate(-15deg);
	font-size: 0.750em;
	padding-top: 14px;
	margin-left: -2px;
}
.single a[href*="add"],
.see a[href*="add"] {
	background: #2FCDB4;
	border:1px solid #2FCDB4;
	color: #FFF !important;
	text-decoration: none;
}
.single a[href*="remove"],
.see a[href*="remove"] {
	background: #AAA;
	border:1px solid #999;
	color: #FFF !important;
	text-decoration: none;
}


.boxList .entry {
	border-bottom:1px dashed #DDD;
	padding: 1.2em 1.4em !important;
}
#home .boxList .entry {
	border-bottom:1px dashed #DDD;
	padding: 1.0em 1.4em !important;
	margin-bottom: 0.4em;
}
.boxList .entry h3{
	font-size: 1.00em;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.boxList .entry .image{
	float: left;
	width: 24%;
	margin-right: 1.2em;
	margin-bottom: 0.6em !important
}
.boxList .entry ul.meta{
}
.boxList .entry ul.meta li{
	float: left;
	font-size: 0.875em;
	color: #666;
	margin-right: 12px;
}

.boxListTitle .entry h3{
	font-size: 1.00em;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.boxListTitle .entry h3 a{
	text-decoration: none;
}
.boxListTitle .entry {
	padding: 0em 1.2em 1.0em 1.2em !important;
	border-bottom:1px dashed #DEDEDE;
	margin-bottom: 1.0em !important;
}
.boxListTitle .entry i{
	color: #CCC;
	padding-right: 4px;
}


.list .column .entry ul.meta{
	clear: both;
	padding-top: 10px;
}
.list .column ul.meta{
	padding-left: 0 !important
}
.list .column ul.meta li{
	font-size: 0.875em !important
}


/* カテゴリーページ */
.category #main h1{
	font-size: 1.500em !important;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.8em !important;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 30px;
}
.category #main p.lead{
	margin-bottom: 20px;
}
.category #main .entry{
	width: 90% !important;
	margin: auto;
	margin-bottom: 36px;
}
.category #main .entry h3{
	font-size: 1.250em;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.category #main .entry ul.meta li{
	font-size: 0.875em;
	margin-bottom: 2px;
}
.category #main .entry .image{
	margin-bottom: 12px;
}


/* 詳細ページ */
#episode #main .title{
	margin-bottom: 24px;
}
#episode #main h1{
	font-size: 1.500em !important;
	color: #3DA7EA;
	letter-spacing: 2px;
	padding: 0.5em 0.8em !important;
	border-top: solid 3px #3DA7EA;
	border-bottom: solid 3px #3DA7EA;
	margin-bottom: 24px;
}
#episode #main ul.meta{
	width: 92%;
	margin: auto;
}
#episode #main ul.meta li{
	float: left;
	font-size: 0.750em;
	margin-right: 14px;
}
#episode #main .line-title-slanting h2{
	font-size: 1.375em;
	letter-spacing:2px;
	margin-bottom: 20px;
}
#episode #main .material h3{
	font-size: 1.500em;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
#episode #main .material h3 span.bg{
	background-color: #F5F5F5;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
#episode #main .function{
	width: 98%;
	margin: auto;
	margin-bottom: 40px;
}
#episode #main .summary,
#episode #main .keywords,
#episode #main .theme-message,
#episode #main .outlinehtml{
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}
#episode #main .function .item div{
	float:left;
	margin-right: 12px;
}


#episode #main .support button{
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1px;
}
#episode #main .recommend{
	width: 92%;
	margin: auto;
	font-size: 0.875em !important;
}
#episode #main .recommend p.title{
	font-size: 0.875em !important;
}
#episode #main .bottomNav{
	width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
#episode #main .bottomNav p{
	font-size: 0.813em;
	margin-top: 12px;
}
#episode #main .bottomNav p a{
	text-decoration: none;
}

#news.single .inner_content{
	width: 90%;
	margin: auto;
}

#news.single ul.meta{
	list-style: none;
	width: 90%;
	margin: auto;
}
#news.single ul.meta li{
	float: left;
	margin-right: 20px;
}
#episode #main p{
	margin-bottom:15px;
}
#episode #main h4{
	font-size: 160%;
	line-height: 130%;
	margin-bottom:20px;
	margin-top:10px;
}




/* トップページ
-------------------------------------------- */
#visual{
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

#wideslider {
	position: relative;
}
#wideslider p.catch{
	font-size: 1.6em;
	font-weight:bold;
	color: #000;
	line-height: 150% !important;
	letter-spacing: 3px;
	background-color: rgba(255,255,255,0.7);
	padding: 8px 20px;
	position: absolute;
	top:40px;
	margin-left: 15px;
	display:inline-block !important;
}
#wideslider p.lead{
	font-size: 0.813em;
	color: #000;
	line-height: 160% !important;
	letter-spacing: 1px;
	background-color: rgba(255,255,255,0.7);
	padding: 12px 20px;
	position: absolute;
	top:170px;
	margin-left: 15px;
	display:inline-block !important;
}


/* Clay */
#home #main .clay{
	width: 100%;
	margin: auto;
	padding: 50px 0 50px 0;
	margin-bottom: 50px;
}
#home #main .clay.bg-forest {
	width: 100%;
	background-image: url(/image/common/bg_forest.jpg);
	background-position: -100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#home #main .clay .logo{
	width: 130px;
	margin: auto;
	margin-bottom: 16px;
}
#home #main .clay .logo img{
	width: 100%;
	height: auto;
}
#home #main .clay .box-right {
	width: 88%;
	margin:auto;
}
#home #main .clay .box-right h4 {
	font-size: 1.250em;
	letter-spacing: 1px;
	text-shadow: 0px 0px 4px rgba(255,255,255,0.8), 0px 0px 4px rgba(255,255,255,0.8);
	margin-bottom: 12px;
}
#home #main .clay .box-right p {
	text-shadow: 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9), 0px 0px 4px rgba(255,255,255,0.9);
	margin-bottom: 20px;
}

#home #main .clay .btn-wrap{
	text-align: center;
}


#home #main .new h2{
	font-size: 1.375em;
	letter-spacing: 2px;
}
#home #main .new .well{
	padding-bottom: 5px !important;
}
#home #main .new .first h3{
	font-size: 1.250em !important;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#home #main .new .first{
	margin-bottom: 40px;
}
#home #main .new .first ul li{
	float: left;
	font-size: 0.875em;
	color: #666;
	margin-right: 12px;
}
#home #main .new .second h3{
	font-size: 1.000em;
}
#home #main .sub h2{
	font-size: 1.375em;
	letter-spacing: 2px;
}
#home #main .sub .news h3{
	font-size: 0.875em;
	margin-bottom: 6px !important;
}

#home #main .voice h2{
	font-size: 1.500em;
	letter-spacing: 3px;
}



#wpmem_login{
	width: 88%;
	margin: auto;
	margin-bottom: 40px;
}
#wpmem_reg{
	width: 88%;
	margin: auto;
}

#members #main legend{
	display: none;
}
#members #main label{
	font-size: 1.00em;
	font-weight: bold;
	letter-spacing: 1px;
}
#members #main .div_text{
	margin-bottom: 30px;
}
#wpmem_login label[for="rememberme"] {
	font-size: 0.750em;
	font-weight: normal;
}
#members #main .req-text{
	font-size:0.875em;
}
#members #main span.req{
	color: #FF6600;
}
#members #main .entry{
	width: 88%;
	margin: auto;
}

#members #wpmem_login img{
	width: 100% !important;
	height: auto !important;
}

.wpmem_msg{
	width: 90%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #CCDE33;
	border:1px solid #CCDE33;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 14px 0 14px;
	margin-bottom: 30px;
}
.wpmem_msg p{
	font-size: 1.0em;
	color: #FFF !important;
}

/* button */
input.buttons{
}
#members #main input.buttons,
#members #main input.button-nlmg{
	width: 90%;
	margin: auto;
	font-size: 1.0em !important;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4px;
	background: #60A4DA;
	border:1px solid #60A4DA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 24px 14px 24px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	cursor: pointer;
}
#members #main input.buttons:hover,
#members #main input.button-nlmg:hover{
	background: #CCC;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 14px 24px 14px 24px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

ul.keywordList:after,
ul.themeList:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
ul.keywordList,
ul.themeList{
	zoom: 1;
}

ul.keywordList{
	list-style: none;
	width: 90%;
	margin: auto;
}
ul.keywordList li{
	position: relative;
	float: left;
	width: 49%;
	font-size: 0.813em;
	margin-bottom: 12px;
}
ul.keywordList li:nth-child(odd){
	clear: both;
}
ul.keywordList li:nth-child(even){
	float: right;
}


ul.themeList{
	list-style: none;
	width: 90%;
	margin: auto;
}
ul.themeList li{
	margin-bottom: 10px;
	position: relative;
	font-size: 0.813em;
	margin-bottom: 12px;
}





}


.boxCheckList .progress:after,
.boxCheckList .see-group:after,
.boxCheckList .checkList-tab ul:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.boxCheckList .progress,
.boxCheckList .see-group,
.boxCheckList .checkList-tab ul{
	zoom: 1;
}




.boxCheckList {

}
.boxCheckList .box{

}
.boxCheckList .see-group{
	float: left;
}
.boxCheckList .icon-see{
	float: left;
	display: block;
	background: #FFF;
	border:2px solid #F26964;
	border-radius: 28px;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	color: #F26964;
	text-align: center;
	margin-right: 4px;
	font-size: 0.875em;
	line-height: 200%;
	font-weight: bold;
	color: #F26964;
	transform: rotate(-15deg);
}

.boxCheckList .checkList-tab{
	margin:0 !important;
	padding:0 !important; 
	border-bottom: solid 3px #3DA7EA;
}
.boxCheckList .checkList-tab ul{
	list-style: none;
	margin-bottom: 0 !important; 
}
.boxCheckList .checkList-tab ul li{
	float: left;
	font-size: 1.0em;
	margin-right: 3px;
	margin-bottom: 0 !important; 
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
}

.boxCheckList .checkList-tab ul li a{
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	padding: 8px 16px;
	display: block;
	text-decoration: none;
}
.boxCheckList .checkList-tab ul li a:hover{
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	background-color: #3DA7EA;
	color: #FFF;
}



@media screen and (max-width: 768px){
.boxCheckList .checkList-tab ul li{
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 0 !important; 
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
}
.boxCheckList .checkList-tab ul li a{
	border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
}



}

.boxCheckList .checkList-tab ul li.acticve{
	background-color: #3DA7EA;
}
.boxCheckList .checkList-tab ul li.acticve a{
	color: #FFF !important;
}
.boxCheckList .checkList-tab ul li.none{
	background-color: #DDD;
}

.boxCheckList .wpfpcs_listvfav {
	margin-right: 10px;
}
.boxCheckList .wpfpcs_listvfav {
	margin-right: 8px;
}
.boxCheckList .wpfpcs_listvfav .btn{
	font-size: 0.625em !important;
}
.boxCheckList .wpfpcs_listvfav .btn a{
	padding: 4px 4px !important;
}
.boxCheckList .wpfpcs_listvfav p{
	white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	margin-bottom: 6px !important; 
}


.boxCheckList .progress {
	margin-top: 4px; 
}
.boxCheckList .progress-frame {
	float: left;
	background: #FFF;
	width: 200px;
	border: 1px solid #999;
	margin-top: 6px; 
}
.boxCheckList .bar {
	background: #FFDD00;
	height: 12px;
	margin: 2px;
}
.boxCheckList .display-num {
	float: left;
	margin-left: 12px; 
}



.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer
}

.accordion-container .article-title {
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 3px;
	padding: 14px 16px;
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
	background: #BBB;
	cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
	background-color: #3DA7EA;
	color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
	position: relative;
}

.article-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.article-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

.accordion-content {
	display: none;
	padding: 18px 10px;
}

/* CSS for CodePen */
.accordion-container {
	width: 100%;
	margin: 1.875em auto;
}

 .link-text-username,
.link-text-forgot{
	display: none;
}

#wpmem_login .button_div label{
	margin-bottom: 30px;
	font-size: 1.0em !important;
}


