@charset "utf-8";

/* ――――――――――――――――――――――――――

共用

―――――――――――――――――――――――――― */
main .pg_title {
	border-left: solid #88cc00 8px;
	padding-left: 12px;
}

/* ----- .item_table ----- */
main .item_table > dl,
main .item_table > dl > dt,
main .item_table > dl > dd {
	margin: 0;
}
main .item_table > dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
}
main .item_table > dl:first-child  {
	border-top: 1px solid #bbbbbb;
}
main .item_table > dl > dt,
main .item_table > dl > dd {
	display: table-cell;
	vertical-align: middle;
}
main .item_table > dl > dt {
	width: 20%;
	min-width: 6em;
	padding: 1em;
	font-weight: 700;
	text-align: center;
	background: #dddddd;
	border-left: 1px solid #bbbbbb;
}
main .item_table > dl > dt span {
	display: inline-block;
}
main .item_table > dl > dd {
	padding: 1em 1.25em;
	background: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
main .item_table .photo img {
	width: 200px;
	height: 200px;
}
@media (max-width: 767px){
	main .item_table > dl,
	main .item_table > dl > dt,
	main .item_table > dl > dd {
		display: block;
	}
	main .item_table > dl {
		width: auto;
	}
	main .item_table > dl > dt,
	main .item_table > dl > dd {
		text-align: left;
		width: auto;
	}
	main .item_table > dl > dt br {
		display: none;
	}
	main .item_table > dl > dt {
		width: 100%;
		font-size: 80%;
		line-height: 15px;
		padding: 10px 15px 5px;
		background: #ffffff;
		border-right: 1px solid #bbbbbb;
	}
	main .item_table > dl > dd {
		padding: 0 15px 10px;
	}
	main .item_table .photo {
		padding: 0.5em 0;
	}
}



/* ――――――――――――――――――――――――――

ログイン
#pg_login

―――――――――――――――――――――――――― */
#pg_login {
	position: relative;
	display: flex;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
#pg_login .container {
	position: relative;
	max-width: 480px;
	width: 85%;
	z-index: 10;
}
#pg_login h1 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#pg_login h1 img {
	width: 90%;
	max-width: 90px;
}
#pg_login .outer {
	background: #ffffff;
	padding: 1rem;
	border-radius: 10px;
	border: 4px solid #cccccc;
}
#pg_login small {
	font-size: 14px;
	line-height: 1em;
}
@media (min-width:576px) {
	#pg_login .outer {
		width: 100%;
		padding: 1.5rem;
	}
	#pg_login h1 img {
		max-width: 110px;
	}
}
#pg_login .footer {
	margin-top: 0.75rem;
	text-align: center;
}



/* ――――――――――――――――――――――――――

ダッシュボード
#pg_dashboard

―――――――――――――――――――――――――― */
#pg_dashboard {
}
#pg_dashboard ul.tabs_list a:link,
#pg_dashboard ul.tabs_list a:visited,
#pg_dashboard ul.tabs_list a:active,
#pg_dashboard ul.tabs_list a:hover {
	color: #ffffff;
}
#pg_dashboard ul.tabs_list {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-left: 0;
	list-style: none;
}
#pg_dashboard ul.tabs_list li {
	flex-grow: 1;
	margin: 0 0.25em;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s ease-out;
	background: #bbbbbb;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
					border-top-right-radius: 5px;
}
#pg_dashboard ul.tabs_list li a {
	display: block;
	padding: 0.5em 0;
}
#pg_dashboard ul.tabs_list li:first-child {
	margin-left: 3%;
}
#pg_dashboard ul.tabs_list li:last-child {
	margin-right: 3%;
}
#pg_dashboard ul.tabs_list li.now {
	background: #88CC00;
	color: #ffffff;
}
#pg_dashboard ul.tabs_list li:hover,
#pg_dashboard ul.tabs_list li.now:hover {
	background: #44AA00;
	color: #ffffff;
}
#pg_dashboard .tabs_main {
	border-top: solid #88CC00 4px;
}
@media (min-width: 576px) {
	#pg_dashboard ul.tabs_list > li {
		margin: 0 0.5em;
	}
	#pg_dashboard ul.tabs_list > li:first-child {
		margin-left: 3%;
	}
	#pg_dashboard ul.tabs_list > li:last-child {
		margin-right: 3%;
	}
}

