@charset "utf-8";

/* ------------------------------------------------------------
							layout
------------------------------------------------------------ */
#portal_top {
	margin:	0;
	padding: 0;
	color: #4D4D4D;
	text-align: left;
}

a:hover,a:focus,a:active{
	text-decoration: none;
}

#portal_top #header_container {
	width:100%;
	margin:0 0 10px;
	padding: 0 0 10px;
	background: url("http://static.fc2.com/image/portal/foreign/common/header_shadow.jpg") bottom left repeat-x;
}

#portal_top #header {
	margin:	0 auto;
	padding: 16px 0 0 0;
	width: 980px;
	height: 56px;
}

#portal_top #footer_container {
	width:100%;
	margin:40px 0 0;
	padding: 20px 0 0;
	background: url("http://static.fc2.com/image/portal/foreign/common/header_shadow.jpg") top left repeat-x;
}

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

/* ------------------------------------------------------------
							header
------------------------------------------------------------ */
#portal_top #header h1 {
	float: left;
	width:270px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#portal_top #header h1 a{
	display: block;
	width:253px;
	height: 35px;
	background: url("http://static.fc2.com/image/portal/foreign/common/logo2.png?1") top left no-repeat;
}

#header #entry_wrap,
#header #entry_wrap_login {
	float: right;
}

/* nav
----------------------------------------- */
#nav_container {
	width: 100%;
	height: 40px;
	background: url(http://static.fc2.com/image/portal/foreign/common/nav_bg.png) left top repeat-x;
}

#nav {
	margin: 0 auto;
	width: 980px;
	line-height: 40px;
}

#left_nav{
	float: left;
}

#right_nav{
	float: right;
}

#left_nav li {
	float: left;
	font-weight: bold;
	padding-right: 30px;
	text-shadow: 1px 1px #FFF;
	font-size: 15px;
}

#right_nav li{
	float: left;
	padding:6px 0 0 10px;
}

#right_nav li a{
	display:block;
	width:28px;
	height: 28px;
	background: url(http://static.fc2.com/image/portal/foreign/common/fb_tw.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#right_nav li#fb_header a {
	background-position: 0 -28px;
}
#right_nav li#tw_header a {
	background-position: -28px -28px;
}
#right_nav li#fb_header a:hover {
	background-position: 0 -28px;
}
#right_nav li#tw_header a:hover {
	background-position: -28px -28px;
}

#nav a,
#nav  a:link,
#nav a:visited {
	color: #808080;
}

#nav a:hover,
#nav a:focus,
#nav a:active{
	color:#E80011;
}

/* nav 言語毎の設定 */
.nav_cn li,
.nav_tw li{
/* 	font-family:Microsoft YaHei,SimHei,Hiragino Sans GB,Heiti SC,STHeitiSC,STHeiti; */
}

.nav_ko li{
	font-size: 16px !important;
}

#nav li:first-child {
	padding-left: 0;
}

/* entry_btn（ログイン前）
----------------------------------------- */
/* layout */
#entry_wrap li {
	float:left;
	padding-right: 10px;
	height: 40px;
}

li#sign_up {
	padding-right: 1px;
	height: 38px;
	text-align: center;
	color: #FFF;
	font-weight:bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#entry_wrap a {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight:bold;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* layout（言語毎の設定） */
.entry_wrap_tw ,
.entry_wrap_cn{
/* 	font-family:Microsoft YaHei,SimHei,Hiragino Sans GB,Heiti SC,STHeitiSC,STHeiti; */
}

