﻿/*
//============================================================================
// common.css
//============================================================================
*/

/*
//////////////////////////////
//  text
//////////////////////////////
*/

body {
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

h1 {
	margin: 1em 1em 0.5em;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
h1.title {
	font-family: Impact, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.2em;
}

div.main {
	margin: 1em;
}
div.index {
	margin: 0em 0em 0em 0em;
	text-align: center;
	vertical-align:top;
	word-spacing: 10px;
}
div.pagelink {
	width: 100%;
	margin: 0;
	padding: 0;
	background:#000;
	min-height: 44px;
	display: flex;
	align-items: center;
}
div.logo {
	margin: 0;
	padding: 0;
	min-height: 22px;
	display: flex;
	align-items: center;
}
div.logo img{
	margin: 0;
	padding: 0;
}
div.logo span{
	margin: 0 0 0 1em;
	padding: 0;
	color:#CCC;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
div.menu {
	width: 100%;
	text-align: right;
}
p.msg {
	color: navy;
	font-weight: bold;
	text-align: center;
}
p.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

span.circle{
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	text-align:center;
	line-height: 2.5em;
	vertical-align: middle;
	border-radius: 50%;
	border: solid 3px skyblue;
}
span.noedit{
	border: solid 3px hotpink;
}
span.nostrong_right {
	color: #999;
	font-size: 0.8em;
	float: right;
}

/* ////////////////////////////// */

table.menubar {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
table.menubar tr,td {
	margin: 0;
}
table.menubar td {
	font-size: 12px;
	vertical-align: middle;
}
table.menubar td.logo{
	color:#CCC;
	font-weight: bold;
	white-space: nowrap;
}
table.menubar td.menu{
	text-align: right;
	line-height: 2em;
}
table.menubar td.menu a{
	color:#FFF;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-decoration:none;
}
table.menubar td.menu a.highlight {
	color:#E6855E;
}  
table.menubar td.menu a:hover {
	color: #CCC;
} 

/* ////////////////////////////// */

a.square_button {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 3px;
	text-decoration: none;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #49A5D8 0%, #D7ECF4 100%);
	background-image: linear-gradient(45deg, #49A5D8 0%, #D7ECF4 100%);
	transition: .4s;
}
a.square_button:hover {
	background-image: -webkit-linear-gradient(45deg, #49A5D8 0%, #D7ECF4 70%);
	background-image: linear-gradient(45deg, #49A5D8 0%, #D7ECF4 70%);
}
a.rounded_button {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #D7ECF4 0%, #49A5D8 100%);
	background-image: linear-gradient(45deg, #D7ECF4 0%, #49A5D8 100%);
	transition: .4s;	
}
a.rounded_button:hover {
	background-image: -webkit-linear-gradient(45deg, #D7ECF4 0%, #49A5D8 70%);
	background-image: linear-gradient(45deg, #D7ECF4 0%, #49A5D8 70%);
}

.r-b{	text-align: right;	vertical-align: bottom;	}
.r-t{	text-align: right;	vertical-align: top;	}
.c-t{	text-align: center;	vertical-align: top;	}
.strong { font-weight: bold; }

.float_left{	float: left;	}
.float_right{	float: right;	}
.float_clear{	clear: both;	}

.pos_relative{	position: relative;	}
.pos_absolute{	position: absolute;	}

/*
//////////////////////////////
//  ボタン単品
//////////////////////////////
*/

button.square {
	border:1px solid #49A5D8;
	background: #49A5D8;
	color: #FCFCFC;
	margin-bottom: 1px;
}
button.square:hover {
	background : #D7ECF4;
	color: #49A5D8;
}

/* 閉じるボタン */
div.close {
	margin: 0;
	padding: 0;
}

div.close button[type="button"] {
	border:none;
	background : #FFF;
	color: #666;
	font-size: 2.5em;
	line-height: 0.5em;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}
div.close button[type="button"]:hover {
	color: #49A5D8;
}
div.close button[type="button"].small {
	font-size: 1.5em;
}

/*
//////////////////////////////
//  form (wnd)
//  cf01
//  labelあり・縦置き
//////////////////////////////
*/

.cf01 {
	background: #E8E8E8;
	margin: 0.5em;
	padding: 0.5em;
	border:1px solid #CCC;
	display: inline-block;
	font-size: 0.8em;
}
.cf01 input:hover,
.cf01 textarea:hover,
.cf01 select:hover {
	background : #D7ECF4;
}
.cf01 select,
.cf01 input,
.cf01 textarea {
	border:1px solid #CCC;
	margin-left: 0.5em;
	font-size: 1em;
}

.cf01 select {
	-webkit-appearance: menulist-button;
}

.cf01 input[type="button"],
.cf01 button[type="button"],
.cf01 input[type="submit"] {
	border:1px solid #CCC;
	margin:  0.3em;
	padding: 0.5em;
	background: #49A5D8;
	color: #FCFCFC;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.cf01 input[type="button"]:hover,
.cf01 button[type="button"]:hover,
.cf01 input[type="submit"]:hover {
	background : #D7ECF4;
	color: #49A5D8;
}

.cf01 label,
.cf01 span{
	font-weight: bold;
}
.cf01 span {
	width: 5em;
	display:inline-block ;
	text-align: right;
	vertical-align: top;
}

select#tag {
	width: 400px;
	margin-right:60px;
	font-size:130%;
}
input#addtag,
input#edittag {
	width: 240px;
}
input#createtime {
	font-size:180%;	
}


/*
//////////////////////////////
//  drag & drop
//////////////////////////////
*/
textarea#comment {
	width: 600px;
	font-size:130%;
}

#drag-drop-area {
	position: relative;
	height: 480px;
}
ul.drag-drop-area {
	padding: 0;
	position: absolute;
}
ul.drag-drop-area:after {
	content: "";
	clear: both;
	display: block;
}
ul.drag-drop-area li{
	border: 2px dashed #999;
	margin-left: 2%;
	margin-bottom:0.5em;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: calc(94%/2);
}
.drag-drop-area ul li:nth-child(2n){
	margin-right: 0;
}
div.drag-drop-inside{
	text-align: center;
	padding: 2em 0.5em;
	color: #999;
}
div.drag-drop-inside p{
	margin: 0.5em;
}
div.drag-drop-inside p.drag-drop-info {
	font-size: 1em;
}

/*////////////////////////////////////////////////////////////////////////////*/

ul.sul01 {  
	width: 100%;
	padding:10px 0;
	margin:0;
	list-style-type: none;
}  

ul.sul01 li {
	color:#CCC;
	padding:0;
	margin:0 0.5em;
	font-size: 12px;
	display:inline;
}  
ul.sul01 li a {
	color:#FFF;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-decoration:none;
}  
ul.sul01 li a.highlight {
	color:#E6855E;
}  
ul.sul01 li a:hover {
	color: #CCC;
} 

/*////////////////////////////////////////////////////////////////////////////
	ul.movie
*/

div.movie_header {
	margin: 20px 10px 20px;
	padding: 0;
}
div.movie_header span.commentcount{
	margin-right:1em;
}
div.movie_header input[type="submit"]{
	margin-right:1em;
}

div.movie {
	margin: 10px 10px 32px;
	padding: 0;
}

ul.movie {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em;
	padding: 0;
}
ul.movie > * {
	flex: 1 0 5em;
	margin: 0.5em;
}	
ul.movie li {
	min-width: 290px;
	margin-top: -1px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EFEFEF;
}
ul.movie li div.movie_item {
	margin: 1em;
}
ul.movie li div.comment_meta {
	font-size: 0.8em;
	color: #999;
	border-bottom: 1px solid #CCC;
}
ul.movie li div.playicon {
	margin: 5px;
}
ul.movie li div.playicon:hover {
	background: #CCC;
} 

div.movie_footer {
	margin: 10px 10px 32px;
	padding: 0;
}
div.page_nav {
	margin: 10px 0px;
	padding: 0;
}
div.page_nav span.page_button{
	margin-right: 10px;
	background: #EFEFEF;
	padding: 5px 7px;
}
div.page_nav span a{
	color: #999;
	text-decoration: none;
}
div.page_nav span.arrow{
	color: #49A5D8;
	text-decoration: none;
}
div.page_nav span a:hover{
	color: #49A5D8;
}	
/*////////////////////////////////////////////////////////////////////////////
	ul.horizontal
*/
ul.horizontal{
	padding: 0;
	margin: 0;
	font-size:0;
}
ul.horizontal li{
	display: inline-block;
	border: none;
	min-width: 0;
	margin: 1px;
}

/*
//////////////////////////////
//  <ul> option
//////////////////////////////
*/

.cul_none{
	padding:0;
	margin:0;
}
.cul_none li{
	list-style:none;
	margin:0 0 0.2em;
	padding: 0;
}

/*////////////////////////////////////////////////////////////////////////////
	table.st01
*/
table.st01 {
	border-collapse: collapse;
	border: 0px none;
	min-width: 50%;
	max-width: 70%;
	margin: 2em auto 0em auto;
}
table.st01 th {
	text-align: left;
}
table.st01 td {
	padding: 0.3em;
	margin: 0;
	border-width: 1px 0px;
	border-color: #CCC;
	border-style: solid;
}

/*////////////////////////////////////////////////////////////////////////////*/
table.st_nobr td{
	white-space: nowrap;
}

/*
//============================================================================
// modal window
//============================================================================
*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup_form {
	padding: 20px;

	display:none;
	background: #FFF;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}


