/***********************************
**
**	FORM TAG
**
***********************************/

form{
    display: inline;
}


/***********************************
**
**	INPUT TAG CLASS SETTING
**	--------------------------------
**	
**
***********************************/

button,input,select,textarea{
	margin:0;
	font-size:100%;
	vertical-align:middle;
}

label,input,button,select,textarea{
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

input,button,select,textarea{
	font-family:"Helvetica Neue",
	Helvetica,Arial,sans-serif;
}

select,textarea,input[type="text"],input[type="password"]{
	display:inline-block;
	height:18px;
	padding:4px;
	font-size:13px;
	line-height:18px;
	color:#555555;
}

textarea{
	height:auto;
}

textarea,input[type="text"],input[type="password"]{
	background-color:#ffffff;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-ms-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus{
	border-color:rgba(82, 168, 236, 0.8);
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type="radio"],input[type="checkbox"]{
	margin:3px 0;
	*margin-top:0;
	line-height:normal;
	cursor:pointer;
}

input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{
	width:auto;
}

select,input[type="file"]{
	height:28px;
	*margin-top:4px;
	line-height:28px;
}

select{
	border:1px solid #bbb;
}

select[multiple],select[size]{
	height:auto;
}

select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.radio,.checkbox{
	min-height:18px;
	padding-left:18px;
}

input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{
	color:#b94a48;
	border-color:#ee5f5b;
}

input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{
	border-color:#e9322d;
	-webkit-box-shadow:0 0 6px #f8b9b7;
	-moz-box-shadow:0 0 6px #f8b9b7;
	box-shadow:0 0 6px #f8b9b7;
}



/*******************************
**
**	NEXT PREV
**
********************************/


/* NEXT PREVIEW */
.next_preview{
	text-align: center;
	padding: 5px 5px 0px 5px;
	clear: both;
	color: #888888;
	font-size: 16px;
}

.next_preview a{
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}

/*******************************
**
**	CONTENTS TABLE
**
********************************/

.contents_table{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0px;

}

.table_title{
	width: 250px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 15px;

}

.table_contents{
	text-align: left;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
	line-height: 130%;
}

.form_comment{
	width: 95%;
	color: #FFFFFFF;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.table_title span{
	color: #FF0000;
}

input[type="text"]{
	width: 300px;
}

input[type="text"].mail_address{
	ime-mode: disabled;
}

.style_red{
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;
}

.image_line img{
  	border: 3px solid #333333;
  	border-radius: 5px;
}

.contents_line{
	margin-top: 5px;
	padding: 5px;
	border-bottom: 1px dotted #444444;
}

.contents_line a{
	display: block;
}

.contents_movie{
	width: 500px;
	height: 400px;
	margin: 0 auto 25px;
}

.contents_inner{
	width: 600px;
	margin: 0 auto 25px;
}



/**************************************
**
**	WARNING CONTENTS
**
**************************************/

#warning{
	width: 80%;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #555555 3px;
	line-height: 22px;
	word-wrap: break-word;
}


/**************************************
**
**	EXECTION CONTENTS
**
**************************************/

#exection{
	width: 80%;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #555555 3px;
	line-height: 22px;
	word-wrap: break-word;
}

