@charset "Shift_JIS";

@import url(normalize.css);

/* ===== 基本設定 ===== */

body {
	width: 100%;
	background: #ffffff;
	font-family:'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	font-size: 14px;
	color: #000000;
	-webkit-text-size-adjust: none;
}

button {
	width: auto;
	background-color: rgba(0,0,0,0);
	border: 0;
}

p {
	 line-height: 19px;
	 margin:10px 0;
}

a { 
}

a:visited{ 
}

a:hover {
}

hr {
	border: none;
	border-bottom: 1px dashed #808080;
}

h3 {
	background-color: #ffffff;
	border-top: 1px solid #00a9c8;
	border-bottom: 1px solid #00a9c8;
	color: #4c4d82;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin: 0;
}


/* ===== リンクカラー ===== */

.text_deco_none {
	text-decoration: none;
}

.link_white a {
	color: #ffffff;
	background-color: transparent;
}

.link_white a:hover {
	color: #ffffff;
	background-color: transparent;
}

.link_white_simple a {
	color: #ffffff;
	background-color: transparent;
    text-decoration:none;
}

.link_white_simple a:hover {
	color: #ffffff;
	background-color: transparent;
    text-decoration:none;
}

.link_black_simple a {
    color: #000000;
    background-color: transparent;
    text-decoration:none;
}

.link_black_simple a:hover {
    color: #000000;
    background-color: transparent;
    text-decoration:none;
}


/* ===== 文字色・ボールド・中央そろえ ===== */

.color_hello {
	color: #00a9c8;
}

.color_girl {
	color: #ff66cc;
}

.color_boy {
	color: #3366cc;
}

.color_info {
	color: #808080;
}

.color_link {
	color: #0b28fb;
}

.color_on {
	color: #00a9c8;
}

.color_black {
	color: #000;
}

.color_white {
	color: #fff;
}

.color_red {
	color: #ff0000;
}

.color_orange {
	color: #ff9933;
}

.color_notice {
	color:#ffffff;
	background-color:#ff0000;
	font-weight: bold;
}

.color_darkyellow {
	color: #CC9933;
}

.color_gray {
        color: #9e9e9f;
}

.font_bold {
	font-weight: bold;
}

.font_center {
	text-align: center;
}

.font_right {
	text-align: right;
}

.font_left {
	text-align: left;
}

.font_small {
	font-size: 8px;
}

.font_middle {
	font-size: 10px;
}

.font_12px {
        font-size: 12px;
}

.font_14px {
        font-size: 14px;
}

.font_16px {
        font-size: 16px;
}

.font_32px {
        font-size: 32px;
}

.color_blue {
        color: #1aa6c2;
}

.color_confirm {
        color: #01a9c9;
}

.wakupl_blue {
    color: #47ccd9;
}

.wakupl_darkblue {
    color: #1aa6c2;
}

.wakupl_gray {
    color: #888888;
}

div.kadomaru {
   width: 200px;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #1aa6c2  solid;     /* 枠線の装飾 */
   background-color: #ffffff;   /* 背景色 */
}

div.kadomaru_tel_password {
   width: 150px;
   height: 40px;
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #1aa6c2  solid;     /* 枠線の装飾 */
   background-color: #ffffff;   /* 背景色 */
}

.number_color_blue {
/*        color: #1aa6c2; */
        background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}

.icon_margin {
	vertical-align: 1px;
	margin-right: 3px;
}

.margin_center {
	margin: 0 auto;

}

.margin_bottom10 {
	margin-bottom: 10px;
}

/* ===== スペース ===== */

.space {
	margin-top: 40px;
}

.space_margin_top20 {
	margin-top: 20px;
}

.w100p { width: 100%; }

/* ===== 要素指定 ===== */

/* インラインブロック */
.inline {
	display: inline-block;
	display: -webkit-box;
	display: -moz-inline-box;
	height: auto;
}

/* ブロック */
.block {
	display: block;
	height: auto;
}

/* imgと文字の高さ調節 */
.img_line {
	vertical-align: top;
}

.img_line_middle {
	vertical-align: middle;
}

.img_line_bottom {
	vertical-align: bottom;
}

.img_vartical_top {
	vertical-align: -10%; 
}

/* ===== 会員登録画面のテーブル ===== */



/* ===== ホーム画面操作パネル ===== */

.home_cont {
	border-top: 1px solid #9a9f9d;
	border-bottom: 1px solid #9a9f9d;
	border-left: none;
	border-right: none;
	width: 100%;
	background-color: #ffffff;
}
.home_cont td {
	width: 16%;
	padding-top: 5px;
}

.home_cont a , .home_cont a:hover , .home_cont a:visited {
	text-decoration: none;
	color: #000000;
}

.home_cont_rightborder {
	border-right: 1px solid  #9a9f9d;
}

.home_cont_rightborder2 {
	border-right: 1px solid  #9a9f9d;
	width: 20% !important;
}

.home_cont_bottomborder {
	border-bottom: 1px solid  #9a9f9d;
}

.home_cont_button {
	border: none;
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

.home_cont_icon {
	display: block;
	border: none;
	text-align: center;
	margin: 0px auto;
}

/* ===== わくぷら色の線 ===== */

.border_rank {
	border-top:#48CCDB solid 3px;
	border-bottom:#48CCDB solid 1px;
	margin:10px 0 5px 0;
	padding:10px 0 10px 10px;
}

.waku_border { /*上下マージンなし*/
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
	border-top:1px solid #48CCDB;
}

.waku_border3 { /*上下マージンなし*/
        margin: 0;
        padding: 0;
        border: none;
        background-image: none;
        border-top:3px solid #48CCDB;
}
.waku_border_gray {
        margin: 0;
        padding: 0;
        border: none;
        background-image: none;
        border-top: 1px solid #9a9f9d;
}
/* ===== 入力パネル ===== */

.input_panel {
	width: 100%;
	border: 1px solid #9a9f9d;
}

.input_panel_border_bottom {
	border-bottom: 1px solid #9a9f9d;
}

.input_panel_border_right {
	border-right: 1px solid #9a9f9d;
}

.input_panel_tag {
	width: 40%;
}

.input_panel_td_first {
	padding: 5px;
	background-color: #f3f3f3;
}

.input_panel_td_second {

	border: 1px solid #9a9f9d;
	padding: 5px;

        background: rgb(255,255,255); /* Old browsers */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */

        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */

        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */

        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */

        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.input_panel_button {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #4c4d82;
	font-weight: bold;
}

/* ===== 入力パネル（コメント） ===== */

.comment_input {
	width: 100%;
	border: none;
}

/* ===== 画像リサイズ ===== */

.resize{
	max-width : 100%;
	border : none;
}

/* ===== 構成 ===== */

#base {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
    left: 0px;
}

#base2 {
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
}


.base_height {
	height: 1820px;
}

#content {
	position: relative;
	width: 100%;
    left: 0px;
	z-index: 10;
	overflow: hidden;
}

#content3 {
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
}



/* ===== ヘッダー ===== */

header {
	position: absolute;
        top: 0px;
        left: 0px;
	width: 100%;
	height: 45px;
	background-image: url(../../img/plus_sp/header_back.png);
	background-repeat: repeat-x;
        z-index:100;
	
}

header a:hover {
	background-color:transparent;
}

.do-fixed header {
    position: fixed;
}

/* サイドメニューボタン */
.area_sidemenu {
	position: absolute;
	top: 9px;
	left: 9px;
}	

/* ロゴボタン */
.area_logo {
	position: relative;
	margin: 0 auto;
}	

/* 新着ボタン*/
.area_new {
	position: absolute;
	top: 8px;
	right: 16px;
}

/* 新着ゲームボタン*/
.area_new_game {
	position: absolute;
	top: 9px;
	right: 58px;
}

.icon_game_notice {
	background-image: url(../../img/plus_sp/icon_menu_white.png);
	background-repeat: no-repeat;
        z-index:100;
width:33px;
height:24px;
-moz-background-size:contain;
background-size:contain;
}

.icon_game_notice_new {
	background-image: url(../../img/plus_sp/icon_menu_white_new.png) !important;
}

/* サイドメニュー新着ボタン*/
.area_sidemenu_new {
        position: relative;
        top: 9px;
        right: 0px;
}

/* 友達ボタン*/
.area_friend {
	position: absolute;
	top: 9px;
	right: 56px;
}
/* メールボタン*/
.area_mail {
	position: absolute;
	top: 9px;
	right: 93px;
}
/* ワッペン */

