/* mypage.css */
@charset "UTF-8";


/*-- Form --*/
.box_form{
	float:left;
	width:600px;
	border-bottom:1px solid #e8e8e8;
	clear: both;
}

.box_form_head{
	float:left;
	background:#eee;
	width:200px;
	height: 40px;
	line-height: 40px;
}

.box_form_body{
	float:left;
	width:200px;
	height: 30px;
	padding-top: 10px;
}




.box_form_title{
	width:190px;
	height:40px;
	line-height:40px;
	float:left;
	padding-left:10px;
	background:url(../image/sprite/profile_setting_bg.gif) center left no-repeat;
	color:#fff;
}

.box_form_body{
	width:400px;
	float:left;
	height: 40px;
}

/* ─ frame ────────────────────────────────── */
.frame {
	text-align: left;
}
.frame_scroller {
	width: 99%;
	height: 160px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	overflow: auto;
	padding: 0;
	margin: 5px 0 20px 0;
}
.frame .section {
	padding: 20px;
	margin: 0;
}
.frame .section h3 {
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}
.frame .section h4 {
	padding: 0;
	margin: 0 0 4px 0;
	font-weight: bold;
	font-size: 1.0em;
	color: #333333;
}
.frame .section p {
	padding: 0;
	margin: 0 0 8px 0;
}

ol.marker{
	padding-left: 30px;
}



ul.marker{
	list-style-type: none;
}

ul.disc{
	list-style-type: none;
}

.frame .section ul.marker {
	padding: 0;
	margin: 0 0 8px 0;
	list-style-type: none;
}
.frame .section ul.marker li {
	padding: 0;
	margin: 0 0 4px 0;
	
}
.frame .section ul.marker li span.marker {
	font-weight: bold;
}
.frame .section ul.disc {
	padding: 0;
	margin: 0 0 8px 0;
	list-style-type: disc;
}
.frame .section ul.disc li {
	padding: 0;
	margin: 0 0 4px 20px;
}
.frame .section .notice {
	font-size: 0.8em;
	color: #999999;
}
.frame img {
	border: 0;
}

/* ─ frame2 ────────────────────────────────── */


iframe.frame2 {
	width: 700px;
	height: 160px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 0;
	margin: 0 0 20px 0;
}

.form_button{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.input_text{
	width: 280px;
}

/* ─ form ────────────────────────────────── */
.form_outer {
	padding: 0;
	margin: 0;
	width: 550px;
}
.form_inner {
	margin: 0;
}



table.form_table {
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}

table.form_table {
	margin: 5px auto 30px auto;
	border-collapse: collapse;
}

table.form_table tr th {
	padding: 10px 12px 12px 22px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	border-right: 0px solid #d6d6d6;
	background: #fff url(../img/profile/profile_setting_bg.gif) 10px center no-repeat;
	width: 190px;
}
table.form_table tr td {
	padding: 12px 0 12px 12px;
}
table.form_table tr.error_found th {
	background-color: #ffff00;
}
table.form_table tr.error_found td {
	background-color: #ffffcc;
}
table.form_table tr td .errmsg {
	font-size: 0.8em;
	color: #aa0000;
}
table.form_table tr td.option {
	background: #efefef;
	border-left: 1px solid #d6d6d6;
	padding: 12px 12px 12px 12px;
}

table.form_table tr th .last_th{
	background: #f1f1f1;
	border-bottom:1px solid #000;
}


table.form_checkbox_list {
	margin: 0;
	border: 0;
}
table.form_checkbox_list tr td {
	width: 110px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

table.form_table_create {
	margin: 0 10px 10px 10px;
	border-collapse: collapse;
}

table.form_table_create tr th {
	padding: 10px 12px 12px 10px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #fff url(../img/profile/profile_setting_bg.gif) 0px center no-repeat;
	width: 190px;
	font-size: 11px;
}
table.form_table_create tr td {
	padding: 12px 0 12px 12px;
}

.form_inner h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
	font-size: 1.0em;
	font-weight: bold;
	background-image: url(../../icons/pencil.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666666;
}

.input_text		 	{ width: 280px;font-size:12px; }
.input_text_long	{ width: 500px;font-size:12px;  }
.input_text_short	{ width: 120px;font-size:12px;  }
.input_text_short2	{ width: 70px; font-size:12px; }
.input_textarea		{ width: 300px; height: 100px;font-size:12px; }
.ime_off			{ ime-mode: disabled; }


.form_button {
	padding: 10px 0;
	margin: 0;
	text-align: right;
}
.form_button a {
	display: block;
	float: right;
	width: 230px;
	height: 44px;
	margin: 0 0 0 20px;
	padding: 0px 0 0 0;
	line-height: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-decoration: none;
}
.form_button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	width: 230px;
	height: 44px;
}
.form_button a.long {
	width: 280px;
	background-image: url(../img/common/btn_bg_long.png);
}


.login_bar{
	margin: 20px 0px 20px 30px;
}


.search_wrap{
	background: #efefef url(../img/common/search_wrap_bg.png) top left no-repeat;
	margin-bottom: 30px;
	width: 706px;
	height: 100px;
}

ul.openid_list{
	list-style-image: url("../img/common/ma_arrow.gif");
}


ul.openid_list li{
	margin-top: 5px;
	font-size: 12px;
	line-height: 13px;
	height: 13px;
	padding-left: 20px;
}

/* ─ search ────────────────────────────────── */
#search_result {
	margin: 30px 0 40px 0;
	padding: 0;
}
#search_result ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#search_result ul li {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #aaaaaa;
}
#search_result ul li h2 {
	padding: 0 0 8px 0;
	margin: 0;
	font-weight: normal;
}
#search_result ul li p.description {
	margin: 0;
	padding: 8px 0 0 0;
}
#search_result ul li p.link {
	padding: 5px 0 3px 0;
	margin: 0;
	font-size: 0.8em;
}
#search_result ul li p.thumb {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background-image: url({uri.static}/simpus/img/half.gif);
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
}
#search_result ul li p.thumb img {
	text-align: center;
}

