html{
  height: 100%;
}

body{
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0;
	padding: 0;
	color: #000000;
	min-width:900px;
	height: 100%;
}

button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1);
   transform: scale(1);
   margin-right: 0.5em;
}

a{
	color: #3399CC;
	text-decoration: none;
}

a.datetime{
	text-decoration: underline;
}

a:hover {
	color: #FF7700;
	text-decoration:underline;
}

span.reply{
	margin-left:6px;
	margin-right:6px;
}

a.send{
	border:solid 1px #ccc;
	padding:10px 16px;
	margin:0 0 0px;
	margin-left:4px;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

a.send:active{
	color:#000;
}

div.send{
	padding-top:15px;
}

#header{
	max-width:100%;
	min-width:1050px;
	/* background-color: #DDDDDD; */
	background-color: #0A2D3F;
	padding: 6px;
	padding-top:2px;
	padding-bottom:12px;
	/* border-bottom: 3px solid #CCCCCC; */
	overflow: hidden;
}

#header h1{
	margin: 0;
}

#header h1 a{
	color: #000000;
	text-decoration: none;
	float:left;
}

#header h1 a:hover{
	/* background-color: #BBBBBB; */
}

#header div.txt{
	width:400px;
	padding-bottom:2px;
	padding-top:12px;
	padding-left:10px;
	font-size:10px;
	color:#FFFFFF;
	float: left;
}

#header div.header_search_area{
	width:500px;
	text-align:center;
	float:left;
	padding-bottom:2px;
	padding-top:12px;
	padding-left:10px;
}

h2 {
	font-size:18px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #0F3C4C;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

#nav{
	margin:0 0px;
	width:100%;
	text-align:center;
}

#nav div#search_area{
	display:none;
}

#nav img{
	display:none;
}

#nav a.nav_link {
    font-size: 16px;
    font-weight:bold;
    padding: 6px 20px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#nav a.nav_link:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
#nav a.nav_link:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

#nav a.new_mention {
	border: 1px solid #DF0101;
	background-color: #F78181;
	background-image: -webkit-linear-gradient(top, #FA5858, #F78181);
	background-image: linear-gradient(to bottom, #FA5858, #F78181);
}

#nav a.new_mention:hover {
	border:1px solid #FF4000;
	background-color: #FF4000;
	background-image: -webkit-linear-gradient(top, #DF0101, #FF4000);
	background-image: linear-gradient(to bottom, #DF0101, #FF4000);
}
#nav a.new_mention:active {
	background: #F78181;
	color: #fff;
}

#main{
	height:100%;
	width:97%;
	max-width:1200px;
	min-width:1000px;
	padding-top:5px;
	padding-left:30px;
	margin: 0 auto;
}

textarea#send{
	width:450px;
	height:90px;
	min-height:90px;
	font-size:16px;
	padding: 5px;
}

input#send_file,#send_file2,#send_file3,#send_file4,#send_file5,#send_file6,#send_file7,#send_file8{
	width:460px;
	font-size:14px;
	margin-bottom: 10px;
}

.status{
	width:97%;
	min-width:485px;
	padding: 10px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 0px;
}

.status:hover{
	background-color:#FAFAFA;
	cursor:pointer;
}

div#users{
	padding-right:30px;
}

div.user_name{
	display: inline;
}

.users{
	padding: 10px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 0px;
}

.users:hover{
	background-color:#FAFAFA;
	cursor:pointer;
}

ul.error_list{
	border:1px solid #FF0000;
	background-color: #FFCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.error_list li{
	color:#FF0000;
}

div.status_content_img{
	display: inline-block;
	float:left;
}

div.users_content_img{
	display: inline-block;
	vertical-align:middle;
	padding-right:10px;
}

.comment_user{
	width:200px;
	display:inline;
	padding-left:10px;
}

.repost_info{
	font-size: 12px;
	width:200px;
	display:inline;
	padding-left:55px;
}

div.good_mention_info{
	font-size: 12px;
	width:200px;
	display:inline;
	padding-left:55px;
}

.comment_body{
	max-width:98%;
	min-width:75%;
	border-style: solid; border-color: #A4A4A4;
	border-width : 1px;
	padding : 7px;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 150%;
	margin-left:70px;
	word-break: break-all;
}

.commnet_footer{
	margin-left:70px;
}

.comment_time
	float:none;
}

ul.account{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border-style:solid;
	border-width: 0px 0px 0px 0px;
}

ul.account li.account {
	font-size: 12px;
	border-style:solid;
	border-color:black;
	border-width: 0px 0px 0px 0px;
	letter-spacing: 0.1em;
	text-align:left;
	list-style:none;
	list-style-position:outside;
}

ul.account li.account a {
	padding: 8px 8px 8px 8px;
	margin:12px 0px 12px 0px;
	border-bottom: 1px ;
	background-color: white;
	text-decoration: none;
	display: inline-block;
}

ul.account li.account a:hover {
	color:#000;
	background-color:#DDDDDD;
}

