@charset "shift_jis";
/* CSS Document */

/* ----------------------------------------------

evetanCommon

----------------------------------------------- */
div#contents{
	overflow: visible;
}
/* ------------ mainImg---------------- */
#mainImg{
	width: 950px;
	height: 198px;
	margin: 107px auto 0;
	font-size: 28px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: relative
}
#mainImg.top{background-image: url(/eve-full/evetan/images/top/main_img.jpg);}
#mainImg.success{background-image: url(/eve-full/evetan/images/success/main_img.jpg);}
#mainImg.beginner{background-image: url(/eve-full/evetan/images/beginner/main_img.jpg);}
#mainImg.tech{background-image: url(/eve-full/evetan/images/tech/main_img.jpg);}
#mainImg.story{background-image: url(/eve-full/evetan/images/story/main_img.jpg);}
#mainImg.dictionary{background-image: url(/eve-full/evetan/images/dictionary/main_img.jpg);}
#mainImg.tag{background-image: url(/eve-full/evetan/images/tag/main_img.jpg);}
#mainImg .logo{
	position: absolute;
	width: 180px;
	top: 15px;
	left: 0;
}
#mainImg .logo img{
	width: 100%;
	height: auto;
} 
#mainImg .mainTtl{
	font-weight: bold;
	font-size: 38px;
	text-align: left;
	padding: 100px 0 0 45px;
	text-shadow:3px 3px 4px #fff,-3px 3px 4px #fff,3px -3px 4px #fff,-3px -3px 4px #fff;
}
#mainImg.top .mainTtl{
	text-align: left;
	padding: 40px 0 0 80px;
}
@media screen and (max-width:767px) {
	div#contents.spT{
		padding-top: 20px;
	}
	#mainImg{
		width: 100%;
		height: 1px;
		margin: 0 auto 0;
		padding: 0 5% 25%;
		font-size: 20px;
		background-position: top right -10%;
	}
	#mainImg.beginner{
		background-position: top right -60%;}
	#mainImg.dictionary{background-image: url(/evetan/images/dictionary/sp_main_img.jpg);}
	#mainImg .logo{
		width: 20%;
		top: 12%;
		left: 3%;
	}
	#mainImg .mainTtl{
		font-size: 20px;
		padding: 14% 0 0 0;
	}
	#mainImg.top .mainTtl{
		width: 45%;
		text-align: left;
		padding: 6% 0 0 0;
	}
}
/* ------------ navigation----------------- */
#evetanNav{
	background-color: #33b1d9;
	overflow: hidden;
}
#evetanNav ul{
	width: 950px;
	padding: 0 0 0px;
	margin: auto;
}
#evetanNav ul li{
	display: inline-block;
	margin-right: 45px;
}
#evetanNav ul li:last-child{
	margin-right: 0;
}
#evetanNav ul li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 6px 3px 3px;
	box-sizing: border-box;
	border-bottom: 4px solid #33b1d9;
}
#evetanNav ul li a:hover,
#evetanNav ul li a.active{
	text-decoration: none;
	color: #fee7af;
	border-bottom: 4px solid #ffc73f;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
	#evetanNav{
		background-color: #fff;
	}
	#evetanNav ul{
		width: 100%;
		padding: 0;
	}
	#evetanNav ul li{
		display: table;
		float: left;
		width: 50%;
		padding-right: 0;
		margin-right: 0;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		box-sizing: border-box;
		height: 45px;
	}
	#evetanNav ul li:nth-child(2n){
		border-right: 0;
	}
	#evetanNav ul li:last-child{
		border-bottom: 0;
	}
	#evetanNav ul li a.active:before,
	#evetanNav ul li a.active:after{
		display: none;
	}
	#evetanNav ul li a{
		padding: 0 5%;
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		line-height: 1.2;
		background-color: #33b1d9;
		border-bottom: 0;
		text-align: left;
		position: relative;
	}
	#evetanNav ul li a::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #99d8eb; 
    position: absolute;
    z-index: 100;
	}
	#evetanNav ul li a::after {
    content: "";
    display: block;
    bottom: 0px;
    transform: rotate(135deg);
    right: 0px;
    position: absolute;
    z-index: 101;
	}
	#evetanNav ul li a:hover,
	#evetanNav ul li a.active{
		background-color: #ccc;
		border-bottom: 0;
		color: #fff;
	}
}

