@charset "shift_jis";
/*--------------------------------------------------
共通指定
--------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow-y:auto;
}
h1,h2,h3,h4,h5 {
	font-size:12px;
	font-weight:normal;
}
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	font-size:14px;
	line-height:1.5;
	word-break: break-all;
	color:#333;
}
textarea,input{
	font-family:Verdana,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
}
body img{
	border:0px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
br.clear{
	margin: 0px;
	padding: 0px;
	line-height: 0%;
	font-size: 0px;
	clear: both;
	}
ul{
	list-style-type:none;
	}
table{
	border-collapse:collapse;
}
a{
	color:#2876aa;
	text-decoration:none;
}
a:hover{
	color:#fa5e88;
	text-decoration:none;
}
.red{
	color:#e60000;
}

/*--------------------------------------------------------------------------------
ボタンスタイル
--------------------------------------------------------------------------------*/
.btn_pink{
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	width:118px;
	padding:4px 0;
	border:1px solid #da6e79;
	background-color:#ff6e95;
	background: -webkit-linear-gradient(top, #ffaabe, #ff6e95);
	background: -moz-linear-gradient(top, #ffaabe, #ff6e95);
	background: -ms-linear-gradient(top, #ffaabe, #ff6e95);
	background: -o-linear-gradient(top, #ffaabe, #ff6e95);
	background: linear-gradient(to bottom, #ffaabe, #ff6e95);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn_pink:hover{
	color:#fff;
	border:1px solid #2ba69f;
	background-color:#36c9c5;
	background: -webkit-linear-gradient(top, #81dad6, #36c9c5);
	background: -moz-linear-gradient(top, #81dad6, #36c9c5);
	background: -ms-linear-gradient(top, #81dad6, #36c9c5);
	background: -o-linear-gradient(top, #81dad6, #36c9c5);
	background: linear-gradient(to bottom, #81dad6, #36c9c5);
}
.btn_gray{
	color:#333;
	text-align:center;
	display:block;
	width:118px;
	padding:4px 0;
	border:1px solid #aaa;
	background-color:#e6e6e6;
	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background: linear-gradient(to bottom, #ffffff, #e6e6e6);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.btn_gray:hover{
	color:#333;
	border:1px solid #888;
	background-color:#dddddd;
	background: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background: -ms-linear-gradient(top, #eeeeee, #dddddd);
	background: -o-linear-gradient(top, #eeeeee, #dddddd);
	background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.btn-main{
	display: block;
	width: 376px;
	height: 42px;
	border-radius: 5px;
	background-color: #11bcc2;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 42px;
	margin: 20px auto;
}

/*--------------------------------------------------------------------------------
基本レイアウト
--------------------------------------------------------------------------------*/
/* wrapperに1pxはサイドバー並び替えの選択位置補正用、IE67は29px */
#wrapper{
	text-align:center;
	padding-top:1px;
}
* html #wrapper{
	padding-top:29px;
}
*:first-child+html #wrapper{
	padding-top:29px;
}
#common_header{
	height:28px;
	width:100%;
	border-bottom:1px solid #999;
	font-size:10px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:999;
}
#common_header_gmo{
	height:38px;
	width:100%;
	border-bottom:1px solid #999;
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
	background:url("https://cache.img.gmo.jp/header/2013/pc/images/bgimg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	z-index:999;
}
#common_header a{
	color:#555;
}
#common_header a:hover{
	color:#fa5e88;
}
#header{
/*	background:url(/img/common/comp/head_x.png) repeat-x;
	height:120px;*/
	width:100%;
	text-align:center;
/*	margin-top:28px;*/
}
#header:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
#contents{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin: 12px auto 0;
	width:950px;
}
#main{
	float: left;
	width: 630px;
	padding-right: 20px;
	display: inline;
}
#aside{
	float: left;
	width: 300px;
	overflow: hidden;
}

/*--------------------------------------------------------------------------------
共通ヘッダーレイアウト #common_header
--------------------------------------------------------------------------------*/
#common_header #common_header_inner,#common_header_gmo #common_header_inner_gmo{
	width:950px;
	margin:0 auto;
}
#common_header .common_header_logo a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat -629px -181px;
	width:111px;
	height:21px;
	float:left;
	margin-top:3px;
}
#common_header .common_header_info{
	padding-top:7px;
	float:left;
	margin-left:20px;
}
#common_header .common_header_info img{
	background:url(/img/common/comp/sprite.png) no-repeat -71px 0;
	width:29px;
	height:13px;
	vertical-align:-3px;
}
#common_header .common_header_official{
	padding-top:7px;
	float:left;
	margin-left:10px;
}
#common_header .common_header_official img.star_icon{
	background:url(/img/common/comp/sprite.png) no-repeat -106px 0;
	width:15px;
	height:12px;
	vertical-align:-2px;
}
#common_header .common_header_official img.dd_icon{
	background:url(/img/common/comp/sprite.png) no-repeat -126px 0;
	width:12px;
	height:11px;
	vertical-align:-2px;
}
#common_header #common_header_search{
	background:url(/img/common/comp/sprite.png) no-repeat -148px 0;
	width:180px;
	height:20px;
	float:right;
	margin-top:4px;
}
#common_header #common_header_search .search_txt{
	width:150px;
	float:left;
}
#common_header #common_header_search .search_txt input{
	width:150px;
	height:1.2em;
	line-height:1.2em;
	margin-left:4px;
	ime-mode:inactive;
	border-width:0px;
	background:transparent;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
