/*
 * style: namecnects style
 * description: add style
 * base: jquery mobile
 */
/*============================
  base/base
============================*/
::-webkit-scrollbar-thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*============================
  modules/module
============================*/
.account-list li.ui-li-has-thumb a.ui-btn {
  min-height: 60px;
  padding: 0 50px 0 70px;
}
.account-list li.ui-li-has-thumb a.ui-btn img {
  width: 60px;
  height: 60px;
}


	
.unread{
	float:right;
	background-color:#0066b4;
	color:#fff;
	padding:3px 6px;
	font-size: 11px;
	 margin: -30px -40px 0 0;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.blue{
	
 float:none;
 margin-right:-15px;
font-size: 10px;
	padding:3px 5px;




}
.account-list img{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.account-list li .last-update {
  display: inline-block;
  float: right;
  font-size: 11px;
  margin: 5px -40px 0 0;
}
.account-edit .ui-controlgroup-controls label.ui-btn {
  padding-top: 0;
  padding-bottom: 0;
}
.account-edit img{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.account-edit .ui-controlgroup-controls label p {
  margin: 0 0 0 0;
}
.account-edit .ui-controlgroup-controls label .thumbnail {
  height: 60px;
  float: left;
  margin: 0 10px 0 0;
}
.account-edit .ui-controlgroup-controls label .account-name {
  margin: 10px 0 0 0;
}
.account-edit .ui-controlgroup-controls label .last-update {
  display: inline-block;
  float: right;
  font-size: 11px;
  margin: 5px 0 0 0;
}
.account-edit .ui-controlgroup-controls img {
  width: 60px;
  height: 60px;
}

.friend-list .ui-checkbox label {
  padding-top: 0;
  padding-bottom: 0;
}
.friend-list img{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}	
.friend-list .ui-checkbox .thumbnail {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 10px 0 0;
}
.friend-list .ui-checkbox .thumbnail img {
  width: 60px;
  height: 60px;
}
.friend-list .ui-checkbox .account-name {
  margin: 10px 0 0 0;
}

.msg-editor table {
  border-spacing: 1px 0;
  background-color:#f8f8f8;
}
.msg-editor tbody {
  margin: 0;
  padding: 0;
}
.msg-editor td {
    margin: 0;
    padding: 0;
}
.msg-editor a#btnUpload {
  margin-top: 0;
  margin-bottom: 0;
}
.msg-editor textarea.ui-mini {
  margin: 0;
  height: 24px;
}
.msg-editor button {
  margin: 0 0;
}

.talk-photoicon {
  margin-right: 0;
}

.headline {
  margin-top: 0;
}
.headline .container-fluid {
  padding: 0;
}
.headline h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.iframe-news {
  height: 36px;
}

/*============================
  modules/adstyle
============================*/
.adspace {
  width:100%;
  max-height: 50px;
  padding: 0;
  overflow: hidden;
  line-height: 1.0;
  background-color:transparent;
  padding-bottom:18px;

}
.adspace > {
  margin: 0;
  padding: 0;
}

.adsp {
    position: fixed;            /* �w�b�_�[�̌Œ� */
    top: 41px;                   /* �ʒu(��0px) */
    left: 0px;                  /* �ʒu(�E0px) */
    width: 100%;                /* ����100%�@*/
    height:50px;              /* �c��140px */
 	overflow: hidden;
	z-index : 2 ;
  
}


.adsp2 {
    position: fixed;            /* �w�b�_�[�̌Œ� */
    top: 99px;                   /* �ʒu(��0px) */
    left: 0px;                  /* �ʒu(�E0px) */
    width: 100%;                /* ����100%�@*/
    height: 50px;              /* �c��140px */
 	overflow: hidden;
	z-index : 2 ;

  
}

.login-talk-header {
	width:320px;
	height: 50px;
	position: fixed; 
	top:43px;
	z-index:99;
	left:50%;
margin-left:-160px;
}

.login-talk-footer {
	text-align:center;
	width: 100%;
	background-color:transparent;
}


.late-ad {
  display: none;
  width: 320px;
  height: auto;
  max-height: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.late-ad img {
  display: block;
  margin: 0 auto;
}


/*============================
  sonota.html
============================*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, li {
	list-style: none;
}

footer{
clear:both;

}
footer nav ul li{
width:33%;
height:100px;
display:block;
float:left;
margin: auto;
padding: 0 px;
border: 1px solid #d0ccca;
border-left:none;
border-top:none;
text-align:center;
background-color:#ffffff;
}

footer nav ul li:first-child{
border-left:1px solid #d0ccca;

}
footer nav ul li:last-child{
	border-right:none;
}
.lastlink{
border-right:1px solid #d0ccca;
}

footer  li a {
font-family:"�l�r �S�V�b�N", "MS Gothic", "Osaka�|����", Osaka-mono, monospace;
font-size:13px;
color:#4b4b4b!important;
display:block;
height:100px;
padding-top:18px;
padding-bottom:20px;

}

img.icon{
width:40px;
hight:40px;
}


/*============================
 social-btn
============================*/

.social-btn {
  *zoom: 1;
  height: 50px;
  height: 30px;
  padding: 10px 0;
  overflow: hidden;
}
.social-btn:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.social-btn .social-txt {
  text-align: center;
  margin: 0 0 5px 0;
}
.social-btn ul {
  margin: auto;
  text-align: center;
}
.social-btn ul li {
  float: left;
  width: 20%;
  display: inline-block;
}
.social-btn ul li a {
  text-align: center;
}
.social-btn ul li.fbplugin {
  width: 180px;
}






















.otbox{
width:95%;
height:40%;
background:#ffffff;
border:1px solid #000000;
 margin: 0 auto; 
 text-align:center;
}

.otbox img{
vertical-align:middle; 
}











#connect_top ul{margin:3px 0; overflow:hidden;}
#connect_top ul li{list-style-type:none; padding:0px; margin:0px;}
#connect_top ul li{
float:left;
display:inline-block;
outline:none;
cursor:pointer;
text-align:center;
text-decoration:none;
width:48%;
font-size:17px; font-weight:bold;
padding:5px 0px; margin:1%;
text-shadow:0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius:.5em; 
-moz-border-radius:.5em;
border-radius:.5em;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
box-shadow:0 1px 2px rgba(0,0,0,.2);
color:#ffffff;
border:solid 2px #005fb2;
background:#0095cd;
background:-webkit-gradient(linear, left top, left bottom, from(#12aafc), to(#005cb2));
background:-moz-linear-gradient(top,  #12aafc,  #005cb2);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
#connect_top ul li:hover{
text-decoration:none;
background:#007ead;
background:-webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background:-moz-linear-gradient(top,  #0095cc,  #00678e);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
#connect_top ul li:active{
position:relative;
top:1px;
color:#4bc0f1;
background:-webkit-gradient(linear, left top, left bottom, from(#005cb2), to(#12aafc));
background:-moz-linear-gradient(top,  #005cb2,  #12aafc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

#connect_top ul li a{
color:#fff;
}

ul{padding:0px; margin:0px;}
li{list-style-type:none; padding:0px; margin:0px;}
a:link{color:#0063c6; text-decoration:none;}
a:visited{color:#0063c6; text-decoration:none;}
a:active{color:#0063c6; text-decoration:none;}
a:hover{color:#0063c6; text-decoration:none;}



div#footer-fixed
{
    position: fixed;            /* �t�b�^�[�̌Œ� */
    bottom: 0px;                /* �ʒu(��0px) */
    left: 0px;                  /* �ʒu(��0px) */
    width: 100%;                /* ����100%�@*/
    height: 45px;              /* �c��140px */
	overflow:hidden;
}
 
div#footer-bk
{
	background-color:#fff;     /* �w�i�F(��) */
	
	height:110px;              /* �c�̍���140px */
	width:100%;                /* ���̕���100% */
}
 
div#footer { 
	height: 100%;              /* �c�̕\���̈��header-bk�Ɠ��� */
              /* ���̕�970px */
	margin: auto;              /* �������� */
}


div#footerarea { 
  
  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 42px;  
    background-color:#0066b4;  
	text-align:center;
}

.headerarea { 
	height: 35px;
    width: 100%;  
    background-color:#0066b4;  
	text-align:center;
	margin-top:-10px;
	margin-bottom:10px;
}

.headerarea h4{
	font-weight:bold;
    color: #fff;
	padding-top:10px;
	font-size:11px;
}

div#footerarea h4{
	font-weight:bold;
    color: #fff;
	padding-top:10px;
}
div#header-fixed
{
    position: fixed;            /* �w�b�_�[�̌Œ� */
    top: 0px;                   /* �ʒu(��0px) */
    left: 0px;                  /* �ʒu(�E0px) */
    width: 100%;                /* ����100%�@*/
    height: 30px;              /* �c��140px */
}
 
 
div#header-bk { 
	background-color:#0066b4;      /* �w�i�F(��) */
	height:30px;              /* �c�̍���110px */
	width:100%;                /* ���̕���100% */
}
 
 
div#header { 
	
	height:30px;              /* �c�̕\���̈��header-bk�Ɠ��� */

	margin: auto;              /* �������� */
}





.kaku img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}





.no_maru img,.maru img {
    border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
	position:inherit;
	width:220px;
	height:220px;
	
}
.maru_ather img,.no_maru_ather img{
	border-radius: 110px;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
	position:inherit;
}

.next{
	float:right;
	margin-top:88px;
	margin-right:30px;
}

.point {
	
	font-weight: bold;
	font-size: 35px;
}


.coinsp{
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:inherit;
	
}

.t_area{
	padding-top:8px;
	width:93%;
	margin:0 auto;
	text-align:center;
	line-height:inherit;
	font-size:11px;
}

.t_area span{
	color:red;
}

.coinsp img{
	width:30px;
	padding:8px 3px 0 3px;

	
}

.coinsp h2{
	font-size:12px;
	display:inherit;
}
.coinsp a{
	overflow:hidden;
	color:#000!important;
	font-size:12px;
	}
.cash{
	text-align:center;
	font-size:12px;
}

.cash li{
	border-top-color: #828282;
	border-top-color: rgba(0,0,0,.15);
	border-top-width: 1px;
	border-top-style: solid;
}

.cash li:hover{
	background-color: #eeeeee; /* non-RGBA fallback  */
	background-color: rgba(0,0,0,.04);
}


.cash img{
	width:200px;
	margin-top:5px;
}

.cash h2{
	font-size:16px;
	padding:0px;
}


.nend{
	clear:both;
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}


.nend img{
	float:left;
	width:80px;
	border-radius: 15px;        
    -webkit-border-radius: 15px;    
    -moz-border-radius: 15px;   
	padding:7px;
}
	
.nend h1{
	color:#000;
	font-weight:bold;
	padding-top:1%;
	width:85%;
	font-size:13px;
	line-height:15px;
}
	
	
.nend h2{
	color:#4b4b4b;
	font-size:11px;
	font-weight:normal;
	width:85%;
	
}




#guest img{
	float:left;
	margin-left:-8px;
	margin-right:10px;
	
}

#guest p{
	
	float:right;

}

#guest h3{
	font-size:10px;
}

.native{

	border:solid 1px #d8d8d8;
	border-radius: 7px;        
    -webkit-border-radius: 7px;    
    -moz-border-radius: 7px;   
	padding:10px;
	margin:1px 1px;
	margin-top:-12px;
	
	overflow:hidden;
	
}


.native:active{
	color:#cccccc;
}

.native img{
	float:left;
	overflow:hidden;
	margin-left:11px;
	
}



.native h2{
	float:left;
	color:#000;
	font-size:14px;
	padding-left:8px;
	width:65%;
	line-height:15px;
	margin-top:2px;
}


.native span{
	color:#000;
}

.native h1{
	float:right;
	font-size:15px;
	color:red;
	overflow:hidden;
	line-height:13px;
	margin:0px;
	margin-top:15px;
}




.kk_main li img{
	float:left;
	width:50px;
}

.kk_main li h2{
	float:left;
	margin-left:10px;
	font-size:15px;
	
	
}
		

.kk_main h1{
	font-size:12px;
	float:right;
	color:red;
	font-weight:bold;
}



.charge a{
	font-size:12px;
	line-height:8px;
	
}

.charge h2{
	font-size:16px;
	line-height:16px;
	padding:0px;
}
.charge a{
	clear:both;
}

.c_btn{
	width:100%;
	margin:7px 0;
	overflow:hidden;
	
}

.c_btn ul li{
	padding:3px 0;
	margin:0 auto;
	float:left;
	width:32%;
	margin-left:1%;
	background-color:#0066b4;
	text-align:center;
	color:#fff;
	border-radius: 5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
}

.c_btn ul li a{
	color:#fff;
}

.c_btn ul li a:visited{
	color:#C8DBF4;
}


#tkaspeace{
	text-align:center;
	width:95%;
	margin:0 auto;
	overflow:hidden;
	padding:8px 0;
}


 .opnbtn{
float:left;
width:48%;
overflow:hidden;
height:43px;
border-radius: 10px;        /* CSS3���� */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome�p */  
-moz-border-radius: 10px;
border:solid 1px #ccc;
box-sizing:border-box;
text-align:center;

}

.opnbtn img{
	width:25px;
	padding-top:10px;
}


.opnbtn p{
 display:inline-block;
 vertical-align:middle;
 margin-top:-5px;
 margin-left:5px;
 font-size:12px;

}

.opnbtn a{
	margin-top:-13px;

	border-radius: 10px;        /* CSS3���� */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome�p */  
	-moz-border-radius: 10px;   
	text-align:center;
	border:none;
	
}
.only{
	margin-left:4%;
	margin-bottom:3%;
}

.swipeicon{
	overflow:hidden;
	margin-top:180px;
	margin-left:-60px;
}

.swipeicon img{
	width:60px;
}
.white-popup {
          position: relative;
          background: #FFF;
          padding: 20px;
          width: auto;
          max-width: 500px;
          margin: 20px auto;
}

.modal {
position:fixed;
display:none;
z-index:99999;
top:55%; 
left:50%;
margin:-120px 0 0 -132px;
padding:5px 10px 10px 10px;
font-size:10px;
background-color:#fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
 }
.modal_prof {
	text-align:center;
}
.modal p { margin-bottom:10px; }
.modal a { cursor:pointer; }
.close_modal{	
	border:solid 1px #ddd;
	padding:8px 12px;
	color:#333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:13px;
	font-weight:bold;
}

.close_modal2{
	float:right;
	border:none;
	padding:0px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	margin-bottom:-3px;
}


.modal2 {
position:fixed;
display:none;
z-index:99999;
top:50%; 
left:50%;
margin:-120px 0 0 -150px;
font-size:10px;
 }
.modal2_prof {
	text-align:center;
}
.modal2 p { margin-bottom:10px; }
.modal2 a { cursor:pointer; }



.modal_open {
position:fixed;
z-index:99999;
top:50%; 
left:50%;
margin:-120px 0 0 -160px;
padding:5px 10px 10px 10px;
font-size:10px;
background-color:transparent!important;
 }
.output {
    display: none;
}




.switching,.switching ul {
	overflow:hidden;
	
}
.switching li{
	width:33%;
	float:left;
	border:solid 1px #ddd;
	box-sizing:border-box;
	text-align:center;
	background-color:#f6f6f6;
	padding:8px 0;
	border-bottom:none;
}
.switching li:last-child{
	width:34%;
}
.switching li a{
	color:#333;
	font-size:12px;
}

.switching li:hover{
	background-color:#3887cc;
	
	}
	.switching li a:hover{
	color:#fff;
}

 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

.prof_setting{
	text-align:center;
}

.prof_setting a{border:solid 1px #ddd;
	padding:8px 12px;
	color:#333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:13px;
	font-weight:bold;
}
.close_prof{

	border:solid 1px #ddd;
	padding:8px 12px;
	color:#333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size:13px;
	font-weight:bold;
	float:right;
	border:none;
	padding:0px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	margin-top:-10px;
}

.gs_ms{
	font-size:12px;
	padding:0px;
}