/*===============================================
● ProfileSkin BasicTest(スキン作成作業用)

#profile →　PC・スマホ全体の画面
#profile_layout_1 ~ 3 →　PC画面で設定できるレイアウトの番号
#menu →　スマホの開閉メニューの領域
===============================================*/


/*===============================================
● ProfileSkin Basic_wbkr_1(ベーシック・白黒赤背景1)
===============================================*/
#profile .header, #profile #nav-sub {
    background: #000000;
    color: #dd0000;
}

#profile #nav-toggle span { 
    background: #dd0000; 
}

#profile #profile_layout_1 .profile_publisher_name {
    text-shadow: none;
    color: #999999;
}

#profile #profile_layout_2 .profile_publisher_name {   
    color: #aa0000;
}

#profile #profile-contents{
}

#profile .header-image{
}

#profile .header-padding-pc{
}

#profile .header-padding-sp{
}

#profile .profile-body{
    background: #ffffff;
}

#menu.profile {
}

#profile .introduction {
    background: rgba(255,255,255,0.8);
}

#profile .detail .showmore_trigger {
    background: #dd0000;
    color: #ffffff;
}

#profile .wrapper:not(.freespace) {
    border-radius: 0px;
    overflow: hidden;
    border: solid 1px #000000;
    background: #ffffff;
}

#profile .freespace.wrapper {
    background: none;
}

#profile h2{
    background: #000000;
    color: #dd0000;
}

#profile h3{
    color: #dd0000;
}

#menu .wrapper h2, #menu .wrapper.nb h2 {
    background: #000000;
    color: #dd0000;
}

#menu .wrapper h3, #menu .wrapper.nb h3 {
    color: #dd0000;
}

#profile .article_title{
}

#menu.profile .article_title{
}

#profile .article_body{
}

#menu.profile .article_body{
}

#profile a.link, #menu.profile a.link { 
    color: #dd0000;
}
#menu.profile a.article_title { 
    color: #dd0000;
}

#profile a.link:link, #menu.profile a.link:link{
}

#profile a.link:visited, #menu.profile a.link:visited{
    color: #990000;
}

#profile .button_follow, #menu.profile .button_follow{
}

#profile .header a:link,
#profile .header a:visited
 {
    color: #dd0000;
}

#profile .profile_header_menu_center ul li:hover {  
    opacity: 0.7;
    background: rgba(255,255,255,0.2);
    color: #ffffff;
 }

#profile h2 a, #menu.profile h2 a {
    color: #dd0000;
}

#profile .calendar.wrapper table td.today {
    background: #efead4;
}
