@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	position: relative;
	background: #fff8fa;
	padding: 0;
	margin: 0;
}
body.top {
    background: #fff8fa url("../images/top_bg.jpg") 0 473px repeat-x;
}
body.pg {
    background: #fff8fa url("../images/top_bg.jpg") repeat-x fixed;
}

header.top {
	position: relative;
	background: url(../images/header_top.jpg?122256) center top no-repeat;
	width: 100%;
    min-width: 1100px;
	height: 473px;
	overflow: hidden;
}
header.top h1 {
	display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  /*background: url("../images/rogo2.png") no-repeat;*/
	width: 280px;
	height: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 50;
	transform: translateX(-50%);
}
header.top .app {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 255px;
	height: 435px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	transform: translateX(330px);
}
header.pg {
	display: block;
	background: url("../images/header_pg.jpg?12235") center top no-repeat;
	width: 100%;
    min-width: 1100px;
	height: 162px;
}
header.pg h1 {
	display:inline-block;
	width:211px;
	height:120px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

a.menubtn, a.callbtn, .nav-bg {
	display: none;
}


body.pg .pgnavContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    text-align: center;
    z-index: 100;
}
nav {
	display: inline-block;
    background: #f0708c;
    background: rgba(240,112,140,.7);
    width: 1100px;
    height: 42px;
}
nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}
nav ul li {
	display: inline-block;
  vertical-align: top;
	width: calc(100% / 12);
}
body.pg nav ul li {
	width: calc(100% / 13);
}
nav ul li a {
	display: block;
	background-color: #fff;
	background-image: url("../images/light.svg");
	background-repeat: no-repeat;
	background-position: 0 -6px;
    border: 4px rgba(247,121,186,.8) solid;
    border-radius: 10px;
    padding: 14px 0;
	width: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: .9em;
	color: #f745a1;
	transition: .7s ease-in-out;
    box-shadow: inset 0 10px 25px 0 rgba(238,168,186,.23);
}
nav ul li a:hover {
    padding: 14px 0 16px;
    text-decoration: none;
    filter: brightness(1.1);
	transition: .3s ease-in-out;
}


ul.ftnav {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.ftnav li {
	display: inline-block;
    border-right: 1px #333 solid;
    padding: 0 8px 0 0;
	margin: 0 8px 0 0;
}
ul.ftnav li:last-of-type {
    border: none;
}
ul.ftnav li a {
	display: block;
    font-style: normal;
	font-size: 12px;
	color: #ff2986;
    transition: .7s ease-in-out;
}
ul.ftnav li a.mback {
	display: none;
}
ul.ftnav li a:hover {
    color: #e88eb5;
    transition: .3s ease-in-out;
}

footer {
    background: #ffc3dc;
	padding: 0 0 112px;
    width: 100%;
    min-width: 1100px;
	font-size: 14px;
	text-align: center;
}
footer .info {
    background: #fff;
    padding: 22px;
}
footer span {
    display: inline-block;
    padding: 0 14px 8px 0;
}
footer .cr {
    padding-top: 22px;
    font-size: 12px;
    color: #e11d82;
    letter-spacing: 2px;
}


/* TOP */
.top-cmbnr {
	padding: 20px 0 0;
}
.cmbnr {
	position: relative;
	width: 100%;
	height: 450px;
}
.cmbnr div {
	padding: 0 2px;
}
.cmbnr .slick-dots {
	bottom: 16px;
}
.cmbnr .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .6;
}
.cmbnr .slick-active {
	opacity: .5;
}
.cmbnr .slick-current {
	opacity: 1;
}
.cmbnr .prslider_prev, .cmbnr .prslider_next {
	display: block;
	position: absolute;
	transition: all ease-in-out .7s;
	z-index: 95;
}
.cmbnr .prslider_prev {
	top: 200px;
	left: 60px;
}
.cmbnr .prslider_next {
	top: 200px;
	right: 60px;
}
.cmbnr .prslider_prev a, .cmbnr .prslider_next a {
	display: block;
	border-top: 3px #e92747 solid;
	width: 60px;
	height: 60px;
}
.cmbnr .prslider_prev a {
	border-left: 3px #e92747 solid;
	transform: translateY(-5px) rotate(-45deg);
}
.cmbnr .prslider_next a {
	border-right: 3px #e92747 solid;
	transform: translateY(-5px) rotate(45deg);
}
.cmbnr .prslider_prev a:hover, .cmbnr .prslider_next a:hover {
	filter: brightness(1.3);
	transition: all ease-in-out .3s;
}



