@charset "UTF-8";
/*
*******************************************************************************************************
# サイト共通スタイル

	-- base
	-- wrp
	-- header
	-- footmenu
	-- footbutton
	-- module
	-- js style

*******************************************************************************************************
*/
/* ------------------------------------
	* base
* ------------------------------------ */
html {
	font-size: 13px;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', 'Meiryo';
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: break-word;
	position: relative;
	overflow: hidden;
}

img {
	width: 100%;
}

input {
	font-size: 16px;
	color: #60c3b2;
	line-height: 38px;
	border-bottom: 1px solid #d1d1d1;
}

*:focus {
	outline: none;
}

*:placeholder-shown {
	font-size: 16px;
	color: #969696;
	line-height: 38px;
}

*::-webkit-input-placeholder {
	font-size: 16px;
	color: #969696;
	line-height: 38px;
}

*:-moz-placeholder {
	font-size: 16px;
	color: #969696;
	line-height: 38px;
	opacity: 1;
}

*::-moz-placeholder {
	font-size: 16px;
	color: #969696;
	line-height: 38px;
	opacity: 1;
}

*:-ms-input-placeholder {
	font-size: 16px;
	color: #969696;
	line-height: 38px;
}

/* ------------------------------------
	* jconfirm
* ------------------------------------ */
.jconfirm.jconfirm-my-theme .jconfirm-bg{
	background-color: #444;
	opacity: .2;
}
.jconfirm.jconfirm-my-theme .jconfirm-box{
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-radius: 5px;
	width: 70%!important;
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
}
.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{
	margin-right: 8px;
	margin-left: 0
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
	font-size: 15px;
	padding-right: 5px;
}
.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{
	text-align: center;
	float: right
}

.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
	margin: 5px;
}

.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button.btn-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333
}

.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #ddd
}

.jconfirm .jconfirm-my-theme .jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
	margin-left: 8px;
	margin-right: 0
}


/* ------------------------------------
	* wrp
* ------------------------------------ */
.wrp {
	min-height: 100vh;
	position: relative;

	padding-bottom: constant(safe-area-inset-bottom);
	@supports (padding-bottom: constant(safe-area-inset-bottom)) {
		padding-bottom: constant(safe-area-inset-bottom);
	}

	padding-bottom: env(safe-area-inset-bottom);
	@supports (padding-bottom: env(safe-area-inset-bottom)) {
		padding-bottom: env(safe-area-inset-bottom);
	}

}

.wrp-maincts {
	box-sizing: border-box;
	padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
	.wrp-maincts .inner-maincts {
		max-width: 900px;
		margin: 0 auto;
	}
}

/* ------------------------------------
	* header
* ------------------------------------ */
.wrp-header {
	width: 100%;
	height: 45px;
	position: relative;
}

.wrp-header .inner-header,
.wrp-header .inner-header-calc {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 11;
}
.inner-header-message{
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin-top: -16px;
	color: #3ba391;
	font-size: 90%;
}

@media screen and (min-width: 414px) {
	.wrp-header .inner-header .inner-header-message{
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		margin-top: -16px;
		color: #3ba391;
		font-size: 100%;
	}
}


.wrp-header .inner-header-calc {
	border-bottom: 1px solid #d1d1d1;
	height: 45px;
	z-index: 12;
}

.wrp-header .ttl {
	width: 100%;
	font-size: 115.38%;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 12.5px 10px;
	border-bottom: 1px solid #d1d1d1;
}

.wrp-header a[class^=btn-] {
	display: table;
	height: 45px;
	box-sizing: content-box;
	padding: 0 10px;
	position: absolute;
	top: 0;
}

.wrp-header a[class^=btn-] .txt {
	display: table-cell;
	vertical-align: middle;
}

.wrp-header a[class^=btn-] .hidden {
	display: none;
}

.wrp-header .btn-cancel {
	color: #969696;
	left: 0;
}

.wrp-header .btn-complete {
	color: #60c3b2;
	font-weight: bold;
	right: 0;
}

.wrp-header .btn-calc {
	color: #969696;
	right: 0;
}

.wrp-header .btn-back {
	width: 10.5px;
	background-image: url(../img/common/arr_left_black.png);
	background-size: 10.5px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 0;
}

.wrp-header .btn-close {
	width: 17.5px;
	background-image: url(../img/common/icn_close.png);
	background-size: 17.5px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: 0;
}

/* ------------------------------------
	* footmenu
* ------------------------------------ */
.wrp-footmenu {
	width: 100%;
	height: auto;
	background-color: #fafafa;
	box-sizing: border-box;
	border-top: 1px solid #d1d1d1;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.wrp-footmenu .inner-footmenu {
	height: 46px;
}