/* ------------ evetanBread----------------- */
#evetanBread{
	margin: 15px 0;
}
#evetanBread ul li{
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
#evetanBread ul li:after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 9px;
	background: url(/evetan/images/common/icon_arrow_bread.png) no-repeat;
	background-size: contain;
}
#evetanBread ul li:last-child:after{
	display: none;
}
#evetanBread ul li a{
	font-size: 12px;
	padding-right: 5px;
	color: #666666;
}
#evetanBread ul li:last-child a{
	cursor: auto;
}
#evetanBread ul li:last-child a:hover{
	text-decoration: none;
}

@media screen and (max-width:767px) {
	#evetanBread{
		margin: 8px 3% 10px;
		display: none;
	}
	#evetanBread ul li{
		display: inline;
	}
	#evetanBread ul li:after{
	width: 8px;
	height: 12px;
		background: url(/evetan/images/common/icon_arrow_bread_sp.png) no-repeat;
		background-size: contain;
		margin: 0 0 -2px;
	}
}
/* ----------------------------------------------

evetanMain

----------------------------------------------- */

#evetanMain{
	width: 710px;
	float: left;
}
@media screen and (max-width:767px) {
	#evetanMain{
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 4%;
	}
}

/* ------------ tabConts----------------- */
#evetanMain .tabConts{
	border: 1px solid #cccccc;
	padding: 5px 15px 10px;
	display: table;
	width: 100%;
	margin-bottom: 40px;
	box-sizing: border-box;
}
#evetanMain .tabConts .tabTtl{
	display: table-cell;
	vertical-align: middle;
	color: #323232;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	width: 6em;
	padding-top: 5px;
}
#evetanMain .tabConts ul{
	display: table-cell;
	vertical-align: middle;
}
#evetanMain .tabConts ul li,
#evetanSide .sidetag ul li{
	display: inline-block;
	margin: 5px 5px 0 0;
}
#evetanMain .tabConts ul li a,
#evetanSide .sidetag ul li a{
	border: 1px solid #33b1d9;
	color: #33b1d9;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
#evetanMain .tabConts ul li a:hover,
#evetanSide .sidetag ul li a:hover{
	background-color: #33b1d9;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	#evetanMain .tabConts{
		border: 0;
		background-color: #f6f6f6;
		padding: 5px 4% 5px;
		margin: 0 -4% 20px;
		width: 108%;
    display: block;
    margin-bottom: 20px;
	}
	#evetanMain .tabConts .tabTtl{
		display: inline-block;
		width: auto;
		font-size: 16px;
	}
	#evetanMain .tabConts ul{
		display: block;
		width: 100%;
		float: left;
		overflow-x: auto;
		overflow-y: hidden;
	white-space: nowrap;
	}
  #evetanMain .tabConts ul::-webkit-scrollbar{
    background: #eee;
    border-radius: 5px;
    height: 6px;
  }
  #evetanMain .tabConts ul::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius: 5px;
  }
	#evetanMain .tabConts ul li,
	#evetanSide .sidetag ul li{
		margin: 5px 8px 5px 0;
		display: inline-block;
	}
	#evetanMain .tabConts ul li a,
	#evetanSide .sidetag ul li a{
		display: inline-block;
		padding: 5px 10px;
		background-color: #fff;
		font-size: 13px;
	}
	#evetanMain .tabConts .tabMore{
		text-align: center;
		background-color: #33b1d9;
		width:19%;
		float: right;
		display: block;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		padding: 10px 5px;
		box-sizing: border-box;
		margin-top: 6px;
	}	
}
/* ------------ ArticleArea----------------- */