#pg_dashboard .post {
	position: relative;
	width: 100%;
	background: #ffffff;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
}
#pg_dashboard .post.post_for {
	border: 2px solid #ff4444;
}
#pg_dashboard .post.post_to {
	border: 2px solid #0088ff;
}
#pg_dashboard .post.post_good {
	border: 2px solid #88cc00;
}
#pg_dashboard .post dl {
	width: 100%;
	display: table;
}
#pg_dashboard .post dl dt,
#pg_dashboard .post dl dd {
	display: table-cell;
	vertical-align: middle;
}
#pg_dashboard .post dl dt ul {
	display: table;
	margin: 1em 0 0 1em;
}
#pg_dashboard .post dl dt ul li {
	display: table-cell;
	vertical-align: middle;
}
#pg_dashboard .postdl dl dt .person {
	width: 60px;
}
#pg_dashboard .post dl dt .person img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 0.5em;
}
#pg_dashboard .post dl dt .name {
	font-weight: 700;
	font-size: 130%;
	line-height: 1.2em;
    padding-right: 6rem;
}
#pg_dashboard .post dl dt .name span {
	font-weight: 400;
}
#pg_dashboard .post dl dt .point {
	font-weight: 700;
	line-height: 1.2em;
	color: #cccccc;
}
#pg_dashboard .post.post_for dl dt .point {
	color: #ff4444;
}
#pg_dashboard .post.post_to dl dt .point {
	color: #0088ff;
}
#pg_dashboard .post dl dd {
	position: relative;
	text-align: right;
	vertical-align: top;
}
#pg_dashboard .post dl dd:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 45px solid transparent;
	border-right: 45px solid #CCCCCC;
	z-index: 1;
}
#pg_dashboard .post.post_for dl dd:before {
	border-right: 45px solid #ff4444;
}
#pg_dashboard .post.post_to dl dd:before {
	border-right: 45px solid #0088ff;
}
#pg_dashboard .post.post_good dl dd:before {
	border-right: 45px solid #88cc00;
}
#pg_dashboard .post dl dd .person {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 40px;
	z-index: 2;
}
#pg_dashboard .post dl dd .person img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
#pg_dashboard .post dl dd .cloud {
	position: absolute;
	top: 22px;
	right: 53px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: rgba(204,204,204,0.6);
	z-index: 2;
}
#pg_dashboard .post dl dd .cloud:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: rgba(204,204,204,0.5);
	z-index: 2;
}
#pg_dashboard .post dl dd .cloud:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 28px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: rgba(204,204,204,0.4);
	z-index: 2;
}
#pg_dashboard .post .inner {
	width: 100%;
	padding: 1em 1em 0.75em;
}
#pg_dashboard .post .inner ul {
	display: table;
	width: 100%;
	border-top: solid #cccccc 1px;
	padding-top: 0.5em;
}
#pg_dashboard .post .inner ul li {
	display: table-cell;
	vertical-align: middle;
}
#pg_dashboard .post .inner .point {
	display: table;
	margin-left: auto;
}
#pg_dashboard .post .inner .point .good,
#pg_dashboard .post .inner .point .good_bt {
	display: table-cell;
	vertical-align: middle;
}
#pg_dashboard .post .inner .point .good {
	padding-right: 5px;
}
#pg_dashboard .post .inner .point .good .good_off,
#pg_dashboard .post .inner .point .good .good_on {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
	padding: 0.125em 0.5em;
	border-radius: 3px;
}
#pg_dashboard .post .inner .point .good .good_off:before,
#pg_dashboard .post .inner .point .good .good_on:before {
	content: "";
	position: absolute;
	top: 8px;
	right: -3px;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