input.good{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-left:20px;
	border: solid 1px #FE2E2E;
	border-radius: 4px;
	height: 22px;
	line-height: 10px;
	text-decoration: none;
	color: #FE2E2E;
	font-size:13px;
	background-color: #FFF;
	font-weight:bold;
}

input.good:hover{
	background-color: #FFC6DE;
}

input.ungood{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-left:20px;
	border: solid 1px #FE2E2E;
	border-radius: 4px;
	height: 22px;
	line-height: 10px;
	text-decoration: none;
	color: #fff;
	font-size:13px;
	background-color: #FE2E2E;
	font-weight:bold;
}

input.ungood:hover{
	color:#fff;
	background-color: #CB1414;
}

div.timeline_images {
	margin-top:20px;
	width:100%;
}

div.timeline_quote_images {
	margin-top:20px;
}

img.user_img{
	height:260px;
	width:auto;
	border-radius: 50%;
}

img.status_img{
	height:auto;
	width:auto;
	max-width:750px;
	border-radius: 8px;
	margin:10px 10px;
}

img.status_img_index{
	width: 280px;
	height: 280px;
	border-radius: 8px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

div.timeline_quote_images img.status_img_index{
	width: 240px;
	height: 240px;
}

img.one_image{
    max-width: 500px;
    width: 100%;
    height: auto;     /* ← これを明示 */
    max-height: none; /* ← 一旦外す */
}

img.status_user_img{
	margin-top:2px;
	height:auto;
	width:60px;
	border-radius: 50%;
}

img.users_img{
	height:auto;
	width:40px;
	border-radius: 50%;
}

span.del_link{
	float:right;
}

input.display_name{
	width:400px;
}

div#follow_infos{
	width:90%;
	min-width:500px;
	padding-bottom:10px;
	overflow:hidden;
}

div.follow_info{
	float:left;
	width:50%;
}

div#statuses{
	clear:both;
	margin: 0 auto;
}

div#search_area{
	width:100%;
	text-align:center;
}

div#search_area form{
	display:inline-flex;   /* ← 横並びを安定化 */
	align-items:center;
}

/* 検索テキスト */
input.search_text{
	width:400px;
	height:24px;               /* ← line-heightと揃える */
	padding:0 6px;
	box-sizing:border-box;
	line-height:normal;        /* ← 固定値やめる */
}

/* 検索ボタン（buttonに変更前提） */
button.search{
	-webkit-appearance:none;
	font-size:11px;
	font-weight:500;
	height:24px;               /* ← inputと高さ合わせる */
	padding:0 10px;
	margin-left:6px;
	box-sizing:border-box;

	border:1px solid #fff;
	background-color:#fff;
	border-radius:4px;
	color:#000;

	cursor:pointer;
	transition:none;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
}

/* hover */
button.search:hover{
	border:1px solid #0A0A31;
	background-color:#0A0A31;
	color:#fff;
	text-shadow:none;
}

/* active */
button.search:active{
	background:#fff;
	box-shadow:inset 0 3px 5px rgba(0,0,0,.2);
	color:#000;
}

a.repost {
    font-size: 11px;
    font-weight:700;
    padding: 2px 4px 2px 4px;
    margin-top:0px;
    margin-right:6px;
    margin-left:10px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 19px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.repost:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
a.repost:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

div#post_field{
	width:500px;
	margin: 0 auto; 
}

#send_field{
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に0px、
     * 横方向に30pxの余白を指定 */
    padding: 0px 30px;
    text-align: center;
    display: none;
}

div#question{
	display:none;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}

p.question-title{
	margin-top:0px;
}

#send_field > p:first-child{
    min-height: 32px;   /* ボタンと同じ高さ */
    margin-bottom: 15px;
}

a.set_question{
	float:left;
	margin-bottom:15px;
	margin-right:0px;
    font-size: 14px;
    font-weight:bold;
    padding: 6px 6px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
	display:inline-block;
}
a.set_question:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
a.set_question:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

input.question{
	clear:both;
	width:350px;
	font-size:14px;
	padding-left:4px;
	margin-top: 20px;
}

input.choice{
	clear:both;
	width:300px;
	font-size:14px;
	padding-left:4px;
}

div#question p#choice3{
	display:none;
}

div#question p#choice4{
	display:none;
}

#set_post {
    font-size: 16px;
    font-weight:bold;
    padding: 10px 18px;
    margin-top:10px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
#set_post:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
#set_post:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

#remove_field {
	display: none;
    font-size: 16px;
    font-weight:bold;
    padding: 6px 20px;
    margin-top:10px;
    margin-bottom:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
#remove_field:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
#remove_field:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

form.followBtn{
	display:inline;
	float:right;
	padding-top:2px;
}

