@charset "utf-8";


h2{
	border:none;
	box-shadow:none;
	width:auto;
	margin:0;
	padding:0;
	color:#6f0000;
}
/*猫歌プロジェクト用用*/

.nekoutaConts{
	width:945px;
	margin:0 auto;
	background:url(../../images/bg.png) no-repeat;
}
.formConts .nekoutaConts{
	width:945px;
	margin:0 auto;
	background:none;
}
.formConts .nekoutaConts h1{
	margin:30px auto;
	text-align:center;
}
div.box1{
	position: relative;
	margin:0 auto;
	min-height:850px;
}

.blalloon{
	float:left;
}

.read{
	float:left;
	margin:80px 20px 20px 30px;
}

.logos{
	float:left;
	margin:80px 20px 20px 30px;
}

div.rightbox{
	float:right;
}

div.description{
	margin:0 auto;
	font-size:16px;
	background-color:#ffffff;
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;		/* Firefox用 */ 
	width:850px;
	border:1px;	
}
p.description1{
	width:680px;
	max-height: 999999px;
}

p.description2{
	width:430px;
	margin:20px;
	padding-left:260px;
	max-height: 999999px;
}

.applyArea{
	text-align:right;
	margin:45px 25px 10px 0;
}

.mucho{
	position: absolute;
	bottom: 50px;
	left:0px;
}

.onpucat{
	position: absolute;
	top: 330px;
	right: 0px
}

div.box2{
	border: solid 1px #cccccc;
	background-color:#ffffff;
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;		/* Firefox用 */ 	
}

h2.description_title{
	height:50px;
	padding:0px 5px 0px 50px ;
	font-size:20px;
	margin:0 auto;
	font-weight:bold;
	background:url(../../images/subttl_bg.png) no-repeat;
}

div.flow{
	text-align:center;
}
div.description3{
	font-size:15px;
	margin-top:10px;	
	margin-bottom:40px;		
}
div.box3{
	position: relative;
	height:300px;
}

.ttl{
	margin:0px 0px 20px 0px;
}

.applyBt{
	position: absolute;
	bottom: 20px;
	left: 20px
}

div.domingo{
	position: absolute;
	top: 15px;
	right: 20px
}

.mokyu-toInfo{
	padding:15px;
	margin-top:10px;
	background:#fffcf4;
	font-size:12px;
}
.mokyu-toInfo h3{
	font-weight:bold;
	color:#6f0000;
	font-size:14px;
}


/*--------------------------------------------------
投稿ページ
--------------------------------------------------*/
.registFormSection {
	background-image: url(/images/footer_bg.gif);
	padding: 20px;
	margin: 20px;
	border-radius:10px;
}
.registFormSection h3 {
	background-image: url(/foster/images/registform-heading.png);
	width: 180px;
	height: 38px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0 0 15px;
	margin: 0 0 30px -25px;
	letter-spacing: 2px;
}
.registFormSection h3 img {
	vertical-align: -5px;
	margin-right:10px;
}
.registFormSection span.required {
	font-size: 12px;
	background-color: #cc0000;
	color: #fff;
	padding: 2px 5px 0;
	margin-right: 5px;
	border-radius: 2px;
}
.registFormSection .registItem {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.registFormSection .registItem:first-child{
	margin-top: 10px;
}
.registFormSection .confirmTable {
	background-color: #fff;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 20px 0 30px;
}
.registFormSection .confirmTable th {
	width: 120px;
	color: #333;
	background-color: #ffeebb!important;
	text-align: center;
	border-radius: 4px;
	border: none!important;
	box-sizing: border-box;
}
.registFormSection .confirmTable td {
	padding: 5px;
	border-color: #ccc;
	border-width: 0 0 1px;
	border-style: dashed;
	margin-bottom: 20px;
}
/* 画像アップロード */
.tmp_image_area {
	margin-bottom: 10px;
}

.confirm_img {
	max-width: 300px;
}

#loading_overlay {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
}
.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
.rule-agreement-area{
	margin:20px;
	border:1px solid #f00;
	padding:10px;
}
/*--------------------------------------------------
一覧ページ
--------------------------------------------------*/
.nekoutaRow {
	margin-bottom: 10px;
}

.nekoutaItem {
	padding: 10px;
	border: 1px solid #ccc;
	width: 47%;
	background:#fff;
}
.nekoutaInfo {
	text-align: left;
	float:right;
	width:70%;
}
.phrase{
	min-height:90px;
	margin-bottom:10px;
}
.phrase h2{
	margin-bottom:5px;
}
.listLogos{
	padding-top:80px;
	text-align:right;
	padding-right:20px;
}