/* login */
#login a{
	width: 118px;
	padding:1px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 0 no-repeat;/*-- ie7,8,9 --*/
	background: linear-gradient(top,#3FA9F5,#137CC1);
	background: -webkit-gradient(linear, left top, left bottom,from(#3FA9F5),to(#137CC1));
	background: -moz-linear-gradient(top,#3FA9F5,#137CC1);
	background: -o-linear-gradient(top,#3FA9F5,#137CC1);
}

#login a span {
	width: 118px;
	display: block;
	cursor:pointer;
	background: linear-gradient(top,#2490D9,#3FA9F5));
	background: -webkit-gradient(linear, left top, left bottom,from(#2490D9),to(#3FA9F5));
	background: -moz-linear-gradient(top,#2490D9,#3FA9F5);
	background: -o-linear-gradient(top,#2490D9,#3FA9F5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	text-shadow: -1px -1px 0px #0071BC;
}

#login a:hover{
	padding:1px;
	background: #137CC1;
	/*-- ie7,8 --*/
	*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 -40px no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 -40px no-repeat\9;
}

#login a:hover span{
	background: #2490D4;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	/*-- ie7,8 --*/
	*background:none;
	background:none\9;
}

/* login（言語毎の設定） */
.entry_wrap_en #login a {
	font-size: 18px;
}
.entry_wrap_en #login a span{
	padding-top: 5px;
	height: 33px;
}

.entry_wrap_tw #login a {
	font-size: 18px;
}
.entry_wrap_tw #login a span{
	padding-top: 6px;
	height: 32px;
}

.entry_wrap_cn #login a {
	font-size: 18px;
}
.entry_wrap_cn #login a span{
	padding-top: 6px;
	height: 32px;
}

.entry_wrap_ko #login a {
	font-size: 18px;
}
.entry_wrap_ko #login a span{
	padding-top: 7px;
	height: 31px;
}

.entry_wrap_de #login a {
	font-size: 16px;
}
.entry_wrap_de #login a span{
	padding-top: 8px;
	height: 30px;
}

.entry_wrap_es #login a {
	font-size: 18px;
}
.entry_wrap_es #login a span{
	padding-top: 7px;
	height: 31px;
}

.entry_wrap_fr #login a {
	font-size: 17px;
}
.entry_wrap_fr #login a span{
	padding-top: 7px;
	height: 31px;
}

.entry_wrap_pt #login a {
	font-size: 18px;
}
.entry_wrap_pt #login a span{
	padding-top: 6px;
	height: 32px;
}

.entry_wrap_vi #login a {
	font-size: 18px;
}
.entry_wrap_vi #login a span{
	padding-top: 5px;
	height: 33px;
}

/* sign_up */
#sign_up {
	width: 118px;
	padding:1px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -120px 0 no-repeat;
	background: linear-gradient(top,#FBB03B,#CB7329);
	background: -webkit-gradient(linear, left top, left bottom,from(#FBB03B),to(#CB7329));
	background: -moz-linear-gradient(top,#FBB03B,#CB7329);
	background: -o-linear-gradient(top,#FBB03B,#CB7329);
}

#sign_up span{
	display: block;
	cursor:pointer;
	width: 118px;
	background: linear-gradient(top,#F7931E,#FBB03B));
	background: -webkit-gradient(linear, left top, left bottom,from(#F7931E),to(#FBB03B));
	background: -moz-linear-gradient(top,#F7931E,#FBB03B);
	background: -o-linear-gradient(top,#F7931E,#FBB03B);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	text-shadow: -1px -1px 0px #CB7329;
}

#sign_up:hover{
	padding:1px;
	background: #C26C00;
	/*-- ie7,8 --*/
		*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -120px -40px no-repeat;
		background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -120px -40px no-repeat\9;
}

#sign_up:hover span{
	background: #E48A1C;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
		/*-- ie7,8 --*/
		*background:none;
		background:none\9;
}

/* sign_up（言語毎の設定） */
.entry_wrap_en #sign_up {
	font-size: 18px;
}
.entry_wrap_en #sign_up span{
	padding-top: 5px;
	height: 33px;
}

.entry_wrap_tw #sign_up {
	font-size: 18px;
}
.entry_wrap_tw #sign_up span{
	padding-top: 6px;
	height: 32px;
}
.entry_wrap_cn #sign_up {
	font-size: 18px;
}
.entry_wrap_cn #sign_up span{
	padding-top: 6px;
	height: 32px;
}
.entry_wrap_ko #sign_up {
	font-size: 16px;
}
.entry_wrap_ko #sign_up span{
	padding-top: 8px;
	height: 30px;
}
.entry_wrap_de #sign_up {
	font-size: 15px;
}
.entry_wrap_de #sign_up span{
	padding-top: 9px;
	height: 29px;
}
.entry_wrap_es #sign_up {
	font-size: 17px;
}
.entry_wrap_es #sign_up span{
	padding-top: 8px;
	height: 30px;
}