.wappen {
	position: absolute;
	top: 0px;
	left: 14px;
}

.wappen_value {
	color:#fff;
	font-size:8px;
	font-weight:bold;
	text-align:center;	
}

/* ===== 見出し ===== */

.large_ttl {
	color: #48CCDB;
	border-bottom: #48CCDB solid 3px;
	margin: 10px 0;
	padding: 0 0 10px 10px;
}

.large_ttl_no_line {
	color: #48CCDB;
	margin: 10px 0;
	padding: 0 0 10px 10px;
}

.my_game_ttl {
    border-bottom: 0;
}

.subtitle {
	padding: 10px 20px;
	height: auto;
	border-bottom: 1px dashed #555555;
}

.subtitle_solid {
	padding: 10px 20px;
	height: auto;
	border-bottom: 1px solid #48CCDB;
}

.smalltitle {
	background-color: #48CCDB;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

TABLE.smalltitle {
	background-color: #48CCDB;
	height: 40px;
	padding: 8px 12px;
	color: #ffffff;
}

.smalltitle_tablike {
	background-color: #ffffff;
	border:1px solid #48CCDB;
	height: 21px;
	width: 33.3333%;
	padding: 8px 0 8px 0px;
	margin-bottom: 5px;
	text-align: center;
}

.smalltitle_tablike_active {
	background-color: #48CCDB;
	color: #ffffff;
}	

DIV.smalltitle_tab_base {
    width: 100%;
    display: table;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 3px 0;
    border: 0;
}

.smalltitle_tab {
    display: table-cell;
	background-color: #ffffff;
	border-top:    1px solid #48CCDB;
	border-left:   1px solid #48CCDB;
	border-right:  1px solid #48CCDB;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	border-bottom: none;
	height: 21px;
	padding: 8px 4px 8px 4px;
	text-align: center;
}

.smalltitle_tab_active {
	background-color: #48CCDB;
	color: #ffffff;
}

DIV.smalltitle_arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 14px;
}

DIV.smalltitle_arrow_down {
    background: url('/img/plus_sp/arrow_down.png') no-repeat;
    background-size: contain;
}

DIV.smalltitle_arrow_up {
    background: url('/img/plus_sp/arrow_up.png') no-repeat;
    background-size: contain;
}

/* ===== マイゲーム「利用中のゲームアイコン化」 ===== */

.smalltitle_new {
    height: 23px !important;
    background-image: url(../../img/plus_sp/smalltitle_back.png) !important;
    background-repeat: repeat-x;
    z-index:100;
    padding: 4px 0 0 !important;
}

.area_contents_underline {
    border-bottom: 1px solid #b5b5b5;
}

.area_contents_icon_list {
    margin: 0;
    padding: 8px 8px 0;
    width: auto;
    text-align: center;
}

.area_contents_icon_list_more {
    width: 86%;
    min-width: 300px;
    margin: 0 auto;
}

.area_contents_icon_noting_list {
    margin-left: 0;
    padding-left: 0;
}