#search_tab {
	margin-bottom:20px;
	padding-bottom:20px;
}
.search_tab_contents_notfound {
	margin: 20px 0 30px 0;
	color: #990000;
}
.search_tab_contents_result {
	margin: 10px 0 20px 0;
	color:#EC008C;
}
ul.search_tab_contents_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.search_tab_contents_list li {
	clear: both;
	margin: 0 0 16px 0;
	padding-top: 14px;
	border-top: 1px dotted #cccccc;
	list-style-type: none;
}
.search_tab_contents_list_left {
	//width: 400px;
	width: 418px;
	float: left;
	margin-bottom: 5px;
}
.search_tab_contents_list_left_left {
	width: 48px;
	float: left;
	overflow: hidden;
}
.search_tab_contents_list_left_right {
	width: 360px;
	float: left;
	margin-left:10px;
}

.search_tab_contents_list_left2 {
	width: 330px;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}


.search_tab_contents_list_left3 {
	width: 360px;
	float: left;
	margin-bottom: 5px;
	//margin-left: 10px;
	overflow-x:hidden; 
}



.search_tab_contents_list_left_thumb {
	float: left;
	width: 48px;
	height: 48px;
	background: #eee;
}

.search_tab_contents_list_right {
	width: 100px;
	float: right;
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
}
.search_tab_contents_list_right img {
	margin-bottom: 4px;
}
.search_tab_contents_list_left_title {
	width: 360px;
	float: left;
}
.search_tab_contents_list_left_title a {
	font-weight: bold;
	//float: left;
}
.search_tab_contents_list_left_description {
	margin: 0 0 4px 0;
	font-size: 11px;
	float: left;
	//width: 360px;
	color: #666;
}

.search_tab_contents_list_left_status {
	font-size: 11px;
	padding-bottom:10px;
	color: #aaa;
	float: left;
	width: 100px;
}

.search_tab_contents_list_left_date {
	font-size: 11px;
	padding-bottom:10px;
	color: #aaa;
	float: left;
	width: 360px;
}

.search_tab_contents_list_left_cat {
	font-size: 11px;
	padding-bottom:10px;
	color: #aaa;
	float: left;
	width: 400px;
}

.search_tab_contents_list_left_media_public {
	font-size: 0.7em;
	color: #ffffff;
	background-color: #009900;
	padding: 1px 2px 1px 2px;
}
.search_tab_contents_list_left_media_close {
	font-size: 0.7em;
	color: #ffffff;
	background-color: #666666;
	padding: 1px 2px 1px 2px;
}
.search_tab_contents_list_left_media_appli {
	font-size: 0.7em;
	color: #ffffff;
	background-color: #2787B8;
	padding: 1px 2px 1px 2px;
}
.search_tab_contents_pager {
	clear: both;
	margin: 0 20px 0 20xp;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #cccccc;
	text-align: center;
}