.entry_wrap_fr #sign_up {
	font-size: 17px;
}
.entry_wrap_fr #sign_up span{
	padding-top: 7px;
	height: 31px;
}

.entry_wrap_pt #sign_up {
	font-size: 18px;
}
.entry_wrap_pt #sign_up span{
	padding-top: 6px;
	height: 32px;
}

.entry_wrap_vi #sign_up {
	font-size: 18px;
}
.entry_wrap_vi #sign_up span{
	padding-top: 5px;
	height: 33px;
}



/* entry_btn（ログイン後）
----------------------------------------- */
/* layout */
#entry_wrap_login {
	position:relative;
	float:right;
}

.entry_wrap_login_tw #dashbord ,
.entry_wrap_login_cn #dashbord {
/* 	font-family:Microsoft YaHei,SimHei,Hiragino Sans GB,Heiti SC,STHeitiSC,STHeiti; */
}

/* dashbord */
#dashbord {
	width: 120px;
	height: 40px;
	padding-right: 200px;
}

#dashbord  a{
	display: block;
	padding:1px;
	font-weight:bold;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -240px 0 no-repeat;
	background: linear-gradient(top,#6EAFC8,#2B8AAF);
	background: -webkit-gradient(linear, left top, left bottom,from(#6EAFC8),to(#2B8AAF));
	background: -moz-linear-gradient(top,#6EAFC8,#2B8AAF);
	background: -o-linear-gradient(top,#6EAFC8,#2B8AAF);

}

#dashbord a span{
	display: block;
	cursor:pointer;
	background: linear-gradient(top,#4F9EBC,#6EAFC8);
	background: -webkit-gradient(linear, left top, left bottom,from(#4F9EBC),to(#6EAFC8));
	background: -moz-linear-gradient(top,#4F9EBC,#6EAFC8);
	background: -o-linear-gradient(top,#4F9EBC,#6EAFC8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	text-shadow: -1px -1px 0px #2B8AAE;
}

#dashbord a:hover{
	padding:1px;
	background: #2B8AAE;
		/*-- ie7,8 --*/
		*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -240px -40px no-repeat;
		background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -240px -40px no-repeat\9;
}

#dashbord a:hover span{
	background: #2B8AAE;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
		/*-- ie7,8 --*/
		*background:none;
		background:none\9;
}

/* dashbord（言語毎の設定） */
.dashbord_en a,
.dashbord_tw a ,
.dashbord_cn a ,
.dashbord_de a,
.dashbord_ko a{
	width: 118px;
	height: 38px;
	font-size: 17px;
}
.dashbord_en a span,
.dashbord_tw a span,
.dashbord_cn a span,
.dashbord_de a span,
.dashbord_ko a span,
.dashbord_vi a span{
	padding-top: 8px;
	width: 118px;
	height: 31px;
}

#entry_wrap_login li.dashbord_fr,
#entry_wrap_login li.dashbord_vi {
	padding-right: 220px !important;
}
#entry_wrap_login li.dashbord_fr a,
#entry_wrap_login li.dashbord_vi a {
	width: 138px;
	height: 38px;
	font-size: 15px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -190px -80px no-repeat ;
}
#entry_wrap_login li.dashbord_fr a span,
#entry_wrap_login li.dashbord_vi a span{
	padding-top: 8px;
	width: 138px;
	height: 30px;
}
/*-- ie7,8 --*/
#entry_wrap_login li.dashbord_fr a:hover,
#entry_wrap_login li.dashbord_vi a:hover {
	*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -190px -120px no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -190px -120px no-repeat\9;
}

#entry_wrap_login li.dashbord_es {
	padding-right: 240px !important;
}

#entry_wrap_login li.dashbord_es a {
	width: 158px;
	height: 38px;
	font-size: 15px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -360px -160px no-repeat !important;
}
/*-- ie7,8 --*/
#entry_wrap_login li.dashbord_es a:hover {
	*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -360px -200px no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -360px -200px no-repeat\9;
}
#entry_wrap_login li.dashbord_es a span{
	padding-top: 9px;
	width: 158px;
	height: 29px;
}

#entry_wrap_login li.dashbord_pt {
	padding-right: 210px !important;
}