/* ---メイン--- */
#evetanMain .articleBox.mainArticle{
	overflow: hidden;
	margin-bottom: 40px;
}
#evetanMain .articleBox.mainArticle .imgBox{
	float: left;
	width: 420px;
	height: 280px;
}
#evetanMain .articleBox.mainArticle .txtBox{
	float: right;
	width: 260px;
}
#evetanMain .articleBox.new.mainArticle .imgBox:before{
	width: 29px;
	height: 62px;
}

/* ---サブ--- */
#evetanMain .articleBox.subArticle{
	width:226px;
	float: left;
	margin:0 15px 35px 0;
}
#evetanMain .articleBox.subArticle:nth-child(3n+1){
	margin-right: 0;
}
#evetanMain .articleBox.subArticle .description{
	display: none;
}
#evetanMain .articleBox.subArticle .imgBox{
	height: 150px;
	margin-bottom: 10px;
}
#evetanMain .articleBox.new.subArticle .imgBox:before{
	width: 25px;
	height: 52px;
}

/* ---共通--- */
.articleBox.new .imgBox:before{
	content: "";
	background-image: url(/evetan/images/common/icon_new.gif);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.articleBox a{
	display: block;
	color: #000;
	overflow: hidden;
}
.articleBox .imgBox{
	position: relative;
	overflow: hidden;
}
.articleBox .imgBox img{
	width: 100%;
	height: auto;
}
#evetanMain .articleBox .imgBox img{
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#evetanMain .articleBox a:hover{
	text-decoration: none;
}
#evetanMain .articleBox a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#evetanMain .articleBox a:hover .cateTtl,
#evetanMain .articleBox a:hover .articleTtl,
#evetanMain .articleBox a:hover .description,
#evetanMain .articleBox a:hover .date{
	opacity: 0.6;
}
.articleBox .cateTtl{
	color: #019bd7;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none!important;
	vertical-align: middle;
}
.articleBox .cateTtl:before{
	display: inline-block;
	content: url(/evetan/images/common/icon_exclamation.png);
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.articleBox .articleTtl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.articleBox.subArticle .articleTtl{
	font-size: 16px;
}
.articleBox .description{
	margin-top: 10px;
	text-decoration: none!important;
}
.articleBox .articleTab{
	margin-top: 10px;
}
.articleBox .articleTab li{
	background-color: #b4b4b4;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 4px 8px 2px;
}
.articleBox .date{
	margin-top: 5px;
	text-decoration: none!important;
}

/* ---もっとみるボタン--- */
.articleArea .moreBtn{
	clear: both;
	overflow: hidden;
}
.articleArea .moreBtn a{
	font-size: 14px;
	display: block;
	padding: 12px 0;
	width: 190px;
	margin: 0 auto;
	color: #999999;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	background: url(/evetan/images/common/icon_more.png) no-repeat right 12px center;
}
.articleArea .moreBtn a:hover{
	background-color: #efefef;
	text-decoration: none;
}
@media screen and (max-width:767px) {

	/* ---メイン--- */
	#evetanMain .articleBox.mainArticle,
	#evetanMain .articleBox.subArticle{
		width:49%;
		float: left;
		margin:0 2% 15px 0;
	}
	#evetanMain .articleBox.mainArticle .imgBox,
	#evetanMain .articleBox.mainArticle .txtBox{
		float: none;
		width: 100%;
		height: auto;
	}
	#evetanMain .articleBox.new.mainArticle .imgBox:before{
		width: 25px;
		height: 52px;
	}
	#evetanMain .articleBox.mainArticle .description{
		display: none;
	}
	/* ---サブ--- */
	#evetanMain .articleBox.subArticle:nth-child(3n+1){
		margin-right: 2%;
	}
	#evetanMain.cateTop .articleBox.subArticle:nth-child(3n+1){
		margin-right: 2%;
	}
	#evetanMain .articleBox.subArticle:nth-child(2n){
		margin-right:0!important;
	}
	#evetanMain .articleBox.subArticle .imgBox{
		height: auto;
		margin-bottom: 0;
	}

	/* ---共通--- */
	#evetanMain .articleBox a:hover img{
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.articleBox .cateTtl{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.articleBox .articleTtl{
		font-size: 16px;
		line-height: 1.3;
	}
	.articleBox .articleTab{
		margin-top: 5px;
	}
	.articleBox .date{
		margin-top: 0;
	}
	/* ---もっとみるボタン--- */
	.articleArea .moreBtn a{
		width: 60%;
		font-weight: bold;
	}
}

