body {
	margin: 0;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #585858;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5em;
	letter-spacing: 1px;
	
}
div::selection, h1::selection, li::selection {
	background: #FDE4F1;
	color: #868FB3;
}
    ::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  rgba(201, 190, 190, 0.12);
    border-radius: 5px;
    margin:5px 1px 10px;
    background: rgba(247, 244, 246, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
  background: rgba(142, 136, 139, 0.54);
 min-height:40px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(48, 181, 190, 0.58);
}
body::-webkit-scrollbar {
    width: 10px;
}



/*Firefoxに対応*/
body::-moz-selection, h1::-moz-selection, li::-moz-selection {
 background: #FDE4F1;
 color:#868FB3;
 
}
h1 {
	margin: 0;
	font-size: 20px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
p {
	margin: 0;
}
a, .write, .write2 {
	text-decoration: none;
	color: #666;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover, div.center_main_content div.topic_list_content:hover, li.popular_list:hover, div.kanren_box div.topic_list_content:hover, .write:hover, .write2:hover {
	text-decoration: underline;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
div.topic_list_content, li.popular_list {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* ------------------------------------------------------------------------ 全ページ共通スタイル ------ */
.sprite {
	background-image: url(./images/spritesheet.png);
	background-repeat: no-repeat;
	display: block;
}
.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-top: #eee solid 1px;	scrollbar-arrow-color: #c0c0c0;
	scrollbar-face-color: #343434;
	scrollbar-track-color: #000000;
}
div.container.none {/* 中央寄せ newtalk.php */
	width: 1002px;
}
.header {
height: 130px;
    color: #54514d;
    background: rgb(255, 255, 255);
}
.header.none{ /* 問い合わせページ等のヘッダー */
	width: 1002px;
	    margin: 0 auto;
		    position: relative;
}
.header.none #google_translate_element{
	    position: absolute;
    top: 5px;
    right: 0px;
}
.goog-te-gadget-simple{
	border-radius: 5px;
}
.header_eria {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
div.header_eria.none {/* 中央寄せ newtalk.php */
	width: inherit;
}
input.btn_toukou {
	display: inline-block;
	min-width: 8em;
	padding: 15px;
	background-color: #F18797;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	border-style: none !important;
	cursor: pointer;
	width: 160px;
	font-weight: bold;
	font-size: 13px;
}
input.btn_toukou:hover {
	opacity: 0.8;
}
/* ------ 検索窓 ------ */
.search {
	padding-top: 20px;
	padding-left: 13px;
}
#search {
	position: relative;
	width: 206px;
}
.fa-search {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #B5B7B9;
	font-size: 13px;
}
input.inputSearch {
	width: 210px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 5px;
	padding-left: 25px;
	outline: none;
	box-sizing: inherit;
}
.header_left {
	width: 25%;
	float: left;
	top: 30px;
	left: 10px;
	position: absolute;
}
.toukou a:hover {
	opacity: 0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: none!important;
}
.header_right {
	width: 30%;
	float: left;
	top: 48px;
	right: -25px;
	position: absolute;
}
.header_eria .sitetitle img {
	position: absolute;
	top: 0;
	left: 265px;
}
.sitetitle {
	text-align: center;
}
.sitetitle img {
	height: 130px;
}
.sitetitle_subcome {
	font-size: 13px;
	padding-left: 10px;
	color: #666;
	padding-top: 5px;
}
.center {
	width: 56%;
	float: left;
	background: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.right {
	width: 28%;
	float: left;
	background: rgb(255, 255, 255);
}
#google_translate_element{
	display: inline-block;
    float: right;
    opacity: 0.4;
    margin-top: 5px;
	    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#google_translate_element:hover{
    opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* レフトサイドバーコンテンツ*/
.left {
	width: 15% !important;
	height: 800px;
	background: rgb(255, 255, 255);
	float: left;
}
.side_title_box {
	padding-left: 10px;
	border-left: 3px solid #fc7c79;
	border-bottom: 1px solid #eee;
}
.side_title {
	font-weight: bold;
	padding: 8px 0 6px;
}
.cat li a {
	color: #666;
	display: block;
}
.come {
	float: left;
}
.come ul li:first-child {
	border: none;
}
.come ul li {
	border-top: 1px dashed #ddd;
	padding-top: 6px;
	width: 95%;
	font-size: 12px;
}
.come ul li a {
	font-weight: bold;
	display: block;
	padding-left: 15px;
}
.come ul li a:hover {
}
.fa-circle {
	margin-right: 5px;
	color: darkgray;
}
.cat_list,
.topic_tag {
	padding-left: 15px;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.topic_tag i{
	margin-right: 7px;
}
.topic_tag a{
	width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat_list:hover {
	background: rgba(236, 236, 236, 0.46);
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.topic_tag a:hover{
	color:#ff9393;
}
li.cat_list a, ul li.cat_list.active a,
.topic_tag a {
	padding-left: 25px;
	text-decoration: none;
	padding: 12px 0px;
}
li.cat_list.active {
	background-color: rgb(236, 236, 236);
	font-weight: 600;
}
.cat_list i {
	background-image: url(./images/spritesheet.png);
	background-repeat: no-repeat;
	background-size: 15px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 9px;
	width: 14px;
	height: 15px;
}
.category1 {
	background-position: 0px -0px;
}
li.cat_list.active .category1 {
	background-position: 0px -15px;
}
.category2 {
	background-position: 0px -30px;
}
.active .category2 {
	background-position: 0px -45px;
}
.category3 {
	background-position: 0px -60px;
}
.active .category3 {
	background-position: 0px -75px;
}
.category4 {
	background-position: 0px -90px;
}
.active .category4 {
	background-position: 0px -105px;
}
.category5 {
	background-position: 0px -120px;
}
.active .category5 {
	background-position: 0px -135px;
}
.category6 {
	background-position: 0px -150px;
}
.active .category6 {
	background-position: 0px -165px;
}
.category7 {
	background-position: 0px -180px;
}
.active .category7 {
	background-position: 0px -195px;
}
.category8 {
	background-position: 0px -210px;
}
.active .category8 {
	background-position: 0px -225px;
}
.category9 {
	background-position: 0px -240px;
}
.active .category9 {
	background-position: 0px -255px;
}
.category10 {
	background-position: 0px -270px;
}
.active .category10 {
	background-position: 0px -285px;
}
.category11 {
	background-position: 0px -300px;
}
.active .category11 {
	background-position: 0px -315px;
}
.category12 {
	background-position: 0px -330px;
}
.active .category12 {
	background-position: 0px -345px;
}
/* 英語が折り返す処理 */
div.talk_res_comment_hot, div.talk_comment {
	word-break: break-all;
}
/*------------------------------------------------------------------　indexセンターコンテンツ*/
.center_content {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}
.center_content_menu {
	width: 100%;
	float: left;
}
.center_content__menu_title {
	font-weight: bold;
	padding-top: 15px;
	float: left;
	font-family: 'Voltaire', sans-serifsans-serif;
	color: #30b5be;
	font-size: 21px;
	position: relative;
	width: 33%;
	height: 40px;
	text-align: center;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: none;
}
.seach_title,
.serch_comment {
	border-bottom: 1px solid #eee;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
}
.seach_word {
	font-size: 15px;
	font-weight: normal;
	padding-left: 15px;
}
.center_content__menu_title:last-child {
	border-right: 1px solid #eee;
}
.center_content__menu_title a {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	display: block;
	color: rgba(4, 0, 1, 0.21);
}
.center_content__menu_title a:hover {
	color: black;
}
.fas {
	font-size: 90px !important;
	float: left;
	width: 11%;
}
.top_cotegory {
	background: url(images/home.png) no-repeat;
	padding-left: 22px;
	background-position-y: 3px;
}
.ArticleFirstImage {/* トップ見出し画像 */
	width: 85px;
	height: 85px;
	float: left;
	border-radius: 7px;
}
.center_main_content {
	float: left;
	padding: 10px 0px;
	width: 100%;
}
.cate_title_div {
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
	color: rgb(48, 181, 190);
	font-size: 21px;
	width: 638px;
	z-index: 999;
	height: 40px;
	margin-bottom:10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(238, 238, 238);
	background: rgba(255, 255, 255, 0.682353);
}
.cate_title_div.tag_title{
	height: inherit;
}
.cate_title {
 	 background: white;
    box-shadow:10px 3px 8px #FFF, -9px 2px 12px #FFF, 7px -7px 12px #FFF, -7px -7px 12px #FFF;
}
.tag_info{
	width: 200px;
    display: inline-block;
}
.topic_list_content {
	float: left;
	width: 100%;
    padding-bottom: 10px;
	border-bottom: 2px dotted #eee;
	position: relative;
	margin-bottom: 10px;
}
.topic_list_content>a, li.popular_list>a {
	display: block;
	position: absolute;
	left: 0;
}
.topic_list_content>a {
	height: 85px;
	width: 638px;
	top: 10px;
}
li.popular_list:last-child {
	border-bottom: none;
}
div.kanren_box .topic_list_content>a {
	width: 800px;
}
li.popular_list>a {
	height: 100%;
	width: 320px;
	top: 10px;
}
.topic_list_content_top {
	float: left;
	width: 85%;
	padding-left: 10px;
}
.topic_list_content_comment {
	float: left;
	font-weight: bold;
	padding: 5px 0px 3px 0;
}
.topic_list_content_comment a {
	color: #ce5e89;
	padding: 5px;
}
.topic_list_content_time {
	float: left;
	padding: 5px 0px 3px 15px;
	color: grey;
	font-size: 13px;
}
.topic_list_content_title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 85%;
	padding-left: 10px;
	padding-top: 5px;
}
/*繝壹�繧ｸ繝｣繝ｼ*/
.pager,.pager_t {
	position: relative;
	margin: 20px auto;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px dotted #eee;
}
.pager_t a, .pager_t strong{
	display: inline-block;
    font-size: 15px;
    margin: 5px 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: 2.1em;
}
.pager a, .pager strong {
	display: inline-block;
	font-size: 20px;
	margin: 15px 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: #fff;
	line-height: 2.5em;
}
.pager strong,
.pager_t strong {
	color: #D2D0D0;
	box-shadow: 0 0 0 3px #D2D0D0;
}
/* Effect 2 */
.pager a,
.pager_t a {
	color: #F18797;
	box-shadow: 0 0 0 3px #F18797;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.pager a:after,
.pager_t a:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #F18797;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}
/* Effect 2a */
.pager a:hover,
.pager_t a:hover {
	color: #FFF;
	text-decoration: none;
}
.pager a:hover:after,
.pager_t a:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
/*ーサイドバーライト*/
.pickup li a {
	color: #666;
	display: block;
	padding: 5px 0px 5px 15px;
}
.pickup li a:hover {
	background: #eee;
}
.pickup ul li {
	border-bottom: 1px dashed #ddd;
	padding-top: 6px;
	width: 95%;
	font-size: 12px;
}
.pickup ul li:first-child {
}
/* 話題のタグ */
.pickup_tag .side_contens{
	padding: 10px;
}
.pickup_tag a{
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #dddcdc;
    margin:0 7px 7px 0;
    border-radius: 5px;
}
.pickup_tag a:hover{
    text-decoration:none;
    background: rgba(236, 236, 236, 0.76);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pickup_tag a:hover > i{
    color: #ff9393;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pickup_tag i{
    font-size: 11px;
    padding-right: 3px;
}

/* 今週の人気トーク */
.week_hot {
	padding-top: 10px;
}
.week_hot li a {
	display: block;
}
div.top_popular {/* 見出し画像 */
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid rgb(192, 165, 165);
	border-radius: 5px;
	margin: 6px;
}
.week_hot ul li {
	border-bottom: 1px dashed #ddd;
	padding: 6px;
	width: 95%;
	font-size: 12px;
	float: left;
	padding-left: 7px;
	position: relative;
}
.fas_week_hot {
	font-size: 65px !important;
	float: left;
	width: 60px;
	padding-left: 15px;
}
.week_hot_comment a {
	color: #84c1ff;
}
.week_hot_title {
	float: left;
	width: 244px;
	line-height: 1.5em;
}
.app_link{
	position: relative;
	margin-top: 20px;
}
.ios_app_a,
.Android_app_a{
	position: absolute;
    display: block;
    width: 84px;
    height: 25px;
    bottom: 22px;
}
.ios_app_a{
    right: 14px;
}
.Android_app_a{
    right: 105px;
}
.ios_app_a:hover,
.Android_app_a:hover{
	background: rgba(255, 255, 255, 0.33);
}
/*           便利ボタン           */
.convenient_btn {
	clear: both;
	padding: 15px;
	position: fixed;
	bottom: 110px;
	left: inherit;
	margin-left: 30px;
}
.convenient_btn li {
	margin-bottom: 10px;
}
.convenient_btn a {
	color: #D2CDCD;
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.convenient_btn a:hover {
	opacity: 1;
}
.convenient_btn i, .st_top a {
	font-size: 35px;
	color: #E8E6E6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_btn:hover i, .st_top a:hover {
	color: #ff9393;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_top {
	font-family: 'Voltaire', sans-serif;
	font-weight: bold;
}
.st_top a:hover {
	text-decoration: none;
}
#imp_font{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.twitter_btn.r:hover i {
	color: #8AD2EA;
}
.fb_btn.r:hover i {
	color: #8BAFE4;
}
.hatebu_btn.r:hover i {
	color: #81A6CC;
}
.google_btn.r:hover i {
	color: #E4A7A7;
}
.convenient_btn span {
	position: absolute;
	opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	bottom: 25px;
	left: 90px;
	width: 156px;
	padding: 10px;
	border-radius: 5px;
	background: rgba(222, 222, 222, 0.88);
	color: #888686;
	font-size: 15px;
	line-height: 1.2;
	transition: 0.3s;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(90deg);
}
.convenient_btn span:after {
	position: absolute;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	top: 9px;
	left: -20px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid rgba(222, 222, 222, 0.88);
	content: "";
}
.convenient_btn .st_top a:hover span {
	bottom: -6px;
	font-weight: normal;
}
.convenient_btn a:hover span {
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	bottom: 0px;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/*                                                                  フッター*/
.footer {
	clear: both;
	background: rgb(255, 255, 255);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 80px;
}
.footer_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_content {
	padding: 10px 15px;
}
.footer_content p {
	color: #999;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
}
.footer_content li {
	list-style-type: none;
	display: inline;
	font-size: 12px;
	padding-right: 5px;
}
.footer_punctuation {
	border-left: 1px #CCCBCB solid;
	padding-left: 10px;
}
.footer_punctuation_s i {
	border-left: 1px #CCCBCB solid;
	padding-left: 15px;
}
i.social {
	font-size: 24px;
}
.footer_content .left_content {
	font-family: 'Voltaire', sans-serif;
	font-weight: bold;
	color: rgb(73, 73, 73);
	font-size: 30px;
	width: 200px;
	float: left;
	padding: 15px 0px;
}
.footer_content .right_content {
	float: left;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー記事ページ*/
.talk_center {
	width: 850px;
	float: left;
	background: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.center_content_menubar {
	border-bottom: 1px solid #eee;
	position: relative;
	height: 30px;
	width: 850px;
}
.center_main_talk_content {
	float: left;
	padding: 10px 15px;
	width: 810px;
}
.talk_content_title {
	float: left;
	font-size: 20px;
	font-weight: bold;
	width: 85%;
	padding-left: 10px;
	padding-top: 5px;
}
/* すぐコメントボタン */
.quick_com{
	display: inline-block;
    position: absolute;
    bottom: 5px;
    font-size: 25px;
}
.quick_com i{
	color: #b2b6ba;
}
.quick_com span {
	position: absolute;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    bottom: 50px;
    left: -55px;
	width: 112px;
	padding: 10px;
	border-radius: 5px;
	background: rgba(222, 222, 222, 0.88);
	color: #888686;
	font-size: 15px;
	line-height: 1.2;
	transition: 0.3s;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(90deg);
}
.quick_com span:after {
	position: absolute;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    bottom: -19px;
    left: 56px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid rgba(222, 222, 222, 0.88);
	content: "";
}
.quick_com a:hover span {
	opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	bottom: 40px;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.fas_talk_title {
	font-size: 100px !important;
	float: left;
	width: 11%;
}
.talk_content_top {
	float: left;
	width: 86%;
	padding-left: 10px;
}
.talk_content_comment, .topic_list_content_comment, .week_hot_comment {/* コメントの色付け */
	float: left;
	font-weight: bold;
	padding: 5px 0px 3px 0;
	color: #ff9393;
}
.talk_content_time {
	float: left;
	padding: 5px 0px 3px 15px;
	color: grey;
	font-size: 14px;
}
/*                                              トーク記事コメントエリア 1.php */
.talk_res_comment_eria {
	float: left;
	border-bottom: 1px dotted #eee;
	width: 100%;
	position: relative;
}
.talk_main a, #mypopup a {
	color: #57A2D0;
	text-decoration: underline;
}
.talk_main .res_anchor, #mypopup .res_anchor {
	text-decoration: none;
}
.reply, .report {
	margin-left: 15px;
}
.talk_res_time {
	color: gray;
	float: left;
	padding: 15px 0px;
	font-size: 12px;
	width: 100%;
	position: relative;
}
div.talk_res_comment_eria div.good_comment {
	color: #E28B9A !important;
}
div.center_main_talk_content .talk_res_time .res_number {
	display: inline-block;
	width: 40px;
	text-align: right;
}
.talk_res_time .talk_id {
	margin-left: 30px;
	color: #E4C2D5;
}
div#make_topic_form_top iframe, .youtube_div iframe, .youtube {
	padding: 10px;
	background-color: rgba(241, 190, 251, 0.38);
	border-radius: 10px;
	margin-top: 10px;
	display: block;
}
.youtube_div {
	position: relative;
	width: 580px;
	cursor: pointer;
}
.youtube_div iframe+.youtube_btn {
	display: none;
}
i.youtube_btn {
	position: absolute;
	top: 40%;
    font-size: 70px;
    left: 45%;
    text-shadow: -2px -2px 0px rgb(255, 255, 255), 2px -2px 0px rgba(255, 255, 255, 0.71), -2px 2px 0px rgba(255, 255, 255, 0.71), 2px 2px 0px rgba(255, 255, 255, 0.71);
    color: rgb(0, 0, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.youtube_div:hover .youtube_btn{
	color: rgb(204, 26, 26);
}
.talk_res_comment_hot {
	clear: both;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 17px;
	color: #807D7D;
	width: 690px;
}
.comment_delete {
	font-size: 14px;
	font-weight: normal;
	color: #BEBFBF;
}
/* 画像が大きくなり過ぎないように トーク、トーク投稿確認、コメント投稿確認 */
.talk_res_comment_hot>a>img, .talk_res_comment_hot>img,/* 過去の画像構造 */ .img_style {
	/* max-width: 600px;リサイズされるから600以上にはならないんじゃね？と思ったので消去 */
	/* max-height: 670px;縦長でheightついた画像が伸びるので設置 */
	margin: 25px 0 10px;
	box-shadow: #ffe4e1 0 0 10px 10px;
	-webkit-box-shadow: #ffe4e1 0 0 10px 10px;
	border-radius: 10px;
	    max-width: 600px;
    height: inherit;
}
.img_preview{
	max-width: 600px; /* 確認画面ではリサイズされてないので */
}
#res_id1>a>img {
	box-shadow: #FFF1EF 0 0 10px 10px;
	-webkit-box-shadow: #FFF1EF 0 0 10px 10px;
}
div.topic_list_content+div.talk_res_comment_eria div.talk_res_comment_hot {
	color: #807D7D;
}
.Twitter_chk_div{
	margin-bottom: 20px;
    margin-top: -5px;
}
.Twitter_chk{
    color: #9f9f9e;
    cursor: pointer;
    font-size: 13px;
	margin-right: 20px;
}
.Twitter_chk input{
	vertical-align: -0.2em;
}
.other_comment {
	clear: both;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 15px;
	color: palevioletred;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
}
.talk_res_comment img {
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 6px rgba(50, 50, 50, 0.5);
	margin-right: 14px;
	padding: 4px;
}
.talk_res_inyo {
	font-size: 12px;
	font-weight: normal;
}
.talk_res_count {
	float: right;
	padding-bottom: 5px;
	widht: 200px;
}
.talk_res_count a.like-button:hover +.likespan {
	background-color: #ffcccc;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.talk_res_count a.fa-heart:hover {
	text-decoration: none;
	opacity: 1;
}
.talk_res_count a.click_on:hover +.likespan {
	cursor: default;
}
.right-arrow {
	padding: 10px 10px;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin-right: 15px;
	position: relative;
}
.likespan {
	background-color: #b0e0e6;
	padding: 11px 10px;
	border-radius: 3px;
	transition: all 0.5s;
}
.right-arrow:before {
	left: 98%;
	top: 13px;
	position: absolute;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 0 0 #d9d9d9;
}
.fa-heart:before {
	font-size: 13px;
}
.res_count {
	font-weight: bold;
	color: rgb(95, 95, 95);
}
.heart_come {
	padding-left: 6px;
	float: right;
	position: relative;
	height: 15px;
	color: #fff;
	transition: all 0.7s;
	font-size: 13px;
	border-radius: 3px;
}
.like-button {
	border-radius: 3px;
	color: #fff;
	padding: 11px 10px;
	transition: all 0.7s;
	position: absolute;
	height: 85px;
	bottom: -20px;
	width: 57px;
	right: 0px;
}
.click_on {
	display: none;
}
.click_on+span {
	opacity: 1;
	background-color: #C1BFBC;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
.fa-heart:after {
	content: "\f004";
}
.click_on+.fa-heart:after {
	-webkit-animation: scaleFade 0.9s forwards;
	-moz-animation: scaleFade 0.9s forwards;
	animation: scaleFade 0.9s forwards;
}
.fa-heart:after {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 12.5px;
	top: 7.5px;
	z-index: 1;
	font-size: 20px;
	line-height: 20px;
	color: #ffcccc;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.click_on+.fa-heart:after:hover {
 -webkit-animation: scaleFade 0.9s forwards;
 -moz-animation: scaleFade 0.9s forwards;
 animation: scaleFade 0.9s forwards;
}
@-webkit-keyframes scaleFade {
 50% {
 opacity: 1;
 -webkit-transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
}
}
 @-moz-keyframes scaleFade {
 50% {
 opacity: 1;
 -moz-transform: scale(1);
}
 100% {
 opacity: 0;
 -moz-transform: scale(2);
}
}
 @keyframes scaleFade {
 50% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 0;
 transform: scale(2);
}
}
/* ------ 返信、通報ボタン ------ */
div.btn_box {
	margin-top: 5px;
	position: relative;
}
div.btn_box>a {
	float: right;
	text-align: center;
	display: inline-block;
	transition: all 1s;
}
div.btn_box>a {
	color: #D0CCDD;
	padding: 3px 0 1px 0;
}
div.btn_box a.reply_btn {
	width: 44px;
    margin-left: 5px;
}
div.btn_box a.reply_btn:hover {
	background-color: rgb(162, 169, 245);
	border-radius: 3px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
div.btn_box a.reply_btn:hover >i, div.btn_box a.tuhou:hover >i {()
	color: #FFF;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
div.btn_box a.tuhou:hover {
	background-color: #D47275;
	border-radius: 3px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
div.btn_box a.tuhou {
	width: 24px;
}
.referred_comment_num{
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}
.referred_comment_num a{
	color: rgba(87, 162, 208, 0.77);
    padding-bottom: 15px;
}
.referred_comment_num a:hover{
	text-decoration:none;
	color: #ff9393;
}
.fa-commenting-o{
	margin-right: 5px;
	font-size: 18px !important;
}
.referred_comment{
    position: absolute;
    top: 33px;
    background: #eee;
    padding: 15px 10px 0px;
    border-radius: 5px;
	z-index: 999;
}
.referred_comment:before{
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    top: -20px;
    left: 5px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #eee;
    content: "";
}
.referred_comment a{
	display: block;
    color: #57AADD;
    font-weight: bold;
}





.twitter-tweet-error{
background: url(./images/notweet.png)no-repeat;
    opacity: 0.6;
    height: 18px;
}

/*記事へのコメントエリア*/
.talk_comment {
	padding: 20px 25px 20px 20px;
	border: #CCC solid 1px;
	width: 715px;
	margin: 30px auto 50px;
	border-radius: 10px;
	background: white;
}
.loading{
	position: fixed;
    left: 50%;
    top: 30%;
    background: rgba(241, 135, 151, 0.44);
    padding: 30px;
    border-radius: 21px;
	z-index: 999;
}
.loading i{
	color: #51d1e1;
    font-size: 80px;
}

.talk_comment_title {
	font-size: 16px;
	font-weight: bold;
	width: 250px; /* 利用規約のシークレットトーク利用規約の部分の為広げる ←それだと引用ルールのとこ足りないので広げる*/
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #fc7c79;
}
.talk_comment_title.talk_tate{
	margin-bottom:0px;
}
.talk_request{
	font-size:13px;
	margin-bottom:20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.talk_request.head{
    margin-top: 3px;
}
.talk_request.head a{
	font-size: 12px;
	
}
.talk_request a{
	color: #f87b79;
    font-weight: bold;
}
.talk_request:hover{
	opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.talk_request:hover a{
	text-decoration:underline;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#form1 input[type="text"] {
	background-color: #FFFFFF;
	padding: 5px;
	width: 300px;
	vertical-align: middle;
	font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka -等幅", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
}
#form1 li {
	margin-bottom: 10px;
	font-size: 14px;
}
.img_li{
	position:relative;
	display: inline-block;
}
.img_input{
    border: solid 1px rgb(217, 217, 217);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
	margin-right: 10px;
}
.up_img_thu_div{
	height: 55px;
    display: inline-block;
    border: solid 1px #eee;
    float: right;
    margin-left: 15px;
}
.up_img_thu{
    max-width: 120px;
    max-height: 55px;
    display: inline-block;
}
#img_up:hover +div i.fa-picture-o{
	color: #F18797;
	transition: all 0.5s;
}
#img_up{
	width: 70px;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
i.fa-picture-o{
	color: rgba(48, 181, 190, 0.37);
    font-size: 35px;
	transition: all 0.5s;

}
#form1 li.write_btn {
	margin-top: 45px;
}
#form1 textarea {
	background-color: #FFFFFF;
	height: 150px;
	padding: 5px;
	width: 600px;
	font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka -等幅", "ヒラギノ角ゴ Pro W3";
	font-size: 17px;
	border-color: #d9d9d9;
	border-radius: 5px;
}
.text_btn_div{
	text-align: center;
}

input{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comment_btn {
	display: inline-block;
	min-width: 8em;
	padding: 15px;
	background-color: #F18797;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	border-style: none !important;
	cursor: pointer;
	width: 260px;
	letter-spacing: 2px;
	font-size: 15px;
	transition: all 0.5s;
}
#comment_btn:hover, .youtube_div:hover {
	opacity: 0.8;
}
/*関連トークエリア*/
.kanren_box {
	float: left;
	padding: 10px 15px;
	width: 810px;
	letter-spacing: -0.2pt;
}
.kanren {
	font-size: 17px;
	font-weight: bold;
    margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: 3px solid #fc7c79;
	border-bottom: 1px solid #eee;
}
.kanren_talk_come_time {
	float: left;
	width: 89%;
}
.kanren_talk_title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 550px;
	padding: 5px 0 0 20px;
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－投稿ページ お問い合わせ、トーク投稿、コメント入力画面*/
.make_talk_center, .make_comment_center {/* トーク投稿、コメント投稿 */
	width: 1000px;
	min-height: 650px;
	float: left;
	background: white;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.make_center_content_menubar {/* 横幅がトーク記事と違うので分けてます */
	border-bottom: 1px solid #eee;
	position: relative;
	height: 30px;
	width: 100%;
}
.make_center_content_menubar ul, .center_content_menubar ul {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	letter-spacing: -.4em;
}
#make_topic_form .center_content_menubar {
	border: 1px solid #eee;
}
.make_center_content_menubar li, .center_content_menubar li {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	letter-spacing: normal;
	position: relative;
	max-width: 35em;
}
.make_center_content_menubar li a, .back_pankuzu, .center_content_menubar li a, .preview_pankuzu {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 32px;
	padding: 0 22px 0 10px;
	line-height: 32px;
	font-size: 13px;
}
.make_center_content_menubar li a:before, .back_pankuzu:before, .center_content_menubar li a:before, .preview_pankuzu:before {
	content: "";
	display: inline-block;
	border: 16px solid transparent;
	border-left-color: #eee;
	position: absolute;
	right: -15px;
	top: -1px;
}
.make_center_content_menubar li a:after, .back_pankuzu:after, .center_content_menubar li a:after, .preview_pankuzu:after {
	content: "";
	display: inline-block;
	border: 15px solid rgba(107, 39, 39, 0);
	border-left-color: rgb(255, 255, 255);
	position: absolute;
	right: -13px;
	top: 0px;
}
.back_pankuzu:hover {
	text-decoration: underline;
	cursor: pointer;
}
.make_center_content_menubar li strong, .center_content_menubar li strong {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 32px;
	padding: 0 20px 0 10px;
	font-weight: 700;
	line-height: 32px;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#form2 ul li .indispensable, #new_report label span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	padding: 0px 6px 1px 6px;
	background: darkgray;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-pie-border-top-left-radius: 2px;
	-pie-border-top-right-radius: 2px;
	-pie-border-bottom-right-radius: 2px;
	-pie-border-bottom-left-radius: 2px;
	behavior: url(/PIE.htc);
}
#form2 input, #form2 select, #form2 textarea, #new_report input, #new_report textarea {
	border-radius: 6px;
	border: 1px solid #d9d9d9;
}
#form2 input[type="text"], #new_report input, #new_report textarea {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka -等幅", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	vertical-align: middle;
}
#form2 input[type="text"], #new_report input {
	width: 300px;
}
#form2 input#title {
	width: 600px;
}
#form2 input, #new_report input, #new_report textarea {
	margin-top: 5px;
}
#form2 li, #new_report li {
	margin-bottom: 30px;
}
label.error, #editArea label.error,
label.img_error {
	display: block;
	color: #F76767;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}
#editArea p {
	font-size: 15px;
	margin-top: 30px;
}
#form2 textarea {
	background-color: #FFFFFF;
	height: 200px;
	padding: 5px;
	width: 600px;
	font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka -等幅", "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	border-color: #d9d9d9;
	margin-top: 5px;
}
#tag_word{
	padding:7px 0px 0px 10px;
}
.kanren_box #tag_word{
	margin-bottom: 10px;
}
.tag_word,
.tag_word_pre{
	font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-right: 10px;
    display: inline-block;
}
.tag_word{
    background: #F19EA5;
	color: white;
    padding: 3px 5px;
}
.tag_word_pre{
    color: #999;
    font-size: 11px;
}