#common_header #common_header_search .search_btn{
	float:left;
	width:22px;
}
#common_header #common_header_search .search_btn input{
	width:22px;
	height:1.2em;
}
#common_header .common_header_banner{
	float:right;
	margin-left:6px;
}

/*------------------ 芸能人のjsスタイル ------------------*/
#common_header .official_navi{
	position:relative;
}
#official_navi_menu div ul{
	display:none;
	background:#fff;
	width:210px;
	position:absolute;
	left:0;
	top:18px;
	z-index:10;
	border:1px solid #d2d2d2;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	text-align:left;
}
#common_header .official_navi ul{
	padding:4px 8px 0;
}
#common_header .official_navi span{
	color:#555;
	cursor:pointer;
	padding-bottom:8px;
}
#common_header .official_navi span:hover{
	color:#fa5e88;
}
#common_header .official_navi .lovelog_more{
	text-align:right;
	padding:2px 8px 8px 0;
}
#common_header .official_navi li{
	color:#c8c8c8;
	padding-top:4px;
}
#common_header .official_navi li p{
	float:left;
	padding-left:4px;
}
#common_header .official_navi li p.entry{
	padding-top:2px;
}
#common_header .official_navi li img{
	width:32px;
	height:32px;
	border:1px solid #aaa;
	vertical-align:-8px;
}
#common_header .official_navi li a.link_entry{
	color:#444;
}
#common_header .official_navi li a:hover.link_entry{
	color:#fa5e88;
}
#common_header .official_navi li a.link_main{
	color:#2876aa;
}
#common_header .official_navi li a:hover.link_main{
	color:#fa5e88;
}
/*--------------------------------------------------------------------------------
ヘッダー内レイアウト #header
--------------------------------------------------------------------------------*/
#header #head_content{
	width:950px;
	margin:0 auto;
}
#header #logo{
	float: left;
/*	margin-top:28px;*/
	width:166px;
}
#header #logo a{
	background:url(/img/common/comp/sprite.png) no-repeat 0 -24px;
	display:block;
	width:166px;
	height:66px;
}
#header_ads{
	float: right;
/*	margin-top: 15px; */
	margin-right: 0;
	width: 728px;
	height:90px;
}
#header_ads a{
	display:block;
}


.head_content{
	margin: 20px auto 0;
	width:950px;
}

#logoArea{
	float: left;
	margin-top: 12px;
	width: 186px;
	margin-right: 35px;
}
#logo{
	margin-top: 20px; 
	margin: auto;
	display: block;
	width: 186px;
	height: 70px;
	background: url(/img/common/top/yaplog_logo.png) no-repeat;
	text-decoration: none;
	padding-bottom: 30px;
}



/*------------------ 新規登録等のヘッダー ------------------*/
.header_mini{
/*	background:url(/img/common/comp/head_x_mini.png) repeat-x;*/
	width:100%;
	height:50px;
/*	border-bottom:1px solid #eee;
	margin-top:28px;*/
}
.header_mini_inner{
	width:950px;
	margin:0 auto;
}
.header_mini .logo{
	padding-top:9px;
	text-align:left;
}
.header_mini .logo a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat -629px -149px;
	width:151px;
	height:32px;
}

/*--------------------------------------------------------------------------------
フッター #footer
--------------------------------------------------------------------------------*/
/*
#footer{
	background:#ffeaec;
	padding:8px 0;
	color:#d5abaf;
	font-size:12px;
	text-align:left;
	border-top:1px solid #fff;
}
#footer ul{
	width:950px;
	margin:0 auto;
}
#footer li{
	margin:2px 0;
}
#footer li dt{
	font-weight:bold;
	color:#666;
	display:inline
}
#footer li dl,
#footer li dd{
	display:inline;
}
*/