.wrp-footmenu .list-footmenu {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
}

.wrp-footmenu .list-footmenu > li {
	/*width: 20%;*/
	width: 25%;
}

.user-normal .wrp-footmenu .list-footmenu > li {
	width: 33.33%;
}

.user-normal .wrp-footmenu .list-footmenu > li:nth-child(2) {
	display: none;
}

.wrp-footmenu .list-footmenu > li a[class^=btn-] {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
}

.wrp-footmenu .list-footmenu > li a[class^=btn-] .hidden {
	display: none;
}

.wrp-footmenu .list-footmenu > li .btn-mypage {
	background-image: url(../img/common/icn_mypage.png);
	background-size: 19px auto;
}

.wrp-footmenu .list-footmenu > li .btn-mypage.active {
	background-image: url(../img/common/icn_mypage_on.png);
}

.wrp-footmenu .list-footmenu > li .btn-search {
	background-image: url(../img/common/icn_search.png);
	background-size: 24px auto;
}

.wrp-footmenu .list-footmenu > li .btn-search.active {
	background-image: url(../img/common/icn_search_on.png);
}

.wrp-footmenu .list-footmenu > li .btn-post {
	background-image: url(../img/common/icn_post.png);
	background-size: 25px auto;
}

.wrp-footmenu .list-footmenu > li .btn-notice {
	background-image: url(../img/common/icn_notice.png);
	background-size: 20.5px auto;
}

.wrp-footmenu .list-footmenu > li .btn-notice.active {
	background-image: url(../img/common/icn_notice_on.png);
}

.wrp-footmenu .list-footmenu > li .btn-config.active {
	background-image: url(../img/common/icn_config_on.png);
}

.wrp-footmenu .list-footmenu > li .btn-config {
	background-image: url(../img/common/icn_config.png);
	background-size: 20.5px auto;
}

.wrp-footmenu .list-footmenu > li .btn-level{
	background-image: url(../img/common/icn_level.png);
	background-size: 26px auto;
}

.wrp-footmenu .list-footmenu > li .btn-level.active {
	background-image: url(../img/common/icn_level_on.png);
}

/* ------------------------------------
	* footbutton
* ------------------------------------ */
.wrp-footbutton {
	width: 100%;
	height: 48px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 11;
}

.wrp-footbutton .inner-footbutton {
	height: 100%;
}

.wrp-footbutton .inner-footbutton button[class^=btn-] {
	width: 100%;
	height: 100%;
	background-color: #d1d1d1;
	font-size: 107.69%;
	color: #fff;
	text-align: center;
}

.wrp-footbutton .inner-footbutton button[class^=btn-].active {
	background-color: #60c3b2;
}

.wrp-footbutton .inner-footbutton a[class^=btn-] {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #d1d1d1;
	font-size: 107.69%;
	color: #fff;
	text-align: center;
}

.wrp-footbutton .inner-footbutton a[class^=btn-].active {
	background-color: #60c3b2;
}

.wrp-footbutton .inner-footbutton a[class^=btn-] .txt {
	display: table-cell;
	vertical-align: middle;
}

/* ------------------------------------
	* headbutton
* ------------------------------------ */
.wrp-headbutton {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 12;
}

.wrp-headbutton .inner-headbutton button[class^=btn-] {
	display: table;
	width: auto;
	height: 45px;
	color: #60c3b2;
	font-weight: bold;
	box-sizing: content-box;
	padding: 0 10px;
}

.wrp-headbutton .inner-headbutton button[class^=btn-] .txt {
	display: table-cell;
	vertical-align: middle;
}

/* ------------------------------------
	* module
* ------------------------------------ */
/* clearfix */
.cfx {
	*zoom: 1;
}

.cfx:before, .cfx:after {
	display: table;
	content: "";
}

.cfx:after {
	clear: both;
}

/* 背景色付きメインコンテンツ */
.mod-maincts {
	min-height: calc(100vh - 45px);
	background-color: #fafaf8;
}

/* フォーム */
.mod-form {
	background-color: #fff;
	margin-top: 43px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.mod-form:first-child {
	margin-top: 0;
}

.mod-form > li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}

.mod-form > li > [class^=box-] {
	width: 100%;
	box-sizing: border-box;
	padding: 3px 15px 3px 0;
	position: relative;
}

.mod-form > li + li > [class^=box-] {
	border-top: 1px solid #d1d1d1;
	height: 52px;
}

