@charset "utf-8";

/*=====================================

	succession - オリジナル継承定義

=====================================*/

/*#####################################
	form
#####################################*/

.contents .regist table {
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    line-height: 150%;
    margin: 20px auto 10px;
    width: 100%;
}

.contents table.layout-fixed {
	/*word-break: break-all;*/
	/*table-layout: fixed;*/
}

.contents .regist caption,
.contents .regist h3.caption {
    color: #007CAC;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 5px 5px 10px;
    text-align: left;
}
.contents .regist h3.caption {
	margin: 0;
}
.contents .regist caption a {
    background: url("../img/list_icon.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 15px;
}
.contents .regist table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EFEFEF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid dotted;
    border-width: 1px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: right;
}
.contents .regist table th .att {
    color: #FF3344;
}
.att {
    color: #FF3344;
}
.hint.att {
    color: #FF3344;
}
.contents .regist table td .hint.att {
    color: #FF3344;
}
.contents .regist table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid dotted;
    border-width: 1px;
    padding: 8px 10px;
    text-align: center;
}
.contents .regist table td .hint {
    color: #666666;
    font-size: 8pt;
    padding-top: 5px;
    margin-bottom: 8px;
}
.contents .regist table td p {
	margin: 0;
}
.contents .regist table td.ta_left {
    text-align: left;
}
.contents .regist table td.validate {
    background-color: #FFCCCC;
}
.contents .regist table td.validate .error {
    border: medium none;
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0;
}
.contents .regist table tr:hover td {
}
.contents .regist .button {
    margin: 10px;
    text-align: center;
}
.contents .regist td .button {
    margin: 10px;
    text-align: left;
}
.contents .regist td .button input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-size: 9pt;
    font-weight: normal;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    vertical-align: middle;
}
.contents .regist .button {
    clear: both;
}
.contents .regist .button input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-weight: bold;
    height: 40px;
    margin: 0 10px 0 0;
	padding: 6px 16px;
    vertical-align: middle;
}
.contents .regist .button button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-weight: bold;
    height: 45px;
    margin: 0 10px 0 0;
    padding: 8px;
    vertical-align: middle;
}
.contents .regist .button button:hover {
    border: 2px solid #999999;
}
.contents .regist .button input:hover {
    border: 2px solid #999999;
}
.contents .regist .button button img {
    margin: 0;
    vertical-align: middle;
}
.contents .regist .error {
    color: #FF0000;
    font-weight: bold;
}
.contents .regist p.error,
.contents .regist div.error {
    border: 1px solid #FF0000;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
}

/*#####################################
	list
#####################################*/

.contents .list table {
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    line-height: 150%;
    margin: 20px auto 10px;
    width: 100%;
}

.contents .list caption,
.contents .list h3.caption {
    color: #007CAC;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 5px 5px 10px;
    text-align: left;
}
.contents .list h3.caption {
	margin: 0;
}
.contents .list caption a {
    background: url("../img/list_icon.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 15px;
}
.contents .list table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EFEFEF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid dotted;
    border-width: 1px;
    font-weight: bold;
    padding: 4px 8px;
    line-height: 1.4;
}
.contents .list table th .att {
    color: #FF3344;
}
.contents .list table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid dotted;
    border-width: 1px;
    padding: 2px 4px;
    text-align: center;
    line-height: 1.4;
}
.contents .list table td .hint {
    color: #666666;
    font-size: 8pt;
    padding-top: 5px;
    margin-bottom: 8px;
}
.contents .list table td p {
	margin: 0;
}
.contents .list table td.ta_left {
    text-align: left;
}
.contents .list .button {
    margin: 10px;
    text-align: center;
}
.contents .list td .button {
    margin: 10px;
    text-align: left;
}
.contents .list td .button input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-size: 9pt;
    font-weight: normal;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    vertical-align: middle;
}
.contents .list .button {
    clear: both;
}
.ownermode-search .button input,
.contents .list .button input,
.contents .list .button button,
.popup.button input,
.popup.button button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-weight: bold;
    height: 45px;
    margin: 0 10px 0 0;
    padding: 8px;
    vertical-align: middle;
}
.contents .list .button button:hover {
    border: 2px solid #999999;
}
.contents .list .button input:hover {
    border: 2px solid #999999;
}
.contents .list .button button img {
    margin: 0;
    vertical-align: middle;
}
.contents .list .operation {
	margin-bottom: 0;
}
.contents .list .operation li {
	line-height: 1.4;
}

input {
    color: #444444;
}
input, select {
    vertical-align: middle;
}
select {
    margin: 5px 5px 5px 0;
    padding: 3px;
    vertical-align: middle;
}
button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/th_back.jpg") repeat-x scroll center bottom #FFFFFF;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    color: #555555;
    font-weight: bold;
    height: 35px;
    padding: 5px;
    vertical-align: middle;
}
button:hover {
    border: 2px solid #999999;
}

