@charset "utf-8";

/* ===================================================================
リセット及びbody初期設定
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table img{
	vertical-align:bottom;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
	margin-top: 3px;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #222;
	font-size: 14px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	/*-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none;*/ 
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a:link {

}
a:visited {

}
a:hover {

}
a:active {

}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.borderBox {
	border: #e6e6e6 1px solid;
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	clear:both;
}

.borderBoxLeft {
	float:left;
	width:320px;
	margin-right:20px;
}

.borderBoxRight {
	float:left;
	width:520px;
}

.urlIcon {
	padding:0 0 5px 55px;
	background: url(../img/user/icon_url.png) no-repeat;
	background-position:0% 30%;
}
.aligncenter{
	text-align:center;
}

.imgDescription{
	text-align:center;
	margin-top:5px;
	font-size:11px;
}


/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.box-150 { float:left; width:150px; }
.box-200 { float:left; width:200px; }
.box-250 { float:left; width:250px; }
.box-280 { float:left; width:280px; }
.box-290 { float:left; width:290px; }
.box-300 { float:left; width:300px; }
.box-330 { float:left; width:330px; }
.box-350 { float:left; width:350px; }
.box-380 { float:left; width:380px; }
.box-400 { float:left; width:400px; }
.box-420 { float:left; width:420px; }
.box-450 { float:left; width:450px; }
.box-480 { float:left; width:480px; }
.box-500 { float:left; width:500px; }
.box-580 { float:left; width:580px; }
.box-600 { float:left; width:600px; }

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
.MG-T40 { margin-top: 40px !important; }
.MG-T60 { margin-top: 60px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:10px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

/* -----------------------------------------------------------
	 #menu-mainmenu
----------------------------------------------------------- */
#menu-mainmenu li{
	font-size:16px;
	background:url(../img/user/bg_menu.png) no-repeat 0 0;
}

#menu-mainmenu li a {
	height:32px;
	width:165px;
	padding:11px 0 0 35px;
	margin:0;
	display:block;
	color:#222;
}
#menu-mainmenu li a:hover{
	background:url(../img/user/bg_menu.png) no-repeat 0 -43px;
	height:32px;
	width:165px;
	padding:11px 0 0 35px;
	margin:0;
	color:#222;
	text-decoration:none;
}

#menu-mainmenu li.current-menu-item {
	background-position:0 -43px;
}

#menu-mainmenu ul{
	padding:0;
	margin:0;
}


/* -----------------------------------------------------------
	body
----------------------------------------------------------- */
body {
	background-color:#f2f2f2;
	background-image: url(../img/user/bg_body.png);
	background-repeat:repeat-y;
	border-top:solid 5px #404040;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	padding-bottom:100px;
	min-width:1050px;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	padding:0 0 20px 32px;
	float:left;
	width:800px;
}

#main h1{
	border-bottom:dotted 1px #404040;
	margin:50px 0 20px 0;
	padding:10px 5px 2px 2px;
	font-size:24px;
}


/*----------------------------------------------------
	#sidebar
----------------------------------------------------*/
#sidebar {
	width: 200px;
	padding:0;
	float:left;
}

#sidebar .logo{
	padding:30px 0;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}

#sidebar .logo a:link,
#sidebar .logo a:visited {
	color:#222;
}

#sidebar .logo a:hover,
#sidebar .logo a:active,
#sidebar .logo a:focus{
	color:#666;
	text-decoration: none;
}

#sidebar .line {
	background:url(../img/user/bg_menu_line.png) no-repeat;
	height:2px;
	width:200px;
}


/* -----------------------------------------------------------
	テーブル装飾
----------------------------------------------------------- */
#main table,
#side table{
	border-collapse:separate;
	background-color:#FFF;
}

.table-striped2 tbody tr:nth-child(odd) td,
.table-striped2 tbody tr:nth-child(odd) th{
	background-color:#f9f9f9
}

.tableTitle .input-mini{
	width:50px;
}

.tableTitle thead tr th,
.tableTitleSort thead tr th {
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -o-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
	background-image: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
	background-image: linear-gradient(top,#F9F9F9,#ECECEC);
	padding:10px 8px 8px 8px;
	vertical-align:top;
}

.tableTitle td,
.tableTitleSort td {
	padding:10px;
	vertical-align:middle;
}


.tableTitle th input,
.tableTitleSort th input {
	margin:0;
	width:auto;
}

.tableTitle th .checkbox,
.tableTitleSort th .checkbox {
	padding-left:0;
}

.tableTitle th,
.tableTitleSort th {
	padding-left:15px;
	font-weight:normal;
}


.tableTitle,
.tableTitleSort {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color:#ddd;
}

.tableTitle thead tr th {
	font-size:16px;
	padding:10px 10px 10px 15px;
}

.tableTitle thead th:last-of-type,
.tableTitleSort thead th:last-of-type {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.tableTitle thead th:first-of-type,
.tableTitleSort thead th:first-of-type {
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.tableTitle th.check-column,
.tableTitleSort th.check-column {
	vertical-align:middle;
	padding:0 0 0 12px;
	width:20px;
}

.areaTable th{
	background:#CCC;
}


/*----------------------------------------------------
	ホーム
----------------------------------------------------*/
body#home{
	background-image: none;
}
#home #contents {
	width:380px;
	margin:0 auto;
	padding-top:100px;
}

#home #loginForm {
	width:280px;
	height:250px;
	padding:30px 50px 20px 50px;
    margin: auto;
	background:url(../img/user/bg_login.jpg) no-repeat;
}

#home #loginForm .loginInput{
	width:266px;
}

#home .logoL {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}


/*----------------------------------------------------
	ユーザートップ
----------------------------------------------------*/
body#top{
	background-image: none;
}
#top #contents {
	width:970px;
	margin:0 auto;
	padding:20px 0;
}

#top #main {
	padding:0;
	width:640px;
	float:left;
}

#top #main h1{
	border-bottom:none;
	margin:10px 0;
	padding:0;
	font-size:24px;
}

#top #side {
	float:right;
	width:314px;
}

#top #side table.tableBox thead tr th{
	border-bottom: #ddd 1px solid;
}

#top #side table.tableBox tbody tr td{
	border-top: none;
}


#top .movie {
	width:640px;
	height:390px;
}

#top .movieDescription {
	padding:20px 0;
}


#top #main h2{
	border-bottom:none;
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
	line-height:normal;
}

#top .newMovie .movieDescription {
	padding:0;
}

textarea{
    width: 450px;
    height:200px;
}

.yt{
    color: #999;
}

.input_s {
    width: 100px;
    border: 1px solid #888888;
}

.input_txt {
    width: 200px;
    border: 1px solid #888888;
}
.input_l {
    width: 300px;
    border: 1px solid #888888;
}
.input_m{
    margin-top: 6px;
    width: 480px;
    border: 1px solid #888888;
}
.input_long {
    width: 600px;
    border: 1px solid #888888;
}
.input_2 {
    border: 1px solid #888888;
}
.input_3 {
    border: 1px solid #888888;
    text-align:right;
}
.input_box {
    border: 1px solid #888888;
}