.contentsContainer-top {
	position: relative;
	padding-top: 18px;
	width: 1100px;
}
.contentsContainer {
	position: relative;
	width: 1100px;
}

.contentsTitle {
	display: block;
    margin: 15px 0;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #f998ca;
    text-align: center;
}
.contentsTitle span {
    display: block;
    border-bottom: 2px #f745a1 solid;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: .9em;
	color: #f745a1;
    letter-spacing: -2px;
}

.infobox {
	display: inline-block;
	background: #fff;
	background: rgba(255,255,255,.7);
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}
.infobox span {
	display: inline-block;
	padding-right: 20px;
}


/* トップ */
.top-update {
	display: block;
	float:left;
	background:url(../images/top_infoboard_update.png) no-repeat;
	padding-top: 25px;
	width:309px;
	height:305px;
}
.top-update .tw-fr {
	width:290px;
	height:290px;
	overflow: hidden;
}
.top-update .tw-fr.sp {
	display: none;
}
.top-whatsnew {
	position:relative;
	float:left;
	background:url(../images/top_infoboard_whatsnew.png) no-repeat;
	width:396px;
	height:330px;
}
.top-newface {
	position:relative;
	float:left;
	background:url(../images/top_infoboard_newface.png) no-repeat;
	width:395px;
	height:330px;
}
a.btn-more {
	position: absolute;
	top: 37px;
	right: 11px;
}
.top-update .scrbox {
    position: relative;
	width: 255px;
	height: 206px;
    margin-top: 93px;
	overflow: hidden;
	text-align: left;
}
.top-whatsnew .scrbox, .top-newface .scrbox {
    position: relative;
	width: 334px;
	height: 206px;
    margin-top: 93px;
	overflow: hidden;
	text-align: left;
}

.top-update ul, .top-whatsnew ul, .top-newface ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-update ul li {
	border-bottom: 2px #f4dbe8 solid;
    padding: 10px 0 2px;
	text-align: left;
}
.top-whatsnew ul li, .top-newface ul li {
    text-align: left;
}
.top-whatsnew ul li .img, .top-newface ul li .img {
	float: left;
	width: 120px;
}
.top-whatsnew ul li .img img, .top-newface ul li .img img {
	max-width: 110px;
}
.top-whatsnew ul li .wcmt, .top-newface ul li .wcmt {
    float: left;
    width: 213px;
	font-size: 13px;
	line-height: 1.4em;
}
.top-whatsnew ul li .wcmt strong, .top-newface ul li .wcmt strong {
	display: block;
	padding-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-style: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3em;
	color: #f42323;
	text-decoration: underline;
}

.top-blog-sp {
    display: none;
}

.top-btm-bnr {
    display: inline-block;
}
a.top-btm-bnr {
	transition: .7s ease-in-out;
}
a.top-btm-bnr:hover {
    filter: brightness(1.1);
	transition: .3s ease-in-out;
}


/* コンパニオンリスト */
ul.complist {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	list-style: none;
}
ul.complist li {
	display: inline-block;
	padding: 0;
	margin: 0 3px 10px 0;
	vertical-align: top;
}
ul.complist li a.list {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 4px 15px;
	width: 240px;
	height: 405px;
	color: #333;
	text-align: center;
	transition: .7s ease-in-out;
}
ul.complist li a.none {
	cursor: default;
}
ul.complist li a:hover {
	text-decoration: none;
	transition: .3s ease-in-out;
}
ul.complist li a .img {
	position: relative;
	width: 240px;
	height: 320px;
	overflow: hidden;
}
ul.complist li a .img img {
	width: 240px;
	transition: .7s ease-in-out;
}
ul.complist li a:hover .img img {
    filter: brightness(1.08);
	transform: scale(1.05);
	transition: .3s ease-in-out;
}