#gmo_foot {
	background:none !important;
	width:950px;
	margin:0 auto;
}
#gmo_img {
	padding-top:2px;
}
#gmo_link {
	width:804px;
	padding-bottom:4px;
}
img#gmo_logo{
	margin:0 !important;
}
#gmo_copy{
	padding:5px 0 8px;
	font-size:10px;
	text-align:center;
	clear:both;
}


#footer {
	clear: both;
	padding: 20px 0;
	font-size: 12px;
	text-align: left;
	border-top: 3px solid #c9c9c9;
	border-bottom: 3px solid #c9c9c9;
	width: 950px;
	height: 70px;
	margin: auto;
	margin-top: 20px;
	line-height: 23px;
}

#footer ul li{
	width: 950px;
}

#footer li dl, #footer li dd {
	display: inline;
}

#footer li dt {
	font-weight: bold;
	color: #666;
	display: inline;
}

#footer a {
	color: #2876aa;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------
ログインエリア
--------------------------------------------------------------------------------*/
#login_box{
	background:#f6e8dc;
	border:1px solid #e2d0c4;
	padding:11px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	line-height:1.2em;
	font-size:12px;
}
#login_box .regist{
	margin-bottom:8px;
}
#login_box .regist a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat -322px -24px;
	width:276px;
	height:44px;
}
#login_box .regist a:hover{
	background:url(/img/common/comp/sprite.png) no-repeat -598px -24px;
}

/*-- サイドログインするボタン --*/
#login_box .login_side_btn{
	margin-top:8px;
	padding-top:8px;
	border-top:1px solid #e2d0c4;
}
#login_box .login_side_btn a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat -224px -507px;
	width:276px;
	height:44px;
}
#login_box .login_side_btn a:hover{
	background:url(/img/common/comp/sprite.png) no-repeat -500px -507px;
}

#login_box .inputs{
	float:left;
	width:182px;
}
#login_box .inputs input{
	width:182px;
	line-height:1.2em;
	padding:3px;
	border:2px solid #1ec6cc;
	color:#999;
	vertical-align:bottom;
	margin-bottom:2px;
}
#login_box .login_btn{
	float:right;
	background:url(/img/common/comp/sprite.png) no-repeat -244px -24px;
	width:78px;
	height:54px;
}
#login_box .login_btn input{
	background:url(/img/common/comp/sprite.png) no-repeat -166px -24px;
	width:78px;
	height:54px;
}
#login_box .login_btn input:hover{
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
#login_box .auto_login{
	float:left;
	width:137px;
	font-size:10px;
	margin-top:2px;
}
#login_box .auto_login input{
	vertical-align: middle;
	margin-right:2px;
}
#login_box .reminder{
	float:right;
	width:137px;
	font-size:10px;
	margin-top:2px;
	text-align:right;
}

