/* ----------------------------------------
こだわり　〇〇〇〇
---------------------------------------- */
.sp_off {
	display: none;
}
.point_tl {
	text-align: center;
	padding: 6%;
}
.point_tl img {
	margin-bottom: 2vh;
}
h2 {
	font-size: 8vw;
	font-weight: normal;
}
.point-box {
	padding: 10% 5%;
}
h3 {
	margin-bottom: 7%;
	height: 5vh;
}
h3 img {
	max-height: 100%;
}
.point-txt {
	font-size: 4vw;
	padding: 0 0 4% 0;
	line-height: 4vh;
}
.point-img {
	width: 93%;
	margin: 0 auto;
}
.point-btn {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 4vw;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2vh;
}
.point-btn a {
	display: block;
	border: 0.5vw solid #000000;
	padding: 4vw 0 4vw 4vw;
	background-color: #ffffff;
	width: 95%;
	color: #000;
}
.point-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.point-btn::after {
	right: 4vw;
	width: 2vw;
	height: 2vw;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.point-box-color {
	background-color: #f5f5f5;
}
.point-box:nth-child(2n+1) {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 4vw;
	justify-content: center;
}
.point-sub-tl {
	border-bottom: 1px solid #000;
	font-size: 4.8vw;
	margin: 10% 4% 0 4%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	font-weight: bold;
}
.point-box img:nth-child(2) {
	max-width: 100%;
}
.point-u-img {
	padding: 1vh 0 3vh 0;
}
.point-box-another {
	display: flex;
	justify-content: center;
}
.point-box-another-inner {
	width: 95%;
}
.point-box-another-u img {
	margin: 0 auto;
	max-width: 50%;
	display: flex;
}
.point-txt-another {
	font-size: 4vw;
	padding: 6vw 2vh;
	line-height: 30px;
}
.gallery, .before, .after {
	display: flex;
	justify-content: center;
	margin: 7vh 0;
	position: relative;
}
.gallery::before, .before::before, .after::before {
	content: "";
	background-color: #f5f5f5;
	width: 85%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 2vh;
	z-index: -1;
}
.gallery-inner {
	width: 95%
}
.gallery-inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-inner li {
	width: 48%;
	padding: 1%;
}
.before-inner {
	width: 95%;
}
.after-inner {
	width: 95%;
}
/*offshot*/
.offshot {
	display: flex;
	justify-content: center;
	margin: 7vh 0;
	position: relative;
}
.offshot::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 2vh;
	z-index: -1;
}
.offshot-inner {
	width: 95%;
}
.offshot-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4vh 0;
	position: relative;
}
.offshot-inner li {
	margin-bottom: 6vh;
}
/*story*/
.story-img-inner {
	width: 95%;
	margin: 0 auto;
}
.story-img-inner p {
	color: #000;
	margin: 1vh;
	font-size: 4vw;
	line-height: 4vh;
}
.story-img li p {
	text-align: center;
	font-size: 4vw;
	margin: 0;
	margin: 5px 0;
}
.story-img ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 4vh 0;
	position: relative;
}
.story-img li {
	margin-bottom: 2vh;
}
/*offshot*/
.offshot {
	display: flex;
	justify-content: center;
	margin: 7vh 0;
	position: relative;
}
.offshot::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 2vh;
	z-index: -1;
}
.offshot-inner {
	width: 95%;
}
.offshot-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 4vh 0;
	position: relative;
	width: 95%;
	margin: 0 auto;
}
.offshot-inner li {
	margin-bottom: 2vh;
}
.offshot p {
	text-align: center;
	font-size: 4vw;
	margin: 1vh 0;
}
/*blog*/
.blog-box {
	width: 95%;
	background-color: #f5f5f5;
	margin: 0 auto;
	margin-top: 5vh;
}
.blog-box a {
	display: block;
	text-decoration: none;
	padding: 3vh;
}
.blog-box a:hover {
	background-color: #dbdbdb;
	transition: 0.5s;
}
.blog-box a:hover .blog-btn {
	background-color: #000;
	color: #ffffff;
	transition: 0.5s;
}
.blog-box img {
	width: 80vw;
	height: 24vh;
	object-fit: cover;
}
h4 {
	color: #000;
	font-size: 5vw;
	line-height: 4vh;
	padding-top: 3vh;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog-box-inner img {
	padding-right: 1vw;
	width: auto;
	height: auto;
}
.blog-txt {
	color: #000;
	margin: 2vh 0;
	font-size: 4vw;
	line-height: 4vh;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 30px;
}
.blog-btn {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 4vw;
	border: 0.5vw solid #000000;
	width: 38vh;
	line-height: 6vh;
	color: #000;
	margin: 0 0 0 auto;
	text-align: center;
}
.blog-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.blog-btn::after {
	right: 4vw;
	width: 2vw;
	height: 2vw;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.blog-box a:hover .blog-btn::after {
	right: 4vw;
	width: 2vw;
	height: 2vw;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: 0.5s;
}
/*completion*/
.completion {
	width: 95%;
	margin: 0 auto;
}
.completion h3 {
	margin: 0;
}
.completion-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4vh 0;
	margin: 0 auto;
}
.completion-inner li {
	margin-bottom: 4vh;
}
.completion-txt {
	text-align: left;
	font-size: 4vw;
	line-height: 3.5vh;
	margin: 2vh 0;
}
.completion-txt-center {
	font-size: 4vw;
	line-height: 6vh;
	text-align: center;
}
/*quiz*/
.completion-quiz {
	width: 95%;
	margin: 0 auto;
	margin-top: 5vh;
}
.completion-quiz-box {
	margin-bottom: 3vh;
}
.completion-quiz-box img {
	max-height: 5vh;
}
.completion-quiz-box-grey {
	background-color: #eeeeee;
	padding: 1vh 2vh;
	font-size: 4vw;
	font-weight: bold;
}
.completion-quiz-box-hint {
	display: flex;
	flex-direction: row;
	margin-top: 1vh;
	display: inline-flex;
	font-weight: 100;
}
.completion-quiz-box-hint img {
	max-height: 3vh;
}
.completion-quiz-box-hint p {
	padding: 0.3vh 2vh;
	border: 1px solid #000;
	font-size: 3vw;
}
/*beforeafter*/
.beforeafter {
	width: 100%;
	text-align: center;
}
.beforeafter-box:nth-child(2n) {
	background-color: #f5f5f5;
}
.beforeafter-box {
	padding: 4vh 0;
	margin: 0 auto;
}
.beforeafter-box img {
	width: 95%;
}
/*room*/
.room-main {
	width: 95%;
	margin: 6vh auto 3vh;
}
.room-main img {
	z-index: 2;
}
.room-main p {
	margin: 2vh auto 0 0;
	border: 1px solid #000;
	display: table;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.room-gallery {
	display: flex;
	justify-content: center;
	margin-top: 6vh;
	position: relative;
}
.room-gallery::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 30%;
	position: absolute;
	right: 0;
	top: 2vh;
	z-index: -1;
}
.room-gallery-inner {
	width: 95%;
}
.room-gallery-inner h3 {
	text-align: right;
}
.room-gallery-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4vh;
	position: relative;
}
.room-gallery-inner li {
	margin-bottom: 3vh;
}
.room-gallery-inner p {
	border: 1px solid #000;
	width: 85%;
	padding: 3vh;
	margin: 1vh auto 0;
	text-align: left
}
.wet-toilet {
	display: flex;
	justify-content: center;
	margin-top: 6vh;
	position: relative;
	margin-bottom: 6vh;
}
.wet-toilet::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 2vh;
	z-index: -1;
}
.wet-toilet-inner {
	width: 95%;
}
.wet-toilet-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4vh 0;
	position: relative;
	margin: 0 auto;
}
.wet-toilet-inner li {
	margin-bottom: 2vh;
}
.wet-toilet-inner li img {
	width: 360px;
	height: 230px;
}
.wet-toilet-inner p {
	border: 1px solid #000;
	width: 85%;
	padding: 3vh;
	margin: 1vh auto 0;
}
.room-gallery-wet {
	display: flex;
	justify-content: center;
	margin-top: 6vh;
	position: relative;
	margin-bottom: 6vh;
}
.room-gallery-wet::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	right: 0;
	top: 2vh;
	z-index: -1;
}
/*room-info*/
.room-info {
	position: relative;
}
.room-info::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 2vh;
	z-index: -1;
}
.room-info-inner {
	width: 95%;
	margin: 0 auto 20px;
}
.room-info-inner h3 {
	text-align: center;
}
.room-info-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.room-info-inner li {
	width: 50%;
}
.room-info-inner a {
	display: block;
}
.room-info-inner a:hover {
	opacity: 0.8;
}
/* こだわり　スライダー
---------------------------------------- */
.sticking_slider_ttl {
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.sticking_slider_ttl img {
	width: 80%;
}
.sticking_slider_ttl .ttl_sub {
	font-size: 13px;
	color: #999;
}
.sticking_wrap {
	margin: 4vh 0 6vh;
}
.sticking_link {
	margin-right: 1vh;
}
.sticking_link a {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.sticking_link a:hover {
	opacity: 0.8;
}
.sticking_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5vh;
	align-items: flex-start;
}
.sticking_bottom img:nth-child(1) {
	margin-left: -15px;
}
.sticking_bottom-right {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
}
.sticking_bottom-right p {
	color: #000;
	font-weight: bold;
	font-size: 3vw;
}
.sticking_bottom-right img {
	max-height: 1vh;
	margin: 5px 0 0 10px;
}
/* ----------------------------------------
after_bottom
---------------------------------------- */
.after_btm {
	background: #eee;
	margin: 40px auto;
	padding: 20px 0;
}
.after_btm ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.after_btm li {
	margin: 7px auto;
	width: 80%;
}
.after_btm a {
	background: #fff;
	color: #111;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}
.after_btm a:hover {
	background: #111;
	color: #fff;
}
.contents{
	width: 100%;
}

/* ----------------------------------------
idea
---------------------------------------- */
.idea_main_bg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-image: url(/musasino/f_residence/idea/img/main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.idea_wrap{
}
.idea_textbox{
	width: 80%;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.idea_main_ttl{
	font-size: 20px;
	line-height: 42px;
	text-align: center;
}
.idea_main_subttl{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.idea_cont01{
	margin: 0 auto;
	width: 95%;
}
.idea_cont01_ttl{
	font-size: 26px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	margin-bottom: 30px;
}
.idea_cont01_box{
	width: 95%;
}

.idea_cont01_inbox{
	display: flex;
	flex-direction: column;
	margin-bottom:20px;
}
.idea_cont01_inbox:nth-last-child(){
	margin-bottom:0;
}
.idea_cont01_inbox_image{
	text-align: center;
}
.idea_cont01_inbox_image img{
	width: 120px;
}
.idea_cont01_inbox_text{
	width: 90%;
	margin: 0 auto;
	margin-top: 6px;
}

.idea_cont01_inbox_text p{
	font-size: 15px;
	line-height: 28px;
}
.idea_cont01_inbox_text_ttl{
	font-size: 28px;
	padding-bottom: 15px;
}
.idea_cont01_inbox_text_ttl.floor2{
	color: #206f10;
}
.idea_cont01_inbox_text_ttl.floor1{
	color: #959036;
}
.idea_cont01_inbox_text_ttl.floor{
	color: #776a6a;
}
.idea_cont02{
	margin: 0 auto;
	width: 95%;
	margin-top: 40px;
}

.idea_cont02_box{
	display: flex;
	flex-direction:column-reverse;
}
.idea_cont02_inbox{
	width: 90%;
        margin-right: 5%;
        margin-left: 5%;
}
.idea_cont02_ttl{
	font-size: 25px;
	line-height: 44px;
	text-indent: 20px;
	color: #fff;
	background-color: #776a6a;
}
.idea_cont02_catch{
	font-size: 28px;
	line-height: 34px;
	padding: 20px 0;
}
.idea_cont02_inbox p{
	font-size: 15px;
	line-height: 28px;
}
.idea_cont02 img{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.idea_cont03{
	margin: 0 auto;
	margin-top: 50px;
	width: 95%;
}
.idea_cont03_ttl{
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #514f4f;
	margin-bottom: 30px;
}
.idea_cont03_box{
	display: flex;
	flex-direction: column;
}
.idea_cont03_box_image{
	margin-bottom: 20px;
}
.idea_cont03_box_image img{
}

.idea_cont03_box p{
	font-size: 15px;
	line-height: 28px;
	padding:0 20px;
}
.idea_cont04{
	width: 100%;
	background-color: #e8f0e7;
	margin: 0 auto;
	padding-bottom: 30px;
}
.idea_cont04_ttl{
	font-size: 32px;
	line-height: 42px;
	padding: 50px 0;
	text-align: center;
}
.idea_cont04_box{
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
}
.idea_cont04_inbox{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.idea_cont04_inbox:nth-child(2){
	flex-direction: column-reverse;
}
.idea_cont04_inbox img{
	height: 100%;
	max-height: 320px;
	object-position: bottom;
	margin-bottom: 30px;
}
.idea_cont04_inbox p{
	font-size: 15px;
	line-height: 28px;
	padding:0 20px;
}

/* ----------------------------------------
gallery
---------------------------------------- */
.gallery_main_bg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(/musasino/f_residence/gallery/img/main_bg.png)center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gallery_wrap{
}
.gallery_textbox{
	width: 80%;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.gallery_main_ttl{
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
.gallery_main_subttl{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.gallery_branch_bg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(/musasino/f_residence/gallery/img/main_bg.png)center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gallery_branch_textbox{
	width: 80%;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.gallery_branch_ttl{
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
.gallery_branch_subttl{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.gallery_btn_box{
	margin: 0 auto;
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.gallery_btn_box{
	margin: 0 auto;
	width:90%;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.gallery_btn_box p{
	
}
.gallery_btn_box .btn1{
}
.gallery_btn_box .btn1 a{
	width: 140px;
	border-radius: 10px;
	border:#959036 3px solid;
	font-size: 40px;
	padding: 10px;
	color: #959036;
	text-align: center;
	display: inline-block;
}
.gallery_btn_box .btn1 a:hover{
	opacity: 80%;
}
.gallery_btn_box .btn2{
}
.gallery_btn_box .btn2 a{
	width: 140px;
	border-radius: 10px;
	border:#206f10 3px solid;
	font-size: 40px;
	padding: 10px;
	color: #206f10;
	text-align: center;
	display: inline-block;
}
.gallery_btn_box .btn2 a:hover{
	opacity: 80%;
}

.gallery_btn_subbox{
	padding: 10px 0;
}
.gallery_btn_subbox ul{
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.gallery_btn_subbox ul li{
	margin-right: 5px;
	margin-bottom: 5px;
}
.gallery_btn_subbox ul li a{
	height: 30px;
	display: block;
	border-radius: 6px;
	border:#206f10 2px solid;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 2px 10px;
	color: #206f10;
	text-align: center;
}
.gallery_btn_subbox ul li a:hover{
	opacity: 80%;
}
.gallery_btn_subbox li.floor{
	height: 30px;
	display: block;
	border-radius: 6px;
	border:#206f10 2px solid;
	font-size: 16px;
	line-height: 30px;
	padding: 2px 10px;
	background-color: #206f10;
	color: #fff;
	text-align: center;
	width:45px;
}
.gallery_madori_wrap{
	width: 100%;
	background-image: url(/musasino/f_residence/gallery/img/hougan.png) ;
	background-repeat: repeat;
	margin-top: 50px;
	position: relative;
}
.gallery_ttl_img{
	position: absolute;
	top: -80px;
	left: 40%;
	text-align: center;
	width:100px;
}
.gallery_madori_box{
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
	margin-top: 100px;
}
.gallery_madori_box img{
	width: 90%;
}
.gallery_lightbox_wrap{
	background-color: #eeeeee;
}
.gellery_mainbox{
	display: flex;
	flex-wrap:wrap;
	margin: 0 auto;
}
.gallery_box{
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 40px;
	width: 100%;;
}
.gallery_box .full{
	background-color: #fff;
	margin-bottom: 50px;
	margin-top: 50px;
}
.gallery_box_ttl{
	font-size: 22px;
	line-height: 42px;
	margin-bottom: 20px;
	text-align: center;
}
.gallery_box_ttl.yellow{
	color:#959036;
}
.gallery_box_ttl.green{
	color:#206f10;
}
.gallery_box_conts{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}

.gallery_box_conts p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.gallery_box .image01{
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;;
}
.gallery_box .image01 img{
	width: 47%;
	margin-bottom: 15px;
}
.gallery_box .image02{
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
}
.gallery_box .image02 img{
	width: 45%;
	margin-bottom: 15px;
}
.gallery_box .image03{
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
}
.gallery_box .image03 img{
	width: 48%;
	margin-bottom: 15px;
}
.gallery_box .image03 img:nth-child(even){
	margin-right: 0;
}
.gallery_box .image04{
	width: 90%;
	height: 100%;
	margin-left: 2%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	margin-left: 5%;
}
.gallery_box .image04 img{
	width: 48%;
	margin-bottom: 15px;
}
.gallery_box .image04 img:nth-child(even){
	margin-right: 0;
}
.gallery_box .image_full{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
}
.gallery_box .image_full img{
	width: 48%;
	margin-bottom: 15px;
}
.gallery_box .image_full img:nth-child(even){
	margin-right: 0;
}
.gallery_box .image_full02{
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
}
.gallery_box .image_full02 img{
	width: 48%;
	margin-bottom: 15px;
}
.gallery_box .image_full02 img:nth-child(even){
	margin-right: 0;
}
.gallery_box .image_tate{
	width: 90%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
	text-align: center;
	margin-left: 5%;
}
.gallery_box .image_tate img{
	width: 32%;
	margin: 22px 0;
}
.gallery_box .image_tate img a{
}

/* ----------------------------------------
articlelink
---------------------------------------- */
.articlelink{
	margin-top: 80px;
	margin-bottom: 50px;
}
.articlelink ul{
	width: 90%;
	margin:0 auto;
}
.articlelink li{
}

.articlelink li a:link{
	display: flex;
	width: 100%;
	border: 1px solid #959036;
	border-radius: 6px;
	margin:0 auto;
	margin-bottom: 15px;
	line-height: 80px;
}
.articlelink a:hover{
	color: #000;
	background-color: #fff;
	opacity: 0.6;
}
.articlelink img{
	max-height: 90px;
	margin-right: 20px;
}	
.articlelink p{
	width: 700px;
	font-size: 18px;
	color: #959036;
	float: right;
	line-height: 1.4;
}