.area_contents_icon_list ul {
    list-style: none;
    margin: 0 -8px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.area_contents_icon_list li {
    /*float: left;*/
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0;
    position: relative;
    width: 64px;
    height: 86px;
}
.area_contents_icon_list span {
    color: #959595;
    font-size: 9pt;
    font-weight: bold;
}

.area_contents_icon_overlay {
    z-index: 100;
    width: 64px;
    height: 64px;
    background-color: #777;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
}

.area_contents_icon_list a {
    text-decoration: none !important;
    display: block !important;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.game_search {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.game_search_text {
    display: table-cell;
}

.game_search_submit {
    display: table-cell;
    width: 80px;
    text-align: right;
}

.game_search_text input[type="text"] {
    box-sizing: border-box;
    border: 3px solid #5a92c7;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */ 
    height: 100%;
    width: 100%;
    padding: -3px;
}

.game_search_submit input[type="submit"] {
    background-color: white;
    color: #48CCDB;
    border: 2px solid #48CCDB;
    height: 100%;
    padding: 1px 20px;
}

.game_of_the_week {
    display: inline-block;
    border: 1px solid #5a92c7;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    padding: 8px;
}

.game_of_the_week a{
    display: block;
    width: 64px;
    height: 64px;
}

.game_of_the_week img{
    width: 64px;
    height: 64px;
}

.game_of_the_week p{
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #5a92c7;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
    padding: 5px 0px;
    color: white;
    background-color: #48CCDB;
    text-align: center;
    margin: 0;
    font-size: 9pt;
}

.area_contents_game_top {
    border: 1px solid #5a92c7;
    width: 100%;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
    position: relative;
    margin: 0;
}

.area_contents_game_top span{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #48CCDB;
    margin: -1px 0 0 -1px;
    padding: 8px;
    box-sizing: border-box;
    color: white;
    height: 32px;
    font-weight: bold;
    border-top-left-radius: 10px;        /* CSS3草案 */  
    -webkit-border-top-left-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius-topleft: 10px;   /* Firefox用 */ 

}

.area_contents_game_top_content {
    margin-top: 38px;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
}

.area_contents_game_top_content p{
    display: block;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    color: #555;
}

.area_contents_game_tile_line {
    border-bottom: 1px solid #b5b5b5;
    height: 1px;
    width: 100%;
}

.area_contents_game_tile {
    display: table;
    width: 100%;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    background: -moz-linear-gradient(top center, #fff 0%, #e0e0e0 100%);/* Firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0e0e0));/* Chrom と Safari */
    background: linear-gradient(top center, #fff 0%, #e0e0e0 100%);/* 共通 */
}

.area_contents_game_tile_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 70px;
    padding: 8px;
}

.area_contents_game_tile_icon img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 3px 2px #a0a0a0;
    -moz-box-shadow: 0px 3px 2px #a0a0a0;
    -webkit-box-shadow: 0px 3px 2px #a0a0a0;
}

.area_contents_game_tile_text {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding: 8px;
}

.area_contents_game_tile_text_title {
    margin: 0;
    padding: 0;
}

.area_contents_game_tile_text_content {
    margin: 0;
    padding: 0;
    font-size: 9pt
}

.area_contents_game_tile_link {
    text-decoration: none;
    color: black;
}

.area_more_game_tile {
    text-align: right;
    color: white !important;
    background-color: #b5b5b5;
    padding: 8px;
}

.area_more_game_tile_border {
    text-align: right;
    color: white !important;
    background-color: #b5b5b5;
    padding: 8px;
    border-bottom: 1px solid black;
}

.area_more_game_tile_center {
    text-align: center;
}

.area_more_game_tile_border_top {
    text-align: right;
    color: white !important;
    background-color: #b5b5b5;
    padding: 8px;
    border-top: 1px solid black;
}

.game_tile_pager{
    position: relative;
    padding-right: 10px;
}

.game_tile_pager a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    padding: 0 2px;
    display: inline-block;
}

.pager_number {
    float: left;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 5px;

}
.pager_number li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.pager_number span{
    font-weight: bold;
    font-size: 12pt !important;
}

.area_contents_category_tile {
    display: table;
    width: 100%;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    background: -moz-linear-gradient(top center, #fff 0%, #e0e0e0 100%);/* Firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0e0e0));/* Chrom と Safari */
    background: linear-gradient(top center, #fff 0%, #e0e0e0 100%);/* 共通 */
    padding: 5px;
}

.area_contents_game_tile_icon_small {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    padding: 2px;
}

.area_contents_game_tile_icon_small img {
    width: 32px;
    height: 32px;
    display: block;
}

.area_contents_game_tile_icon_xsmall {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
}

.area_contents_game_tile_icon_xsmall img {
    width: 35px;
    height: 35px;
    display: block;
}

.area_contents_game_tile_text_small {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding: 2px;
}

.area_contents_game_tile_text_xsmall {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding: 0 10px;
}

.area_contents_game_tile_text_notice {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding: 4px 10px;
    color: blue;
}

.no_bottom_margin_ttl {
    margin-bottom: 0 !important;
}

/* ===== コンテンツ ===== */
section {
    width: 100%;
}

.area_contents {
	position: relative;
	margin: 0;
	padding: 10px;
	border: none;
}

.area_contents_te {
        position: relative;
        margin: 0;
        padding: 2px;
        border: none;
}

.area_contents_s {
        position: relative;
        margin: 0;
        padding: 5px;
        border: none;
}

.area_contents_lr {
    position: relative;
    margin: 0;
    padding: 0 10px;
    border: none;
}
.area_setting {
	background-color: #d6eef2;
	position: relative;
	border-top: 1px dashed #00a9c8;
	margin:0;
	margin-bottom: 15px;
	padding: 10px 30px 12px 30px;
	line-height: 24px;
}
/* ===== いいねアイコン ===== */
#icon_good_jump {
    height:24px;
    width: 24px;
}
#icon_good_jump a img  {
    position:relative;
    z-index:1;
}
DIV.icon_good_jump a img {
    position: relative;
    z-index: 1;
}
/* ===== もっと見る系リンク ===== */

.more_btn {
	margin:0 auto;
}

.area_more {
	border-top: 1px solid #9a9f9d;
	border-bottom: 1px solid #9a9f9d;
	padding: 8px;
	text-align: right;
}

.area_more_left {
        border-top: 1px solid #9a9f9d;
        padding: 8px;
        text-align: left;
}
.area_more_left_bottom {
        border-top: 1px solid #9a9f9d;
	border-bottom: 1px solid #9a9f9d;
        padding: 8px;
        text-align: left;
}

.area_more_right_border_top {
	border-top: 1px solid #9a9f9d;
	border-bottom: 1px;
	padding: 8px;
	text-align: right;
}

.area_more_right_border_none {
	border-top: 1px;
	border-bottom: 1px;
	padding: 8px;
	text-align: right;
}


.area_more_border_none {
	border-top:none;
}

.area_more_all_border_none {
	border: none;
}

.area_more_all_border_none_left {
        border: none;
        text-align:right;
        padding: 8px;
}

.area_more_button {
	width: 100%;
	text-align: center;
	margin: 5px auto;
}

/* ===== コメント履歴 ===== */

.comment_history {
	position: absolute;
	right: 10px;
}

.comment_status {
	position: absolute;
	right: 10px;
	bottom: -2px;
}

.comment_status_table {
	text-align: right;
	margin-top: 10px;
}
/* ===== もっと見る（中央寄せ) ===== */

.more_button{
	margin: 0 auto;
}

/* ===== 写真 ===== */

.picture_status {
	width: 100%;
}
.picture_status a{
	text-decoration: none;
}

/* ===== アプリ ===== */

.app_table {
	border: none;
	width: 100%;
}

.app_table td {
	padding: 5px;
}

.app_table_nopad {
	border: none;
	width: 100%;
}

/* ===== ツイートフレーム ===== */

.tweet_frame {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 14px;
}

.tweet_frame p {
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.tweet_frame_text {
	width: 100%;
	padding: 5px;
	height: auto;
}

.tweet_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ===== 日記 ===== */

.diary_icon_margin {
	height: auto;
	line-height: 18px;
}


/* ===== アバター丸表示 ===== */
.avater_circle {
    height: 60px;
    width: 60px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
/*  
    box-shadow: 0px 0px 0px 3px #F60;
    -moz-box-shadow: 0px 0px 0px 3px #F60;
    -webkit-box-shadow: 0px 0px 0px 3px #F60;
*/
}
.avater_circle img {
    width: auto;
    height: 120px;
    margin-left: -25%;
    margin-top: -0%;
}

/* ===== 3Dアバター丸表示 ===== */
.avater_circle_3d {
    height: 60px;
    width: 60px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
/*  
    box-shadow: 0px 0px 0px 3px #F60;
    -moz-box-shadow: 0px 0px 0px 3px #F60;
    -webkit-box-shadow: 0px 0px 0px 3px #F60;
*/
}
.avater_circle_3d img {
    width: 60px;
    margin-top: -15%;
}


/* ===== 写真丸表示 ===== */
.photo_circle {
    height: 60px;
    width: 60px;
    overflow: hidden;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}       
.photo_circle img {
    width: auto;
    height: 60px;
    margin-left: -0%;
    margin-top: -0%;
}


/* ===== 写真スライドショー ===== */

.slideshow_photo {
	width: 100px;
	height: 100px;
	margin: 10px 0 0 10px;
}

.slideshow_photo_img {
	width: 100px;
	height: 100px;
	border: none;
    border-radius: 12px;
}

.slideshow_margin {
	margin-top: 5px;
}


/* ===== 写真一覧表示 ===== */


.photo_pagenation {
	position: relative;
	height: 30px;
}

.photo_pagenation_prev {
	position: absolute;
	top: 10px;
	left: 10px;
}

.photo_pagenation_next {
	position: absolute;
	top: 10px;
	right: 10px;
}

.photo_pagenation_center {
	position: absolute;
	top: 10px;
	left: 38%;
}

.pager {
	padding-top: 20px;
	text-align: center;
}

.pager a {
	padding: 0 6px;
}

.padding10 {
	padding: 10px;
}

.padding5 {
	padding: 5px;
}

.padding3 {
	padding: 3px;
}

.padding_top0 {
	padding-top: 0;
}

/* =====   アイテムスライドショー ===== */

.slideshow_item {
        width: 80px;
        height: 80px;
        padding: 5px;
        border: 0px solid #808080;
        margin: 5px;
        margin-bottom: 15px;
        background-color: #ffffff;
}

.slideshow_item_img {
        width: 80px;
        height: 80px;
        border: none;
}

/* ===== 入力フォーム ===== */

.form_label { /* フォームラベル部 */
	margin-top: 5px;
	position: relative;
}

.form_counter { /* 文字数カウンタ */
	font-size: 11px;
	text-align: right;
}

.form_input { /* タイトル */
	border: 2px solid #dbdcdc;
	width: 98%;
	margin: 4px auto;
	padding: 2px;
	height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_input_blue { /* タイトル */
    border: 1px #1aa6c2 solid;     /* 枠線の装飾 */
	width: 98%;
	margin: 4px auto;
	padding: 2px;
	height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_input_large { /* 大きい入力欄 */
	border: 2px solid #dbdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 90%;
	padding: 2px;
	height: 48px;
	margin: 5px auto;
	resize: none;
	color: #000;
}


.form_input_tag { /* タグ */
	width: 95%;
}

.td_tag_label {
	width: 30px;
}

.form_textarea { /* 本文 */
	resize: none;
	height: 42px;
	color: #000;
}


.form_textarea_long {
	height: 140px;
}

.form_listbox {
	margin-right: 5px;
	background-color: #e6e7e7;
	width: 98%;
	border:1px solid #dbdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form_listbox option {
	background-color: #e6e7e7;
	font-size: 11px;
}

.form_listbox_50 {
	width: 50%;
}

.form_listbox_75 {
	width: 75%;
}

.form_listbox_30 {
	width: 30%;
}

.form_listbox_auto {
	width: auto;
}

.form_padding10 {
	padding: 10px;
}

.form_padding5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_mergintop10 {
	margin-top: 10px;
}

.form_float_button {
	float: right;
	right: 10%;
	margin-bottom: 5px;
}

.list_table {
	width: 100%;
	border: none;
}

.list_table_td {
	width: 16px;
}

.list_table_td_30 {
	width: 33.333%;
}

.list_table_td_50 {
	width: 50%;
}

.list_table_td_40 {
	width: 40%;
	padding-left: 10px;
}

.list_table td {
	padding: 3px;
}

/* ===== 日記ランキングとかのテーブル ===== */
.basic_table {
	width: auto;
	margin: 0 auto;
	border: 0;
}


/* ===== いいね！ボタンエリア２ ===== */

.good_2_button_area {
	position: relative;
	padding: 3px;
	height: 25px;
	border: none;
}

.good_2_button {
	position: absolute;
	right: 10px;
}

.good_2_button_spacer {
	margin-left: 20px;
}

/* ===== いいね！ボタンエリアテーブル使用 ===== */

.good_area_table {
	width: auto;
	margin-left: auto;
	margin-right: 5px;
	text-align: right;
}

.good_area_table td {
	padding: 0 3px;
}

.good_area_spacer {
	margin-left: 10px;
}

/* ===== 住所入力 ===== */

.adr_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

.address {
	display: block;
	padding: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 64%, rgba(225,225,225,1) 89%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(64%,rgba(241,241,241,1)), color-stop(89%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 64%,rgba(225,225,225,1) 89%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 64%,rgba(225,225,225,1) 89%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 64%,rgba(225,225,225,1) 89%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 64%,rgba(225,225,225,1) 89%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #a0a0a0;
}

.adr_child {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	padding-left: 15px;
	background: rgb(154,212,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,212,234,1) 0%, rgba(210,237,247,1) 0%, rgba(186,241,255,1) 6%, rgba(147,207,237,1) 96%, rgba(210,237,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,212,234,1)), color-stop(0%,rgba(210,237,247,1)), color-stop(6%,rgba(186,241,255,1)), color-stop(96%,rgba(147,207,237,1)), color-stop(100%,rgba(210,237,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(210,237,247,1) 0%,rgba(186,241,255,1) 6%,rgba(147,207,237,1) 96%,rgba(210,237,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(210,237,247,1) 0%,rgba(186,241,255,1) 6%,rgba(147,207,237,1) 96%,rgba(210,237,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(210,237,247,1) 0%,rgba(186,241,255,1) 6%,rgba(147,207,237,1) 96%,rgba(210,237,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,212,234,1) 0%,rgba(210,237,247,1) 0%,rgba(186,241,255,1) 6%,rgba(147,207,237,1) 96%,rgba(210,237,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad4ea', endColorstr='#d2edf7',GradientType=0 ); /* IE6-9 */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */
}

.adr_child_child {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	padding-left: 25px;
	background: rgb(154,212,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,212,234,1) 0%, rgba(220,238,244,1) 0%, rgba(226,248,255,1) 5%, rgba(196,232,242,1) 96%, rgba(210,237,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,212,234,1)), color-stop(0%,rgba(220,238,244,1)), color-stop(5%,rgba(226,248,255,1)), color-stop(96%,rgba(196,232,242,1)), color-stop(100%,rgba(210,237,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(220,238,244,1) 0%,rgba(226,248,255,1) 5%,rgba(196,232,242,1) 96%,rgba(210,237,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(220,238,244,1) 0%,rgba(226,248,255,1) 5%,rgba(196,232,242,1) 96%,rgba(210,237,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(154,212,234,1) 0%,rgba(220,238,244,1) 0%,rgba(226,248,255,1) 5%,rgba(196,232,242,1) 96%,rgba(210,237,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(154,212,234,1) 0%,rgba(220,238,244,1) 0%,rgba(226,248,255,1) 5%,rgba(196,232,242,1) 96%,rgba(210,237,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad4ea', endColorstr='#d2edf7',GradientType=0 ); /* IE6-9 */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.adr_child_child a , .adr_child_child a:hover , .adr_child_child a:visited{
	color: #111;
	text-decoration: underline;
}


/* ===== ふきだし ===== */

/* ＣＳＳふきだし１（いいねの数用） */
.arrow_box {
	position: relative;
	border: 2px solid #ddd;
	height: auto;
	width: 30px;
	margin: 0;
	left: 5px;
	padding: 2px 0 2px 0;
	text-align: center;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 3px;
	top: 50%;
	margin-top: -3px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #dddddd;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}

/* ===== フッター ===== */

footer#footer,footer.wakupl {
	height: 30px;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
	border-top: 4px solid #00a9c8;
}

/* ===== 入力欄 ===== */

.diary_input { /* タイトル */
	border: 2px solid #dbdcdc;
	width: 96%;
	margin: 4px;
	padding: 2px;
	height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.search_listbox {
	margin-left: 5px;
	background-color: #e6e7e7;
	width: 200px;
	border:1px solid #dbdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ===== 写真 ===== */

.photo_all_table {
	width: 100%;
	margin: 0 auto;
	border: none;
}

.photo_all_table td {
	padding: 3px;
	font-size: 8px;
}

/* ===== スライドショー ===== */

.area_slideshow_item {
	margin: 0 10px;
	width: 84px;
	height: 76px;
	text-align: center;
	vertical-align: middle;
	font-size:11px;
	color:#a6a8ab;
}

.area_slideshow_item img{
	width: 84px;
	height: 56px;
	border: none;
}

/* ===== ボタン ===== */

.sp_button_table{
        border-top: 1px solid #9a9f9d;
        border-bottom: none;
        border-left: none;
        border-right: none;
        width: 100%;
        background-color: #ffffff;
}

.sp_button_table td {
        width: 20%;
        padding-top: 5px;
}

.sp_button_table a , .sp_button_table a:hover , .sp_button_table a:visited {
        text-decoration: none;
        color: #000000;
}




.button {
	font-size: 14px;
	color: #4c4d82;
	font-weight: bold;
	padding: 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e7e7e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9a9f9d;
	width: 95%;
	margin-top: 5px;
	height: 32px;
}

.button_enable {
	font-size: 14px;
	color: #dcddf2;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e7e7e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9a9f9d;
	width: 90px;
	margin-top: 5px;
	height: 20px;
}

.button_next_prev {
        font-size: 14px;
        color: #4c4d82;
        font-weight: bold;
        padding: 5px;
        background: -moz-linear-gradient(
                top,
                #ffffff 0%,
                #e7e7e7);
        background: -webkit-gradient(
                linear, left top, left bottom,
                from(#ffffff),
                to(#e7e7e7));
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #9a9f9d;
        width: 90px;
        margin-top: 5px;
        height: 32px;
}

.button_next_prev_enable {
        font-size: 14px;
        color: #dcddf2;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        background: -moz-linear-gradient(
                top,
                #ffffff 0%,
                #e7e7e7);
        background: -webkit-gradient(
                linear, left top, left bottom,
                from(#ffffff),
                to(#e7e7e7));
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #9a9f9d;
        width: 90px;
        margin-top: 5px;
        height: 32px;
}

.button_200px {
        width: 200px;
}

.button_150px {
	width: 150px;
}

.button_100px {
	width: 100px;
}

.button_50px {
	width: 50px;
}

.button_mess {
	margin-top: 4px;
	margin-left: 5px;
}

.button2 {
	font-size: 14px;
	color: #4c4d82;
	font-weight: bold;
	padding: 5px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e7e7e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #9a9f9d;
	width: auto;
	margin-top: 5px;
	height: 32px;

}
.button3 {
        font-size: 14px;
        color: #2c2d22;
        font-weight: bold;
        padding: 5px;
        background: -moz-linear-gradient(
                top,
                #999999 0%,
                #ffffff);
        background: -webkit-gradient(
                linear, left top, left bottom,
                from(#999999),
                to(#ffffff));
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #9a9f9d;
        width: auto;
        margin-top: 5px;
        height: 32px;

}

/* ===== ナビサイドメニュー ===== */

.navi_button_padding {
	margin-left: 5px;
}

.navi_button_height {
	height: auto;
}

.img_vartical {
	vertical-align: top;
}

#nav {
	position: fixed;
    top: 0px;
	left: -280px;
	width: 280px;
    visibility: hidden;
}

.side_navi {
	z-index: 50;
    overflow-x: none;
    overflow-y: auto;
}

.side_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
    border-right: 2px solid #f0f0f0;
}

.side_navi ul li {
	margin: 0;
	padding: 0;
	border-top: solid #e0e0e0 1px;
	border-bottom: solid #f7f7f7 1px;
	display: block;
	color: #000000;
	font-size: 15px;
	background-color: #ffffff;
}

.side_navi ul li.side_menuheader { /* メニューヘッダー */
	padding: 3px 0 2px 5px;
	background-color: #f0f0f0;
	border-top: solid #f0f0e0 1px;
	border-bottom: solid #f7f7f7 1px;
}

.side_navi ul li a.ancar, .side_navi ul li span.ancar {
	padding: 5px;
	display: block;
	color: #000;
	text-decoration: none;
}

.ancar_white {
	color: #ffffff;
}
.ancar_black {
	color: #000000;
    font-weight: 700;
}
/* ===== ホームポップアップ ===== */


.home_button {
	background: url(../../img/plus_sp/home_button.png) no-repeat;
	background-size: 22px 16px;
	width: 22px;
	height: 16px;
	background-position: 0 0;
}

.home_icon {
	background: url(../../img/plus_sp/popup_icon_winter.gif) no-repeat;
	background-size: 57px 82px;
	width: 57px;
	height: 82px;
	background-position: 0 0;
}

.home_icon_normal {
	background: url(../../img/plus_sp/popup_icon_normal.gif) no-repeat;
	background-size: 57px 82px;
	width: 57px;
	height: 82px;
	background-position: 0 0;
}

.home_icon_newyear {
        background: url(../../img/plus_sp/popup_icon_newyear.gif) no-repeat;
        background-size: 57px 82px;
        width: 57px;
        height: 82px;
        background-position: 0 0;
}

.home_icon_sakura {
        background: url(../../img/plus_sp/popup_icon_sakura.gif) no-repeat;
        background-size: 57px 82px;
        width: 57px;
        height: 82px;
        background-position: 0 0;
}

.popup_close {
        background: url(../../img/plus_sp/popup_close.png) no-repeat;
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
        background-position: 0 0;
}

.popup {
	position: fixed;
	bottom: 65px;
	width: 80%;
	left: 10%;
	height: auto;
	display: none;
}

.popup_newyear {
        position: fixed;
        bottom: 65px;
        width: 80%;
        left: 10%;
        height: auto;
        display: none;
}

.popup_table {
	width: 100%;
	border: none;
}

.popup_table td{
	padding: 5px;
}


.popup_arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);
}
.popup_arrow_box:after, .popup_arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popup_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.popup_arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

.memo_category_edit {
	width: 98%;
	border: none;
	margin: 0 auto;
}

.memo_category_edit td {
	text-align: center;
	padding: 10px 10px;
}

/*--- メモカテゴリアイコン ---*/
.memo_table {
	width: 100%;
	border: none;
}

.memo_table td {
	padding: 10px;
}


/* 高屋分 */

.popup_close {
	background: url(../../img/plus_sp/popup_close.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	background-position: 0 0;
}

.app_image {
	width: 120px;
	height: 120px;
}

.app_image_small {
	width: 48x;
	height: 48px;
}

.infocolor_pink {
	background-color: #ef9eed;
}

.infocolor_green {
	background-color: #9ccc40;
}

.list_table {
	width: 98%;
	margin: 0 auto;
	border: none;
}

.list_table td {
	padding: 0px 5px;
}

.icon_cell {
	width: 40px;
	padding: auto 5px;
}

.notice_box {
	background-color: #ffffcc;
	margin: 3px;
}

/* カレンダー */

.calendar {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 10px;
	width: 60px;
	height: 60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #99dff5));
	background: -webkit-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -moz-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -o-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -ms-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	border: 2px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,0);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,0);
	box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,000,217,0);
}

.calendar_off {
	background: #bac5d3; /* Old browsers */
	background: -moz-linear-gradient(top, #bac5d3 0%, #bac5d3 49%, #bac5d3 53%, #bac5d3 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bac5d3), color-stop(49%,#bac5d3), color-stop(53%,#bac5d3), color-stop(99%,#bac5d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bac5d3 0%,#bac5d3 49%,#bac5d3 53%,#bac5d3 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bac5d3 0%,#bac5d3 49%,#bac5d3 53%,#bac5d3 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bac5d3 0%,#bac5d3 49%,#bac5d3 53%,#bac5d3 99%); /* IE10+ */
	background: linear-gradient(to bottom, #bac5d3 0%,#bac5d3 49%,#bac5d3 53%,#bac5d3 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac5d3', endColorstr='#bac5d3',GradientType=0 ); /* IE6-9 */
}	

.calendar_body {
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

.calendar_body td {
	padding: 0;
}

.design_table {

	width: 210px;
	margin: 0 auto;
}

.design_table_80 {
	width: 80%;
}

.design_table_100 {
	width: 100%;
}

.design_td_70 {
	width: 50px;
}
.design_table td{
	padding: 5px;
}

.design_black {
	background-color: #404040;
	padding: 3px 0;
}

.design_yellow {
	background-color: #ffe4b5;
	padding: 3px 0;
}

.design_text_blue {
	color: #ccffff;
}

.design_text_red {
	color: #ffddff;
}

.design_text_yellow {
	color: #ffff99;
}

/* デザインテーマのパレット */

.palette {
	 line-height: 19px;
	 margin:10px 0;
}

.palette_sample {
	border:1px solid #000;
}

.palette_table {
	border:none;
	width: 320px;
	margin: 0 auto;
}

.palette_table tr {
	height: 40px;
}

.palette_table td {
	padding: 0;
	width: 40px;
	border:none;
}

.palette_td {
	width: 40px;
	height: 40px;
}

.colorcode_sample {
	margin:0 auto;
	width: 320px;
	padding: 0;
	border: none;
}

.colorcode_sample td {
	padding: 0;
	border: none;
	text-align: center;
	color: #000000;
	height: 40px;
}

.colorcode_set {
	width: 100%;
	padding: 0;
}

.colorcode_set td {
	width: 160px;
	padding: 5px;
}

.colorcode_set_input {
	width: 130px;
}

/* しま追加 */

/* diary↓ */

.face_cont {
	text-align: center;
	margin: 0 auto;
}
.face_cont td {
	padding: 5px 10px;
	width: 70px;
}

.arrow_box_margin_up {
	margin-top: -5px;
}

/* avatar↓ */

/*--- table関連 ---*/

/*-- 配色 --*/

.avatar {
	border-top: 1px solid #9a9f9d;
	border-bottom: 1px solid #9a9f9d;
        border-right: 1px solid #9a9f9d;

	padding: 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f5f6), color-stop(0.00, #c8d7dc));
	background: -webkit-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -moz-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -o-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -ms-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);}

.avatartitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #99dff5));
	background: -webkit-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -moz-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -o-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -ms-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	height: 20px;
	color: #ffffff;
	padding: 5px;
}


/*-- rowspan 画像あり --*/
.ava_table {
	border: none;
	width: 100%;
}

.ava_table td {
	padding: 0px;
}

.avatartitle_table {
	text-align: center;
	border: none;
	width: 60px;
}

.avatar_table {
	border: none;
	width: auto;
}

/*-- 間延び禁止 --*/

.avashop_table {
	text-align: center;
	width: auto;
	margin: 0 auto;
	border: none;
}

.avashop_table td {
	padding: 5px 10px;
}

/*-- 垂直方向変更 --*/

.middle_table {
	border: none;
	width: auto;
}

.middle_table td {
	vertical-align: middle;
}


/*--- 画像縮小 ---*/

.ava_title {
	background-size: 320px 83px;
	width: 320px;
	height: 83px
	
}

.ava_girl {
	background-size: 45.5px 96px;
	width: 45.5px;
	height: 96px
	
}


/*--- MENU ---*/

.ava_menutitle {
	background-color: #48CCDB;
	height: 35px;
	padding: 8px;
	color: #ffffff;
}


.ava_menu {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 8px;
	height: 10px;
}

.ava_menu2 {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 8px 25px;
	height: 10px;
}


.ava_menu_table {
	border: none;
	width: 100%;
}

.ava_menu_table td {
	padding: 0px;
}

.ava_menuphoto_table {
	text-align: center;
	border: none;
	width: 60px;
}

.ava_menuphoto2_table {
	border: none;
	width: auto;
}

/* avatar */

.graytitle {
	background-color: #A9A9A9;
	height: 21px;
	padding: 8px 12px;
	color: #000000;
}

.graytitle_light {
        background-color: #dddddd;
        height: 21px;
        padding: 8px 12px;
        color: #000000;
}

.coordinate {
	background-size: 60px 80px;
	width: 60px;
	height: 80px
	
}

.graytitle_mixer {
	background-color: #696969;
	height: 18px;
	padding: 5px 5px;
	color: #FFFFFF;
}

/*--- 背景色うす黄色 ---*/

.bg_yellow {
	padding: 5px;
	background-color: #FFFACD;
}
/*--- premium関連 ---*/
.premiumtitle {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #02b0e6), color-stop(0.00, #99dff5));
	background: -webkit-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -moz-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -o-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: -ms-linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	background: linear-gradient(top, #99dff5 0%, #02b0e6 100%);
	height: 20px;
	color: #ffffff;
	padding: 5px;
}



.premium_menu {
	text-align: center;
	padding: 0;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f5f6), color-stop(0.00, #c8d7dc));
	background: -webkit-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -moz-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -o-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: -ms-linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);
	background: linear-gradient(top, #c8d7dc 0%, #f2f5f6 100%);}

.premium_menu p {
	text-align: center;
	color: #ff1493;
	margin:  0 auto;
}

.premium_menu2 {
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	height: 40px;
}

.premium_menu2 p {
	text-align: center;
	color: #0000ff;
	margin:  0 auto;
}

.premium_left {
	float:left;
}

.ava_premium {
	background-size: 120px 35px;
	width: 120px;
	height: 35px
	
}

/* avatar↑ */

/* word-break */
.word_wrap {
    word-break: break-all;
}

/*pager_sp*/

ol.pager_sp {
    width:100%;
    margin:0 auto;
    height:32px;
    text-align:center;
    clear:both;
    padding:10px 0;
}

ol.pager_sp li {
    display:inline-block;
    list-style:none;
    width:30px;
    height:30px;
    line-height:30px;
    margin:0 0 0 10px;
    border-radius:5px;
    text-shadow:0 1px 0px #FFFFFF;
    padding:1px;
    background:#FFFFFF;
    -webkit-box-shadow:0 0px 2px rgba(0,0,0,0.5);
}

ol.pager_sp li:first-child {
    margin:0;
}

ol.pager_sp li.current{
    -webkit-box-shadow:0 0px 4px rgba(247,147,30,1);
}

ol.pager_sp li.snip {
    color:#999999;
    width:15px;
    height:30px;
    line-height:30px;
    margin:0 0 0 10px;
    text-shadow:none;
    -webkit-box-shadow:none;
	background:none;
}

ol.pager_sp li.spacer{
    width:30px;
    height:30px;
    line-height:30px;
    text-shadow:none;
    -webkit-box-shadow:none;
	background:none;
}

ol.pager_sp li a{
    font-weight:bold;
    text-decoration:none;
    color:#333333;
}

ol.pager_sp li span {
    color:#999999;
}

ol.pager_sp li span, ol.pager_sp li a {
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:5px;
    text-align:center;
    margin:0;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
        color-stop(0.5, #CCCCCC),
        color-stop(0.5, #B3B3B3),
        to(#E9E9E9));
}

p.small_line {
	 line-height: 15px;
	 margin:5px 0;
}
/* circle↓ */

/*水色*/

.smalltitle_aqua {
	background-color: #00b0c5;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*ピンク*/

.smalltitle_pink {
	background-color: #ffccff;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*黄色*/

.smalltitle_yellow {
	background-color: #ffc000;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*紫*/

.smalltitle_purple {
	background-color: #604a7b;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*赤*/

.smalltitle_red {
	background-color: #ff0000;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*薄水色*/

.smalltitle_blue {
	background-color: #93cddd;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*緑*/

.smalltitle_green {
	background-color: #00b050;
	height: 21px;
	padding: 8px 12px;
	color: #ffffff;
}

/*リサイズ*/
.circle_image_small {
	width: 70px;
	height: 60px;
}


/*サークル画像リサイズ*/
.circle_image {
	width: 120px;
	height: 160px;
}

/*メンバー数などbackground*/
.circle_background {
	background-color: #dddddd;
	margin: 10px
}

/** スペーサー 10px */
.spc10px {
    clear: both;
    width: auto;
    height: 10px;
}

/** 今なにしてる？の吹き出し関連 start */

/** 吹き出しの下に置くdiv用 */
.tweet_baloon_wrapper {
    border: none;
    position: relative;
	padding: 5px;
}

/** 吹き出しのdiv用 */
.tweet_baloon {
	border:    2px solid #dbdcdc;
    position: relative;
	height:   30px;
	padding:   2px;
	padding-top:  10px;
	padding-left: 15px;
	margin:    2px auto;
    text-align:   left;
    background-color: #fff;
	color: #aaa;
}

/** 吹き出しのクチバシ部分 */
.tweet_baloon:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 10px solid #fff;
    border-right:  10px solid transparent;
    border-left:   10px solid transparent;
    top:  -7px;
    left: 40px;
}

/** 吹き出しのクチバシ部分のボーダー */
.tweet_baloon:before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 10px solid #dcdcdc;
    border-right:  10px solid transparent;
    border-left:   10px solid transparent;
    top: -10px;
    left: 40px;
}
/** 今なにしてる？の吹き出し関連 end */

/** つぶやき入力フォーム用 start */
DIV.plustalk_return_home {
    border: 2px solid #99f;
    background-color: #44d;
    color:            #fff;
    padding-left:  12px;
    padding-right: 12px;
    padding-top:    3px;
    padding-bottom: 3px;
}

DIV.plustalk_post {
    border: 2px solid #c93;
    background-color: #fb3;
    color:            #fff;
    padding-left:     12px;
    padding-right:    12px;
    padding-top:       3px;
    padding-bottom:    3px;
}

TD.plustalk_header_left {
    width: 5%;
    text-align: left;
    padding-left: 8px;
    white-space: nowrap;
}

TD.plustalk_header_center {
    width: 90%;
    text-align: center;
}

TD.plustalk_header_right {
    width: 5%;
    text-align: right;
    padding-right: 8px;
    white-space: nowrap;
}

TEXTAREA.plustalk_post {
    width: 95%;
    height: 80px;
    border: none;
}

INPUT.invisible_file_input {
    opacity: 0.01; /* display:none;では動かない機種がある(isw-12htファームアップ後) */
    width:    0px;
    margin: -1000px;
}

.blue_line .blue {
    width: 100%;
    height: 3px;
    background-color: #00B0C5;
}
.blue_line .shadow {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    margin-left: 2px;
}
/** つぶやき入力フォーム用 end */

DIV.thumbnail_sp {
    width: 50px;
    height: 50px;
    -moz-border-radius:    12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius:  12px;
    border-radius:         12px;
    border: 0px transparent solid;
}

DIV.thumbnail_sp_circle {
    width: 50px;
    height: 50px;
    -moz-border-radius:    25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius:  25px;
    border-radius:         25px;
    border: 0px transparent solid;
}

DIV.large_photo_thumbnail_sp {
    width:  120px;
    height: 120px;
}

DIV.large_thumbnail_sp {
    width: 120px;
    height: 120px;
}

IMG.large_thumbnail_sp {
    width: 120px;
}

.transformer{
      -moz-transition:   -moz-transform 800ms ease-in-out;
   -webkit-transition:-webkit-transform 800ms ease-in-out;
       -ms-transition:    -ms-transform 800ms ease-in-out;
        -o-transition:     -o-transform 800ms ease-in-out;
           transition:        transform 800ms ease-in-out;
      -moz-transform-origin:center center;
   -webkit-transform-origin:center center;
       -ms-transform-origin:center center;
        -o-transform-origin:center center;
           transform-origin:center center;
}

.gray{
      -moz-transition:   -moz-transform 800ms ease-in-out;
   -webkit-transition:-webkit-transform 800ms ease-in-out;
       -ms-transition:    -ms-transform 800ms ease-in-out;
        -o-transition:     -o-transform 800ms ease-in-out;
           transition:        transform 800ms ease-in-out;
      -moz-transform-origin:center center;
   -webkit-transform-origin:center center;
       -ms-transform-origin:center center;
        -o-transform-origin:center center;
           transform-origin:center center;
}

/** hrタグのマージンなし指定 */
HR.no_margin_bottom {
    margin-bottom: 0px;
}

HR.no_margin {
    margin: 0;
}

/** tdタグの左インデント */
TD.indent3 {
    padding-left: 3px;
}

/** 下マージンをどうしても消したい */
.no_margin_bottom {
    margin-bottom: 0px !important;
}

/** 上マージンを消したい */
.no_margin_top {
    margin-top: 0px !important;
}
/** 固定フッターのサブアイコン1 */
DIV.footer_icon_post {
    width: 45px;
    height: 57px;
    left: 138px;
    top: 5px;
    position: absolute;
    display: none;
}
/** 固定フッターのサブアイコン2 */
DIV.footer_icon_search {
    width: 45px;
    height: 57px;
    left: 202px;
    top: 5px;
    position: absolute;
    display: none;
}
/** サブアイコン表示時の黒い背景 */
DIV.dark_bg {
    width: 100%,
    height: 100%,
    position: absolute,
    left: 0px,
    top: 0px,
    z-index: 9
}
/** フッターのアイコン入れ */
DIV.fixed_footer_icons {
    width: 100%;
    height: 44px;
    display: table;
    border: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
DIV.fixed_footer_cell {
    width: 20%;
    display: table-cell;
    text-align: center;
}
/** フッターのアイコン */
DIV.fixed_footer_icon {
    width: 64px;
    height: 44px;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
}
/** フッターのアイコン */
#footer_btn_home {
    background: url('/img/plus_sp/footer/footer_btn_home_on.png') no-repeat;
    background-size: 64px 44px;
}
#footer_btn_messe {
    background: url('/img/plus_sp/footer/footer_btn_messe_on.png') no-repeat;
    background-size: 64px 44px;
    position: relative;
}
#footer_btn_contrib {
    background: url('/img/plus_sp/footer/footer_btn_contribute_on.png') no-repeat;
    background-size: 64px 44px;
}
#footer_btn_search {
    background: url('/img/plus_sp/footer/footer_btn_search_on.png') no-repeat;
    background-size: 64px 44px;
}
#footer_btn_profile {
    background: url('/img/plus_sp/footer/footer_btn_prfile_on.png') no-repeat;
    background-size: 64px 44px;
}
#footer_btn_wakwak {
    background: url('/img/plus_sp/footer/footer_btn_wakwak_on.png') no-repeat;
    background-size: 64px 44px;
}
/** フッター */
#footer_fixed {
    width: 100%;
    height: 44px;
    border-top: 1px solid #ccc;
    background-color: rgba(0,0,0,0.7);
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 20;
}
/** フッターのメッセージ数バッチ */
DIV.wappen_footer_msg {
    position: absolute;
    left: 39px;
    top: 2px;
}

/** ゲームのバナー用 */
DIV.banner-area {
    margin: 0 8px; 
}
DIV.banner-area IMG {
    width: 100%;
    vertical-align: top;
}
.main-gallery {
    list-style: none;
    margin: 0;
    display: none;
}
.gallery-cell {
    width: 100%;
}
.flickity-enabled {
    position: relative;
    padding: 0;
    display: inline-block;
    min-width: 100%;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    height: 100%;
    width: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    tap-highlight-color: transparent;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.flickity-page-dots {
    line-height: 1;
    width: 100%;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid #00b6d1;
    border-radius: 8px;
}
.flickity-page-dots .dot.is-selected {
    background: none repeat scroll 0 0 #00b6d1;
}

/** 旧ゲームのバナー用 */
DIV.flipbanner_back {
    width: 100%;
}
DIV.flipbanner_viewport {
    width: 320px;
    height: 80px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
DIV.loopslider {
    position: relative;
}
DIV.loopslider:after {
    clear: both;
}
DIV.loopslider UL {
    margin-top: 0;
    padding: 0; 
    float: left;
}
DIV.loopslider LI {
    list-style-type:none;
    width: 320px;
    height: 80px;
    float: left;
}
DIV.loopslider IMG {
    width: 320px;
    height: 80px;
}    
DIV.banner_mark {
    width: 320px;
    height: 12px;
    margin: 0 auto;
    text-align: center;
}
DIV.banner_mark SPAN.current {
    background: none repeat scroll 0 0 #00b6d1;
}
DIV.banner_mark SPAN {
    border: 1px solid #00b6d1;
    border-radius: 8px;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 1px 0 1px;
}
/** フラットなページャー */
ol.pager_sp_flat {
    text-align: center;
    padding-left: 0px;
}
ol.pager_sp_flat li {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: solid 1px #47ccd9;
    color: #47ccd9;
    -moz-border-radius:    8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius:  8px;
    border-radius: 8px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 1px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    width: 30px;
}
ol.pager_sp_flat li.current {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: solid 1px #888;
    color: #888;
    -moz-border-radius:    8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius:  8px;
    border-radius: 8px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 1px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    width: 30px;
}
ol.pager_sp_flat li.spacer {
    background: none repeat scroll 0 0;
    border: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 1px;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    width: 30px;
}
ol.pager_sp_flat a {
    color: #47ccd9;
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
DIV.plustalk_upload_photo {
    width: 76px;
    height: 76px;
    margin: 0;
    padding: 0;
    border: none;
    background: url('/img/plus_talk/btn_photoicon_blank.png') no-repeat;
    background-size: 76px 76px;
    display: table-cell;
}
DIV.plustalk_upload_inner {
    margin: 0;
    padding: 0;
    width: 74px;
    height: 74px;
    border: 1px solid rgb(26, 166, 194);
    border-radius: 6px;
}
DIV.plustalk_upload_arc {
    width: 74px;
    height: 74px;
    background: url('/img/plus_diary/movie_arc.png') no-repeat;
    background-size: 37px 37px;
    background-position: center center;
}
/** 動画タグ */
VIDEO.video_sp {
    max-width: 95%;
    max-height: 80%;
}
DIV.upload_preview_photo {
    width: 76px;
    height: 76px;
    border: none;
}
/** WAKU+自動登録断り書き */
DIV.wakupl_auto_register {
    width: 270px;
    margin: 0 auto;
    padding: 6px;
    border: none;
    border-radius: 12px;
    background-color: #777;
    color: #fff;
    text-align: left;
}
/** 写真の次のページ表示用 */
DIV.link_next {
    padding: 10px 0 0 10px;
}

DIV.link_next DIV.inner {
    width: 30px;
    height: 98px;
    position: relative;
    border: 1px solid #999;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}
DIV.link_next DIV.triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 42px;
    left: 10px;
    border: 6px solid transparent;
}
/** 写真の詳細ページ用 */
DIV.horz_button_base {
    width: 100%;
    display: table;
    border: 1px solid #00b6d1;
    box-sizing: border-box;
}
DIV.horz_button_base DIV.btn_prev {
    width: 33%;
    padding: 8px 0 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #00b6d1;
    background-color: #fff;     
}
DIV.horz_button_base DIV.btn_list {
    padding: 8px 0 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #00b6d1;
    background-color: #fff;
    color: #00b6d1;
    cursor: pointer
}
DIV.horz_button_base DIV.btn_next {
    width: 33%;
    padding: 8px 0 8px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff; 
}
DIV.photo_comment_base {
    width: 100%;
    display: table;
    margin-bottom: 3px;
}
DIV.photo_comment_base DIV.caption {
    display: table-cell;
    width: 140px;
    height: 12px;
    background: url('/img/plus_sp/talk/title_comment.png') no-repeat;
    background-size: contain;
}
DIV.photo_comment_base DIV.text_length {
    display: table-cell;
    text-align: right;
    color: #999;
    font-size: x-small;
}
TEXTAREA.photo_comment {
    width: 100%;
    height: 64px;
    border: 1px solid #00B6D1;
    border-radius: 6px;
}
DIV.btn_photo_comment {
    width: 100%;
    margin-top: 8px;
}
DIV.btn_photo_comment BUTTON {
    width: 136px;
    height: 27px;
    display: block;
    margin: 0px auto;
    background: url('/img/plus_sp/talk/btn_272x54_comment.png') no-repeat;
    background-size: contain;
}
DIV.link_band {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 4px 8px 0px;
    background: url('/img/plus_diary/list_bg.png') repeat-x;
    background-size: 1px 32px;
    color: #4c4d82;
}
DIV.link_band DIV.link_band_arrow {
    position: absolute;
    top: 7px;
    right: 24px;
    width: 18px;
    height: 18px;
    background: url('/img/plus_diary/list_icon_cursol.png') repeat-x;
    background-size: contain;
}
A.link_band {
    text-decoration: none;
    display: block;
    height: 32px;
}
DIV.flipsnap_outline {
    height: 135px;
}
DIV.slideshow_photo_div {
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 12px; 
}
/** コメント欄の返コメ、削除ボタン */
DIV.btn_comment_reply {
    width:  81px;
    height: 27px;
    background: url('/img/plus_sp/talk/btn_162x54_replycomment.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
DIV.btn_comment_delete {
    width:  81px;
    height: 27px;
    background: url('/img/plus_sp/talk/btn_162x54_delete.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
/** スマイル */
DIV.btn_smile_on {
    width: 24px;
    height: 26px;
    background: url('/img/plus_sp/talk/icon_smile_on.png') no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 5;
    cursor: pointer;
}
DIV.btn_smile_off {
    width: 24px;
    height: 26px;
    background: url('/img/plus_sp/talk/icon_smile_off.png') no-repeat;
    background-size: contain;
}
DIV.btn_smile_animation {
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    -webkit-transform: rotateY(360deg) scale(2,2);
    transition-duration: 1s;
    transition-delay: 0s;
    transform: rotateY(360deg) scale(2,2);
}
/** いいね!画面のスマイルアイコンの位置 */
DIV.btn_like_smile_pos {
    position: absolute;
    top: 30px;
    right: 8px;
}
/** スマイル画面のスマイルアイコンの位置 */
DIV.btn_response_smile_pos {
    position: absolute;
    top: 2px;
    right: 0px;
}
/** WAKU+用フォームのフラットなボタン */
.plus_flat_button {
    background: #fff;
    color: #00b6d1;
    border: 1px solid #00b6d1;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 16px 9px;
    line-height: 100%;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.plus_flat_button_disable {
    background: #fff;
    color: #999;
    border: 1px solid #999;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 16px 9px;
    line-height: 100%;
    font-size: 14px;
    text-align: center;
}
.plus_flat_button_reverse {
    background: #00b6d1;
    color: #fff;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 16px 9px;
    line-height: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.plus_flat_button_reverse:disabled {
    background: #cecece;
    color: #fff;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 16px 9px;
    line-height: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.plus_flat_button_low {
    background: #fff;
    color: #00b6d1;
    border: 1px solid #00b6d1;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 6px;
    line-height: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}
.plus_flat_button_low_disable {
    background: #fff;
    color: #999;
    border: 1px solid #999;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 6px;
    line-height: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
/** 大きめの画像を使ったチェックボックス /js/plus_sp/large_checkbox.js用 */
INPUT.large_cbx[type=checkbox] {
    width: 20px;
    opacity: 0.01;
    display: inline;
}
LABEL.large_cbx {
    display: inline-block;
    width:  20px;
    height: 20px;
    margin-left: -20px;
}
/** large_checkbox.js が追加するLabel */
INPUT.large_cbx[type=checkbox] + LABEL.large_cbx {
    background: url('/img/plus_sp/talk/btn_checkbox_on.png') no-repeat;
    background-size: cover;
    background-position: top center;
}
INPUT.large_cbx[type=checkbox]:checked + LABEL.large_cbx {
    background: url('/img/plus_sp/talk/btn_checkbox_on.png') no-repeat;
    background-size: cover;
    background-position: bottom center;
}
/** cssでタブを書く */
DIV.tab_base_box {
    width: 100%;
    display: table;
}
DIV.tab_w120_on {
    display: table-cell;
    width: 120px;
    box-sizing: border-box;
    border-top:    solid 1px #00b6d1;
    border-left:   solid 1px #00b6d1;
    border-right:  solid 1px #00b6d1;
    border-bottom: solid 1px #fff;
    border-top-left-radius:  8px;
    border-top-right-radius: 8px;
    padding: 7px 0 8px 0;
    color: #00b6d1;
    text-align: center;
}
DIV.tab_w120_off {
    display: table-cell;
    width: 120px;
    box-sizing: border-box;
    border-top:    solid 1px #999;
    border-left:   solid 1px #999;
    border-right:  solid 1px #999;
    border-bottom: solid 1px #00b6d1;
    border-top-left-radius:  8px;
    border-top-right-radius: 8px;
    padding: 7px 0 8px 0;
    color: #999;
    text-align: center;
    cursor: pointer;
}
DIV.tab_spacer {
    width: 8px;
    display: table-cell;
    border-bottom: solid 1px #00b6d1;
}
DIV.tab_padding {
    display: table-cell;
    border-bottom: solid 1px #00b6d1;
}
.dsp_blk { display: block; }
BODY.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
DIV.personal_murmur_back {
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    background-color: #fff;
    top: 5px;
    left: 10px;
    border-radius: 14px
}
.text_black { color: black; }
.smile_desc {
    color: #00b6d1;
    font-size: 11px;
    line-height: 110%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

.popup_message {
    position: absolute;
    background: #fff;
    border: 1px solid #00b6d1;
    border-radius: 8px;
    padding: 4px;
    width: 150px;
    z-index: 6;
}
.popup_message:after, .popup_message:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    position: absolute;
}

.popup_message:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}
.popup_message:before {
    border-color: rgba(0, 182, 209, 0);
    border-bottom-color: #00b6d1;
    border-width: 12px;
    margin-left: -12px;
}

OL.plus_pager_lite {
    width: 100%;
    text-align: center;
    padding-left: 0;
}
OL.plus_pager_lite LI {
    display: inline-block;
    font-size: 14px;
}
OL.plus_pager_lite LI SPAN {
    display: inline-block;
    margin: 0 2px;
    padding: 8px 12px;
    line-height: 14px;
    color: #999;
    border-radius: 8px;
    border: 1px solid #999;
}
OL.plus_pager_lite LI A {
    display: inline-block;
    margin: 0 2px;
    padding: 8px 12px;
    line-height: 14px;
    color: #00b6d1;
    border: 1px solid #00b6d1;
    border-radius: 8px;
    text-decoration: none;
}
INPUT[type=submit].button_blue {
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background-color: #00b6d1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
INPUT[type=submit].button_blue:disabled {
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background-color: #999999;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
P.default {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}
.inline_blk {
    display: inline-block;
}

DIV.select_city LABEL.plus_checkbox {
    display: inline-block;
    padding-left: 22px;
    line-height: 20px;
    height: 20px;
}

DIV.select_city INPUT[type=checkbox] {
    opacity: 0.001;
    width: 25px;
    height: 20px;
    position: absolute;
}

DIV.select_city LABEL.not_checked {
    background: url("/img/plus_diary/btn_checkbox.png") no-repeat;
    background-position: left top;
    background-size: 20px 40px;
}

DIV.select_city LABEL.checked {
    background: url("/img/plus_diary/btn_checkbox.png") no-repeat;
    background-position: left bottom;
    background-size: 20px 40px;
}

DIV.select_city LABEL.orange {
    color: #f60;
}

DIV.profile_complete_stamp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/img/parts/2x/img_complate.png) no-repeat;
    background-size: 235px 104px;
    background-position: center center;
}

.loading--wakupl {
  position: fixed;
  margin: 0;   padding: 0;
  top: 0;      left: 0;
  width: 100%; height: 100%;
  z-index: 21;
}

.loading--wakupl .icon {
  position: absolute;
  top: 50%;    left: 50%;
  width: 85px; height: 85px;
  background-image: url('/img/parts/loading.gif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
     -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
/** /css/plus_sp/plus_diary/style.cssより移動 */
.round_button_blue {
    padding: 8px;
    color: #00b6d1;
    border: solid 1px #00b6d1;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
/** フッターのナビゲーション */
.footer__navi--lnk,       .footer__navi--lnk:link,  .footer__navi--lnk:visited,
.footer__navi--lnk:focus, .footer__navi--lnk:hover, .footer__navi--lnk:active
{
    text-decoration: none;
}
.footer__navi--base {
    display: table;
    width: 100%;
    height: 32px;
    background-image: url('/img/plus_diary/list_bg.png');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-color: white;
}
.footer__navi--base .icon_sprite, .footer__navi--base .icon_single {
    width: 26px;
    padding-left: 8px;
}
.footer__navi--base .icon_sprite IMG, .footer__navi--base .icon_single IMG {
    width: 18px;
    height: 18px;
}
.footer__navi--base .icon_sprite {
    display: table-cell;
    vertical-align: middle;
}
.footer__navi--base .icon_single {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
}
.footer__navi--base .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #aaa;
    text-decoration: none;
}
.footer__navi--base .arrow {
    width: 22px;
    padding-right: 4px;
    display: table-cell;
    vertical-align: middle;
}
.footer__navi--base .arrow IMG {
    width: 18px;
    height: 18px;
}

.info__article .info__article--title {
   color: #36c;
}

.p-ezlogin {
    padding: 8px;
}
.p-ezlogin__form {
    text-align: center;
}
.p-ezlogin__form INPUT[type=text] {
    margin: 12px;
}
.p-ezlogin__form INPUT[type=submit] {
    margin: 12px;
}
.p-top-information {
  margin: 4px;
}
.p-top-information > .r18 {
  margin-bottom: 0;
  line-height: 120%;
  word-break: keep-all;
}
.p-top-information > .r18 .anchor {
  text-decoration: none;
  color: #444;
}
.p-top-information > .r18 .anchor .emphasis {
  color: #f24330;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.side_navi .ancar.r18 > .title {
  color: #444;
  font-weight: 700;
  line-height: 24px;
}
.side_navi .ancar.r18 > .subtext {
  color: #f24330;
  font-weight: 700;
  line-height: 24px;
}
.p-r18-desc, .p-r18-howto--contents {
  padding: 8px;
}
.p-r18-howto--title {
  font-size: 16px;
  color: white;
  background-color: #48ccdb;
  margin: 4px 0;
  padding: 4px 8px;
}
/**  */
.list--no_dot {
  list-style: none;
  margin: 0 -8px 0 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.list--no_dot > li {
  margin: 0 8px 8px 0;
  padding: 0;
  position: relative;
}
.faq--answer P {
  margin: 0;
}
.faq--answer TD {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.3em 0.6em;
}