.tag_word i{
	padding-left: 5px;
	cursor: pointer;
}
#tag_word_preview{
	clear:both;
	text-align:right;
    height: 20px;
}
.tag_word_pre i,
.tag_down.tag_word i{
	margin-right:5px;
}
.tag_talk{
    padding: 0px 5px;
}
.tag_word_pre .tag_talk{
	text-decoration:underline;
}


input#name,
input#tag {
	display: block;
}
/*お問い合わせ*/
.report_content_area {
	width: 590px;
	height: 200px;
}
.static p {
	margin-top: 15px;
	color: #555;
	font-size: 13px;
	line-height: 1.5em;
}
.report_form input[type=text], .report_form input[type=email], .report_form input[type=password] {
	padding: 8px 0 6px 10px;
	width: 400px;
}
#new_report #btn_send {
	display: block;
	width: 200px;
	margin-top: 20px;
	padding: 12px 0 10px;
	font-size: 14px;
	cursor: pointer;
}
.btn_default {
	color: #333 !important;
	font-weight: 700;
	text-shadow: #fff 0 1px 1px;
	background-size: 100%;
	background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
	background-image: linear-gradient(to bottom, #fff, #f0f0f0);
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
	border: 1px solid #ddd !important;
}
.report_form input:hover {
	background-image: linear-gradient(to bottom, #EDEDED, #f0f0f0);
}
#new_report input[type=text]:focus, #new_report textarea:focus {
	outline: none;
	background: rgb(253, 245, 250);
}
.mt {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 700;
}
.point {
	list-style-type: decimal;
	margin-left: 2em;
}
.alphabet {
	list-style-type: lower-latin;
	margin-left: 3em;
}
#form2 select {
	background-color: #FFFFFF;
	width: 150px;
	font-family: Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka -等幅", "ヒラギノ角ゴ Pro W3";
	font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #424242;
	border: 1px solid #D7D7D7;
	margin-top: 5px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーcopyright*/
.copyright {
	text-align: right;
	padding: 16px 0 0;
	color: #999;
	font-size: 11px;
	width: 1200px;
	margin: 0 auto;
}
.corporate_info th {
	width: 80px;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left;
	vertical-align: baseline;
}
.corporate_info td {
	line-height: 1.5em;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: left;
}
/* －－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－トーク投稿確認画面 talk_kakunin.php */
.talk_comment.preview {
	width: 840px;
}
#make_topic_form_top .tt, div.url_preview dt {
	font-weight: bold;
	color: #FF6371;
	font-size: 14px;
}
#make_topic_form_top .tt {
	border-bottom: 1px dotted #eee;
	margin-bottom: 15px;
}
#make_topic_form_top {
	border-bottom: 1px dotted #eee;
}
.text_preview {
	margin: 0 0 20px 20px;
	font-weight: bold;
	color: #807D7D;
	font-size: 17px;
}
.name_preview {
	color: gray;
	padding-bottom: 15px;
	font-size: 12px;
	width: 100%;
}
.title_preview {
	font-size: 20px;
	font-weight: bold;
	color: #777779;
}
.img_preview img {
	max-width: 600px;
	max-height: 600px;
}
.side_title_box p {
	margin-top: -5px;
	color: #999;
	font-size: 12px;
}
.side_contens {
	overflow: hidden;
}
.writer_info{
	padding: 10px;
    display: block;
    font-weight: bold;
    color: cadetblue;
}
/* まとめαスタイル */
.spimg,
.ad_img{
	width: 60px !important;
    height: 60px !important;
    border: 1px solid rgb(192, 165, 165);
}
.blogroll_spimglink,
.blogroll-ad-spimg{
	padding: 12px !important;
	background: none !important;
	border-bottom: 1px dashed #ddd !important;
}
.spimg_txt,
.ad_txt_sp{
	font-size: 12px;
	padding-left: 10px !important;
	line-height: 1.5em !important;
}
.blogroll-channel{
	margin-bottom: 20px;
}
.blogroll-ad-default_sp{
    opacity: 0.7;
}
.fa-fa-chevron-circle-right:before{
	content:"\f138" !important;
}
input.write {/* 投稿するボタン */
	background: #f08080;
	width: 150px;
}
input.write2 {/* 菫ｮ豁｣縺吶ｋ繝懊ち繝ｳ */
	background: #6495ed;
	width: 85px;
	margin-right: 30px;
}
input.write, input.write2 {/* 修正するボタン */
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;
}
#form1 ul li span:not(.quick_description) {
	vertical-align: middle;
	margin-left: 8px;
	padding: 2px 9px 2px 8px;
	background: darkgray;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-pie-border-top-left-radius: 2px;
	-pie-border-top-right-radius: 2px;
	-pie-border-bottom-right-radius: 2px;
	-pie-border-bottom-left-radius: 2px;
	behavior: url(/PIE.htc);
}
.check_b {
	opacity: 0.5;
}
.make_Description {
	font-size: 15px;
	color: #A2A2A2;
	transition: all 0.5s;
}
label.id_chk{
	color: #20bf4b;
}
.quick_com_li{
	position:relative;
}
.fa-question-circle-o:hover{
	color:#F18797;
	transition: all 0.5s;
}
.fa-question-circle-o:hover +span,
.fa-question-circle-o:hover +span:after{
	opacity: 1;
	transition: all 0.5s;
} 
.fa-question-circle-o+span {
	position: absolute;
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	bottom: 35px;
	left: 115px;
	display: table;
	padding: 10px;
	border-radius: 5px;
	background: rgba(222, 222, 222, 0.88);
	color: #888686;
	font-size: 15px;
	line-height: 1.2;
	transition: 0.3s;
}
.fa-question-circle-o+span:after {
	position: absolute;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
bottom: -19px;
    left: 40px;
	opacity:0;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid rgba(222, 222, 222, 0.88);
    content: "";
		transition: 0.3s;

}