/*----------------------------------*/
/*   ユーザートップページスタイル   */
/*----------------------------------*/

#super_user{
	margin: 0 auto;
	text-align: center;
	background-color: #404040;
	padding: 4px 0 0;
}

#super_user ul {
	margin-bottom: 0;
	padding-left: 0;
}

#super_user li a {
	font-size: 12px;
	line-height: 1.0;
	text-align: center;
	border: 1px solid #CCC;
	width: 100px;
	margin: 0 auto;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/*未ログイン サイドバー*/
.login_select {
	margin-top: 10px;
	list-style-type: none;
	padding-left: 20px;
}

.login_select li {
	padding: 0;
	background: none;
}

.login_select .twitter a {
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(../img/login_min_twitter.gif) no-repeat left top;
	margin-bottom: 5px;
}

.login_select .facebook a {
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(../img/login_min_facebook.gif) no-repeat left top;
	margin-bottom: 5px;
}

.login_select a:hover {
	background-position: bottom;
}

.login_select .check,
.login_form .check {
	font-size: 12px;
}

.login_select .check input[type="checkbox"],
.login_form .check input[type="checkbox"] {
	margin: -1px 5px 3px 3px;
}

/* kiyaku */

.regist .kiyaku {
	width: *;
	height: 150px;
	padding: 10px;
	border: double #ccc;
	margin: 15px auto 30px auto;
	overflow: auto;
}

.kiyaku h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-bottom: 1px solid #555;
	background: none;
	margin-right: 0;
}
.kiyaku h2:after {
	border-bottom: none;
}

.kiyaku h3{
	color:#202020;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	background:#f2eeeb;
	border-left:5px solid #444;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}

.kiyaku .title {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.kiyaku p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	}

.kiyaku ul {
	line-height:1.5em;
	padding:0 0 0 20px;
	/padding:0 0 0 25px;
	margin:0 0 20px 0;
}

.kiyaku li {
	font-size: 12px;
	list-style: decimal;
	margin: 0 0 10px 0;
	}

.kiyaku ul.sec {
	margin: 5px 0 0 0;
}

.kiyaku ul.sec li {
	list-style: lower-alpha;
	margin: 0 0 5px 0;
}

/* owner-legal */

.owner-legal {
	padding: 2px 6px;
	margin: 0 -8px;
	font-size: 12px;
	line-height: 1.2;

}

.ta_left {
	text-align: left;
}

.contents .regist table th.ta_left {
	text-align: left;
}

.content_sub .login_form {
	margin-left: 20px;
}
.content_sub .login_form input {
	font-size: 12px;
}

input[type="text"],
input[type="password"],
select {
	font-size: 16px;
	padding-left: 4px;
	margin-left: 2px;
	margin-bottom: 3px;
}

select {
	font-size: 14px;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}
select {
	margin-bottom: 8px;
}

.content_sub .login_form dl {
	margin-bottom: 8px;
}
.content_sub .login_form dd {
	margin: 0;
}

li.check {
	list-style-type: none;
}
li.check input {
	margin-right: 4px;
}

ul {
	padding-left: 12px;
}

ul li {
	list-style-type: none;
}

.contents .regist table.image_input, 
table.image_input {
	margin-top: 8px;
}
table.image_input img {
	margin-bottom: 4px;
}


.content_main h2 span,
.content_full h2 span,
.project_main h2 span {
	display:block;
	float:right;
	font-weight:normal;
	font-size:14px;
}

h2.supporter span {
	margin-top: 6px;
}

.content_main h2 span a,
.content_full h2 span a,
.project_main h2 span a {
	float:left;
	position:relative;
	top:-10px;
	text-decoration:none;
	display:block;
	padding:9px;
	margin-right:5px;
	vertical-align:bottom;
	color:#fff;
	font-weight:bold;
	background-color:#0a9bd9;
	border:2px solid #0a9bd9;
}

.content_main h2 span a:hover,
.content_full h2 span a:hover,
.project_main h2 span a:hover {
	border:2px solid #0a9bd9;
	background-color:#fff;
	color:#444;
}

#projectBody h2.noline span a {
	background-color:#f21783;
	border:2px solid #f21783;
}
#projectBody h2.noline span a:hover {
	background-color:#FFF;
	border:2px solid #f21783;
	color: #444;
}

#projectBody h2.faq_ownermode {
	margin-bottom: 30px;
	padding-bottom: 2px;
}
#projectBody h2.faq_ownermode span a {
	background-color:#0a9bd9;
	border:2px solid #0a9bd9;
}