/* ----------------------------------------------

evetanSide

----------------------------------------------- */

#evetanSide{
	width: 210px;
	float: right;
}

@media screen and (max-width:767px) {
	#evetanSide{
		width: 100%;
		float: none;
		padding: 0 4%;
		box-sizing: border-box;
	}
}

/* ------------ ArticleArea----------------- */

#evetanSide .ibeSrchBox{
	margin-bottom: 30px;
}
#evetanSide .ibeSrchBox form{
	display: table;
	width: 100%;
	border-bottom: 1px solid #676767;
}
#evetanSide .ibeSrchBox input[type=text]{
	padding: 0 10px 5px 0;
	box-sizing: border-box;
	border: 0;
	font-size: 16px;
	width: 95%;
	display: table-cell;
	height: 40px;
}
#evetanSide .ibeSrchBox input[type=submit]{
	display: none;
}
#evetanSide .ibeSrchBox label{
	width: 5%;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	#evetanSide .ibeSrchBox{
		margin: 30px -4%;
		background-color: #eee;
		padding: 5% 4%;
	}
	#evetanSide .ibeSrchBox form{
		background-color: #eee;
	}
	#evetanSide .ibeSrchBox input[type=text]{
		padding: 5px 10px 5px 10px;
		display: table-cell;
		background-color: #eee;
	}
	#evetanSide .ibeSrchBox label{
		width: 8%;
		padding:5px 4% 0 0;
	}
}

/* ------------ ibeBannar----------------- */
.ibeSwitchBanner .bannerLink{
	display: none;
}
.ibeSwitchBanner .bannerLink.active{
	display: block;
}
.ibeSwitchBanner .bannerLink:hover{
	opacity: 0.6;
	text-decoration: none;
}
#evetanSide .ibeSwitchBanner .bannerLink.active + .active{
	margin-top: 10px;
}
#evetanSide .ibeSwitchBanner img{
	width: 100%;
	display: block;
}

/* ------------ ibeRanking----------------- */
#evetanSide .ibeRanking{
	margin-top: 30px;
}
#evetanSide .ibeRanking .rankTtl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2;
}
#evetanSide .ibeRanking .rankArticle .articleTtl{
	font-size: 14px;
}
#evetanSide .ibeRanking a:hover{
	text-decoration: none!important;
}

#evetanSide .ibeRanking .imgBox{
	position: relative;
}
#evetanSide .ibeRanking .rankArticleSub{
	overflow: hidden;
	margin-top: 20px;
}
#evetanSide .ibeRanking .rankArticle:hover,
#evetanSide .ibeRanking .rankArticleSub:hover{
	opacity: 0.6;
	text-decoration: none;
}
#evetanSide .ibeRanking .rankArticleSub .imgBox{
	width: 91px;
	height: auto;
	float: left;
	overflow: hidden;
}
#evetanSide .ibeRanking .rankArticleSub .imgBox img{
	display: block;
}
#evetanSide .ibeRanking .rankArticleSub .articleTtl{
	float: right;
	width: 110px;
	font-size: 12px;
}
#evetanSide .ibeRanking .imgBox:before{
	content: "1";
	width: 34px;
	height: 34px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #33b1d9;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#evetanSide .ibeRanking .rankArticleSub .imgBox:before{
	width: 24px;
	height: 24px;
	line-height: 25px;
	font-size: 14px;
	z-index: 2;
}
#evetanSide .ibeRanking li:nth-child(2) .imgBox:before{
	content: "2";
}
#evetanSide .ibeRanking li:nth-child(3) .imgBox:before{
	content: "3";
}
#evetanSide .ibeRanking li:nth-child(4) .imgBox:before{
	content: "4";
}
#evetanSide .ibeRanking li:nth-child(5) .imgBox:before{
	content: "5";
}