/*---- login ----*/
#login_box .common_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -29px -241px;
	width:13px;
	height:17px;
	margin-right:4px;
	vertical-align:-3px;
}
#login_box .logout{
	font-weight:normal;
	font-size:10px;
	color:#666;
	margin-left:4px;
}
#login_box .logout a{
	color:#666;
}
#login_box .logout a:hover{
	color:#fa5e88;
}
#login_box .mypage_btn{
	padding:6px 0;
}
#login_box .mypage_btn a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat 0px -263px;
	width:276px;
	height:36px;
}
#login_box .mypage_btn a:hover{
	background:url(/img/common/comp/sprite.png) no-repeat -276px -263px;
}
#login_box .blog_btn{
	float:left;
}
#login_box .blog_btn a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat 0px -299px;
	width:135px;
	height:26px;
}
#login_box .blog_btn a:hover{
	background:url(/img/common/comp/sprite.png) no-repeat -135px -299px;
}
#login_box .profile_btn{
	float:right;
}
#login_box .profile_btn a{
	display:block;
	background:url(/img/common/comp/sprite.png) no-repeat -270px -299px;
	width:135px;
	height:26px;
}
#login_box .profile_btn a:hover{
	background:url(/img/common/comp/sprite.png) no-repeat -405px -299px;
}
#login_box .plan a{
	font-size:14px;
	font-weight:bold;
	color:#1E5A96;
	display:block;
	width:274px;
	height:34px;
	line-height:34px;
	border:1px solid #7fbbf8;
	border-radius:5px;
	text-align:center;
	background:#9FD3F8;
	background-color:#9FD3F8;
	background-repeat:repeat-x;
	background-image:-khtml-gradient(linear, left top, left bottom, from(#B4DDF8), to(#9FD3F8));
	background-image:-moz-linear-gradient(top, #B4DDF8, #9FD3F8);
	background-image:-ms-linear-gradient(top, #B4DDF8, #9FD3F8);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #B4DDF8), color-stop(100%, #9FD3F8));
	background-image:-webkit-linear-gradient(top, #B4DDF8, #9FD3F8);
	background-image:-o-linear-gradient(top, #B4DDF8, #9FD3F8);
	background-image:linear-gradient(top, #B4DDF8, #9FD3F8);
}
#login_box .plan p{
	font-size:12px;
	font-weight:bold;
	color:#fa5e88;
	padding:3px 0 10px 0;
	}
#login_box .plan img{
	background:url(/img/common/comp/sprite.png) no-repeat -780px -149px;
	width:116px;
	height:24px;
	margin-right:4px;
	vertical-align:-6px;
}


/*--------------------------------------------------------------------------------
ページャー .pager
--------------------------------------------------------------------------------*/
.pager{
	font-size:12px;
	text-align:center;
	padding:14px 0;
}
.pager span,
.pager a.selected{
	background:#fb779b;
	color:#fff;
	border:1px solid #fb779b;
	margin-right: 2px;
	padding: 4px 8px;
}
.pager a{
	background:#FFECEE;
	color:#444;
	border:1px solid #ffb7cb;
	margin-right: 2px;
	padding: 4px 8px;
}
.pager a:hover{
	background:#fb779b;
	color:#fff;
	border:1px solid #fb779b;
}

/*--------------------------------------------------------------------------------
その他共通パーツ
--------------------------------------------------------------------------------*/
/*------------------ もっと見るボタン .see_more ------------------*/
.see_more{
	position:relative;
	height:19px;
}
.see_more a{
	position:absolute;
	right:14px;
	bottom:0;
	display:block;
	background:#fa5e88;
	border:1px solid #fff;
	font-size:10px;
	color:#fff;
	width:60px;
	height:17px;
	line-height:17px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
}
.see_more a:hover{
	color:#fff;
	background:#fb779b;
	border:1px solid #fa5e88;
}

.see_more_leftico_main{
	font-size:10px;
	text-align:right;
	margin-top:2px;
}
.see_more_leftico_main a{
	color:#555;
}
.see_more_leftico_main a:hover{
	color:#fa5e88;
}
.see_more_leftico_main a img{
	background:url(/img/common/comp/sprite.png) no-repeat -140px -357px;
	width:9px;
	height:9px;
	vertical-align:-1px;
	margin-right:1px;
}

/*------------------ 茶色タイトル #login_box等 ------------------*/
.common_tit{
	font-size:12px;
	font-weight:bold;
	color:#64321e;
}

/*------------------ 右カラムbox #aside ------------------*/
.aside_box{
	margin-bottom:10px;
}

/*--------------------------------------------------------------------------------
共通ナビゲーション #nav_global .not_mypage_bottom #nav_public
--------------------------------------------------------------------------------*/

/*------------------ ログイン共通ナビゲーション #nav_global ------------------*/
/*---- ナビなし ----*/
.no_menu_borders{
	border-top:1px solid #fff;
	border-bottom:1px solid #ffd0da;
}
#nav_global{
	background:#ffd0d8;
	height:29px;
	width:100%;
}
#nav_global .nav_global_inner{
	width:950px;
	margin:0 auto;
	position:relative;
}
#nav_global .left_user_name{
	padding-top:5px;
	text-align:left;
}
#nav_global .left_user_name h1 a{
	font-size:14px;
	font-weight:bold;
	color:#64321E;
}
#nav_global .left_user_name h1 a:hover{
	color:#555;
}
#nav_global .left_user_name img{
	vertical-align:-1px;
}
#nav_global .left_user_name img.home_icon{
	background:url(/img/common/comp/sprite.png) no-repeat -56px -153px;
	width:19px;
	height:17px;
	margin-right:2px;
	vertical-align:-2px;
}