#projectBody h2.faq_ownermode span a:hover {
	border:2px solid #0a9bd9;
	background-color:#fff;
	color:#444;
}

h2 p.supporter {
	display: inline;
	line-height: 1.0;
}
h2 p.supporter img {
	margin: 0 6px 0 -8px;
}


/* button */

.btn_preview,
.btn_search,
.btn_search_nuser,
.btn_edit {
	text-align: center;
}

.btn_preview input,
.btn_search input,
.btn_search_nuser input,
.btn_edit input {
	padding: 8px 16px;
	margin: 0 12px;
}
.btn_preview {
	position: fixed;
	left: 0;
	top: 30px;
	text-align: right;
	width: 100%;
	z-index: 1000;
}

.btn_preview input {
	padding: 6px 20px;
}
.btn_preview_wrap {
	line-height: 26px;
	width: 112px;
	height: 64px;
	background-color: #404040;
	text-align: center;
	margin: 0 8px 0 auto;
	padding: 8px;
	color: #FFF;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
	border: 1px solid #CCC;
}
.btn_clear_color {
	padding: 8px 16px;
}
.btn_search {
	margin-bottom: 0;
}
.btn_search_nuser {
	margin-bottom: 24px;
}
.btn_more {
	text-align: center;
}
.btn_more button {
	height: auto;
	padding: 8px 16px;
}

.action_time {
	text-align: right;
	margin: -8px 16px 8px;
}

/* admin_payment */
.admin_payment {
	margin:0 10px 0 0;
	height:25px;
	padding:12px 28px;
	font-weight:normal;
	font-size:9pt;
	color:#555;
	vertical-align:middle;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	border:2px solid #ccc;
	border-bottom:2px solid #aaa;
}

.admin_payment:hover {
	border-bottom: 2px solid #999;
}

#form_table table th {
	/* white-space: nowrap; */
}

input[type="text"] {
	max-width: 500px;
}


/* project_list_nuser */

.project_list_nuser{
	border:1px solid #ccc;
	min-height:150px;
	position:relative;
	width:720px;
	margin:0 12px 25px 0;
	line-height:150%;
	display:inline-block;
	vertical-align:top;
	border:1px solid #ccc;
	padding:10px;
}


.project_list_nuser .img{
	padding:2px;
	border:1px solid #efefef;
	background-color:#f9f9f9;
	float:left;
	margin-bottom:50px;
	margin-right:10px;
}

.project_list_nuser .title{
	font-weight:bold;
	margin-top:10px;
}

.project_list_nuser .title a{
	text-decoration:none;
	font-size:10pt;
}

.project_list_nuser .user, .project_list_nuser .user a{
	margin-top:5px;
	padding-top:4px;
	color:#999;
}

.project_list_nuser .cate{
	font-weight:bold;
	background:url("../img/list_icon.gif") left center no-repeat;
	padding-left:15px;
	color:#666;
}

.project_list_nuser .cate a{
	text-decoration:none;
}

.project_list_nuser .project_footer{
	border-top:1px solid #ccc;
	position:absolute;
	left:0px;
	bottom:0px;
	width:720px;
	color:#999;
	padding:5px 10px 5px 10px;
	margin:0px;
	background-color:#f9f9f9;
	height:25px;
}

.messagelist {
	margin-top: 12px;
	width: 100%;
}
.messagelist th {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 4px 16px;
}

.messagelist td {
	padding: 4px 16px;
	border: 1px solid #CCCCCC;
}

.img_list_wrap {
	position: relative;
	border-top: 1px solid #CCC;
	padding-top: 16px;
	margin: 16px 36px 16px;
}

.checkForm .img_list_wrap {
	border-top: none;
}

.img_list_wrap img {
	border: 2px solid #CCC;
}

.img_list_wrap li {
	margin: 4px;
}


/* owner */

.owner_table {
	margin: 0 12px 32px;
}

#projectBody table.owner_table {
	width: 95%;
}

.owner_table th {
	background-color: #0a9bd9;
	padding: 8px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #0a9bd9;
}

.owner_table td {
	padding: 4px 10px;
	border: 1px solid #0a9bd9;
}

.s_icon img {
	padding-bottom:10px;
}

.profileIcon{
	width:60px;
}

.profileMiniIcon{
	width:30px;
}

/* recentAction */

.recent_action_list {
	margin-top: 30px;
}

.recent_action:after {
	content: "";
	display: block; 
	clear: both;
	margin-bottom: 8px;
}

.recent_action_thumb {
	width: 140px;
	float: left;
}