#evetanSide .ibeRanking li:nth-child(6) .imgBox:before{
	content: "6";
}
#evetanSide .ibeRanking li:nth-child(7) .imgBox:before{
	content: "7";
}
#evetanSide .ibeRanking li:nth-child(8) .imgBox:before{
	content: "8";
}
#evetanSide .ibeRanking li:nth-child(9) .imgBox:before{
	content: "9";
}
#evetanSide .ibeRanking li:nth-child(10) .imgBox:before{
	content: "10";
}

@media screen and (max-width:767px) {
	#evetanSide .spTtl{
		font-size: 18px!important;
		padding-bottom: 10px;
		margin-bottom: 20px!important;
		text-align: center;
		position: relative;
	}
	#evetanSide .spTtl:after{
		content: "";
		border-bottom: 3px solid #ffc740;
		width: 30px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -15px;
	}
	#evetanSide .rankArea{
		overflow: hidden;
	}
	#evetanSide .rankArea	.articleBox{
		width: 49%;
		float: left;
		margin:0 2% 15px 0;
	}
	#evetanSide .ibeSwitchBanner .bannerLink.active + .active{
		margin-top: 15px;
	}
	#evetanSide .ibeRanking{
		margin-top: 40px;
	}
	#evetanSide .ibeRanking	.articleBox:nth-child(2n){
		margin-right: 0;
	}
	#evetanSide .ibeRanking .imgBox:before{
		width: 23px;
		height: 23px;
		line-height: 25px;
		font-size: 14px;
	}
	#evetanSide .ibeRanking .rankArticleSub .imgBox{
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 5px;
	}
	#evetanSide .ibeRanking .rankArticleSub .imgBox img{
		position: static;
		width: 100%;
		height: auto;
	}
	#evetanSide .ibeRanking .rankArticleSub .articleTtl{
		float: none;
		width: 100%;
		font-size: 14px;
	}
}

/* ------------ sidetag----------------- */
#evetanSide .sidetag {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

#evetanMain .tabConts ul li a{
	padding: 5px 7px;
}
@media screen and (max-width:767px) {
	#evetanSide .sidetag{
		border: 0;
		margin: 10px -4% 0;
		padding: 20px 4% 30px;
	}
	#evetanMain .tabConts ul li a{
		padding: 5px 7px;
	}
}
/* ------------ todaysWord ----------------- */
#evetanSide .todaysWord{
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#evetanSide .wordTtl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}
#evetanSide .todaysWord .vocab{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#evetanSide .todaysWord .vocab a{
	color: #000;
	display: block;
	padding: 5px;
	background-color: #ffc73f;
}
#evetanSide .todaysWord .vocab a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#evetanSide .todaysWord .description{
	font-size: 14px;
	margin-top: 10px;
	height: 42px;
	position: relative;
	overflow: hidden;
}
#evetanSide .todaysWord .description + .description{
	display: none;
	position : absolute;
	overflow : visible;
	height: auto;
}