#nav_global #common_menu_right{
	position:absolute;
	top:0;
	right:0;
	width:450px;
}
#nav_global #common_menu_right .see_blog,
#nav_global #common_menu_right .see_profile{
	width:122px;
	float:left;
}
#nav_global #common_menu_right .see_blog a,
#nav_global #common_menu_right .see_profile a{
	display:block;
	margin:3px 0 0 4px;
	padding:0 10px;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:#444;
	background:#fff6f7;
	border:1px solid #e0b7be;
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	-ms-border-radius:11px;
	background-color:#fff6f7;
	background-repeat:repeat-x;
	background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f7e6e9));
	background-image:-moz-linear-gradient(top, #ffffff, #f7e6e9);
	background-image:-ms-linear-gradient(top, #ffffff, #f7e6e9);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7e6e9));
	background-image:-webkit-linear-gradient(top, #ffffff, #f7e6e9);
	background-image:-o-linear-gradient(top, #ffffff, #f7e6e9);
	background-image:linear-gradient(top, #ffffff, #f7e6e9);
}
#nav_global #common_menu_right .see_blog a:hover,
#nav_global #common_menu_right .see_profile a:hover{
	background:#fff;
	border:1px solid #f2c9d0;
	color:#fa5e88;
}
#nav_global #common_menu_right .see_blog img{
	background:url(/img/common/comp/sprite.png) no-repeat 0 -155px;
	width:17px;
	height:13px;
	vertical-align:-1px;
}
#nav_global #common_menu_right .see_profile img{
	background:url(/img/common/comp/sprite.png) no-repeat -21px -155px;
	width:14px;
	height:13px;
	vertical-align:-1px;
}

#nav_global #common_menu_right .see_avatar,
#nav_global #common_menu_right .see_game{
	width:96px;
	float:left;
	position:relative;
}
#nav_global #common_menu_right .see_game .game_error{
	color:#333;
	font-size:10px;
	text-align:left;
	line-height:1.2;
	position:absolute;
	top:24px;
	left:5px;
	padding:2px 4px;
	border:1px solid #ff0000;
	background:#fff;
	z-index:10;
}
#nav_global #common_menu_right .see_avatar a,
#nav_global #common_menu_right .see_game a{
	display:block;
	margin:3px 0 0 4px;
	padding:0 10px;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:#196291;
	background:#effffc;
	border:1px solid #a7b9c4;
	border-radius:11px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	-ms-border-radius:11px;
	background-color:#e8f6fa;
	background-repeat:repeat-x;
	background-image:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#def8f6));
	background-image:-moz-linear-gradient(top, #ffffff, #def8f6);
	background-image:-ms-linear-gradient(top, #ffffff, #def8f6);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #def8f6));
	background-image:-webkit-linear-gradient(top, #ffffff, #def8f6);
	background-image:-o-linear-gradient(top, #ffffff, #def8f6);
	background-image:linear-gradient(top, #ffffff, #def8f6);
}
#nav_global #common_menu_right .see_avatar a:hover,
#nav_global #common_menu_right .see_game a:hover{
	background:#fff;
	border:1px solid #c9d5dd;
	color:#fa5e88;
}
#nav_global #common_menu_right .see_game img{
	background:url(/img/common/game/sprite_game.png) no-repeat -368px -68px;
	height:14px;
	margin-right:2px;
	vertical-align:-2px;
	width:16px;
}
#nav_global #common_menu_right .see_avatar img{
	height:16px;
	margin-right:2px;
	vertical-align:-2px;
	width:15px;
}

#nav_global #common_menu_right .message_help_logout{
	margin-top:5px;
	float:right;
	color:#e6a6b4;
	font-size:12px;
	display:inline;
}
#nav_global #common_menu_right .message_help_logout a{
	color:#555;
}
#nav_global #common_menu_right .message_help_logout a:hover{
	color:#fa5e88;
}
#nav_global #common_menu_right .message_help_logout .see_message img{
	background:url(/img/common/comp/sprite.png) no-repeat -39px -155px;
	width:17px;
	height:13px;
	vertical-align:-2px;
}

/*------------------ こっからあたらしいの ------------------*/

.mybar{
/*	position: absolute;*/
	width: 100%;
	height: 30px;
	background:#fd7f97;
	line-height: 30px;
	font-size: 14px;
}

.mybar ul{
	width: 950px;
	margin: auto;
        overflow: hidden;
}
.mybar ul li#myname{
    width: 465px;
}
.mybar ul li#logout{
    width: 75px;
}
.mybar ul li#help{
    width: 55px;
}
.mybar ul li#game{
    width: 55px;
}
.mybar ul li#profile{
    width: 105px;
}
.mybar ul li#myblog{
    width: 95px;
}
.mybar li{
	float: right;
	display: block;
	margin-left: 20px;
}
.mybar li:first-child{
	margin-left:0;
}

.mybar li a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.mybar li a:hover{
	display: block;
	color: #ffff66;
	text-decoration: none;
}

/*IE7
*+html .mybar {
	width: 100%;
	position: relative;
	top:150px;
	left: 0px;
}
*+html .mybar ul{
	width: 950px;
	margin: auto;
}
*+html .mybar li{
	float: right;
	display: block;
	margin-left: 48px;
}
*+html .mybar li:first-child{
	margin-left:0;
}
*+html .mybar li a{
	display: block;
	color: #fff;
	text-decoration: none;
}*/
/*IE7*/