.recent_action_thumb {
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

#projectBody .recent_action_thumb img {
	width: 140px;
	height: 140px;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.mypage .recent_action_thumb img {
	width: 120px;
	height: 120px;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.recent_action_thumb a img {
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
}

.recent_action_thumb a img:hover {
	opacity: .6;
}

.recent_action_content {
	float: left;
	margin-left: 20px;
	width: 448px;
}

.mypage .recent_action {
	margin-bottom: 12px;
}

.mypage .recent_action_content {
	margin-left: 10px;
	width: 560px;
}

.recent_action_content .action_time {
	margin-top: -20px;
	margin-bottom: 6px;
}

.recent_action_content .description {
	line-height: 1.75;
	font-size: 12px
}

.paypal_checkout:hover {
	text-decoration: none;
	opacity: 0.8;
}
.paypal_checkout img {
	margin:9px 25px 7px 0px;
	vertical-align:middle;
}

.no_return_plan span {
	font-weight: bold;
	text-decoration: underline;
}

.return_rest {
	text-align: right;
	color: #FF3344;
	margin-top: 8px;
	line-height: 1.4;
}

.projectIndex .items_status,
#projectBody .items_status {
	padding: 4px 6px;
	width: 80px;
	background-color: #FFF;
	z-index: 100;
	text-align: center;
	font-weight: bold;
	border: 3px solid #f21783;
	color: #f21783;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
}
.projectIndex .items_status {
	position: absolute;
	left: 8px;
	top: 12px;
}

.projectIndex .pending,
#projectBody .pending {
	border-color: #f21783;
	color: #f21783;
}

.projectIndex .draft,
#projectBody .draft {
	border-color: #0a9bd9;
	color: #0a9bd9;
}

.projectIndex .rejection,
#projectBody .rejection {
	border-color: #666;
	color: #666;
}

ul.tabs {
	margin-bottom: 0;
	overflow: hidden;
	height: 39px;
}
ul.tabs:after {
	content: "";
	display: block;
	clear: both;
}
ul.tabs li {
	float: left;
	margin-right: 8px;
}
ul.tabs li a {
	font-size: 14px;
	padding: 8px 12px;
	line-height: 23px;
	border-top: 2px solid #F9F9F9;
	display: block;
	color: #666;
	background-color: #F9F9F9;
	font-weight: bold;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
}

ul.tabs li a:hover {
	text-decoration: none;
	border-top: 2px solid #0a9bd9;
}
ul.tabs li.tab_select a,
ul.reward_select_tabs li.tab_select a {
	background-color: #0a9bd9;
	border-top: 2px solid #0a9bd9;
	color: #FFF;
}

.contents_tabs ul.tabs,
.reward_tabs ul.tabs {
	height: 33px;
}

.contents_tabs ul.tabs li a,
.reward_tabs ul.tabs li a {
	font-size: 12px;
	padding: 4px 8px;
}

.tab_hide {
	display: none;
}

.tabitem {
	border: 1px solid #CCC;
	border-top: 2px solid #0a9bd9;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
	padding: 8px 8px 14px;
}

#itemsRegistWrap {
	margin-top: 16px;
}

.contents .regist table.itemsRegistButton {
	border: none;
}
.contents .regist table.itemsRegistButton td {
	border: none;
	vertical-align: top;
}
.contents .regist table.itemsRegistButton td.regist_left {
	text-align: left;
	width: 160px;
}
.contents .regist table.itemsRegistButton td.regist_center {
	text-align: center;
}
.contents .regist table.itemsRegistButton td.regist_right {
	text-align: right;
	width: 160px;
}
.itemsRegistButton input {
	padding: 10px 12px;
	margin: 4px 20px 0px;
	font-weight: bold;
}
input.temp_save {
	padding: 10px 18px;
}
.min_payment_hint {
	font-size: 14px;
	font-weight: bold;
}

.contents .regist table.itemsRegistTable {
	margin-top: 0;
}

.project_btn_edit {
	margin-bottom: 16px;
}
.project_btn_edit {
	background-color: #FFF;
}
.project_btn_edit a {
	display: block;
	padding: 20px;
	text-align: center;
	background-color: #0a9bd9;
	color: #FFF;
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
	font-weight: bold;
	font-size: 16px;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;

}
.project_btn_edit a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.rewarditem {
	width: 440px;
}

.contents .regist table.rewardTable {
	 margin-top: 8px;
}
.contents .regist table.rewardTable td {
	text-align: left;
}

ul.reward_select_tabs {
	height: 25px;
}
ul.reward_select_tabs li a {
	padding: 0px 7px;
	font-size: 14px;
	box-shadow: none;
}

