@charset "shift_jis";

.cf:after{
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: " ";
}





.h_left_cnt {
	width: 420px;
	float: left;
}

/* related to reset */

.eoty a{
    text-decoration: none;
}

.eoty a img {
    border: 0px;
    border-style:none;
}

.eoty a:focus{
  outline: none;
}



.vote_bnr {
    width: 870px;
    margin: 0px auto 30px;
}


/* layout */
#column .columnArea .inner .columnTxt01,
#column .columnArea02 .inner02 .columnTxt01 {
	padding: 0 41px 15px;
}
.columnTxtArea figure {
	width: 838px;
	margin-left: 9px;
	margin-right: -9px;
}
.columnTxtArea figure .recipeImg {
	width: 838px;
	height: 322px;
}
.columnTxtArea p {
	background-repeat: repeat;
}
.vote_end {
    width: 93.61%;
    margin: 0 3.195%;
    padding: 1.5% 0 0;
}
.vote_end p {
    width: 100%;
    margin: 0 auto;
}












#modalForm{
    margin:0 auto;
    overflow: visible;
}
body #colorbox {
    overflow: visible;
}
@media (min-width: 641px){
	body #colorbox {
		margin-top: -70px;
	}
}
#colorbox #cboxWrapper {
    overflow: visible;
}
#colorbox #cboxContent {
    overflow: visible;
}
#cboxContent #cboxClose {
    top: -19px;
    right: -19px;
}
.vote_schedule {
    text-align: center;
}

.vote_schedule dl {
    background: #ed7d31;
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 15px auto;
    color: #fff;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vote_schedule dt {
    padding: 10px 5px 10px 20px;
    font-weight: 700;
}

.vote_schedule dd {
    padding: 10px 20px 10px 5px;
    font-weight: 700;
}

.vote_schedule dd b {
    font-size: 30px;
}
.tomoko_vote {
	margin: 0 auto 30px;
	padding: 20px 0 30px;
	width: 870px;
	text-align: center;
	border-bottom: dotted 5px #744618;
}
.eoty-recipeList ~ .tomoko_vote {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}
.tomoko_vote p {
	margin-top: 10px;
}
.vote_catchcopy {
    text-align: center;
    margin: 0 auto 20px;
}
.vote_catchcopy p {
    line-height: 24px;
    background: 0 none;
}
.vote_catchcopy .vote_catchcopy_strong {
    color: #ed7d31;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}
.vote_catchcopy p strong {
    color: #ed7d31;
    font-size: 24px;
    font-weight: 700;;
}
.vote_catchcopy figure {
	width: 120px;
	margin-top: -35px;
	position: absolute;
	right: 60px;
}
.vote_catchcopy figure img {
	width: 100%;

}


@media (max-width:640px){
	#wrap {
		min-width: 320px;
	}

	body #colorbox {
	}
	.vote_catchcopy {
		width: 92%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.vote_catchcopy .vote_catchcopy_strong {
		font-size: 5vw;
		text-align: center;
		white-space: nowrap;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.vote_catchcopy .vote_catchcopy_detail {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: calc(100% - 80px);
		font-size: 15px;
		line-height: 1.4;
	}
	.vote_catchcopy p strong {
		font-size: 20px;
	}
	.vote_catchcopy figure {
		width: 80px;
		margin-top: 0;
		position: static;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.vote_catchcopy figure img {
		width: 100%;
	}
	.vote_schedule dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
	}
	.vote_schedule dt {
		font-size: 16px;
		margin: 0 auto;
		padding: 10px 0 0;
	}
	.vote_schedule dd {
		padding: 0 10px 10px;
		line-height: 1.2;
		font-size: 16px;
	}
	.vote_schedule dd b {
		font-size: 24px;
	}
	#vote_result .attention {
		white-space: nowrap;
	}
}


.eoty{
    padding-top:50px;
    background: url(../../img/bg_bknumber.gif) repeat-y;
    overflow: hidden;
}

.eoty-title{
    margin:0 auto;
    width:870px;
    text-align: center;
    border-top: dotted 5px #744618;
    padding-top: 30px;
}

.eoty-recipeList{
    list-style-type: none;
    overflow:hidden;
    width:886px;
    margin: 0 auto -20px;
}