#myname{
	float:left;
        overflow: hidden;
}
#myname .name_l{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        max-width: 355px;
        float:left;
}
#myname .name_r{
        display:block;float:left;
}



/*------------------ マイページじゃないときborder .not_mypage_bottom ------------------*/
.not_mypage_bottom{
	border-bottom:4px solid #e5d7d5;
}

/*------------------ マイページ以外の共通ナビゲーション #nav_public ------------------*/


#nav_pub_new ul{
	width:950px;
	margin:0 auto;
}

#nav_pub_new li{
	display: inline-block;
}

#nav_pub_new li a{
	width: 180px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	background-color: #11bcc2;
	color: #fff;
	font-size: 14px;
	margin-left: 12px;
}
#nav_pub_new li:first-child a{
	margin-left:0px;
	width:182px;
}


#nav_pub_new li.off a{
	background-color: #8c8684;
}

#nav_pub_new li a:hover{
	background-color: #8c8684;
}




#nav_public{
	background:url(/img/common/comp/nav_public_bg.png) repeat-x;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	height:35px;
}
#nav_public ul{
	width:950px;
	margin:0 auto;
}
#nav_public li{
	float:left;
}
#nav_public li a{
	color:#1e5a96;
}
#nav_public li a:hover{
	color:#fa5e88;
}
#nav_public li span{
	color:#444;
}
#nav_public li:first-child a,
#nav_public li:first-child span{
	margin-left:0;
}
#nav_public li a,
#nav_public li span{
	display:block;
	font-size:14px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	margin:3px 4px;
	text-align:center;
}
#nav_public li a:hover,
#nav_public li span{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	background:rgba(255,255,255,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#88ffffff',EndColorStr='#88ffffff')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#88ffffff',EndColorStr='#88ffffff'); /* IE5.5+ */
}
#nav_public li.sep_border img{
	background:url(/img/common/comp/sprite.png) no-repeat 0px -593px;
	width:1px;
	height:35px;
	display:block;
}
/*----- メニューごと -----*/
/* ie6は横幅指定必要 */
#nav_public li.nav_public_menu01{
	width:123px;
}
#nav_public li.nav_public_menu02{
	width:149px;
}
#nav_public li.nav_public_menu03{
	width:191px;
}
#nav_public li.nav_public_menu04{
	width:159px;
}
#nav_public li.nav_public_menu05{
	width:192px;
}
#nav_public li.nav_public_menu06{
	width:123px;
}
#nav_public li.nav_public_menu01 img,
#nav_public li.nav_public_menu02 img,
#nav_public li.nav_public_menu03 img,
#nav_public li.nav_public_menu04 img,
#nav_public li.nav_public_menu05 img,
#nav_public li.nav_public_menu06 img{
	width:23px;
	height:23px;
	margin-right:4px;
	vertical-align:-6px;
}
#nav_public li.nav_public_menu01 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -1px -593px;
}
#nav_public li.nav_public_menu01 a:hover img,
#nav_public li.nav_public_menu01 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -24px -593px;
}
#nav_public li.nav_public_menu02 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -47px -593px;
}
#nav_public li.nav_public_menu02 a:hover img,
#nav_public li.nav_public_menu02 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -70px -593px;
}
#nav_public li.nav_public_menu03 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -93px -593px;
}
#nav_public li.nav_public_menu03 a:hover img,
#nav_public li.nav_public_menu03 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -116px -593px;
}
#nav_public li.nav_public_menu04 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -139px -593px;
}
#nav_public li.nav_public_menu04 a:hover img,
#nav_public li.nav_public_menu04 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -162px -593px;
}
#nav_public li.nav_public_menu05 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -185px -593px;
}
#nav_public li.nav_public_menu05 a:hover img,
#nav_public li.nav_public_menu05 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -208px -593px;
}
#nav_public li.nav_public_menu06 a img{
	background:url(/img/common/comp/sprite.png) no-repeat -231px -593px;
}
#nav_public li.nav_public_menu06 a:hover img,
#nav_public li.nav_public_menu06 span img{
	background:url(/img/common/comp/sprite.png) no-repeat -254px -593px;
}
/*------------------ パンくず .pankuzu ------------------*/
.pankuzu{
	color: #666666;
	font-size: 10px;
	padding-top:4px;
}

/*------------------ 右カラム（コンテンツページ共通） #aside ------------------*/