.itemsRegistTable h4 {
	font-size: 16px;
	padding: 8px 8px 6px;
	margin: 8px 0 16px;
	border-bottom: 1px solid #CCC;
}
.rewardtab_hide {
	display: none;
}
ul.reward_select_tabs li {
	margin-right: 2px;
	text-align: center;
	
}
ul.reward_select_tabs li a {
	padding: 0 6px;
}
ul.reward_select_tabs li a {
	background-color: #EEE;
	border-top: 2px solid #EEE;
}
.rewardtab_add {
	width: 25px;
	height: 25px;
	margin: -25px 6px 0 auto;
	text-align: center;
}
.rewardtab_add a {
	display: block;
	color: #FFF;
	font-size: 18px;
	background-color:#888;
	text-decoration: none;
	line-height: 25px;
}
.rewardtab_add a:hover {
	background-color:#CCC;
	cursor: pointer;
}
.tabDelete {
	float: right;
	padding: 8px 12px;
	margin-top: -16px;
}

.return_select {
	padding: 0;
	margin: 0 -20px;
}
.return_select:after {
	content: "";
	display: block;
	clear: both;
}
.return_select li {
	float: left;
	border-radius: 8px;
	border: 3px solid #0a9bd9;
	position: relative;
	box-shadow: rgba(0,0,0,.15) 4px 4px 0;
	transition: opacity linear .2s;
	-webkit-transition: opacity linear .2s;
	overflow: hidden;
	width: 190px;
	height: 220px;
	margin: 0 5px 12px;
}

.select_description_wrap {
	padding: 12px;
	height: 200px;
	overflow: hidden;
}

.return_select li:hover {
	cursor: pointer;
	opacity: .6;
}

.return_select li.soldout {
	opacity: .4;
}
.return_select li.soldout:hover {
	cursor: normal;
	opacity: .4;
}
.return_select li.not_start:hover {
	cursor: default;
	opacity: 1;
}
.select_link {
	position: absolute;
	width: 200px;
	height: 232px;
	display: block;
	z-index: 1000;
	margin: -16px;
}
.return_select .description {
	margin-top: 8px;
	line-height: 1.4;
	height: 172px;
	overflow: hidden;
}
.return_select .no_return {
	margin-top: 38px;
	text-align: left;
	height: auto;
}
.return_select li h3 {
	margin: -8px -8px 0;
	padding: 8px 6px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background-color: #0a9bd9;
	border-radius: 8px;
}
.return_select .return_rest {
	background-color: #f21783;
	color: #FFF;
	position: absolute;
	padding: 6px 12px;
	font-size: 14px;
	margin: 0;
	bottom: 4px;
	left: 4px;
	text-align: center;
	width: 160px;
}
.return_select .return_rest.return_rest_end {
	background-color: #888;
}
.return_select li.soldout .return_rest {
	bottom: 80px;
	padding: 10px 12px;
	font-weight: bold;
}
.return_select li.soldout:hover {
	cursor: default;
}
.select_popupWrap {
	visibility: hidden;
}
.select_popup {
	width: 450px;
	height: 450px;
	background-color: #f0f0f0;
}
.select_popup h3 {
	background-color: #0a9bd9;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	padding: 2px 6px;
	margin-bottom: 0;
}
.select_popup h3 span.return-label {
	padding: 0 2px;
}
.select_popup .description {
	padding: 16px;
	height: 317px;
	overflow: auto;
	margin-bottom: 0;
	color: #666;
	text-align: left;
}
.select_popup p.no_return {
	padding-top: 128px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 -12px;
}
.select_popup a.btn_support {
	position: absolute;
	bottom: 0;
	display: block;
	border: medium none;
	color: #FFFFFF;
	font-size: 16px;
	height: auto;
	line-height: 1.3;
	padding: 6px 0;
	text-align: center;
	transition: opacity 0.2s linear 0s;
	width: 100%;
	background-color: #888;
	background-image: none;
}
.select_popup a.btn_support span {
	font-size: 14px;
	line-height: 1.0;
}
.select_popup a.no_return {
	padding: 16px 0;
}
.select_popup a.btn_support:hover {
	border: none;
	opacity: .6;
	text-decoration: none;
}

.btn_backto_project {
	text-align: center;
	margin-top: 16px;
}
.btn_backto_project button {
	padding: 12px 18px;
	height: auto;
}
.content_main ul.payInfo {
	padding-left: 0;
}

.content_main ul.payInfo .project_list_nuser {
	margin-bottom: 0;
}

.require_login {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin: 0 8px;
}

.sidebar_profile:after {
	content: "";
	display: block;
	clear: both;
}

.sidebar_profile .icon {
	width: 80px;
	float: left;
}

.sidebar_profile .name {
	margin-top: 20px;
	display: block;
	float: left;
	width: 120px;
	position: relative;
	line-height: 20px;
	word-break: break-all;
}