@media screen and (max-width:767px) {
	#evetanSide .todaysWord{
		background-color: #eee;
		border: 0;
		margin: 10px -4% 0;
		padding: 20px 4% 30px;
	}
	#evetanSide .wordTtl{
		margin:15px 0 0;
	}
	#evetanSide .todaysWord .vocab a{
		font-size: 18px;
		font-weight: bold;
	}
	#evetanSide .todaysWord .description{
		margin-top: 0;
		height: 3.5em;
	}
	
}
/* ------------ pickup ----------------- */
#evetanSide .pickup {
	padding: 20px 0;
}
#evetanSide .pickup li{
	margin-bottom: 10px;
}
#evetanSide .pickup li:last-child{
	margin-bottom: 0;
}
#evetanSide .pickup li a{
	display: table;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ffc73f;
}
#evetanSide .pickup li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#evetanSide .pickup li a .pic{
	display: table-cell;
	vertical-align: middle;
}
#evetanSide .pickup li a .name{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #33b1d9;
	padding-left: 14px;
}
#evetanSide .pickup li a .name span{
	display: block;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	#evetanSide .pickup{
		overflow: hidden;
	}
	#evetanSide .pickup li{
		width: 48%;
		float: left;
		margin: 0 2% 2% 0;
	}
	#evetanSide .pickup li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	#evetanSide .pickup li a{
		padding: 7px;
	}
	#evetanSide .pickup li .pic{
		width: 50px;
	}
	#evetanSide .pickup li a .name{
		padding-left: 7px;
	}
	
}

/* ------------ ra ----------------- */
#evetanSide .ra{
	background-color: #eeeeee;
}
#evetanSide .ra a{
	display: block;
	padding: 15px;
	font-size: 12px;
	color: #333333;
}
#evetanSide .ra a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#evetanSide .ra .ttl{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#evetanSide .ra .text{
	margin-bottom:10px;
}
#evetanSide .ra .txtLink{
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 15px;
	background: url(/common/images/top/sp_icon_arrow_blu.png) no-repeat right center;
	background-size: 5px;
	color: #124aae;
}
@media screen and (max-width:767px) {
	#evetanSide .ra a{
		padding: 4%;
		overflow: hidden;
	}
	#evetanSide .ra .text{
		width: 55%;
		float: left;
		margin-bottom:0;
	}
	#evetanSide .ra .logo{
		width: 42%;
		float: right;
	}
	#evetanSide .ra .txtLink{
		font-size: 14px;
	}
	
}

/* ------------ sideBnr ----------------- */
#evetanSide .sideBnr{
	width: 210px;
	padding-top: 20px;
}

#evetanSide .sideBnr a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
#evetanSide .sideBnr{
	width: 100%;
	padding-top: 30px;
}
}
/* ------------ special ----------------- */
#evetanSide .special .specialTtl{
	font-size: 16px;
	font-weight: bold;
	margin:20px 0 10px;
	line-height: 1.2;
}

#evetanSide .special a{
	display: block;
}
#evetanSide .special a:hover{
	opacity: 0.6;
	text-decoration: none;
}
#evetanSide .special .imgBox img{
	width: 100%;
	height: auto;
}
#evetanSide .special .articleTtl{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width:767px) {
	/* ------------ special ----------------- */
	#evetanSide .special .specialTtl{
		margin:30px 0 5px;
	}
	#evetanSide .special a{
		display: table;
		width: 100%;
	}

	#evetanSide .special .imgBox{
		width: 48%;
		display: table-cell;
		vertical-align: middle;
	}
	#evetanSide .special .articleTtl{
		padding-left: 3%;
		display: table-cell;
		vertical-align: middle;
	}
}


