@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}

html,
body {
	height: 100%;
}

body,
body * {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,-apple-system, BlinkMacSystemFont, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	font-size: 18px;
	color: #222;
	background: #E6E6FA;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 30px;
	letter-spacing: 3px;
}

h2 {
	font-size: 24px;
	letter-spacing: 3px;
}

h3 {
	font-size: 20px;
	letter-spacing: 3px;
}

ul,
ul li {
	list-style: none;
}

a,
a:visited {
	color:#DC143C;
	text-decoration: none;
}

a:hover,
button:hover {
	color:#DC143C;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

img{
	border-width:0;
}

.t_white{
	color:#FFF;
}

.t_gray{
	color:#999;
}

.t_red{
	color:#FF4500;
}

.t_green{
	color:#009933;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
    background-color: #E6E6FA;;
	background-position: 0 0px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	box-shadow: 1px 1px 8px rgba(0,0,0,.8);
	background: #0c163b url(../images/header_background.jpg) no-repeat center top;
	border-bottom: 4px solid #C71585;
	overflow: hidden;
}

.header {
	position: relative;
    display: block;
	margin: 0 auto;
	width: 80%;
	height: 160px;
}

.header a {
	color: #fff;
}

.site_logo {
	left: 10%;
	float: left;
	width: 400px;
	height: 140px;
}

.logout {
	position: absolute;
	display: block;
	right: 5%;
	padding-top: 30px;
	width: 160px;
	height: 160px;
	text-align: right;
}

.backtop {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding-top: 130px;
	width: 140px;
	height: 160px;
	text-align: center;
}

.title_area {
    clear: both;
    position: relative;
    display: block;
    margin: 30px auto 0;
    width: 100%;
    height: 50px;
	color: #00008B;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
}

.login_area,
.chpw_area {
    clear: both;
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 460px;
    height: 400px;
	border-radius: 8px;
	border: 1px solid #DC143C;
	background-color: #F0F0F0;
}

.input_area {
    clear: both;
    display: block;
    margin: 20px auto;
	font-size: 16px;
    width: 100%;
    height: 40px;
}

.input_area .text {
    color: #009933;
    text-align: center;
    line-height: 60px;
}

.input_area .input_title {
    margin: 10px 0;
    display: block;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.input_area .input_content {
    margin: 10px 0;
    display: block;
    float: right;
    width: 330px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.chpw_area .input_area .input_title {
    margin: 10px 0;
    display: block;
    float: left;
    width: 150px;
    height: 28px;
	font-size: 14px;
    line-height: 28px;
    text-align: right;
}

.chpw_area .input_area .input_content {
    margin: 10px 0;
    display: block;
    float: right;
    width: 300px;
    height: 28px;
	font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.work_area {
    clear: both;
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 500px;
    height: auto;
    text-align: center;
}

.work_area p {
	font-size: 16px;
}

.work_area .t_green {
	font-size: 14px;
}

.work_area .text {
	margin-top: 20px;
    color: #009933;
    text-align: center;
    line-height: 20px;
}

.work_space3d {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
	min-height: 58px;
	border-radius: 6px;
	border: 1px solid #C71585;
	background-color: #F0F0F0;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	overflow: hidden;
}

.work_space3d_chpw {
    clear: both;
    display: block;
    margin: 40px auto 0;
    width: 100%;
    height: auto;
	min-height: 58px;
	border-radius: 6px;
	border: 1px solid #4682B4;
	background-color: #F0F0F0;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
	overflow: hidden;
}

.work_space3d_chpw .chpw_link {
	margin-top: 20px;
    color: #666;
    text-align: center;
    line-height: 20px;
}

.work_space3d .input_title {
    margin: 10px 0;
    display: block;
    float: left;
    width: 130px;
    height: auto;
    line-height: 36px;
	text-align: right;
}

.work_space3d .input_content {
    margin: 10px 0;
    display: block;
    float: right;
    width: 360px;
	height: auto;
    line-height: 36px;
    text-align: left;
}

.work_space3d .input_content a .mark {
	color: #222;
}

.work_space3d .input_content img {
	vertical-align: middle;
	display: inline-block;
	width: 50px;
	height: 75px;
}

.work_space3d .input_content .girl_list {
	margin-bottom: 10px;
}

.work_space3d .input_content .girl_list li {
	position: relative;
	width: 90%;
	height: 46px;
	line-height: 46px;
	border-bottom: #6A5ACD 1px solid;
}

.work_space3d .input_content .girl_list li a:before {
	position: absolute;
	content: ">";
	right: 0;
}

.work_space3d .input_content .girl_list li a {
	display: block;
	width: 100%;
}

.work_space3d .input_content .displaytxt,
.work_space3d .input_content .displaytxt a {
	display: inline-block;
	color: #6A5ACD;
}

.work_space3d .uploaded {
	margin: 10px 0 20px;
	width: 100%;
	height: auto;
}

.work_space3d .uploaded li {
	margin: 10px auto;
	width: 90%;
	height: 100px;
	border-bottom: #6A5ACD 1px solid;
	overflow: hidden;
}

.work_space3d .uploaded li a {
	color: #666;
}

.work_space3d .input_content .slf_image,
.work_space3d .uploaded li .l_contents {
	position: relative;
    display: block;
    float: left;
	line-height: 20px;
    width: 130px;
    height: auto;
}

.work_space3d .input_content .slf_image img,
.work_space3d .uploaded li .l_contents img {
    width: 100%;
    height: auto;
}

.work_space3d .uploaded li .l_contents .txt {
	padding-top: 38px;
	color: #DC143C;
	line-height: 100px;
}

.work_space3d .uploaded li .l_contents .movie:before {
	position: absolute;
	top: 50px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 free";
	font-size: 52px;
	font-weight: 400;
	color: #fff;
	content: "\f144";
	opacity: 0.8;
}

.work_space3d .input_content .slf_image .movie:before {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 free";
	font-size: 52px;
	font-weight: 400;
	color: #fff;
	content: "\f144";
	opacity: 0.8;
}

.work_space3d .uploaded li .r_contents {
    display: block;
    float: right;
    width: 310px;
    height: 100px;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	overflow: hidden;
}