ul.complist li a .newicon {
	position: absolute;
	top: 294px;
	left: 35px;
	background: url(../images/angel/icon_newface.png) no-repeat;
	width: 166px;
	height: 31px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
ul.complist li a .namae {
	display: block;
	padding: 10px 0 2px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 180%;
	line-height: 1.1em;
}
ul.complist li a span {
	display: inline-block;
	padding-left: 6px;
    font-size: 14px;
}
ul.complist li a .schetime {
    display: inline-block;
	border-bottom: 1px #f33d89 solid;
    padding-bottom: 2px;
	margin: 12px 0 0;
	font-size: 18px;
	color: #f33d89;
	text-align: center;
    transition:.7s ease-in-out;
}
ul.complist li a:hover .schetime {
	letter-spacing: 1px;
	transition: all ease-in-out .3s;
}

/* プロフィール */
.profile {
	position:relative;
	padding:0;
	width:1100px;
	height:540px;
}
.primg {
	position:relative;
	width:1080px;
	height:540px;
}
.primg img {
	max-width: 800px;
	max-height: 540px;
}
.profile .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .6;
	/*-webkit-filter:grayscale(80%);
    -moz-filter:grayscale(80%);
    -ms-filter:grayscale(80%);
    filter:grayscale(80%);*/
}
.profile .slick-active {
	opacity: .5;
}
.profile .slick-current {
	opacity: 1;
	/*-webkit-filter:grayscale(0);
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    filter:grayscale(0);*/
}
.profile .prslider_prev, .profile .prslider_prev a, .profile .prslider_next, .profile .prslider_next a {
	position: absolute;
	display: block;
	background: url(../images/angel/btn_control.png) no-repeat;
	width: 114px;
	height: 108px;
	cursor: pointer;
	z-index: 95;
}
.profile .prslider_prev {
	top:400px;
	left:-30px;
	background-position:0 0;
}
.profile .prslider_next {
	top:400px;
	right:-30px;
	background-position:-114px 0;
}
.profile .prslider_prev a {
	background-position:0 0;
}
.profile .prslider_next a {
	background-position:-114px 0;
}
.profile .slick-dots {
	bottom: 16px;
}
/* */
.pr-namae {
	position: relative;
	background: #fff;
    border-radius: 18px;
	padding: 13px 0;
	font-size: 14px;
	text-align: center;
    box-shadow: inset 0 0 25px 0 rgba(238,168,186,.23);
}
.pr-namae strong {
    display: inline-block;
    padding: 0 0 6px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 39px;
	color: #f779ba;
}

.pr-pr {
	float:left;
	background:url(../images/angel/board_pr.png) no-repeat;
	margin-right:22px;
	width:558px;
	height:623px;
	text-align:left;
}
.pr-pr .box {
	padding:80px 30px 0 34px;
}
.pr-pr .scr {
	position: relative;
	width: 494px;
	height: 500px;
	overflow: hidden;
}
.pr-pr .box table {
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:separate;
}
.pr-pr td {
	border-bottom: 1px #eacaea solid;
	padding: 6px 0 2px 0;
	font-size: 14px;
	word-break: break-all;
}
.pr-pr td.q {
	color: #e4355b;
	word-break: keep-all;
}

.pr-msg {
	float:left;
	background:url(../images/angel/board_msg.png) no-repeat;
	width:518px;
	height:194px;
	text-align:left;
	font-size:14px;
	line-height:1.4em;
}
.pr-msg .box {
	padding:80px 30px 0 34px;
}
.pr-msg .scr {
	position: relative;
	width: 463px;
	height: 85px;
	overflow: hidden;
}

.pr-cmt {
	float:right;
	background:url(../images/angel/board_cmt.png) no-repeat;
	width:518px;
	height:419px;
	text-align:left;
	font-size:14px;
	line-height:1.4em;
}
.pr-cmt .box {
	padding: 80px 30px 0 34px;
}
.pr-cmt .scr {
	position: relative;
	width: 463px;
	height: 300px;
	overflow: hidden;
}

.pr-blog-pc {
    padding: 15px 0;
}
.pr-blog-sp {
    display: none;
}

.pr-schedule {
    padding: 0 0 40px;
}
.pr-schedule table {
	width:94%;
	border:none;
	border-spacing:2px;
	border-collapse:separate;
}
.pr-schedule td {
	background: url("../images/angel/schedule_cellbg.jpg") repeat-x;
	border:2px #ffc3dc solid;
	border-radius:12px;
	padding:14px 0;
	width:12.8%;
	font-size:14px;
	line-height:1.4em;
	color:#ef054c;
	text-align:center;
	vertical-align:top;
}
.pr-schedule a {
	display:inline-block;
	border-bottom:2px #6a6a6a dotted;
	padding-bottom:2px;
	margin-bottom:14px;
	font-size:16px;
	font-weight:500;
	color:#333;
}
.pr-schedule a:hover {
    text-decoration: none;
}