.ownermode-search {
	border: 1px solid #CCC;
	padding: 20px 10px 0;
	margin-bottom: 12px;
}
.ownermode-search th {
	border: 1px solid #CCC;
	padding: 4px 8px;
	background-color: #EFEFEF;
}
.ownermode-search td {
	padding: 4px 8px;
	border: 1px solid #CCC;
}

.tr_hide {
	display: none;
}

.radio_check_btn {
	margin-bottom: 8px;
}
.radio_check_btn a {
	padding: 4px 8px;
	border: 1px solid #CCC;
	background-color: #EEE;
}

.blind_caution {
	color: #999;
	margin: 0 8px 8px;
	line-height: 1.2;
}

.action_targetplan {
	color: #999;
	margin: 0 8px;
}

.owner_project .return_list h3 .supporter {
	right: 88px;
}

.content_main .owner_project ul.return_list {
	padding-left: 0;
}

.ownerpage_project_status strong {
	font-size: 24px;
	margin: 0 4px;
}
.ownerpage_project_status {
	margin-bottom: 16px;
}

.ownerpage_project_status .support ul {
	padding-left: 0;
}

.ownerpage_project_status .support ul li {
	line-height: 1.3;
}

#projectBody .ownerpage_project_status table.project_status_info {
	width: auto;
	margin-left: 48px;
}
.ownerpage_project_status .project_status_info th {
	font-size: 18px;
	padding: 2px 12px;
	text-align: right;
	line-height: 1.4;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: bottom;
}

.ownerpage_project_status .project_status_info td {
	padding: 6px 48px 2px 12px;
	line-height: 1.3;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: bottom;
}

.ownerpage_project_status .project_status_info td.right {
	text-align: right;
}

.ownerpage_project_status .project_status_info .spacer th,
.ownerpage_project_status .project_status_info .spacer td {
	padding-top: 38px;
}

.ownerpage_project_status .project_status_info .spacer td {
	text-align: right;
}
.ownerpage_project_status .project_status_info .total_money th, 
.ownerpage_project_status .project_status_info .total_money td {
	padding-top: 24px;
}
.ownerpage_project_status .project_status_info .total_money th, 
.ownerpage_project_status .project_status_info .total_money td strong {
	font-size: 24px;
}

.ownerpage_project_status .project_status_info tr.project_commission_detail th,
.ownerpage_project_status .project_status_info tr.project_commission_detail td {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

.ownerpage_project_status .project_status_info tr.project_commission_detail th,
.ownerpage_project_status .project_status_info tr.project_commission_detail td strong {
	font-size: 16px;
	font-weight: normal;
}

.ownerpage_project_status .project_status_info tr.commission_by_owner_detail th,
.ownerpage_project_status .project_status_info tr.commission_by_owner_detail td strong {
	font-size: 18px;
	font-weight: normal;
}

.ownerpage_project_status .project_status_info tr.project_commision_label th,
.ownerpage_project_status .project_status_info tr.project_commision_label td {
	border-bottom: none;
	font-size: 20px;
	padding-bottom: 0;
}

.ownerpage_project_status .project_status_info .payment_status_no_border td {
	border-bottom: none;
}

.ownerpage_status_label {
	margin: 0 16px 24px 0;
	padding: 8px;
	border: 1px solid #666;
	font-size: 18px;
}

.ownerpage_status_label strong {
	font-size: 22px;
}

.send_re_bank_mail_alert {
	clear: both;
	margin: 16px 8px 0;
	color: #F00;
	display: none;
}

.contents .ownerpage_project_status_h2 span {
	text-align: right;
	font-size: 28px;
	padding-right: 16px;
	line-height: 16px;
}

.contents .ownerpage_project_status_h2 span.success   { color: #33C; }
.contents .ownerpage_project_status_h2 span.process   { color: #060; }
.contents .ownerpage_project_status_h2 span.unsuccess { color: #999; }

.contents .unsuccess_caution {
	text-align: right;
	margin-top: -20px;
	font-size: 12px;
}

.small {
	font-size: 14px;
	line-height: 16px;
}

.check_plan_btn {
	float: right;
}

.check_plan_btn.float_left {
	float: left;
}

.check_plan_btn a {
	background-color: #0a9bd9;
	color: #FFF;
	border: none;
}

h3.pay_detail {
	line-height: 32px;
	font-size: 18px;
	position: relative;
	color: #fff;
	background-color: #0a9bd9;
	padding: 4px;
	margin-bottom: 8px;
}
table.pay_detail {
	width: 100%;
}

table.pay_detail th {
	padding: 4px;
	padding-right: 8px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #666;
}
table.pay_detail td {
	border: 1px solid #CCC;
	padding: 4px;
	width: 400px;
}

.required_pay_password {
	padding: 8px 12px;
	border: 1px solid #F00;
	line-height: 1.6;
	margin-bottom: 8px;
}

.required_pay_password_text {
	color: #F00;
	font-size: 14px;
}

.required_pay_password_label {
	padding: 8px 0 12px;
}

.payment_type_select label {
	padding: 4px 12px 4px 6px;
}

.payment_selected {
	background-color: #0a9bd9;
	border-radius: 4px;
	color: #FFF;
	transition: linear .2s;
	-webkit-transition: linear .2s;
}

.payment_disabled {
	text-decoration: line-through;
}

#projectTab.ownermodeTab {
	margin-bottom: 0;
}
#projectTab.ownermodeTab li{
	margin: 0 6px 0 0;
}
#projectTab.ownermodeTab li a{
	padding: 0 8px;
}
.contents .regist table.button-list {
	border: none;
	line-height: auto;
}
.contents .regist table.button-list td {
	border: none;
}
.button-list .button-left {
	text-align: left;
}
.button-list .button-center {
	text-align: center;
	width: 100%;
}
.button-list .button-right {
	width: 240px;
	text-align: right;
}
.button-list .button-left div {
	text-align: left;
	width: 240px;
}
.button-list .button-right div {
	text-align: right;
	width: 240px;
}

/* Q&A */
#projectBody .faq_post_button {
	width: 88%;
	margin: 24px auto 8px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}

