@charset "UTF-8";
html, body { font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; *font-size: 13px; *font: 13px; color: #333; line-height: 1.4;}
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
div, table { margin: 0; }
img { vertical-align: bottom; }
strong { font-weight: bold; }


/*ダイアログ用ストック----------------------------------------------*/
#stockData {
	display: none;
}


/*リスト表示----------------------------------------------*/
#listView {
	float: none;
	clear: both;
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
}

#listView th {
	border: 1px solid #e78f08;
	padding: 3px;
	background: #f6a828 url(../../css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

#listView th a {
	color: #fff;
	text-decoration: underline;
}

#listView tr.alternate {
	background-color:#cff;
}

#listView tr.nonagree {
	background-color:#fcc;
}

#listView td {
	border: 1px solid #e78f08;
	padding: 3px;
	font-size: 90%;
}

#listView td.none {
	border: none;
	padding: 0;
	font-size: 120%;
}

#listView td.red {
	border: none;
	color:#f00;
	font-size: 100%;
	line-height: 1.4em;
}

#listView td a {
	text-decoration: underline;
}

#listView td img {
	cursor: pointer;
}

#listView td.name a {
	float: left;
	margin: -5px 5px 0 0;
	text-align: center;
	font-size: 90%;
	text-decoration: none;
}

#listView td.name a.color1 {
	width: 32px;
	height: 28px;
	background: url(../../icon/1.svg) no-repeat center center;
	line-height: 28px;
}
#listView td.name a.color2 {
	width: 32px;
	height: 24px;
	background: url(../../icon/2.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color3 {
	width: 32px;
	height: 24px;
	background: url(../../icon/3.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color4 {
	width: 24px;
	height: 28px;
	background: url(../../icon/4.svg) no-repeat center center;
	line-height: 28px;
	color:#ffffff;
}
#listView td.name a.color5 {
	width: 32px;
	height: 24px;
	background: url(../../icon/5.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color6 {
	width: 32px;
	height: 24px;
	background: url(../../icon/6.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color7 {
	width: 32px;
	height: 24px;
	background: url(../../icon/7.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color8 {
	width: 32px;
	height: 24px;
	background: url(../../icon/8.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color9 {
	width: 32px;
	height: 24px;
	background: url(../../icon/9.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color10 {
	width: 24px;
	height: 24px;
	background: url(../../icon/10.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}
#listView td.name a.color11 {
	width: 32px;
	height: 24px;
	background: url(../../icon/11.svg) no-repeat center center;
	line-height: 24px;
	color:#ffffff;
}

#listView h2 {
	font-size: 120%;
	line-height: 1.2em;
}

#listView .star {
	display: inline-block;
	width: 90px;
	height: 20px;
	margin: auto 0.5em;
	background: url(../../img/star_off.png) no-repeat left top;
}

#listView .starOn {
	display: inline-block;
	height: 20px;
	background: url(../../img/star_on.png) no-repeat left top;
}

#listView .star span {
	display: none;
}

#listView td.comment {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5em;
}

#listView td.comment img {
	float: right;
	margin: 0 0 1em 1em;
}


/*ダイアログform-------------------------------------------------------*/
#commentList {
	width: 95%;
	margin: 5px auto
}
#commentList dt {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	background-color: #EABBA4;
	color: #333333;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5em;
}
#commentList dd {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5em;
}

#commentList dd img {
	float: right;
	margin: 0 0 1em 1em;
}

#pointList {
	width: 95%;
	margin: 5px auto
}
#pointList dt {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #EABBA4;
	color: #333333;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5em;
}
#pointList dd {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5em;
}

.point {
	float: right;
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	margin: 5px;
	padding: 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #ffffff;
}
.point:before {
	content: "Point: ";
}

/*緊急表示----------------------------------------------*/
#screen {
	z-index: 50000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #f00;
	background: #666666 url(../img/loading.gif) no-repeat center center;
	opacity: 0.7;
}