.aside_content_box{
	background:#f8f4ee;
	border:1px solid #e2dcd4;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	margin-bottom:10px;
}
.aside_tit{
	margin:0 4px;
}
.aside_tit span{
	display:block;
	height:32px;
	line-height:32px;
	font-weight:bold;
	margin-top:4px;
}
.see_more_leftico{
	font-size:10px;
	text-align:right;
	margin:0 14px 6px 0;
}
.see_more_leftico a{
	color:#555;
}
.see_more_leftico a:hover{
	color:#fa5e88;
}
.see_more_leftico a img{
	background:url(/img/common/comp/sprite.png) no-repeat -140px -357px;
	width:9px;
	height:9px;
	vertical-align:-1px;
	margin-right:1px;
}

/*------------------ social ID ログイン用 #social_id ------------------*/
#social_id{
	background:#f6e8dc;
	border:1px solid #e2d0c4;
	padding:8px 11px;
}
#social_id .common_tit{
	color:#333;
	padding:0 0 4px 2px;
}
#social_id .common_tit img{
	background:url(/img/common/game/sprite_game.png) no-repeat -368px -68px;
	width:16px;
	height:14px;
	vertical-align:-3px;
	margin-right:2px;
}
#social_id li{
	width:135px;
	height:36px;
	float:left;
}
#social_id .left_mixi{
	margin-right:6px;
}
#social_id .left_mixi a img{
	background:url(/img/common/game/sprite_game.png) no-repeat -0px -196px;
	display:block;
	width:135px;
	height:36px;
}
#social_id .left_mixi a:hover img{
	background:url(/img/common/game/sprite_game.png) no-repeat -135px -196px;
	display:block;
}
#social_id .right_twitter a img{
	background:url(/img/common/game/sprite_game.png) no-repeat -270px -196px;
	display:block;
	width:135px;
	height:36px;
}
#social_id .right_twitter a:hover img{
	background:url(/img/common/game/sprite_game.png) no-repeat -405px -196px;
	display:block;
}
#social_id a.social_id_login img{
	background:url(/img/common/game/sprite_game.png) no-repeat -0px -232px;
	display:block;
	width:276px;
	height:36px;
}
#social_id a:hover.social_id_login img{
	background:url(/img/common/game/sprite_game.png) no-repeat -276px -232px;
	display:block;
}

#yap_info{
	padding-bottom:8px;
}
#yap_info .common_tit{
	padding:6px 0 6px 10px;
}
#yap_info .common_tit_border{
	border-bottom:2px solid #bebebe;
	margin:0 4px;
}
#yap_info .common_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -46px -241px;
	width:23px;
	height:18px;
	vertical-align:-5px;
	margin-right:2px;
}
#yap_info .aside_in_box{
	background:#fff;
	padding:6px 12px;
	margin-bottom:4px;
	font-size:12px;
}
#yap_info .aside_in_box li{
	padding-bottom:2px;
}
#yap_info .aside_in_box .date{
	color:#999;
	font-size:10px;
	margin-right:2px;
}

#side_lovelog{
	padding-bottom:6px;
}
#side_lovelog .common_tit{
	padding:6px 0 6px 10px;
}
#side_lovelog .common_tit_border{
	border-bottom:2px solid #bebebe;
	margin:0 4px;
}
#side_lovelog .common_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -432px -212px;
	width:59px;
	height:16px;
	vertical-align:-4px;
	margin-right:4px;
}
#side_lovelog .aside_in_box{
	padding:8px 0 6px 12px;
	background:#fff;
	margin-bottom:2px;
}
#side_lovelog .aside_in_box li{
	float:left;
	width:95px;
	line-height:1.2;
}
#side_lovelog .aside_in_box img{
	width:80px;
	height:80px;
	border:1px solid #fff;
}
#side_lovelog .aside_in_box a{
	font-size:10px;
}
#side_lovelog .aside_in_box a.photo{
	width:82px;
	height:82px;
	border:1px solid #aaa;
	display:block;
	margin-bottom:2px;
}
#side_lovelog .aside_in_box a.photo:hover{
	border:1px solid #666;
}
#side_lovelog .aside_in_box a.entry{
	color:#555;
}
#side_lovelog .aside_in_box a:hover.entry{
	color:#fa5e88;
}

#side_yapme{
	padding-bottom:6px;
}
#side_yapme .common_tit{
	padding:6px 0 6px 10px;
}
#side_yapme .common_tit_border{
	border-bottom:2px solid #bebebe;
	margin:0 4px;
}
#side_yapme .common_tit img{
	background:url(/img/common/mypage/sprite_mypage.png) no-repeat -296px -88px;
	width:15px;
	height:17px;
	vertical-align:-4px;
	margin-right:2px;

}
#side_yapme .aside_in_box{
	padding:8px 0 6px 12px;
	background:#fff;
	margin-bottom:2px;
}
#side_yapme .aside_in_box li{
	float:left;
	width:95px;
	line-height:1.2;
}
#side_yapme .aside_in_box img{
	width:80px;
	height:80px;
	border:1px solid #fff;
}
#side_yapme .aside_in_box a{
	font-size:10px;
}
#side_yapme .aside_in_box a.photo{
	width:82px;
	height:82px;
	border:1px solid #aaa;
	display:block;
	margin-bottom:2px;
}
#side_yapme .aside_in_box a.photo:hover{
	border:1px solid #666;
}
#side_yapme .aside_in_box a.entry{
	color:#555;
}
#side_yapme .aside_in_box a:hover.entry{
	color:#fa5e88;
}