.search_tab_contents_pager a{
	background: #CCCCCC;
	color: #fff;
	padding: 5px;
}

.search_tab_contents_pager a:hover{
	background: #999999;
	color: #fff;
	padding: 5px;
}

.search_tab_contents_pager strong{
	background: #d84090;
	color: #fff;
	padding: 5px;
}

.search_tab_contents_pager_disabled {
	color: #999999;
	display: none;
}
#search_tab_contents_latest,#search_tab_contents_member{
	
}

.entry_index{
	border: 1px solid #EC008C;
}

/* ─ invited ────────────────────────────────── */
.invited_top_message{
	border: 1px solid #EC008C;
	padding: 10px;
	margin-bottom: 20px;
	width: 664px;
}

invited_wrap{
	float: left;
	background: #ff0000;
}

.invited_person {
	width: 200px;
	float: left;
}

.invited_person_head{
	width: 200px;
	height: 25px;
	float: left;
}

.invited_person_name{
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	background:url(../img/common/invited_person_name.gif) no-repeat scroll left center;
}

.invited_person_thumb{
	width: 200px;
	float: left;
	margin-top: 10px;
}

.invited_message{
	width:400px;
	float: left;
}

.invited_message_head{
	width: 400px;
	height: 25px;
	float: left;
}

.invited_message_txt{
	width: 366px;
	padding: 10px;
	float: left;
	border: 1px solid #ccc;
	margin-top: 15px;
	min-height: 145px;
	height: auto !important;
	height: 145px;
	/*add min-height for patidemo*/
	/*margin-top 10px→15px for patidemo*/

}

.invited_media{
	margin-top: 20px;
	width: 200px;
	/*width:600→200 for patidemo*/
	float: left;
	margin-bottom: 20px;
}


.invited_media_head{
	float: left;
	width: 200px;
	/*width:600→200 for patidemo*/
}

.invited_media_thumb{
	float: left;
	width: 180px;
	/*width:600→180 for patidemo*/
	padding: 10px;
}

.invited_media_name{
	float: left;
	padding-left: 20px;
	width: 180px;
	/*width:580→180 for patidemo*/
	margin-top: 10px;
	background:url(../img/common/invited_person_name.gif) no-repeat scroll left center;
}

/* add class for patidemo start*/
.invited_pati{
	width:400px;
	float: left;
	margin-top: 20px;
	_margin-top: -12px;
}

/*IE7ハック*/
*:first-child+html .invited_pati{
	margin-top: -12px;
}


.invited_pati_head{
	width: 400px;
	height: 25px;
	float: left;
	/*background:#fff;*/
}

.invited_pati_box{
	background:#E9EBDD;
	clear:both;
	width:368px;
	padding:5px 10px;
}
.deny_pati_box{
	background:#E9EBDD;
	clear:both;
	width:370px;
	padding:5px 10px;
}

.invited_pati_txt{
	width: 366px;
	padding: 10px;
	float: left;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.invited_pati_name{
	float: left;
	/*padding-left: 20px;*/
	width: 180px;
	/*width:580→180 for patidemo*/
	margin-top: 15px;
	/*background:url(../img/common/invited_person_name.gif) no-repeat scroll left center;*/
}


.invited_pati_box  li {
	margin-left:10px;
}
/* safari only */
body:first-of-type .invited_pati_box  li {
	margin-left:20px;
}
/* end */


/* add class for patidemo end*/

/* ─ create ────────────────────────────────── */

.create_btn td{
	padding-right: 10px;
	height: 40px;
	font-size: 11px;
}

.create_btn td  a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

.create_btn th{
	width: 130px;
	padding-left: 10px;
}

.create_btn tr  {
	margin-bottom: 10px;
	vertical-align: middle;
}


/* ─ search form ────────────────────────────────── */

.search_form td{
	padding-right: 10px;
	height: 30px;
	font-size: 11px;
	vertical-align: middle;
}

.search_form td  a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

.search_form th{
	width: 130px;
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
}

.search_form tr  {
	margin-bottom: 10px;
}