#entry_wrap_login li.dashbord_pt a {
	width: 128px;
	height: 38px;
	font-size: 14px;
	line-height:0.8;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -330px -80px no-repeat;
}
/*-- ie7,8 --*/
#entry_wrap_login li.dashbord_pt a:hover{
	*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -330px -120px no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") -330px -120px no-repeat\9;
}
#entry_wrap_login li.dashbord_pt a span{
	padding-top: 8px;
	width: 128px;
	height: 30px;
}


/* acount_wrap */
#acount_wrap {
	width: 188px;
	color: #808080;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
/* 	font-family: Arial, sans-serif; */
	z-index:6;
	padding:1px;
	background:#CCC;
	background: linear-gradient(top,#D4D4D4,#CCC);
	background: -webkit-gradient(linear, left top, left bottom,from(#D4D4D4),to(#CCC));
	background: -moz-linear-gradient(top,#D4D4D4,#CCC);
	background: -o-linear-gradient(top,#D4D4D4,#CCC);
	position: absolute;
	top:0;
	left:130px;
}

#acount_wrap a {
	color: #808080;
}

/* acount_wrap（言語毎の設定） */
.entry_wrap_login_fr #acount_wrap,
.entry_wrap_login_vi #acount_wrap {
	left:150px !important;
}
.entry_wrap_login_es #acount_wrap {
	left:170px !important;
}
.entry_wrap_login_pt #acount_wrap {
	left:140px !important;
}

/*-- ie --*/
#acount_wrap {
	*width: 190px;
	width: 190px\9;
	*height:40px;
	height:40px\9;
	*padding:0;
	padding:0\9;
	*background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 -80px no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 -80px no-repeat\9;
}

:root #acount_wrap {
	width: 188px;
	height:auto\0/;
	padding:1px\0/;
}

/*-- ie --*/
#acount_wrap:hover{
	*background: url("http://static.fc2.com/image/portal/foreign/common/acount_top.png") left top no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/acount_top.png") left top no-repeat\9;
}

#acount_inner_wrap {
	width: 188px;
	background: #F8F8F8;
	background: linear-gradient(top,#E8E8E8,#F8F8F8);
	background: -webkit-gradient(linear, left top, left bottom,from(#E8E8E8),to(#F8F8F8));
	background: -moz-linear-gradient(top,#E8E8E8,#F8F8F8);
	background: -o-linear-gradient(top,#E8E8E8,#F8F8F8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
}

/*-- ie --*/
#acount_inner_wrap {
	*width: 188px;
	width: 188px\9;
	*background:none;
	background:none\9;
}

:root #acount_inner_wrap {
	width: 188px\0/;
}

#acount_inner_wrap:hover{
	width: 188px;
	background: #F0F0F0;
	background: linear-gradient(top,#F8F8F8,#F0F0F0));
	background: -webkit-gradient(linear, left top, left bottom,from(#F8F8F8),to(#F0F0F0));
	background: -moz-linear-gradient(top,#F8F8F8,#F0F0F0);
	background: -o-linear-gradient(top,#F8F8F8,#F0F0F0);
	box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
}

/*-- ie --*/
#acount_inner_wrap:hover{
	*width: 190px;
	width: 190px\9;
	*padding: 0 0 5px;
	padding: 0 0 5px\9;
	*background: url("http://static.fc2.com/image/portal/foreign/common/acount_bottom.png") bottom left no-repeat;
	background: url("http://static.fc2.com/image/portal/foreign/common/acount_bottom.png") bottom left no-repeat\9;
}

:root #acount_inner_wrap:hover{
	width: 188px\0/;
	padding: 0\0/;
}

#acount_name {
	padding: 11px 4px 12px 38px;
	width: 138px;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 12px;
	font-weight:bold;
	background: url("http://static.fc2.com/image/portal/foreign/common/acount_icon.png") no-repeat;
	background-position: 0 7px;
}

#acount_menu ul{
	border-top: 1px #CCC solid;
}

/*-- ie --*/
#acount_menu ul{
	*padding:0 1px 1px 1px;
	padding:0 1px 1px 1px\9;
	*width:188px;
	width:188px\9;
	*background: url("http://static.fc2.com/image/portal/foreign/common/acount_middle.png") left top repeat-y;
	background: url("http://static.fc2.com/image/portal/foreign/common/acount_middle.png") left top repeat-y\9;
}
:root #acount_menu ul{
	padding:0 1px 0px 0px\0/;
	width:188px\0/;
	background: url("http://static.fc2.com/image/portal/foreign/common/acount_middle.png") left top repeat-y\0/;
}

