@charset "UTF-8";

html {
	position: relative;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	border-left: 20px solid #f2f2f2;
	border-right: 20px solid #f2f2f2;
	background-color: #ffffff;
	min-height: 100%;
	box-sizing: border-box;
}
body {
	color: #333333;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-align: center;
	line-height: 100%;
	padding: 0;
	margin: 20px;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
a:link {
	color: #4169e1;
	text-decoration: none;
	background: none;
	outline: none;
}
a:visited {
	color: #4169e1;
	text-decoration: none;
	background: none;
	outline: none;
}
a:hover {
	color: #1e90ff;
	background: none;
	outline: none;
}
/* -----------------------------------------------
reset
----------------------------------------------- */
img {
	border: 0;
	text-decoration: none;
}
div,dl,dt,dd,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
form,input,textarea,select {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
	border-style: none;
}
input[type="submit"]::-moz-focus-inner {
	 border: 0px;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-middle;
	cursor: pointer;
}
/* =========================================================
layout
========================================================= */
#header {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ff6600;
	width: 100%;
	height: 5px;
}
#container {
	text-align: left;
	padding: 20px 0;
}
#cover {
	height: 140px;
}

#returntotop {
	text-align: center;
	margin: 40px 20px;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .copyright {
	vertical-align: bottom;
	color: #ffffff;
	text-align: center;
	background-color: #ff6600;
	padding: 20px 20px 30px 20px;
}
/* =========================================================
form
========================================================= */
/* -----------------------------------------------
error
----------------------------------------------- */
.err-01 {
	clear: both;
	color: #ff4500;
	line-height: 126%;
	text-align: left;
	border: 1px solid #ff4500;
	background-color: #fee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 6px;
	margin-bottom: 6px;
}
.err-01 span {
	display: none;
	margin-right: 4px;
}
/* -----------------------------------------------
inpur, textarea
----------------------------------------------- */
input[type="text"],
input[type="password"],
textarea,
select {
	border-radius: 2px;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #cccccc;
	padding: 4px;
}
input[type="file"] {
	color: #ff9900;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
}
select {
	border: 1px solid #cccccc;
	padding: 3px;
}
textarea {
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 4px;
	width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #ffcc33;
	background-color: #fafafa;
}
/* -----------------------------------------------
size
----------------------------------------------- */
.text-medium {
	width: 50%;
}
.area-medium {
	height: 240px;
}
/* -----------------------------------------------
thumbnail
----------------------------------------------- */
.form .thumb {
	text-align: center;
}
.form .thumb .wrap {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin: 0 4px 5px 4px;
}
.form .thumb .wrap .thumbnail {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #cccccc;
	width: 122px;
	height: 92px;
}
.form .thumb img.medium {
	vertical-align: middle;
	max-width: 122px;
	max-height: 92px;
}
/* =========================================================
edit / upload / multiple
========================================================= */
.upload .seed,
.upload .exmedia {
	display: none;
}
/* -----------------------------------------------
common
----------------------------------------------- */
.upload-multiple .upload-file {
	text-align: center;
	vertical-align: top;
}
.upload-multiple .upload-button {
	clear: both;
	text-align: left;
	vertical-align: top;
}
.upload-multiple .form-upload {
	text-align: left;
	margin: 15px 0 0 0;
}
.upload-multiple .form-upload .choose-file {
	margin-bottom: 10px;
}
/* -----------------------------------------------
upload data list
----------------------------------------------- */
.upload-multiple .upload-file .upload-view {
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #e6eae6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.upload-multiple .upload-file .upload-view .thumbnail {
	position: relative;
	text-align: center;
	vertical-align: top;
	margin-bottom: 5px;
}
/* -----------------------------------------------
image size
----------------------------------------------- */
.upload-multiple .upload-file img.medium {
	text-align: center;
	vertical-align: middle;
	max-width: 200px;
	max-height: 150px;
}
.upload-multiple .upload-file iframe,
.upload-multiple .upload-file .video-js {
	max-width: 200px;
	max-height: 150px;
}
/* -----------------------------------------------
notice
----------------------------------------------- */
.upload-multiple .upload-file .upload-view .notice-rotation {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	color: #ff4500;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 4px 8px;
	margin-top: -8px;
	width: 100%;
}
/* -----------------------------------------------
file name
----------------------------------------------- */
.upload-multiple .upload-file .file-name {
	display: none;
}
/* -----------------------------------------------
rotation
----------------------------------------------- */
.upload-multiple .upload-file .rotation {
	text-align: center;
	margin-top: 5px;
}
.upload-multiple .upload-file .rotation ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.upload-multiple .upload-file .rotation li {
	display: inline-block;
	margin: 0 5px;
}
.upload-multiple .upload-file .rotation li span {
	display: none;
}
.upload-multiple .upload-file .rotation li a {
	display: block;
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 3px;
	width: 35px;
	height: 35px;
}
.upload-multiple .upload-file .rotation li.del a {
	background-image: url(/img/common/seed_del.png);
	background-color: #ec6358;
}
.upload-multiple .upload-file .rotation li.right a {
	background-image: url(/img/common/seed_right.png);
	background-color: #666666;
}
.upload-multiple .upload-file .rotation li.left a {
	background-image: url(/img/common/seed_left.png);
	background-color: #666666;
}
/* -----------------------------------------------
upload progress
----------------------------------------------- */
.upload-multiple .jid-progress-loading {
	float: left;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.upload-multiple .jid-progress-loading img {
	vertical-align: middle;
	background-color: rgba(255,255,255,1);
	border-radius: 50%;
	padding: 10px;
	width: 58px;
	height: 58px;
}
.upload-multiple .jid-progress-percent {
	float: left;
	font-weight: bold;
	vertical-align: middle;
	line-height: 58px;
}
.upload-multiple .jid-progress-convert {
	clear: left;
	color: #ee5516;
}
