/* 話題なう */
.ct-pc #oscar-social #wadai-box {
    text-align: center;
    padding-bottom: 10px;
}
.ct-sp #oscar-social #wadai-box {
    margin-bottom: 10px;
    text-align: center;
}
#my-tweet-button {
    text-align: center;
    margin: 1em 0;
}

.ct-sp #oscar-social p {
    margin: 0 5px;
}

.ct-pc .to-live-tweets {
    margin: 10px 0;
    overflow: auto;
}
.ct-pc .to-live-tweets > div {
    float: left;
    margin-right: 10px;
}
.ct-sp .to-live-tweets {
    margin: 10px 0;
}
.ct-sp .to-live-tweets > div {
    text-align: center;
    margin-bottom: 5px;
}

.ct-pc .live {
    margin: 0 auto;
    width: 502px;
}
#load-old-posts a {
    display: block;
    text-align: center;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}
#load-old-posts a {
    display: block;
    text-align: center;
	text-decoration: none;
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    background-color: #712927;
	background-image: -moz-linear-gradient(top, #9C3936, #712927);
	background-image: -webkit-linear-gradient(top, #9C3936, #712927);
	background-image: linear-gradient(top , #9C3936, #712927);
	border: 1px solid #4C1B1A;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.ct-pc #load-old-posts a:focus,
.ct-pc #load-old-posts a:hover,
.ct-pc #load-old-posts a:active {
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(top, #712927, #9C3936);
	background-image: -webkit-linear-gradient(top, #712927, #9C3936);
	background-image: linear-gradient(top , #712927, #9C3936);
	border-color: #9C3936;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