form.followBtn input.follow {
    font-size: 12px;
    font-weight:bold;
    padding: 6px 10px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #fff;
	border-radius: 4px;
	color: #0F3C4C;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

form.followBtn input.unfollow {
    font-size: 12px;
    font-weight:bold;
    padding: 6px 10px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
form.followBtn input:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
form.followBtn input:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

form.followBtn_user input.follow {
    font-size: 16px;
    font-weight:bold;
    padding: 6px 10px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #fff;
	border-radius: 4px;
	color: #0F3C4C;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

form.followBtn_user input.unfollow {
    font-size: 16px;
    font-weight:bold;
    padding: 6px 10px;
    margin-top:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
form.followBtn_user input:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
form.followBtn_user input:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

div#index_account{
	float:left;
	width:250px;
	margin-right:30px;
	word-break: break-all;
}

div#index_account p{
	font-size:14px;
}



div#index_account .user_img{
	height:150px;
	width:auto;
	border-radius: 50%;
}

div#index_statuses{
	float:left;
	width:70%;
	max-width:1000px;
	min-width:485px;
}

span.attention{
	font-size:14px;
	color:red;
}

input.email{
	width:500px;
}

a.reply {
    font-size: 11px;
    font-weight:700;
    padding: 2px 4px 2px 4px;
    margin-top:0px;
    margin-right:0px;
    margin-left:10px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 19px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.reply:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
a.reply:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

#reply_to:empty{
    display:none;
}

p#reply_to{
	font-size:14px;
	float: left;
}

span#reply_to{
	font-size:14px;
}

div.status_body_sub{
	font-size:12px;
	color: #6E6E6E;
}

div.reply_link{
	padding-left:70px;
	margin-bottom:-6px;
}

div.reply_link a{
	font-size:14px;
}

.ico-menu {
    display: none;
}

strong.rank{
	font-size:30px;
}

span.location{
	font-size:11px;
}

div#today_schedule_mobile{
	display:none;
}

div#today_schedule_mobile ul{
	margin-left:20px;
}

div#repost_statuses{
	margin-left:80px;
}

div#repost_statuses div.reply_tree{
	width:1000px;
	margin-left:80px;
	border-left: 6px solid #0F3C4C;
}

/*
ログイン画面
*/
div#signin{
	width:30%;
	margin:auto;
	margin-top:100px;
	padding-top:10px;
	padding-right:35px;
	padding-left:35px;
	padding-bottom:20px;
	border: 1px solid #D8D8D8;
	background-color:#FAFAFA;
}

div#signin input{
	
	border:0;
	padding:8px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:4 0 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#signin input.signin {
	width:100%;
    font-size: 18px;
    font-weight:700;
    padding: 8px 4px 8px 4px;
    margin-top:0px;
    margin-right:0px;
    margin-left:0px;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 19px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-family:Arial, sans-serif;
}
div#signin input.signin:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
div#signin input.signin:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

div#signin input.signin{
	width:99%;
}

input.signin_user_id{
    width:95%;
    font-size:24px;
    padding: 4px;
}

input.signin_password{
    width:95%;
    font-size:24px;
    padding: 4px;
}

/*
アカウント登録画面
*/
div#signup{
	width:45%;
	margin:auto;
	margin-top:50px;
	margin-bottom:70px;
	padding-top:10px;
	padding-right:35px;
	padding-left:35px;
	padding-bottom:20px;
	border: 1px solid #D8D8D8;
	background-color:#FAFAFA;
}

div#signup input{
	width:95%;
	border:0;
	padding:8px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#2E2E2E;
	border:solid 1px #ccc;
	margin:4 0 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#signup input.signup {
	width:98%;
    font-size: 18px;
    font-weight:700;
    padding: 8px 4px 8px 4px;
    margin:auto;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 4px;
	color: #fff;
	line-height: 19px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-family:Arial, sans-serif;
}
div#signup input.signup:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
div#signup input.signup:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

div#prediction_users{
	display: none;
	margin-left: 24px;
	margin-top: 20px;
}

div.quote_repost_status{
	margin:30px 30px;
	padding:10px 10px;
	border: 1px solid #D8D8D8;
}

div.quote_repost_status:hover{
	background-color:#F2F2F2;
}

div.quote_repost_status_body{
	padding-top:10px;
	padding-left:10px;
}

div.tomorrow_schedule{
	font-size:14px;
	margin-top:36px;
	margin-left:14px;
}

div.tomorrow_schedule h2{
	font-size:14px;
}

.profile_comment{
	margin-top:10px;
	margin-bottom:10px;
	width:80%;
	word-break: break-all;
}

.user_profile_comment{
	margin-left:10px;
	word-break: break-all;
	border: 1px solid #0F3C4C;
	background-color: #0F3C4C;
	background-image: -webkit-linear-gradient(top, #49c0f0, #0F3C4C);
	background-image: linear-gradient(to bottom, #49c0f0, #0F3C4C);
	border-radius: 10px;
	color: #fff;
	padding:20px 20px;
}

.user_profile_comment a{
	color: #FFFF00;
}

table.log{
	width:100%; 
	font-size:20px;
}

input.additionalImageFile{
	display:none;
	font-size:14px;
	float:left;
}

input#add_image{
	font-size:12px;
	margin-bottom:10px;
	float:left;
}

div.show_main{
	font-size:20px;
}

.visibility-setting input[type="radio"] {
    margin: 0;
}

.visibility-setting {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 2px;
}

.visibility-setting label {
    display: flex;
    align-items: center;
    gap: 4px;
}