@charset "utf-8";

/*
Description:defalt_sp
Version:1.0
*/

/**************************
基本設定
**************************/

html{
	font-size: 100%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	color: #333;
}

body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	background: #F9F9F9;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{margin:0;padding:0;}

img{
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

a{
	color: #FFF;
	text-decoration: none;
}

button:active,
a:active{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

ul,ol{
	list-style: none;
}

.Clear{ clear:both; }

.Center{
	width: 100%;
	text-align: center;
}

.Right{
	text-align: right;
}

/**************************
form
**************************/

form{
	width: 96%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

form *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

form label{
	margin-top: 10px;
	display: block;
}

form input,
form select,
form textarea{
	width: 100%;
	padding: 5px;
	border: 1px solid #C7C7C7;
	background: #FFF;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #000;
}

form textarea{
	resize: none;
	height: 100px;
}

form input:focus,
form select:focus,
form textarea:focus{
	border: 1px solid #1F4666;
}

form input[type="button"],
form input[type="submit"]{
	width: auto;
	max-width: 320px;
	height: 50px;
	background: #1F4666;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	border: none;
	margin-top: 10px;
	padding: 0 10px;
}

form input[type="button"]:active,
form input[type="submit"]:active{
	opacity: 0.8;
}

form input[type=radio],
form input[type=checkbox] {
	width: 1em;
}

/*****************************
* header 設定
*****************************/

header{
	width: 100%;
	height: 70px;
	padding: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 991;
}

header a{
	color: #333;
}

header .logo{
	width: 100px;
	height: auto;
	margin-right: auto;
}

header .logo img{
	width: 60%;
}

header ul{
	display: flex;
}

header ul li{
	padding: 5px 10px;
	border: 1px solid #875BA0;
	border-radius: 5px;
	margin-left: 5px;
}

header ul li a{
	display: block;
}

header i{
	cursor: pointer;
}

header i:active{
	color: #3F5899;
}

/*****submenu***********/

.header_submenu{
	text-align: center;
	display: none;
}

.header_submenu a{
	display: block;
}

.header_submenu .myprof{
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

.header_submenu .myprof p{
	padding-bottom: 5px;
	font-weight: bold;
}

.header_submenu ul li{
	padding: 5px 0;
}

/*****************************
* footer 設定
*****************************/

#nav{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 990;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
}

#nav li{
	width: 25%;
	height: 50px;
	text-align: center;
	font-size: 0.7em;
	position: relative;
}

#nav li i{
	font-size: 25px;
	margin-top: 5px;
}

#nav li a{
	position: relative;
	opacity: 0.7;
}

#nav .on{
	opacity: 1;
	font-weight: bold;
}

.midoku{
	background-color: #3F5899;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0 3px;
}

#index_footer{
	background: #1a1a1a;
	font-size: 0.8em;
	display: flex;
	flex-wrap: wrap;
}

#index_footer a{
	color: #FFF;
}

#index_footer li{
	padding: 10px 0;
	width: 47%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 2%;
	border: 1px solid #fff;
	border-radius: 5px;
}

/*****************************
* メインレイアウト設定
*****************************/

#wrapper {
	width: 100%;
	height: auto;
	padding: 50px 0;
}

#main_wrapper{
	width: 100%;
	height: auto;
	padding: 30px 10px 10px 10px;
}

article{
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	position: relative;
}

/*****************************
* infobox
*****************************/