#comment {
	color: #666666;
	width: 40em;
	margin-bottom: 50px;
}
dl#urldl {
	border: 2px #999 solid;
	border-radius: 6px;
	padding: 5px;
}
dl#urlimg dd {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
}
dl#urldl img, div#make_topic_form_top img, {
 max-height: 200px;
 max-width: 200px;
}
dd {
	margin: 5px 0 15px 10px;
	min-width: 36em;
}
.str {
	clear: both;
}
/* urlを貼った時のスタイル */
.url_preview {
	background-color: #f4eaff;
	overflow: hidden;
	padding: 10px;
	border: #FFB3B9 solid 2px;
	border-radius: 8px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin: 10px 0;
}
.url_preview dl {
	margin: 0;
}
.url_preview dt {
	font-weight: bold;
}
.url_box_img {
	width: 100px;
	float: left;
	max-height: 120px;
}
.url_box_img img {
	margin-top: 0px;
	border-radius: 7px;
	max-width: 80px;
	height: inherit;
}
.url_box {
	background-color: #f4eaff;
	overflow: hidden;
	padding: 10px;
	border: #FFB3B9 solid 2px;
	border-radius: 8px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin: 10px 0;
}
.url_box_title {
	width: 560px;
	float: left;
}
.url_title a {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 600;
}
span.url_domain a {
	font-size: 10px;
	text-decoration: none;
	color: #B7B7B7;
}
.url_box_title p {
	margin-bottom: 5px;
	line-height: 1.5em;
}
p.url_description {/* このサイトURLは～ */
	margin-top: 20px;
	font-size: 11px;
	color: #ABABAB;
}
input.url_title {
	width: 500px;
	height: 25px;
}
.url_preview textarea {
	width: 600px;
	height: 80px;
}
div.ogp_img {
	width: 80px;
	height: 80px;
}
div.ogp_img img {
	max-width: 80px;
	max-height: 80px;
}
div.select_img_none, div.img_none {
	opacity: 0.3;
}
div.select_img_none a:hover {
	cursor: default;
	opacity: 1;
}
div a.btn {
	display: block;
	width: 100px;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	background-color: #688AE6;
	cursor: pointer;
}
dl.if_img dd div {
	float: left;
	margin-right: 10px;
}
/* ------ 個別ページトップ ------ */
input.btn_talk {
	cursor: pointer;
	position: absolute;
	height: 26px;
	width: 51px;
	background: url(images/Magnifying_Glass_Browser_16.png) left top no-repeat;
	background-position: 16px;
}
/* ------ コメント内容確認ヘッダー ------ */
.comment_header a img {
	position: relative;
	top: 0;
	left: 300px;
}
/* ------ 個別トークページ左下ロゴ ------ */
.left_content a {
	text-decoration: none;
}
/* ------ 画像ページ image_page.php ------ */