.mod-form > li > [class^=box-] > label {
	background-color: #fff;
	padding: 5px 10px 5px 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-form > li > [class^=box-] > label.required {
	padding-right: 20px;
}

.mod-form > li > [class^=box-] > label.required:after {
	display: block;
	content: '*';
	color: #f4005c;
	position: absolute;
	top: 5px;
	right: 8px;
}

.mod-form > li > [class^=box-] > label.period {
	width: 30px;
	color: #60c3b2;
	text-align: left;
	left: auto;
	right: 0;
}

.mod-form > li > [class^=box-] > p.period {
	width: 30px;
	color: #60c3b2;
	text-align: left;
	left: auto;
	right: 0;
}

.mod-form > li .box-input input {
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	border: none;
}

.mod-form > li .box-input input[type=date] {
	display: block;
	text-align: right;
	padding: 6px 0;
	margin: 0 0 0 auto;
	height: 52px;
}

.mod-form > li .box-input select {
	display: block;
	width: 100px;
	font-size: 16px;
	color: #60c3b2;
	box-sizing: border-box;
	padding: 9px 15px 9px 0;
	margin: 0 0 0 auto;
	border: none;
}

.mod-form > li .box-input label + input {
	text-align: right;
}

.mod-form > li .box-input label + p {
	width: 100%;
	min-height: 38px;
	color: #60c3b2;
	font-size: 16px;
	text-align: right;
	box-sizing: border-box;
	padding: 8px 20px 8px 0;
}

.mod-form > li .box-slider .btn-slider {
	width: 100%;
	text-align: right;
}

.mod-form > li .box-slider .btn-slider > label {
	display: inline-block;
	width: 34px;
	height: 34px;
	position: relative;
}

.mod-form > li .box-slider .btn-slider > label input {
	display: none;
}

.mod-form > li .box-slider .btn-slider > label .slider {
	width: 34px;
	height: 14px;
	background-color: #d1d1d1;
	border-radius: 7px;
	position: absolute;
	top: 12px;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.mod-form > li .box-slider .btn-slider > label .slider:before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #969696;
	border-radius: 50%;
	box-shadow: 1.25px 2.16px 2.5px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -3.5px;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.mod-form > li .box-slider .btn-slider > label input:checked + .slider {
	background-color: #9edfd4;
}

.mod-form > li .box-slider .btn-slider > label input:checked + .slider:before {
	background-color: #60c3b2;
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
}

.mod-form .box-link a {
	display: block;
	width: 100%;
	height: 100%;
	color: #60c3b2;
	padding: 13px 10px 13px 15px;
	position: relative;
}

.mod-form > li .box-link a {
	color: inherit;
	padding: 10px 10px 10px 0;
}

.mod-form .box-link.link-arrow a {
	background-image: url(../img/common/arr_right_gray.png);
	background-size: 10px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.mod-form .box-link.link-arrow a .txt {

}

.mod-form .box-link.link-arrow a .num {
	display: inline-block;
	color: #969696;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-form + .box-profilethumb {
	background-color: #fff;
	margin-top: 43px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.mod-form + .box-profilethumb > ul > li {
	width: 100%;
	box-sizing: border-box;
	padding: 3px 15px;
}

.mod-form + .box-profilethumb > ul > li .box-thumb {
	width: 50%;
	line-height: 0;
	margin: 13px auto 0;
}

.mod-form + .box-profilethumb > ul > li .box-thumb .inner {
	display: block;
	width: 100%;
	height: 0;
	line-height: 1;
	padding-top: 100%;
	background-color: #dcdcdc;
	position: relative;
	overflow: hidden;
}

.mod-form + .box-profilethumb > ul > li .box-thumb .inner:before {
	display: block;
	content: '画像を選択してください';
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.mod-form + .box-profilethumb > ul > li .box-thumb .inner > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.mod-form + .box-profilethumb > ul > li label {
	display: block;
	margin: 13px 0;
}

.mod-form + .box-profilethumb > ul > li label.required .txt {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.mod-form + .box-profilethumb > ul > li label.required .txt:after {
	display: block;
	content: '*';
	color: #f4005c;
	position: absolute;
	top: -2px;
	right: 8px;
}

.mod-form + .box-profilethumb > ul > li label .note {
	display: block;
	font-size: 10px;
	color: #aaa;
}

form .error-lead {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 0 10px 10px;
}

form .error-txt {
	display: none;
	font-size: 10px;
	color: #ff0000;
	margin: 0 0 5px;
}

form .error-txt-disp {
font-size: 10px;
padding: 3px 17px 5px;
color: #ff0000;
}

form .form-error,
form .js-input-error {
	display: none;
}

form.error .form-error {
	display: block;
}

form.error .error_validate .error-txt,
form.error .error_empty .error-txt {
	display: block;
}

form.js-error .js-input-error {
	display: block;
}

/* 検索窓 */
.mod-search {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
}

.mod-search .box-search {
	display: table;
	width: 100%;
}

.mod-search .box-search .box-input {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.mod-search .box-search .box-input .icn {
	display: inline-block;
	width: 13px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 6.5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mod-search .box-search .box-input input {
	display: block;
	width: 100%;
	background-color: #ececec;
	box-sizing: border-box;
	padding: 0 5px 0 28px;
	border: none;
	border-radius: 5px;
}

.mod-search .box-search .box-cancel {
	display: table-cell;
	width: 65px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}

.mod-search .box-search .box-cancel .btn-cancel {
	font-size: 76.92%;
	text-align: center;
}

/* ユーザーリスト */
.mod-userlist {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}

.mod-userlist > li {
	display: table;
	width: 100%;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #d1d1d1;
}

.mod-userlist > li > a {
	display: block;
	width: 100%;
	height: 100%;
}

.mod-userlist > li .thumb,
.mod-userlist > li .name,
.mod-userlist > li .btn {
	display: table-cell;
	vertical-align: middle;
	padding: 11px 0;
	font-size: 1.5em;
}

.mod-userlist > li .thumb {
	width: 36px;
	line-height: 0;
	box-sizing: content-box;
	padding-right: 6px;
}

.mod-userlist > li .thumb .inner {
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.mod-userlist > li .thumb .inner img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mod-userlist > li .name {
	font-size: 107.69%;
	font-weight: bold;
}

.mod-userlist > li .btn {
	width: 98px;
}
.mod-userlist > li .btn button {
	display: block;
	width: 100%;
	background-color: #60c3b2;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5.5px 0;
	border: 1px solid #60c3b2;
	border-radius: 4px;
}
.mod-userlist > li .btn button.block {
	background-color: #969696;
	color: #fff;
	border: 1px solid #969696;
}


.mod-userlist > li .btn a {
	display: block;
	width: 100%;
	background-color: #60c3b2;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 5.5px 0;
	border: 1px solid #60c3b2;
	border-radius: 4px;
}

.mod-userlist > li .btn a.followed {
	background-color: #fff;
	color: #969696;
	border: 1px solid #d1d1d1;
}

.mod-userlist > li .btn a.block {
	background-color: #969696;
	color: #fff;
	border: 1px solid #969696;
}

.mod-userlist > li .btn-delete {
	display: table-cell;
	width: 37.5px;
	vertical-align: middle;
    cursor: pointer;
}

.mod-userlist > li .btn-delete a {
	display: block;
	width: 17.5px;
	height: 17.5px;
	background-image: url(../img/common/icn_delete.png);
	background-size: 17.5px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 5px 0 15px;
}

.mod-userlist > li .btn-delete a .hidden {
	display: none;
}

.mod-userlist > li .btn-unblock {
	display: table-cell;
	width: 98px;
	vertical-align: middle;
    cursor: pointer;
}

.mod-userlist > li .btn-unblock a {
	display: block;
	width: 100%;
	color: #60c3b2;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 5.5px 0;
	border-radius: 4px;
}
.follow{
    cursor: pointer;

}

.hidden {
  display: none
}

/* ------------------------------------
	* base
* ------------------------------------ */
.js-tab-tgt {
	display: none;
}

.js-tab-tgt.active {
	display: inherit;
}

/* ------------------------------------
	* 折り畳み文章用
	* https://metrograph.jp/css_gradation_paragraph/
* ------------------------------------ */
.grad-btn {
	width: 148px;
	margin: auto;
	padding: .5em 0;
	border-radius: 2px;
	background: #009e8f;
	color: #fff;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	display: block;
}
.grad-btn::before {
	content: "続きを読む"
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 40px; /*隠した状態の高さ*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}
.grad-trigger:checked ~ .grad-btn {
	bottom: -2em;
}
.grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/* ------------------------------------
	* ローディングアニメーション用
	* https://mamewaza.com/support/blog/cssonly-loading-text.html
* ------------------------------------ */
span.loading {
	display: inline-block;
	white-space: nowrap;
}
span.loading span {
	display: inline-block;
	width: 100px;
	height: 2px;
	vertical-align: middle;

	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: 4px 100%;

	background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #000), to(#000) );
	background-image:-webkit-linear-gradient(left,transparent 2px,#000 4px);
	background-image: linear-gradient(to right,transparent 2px,#000 4px);

	-webkit-animation: animation 1.5s linear infinite;
	animation: animation 1.5s linear infinite;
}

@-webkit-keyframes animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes animation {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}　