.infobox{
	width: 100%;
	height: 200px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.infobox--low {
	height: auto;
}

.infobox .title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

.infobox ul{
	width: 100%;
	height: calc(100% - 42px);
	overflow: auto;
}

.infobox ul li{
	width: 100%;
	height: auto;
	margin:10px 20px;
	border-bottom: 1px solid #DDD;
	padding: 5px;
	font-size: 0.75em;
}

.infobox ul li:hover{
	background: #F2F2F2;
}

.infobox ul li a{
	display: block;
	color: #333;
	font-weight: bold;
}

.infobox ul li p{
	width: 100%;
	height: auto;
	padding: 5px 0;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*****************************
* talkbox
*****************************/

.talkbox{
	width: 100%;
	height: 200px;
	background: #FFF;
	margin-top: 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
}

.talkbox .title{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

.talkbox ul{
	width: 100%;
	height: calc(100% - 42px);
	overflow: auto;
}

.talkbox ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DDD;
	padding: 5px;
	font-size: 0.75em;
	display: flex;
}

.talkbox ul li:hover{
	background: #F2F2F2;
}

.talkbox ul li .photo{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.talkbox ul li .photo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.talkbox ul li .text{
	width: 170px;
	height: auto;
	margin: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.talkbox ul li p{
	width: auto;
	height: auto;
	padding-top: 5px;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*****************************
* メインパーツ設定
*****************************/

.pagelink{
	text-align:center;
	margin: 20px 0;
}

.pagelink a{
	padding:5px 10px;
	background:#1F4666;
	color:#FFF;
	margin:0 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.pagelink a:hover{
	opacity: 0.7;
}

.pagelink a:active{
	opacity: 0.8;
}

.textbox{
	padding: 10px;
}

.midoku{
	background-color: #3F5899;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0 3px;
}

.white{
	background: #FFF;
}

.flex_box{
	display: flex;
}

h2{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.2em;
}

h2::after{
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: block;
	width: 210px;
	content: "";
	height: 2px;
	margin-left: -105px;
	background: #001E50;
	background: -moz-linear-gradient(left, #001E50 0%, #875BA0 100%);
	background: -webkit-linear-gradient(left, #001E50 0%, #875BA0 100%);
	background: linear-gradient(to right, #00bfff 0%, #004eff 100%);
}

article p{
	font-size: 1em;
	font-weight: bold;
	color: #D97CCD;
	margin-bottom: 10px;
}

article a,
.textbox a{
	color: #D97CCD;
}

.redtext{
	width: 100%;
	font-size: 1em;
	color: #FF4500;
}

.bluebutton{
	width: 50%;
	height: 50px;
	background: #3F5899;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.bluebutton a{
	color: #FFF;
}

.bluebutton:active{
	opacity: 0.8;
}


/*****************************
* ユーザープロフィール　設定
*****************************/

.userprof_main{
	position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:5px;
	padding: 20px 20px 0 20px;
}

.userprof_main .left_wrapper{
	width: 100%;
	height: auto;
}

.userprof_main .right_wrapper{
	width: 100%;
	margin-top: 10px;
}

.userprof_main .profimg{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.userprof_main .profimg:after{
	padding-top: 100%;
	display: block;
	content: "";
}

.userprof_main .profimg img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.userprof_main .profile_button{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.9em;
}

.userprof_main .profile_button button{
	width: auto;
	height: 40px;
	border: none;
	border-radius: 5px;
	font-size: 1em;
	padding-left: 40px;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
}

.userprof_main .profile_button i{
	font-size: 28px;
	position: absolute;
	top: 6px;
	left: 8px;
}

.userprof_main .profile_button .normal{
	color: #D97CCD;
	border: 1px solid #D97CCD;
	background: #FFF;
}

.userprof_main .profile_button .favorite{
	color: #FFF;
	border: 1px solid #D97CCD;
	background: #D97CCD;
}

.userprof_main .name{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

.userprof_main dl{
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.userprof_main dt{
	background: #3F5899;
	padding: 5px 8px;
	border-radius: 5px;
	color: #FFF;
}

.userprof_main dd{
	padding: 5px 0;
	margin-right: 20px;
	margin-left: 10px;
}

.userprof_button_box{
	width: 100%;
	margin: 10px 0 5px 0;
	display: flex;
	flex-wrap: wrap;
}

.userprof_button_box button{
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 5px;
	color: #FFF;
	font-size: 1em;
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}

.userprof_button_box i{
	font-size: 30px;
	position: absolute;
	top: 12px;
	left: 20px;
}

.userprof_button_box .tel_button{
	background: #875BA0;
}

.userprof_button_box .mail_button{
	background: #3F5899;
}

.userprof_comment{
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:5px;
	padding: 20px;
	margin-bottom: 20px;
}

.userprof_comment p{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D97CCD;
}

/*****************************
* お知らせリスト
*****************************/

.list-item-container{
	display: flex;
	align-items: center;
	width: 96%;
	margin: 0 auto 0 auto;
	margin-bottom: 10px;
	border: 1px solid #B3B3B3;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	font-size: 0.9em;
}

.list-item-box{
	width: 96%;
	margin: 0 auto 0 auto;
	margin-bottom: 10px;
	border: 1px solid #B3B3B3;
	padding: 10px;
	border-radius: 5px;
}

.list-item-container a{
	width: 100%;
}

.list-item-container .list-item-right{
	padding: 0 5px;
	flex: 1
}

.list-item-box .list-item-left{
	float: left;
	margin-right: 5px;
}

.list-item-container .avator,
.list-item-box .avator{
	width: 70px;
	height: 70px;
}

.list-item-container .avator img,
.list-item-box .avator img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-item-container .lucent,
.list-item-box .lucent{
	width: 100%;
	font-size: 0.9em;
	opacity: 0.8;
}

.list-item-container .reply{
	width: 80px;
	height: 50px;
	line-height: 50px;
	margin-left:auto;
	text-align: center;
	background: #1F4666;
	color: #FFF;
}

.list-item-container .reply a{
	color: #FFF;
	display: block;
}

.list-item-container form{
	width: auto;
	padding: 0;
	margin: 0;
}

.list-item-container form input[type="submit"],
.list-item-box form input[type="submit"]{
	width: auto;
	padding: 0 5px;
	margin: 0;
	border-radius: 5px;
}

.list-item-box hr{
	height: 1px;
	border: none;
	border-top: 1px #B3B3B3 solid;
	margin: 10px 0;
}

.list-item-box .message{
	width: 100%;
	word-break: break-all;
}

.list-item-box .att-image img{
	width: 100%;
	height: auto;
}

.list-item-container .attachment{
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	height: 26px;
	display: flex;
}

.list-item-container .attachment .imgIcon,
.list-item-container .attachment .telIcon{
	width: auto;
	height: 100%;
}

.list-item-container .attachment .imgIcon img,
.list-item-container .attachment .telIcon img{
	width: auto;
	height: 100%;
}

.select-area{
	text-align: center;
	margin: 5px 0;
}

/*****************************
* ユーザーリスト
*****************************/

.userlist_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.userlist{
	position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}

.userlist p{
	font-size: 1em;
	font-weight: bold;
}

.userlist .userimg{
	width: 100px;
	height: 100px;
}

.userlist .userimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.userlist .button_box{
	width: auto;
	margin: 0 10px;
	flex: 1;
}

.userlist .button_box button{
	width: 100%;
	height: 45px;
	border: none;
	margin-bottom: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 1em;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
}

.userlist .button_box i{
	position: absolute;
	top: 12px;
	left: 5px;
}

.userlist .tel_button{
	background: #875BA0;
}

.userlist .mail_button{
	background: #3F5899;
}

.userlist p{
	font-size: 1em;
	font-weight: bold;
}

.userlist .prof{
	margin: 10px 0;
	font-size: 0.8em;
	background: #FFE5EB;
	border-radius: 5px;
	padding: 5px;
}

.userlist .likeimg{
	position: absolute;
	width: 60px;
	height: auto;
	top: 10px;
	left: 10px;
}

.userlist .likeimg img{
	width: 100%;
	height: auto;
}

.userlist .newcomer {
	position: absolute;
	top: 0;
	left: 5px;
	width: 40px;
	height: 45px;
	border-radius: 0 0 5px 5px;
	padding: 3px;
	background: #1F4666;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2em;
}

.userlist .status {
	position: absolute;
	top: 150px;
	left: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #3F5899;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
	padding-top: 5px;
}

/**** User Search ****/
.search-box {
	position: fixed;
	width: auto;
	height: auto;
	right: 10px;
	bottom: 55px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-align: center;
	z-index: 3;
	cursor: pointer;
	transition: .3s all;
}
.search-box:hover {
	background: rgba(0, 0, 0, 0.3);
}

.search-box img {
	width: 40px;
	height: auto;
	transition: .5s all;
	margin: 10px;
}
.search-box img:hover {
	transform: scale(1.1);
}

/*scroll*/
.horizontal_scroll_wrap{
	overflow-y: hidden;
	margin: 0;
}
.scroll_lst {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 20px 0;
	-webkit-overflow-scrolling: touch;
}
.scroll_item {
	margin-right: 10px;
	display: inline-block;
	width: 40%;
	height: auto;
}
.scroll_item:first-child {
	margin-left: 10px;
}
.scroll_item_thum{
	width: 100%;
	height: auto;
}
.scroll_item_thum img{
	width: 100%;
	height: 100%;
}
.scroll_item_inr {
	display: block;
}
.scroll_item_info {
	white-space: normal;
	padding: 0 8px 3px 8px;
	font-size: 0.9em;
	font-weight: bold;
}

.scroll_item .userlist{
	width: 100%;
}

/*****************************
* タブ設定
****************************

.tab-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fixed-tab{
	width: 100%;
	height: auto;
	display: flex;
}

.fixed-tab a{
	display: block;
}

.fixed-tab .first-tab,
.fixed-tab .second-tab,
.fixed-tab .third-tab{
	width: 33.333%;
	padding: 10px 0;
	text-align: center;
	background: #D6D6D6;
	margin-bottom: 10px;
}

.fixed-tab .now{
	background: #1F4666;
	color: #FFF;
}
*/
/*****************************
* フォトアルバム設定
****************************

.photoalbum{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.photoalbum .photobox{
	width: 32%;
	position: relative;
	margin: 0 0.65% 10px 0.65%;
}

.photoalbum .photobox:after{
	padding-top: 100%;
	display: block;
	content: "";
}

.photoalbum .photobox img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photoalbum .photobox .text{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}

.photoalbum .photobox form{
	position: absolute;
	top: 5px;
	right: 5px;
}

.photoalbum .photobox input[type="image"]{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background: #1F4666;
	border: none;
	border-radius: 50%;
}

.photoalbum .photobox .my_icon{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
}

.photoalbum .photobox .my_icon img{
	width: 100%;
	height: 100%;
}
*/
/*****************************
* ポイント購入設定
*****************************/

.buypoint{
	margin-top:10px;
	text-align:center;
}

.buypoint p{
	margin-bottom:10px;
}

.buypoint a,
.buypoint input[type="button"]{
	width:300px;
	height:50px;
	background:#1F4666;
	border:none;
	color:#FFF;
	font-weight:bold;
	line-height:50px;
	display:block;
	text-align:center;
	margin:0 auto 0 auto;
	margin-bottom:15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.buypoint input[type="button"]{
	margin-bottom:5px;
}

.buypoint a:active,
.buypoint input[type="button"]:active{
	opacity: 0.8;
}


/*****************************
* トップ設定
*****************************/

#index_main_wrapper{
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #000;
	background-image: url("../img/up/img/23052398_s.jpeg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main_woman{
	position: absolute;
	bottom: 0;
	right: 5px;
	width: auto;
	height: 180px;
	z-index: 1;
}

.main_text{
	position: absolute;
	bottom: 40px;
	left: 10px;
	width: auto;
	height: 100px;
	z-index: 2;
}

.main_woman img,
.main_text img{
	width: auto;
	height: 100%;
}

#indexform{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #F9F9F9;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

#indexform *{
	transition: all 0.3s;
}

#indexform p{
	color: #000;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#indexform img{
	max-width: 100%;
}

.registbutton{
	width:300px;
	height:50px;
	margin:0 auto 0 auto;
	margin-bottom:10px;
	background: #3F5899;
	color:#FFF;
	font-weight:bold;
	line-height:50px;
}

.registbutton:active{
	opacity: 0.8;
}

.registbutton a{
	color:#FFF;
	display:block;
}

/*****************************
* 口コミ設定
*****************************/

.user_voice li{
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dotted #3F5899;
	font-size: 0.9em;
}

.user_voice div{
	text-align: right;
	font-size: 0.9em;
}

/*****************************
* 占術設定
*****************************/

.senjutsu{
	display: flex;
	flex-wrap: wrap;
}

.senjutsu li{
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}

.senjutsu li img{
	width: 80px;
	height: 80px;
	margin: 0 10px 5px 0;
	float: left;
}

.senjutsu li p{
	margin-bottom: 5px;
}

.senjutsu li div{
	font-size: 0.8em;
}

/*****************************
* table
*****************************/

table{
	width: 100%;
	font-size: 0.9em;
}

table, td, th {
	border-collapse: collapse;
	border:1px solid #A9A9A9;
	padding: 15px 5px;
	text-align: right;
}

table tr:nth-child(even){
	background: #FFF;
}

/*****************************
* 有料情報リスト設定
*****************************/

.payinfo_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

.payinfo_list li:first-child{
	width: 100%;
	margin: 10px 20px;
	text-align:left;
}

.payinfo_list li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:left;
}

.payinfo_list li img{
	width: 100%;
}

.payinfo_list li a{
	color: #ffffff;
}

/*****************************
* 新規作成
*****************************/

.btn-gradient-radius {
	display: inline-block;
	padding: 20px 20px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: linear-gradient(45deg, #00bfff 0%, #004eff 100%);
	transition: .4s;
	margin-bottom: 20px;
	width: 90%;
	font-size: 1.3em;
	border: 5px solid #4285f4;
}

.btn-gradient-radius:hover {
	background-image: linear-gradient(45deg, #00bfff 0%, #004effba 100%);
}

table{
	width: 100%;
	border-collapse: collapse;
}

table tr{
	border-bottom: solid 2px white;
}

table tr:last-child{
	border-bottom: none;
}

table th{
	position: relative;
	text-align: left;
	width: 50%;
	background-image: linear-gradient(45deg, #00bfff 0%, #004eff 100%);
	color: white;
	text-align: center;
	padding: 10px 0;
}

table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

table td{
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1em;
}

table2 th{
	position: relative;
	text-align: left;
	width: 60%;
	padding: 10px 0;
}