#acount_menu  li{
	line-height:0;
}

#acount_menu  li a {
	display:block;
	padding: 10px 0 10px 20px;
	width:168px;
	font-size: 12px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #CCC solid;
	line-height:normal;
	background: url("http://static.fc2.com/image/portal/foreign/common/tri_gray.png") 10px 15px no-repeat;
}

#acount_menu  li.last_child  a {
	border-radius:0 0 5px 5px;
}
#acount_menu  li a:hover {
	background-color: #E8E8E8;
}
#acount_menu  li.last_child  a{
	border-bottom: none;
}

#acount_menu{
	display: none;
}

/* ------------------------------------------------------------
							footer
------------------------------------------------------------ */
#footer_global a:focus,
#footer_global a:hover,
#footer_global a:active {
	text-decoration:underline;
}

.fc2top a {
	margin: 0 0 5px;
	display: block;
	height: 45px;
	width: 100px;
	background:url(http://static.fc2.com/share/image/fc2_logo.png) -6px 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#fc2menu_global {
	text-align: left;
	width:980px;
	padding:0;
	margin: 0 0 20px;
}

#fc2menu_global ul li {
	width: 843px;
	overflow: hidden;
	zoom:100%;
	padding: 0 0 10px;
	clear:both;
}

#fc2menu_global ul li  dl{
	float: left;
	padding: 0 38px 0 0;
	width: 242px;
}

#fc2menu_global ul li dd{
	font-size: 85%;
	overflow:hidden;
	word-break: normal;
	word-wrap: break-word;
}

/* Footer_outline
------------------------------------------------------------ */

#footer_outline {
	width: 980px;
	margin: 0 auto 40px;
}

#footer_outline ul{
	border-top: 1px dotted #D7D7D7;
	padding: 20px 0 10px 0;
	font-size: 100%;
	text-align:center;
}

#footer_outline ul li {
	display: inline;
	margin: 0 15px;
}

#footer_outline p.copyright {
	font-style:normal;
	padding:0 0 10px;
	text-align:center;
}

/* Footer_sub menu
------------------------------------------------------------ */
#fc2menu_sub {
	width: 137px;
	position: absolute;
	top: 55px;
	left: 843px;
}

#fc2menu_sub p {
	margin-bottom: 10px;
}

#fc2menu_sub p select {
	margin-top: -2px;
}

#fc2menu_sub p a img{
	vertical-align: bottom;
}

/* ------------------------------------------------------------
					modal&Overlay form
------------------------------------------------------------ */

#modalbox {
	display:none;
	position:fixed;
	top: 50%;
	left:50%;
	margin-top:-321px;
	margin-left:-290px;
	z-index:9999;
	background:#fff;
	width:560px;
	padding:40px 0 0 0;
	border-radius: 6px;
	box-shadow: 0px 0px 120px rgba(0, 0, 0, 1);
/* 	background: url("http://static.fc2.com/image/portal/foreign/common/form_top.png") top left no-repeat; */
}

#modal_inner {
	position:relative;
	padding: 0 0 40px;
/* 	background: url("http://static.fc2.com/image/portal/foreign/common/form_bottom.png") bottom left no-repeat; */
}

#modal_inner  > div{
	padding: 10px 0 40px 0;
/* 	background: url("http://static.fc2.com/image/portal/foreign/common/form_middle.png") top left repeat-y; */
}

#form_logo {
	font-size: 100%;
	margin: 0 auto 20px;
	width:224px;
	height:50px;
	white-space:nowrap;
	overflow:hidden;
}

#close {
  position: absolute;
	cursor:pointer;
	top:-55px;
	right:-15px;
}

#modalbox #form_wrap {
	margin: 0 auto;
	max-width: 80%;
	max-height:540px;
	overflow: auto;
	text-align: left;
}

#modalbox form input[type=text],
#modalbox form input[type=password] {
	font-size:18px;
	font-weight:normal;
	margin: 0 0 5px;
	width: 80%;
	height: 38px;
	background-color:#F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius:4px;
   	-webkit-border-radius:4px;
    	-moz-border-radius:4px;
