﻿@charset "UTF-8";
@import url(mypage_side_sp.css);

#content .section{
	background-color: transparent;
}

/*-------------------------------------------------
	++  TBUT
-------------------------------------------------*/
#secRight {
	background:#fafaf5;
}
#tbutContents {
	margin-bottom:0!important;
}
#tbutContents .userAvatar {
	width:20%;
	float:left;
}
#tbutContents .userAvatar img {
	width:100%;
	height:auto;
	border-radius:50%;
}
#tbutContents .tbtBlock {
	width:80%;
	float:left;
	padding-left:5vw;
}
#tbutContents .tbtBlock .tbtBox {
	position: relative;
    display: inline-block;
    padding: 2vw 3vw;
    width: 100%;
    height: 24vw;
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    background-color: #FFF;
	border-radius:5px;
}
#tbutContents .tbtBlock .tbtBox:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -13px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

#tbutContents .tbtBlock .tbtBox:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -15px;
    border: 14px solid transparent;
    border-right: 14px solid #d0d0d0;
    z-index: 1;
}
#tbutContents .tbtBlock .tbtBox textarea {
	width:100%;
	height:100%;
	border:0;
}

input[type=text],
	textarea{
		font-size: 16px;

	}

#tbutContents .tagGroup {
	display:none;
	margin-top: 0px;
	position: relative;
	clear: both;
	margin-left: 0px;

}
#tbutContents .tagGroup li {
	display:inline-block;
	font-size:3.4375vw;
	vertical-align: middle;
	margin-right: 1%;

}
#tbutContents .tagGroup li.link {
	float: right;
    margin-top: 10px;
}



.txt_tag {
	float: left;
	display: inline-block;
	font-size: 3.4375vw;
	margin-top: 2%;
}
div.check-group {
	display: inline-block;
	width: 90%;
	float: right;
	margin: 2% auto 1% auto;
	text-align: center;}
div.check-group input {
	display: none;}
div.check-group label {
	cursor: pointer;
	padding:4px 10px 2px 10px;
	float: left;
	color: #0071bc;
	margin: 0px 1%;
	border-radius: 15px;
	border:1px solid  #0071bc;
	background-color: #FFFFFF;}

div.check-group input:checked+label {
	color: #fff;
    background: #0071bc;
    border: 1px solid #0071bc;}
/* テキスト選択時の色を透明 */
div.check-group label::-moz-selection,
div.check-group label::selection {
	background: transparent;}

.check-group div label {
	text-align: center;
	margin-bottom: 5px;
	font-size: 93%;
	line-height: 1.5em;}

/*-------------------------------------------------
	++  
-------------------------------------------------*/
#tbutterContent .tabBtn li {
	text-align: left;
	float:left;
	width:50%;
	padding:1vw;
	border:0;
	background-color:transparent;
}
#tbutterContent .tabBtn li a {
	display:block;
	color:#0071bc;
	padding:3vw;
	border-radius:1vw;
	background-color:#FFF;
	border:1px solid #FFF;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
	text-align: left;
}
#tbutterContent .tabBtn li.current a {
	display:block;
	color:#fcb800;
	padding:3vw;
	border-radius:1vw;
	background-color:#ffffdc;
	border:1px solid #fcb800;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.3);
}

#tbutterContent .tbutterBlock .selectTab {
	border-bottom:3px solid #ffcd44;
	
}
#tbutterContent .tbutterBlock .selectTab li {
	float:left;
	background:#FFF;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	margin:0;
	line-height: 3em;
	width: 33%;
	text-align: center;
}
#tbutterContent .tbutterBlock .selectTab li.current {
	border-top:1px solid #ffcd44;
	border-left:1px solid #ffcd44;
	border-right:1px solid #ffcd44;
	background:#ffcd44;
}

#tbutterContent .tbutterBlock .selectTab li a {
	display:block;
	/* padding:2vw 2.5vw; */
	font-size:80%;
}


