@charset "UTF-8";
.user_article_blog_header{
	background-color: black;
	opacity: 0.7;
	font-size: 16px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
}
.user_article_blog_header a, .user_article_blog_header a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.user_article{
	margin: 0.5em 10px;
	overflow: hidden;
}
.user_article_header{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0.5em 0.5em;
}
.user_article_title{
	font-weight: bold;
	margin-top: 0.5em;
}
.user_article_title_icon{
	margin-right: 0.5em;
}
.user_article_filter{
	text-align:right;
}
.user_article_main{
	padding: 0.5em;
	overflow: hidden;
	word-break: break-all;
}
.user_article_main font{
	line-height: 100%;
}
.user_article_main img{
	max-width:100%;
}
.user_article_time{
	display: block;
	font-size: 14px;
	text-align: right;
}
.user_article_simple_nav{
	background-color: #FFFFFF;
	border: 2px solid #EFEFEF;
	border-radius: 3px;
	margin: 0 0.5em;
}
.user_article_simple_nav.user_article_pager{
	width: 50%;
}
.user_article_simple_nav_link, a.user_article_simple_nav_link:visited{
	padding: 0.5em;
	color: #333333;
	text-decoration:none;
}
.user_article_simple_nav_link .arrow, a.user_article_simple_nav_link:visited .arrow{
	color: #e4bb88;
}
.user_comment_blog_title{
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#FEFDFC));
	background: -moz-linear-gradient(top, #F9F9F9, #FEFDFC);
	background: -o-linear-gradient(top, #F9F9F9, #FEFDFC);
	border-bottom: 1px solid #E4DFD6;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
}
.user_comment_blog_title a{
	text-decoration: none;
}
.user_comment_article_title{
	font-size: 14px;
	padding: 0.5em 0em;
}
.user_article_social_nav{
	margin: 1em auto;
	width: 260px;
}
.user_article_social_nav_item{
	float: left;
	overflow: hidden;
}
.user_article_social_nav_item.twitter{
	width: 110px;
}
.user_article_social_nav_item.facebook{
	width: 80px;
}
.user_article_social_nav_item.facebook > a{
	width: 4em;
	line-height: 1em;
	display: block;
}
.user_article_social_nav_item.mixi{
	width: 70px;
}
.user_article_list_btn{
	margin-top: -0.2em;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 2em;
	background-color: #FCF5EC;
	color: #7a531b;
	text-decoration: none;
	padding-left: 15px;
}
.user_article_list_btn > a{
	color: #7a531b;
	text-decoration: none;
}
/*
.user_article_read_btn{
	background-color: #FCF5EC;
color: #7a531b;
}
*/
.user_article_top_paging{
	padding-top: 10px!important;
	padding-bottom: 5px;
/*	border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}
.user_article_category_list{
	padding: 0.5em;
	line-height: 2.0em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.user_article_category_list .link {
	display: block;
	line-height: 2.0em;
	padding: 5px 10px 5px 0px;
	position: relative;
}
.user_article_category_list .dot {
	left: 0px;
	position: absolute;
	color: #000;
}
.user_article_category_list .subject {
	float: left;
	text-decoration: underline;
	padding-left: 15px;
}
.user_article_category_list .time {
	float: right;
}
/*for comment page*/
.cmnt_list_item {
	padding: 10px;
}
.cmnt_list_item .name{
	color:#fff;
}
.cmnt_balloon {
	border: 1px solid #DDD5D8;
	border-radius: 4px 4px 4px 4px;
	padding: 5px 8px;
	margin-top: 0.5em;
	position: relative;
	background-color: white;
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	word-break: break-all;
}
.cmnt_balloon:before, .cmnt_balloon:after {
	/*
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	*/
}
.cmnt_balloon:before {
	/*
	border-bottom: 6px solid rgba(255, 255, 255, 0);
	border-right: 6px solid #DDD5D8;
	border-top: 6px solid rgba(255, 255, 255, 0);
	top: 10px;
	margin-left: -6px;
	*/
}
.cmnt_balloon:after {
	/*
	border-bottom: 6px solid rgba(255, 255, 255, 0);
	border-right: 6px solid #FFFFF3;
	border-top: 6px solid rgba(255, 255, 255, 0);
	top: 10px;
	margin-left: -5px;
	*/
}
/* ---------------------------------------------
小リスト
----------------------------------------------- */
.ListSection{
	margin-top:1em;
}
.small_list_frame{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-left:10px;
	margin-right:10px;
	background-color: #FFFCF8;
}
.small_link_list + * {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.small_link_main {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
}
.small_link_list_item {
	border-bottom: 1px solid #F7F4F0;
	line-height: 16px;
}
.small_link_list_item .box_list {
	text-decoration: none;
	padding: 10px;
	color: #7a531b;
}
.small_link_list_arrow{
	margin: 0 0.25em;
	border-color: #e4bb88;
}
.list_no_btm li:last-child {
	border-bottom: none;
}
.footer_arrow {
	display: block;
	height: 7px;
	width: 7px;
	border-top: solid 2px;
	border-right: solid 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	color: #e4bb88;
}
/* ---------------------------------------------
3つ並びサムネリスト
----------------------------------------------- */
.thum_list_base{
	border-top: 1px solid #EDE9E1;
}
.thum_list{

	width: 100%;
	padding-top: 1em;
}
.thum_list_item{
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 33%;
	float:left;
}
.thum_list_item p {
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	width: 8em;
}
.thum_list_link{
	padding: 0.75em;
	text-decoration: none;
}
.thum_list_thum_big{
	width: 90px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}
.thum_list_thum_big img{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 5px;
}
.thum_list_thum_big_shadow{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 1) inset;
	position: absolute;
	top: 0;
}
.thum_list_thum_tip{
	display: block;
	width: 17px;
	height: 17px;
	background-color: #FF4D7E;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: -5px;
	top: -5px;
}
.thum_list_thum_area{
	width:35px;
	text-align:center;
}

/* アルバムもっと見るボタン */
.album_more{
	padding: 0.8em 10px;
	text-align: right;
	text-decoration: none;
	line-height:14px;
}
.album_more p{
	padding-bottom: 0;
	color: #000000;
}
.album_more .arrow {
	border-color:#949492;
}
/* タイトル部分 */
.album_title{
	color: #000;
	padding: 0.5em 10px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}
.album_title h3{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
}
.album_title p{
	font-size:12px;
	line-height: 1.4em;
}
.sample{
	position: absolute;
	top: 50%;
	width: 250px;
	height: 50px;
	left: 50%;
	margin-left: -125px;
	background: url(../../../../img/smp/sample2.png);
	background-size: 250px 50px;
	margin-top: -25px;
}
/* アルバム画像部分 */
.thum_list_thum_album{
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}
.thum_list_thum_album img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
.user_album_base {
	margin:0 10px;
	border: 1px solid #CACACA;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px 0 rgba(51, 51, 51, 0.5);
	overflow: hidden;
}

/* プロフィール部分 */
.column_frame{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-left:10px;
	margin-right:10px;
	background-color: #FFFCF8;
}
.column_frame.no_shadow {
	box-shadow: none;
}
.column_frame .inner{
	padding:10px;
}
.profileSection{
	margin-top:7px;
}
.profileSection .name{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
.profileSection .name_link{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ff9999;
	line-height: 1.2em;
	text-decoration: none;
}
.profileSection .genre_name{
	text-align: right;
	font-size: 14px;
	line-height: 1.2em;
}
.prof_link a, .prof_link a:visited {
	padding: 0em;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	padding-right: 0;
	line-height: 1.0px;
}
.profileSection .blog_detail_area{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	margin-top:5px;
}
.columnUserProfile .imageFrame{
	border:1px solid #000000;
	border-radius: 4px;
	margin-right:10px;
}
.columnUserProfile .text{
	font-size: 12px;
	line-height: 1.5em;
	word-break: break-all;
}
.columnUserProfile .imageFrame img{
	display:block;
	width:48px;
	height:48px;
	border-radius: 4px;
	font-size: 8px;
	line-height: 1em;
	overflow: hidden;
}
.column_frame .title{
	font-weight: bold;
	text-align: center;
	position: relative;
}
.column_frame .title.articleTitle{
	text-align: left;
}
.column_frame .title .partition{
	display:block;
	width:100%;
	height:1px;
	background-color:#F7F4F0;
	border-bottom:1px solid #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.column_frame .title.articleTitle .category{
	color: #7F7F7F;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: right;
}
.column_frame .title.articleTitle .category a{
	color: #7F7F7F;
}
.column_frame .more{
	text-align: right;
	text-decoration: none;
	position: relative;
}
.column_frame .more .text{
	margin-right:10px;
	font-size: 13px;
	line-height: 1.2em;
}
.column_frame .more .partition{
	display:block;
	width:100%;
	height:1px;
	background-color:#F7F4F0;
	border-bottom:1px solid #FFFFFF;
	position: absolute;
	left: 0;
	top: 1px;
}
.column_frame .freetext{
	font-size: 12px;
	line-height: 1.5em;
}

.relationNewsWrap{
	margin-left:10px;
	margin-right:10px;
}
.relationNews{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f6f6f6;
	border: 1px solid #cacaca;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 2px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 2px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 2px -5px rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 5px;
	text-decoration: none;
}
.relationNews .image{
	margin-right: 5px;
	width: 70px;
}
.relationNews .text{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}
.relationNews .summary{
	color: #575656;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.relationNews .date{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: right;
}
/*ユーザー記事ページ ヘッダへのピックアップブログ追加 160613*/
.showArticleHeader .column_frame .inner{
        padding: 0.5em 10px;
}
.showArticleHeader .column_frame h3.title.inner{
        border-radius: 10px 10px 0 0;
            
}
.showArticleHeader .column_frame .footer_more.inner {
            border: none;
            padding: 10px;
}
.showArticleHeader .column_frame div.ranking_list_item img{
            border-radius: 4px;
}


/* 動画サムネ表示関連(※テスト中) */

video.movie_player {
    width:320px;
    height: auto;
}
div.movieThumbFix{
    position: relative;
    overflow:hidden;
}
div.movieThumbFix img {
    width: 100%;
}
div.movieThumbFix span.appNotification {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
div.movieThumbFix span.appNotification p.appBnr {
    position: absolute;
    width: 96%;
    left: 0;
    right: 0;
    display: inline-block;
	margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.movieThumbFix span.appNotification a.appOpenLink {
    display: inline-block;
    position: absolute;
    width: 35%;
    height: 25%;
    left: 24%;
    top: 52%;
}
div.movieThumbFix span.appNotification a.appStoreLink {
    display: inline-block;
    position: absolute;
    width: 35%;
    height: 25%;
    left: 62%;
    top: 52%;
}

div.expandComment {
	height:auto;
	overflow:hidden;
	transition-duration:1s;
}
div.expandComment._hide {
	height:0;	
}


.user_article_area span#more {
    display: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color:#7a531b;
}
.user_article_area span#more span.arrow {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-top: solid 2px;
    border-right: solid 2px;
    margin: 4px 3px 3px 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    color: #e4bb88;
}
.user_article_area span#less {
    display: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    color:#7a531b;
}
.user_article_area span#less span.arrow {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-top: solid 2px;
    border-right: solid 2px;
    margin: 0px 3px 0px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: #e4bb88;
}