.eoty-recipeList_item{
    float:left;
    width:167px;
    border:1px solid #999999;
    margin:0 0 30px 7px;
    border-radius: 5px;
    overflow: hidden;
}

.recipeList_item_name{
    text-align: center;
    font-size: 14px;
    color:#333333;
    background:#fff;
    text-decoration: none;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.eoty-recipeList_item>a {
    text-decoration: none;
}

.recipeList_item_pic img {
	min-width: 167px;
}


/* .ckwmanlink {
	position: absolute;
	right: 90px;
	z-index: 100;
}
.ckwmanlink p {
	background: none;
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 0;
} */




#column h2, #column h3 {
	margin: 0 auto 5px;
}
#column .inner03{
	background: url(../../img/bg_bknumber.gif) repeat-y;
	padding: 20px 20px 0;
}

/* ================================================================
	過去のおつまみレシピ50選もぜひご覧ください♪
================================================================ */
#column .block06{
	padding: 30px 0;
	border-top: dotted 5px #744618;
}

#column .block06 h3{
	font-size: 26px;
	margin-bottom: 16px;
}

#column .block06 li{
	width: 275px;
	margin-right: 22px;
	float: left;
	list-style-type: none;
}

#column .block06 li:nth-of-type(3){
	margin-right: 0;
}

#column .block06 .pic{
	display: block;
	margin-bottom: 10px;
	padding: 0;
	background: #000;
	border: 1px solid #000;
}

#column .block06 a {
  color: #000;
  text-decoration: none;
}

#column .block06 .txt{
	font-size: 14px;
}
#column .columnBlock h3 {
    line-height: 1.2;
    color: #fe7a21;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}
#column .columnBlock img {
    width: 100%;
}
.pagenate .pagenate_prev {
    width: 65%;
}
.pagenate .pagenate_next {
    width: 35%;
}
.pagenate p[class^="pagenate_"] a {
	background: url(../img/pagenate_line.png) repeat-x bottom left;
	background-size: auto 3px;
}
@media screen and (max-width: 640px){
	#column .columnArea02 .columnAreaBgBottom {

	}
	#column .btn_top {
  	  background: url(../../img/bg_bknumber.gif) repeat-y center top;
  	  padding-top: 0;
 }
	#column .columnArea02 .columnAreaBgBottom .bknumber {
  	  background: url(../../img/bg_bknumber.gif) repeat-y center top;
  	  margin-bottom: 0;
  	  padding: 0 3.2% 3%;
  	  width: 93.6%;
 }
 #column .bknumber .btnBox {
    margin-bottom: 0;
 }
	#column .inner03{
		background-position: -20px top;
	}
	#column .block05{
		padding: 20px 0;
	}

	#column .block06 {
	  padding:  0 0;
	  border: none;
	}

	#column .block06 h3 {
	  font-size: 22px;
	  letter-spacing: -1px;
	}

	#column .block06 li,
	#column .block06 li:nth-of-type(3) {
	  width: 49%;
	  margin: 0 2% 20px 0;
	}

	#column .block06 li:nth-child(2n) {
	  margin-right: 0;
	}
	.pagenate {
		padding: 0 0 5%;
	}
	.pagenate p[class^="pagenate_"]::after {
		content: "";
		display: block;
		clear: both;
		overflow: hidden;
	}
	.pagenate p[class^="pagenate_"] a {
		display :block;
		padding: 0;
		background: 0 none;
	}
/* 	.pagenate p[class^="pagenate_"] .pagenate_title {
		display: inline;
		padding-left: 0;
		clear: none;
		float: none;
	} */
	.pagenate p[class^="pagenate_"] a span {
		background: url(../img/pagenate_line.png) repeat-x bottom left;
		background-size: auto 3px;
	}
	.pagenate .pagenate_prev:before,
	.pagenate .pagenate_next:before {
        margin-top: 3px;
	}
}







/* Modal */
#cboxWrapper #cboxContent #cboxLoadedContent {
    margin-bottom: 0;
}
.modalForm-tit {
    margin: 3% 0px 3% 20px;
    text-align: center;
}
.modalForm-tit img{
	width: 100%;
}

.eoty-modalbox{
    background: url(../../sp-201512/img/modal_bg01.gif) repeat-y center top;
    padding:10px 0 30px;
	overflow: hidden;
}

