@charset "utf-8";

.header-login{
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 12px;
    height: 40px;
}
.header-login a{
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
}
.header-login a:hover{
    color:#5BB8FF;
}


.wrap .mail-login input[type="password"] {
    border: 1px solid black;
}
.wrap input[type="password"]:focus, .wrap textarea:focus {
    background: white;
    outline: 0;
}
.wrap input[type="password"] {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 8px;
    background: #F3F3F3;
    border: 1px solid #CCC;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: inset 1px 1px 3px rgba(4, 1, 1, 0.18);
}
.wrap .mail-login p a {
    margin-left: 17px;
    display: inline-block;
    vertical-align: top;
}
.wrap .mail-login p{
    width: 1000px;
}
.messagearea {
    width: 680px;
    margin: 15px auto;
    padding: 10px 5px;
    border: 5px solid #CCC;
    text-align: center;
}
.error{
    padding: 120px 0;
}


/*tag*/
div.tagsinput {
    background: white;
    width: 400px;
    height: 60px;
    border: 1px #DDD solid;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    color: #444;
    font-size: 14px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.tagsinput span.tag {
    color: #638421;
    font-family: helvetica;
    font-size: 13px;
}

div.tagsinput span.tag {
    border: 1px solid #A5D24A;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #CDE69C;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
}
div.tagsinput span.tag a {
    font-weight: bold;
    color: #82AD2B;
    text-decoration: none;
    font-size: 11px;
}
div.tagsinput div {
    display: block;
    float: left;
}
div.tagsinput {
    color: #EEE;
    font-size: 14px;

    /*width: 400px;*/
    /*min-height: 26px;*/
    /*padding: 7px 10px 7px 10px;*/
    /*border: 1px solid #CCC;*/
    border-radius: 4px;
    /*background-image: #EEE;*/
    /*background-image: -webkit-linear-gradient(bottom, #EEE 0%, #EEE 100%);*/
    /*background-image: -moz-linear-gradient(bottom, #EEE 0%, #EEE 100%);*/
    /*background-image: -o-linear-gradient(bottom, #EEE 0%, #EEE 100%);*/
    /*background-image: -ms-linear-gradient(bottom, #EEE2 0%, #EEE 100%);*/
    /*background-image: linear-gradient(bottom, #EEE 0%, #EEE 100%);*/
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #EEE));*/
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);*/
    /*font-size: 14px;*/
    /*font-size: 1.4rem;*/
    /*line-height: 1.5;*/
}
div.tagsinput input {
    width: 130px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #EEE;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ajax-wrap{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:none;
    z-index:10000;
    margin: 0 auto;
}

.ajax-wrap .ajax-background{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    opacity:.05;
    filter:alpha(opacity=5);
    -ms-filter:"alpha(opacity=5)";
}

.ajax-wrap .ajax-container{
    background: white;
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background:transparent;
}

.input_text{
    box-sizing: border-box;
    width: 200px;
    min-height: 20px;
    padding: 7px 10px 7px 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-image: #EEE;
    background-image: -webkit-linear-gradient(bottom, #EEE 0%, #EEE 100%);
    background-image: -moz-linear-gradient(bottom, #EEE 0%, #EEE 100%);
    background-image: -o-linear-gradient(bottom, #EEE 0%, #EEE 100%);
    background-image: -ms-linear-gradient(bottom, #EEE2 0%, #EEE 100%);
    background-image: linear-gradient(bottom, #EEE 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #EEE));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.transcode_movie{
    width: 187px;
    height: 106px;
    background-color: #000000;
    text-align: center;
}

/* N.I.*/
.txtclass {
    background-image: -moz-linear-gradient(center bottom, #EEEEEE 0%, #EEEEEE 100%);
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 22px;
    max-height: 22px;
    padding: 2px 10px;
    width: 180px;
}

.btn-primary {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-large {
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    line-height: normal;
    padding: 9px 14px;
}

ul.title{
    background-color: #F9F9F9;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 10px !important;
    padding: 10px;
}
.list_item{
    padding-left: 10px;
    padding-right: 10px;
}
ul.comment li{
    padding-right: 10px;
}
.mb10{
    margin-bottom: 10px;
}

.break_all{
    display: block;
    word-break: break-all;
}
.movie-title1{
    width: 120px;
    max-width: 120px;
}
.movie-title2{
    width: 256px;
    max-width: 256px;
}
.movie-title3{
    width: 550px;
    max-width: 550px;
}
.movie-title4{
    float: left;
    width: 110px;
    max-width: 110px;
}
.movie-title5{
    width: 187px;
    max-width: 187px;
}
#posted_movies [class*="grid"] {
    box-sizing: border-box;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.movie-list [class*="list"] {
    border-spacing: 10px 0;
    margin-bottom: 10px;
}
.movie-list, #post_list .embed-char {
    font-size: 13px;
}
.movie-list .embed-textarea{
	min-width:228px;
	min-height:60px;
	max-height: 60px;
	max-width: 228px;
}
#post_list .embed-textarea{
	min-width:480px;
	min-height:60px;
	max-height: 60px;
	max-width: 480px;
}
.notice_list_movie{
    display: block;
    width: 680px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.mypage-contents .upload-loader .loader{
    border: 1px solid #AAAAAA;
}

/* submit button style */
.btn_submit {
	display: inline-block;
	width: 302px;
	height: 52px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 52px;
	font-weight: bold;
	background: url('/necfru/img/btn_submit_off.png');
	box-shadow: none;
	border: none;
    text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo","メイリオ",sans-serif;
	cursor: pointer;
}

.btn_submit:hover {
	background: url('/necfru/img/btn_submit_on.png');
}

/***20140618_SIE***/
#sie_content li{
	float: left;
	margin-right: 24px;
	margin-left: 22px;
}

#sie_content{
	overflow:hidden;
	margin-top:27px;
}

#sie_content li p{
	font-size:15px;
	margin-left:15px
}

.sie_detail{
	font-size:15px;
	padding-bottom: 20px;
}

.sie_detail a{
	color:#3886b8;
	float:right;
}


#sie_buy1{
	margin-top:27px;
	float: left;
	margin-right:80px;
}

#sie_buy2{
	margin-top:27px;
}

#sie_buy1 p{
	font-size:15px;
	margin-top:10px;
}

#sie_buy2 p{
	font-size:15px;
	margin-top:10px;
}

#sie_buy3 p{
	font-size:15px;
	margin-top:10px;
}

#sie_buy3{
	margin-top:54px;
}

#sie_bottan1{
	margin-top:79px;
	margin-left:97px;
	margin-right:48px;
	margin-bottom:94px;
	float: left;
}

#sie_bottan2{
	margin-top:79px;
	margin-bottom:94px;
}
/***20140618_SIE***/

/***20140730_SIE***/
#sie_rank{
    float: left;
    font-size: 15px;
    font-weight: bold;
    background: url('/necfru/img/ic_ranking-label.png') 0px -5px no-repeat;
    padding: 5px 0px 5px 45px;
    margin-bottom: 5px;
}

#sie_term{
    color: #3084C4;
    float: right;
    margin-top: 10px;
}

.sie_link{
}

.sie_more{
    display: block;
    width: 98%;
    text-align:right;
    margin: 0px 0px 20px 0px;
}

.sie_more a{
    font-size: 12px;
    background: url('/necfru/img/ic-tag-close.png') right 3px no-repeat;
    padding-right: 15px;
}

.sie_close{
    background: url('/necfru/img/ic-tag-open.png') right 3px no-repeat !important;
}
/***20140730_SIE***/