#pg_dashboard .post .inner .point .good .good_off {
	background: #cccccc;
}
#pg_dashboard .post .inner .point .good .good_off:before {
	border-bottom: 7px solid transparent;
	border-right: 7px solid #cccccc;
}
#pg_dashboard .post .inner .point .good .good_on {
	background: #88cc00;
}
#pg_dashboard .post .inner .point .good .good_on:before {
	border-bottom: 7px solid transparent;
	border-right: 7px solid #88cc00;
}
#pg_dashboard .post .inner .point .good_bt {
	width: 30px;
}
#pg_dashboard .post .inner .point .good_bt img {
	width: 100%;
}
@media (min-width: 576px) {
	#pg_dashboard .post,
	#pg_dashboard .post.post_for,
	#pg_dashboard .post.post_to,
	#pg_dashboard .post.post_good {
		border-width: 4px;
		border-radius: 10px;
	}
	#pg_dashboard .post dl dt ul {
		display: table;
		margin: 1em 0 0 1.5em;
	}
	#pg_dashboard .post .inner {
		padding: 1em 1.5em 0.75em;
	}
}

#pg_dashboard .search {
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 1.5em 0 1.25em;
	margin-bottom: 3em;
	border-bottom: solid #88cc00 4px;
}
#pg_dashboard .search:after {
	content: "";
	position: absolute;
	bottom: -2.25em;
	left: calc(50% - 1em);
	border-top: 1em solid #cccccc;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
}



/* ――――――――――――――――――――――――――

ポイントを贈る
#pg_gift

―――――――――――――――――――――――――― */
#pg_gift {
}
#pg_gift .search {
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 1.5em 0 1.25em;
	margin-bottom: 3em;
	border: solid #88cc00 4px;
	border-radius: 10px;
}
#pg_gift .search:after {
	content: "";
	position: absolute;
	bottom: -2.25em;
	left: calc(50% - 1em);
	border-top: 1em solid #cccccc;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
}
#pg_gift .post {
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
#pg_gift .post .person {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#pg_gift .post .person img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
#pg_gift .post .name {
	font-weight: 700;
	font-size: 130%;
	line-height: 1.2em;
}
#pg_gift .post p {
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 0;
}
#pg_gift .post .name span {
	font-weight: 400;
}
@media (min-width: 576px) {
	#pg_gift .post p {
		font-size: 16px;
		line-height: 1.75em;
		margin-bottom: 0;
	}
}

#pg_gift .prof .ph {
	margin: 15px 0 10px;
	text-align: center;
}
#pg_gift .prof .ph img {
	width: 200px;
	height: 200px;
	border: 5px solid #ffffff;
	border-radius: 105px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}



/* ――――――――――――――――――――――――――

マイプロフィール
#pg_profile

―――――――――――――――――――――――――― */
#pg_profile {
}
#pg_profile table {
	width: 100%;
	background: none;
}
#pg_profile table thead th,
#pg_profile table thead td {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25em;
	padding: 0.5em;
	border: 1px solid #bbbbbb;
}
#pg_profile table tbody th,
#pg_profile table tbody td {
	padding: 1em 1.25em;
	border: 1px solid #bbbbbb;
}
#pg_profile table tbody th {
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	background: #dddddd;
}
#pg_profile table tbody td {
	background: #ffffff;
}
@media (min-width: 576px) {
	#pg_profile table thead th,
	#pg_profile table thead td {
		font-size: 16px;
	}
}



/* ――――――――――――――――――――――――――

管理
#pg_management

―――――――――――――――――――――――――― */
#pg_management {
}
#pg_management .search {
	position: relative;
	width: 100%;
	background: #ffffff;
	padding: 1.5em 0 1.25em;
	margin-bottom: 3em;
	border: solid #88cc00 4px;
	border-radius: 10px;
}
#pg_management .search:after {
	content: "";
	position: absolute;
	bottom: -2.25em;
	left: calc(50% - 1em);
	border-top: 1em solid #cccccc;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
}
#pg_management table {
	width: 100%;
	background: none;
}
#pg_management table th,
#pg_management table td {
	padding: 0.75em;
	border: 1px solid #bbbbbb;
	background: #ffffff;
}
#pg_management table th {
	width: 80px;
	text-align: center;
}
#pg_management table td li {
	display: inline-block;
}
#pg_management table td li:first-child {
	margin-right: 1em;
}
#pg_management table .person {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}
#pg_management table .person img {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}
#pg_management table .name {
	font-weight: 700;
	font-size: 130%;
	line-height: 1.2em;
}
#pg_management table p {
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 0;
}
#pg_management table .name span {
	font-weight: 400;
}
@media (min-width: 576px) {
	#pg_management table p {
		font-size: 16px;
		line-height: 1.75em;
		margin-bottom: 0;
	}
}





@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}