.eoty-modalbox_name{
    font-size:24px;
    text-align: center;
    padding:0 0 10px;
    font-weight: bold;
    color:#764719;
    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.eoty-modalbox_inner{
    margin:0 auto 20px;
    padding-bottom:10px;
    width:620px;
    background: #fff;
}
.eoty-modalbox_inner.end {
    margin-bottom: 30px;
}

.eoty-modalbox_image{
    width:600px;
    margin:0 auto;
    padding:10px 0;
    height: 400px;
}

.eoty-modalbox_recipe{
    padding: 0 10px;
    font-size:20px;
    color:#764719;
    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
}

.eoty-modalbox_text{
    padding: 0 10px;
    color:#000000;
    text-align: center;
}

/*
@media screen and (max-width: 640px){
	.eoty-recipeList_item>a {
		pointer-events: none;
	}
}
*/

.message p {
	border: 2px solid #aa0000;
	border-radius: 4px;
	padding: 6px;
	color: #a00;
	margin: 0 auto 10px;
	background: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.message p a {
	color: #a00;
	text-decoration: none;
}
.thanks {
    overflow: hidden;
}
.thanks p {
    border: 2px solid #ff6f1b;
    border-radius: 4px;
    padding: 6px;
    color: #ff6f1b;
    margin: 0 auto 10px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.vote_comment {
	width: 90%;
	margin: 0 auto 20px;
}
.vote_comment p {
	line-height: 1.4;
}
.vote_comment strong {
	font-weight: bold;
}
.bnr_present {
    /* width: 760px; */
    margin: 20px auto 20px;
}

.bnr_present a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bnr_present figure {
    margin: 0 auto;
}

.bnr_present figure img {
    width: 100%;
    max-width: 800px;
}
.bnr_present .vote_end p {
    margin-top: 15px;
}


.eoty-modalbox_votebox {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.btn_vote a img,
.btn_vote .btn_vote_inner img {
	display: inline-block;
}
.btn_vote {
    width: 30%;
    min-width: 120px;
    margin: 1px 0 0;
    bottom: 0;
    display: inline-block;
    border: none;
}
.btn_vote img.count {
    border: none;
    width: 6px;
    top: -14px;
    height: 6px;
    position: relative;
    z-index: 100;
    display: inline-block;
    margin-left: 4px;
}
.btn_vote .count_o {
    border: 1px solid #9298a4;
    background-color: #fff;
    position: relative;
    top: -13px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    color: #242424;
    z-index: 50;
    word-break: normal;
    word-wrap: normal;
    display: inline-block;
    margin-left: 5px;
}
.btn_vote .count_o::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 8px solid #9298a4;
}
.btn_vote .count_o::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 8px solid #fff;
}
/*.eoty-modalbox_votebox div#btn_vote1 {
    left: 30px;
}
.eoty-modalbox_votebox div#btn_vote2 {
    left: 245px;
}
.eoty-modalbox_votebox div#btn_vote3 {
    left: 460px;
}*/
.btn_vote_inner {
	display: inline-block;
}
.btn_vote_inner img[class$="_sta_on"] {
	display: none;
}
.btn_vote_inner img[class$="_sta_off"] {
	display: none;
}
.btn_vote_inner img[class$="_sta_on"]:hover {
	cursor: pointer;
}
.btn_vote_inner img[class$="_sta_off"]:hover {
	cursor: pointer;
}



.guide {
	background: #fff;
	margin: 20px auto 0;
	padding: 12px 24px;
	overflow: hidden;
}
.guide a{
	color:#cc0000;
	text-decoration:underline;
}
.guide h3{
	background: #f2dbc4;
	text-align: center;
	color: #764719;
	font-weight: 700;
	padding: 5px;
	margin: 10px auto 15px;
}

.guide dl{
	padding: 1.5% 0;
	line-height: 160%;
	font-size: 100%;
	text-align:left;
	width: 100%;
	display: table;
	border-bottom: 1px dashed #ddd;
}
.guide dt{
	font-weight:bold;
	width: 20%;
	display: table-cell;
	padding: 0 2.5% 0 0;
	letter-spacing: 1px;
}
.guide dd p {margin: .35em 0;line-height: 160%;}
.guide dd{
	padding: 0 2% 0 0;
	text-align:left;
	word-break: break-all;
	width: 74%;
	display: table-cell;
}

.guide dd ul li {
    list-style: none;
}
.guide dd ul li.disc {
	margin-left: 1em;
	list-style: disc outside;
}
.guide dd ol {
    margin: 0;
    overflow: hidden;
}
.guide dd ol,
.guide dd ol li {
	list-style:decimal outside!important;
}
.guide dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.guide dd ol li {
	margin: .25em 0 .25em 1.5em;
}

.attention{
	color:#CC0000;
	font-weight:bold;
}

.vote_line {
    margin: 4% auto;
    max-width: 630px;
}
.modal_vote_bnr {
    max-width: 640px;
}
.kome {
	text-indent: -1em;
	padding-left: 1em;
}




/* .bnr_afcommu {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	background: url('../../img/bg_bknumber.gif') repeat-y center top;
}
.bnr_afcommu img[src^="img/bnr_funcom.jpg"] {
	max-width: 640px;
	margin: 0 auto;
}
.bnr_afcommu img {
}
.bnr_afcommu img.border_line {
	margin: 30px 0 0;
} */





@media screen and (max-width: 640px) {

/* layout */
	#column .columnArea .inner .columnTxt01,
	#column .columnArea02 .inner02 .columnTxt01 {
		padding: 0;
	}
	.columnTxtArea figure {
	    width: calc(100% - 9px);
	    margin: 3% 0 0 9px;
	}
	#column .columnTxtArea .recipeImg {
	    width: 100%;
	    height: auto;
	}
	.eoty{
	    background-position: center top;
	}

	.eoty-title{
	    margin: 0 3.2%;
	    width: 93.6%;
	    height: auto;
	}

	.eoty-title picture img {
	    width:100%;
	}
	.tomoko_vote {
	    margin: 0 3.2% 8%;
	    padding-top: 0;
	    width: 93.6%;
	}
	.tomoko_vote p {
		width: 91%;
		margin: 1% 3% 0;
		line-height: 1.4;
		text-align: left;
		text-indent: -12px;
		padding-left: 12px;
	}
	.tomoko_vote picture img{
	    width:100%;
	}
	.eoty-recipeList ~ .tomoko_vote {
		    background: url(../../sp-201512/img/tomoko_bgline.gif) no-repeat center bottom;
		    margin-bottom: 10px;
		    padding: 0 0 30px;
	}
	.eoty-recipeList{
	    list-style-type: none;
	    overflow:hidden;
	    width:100%;
	    margin:auto;
	    /* background: url(../../sp-201512/img/tomoko_bgline.gif) no-repeat center bottom; */
	}

	.eoty-recipeList_item{
	    display: inline-block;
	    width: 45.2%;
	    margin:0 0 5% 3%;
	    float: none;
	}

	.recipeList_item_name{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.2;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		white-space: normal;
		padding: 10px 2px;
	}

	.recipeList_item_btn img{
	    border-radius:0 0 5px 5px;
	}

	.bnr_present {
		width: 90%;
	}

/* Modal */

	#cboxContent #cboxClose {
		top: -14px;
		right: -15px;
		width:20px;
		height:20px;
		background-size: 20px 20px;
	}
	.modalForm-tit {
	    margin: 3% 0 5% 2%;
	    text-align: center;
	}
	.modalForm-tit img{
		width: 100%;
	}

	.eoty-modalbox{
	    background: url(../../sp-201512/img/modal_bg01.gif) repeat-y center top;
	    padding:2% 0 5%;
	}

	.eoty-modalbox_name{
	    font-size:24px;
	    text-align: center;
	    padding: 0 1% 2%;
	    font-weight: bold;
	    color:#764719;
	    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}

	.eoty-modalbox_inner{
	    margin:0 auto;
	    padding-bottom:3%;
	    width:100%;
	    background: #fff;
	}
	.eoty-modalbox_inner.end {
		margin-bottom: 4%;
		overflow: hidden;
	}
	.eoty-modalbox_image{
	    width:90%;
	    margin:0 auto;
	    padding:10px 0;
	    height: auto;
	    display: block;
	}

	.eoty-modalbox_recipe{
	    font-size:20px;
	    color:#764719;
	    font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	    font-weight:bold;
	    text-align: center;
	    padding: 0 2%;
	}
	.recipeList_item_pic {width: 100%;display: block;}
	.recipeList_item_pic img {
	    min-width: inherit;
	    min-height: auto;
	}
	.eoty-modalbox_text{
	    color:#000000;
	    text-align: center;
	    padding: 0 2%;
	}

	.message {width: 90%;margin: 0 auto;}
	.message p{
		font-size: 14px;
		text-align: left;
	}

	.btn_vote {
		display: inline-block;
		border: none;
		min-width: 0;
		height: 30%;
		margin: 1px 0 0;
		width: 28%;
		overflow: hidden;
		position: relative;
		bottom: initial!important;
	}
	.eoty-modalbox_votebox {
		overflow: auto;
		height: inherit;
	}
	.eoty-modalbox_votebox div#btn_vote1,
	.eoty-modalbox_votebox div#btn_vote2,
	.eoty-modalbox_votebox div#btn_vote3 {
	    left: initial;
	}
	.btn_vote_inner {padding: 30px 0 0;}
	.btn_vote_inner img[class$="_sta_none"],
	.btn_vote_inner a img {
		width: 100%;
		height: auto;
		max-width: 114px;
		max-height: 37px;
	}
	.btn_vote img.count {display: none;}
	.btn_vote .count_o {
	    position: absolute;
	    top: 0px;
	    left: 10%;
	    padding: 4px 5px;
	    display: inline-block;
	    right: 10%;
	    width: 70%;
	    margin: 0;
	}
	.btn_vote .count_o:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin-top: 0;
		border: 5px solid transparent;
		border-top: 5px solid #9298a4;
		top: 20.75px;
		left: 44.5%;
		right: 44.5%;
	}
	.btn_vote .count_o:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin-top: 0;
		border: 4px solid transparent;
		border-top: 4px solid #FFF;
		top: 20px;
		left: 45%;
		right: 45%;
	}
	.vote_comment {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.vote_comment strong {
	    font-weight: bold;
	}
	.vote_bnr {
	    width: 100%;
	}



}