/*
	box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.1) inset;
*/
	padding: 0 0 0 10px;
	*height: 30px;
	height: 30px\9;
	*padding: 8px 0 0 10px;
	padding: 8px 0 0 10px\9;
}

:root #modalbox form input[type=text],
:root #modalbox form input[type=password] {
	padding: 0 0 0 10px\9;
	height: 38px\9;
}

.placeholder {
	color:#999;
}

#modalbox form p span {
	font-size:14px;
	font-weight:bold;
}
#modalbox form p {
	margin:-5px 0 10px;
}

#modalbox form #agree_check {
	margin: 20px 0 10px;
	width: 100%;
	text-align: center;
}

input[type=checkbox] {
	margin-right: 5px;
}

#agree_check  a{
	text-decoration:underline;
}

#modalbox form ul.error_message  {
	 display:none;
	margin-bottom:10px;
	color: #E80011;
}

#registration {
/*
	height: 48px;
	padding:1px;
	background: url("http://static.fc2.com/image/portal/foreign/common/button_splash.png") 0 -160px no-repeat;
	background: linear-gradient(top,#FBB03B,#CB7329);
	background: -webkit-gradient(linear, left top, left bottom,from(#FBB03B),to(#CB7329));
	background: -moz-linear-gradient(top,#FBB03B,#CB7329);
	background: -o-linear-gradient(top,#FBB03B,#CB7329);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}

#registration input[type=button] {
	width: 100%;
	font-size: 22px;
	text-align: center;
	border: 0;
	border-radius: 40px;
	color: #FFFFFF;
	background: #EA525E;
	margin: 0 auto 30px auto;
	padding: 14px 40px;
	cursor: pointer;
/*
	display: block;
	width: 100%;
	height: 48px;
	color: #FFF;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	border:none;
	cursor:pointer;
	background:none;
	background: linear-gradient(top,#F7931E,#FBB03B));
	background: -webkit-gradient(linear, left top, left bottom,from(#F7931E),to(#FBB03B));
	background: -moz-linear-gradient(top,#F7931E,#FBB03B);
	background: -o-linear-gradient(top,#F7931E,#FBB03B);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
	text-shadow: -1px -1px 0px #CB7329;
*/
}

#registration input[type=button]:hover{
}

#complete_wrap {
	width:360px;
	margin: 0 auto;
}

#complete_wrap_blog {
	width:360px;
	margin: 0 auto;
}

.complete_title {
	padding: 20px 0 20px 0;
	text-align:center;
	font-size: 26px;
	font-weight: bold;
}

.complete_cn .complete_title,
.complete_tw .complete_title{
/* 	font-family:Microsoft YaHei,SimHei,Hiragino Sans GB,Heiti SC,STHeitiSC,STHeiti; */
}

.complete {
	text-align:center;
	font-size: 14px;
	line-height:1.6;
	word-wrap:normal;
	word-break:normal;
}

#overlay {
	opacity:0;
	filter: alpha(opacity=0);
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
	background:url("http://static.fc2.com/image/portal/foreign/common/overlay.jpg") top left;
}

/* CAPTCHA verification */
.captcha_verification {
	margin: 30px 0 0;
}

#captcha {
	margin:-right: 4px;
	vertical-align: middle;

}

.refresh_captcha {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom,#f7f7f7 0,#efefef 100%);
	padding: 0;
}

#modalbox form #captcha_numbers {
	display: block;
	margin-top: 10px;
/* 	width: 300px; */
	font-size: 14px;
}


/* clearfix
------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

*:first-child+html .clearfix { display: inline-block; }








/*
=====================================================================
*
*	320px から 959px の指定
*
* ===================================================================
*/
@media screen and (min-width: 320px) and (max-width: 959px) {

	#modalbox {
		display:none;
		position:fixed;
		top: 50%;
		left:50%;
		margin-top:-321px;
		margin-left:-40%;
		z-index:9999;
		background:#fff;
		width:80%;
		padding:40px 0 0 0;
		border-radius: 6px;
		box-shadow: 0px 0px 120px rgba(0, 0, 0, 1);
	}

}