/*-------------------------------------------------
	++  TBUTTER BOX
-------------------------------------------------*/
.tbutterInBox {
	margin-top:3vw;
}
.tbutterBox,
.tbutterBox2 {
	margin-bottom:3vw;
	background-color:#FFF;
	box-shadow:1px 2px 3px 0 rgba(0,0,0,0.2);
	padding:3vw;
	position:relative;
}
.tbutterBox .tbtInner {
	border-bottom:1px solid #d0d0d0;
}
.tbutterBox .tbtInner .userImg {
	float:left;
	width:15%;
}
.tbutterBox .tbtInner .userImg .userAvatar img {
	border-radius:50%;
}
.tbutterBox .tbtInner .userImg .userBadge {
	padding:0 1px;
}
#tbutContents .userAvatar .userBadge img {
	border-radius:unset;
}
.tbutterBox .tbtInner .userImg img {
	width:100%;
	height:auto;
}
.tbutterBox .tbtInner .tbutterItem {
	float:left;
	width:85%;
	padding:3vw 0 0 3vw;
}
.tbutterBox .tbtInner .tbutterIcon {
	clear:both;
	float:none;
	width:100%;
}
.tbutterBox .tbtInner .tbutterIcon img {
	display:block;
	width:40%;
	height:auto;
	margin:2vw auto;
	text-align: center;
}
.tbutterBox .tbtInner .tbutterItem .userName {
	font-weight:bold;
	display:inline-block;
	margin-right:50px;
}
.tbutterBox .tbtInner .tbutterItem .tbutterTime {
	display:inline-block;
}
.tbutterBox .tbtInner .tbutterItem .tbutterText {
	margin-top:2vw;
	word-break:break-all;
}
.tbutterBox .tbtInner .tbutterItem .tbutterText a {
	color:#0071bc;
}
.tbutterText{
width:99%;
max-width:99%;
word-break: break-all;
line-break: anywhere;
word-wrap: anywhere;
overflow-wrap: anywhere;
	}
	
.tbutterBox .tbutterReaction {
	padding-top:2vw;
}
.tbutterBox .tbutterReaction .iconList {
	float:left;
}
.tbutterBox .tbutterReaction .iconList li {
	display:inline-block;
}
.tbutterBox .tbutterReaction .iconList li.fav {
	background:url(/images/icon/goodjob.png) left center no-repeat;
	background-size:5vw;
	padding-left:5vw;
}
.tbutterBox .tbutterReaction .iconList li.comment {
	background:url(/images/icon/comment.png) left center no-repeat;
	background-size:5vw;
	padding-left:5vw;
}

.tbutterBox .tbutterReaction .folloeBtn {
	float:right;
	padding-top:1vw;
}
.tbutterBox .tbutterReaction .folloeBtn span {
	display:block;
	border:1px solid #ffcd44;
	border-radius:10vw;
	padding:1vw 5vw;
	color:#ffcd44;
	font-weight:bold;
}
.tbutterBox .tbutterReaction .folloeBtn a {
	display:block;
	border:1px solid #ffcd44;
	border-radius:10vw;
	padding:1vw 5vw;
	background:#ffcd44;
	font-weight:bold;
	box-shadow:1px 2px 3px 0 rgba(0,0,0,0.2);
}
.tbutterBox .tbtSetting {
	position:absolute;
	top:1vw;
	right:2vw;
	width:7%;
}
.tbutterBox .tbtSetting img {
	width:100%;
	height:auto;
}

.tbtReaction {
	padding-left:10%;
	background: url(/images/icon/reply.png) 1vw 1vw no-repeat;
	background-size:7vw;
	margin-bottom:3vw;
}

.tbutterBox2 .tbutterTime{
display:none;
}


/*-------------------------------------------------
	++  RANKING
-------------------------------------------------*/

#tbutterRanking .selectTab {
	border-bottom:3px solid #ffcd44;
	margin-bottom: 3vw;
}
#tbutterRanking .selectTab li {
	float:left;
	width:33.3333%;
	background:#FFF;
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	margin:0;
}
#tbutterRanking .selectTab li.current {
	border-top:1px solid #ffcd44;
	border-left:1px solid #ffcd44;
	border-right:1px solid #ffcd44;
	background:#ffcd44;
}

#tbutterRanking .selectTab li a {
	display:block;
	padding:4vw 2.5vw;
	font-size:80%;
}
#tbutterRanking .selectTab li a.line2 {
	padding:2vw 2.5vw;
}

#tbutterRanking .tabBtn ul {
	letter-spacing:-.4em;
}
#tbutterRanking .tabBtn ul li {
	float:none;
	display:inline-block;
	letter-spacing: normal;
	width:33.3333%;
}

#tbutterRanking .pageNavi ul li.csn span {
	background-color: transparent;
	padding: 2vw 1vw;
}