/*モーダル内画像の高さ調整*/
@media screen and (max-width: 640px) {
	.eoty-modalbox_image{
		min-height: 346px;
	}
}
@media screen and (max-width: 414px) {
	.eoty-modalbox_image{
		min-height: 224px;
	}
}
@media screen and (max-width: 360px) {
	.eoty-modalbox_image{
		min-height: 194px;
	}
}
@media screen and (max-width: 375px) {
	.eoty-modalbox_image{
		min-height: 203px;
	}
}
@media screen and (max-width: 320px) {
	.eoty-modalbox_image{
		min-height: 174px;
	}
}




.bnr_area {
    width: 900px;
    background: url(../../img/bg_contents.gif) repeat center center;
    margin-top: 0;
    margin-left: 0;
    padding: 0 25px 30px;
}
.bnr_area ul li:first-of-type {
	margin-left: 0;
}
.bnr_area ul li {
	width: 219px;
	height: 161px;
}
.bnr_area ul li a {
	display: block;
}
.bnr_area ul li img {
	width: 100%;
}
.bnr_area ul li p {
	cursor: pointer;
}

@media screen and (max-width: 640px) {

	#column .contents .bknumber h2 img {
		display: none;
	}
	#column .columnArea02 .columnAreaBgBottom .bknumber p.btn{
		margin-top: 1em;
	}
	.guide {
		margin: 3% auto 0;
		padding: 3%;
	}
	.guide h2 {
		overflow: hidden;
		text-align: center;
	}
	.guide h2 img {
	    margin: 0 -100%;
	}
	.guide dl {
		font-size: 90%;
	}
	.guide dl dt {
		width: 100%;
		display: block;
		padding: 0;
		text-align: left;
	}
	.guide dl dd {
		display: block;
		width: 100%;
	    line-height: 120%;
	}
	.guide dl dd p {
	    line-height: 120%;
	}
	.guide dd ol li {
		margin-left: 1.5em;
	}


	.bnr_area {
		width: 100%;
		padding: 15px 0 20px;
		margin: 0;
		/* background: #fff; */
	}
	.bnr_area ul li {
		width: 46%;
		height: auto;
	}
	.bnr_area ul li:first-of-type {
		margin-left: 3%;
	}
}