div.image_contents {
	clear: both;
	text-align: center;
	padding: 50px;
}
div.image_contents img {
	max-width: 700px;
	border: double 2px #F9C4C4;
	padding: 5px;
	border-radius: 5px;
}
div.image_page_back {
	text-align: center;
	clear: both;
	position: relative;
}
.latest_com {
	text-align: right;
}
.latest_com a {
	font-size: 14px;
	color: #C5C2C2;
}
/* ------ ポップアップ用スタイル 1.php ------ */
#mypopup {
	position: relative;
	padding: 20px 20px 5px 20px;
	font-size: 12px;
	color: #111;
	background-color: rgba(243, 242, 243, 0.9);
	list-style-type: none;
	line-height: 1.2;
	text-align: left;
	max-width: 750px;
	min-width: 250px;
	border-radius: 5px;
}
#mypopup::before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-right-color: rgba(243, 242, 243, 0.9);
	position: absolute;
	left: -16px;
	top: 20px;
}
.popnone {
	display: none;
}
#mypopup .twitter-tweet {
	background: url(../../images/Twitternone.png) no-repeat;
}
#mypopup span.res_number {
	width: inherit;
}
#mypopup div.talk_res_time, #mypopup div.talk_res_comment_hot {
	margin-bottom: 15px;
	padding: 0;
}
#mypopup div.talk_res_comment_hot {
	width: inherit;
}
#mypopup div.talk_res_time {
	border-bottom: 1px solid gray;
}
#mypopup li.comment-date, #mypopup li.comment-author {
	display: inline;
	color: #666;
}
#popup_wrapper {
	padding-left: 70px;
	margin-left: -20px;
	position: absolute;
}
/* ------ 画像確認ページ戻るボタン pc_image_page.php ------ */
.image_back a, .top_btn a {
	display: inline-block;
	padding: 8px 30px;
	background-color: #F18797;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	margin-bottom: 30px;
}
.totop {
	font-size: 14px;
	margin: 45px 0 15px;
	clear: both;
}
/* ソーシャルボタン */
.sns_btn {
	padding: 20px 25px 25px 0px;
}
.sns_btn i {
	color: #FFF;
}
.sns_btn li {
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
}
_::-webkit-full-page-media, _:future, :root .sns_btn li {
 margin-left: 11px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)  and (min-color-index:0) {
.sns_btn li {
 # {
"(; "
}
margin-left: 11px# {
" ;)"
}
}
}
.sns_btn a {
	font-family: 'Voltaire', sans-serif;
	font-size: 24px;
	color: #FFF;
	border-radius: 5px;
}
.sns_btn .osie {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin: -6px 17px 0 0;
	font-family: 'Voltaire', sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.osie::before {
	content: "";
	display: inline-block;
	border: 18px solid rgba(107, 39, 39, 0);
	border-left-color: #CCC;
	position: absolute;
	right: -34px;
	top: -1px;
}
.osie::after {
	content: "";
	display: inline-block;
	border: 17px solid transparent;
	border-left-color: rgb(255, 255, 255);
	position: absolute;
	right: -32px;
	top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .osie::after {
 right: -31px;
}
  ::i-block-chrome, .sns_btn .osie {
 margin:-6px 16px 0 0;
}
}
.osie i.fa-star {
	margin-right: 10px;
	color: #F1ABB5;
	-webkit-animation: spin 5.5s linear infinite;
	-moz-animation: spin 5.5s linear infinite;
	-ms-animation: spin 5.5s linear infinite;
	-o-animation: spin 5.5s linear infinite;
	animation: spin 5.5s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.google_btn.d {
	background-color: #E4A7A7;
	padding: 3px 10px 3px 2px;
}
.google_btn.d i {
	margin: 0 10px;
}
.twitter_btn.d {
	background-color: #8AD2EA;
	padding-left: 5px;
	padding: 3px 16px 3px 7px;
}
.twitter_btn.d i {
	margin-right: 10px;
}
.fb_btn.d {
	background-color: #8BAFE4;
	padding: 3px 8px;
}
.fb_btn.d i {
	margin: 0 10px 0 2px;
}
.hatebu_btn.d {
	background: #81A6CC;
	padding: 3px 10px 3px 2px;
}
.hatebu_btn.d i {
	margin: 0 10px;
}
/* ------ アニメーション pc_image_page.php ------ */
.last_comment, .fadeIn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
to {
	-webkit-transform: none;
	transform: none;
}
}
.last_comment {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	display: block !important;
}
@-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*                     いいね！ */
.sns-section {
	overflow: hidden;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 10px;
}
.sns-cover {
	width: 50%;
	height: 175px;
	float: left;
	vertical-align: middle;
	background-color: #f5f5f5;
}
.sns-right {
	text-align: center;
	margin-top: 33px;
	float: right;
	width: 50%;
}
.sns-text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.sns-section {
	display: none;
}
}
.follow_btn {
	margin: 0px auto 30px;
	width: 90%;
}
.Twitter_follow {
	text-align: right;
	margin-top: 10px;
}
.Twitter_follow .fa-twitter {
	color: #1B95E0;
	margin-right: 5px;
}

.rite{
	background: rgba(223, 223, 223, 0.43);
}
/* 404 not faund */
.secret404{
	text-align: center;
    zoom: 0.5;
}
.not404div{
	overflow: hidden;
}
.not404btn{
	text-align:center;
	    margin-top: 50px;
}
.not404btn div{
	display:inline-block;
	margin: 0px 20px;
}
.not404div .week_hot{
	border-top: 1px solid #eee;
    margin-top: 40px;
}
.not404div .week_hot ul li{
	width:inherit;
	    display: table;
}
.not404div .week_hot ul li:nth-child(5){
	 border-bottom: none;
}
.not404div .week_hot_title{
	    display: table-cell;
    vertical-align: middle;
	float:none;
    width: 265px;
    padding-left: 5px;
}
.not404btn a{
	width: 102px;
}