/* 出勤スケジュール */
.sche-day {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	margin: 0;
	overflow: hidden;
}
.sche-day ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sche-day ul li {
	display: inline-block;
}
.sche-day ul li a {
	display: block;
	position: relative;
	border-bottom: 2px #b26c90 solid;
	border-radius: 50%;
	padding: 0 0 17px;
	width: 120px;
	font-size: 20px;
	color: #b26c90;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.sche-day ul li a strong {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3em;
}
.sche-day ul li a:hover, .sche-day ul li a.on {
	border-bottom: 8px #f745a1 solid;
	padding: 0 6px 20px;
	color: #f745a1;
	letter-spacing: 2px;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* 最新情報 */
.wnewlist {
    display: inline-block;
    background: #fff;
    border-top: 16px #f779ba solid;
    border-radius: 16px;
    padding: 35px;
    margin: 10px;
	text-align: left;
    vertical-align: top;
    overflow: hidden;
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.wnewlist .img {
	display: inline-block;
	max-width: 400px;
    vertical-align: top;
}
.wnewlist .img img {
	max-width: 300px;
}
.wnewlist .info {
    display: inline-block;
    max-width: 600px;
	font-size: 14px;
	line-height: 1.5em;
    vertical-align: top;
}
.wnewlist .info strong {
	display: block;
	padding-bottom: 6px;
	font-family: 'Noto Serif JP', serif;
	font-style: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3em;
	color: #f42323;
	text-decoration: underline;
}


/* システム */
.sys-cmt {
    color: #e55286;
    font-size: 20px;
	line-height: 1.4em;
}
.sys-point {
	background: url("../images/system/pointsystem.png?220615152839") no-repeat;
	width: 1100px;
	height: 90px;
	text-align: right;
}
.sys-point a.entrybtn {
	display: inline-block;
	margin: 9px 9px 0 0;
}
.acc-info {
	display: inline-block;
    background: #fff;
    border: 4px #ffc7de solid;
    border-radius: 20px;
	padding: 14px 60px;
	font-size: 16px;
	line-height: 1.7em;
}
.sys-map-sp {
    display: none;
}


/* コンセプト */
.cpt-cmt {
	background: url("../images/concept/fr-left.png"), url("../images/concept/fr-right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top;
	padding: 40px 200px 100px;
	width: 648px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4em;
	color: #8e051f;
	text-align: left;
}


/* 遊び方の説明 */
.guide-master {
	position: relative;
	background: url("../images/guide/master_recommend.png") no-repeat;
	margin: 15px 0;
	width: 990px;
	height: 526px;
}
.guide-master a {
	display: inline-block;
	position: absolute;
	bottom: 39px;
	left: 43px;
	background: #ed769a;
	border-radius: 10px;
	padding: 15px 30px;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	text-decoration: underline;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.guide-master a:hover {
	text-decoration: none;
	filter: brightness(1.1);
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.guideContainer {
    position: relative;
    width: 1075px;
    min-height: 530px;
}
.guide-g01 {
    position: absolute;
    top: 0;
    left: 0;
	background: url("../images/guide/guide01.png?220614162509") no-repeat;
	padding: 190px 180px 0 166px;
	width: 729px;
	min-height: 130px;
	font-size: 16px;
	line-height: 1.4em;
    color: #8e051f;
	text-align: left;
}
.guide-g02 {
    position: absolute;
    top: 176px;
    right: 0;
	background: url("../images/guide/guide02.png") no-repeat;
	padding: 275px 180px 0 90px;
	width: 805px;
	min-height: 60px;
	font-size: 16px;
	line-height: 1.4em;
    color: #8e051f;
	text-align: left;
}


/* リンク */
ul.link {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
ul.link li {
	display: inline-block;
	vertical-align: top;
}
ul.link li a {
	display: block;
	border-bottom: 6px #EBD2D3 solid;
	border-radius: 4px;
	padding: 12px;
	margin: 12px;
	width: 470px;
	font-size: 14px;
	text-align: left;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
ul.link li a:hover {
	background: #fff;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.link li a img {
	float: left;
	margin: 0 8px 4px 0;
	max-width: 460px;
	height: auto;
}


/* 求人 */
.recContainer img {
	max-width: 1075px;
}
.recContainer h3 {
	display: inline-block;
	padding: 10px;
	margin: 0;
	font-family: "Noto Serif JP",serif;
	font-style: normal;
	font-size: 26px;
	line-height: .9em;
	color: #f745a1;
}
.recContainer h3::after {
	content: '▼';
	display: block;
	border-top: 3px #f745a1 solid;
	margin: 6px 0;
	font-size: 12px;
}

.rec-freespace {
	width: 1075px !important;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}

.recbox {
	background: #fff;
	border: 2px #ffc3dc solid;
	border-radius: 20px;
	padding: 35px 45px 45px;
	margin-bottom: 20px;
}

ul.rec-faq {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.rec-faq li {
	border-bottom: 4px #ecd5da solid;
	padding: 0 0 10px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}
ul.rec-faq li.q {
	border-bottom: 3px #ecd5da dotted;
	margin-bottom: 10px;
	font-size: 18px;
	color: #e4355b;
}
ul.rec-faq li.q::before {
	content: 'Q';
	display: inline-block;
	padding-right: 10px;
	font-family: "Noto Serif JP",serif;
	font-size: 28px;
}

.recbox table {
	border:none;
	border-spacing:0;
	border-collapse:separate;
}
.recbox td {
	border-bottom: 3px #ecd5da dotted;
	padding: 12px 0 4px 0;
	font-size: 14px;
	line-height: 1.5em;
	word-break: break-all;
}
.recbox td.q {
	padding: 12px 40px 4px 0;
	color: #e4355b;
	word-break: keep-all;
}

.recContainer a.line {
	display: inline-block;
	background: #00d100;
	border-radius: 8px;
	padding: 0 30px;
	margin: 5px;
	text-align: center;
}
.recContainer a.line strong {
	display: inline-block;
	background: url("../images/recruit/icon_line.png") no-repeat;
	background-size: 70px auto;
	padding: 0 0 0 75px;
	height: 70px;
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
}
.recContainer a.mail {
	display: inline-block;
	background: #de5787;
	border-radius: 8px;
	padding: 0 30px;
	margin: 5px;
	text-align: center;
}
.recContainer a.mail strong {
	display: inline-block;
	background: url("../images/recruit/icon_mail.png") no-repeat;
	background-size: 70px auto;
	padding: 0 0 0 75px;
	font-size: 18px;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
}
.recContainer a.line, .recContainer a.mail {
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.recContainer a.line:hover, .recContainer a.mail:hover {
	filter: brightness(1.1);
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.tablelist table {
	border: none;
	border-spacing: 3px;
	border-collapse: separate;
	width: 100%;
}
.tablelist th {
	background: #dcd2ae;
	border-radius: 18px;
	padding: 8px 14px;
	width: 35%;
	text-align: left;
	word-break: keep-all;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.tablelist td {
	padding: 8px 14px;
	width: 65%;
	font-size: 14px;
	text-align: left;
}




/* ダイレクトボタン */
#dlink-btn-on {
	display: inline-block;
    background: #f779ba;
    border: 2px #f779ba solid;
	border-radius: 50%;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
    font-size: 14px;
    font-weight: 600;
	color: #fff;
	text-align: center;
}
#dlink-btn {
	display: inline-block;
}
#dlink-btn a {
	display: inline-block;
    background: #fff;
    border: 2px #f6cbe1 solid;
	border-radius: 50%;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
	color: #f779ba;
	text-align: center;
	font-size: 14px;
    webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
#dlink-btn a:hover {
    background: #f779ba;
	color: #fff;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#dlink-btn-omission {
	display: inline-block;
	width: 40px;
	padding: 8px 2px;
	margin: 4px;
	text-align: center;
}


a.txtbtn {
	display:inline-block;
	background:#3c3c3c;
	border-radius:18px;
	padding:16px 30px;
	margin-top:-10px;
	min-width:300px;
	font-size:16px;
	color:#f4a01d;
	text-align:center;
	webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
a.txtbtn:hover {
	background:#000;
	color:#fff;
	text-decoration:none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*  */
#loading {
	padding:20px;
	text-align:center;
}
.atten {
	padding-left:12px;
	text-indent:-12px;
	line-height:1.2em;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.clear {
	clear:both;
}
br.pcnone {
    display: none;
}