/* ------------ share ----------------- */
.share{
	width: 950px;
	margin: 100px auto 0;
	border-top: 1px solid #cccccc;
	padding-top: 30px;
}
.share ul{
	text-align: center;
}
.share ul li{
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.share ul li:last-child{
	margin-right: 0;
}
.share ul li a{
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 147px;
	height: 40px;
}
.share ul li a:hover{
	opacity: 0.6;
}
.share ul li:first-child a{
	background-image: url(/evetan/images/common/btn_share_fb.gif);
}
.share ul li:nth-child(2) a{
	background-image: url(/evetan/images/common/btn_share_x.gif);
}
@media screen and (max-width:767px) {
	.share{
		margin: 40px auto 60px;
		padding-top: 0;
		border-top: 0;
		width: 100%;
	}
	.share ul li a{
		width:120px;
	}
}

/* ------------ title----------------- */
.ttl_bgGray{
	background-color: #f0f0f0;
	padding: 14px 10px;
	border-left: 4px solid #ffc73f;
	font-size: 20px;
	font-weight: bold;
	margin:60px 0 15px;
}
.ttl_bgGray.mt0{
	margin-top: 0;
}
/* ------------ index ---------------- */
.subTtl{
	font-size: 18px;
	font-weight: bold;
	color: #33b1d9;
	margin:30px 0 5px;
}

@media screen and (max-width:767px) {
	.ttl_bgGray{
		padding: 10px 3% 10px 3%;
		border-left: 5px solid #ffc73f;
		font-size: 18px;
		line-height: 1.3;
		margin:40px 0 10px;
	}
	.subTtl{
		margin:30px 0 0px;
	}
}
/* ----------------------------------------------

lp bnr

----------------------------------------------- */
.lpBnr{
	margin: 60px auto;
}
.lpBnr .bnrIn{
	background-color: #f5fcff;
	padding: 20px;
	margin-top: 5px;
}
.lpBnr .txt{
	text-indent: -1em;
	padding-left: 1em;
}
.lpBnr .bnrIn a{
	display: block;
}
.lpBnr .bnrIn img{
	margin: auto;
}
.lpBnr .bnrIn a:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.lpBnr{
		margin: 40px auto;
	}
	.lpBnr .bnrIn{
		padding: 0;
		margin-top: 5px;
	}
}

/* leadBannerArea */

.leadBannerArea{
	word-wrap: break-word;
	margin: 60px 0 75px;
}

#article .leadBannerArea .leadBannerAreatext,
.leadBannerArea .leadBannerAreatext{
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.leadBannerArea .leadBannerAreatext .leadBannerAreatextliner{
	background:linear-gradient(transparent 60%, rgba(245,201,80,0.5) 60%);
}

.leadBannerArea .leadBannerAreaBox .leadBannerItemLink{
	display: flex;
	padding: 25px 0;
	border: 5px solid #d0e9f0;
}
.leadBannerArea .leadBannerAreaBox .leadBannerItemLink:hover,
.leadBannerArea .leadBannerAreaBox .leadBannerItemLink:visited{
	opacity: 0.6;
	text-decoration: none;
}
.leadBannerArea .leadBannerAreaBox .leadBannerImgBox{
	width: 340px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.leadBannerArea .leadBannerAreaBox .leadBannerImgBox img{
	object-fit: contain;
	max-width: 100%;
	height: 140px;
}
.leadBannerArea .leadBannerAreaBox .leadBannerItemBox{
	width: 340px;
	word-wrap: break-word;
}
.leadBannerArea .leadBannerAreaBox .leadBannerItemBox .leadBannerItemTitle,
#article .leadBannerArea .leadBannerAreaBox .leadBannerItemBox .leadBannerItemTitle{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #33B1D9;
}
.leadBannerArea .leadBannerAreaBox .leadBannerItemBox .leadBannerItemTitle + .leadBannerItemText,
#article .leadBannerAreaBox .leadBannerItemBox p.leadBannerItemTitle + p.leadBannerItemText {
	margin-top: 10px;
	color: #333333;
}

.leadBannerArea .leadBannerAreaBox .leadBannerItemBox .leadBannerItemDetailText{
	background-color: #32B2D9;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 11px 0;
	border-radius: 4px;
	margin-top: 10px;
}

@media screen and (max-width: 767px){
	#article .leadBannerArea .leadBannerAreatext,
	.leadBannerArea .leadBannerAreatext{
	font-size: 18px;
}
	.leadBannerArea .leadBannerAreaBox .leadBannerItemLink{
		width: 100%;
		flex-direction: column;
		padding: 30px;
		box-sizing: border-box;
	}
	.leadBannerArea .leadBannerAreaBox .leadBannerImgBox{
		width: 100%;
		margin-bottom: 20px;
	}
	.leadBannerArea .leadBannerAreaBox .leadBannerItemBox{
		width: 100%;
	}
}