#projectBody .faq_post_button.faq_post_button_ownermode {
	width: auto;
	margin: 24px 0 0 auto;
	text-align: right;
}
#projectBody .faq_post_button.faq_post_button_ownermode a {
	display: inline;
}
#projectBody .faq_post_button a {
	display: block;
	background-color:#f21783;
	border:2px solid #f21783;
	padding: 9px;
	color: #FFF;
}
#projectBody .faq_post_button a:hover {
	background-color:#FFF;
	border:2px solid #f21783;
	color: #444;
}

.faq_description {
	position: relative;
	padding: 8px 12px 12px 48px;
	border-bottom: 2px solid #0a9bd9;
	margin-bottom: 8px;
}

.faq_question {
	margin-bottom: 12px;
}

.faq_answer {
	margin-bottom: 12px;
}

.faq_effect {
	font-size: 24px;
	margin: -8px 0 0 -40px;
	position: absolute;
}

.faq_question .faq_effect {
	color: #33C;
}

.faq_answer .faq_effect {
	color: #F33;
}

.faq_display0 {
	background-color: #F0D0D0;
}

.faq_display1 {
}

.faq_display2 {
	background-color: #E0E0E0;
}

.faq_display_ownermode_0 {
	font-weight: bold;
	color: #F33;
	border: 1px solid #F33;
	padding: 4px;
	white-space: nowrap;
	background-color: #FFF;
	margin-left: -48px;
}

.faq_display_ownermode_1 {
	font-weight: bold;
	color: #33C;
	border: 1px solid #33C;
	padding: 4px;
	white-space: nowrap;
	background-color: #FFF;
	margin-left: -48px;
}

.faq_display_ownermode_2 {
	font-weight: bold;
	color: #666;
	border: 1px solid #666;
	padding: 4px;
	white-space: nowrap;
	background-color: #FFF;
	margin-left: -48px;
}

.faq_description_list {
	margin-bottom: 12px;
}

.faq_time {
	font-size: 9pt;
	color: #000;
	margin-left: 24px;
	margin-right: 20px;
}
.contents .regist table td.faq_sort_btn_td {
	width: 40px;
	text-align: center;
	padding: 4px;
	vertical-align: middle;
}
.contents .regist table.faq_sort th {
	text-align: center;
}

.faq-sortable tr:hover {
	cursor: move;
}

.faq_sort_btn {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	padding: 2px;
	text-align: center;
	background-color: #CCC;
	margin: 0 2px;
}
.faq_sort_btn:hover {
	opacity: 0.7;
	background-color: #E0E0E0;
	cursor: pointer;
	text-decoration: none;
}

.faq_popup {
	width: 600px;
	text-align: left;
}
.faq_popup .faq_question {
	padding-left: 48px;
}

.faq_popup_h3 {
	background-color: #0a9bd9;
	color: #FFF;
	padding: 8px;
}

div.image_input:after {
	content: "";
	clear: both;
}
div.image_input .image_input_box {
	float: left;
	border: 1px solid #CCC;
	margin: 4px;
	width: 46%;
	padding: 4px;
}

.faq_question img,
.faq_answer img,
#projectBody .faq_question img,
#projectBody .faq_answer img {
	max-width: 560px;

}

h2.ownerpage_title {
	padding-right: 170px;
}
h2.ownerpage_title span {
	display: block;
	float: right;
	margin-right: -150px;
}

#creditSubmitForm {
	text-align: center;
}
#creditSubmitForm input {
	margin: 0 auto 48px;
	padding: 8px 24px;
}