.rankingBlock .rankingBox {
	background-color:#FFF;
	padding:2vw;
	margin-bottom:3vw;
}
.rankingBlock .rankingBox .rank {
	width:15%;
	float:left;
	text-align: center;
}
.rankingBlock .rankingBox .rank .no {
	margin-bottom:10px;
}
.rankingBlock .rankingBox .rank .no img {
	width:100%;
	height:auto;
}
.rankingBlock .rankingBox .rank .no .ranknormal {
	display:inline-block;
	background-color:#333;
	color:#FFF;
	padding:1vw 3vw;
	font-size:123%;
	font-weight:bold;
	border-radius:5px;
}
.rankingBlock .rankingBox .rankUser {
	width:85%;
	float:left;
	padding-left:2vw;
}
.rankingBlock .rankingBox .rankUser .userImg {
	width:15%;
	float:left;
}
.rankingBlock .rankingBox .rankUser .userImg img {
	height:auto;
}
.rankingBlock .rankingBox .rankUser .userName {
	width:70%;
	float:left;
	font-weight:bold;
	padding-top:3.5%;
	padding-left:2vw;
}
.rankingBlock .rankingBox .rankUser .number {
	width:15%;
	float:left;
	text-align: center;
	font-weight:bold;
	font-size:123%;
	padding-top:3.5%;
}
.rankingBlock .rankingBox .rankUser .linkBox {
	display:block;
	clear: both;
	width:100%;
	float:none;
	padding-top:2vw;
}
.rankingBlock .rankingBox .rankUser .linkBox .linkList ul li {
	display: inline-block;
	width:auto;
}
.rankingBlock .rankingBox .rankUser .linkBox .linkList ul li a {
	background:url(/images/arrow/arrow_gray01.png) left center no-repeat;
	background-size:3vw;
	padding-left:3.3vw;
	font-size:77%;
	color:#333;
    box-shadow: none;
    padding: 0 0 0 3vw;
}
.rankingBlock .rankingBox .rankUser .linkBox .acBtn {
	margin-top:2vw;
	width:100%;
	letter-spacing:-.4em;
}
.rankingBlock .rankingBox .rankUser .linkBox .acBtn a {
	display: inline-block;
	width:48%;
	letter-spacing: normal;
	text-align: center;
	background-color:#fcb800;
    line-height: 1;
    padding:10px 15px;
    border-radius: 25px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	font-size:77%;
	margin:0 1%;
}

span.btn_list {
    
display: block;
    
white-space: nowrap;
}
span.btn_list .delete{
margin-left:10px;
}

.attention a {background-image: url(/images/2014/ic/attention.gif);background-position: right center;background-repeat: no-repeat;padding-right: 18px;vertical-align: text-top;padding-left: 20px;background-position: left 2px;color:#FF0000;font-size: 13px;}

span.btn_list .remove img{
vertical-align: bottom;
}
span.btn_list .attention{
	    padding: 0px 0.5em;
	    /* height: 2em; */
	    display: inline-block;
	    vertical-align: middle;
	    border: none;
}


#comment_submission {
	position: relative;
	margin:10px auto;}

#comment_submission h1 {
	background-color:#FCCF00;
	text-align:center;
	font-size: 100%;
	line-height:2.3em;
	margin:0px auto 10px auto;
	}

#comment_submission .pictogram {
	float:right;
	text-align:right;
	margin-right:20px;}

#comment_submission .icon_left {
	float:left;
	display:block;
	margin:10px 0px;
	width: 20%;
	}

#comment_submission .textarea_right {
	float:right;
	display:block;
	margin:0px;
	/* margin:10px 0px 10px 0px; */
	width: 80%;
	}

#comment_submission textarea {
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 108%;
	line-height: 1.5;
	padding: 2px 0;
	width:97%;
	margin-top:2px;
	overflow: hidden;
	height:7em;}

#comment_submission .yellow_waku {
	background-color:#FFF4C7;
	margin:20px 0px;
	padding:10px;
	font-size: 77%;
	}

.imgC {
text-align:center;
margin:10px auto;
}

.acBtn span {
    display: inline-block;
    width: 48%;
    letter-spacing: normal;
    text-align: center;
    border: 1px solid #ffcd44;
    /* border-radius: 20px; */
    padding: 3px 15px;
    color: #ffcd44;
    /* font-size: 12px; */
    font-weight: bold;
    /* padding: 10px 15px; */
    border-radius: 25px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    font-size:77%;
    margin: 0 1%;
}