/*フォーカス*/
input:focus {background-color: #FFF5B3!important;}
textarea:focus {background-color: #FFF5B3 !important;}
select:focus {background-color: #FFF5B3!important;}
.stopsafari {color: #FFCC66;}
label {cursor: pointer;}

.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}

a.thum_list {
	display: inline-block;
	position: relative;
	height: 38px;
	margin-right: 2px;
	padding: 2px 4px 2px 38px;
	border: 1px solid #cccccc;
	line-height: 32px;
	text-decoration: none;
	border-radius: 2px;
	background-color:#ffffff;
	white-space: nowrap;
}

a.thum_list img {
	position: absolute;
	z-index: 2;
	left: 2px;
	top: 2px;
}

a.thum_list:hover {
	color: #e78f08;
}

.separate>li:after,
.separate>a:after { 
	content: "、"; 
}

.separate>li:last-child:after,
.separate>a:last-child:after { 
	content: ""; 
}

.sortable li {
	display: inline-block;
	border: 1px solid #cccccc;
	text-decoration: none;
	border-radius: 2px;
	background-color:#ffffff;
	white-space: nowrap;
}


/*ダイアログ----------------------------------------------*/
#defaultModal ul .title,
#mainForm ul .title { 
	font-weight: bold;
	color: #e78f08;
}

#defaultModal ul input,
#defaultModal ul .title,
#defaultModal ul .year, 
#defaultModal ul .da { 
	display: inline;
}

#defaultModal ul.noStar,
#mainForm ul.noStar{ 
	list-style-type: none;
}

#defaultModal ul.line,
#mainForm ul.line{ 
	clear: both;
	margin-bottom: 2px;
}

#defaultModal ul.floatLeft li,
#mainForm ul.floatLeft li{ 
	float: left;
	margin-bottom: 2px;
}


/*映画情報----------------------------------------------*/
#cinemaList{
	float: none;
	clear: both;
	margin: 10px auto;
}

#cinemaList li { 
	float: left;
	list-style-type: none;
	width: 150px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-radius: 8px;
	margin: -1px 0px 0px -1px;
	padding: 1px 3px;
	text-align: left;
	color: #333;
}

#cinemaList li img { 
	margin: 5px 15px;
}

#cinemaList li img:hover { 
	opacity: 0.7;
}

#cinemaList li dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

#cinemaList li dt {
	float: left;
	clear: both;
	display: block;
	width: 2.5em;
	text-align: left;
	font-weight: none;
	line-height: 15px;
	font-size: 11px;
}

#cinemaList li dt label:after {
	content: "：　"; 
}

#cinemaList li dd {
	float: left;
	display: block;
	position: relative;
	width: calc(100% - 2.5em);
	text-align: left;
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
}

#cinemaList li dd a {
	font-weight: bold;
}

#cinemaList li dd.title {
	font-size: 12px;
}

/*DVD情報----------------------------------------------*/
table.dvdList {
	float: none;
	clear: both;
	width: 95%;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #039;
}

table.dvdList  td {
	width: 12%;
	border: 1px solid #333;
	padding: 3px;
	font-size: 75%;
}

table.dvdList  td div {
	width: 100%;
	height: 1.2em;
	overflow: hidden;
}

table.dvdList  td.notOne{
	background: transparent url(../img/nok.gif) no-repeat right center;
	cursor: pointer;
}

table.dvdList  td.editOne{
	cursor: pointer;
}

table.dvdList  td.notOne:hover, table.dvdList  td.editOne:hover {
	background-color: #ccffff;
}

#cinema_list li { 
	float: left;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	border: 1px solid #e78f08;
	margin: -1px 0px 0px -1px;
	padding: 1px 3px;
	text-align: left;
	color: #333;
	cursor: move;
}
#cinema_list li span { 
	float: left;
}
#cinema_list li button { 
	float: right;
}

#MOWin{
	display: none;
	position: absolute;
	z-index: 1005;
	text-align: left;
	padding: 3px;
	border: 1px solid #333333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
	background-color: #fff; 
}

/*写真編集----------------------------------------------*/
#photoEdit{
	float: left;
	position: relative;
	border: 2px solid #e78f08;
	padding: 0 !important;
}

#photoEdit #editPhotoFrame { 
	width: 100%;
}

#photoEdit #trimLine { 
	float: left;
	display: block;
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	border: 1px solid #ff0000;
}

#maskPhoto{
	float: left;
	position: absolute;
	z-index: 2999;
	top: 0;
	left: 0;
}

/*保管場所情報----------------------------------------------*/
table.strageList {
	float: none;
	clear: both;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.strageList tr {
	border: 1px solid #333;
}

table.strageList td {
	text-align:left;
	padding: 0 0.25em;
	border: none;
	font-size: 75%;
}

table.strageList td.active {
	border: 2px solid #ff0000;
	font-weight: bold;
}

table.strageList tr:nth-of-type(odd){
	border-bottom: 1px dotted #333;
}
table.strageList tr:nth-of-type(even){
	border-top: 1px dotted #333;
}