#payment_ex_list p {
	margin-top: 12px;
	padding: 8px 4px;
	border: 1px solid #CCC;
}

.ownerpage_project_edit_caution {
	text-align: right;
	font-size: 12px;
	margin: -12px 0 12px;
}

a.credit_wait_att,
a.credit_wait_att:visited {
	display: block;
	text-align: right;
	color: #F00;
	margin: 0 -12px -36px 0;
	text-decoration: underline;

}
a.credit_wait_att:hover {
	text-decoration: none;
}

.inquery_category_error {
	display: none;
}
.inquery_continue {
	display: none;
}

.TaL {
	text-align: left;
}
.TaR {
	text-align: right;
}
.TaC {
	text-align: center;
}

.ownermode_editpaylimit_caution {
	text-align: center;
	margin-top: 6px;
	padding: 6px;
	border: 1px solid #F33;
}

.project_type_header {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.project_type_select label {
	padding: 4px 12px 4px 6px;
}

.project_type_selected {
	background-color: #0a9bd9;
	border-radius: 4px;
	color: #FFF;
	transition: linear .2s;
	-webkit-transition: linear .2s;
}

#project_type_ex_list p {
	margin-top: 12px;
	padding: 8px 4px;
	border: 1px solid #CCC;
	display: none;
}

.term_disp {
	text-align: center;
	font-size: 12px;
	margin: 0 -6px 16px;
}

.term_disp span {
	font-size: 14px;
	padding: 0 4px;
}
.contents .regist table td .upload_error.validate,
.upload_error.validate {
	color: #FF0000;
}
.option-th {
	white-space:nowrap;
}
.contents .regist table tr.option-head th {
	text-align: left;
	background-color: #AAA;
	color: #FFF;
	padding: 4px 8px 2px;
	font-weight: bold;
}
.ownermode-paymentinfo-label {
	font-size: 18px;
	margin: 36px 4px 4px;
}
.ownermode-paymentinfo {
	border: 1px solid #333;
	padding: 8px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.payment_status1 {
	float: right;
	font-weight: bold;
	color: #33C;
	border: 1px solid #33C;
	padding: 4px;
	white-space: nowrap;
	background-color: #FFF;
	margin: 4px 0 4px 12px;
	line-height: 1.2;
}
.payment_status1:after {
	content: "";
	clear: both;
	display: block;
}
.payment_status_head1 {
	float: right;
	font-weight: bold;
	color: #33C;
	border: 1px solid #33C;
	padding: 4px;
	white-space: nowrap;
	background-color: #FFF;
	margin: -4px 12px 4px 0;
	line-height: 1.2;
	font-size: 14px;
}
.payment_status_head1:after {
	content: "";
	clear: both;
	display: block;
}

.items-content img,
.action_description img,
.select_popup .description img,
.pay-reward-img img,
#form_table .action_content img,
.owner_project .return_list .description img,
.regist .layout-fixed img,
.project_main .return_list .description img {
	max-width: 100%;
	height: auto;
}
.pay-reward-img {
	margin-bottom: 6px;
}
.recent_action .description img {
	max-width: 100%;
	height: auto;
}
.project_sub .return_list .description img {
	max-width: 100%;
	height: auto;
}

.return-label-container {
	margin: 0;
	padding-top: 6px;
}
.return-label-container span {
	font-size: 16px;
	line-height: 20px;
	width: 24px;
	display: block;
	text-align: center;
}
.return-label-container span.return-label {
	line-height: 24px;
	color: #0a9bd9;
}
.return_select .return-label-container {
	padding: 0 0 4px;

}

h3.return-container {
	height: auto;
}
.return-label-container {
	display: table;
	vertical-align: middle;
}
.return-label-container span {
	display: table-cell;
	vertical-align: middle;
}
.return-label-container span.return-label span.return-label-detail {
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: block;
	background-color: #FFF;
}

.return-label-container span.return-name {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	line-height: 16px;
	width: 240px;
	padding: 6px 0 6px 6px;
	margin: 0 8px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.select_popup .return-label-container span.return-name {
	width: auto;
}
#projectBody .return-label-container span.return-name {
	width: 534px;
}
.owner_project .return-label-container span.return-name {
	width: 650px;
}
.return_select .select_description_wrap .return-label {
	padding: 0 6px;
}
h3.disclaimer {
	text-align: center;
	font-size: 16px;
	margin: 24px 0 8px;
	font-weight: bold;
}
p.disclaimer {
	text-align: center;
}


#itemsRegistLoading {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.user_pay_history {
	float: right;
	width: 550px;
}
ul.followSearchList li.user_pay_history_list:after {
	content: "";
	clear: both;
	display: block;
}