#tbutMember .userAvatar {
	width: 20%;
    float: left;
}
#tbutMember .userAvatar img {
	width:100%;
	height:auto;
	border-radius:50%;
}
#tbutMember .tbtBlock {
	width:80%;
	float:left;
	padding-left:20px;
}
#tbutMember .tbtBlock .memberBox {
position: relative;
display: inline-block;
padding: 2vw 3vw;
width: 100%;
min-height: 24vw;
border: solid 1px #d0d0d0;
box-sizing: border-box;
background-color: #FFF;
border-radius: 5px;
}
#tbutMember .tbtBlock .memberBox textarea {
    width: 100%;
    height: 100%;
    border: 0;
}

.tubutter_column .linkBox {
	width: 100%;
}
.tubutter_column .linkBox .linkList ul li {
	float:left;
	margin-right:10px;
}
.tubutter_column .linkBox .linkList ul li a {
	background:url(/images/arrow/arrow_gray01.png) left center no-repeat;
	padding-left:15px;
	font-size:14px;
	color:#333;
}
.tubutter_column .linkBox .acBtn {
	margin: 10px auto;
	width: 60%;
	/* letter-spacing:-.4em; */
}
.tubutter_column .linkBox .acBtn a {
	display: inline-block;
	width:95%;
	letter-spacing: normal;
	text-align: center;
	background-color:#fcb800;
	line-height: 1;
	padding:10px 15px;
	border-radius: 25px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	/* font-size: 10px; */
	margin:0 1%;
}

#tbutMember .article_info {
	display: inline-block;
	vertical-align: top;
}
	
#tbutMember .article_info p {
	font-size: 108%;}
	
#tbutMember .article_info ul {
	position: relative;}
	
#tbutMember .article_info li {
	display: inline-block;}
	
#tbutMember .article_info .user_name {
	font-size: 120%;
	font-weight:bold;}

#tbutMember .article_info .profile {
	border-bottom: none;
	font-size: 93%;
	margin: 0;
	padding-top: 5px;
	text-align: right;
	float:right;
	}

#tbutMember .article_info .profile a {
	background-image: url(/images/2014/arrow/orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;}
	
#tbutMember .article_info .profile a:link,
#tbutMember .article_info .profile a:visited,
#tbutMember .article_info .profile a:hover,
#tbutMember .article_info .profile a:active {
	color: #ffa200;
	margin-right:10px;}
	
	
.tubutter_column {
    margin: 5px auto 0px auto;
    padding-bottom: 0px;
    /* width: 750px; */
    background-color:#FFFFFF;
    }

.tubutter_column li {
    display: inline-block;
    padding: 0px 10px;
    line-height: 1em;
    }

.tubutter_column li.Orange {
    display: inline-block;
    line-height: 19px;
    margin: 0px -4px 0px 0px;
    padding: 0px 10px;
    width: 100%;
    background-color:#FFA100;
    color:#FFFFFF;
    font-size:100%;
    }

.tubutter_column li .follow_list {
	/* margin-top:-25px; */
	padding:0px;
	display:inline-block;
	/* width: 100%; */
	/* position:absolute; */
	line-height: 12px;
	}

.tubutter_column li .follow_list li {
    background-position: left center;
    background-repeat: no-repeat;
    display:inline-block;
    font-size: 93%;
    /* padding: 0px 1em 0px 25px; */
    vertical-align: text-bottom;
    width: 90%;
    text-align: left;
}

.tubutter_column li .follow_list span {
    display: inline-block;
    text-align: right;
    width: 4em;
    }
	
.tubutter_column li .follow_list li.btn {
	margin:0px;
	padding:0px;
	/* position:absolute; */
	/* top: 9px; */
	/* right: 0px; */
	width: 100%;
	/* float: right; */
	/* top: -7px; */
	text-align: center;
	}
#tweet_following {
    width: 100%;
}

#tweet_following a{
    width: 71%;
    display: inline-block;
}

.redrow {
	width: 175px;
	display: inline-block;
	background: url(/images/2014/btn/btn_release.gif);
	height: 22px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	cursor: pointer;
}

#stamp_selection {
	position: relative;
	width: 100%;
	margin:10px auto;}
#stamp_selection h1 {
	background-color:#FCCF00;
	text-align:center;
	font-size:5vw;
	line-height:2.3em;
	margin:0px auto;}
#stamp_selection .stamp {
	display: inline-block;
	margin: 10px 0px;
	text-align:center;}
#stamp_selection .stamp li {
	float: left;
	width:30%;
	font-size:3.75vw;
	text-align:center;
	display: inline-block;
	margin:0px 1% 5px 1%;
	padding: 0px;
	vertical-align: middle;}