.aside_content_big_img{
	float:left;
	width:120px;
	height:90px;
	overflow:hidden;
	padding-right:6px;
}
.aside_content_big_description{
	float:left;
	width:148px;
}

#coupon{
	background:#f2ffbe;
	border:1px solid #c4ea6e;
}
#coupon .aside_tit{
	color:#be1010;
	background:#ffbe64;
	border-bottom:2px solid #f47800;
}
#coupon .aside_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -517px -325px;
	width:113px;
	height:32px;
	vertical-align:-11px;
}
#coupon .coupon_table{
	padding:8px 10px 2px;
}
#coupon .coupon_table table{
	width:278px;
	background:#fff;
	border:1px solid #ccc;
	text-align:left;
	font-size:12px;
}
#coupon .coupon_table table td{
	border:1px solid #f3c3c6;
	padding:4px;
}
#coupon .coupon_ph img{
	display:block;
	border:1px solid #fff;
	vertical-align:middle;
	width:150px;
	height:100px;
}
#coupon .coupon_ph a:hover img{
	border:1px solid #ffbe64;
	width:150px;
	height:100px;
}
#coupon .coupon_price{
	color:#d81718;
	background:#fae6e7;
	font-weight:bold;
	font-size:16px;
}
#coupon .coupon_price p{
	width:106px;
}
#coupon .coupon_price span{
	font-size:12px;
}
#coupon .coupon_rate{
	height:30px;
}
#coupon .coupon_rate span{
	color:#5a1414;
	font-weight:bold;
}
#coupon .coupon_area{
	height:30px;
}

#vitacraft{
	background:#eee;
	border:1px solid #ccc;
}
#vitacraft .aside_tit{
	color:#ebb9b6;
	background:#c40413;
	border-bottom:2px solid #222;
}
#vitacraft .aside_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -275px -325px;
	width:115px;
	height:32px;
	vertical-align:-11px;
}
#vitacraft .aside_in_box{
	background:#fff;
	margin-bottom:4px;
	padding:6px 12px;
	font-size:12px;
}
#vitacraft .aside_in_box .date{
	color:#999;
	font-size:10px;
	margin-right:2px;
}
#vitacraft ul{
	border-top:1px solid #ddd;
	margin-top: 8px;
	padding-top: 6px;
}

#decome{
	background:#ffecee;
	border:1px solid #ffd0da;
}
#decome .aside_tit{
	color:#a0003c;
	background:#ffb0c3;
	border-bottom:2px solid #ff5e85;
}
#decome .aside_tit img{
	background:url(/img/common/comp/sprite.png) no-repeat -390px -325px;
	width:100px;
	height:32px;
	vertical-align:-11px;
}
#decome .aside_in_box{
	background:#fff;
	margin:10px 14px 8px;
	padding-bottom:4px;
	text-align:center;
	font-size:12px;
	color:#999;
}

/*------------------ 下カラム #bottom_contents ------------------*/
#bottom_contents{
	width:950px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	color:#666;
}
.prs{
	padding:10px 0 4px;
}
.prs li{
	float:left;
	padding-right:8px;
}
.pr_texts{
	padding:2px 0;
}
.pr_texts li{
	display:inline;
}
#top .pr_texts{
	float:left;
	padding-top:66px;
	width:480px;
}
/*------------------ caution_modal_win ------------------*/
.caution_win{
	text-align:right;
	font-size:12px;
}
#mask{
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background:#fff;
	display:none;
}
#boxes .window{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}
#boxes #dialog{
	font-size:14px;
	text-align:left;
	line-height:1.8;
	width:470px;
	height:140px;
	padding:8px;
	background:#fff;
	border:1px solid #bbb;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
}
#boxes #dialog dt{
	padding:2px 6px;
	font-weight:bold;
}
#boxes #dialog dd{
	padding:4px;
}
#boxes .close{
	position:absolute;
	right:6px;
	top:6px;
	color:#888;
	line-height:1.1;
	padding:1px 4px 2px;
	display:block;
	background:#ddd;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
}