#stamp_selection .stamp li.icon {
	width: 100%;
	border:1px #BEBEBE solid;
	cursor:pointer;}	
#stamp_selection .stamp li.btn {
	margin-bottom:20px;
	cursor:pointer;}
#stamp_selection .stamp li.txt {
	font-size:3.75vw;
	width: 100%;}
#stamp_tab{
	border-top-color: #e1e1e1;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #e1e1e1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:center;}
#stamp_tab li{
	border-right-color: #e1e1e1;
	border-right-style: solid;
	border-right-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 3.75vw;
	line-height: 28px;
	position: relative;
	text-align: center;
	width: 33.3%;}
#stamp_tab #tab_1{
	border-left-color: #e1e1e1;
	border-left-style: solid;
	border-left-width: 1px;}
#stamp_tab .current {
	background: #ffedcd;
	color: #000;
	font-weight: bold;}
.link .followed{
    border: 1px solid #ffcd44;
    background: #FFFFFF;
    color: #ffcd44;
    font-size: 11px;
    }
 .link .btn_coloum_follow{
    font-size: 11px;
    }
 
 .followBtn span.followed{
     display: inline-block;
    line-height: 1;
    padding: 5vw 10vw 5vw 10vw;
    border-radius: 10vw;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    border: 1px solid #ffcd44;
    background: #FFFFFF;
    color: #ffcd44;
 }
 
 #tbutMember .userAvatar .userBadge img {
    border-radius: unset;
}

p#tbutter_attention {
    color: red;
    display: block;
    clear: both;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size:12px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size:12px;
}
input:-ms-input-placeholder,
textarea:-ms-placeholder {
    font-size:12px;
}

ul.unblock{
margin: 20px;
}
ul.unblock li{

}
ul.unblock li span.dip {
    display: block;
    margin: 8px 0px;
}
ul.unblock li span.redrow{
vertical-align: middle;
    width: 172px;
    background: #FFFFDA;
    color: #FCB801;
    border: 1px solid #FCB801;
    border-radius: 15px;
    line-height: 1.5em;
    margin-right: 22px;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    height: auto;
}

label.tbutter_image{
color: white;  
  background-image:  url(/images/icon/photo.png);
  padding: 6px;
  width:55px;
  height:55px;
  display: block;
  background-repeat: no-repeat;
  min-width: unset;
}
.blockdlist dd.item {
    width: 100%;
    padding-bottom: 10px;
}

p#tbutter_attention {
    text-align: center;
    color: red;
    font-size: 108%;
    font-weight: bold;
}
.fileinput-button {
    margin-right: 0px;
}
dl.btn_list span.name{
font-size:15px;
}
dl.btn_list span.name img{
vertical-align: middle;
}

/* button-twitter */
#with-twitter {
    display: inline-block;
}
.btn_disabled{
-webkit-filter: grayscale(1);
filter: gray;
filter: grayscale(1);
}
.btn_glay_plusicon{
visibility: visible;
text-align: left;
position: relative;
background-color: #eee;
background-image: linear-gradient(#fff,#dedede);
border: #ccc solid 1px;
border-radius: 3px;
color: #333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
/* cursor: pointer; */
height: 32px;
max-width: 100%;
overflow: hidden;
display: inline-block;
vertical-align: top;
zoom: 1;
padding: 2px 3px 2px 19px;
white-space: nowrap;
}
.btn_glay_plusicon ti{
position: absolute;
top: 50%;
left: 2px;
margin-top: -5px;
width: 16px;
height: 13px;
background: transparent url(/widgets/images/btn.27237bab4db188ca749164efd38861b0.png) 0 0 no-repeat;
background-image: url(data:image/png;base64,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);
}
.btn_glay_plusicon p{
    font-size:90%;
    font-weight: bold;
}
.gdev0710{
display:none;
}
#with-twitter .btn_glay_plusicon {
    padding: 7px 7px 7px 30px;
    height: auto;
    font-size: 170%;
}
.tab_tw .go-totwitter {
    background-image: url(/images/2014/ic/bird_blue_32.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100px;
    background-size: contain;
    position: absolute;
    right: 0;
    text-decoration: none;
    height: 20px;
}
.tab_tw .btn_caption {
    margin: -1px auto auto 30px;
    font-size: 126%;
    font-weight: bold;
    color: #55acee;
    text-decoration: none;
}