@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

header .topaccent{
	position:relative;
	margin-bottom:20px;
}

header .topaccent p.tape01{
	position:absolute;
	top:57px;
	left:0;
	width:265px;
	height:148px;
}

header .topaccent p.tape02{
	position:absolute;
	top:205px;
	left:0;
	width:252px;
	height:168px;
}

header .topaccent p.tape03{
	position:absolute;
	top:57px;
	right:0;
	width:282px;
	height:159px;
}

header .topaccent p.tape04{
	position:absolute;
	top:216px;
	right:0;
	width:264px;
	height:157px;
}




/* =================================
   ■ leadエリア
================================== */

#index h1{
	text-align:left;
	margin-left:0;
}

#index h2{
	padding-top:0px;
	margin-bottom:30px;
}

#index .contents .main table{
	margin-bottom:15px;
}

#index .contents .main table th,
#index .contents .main table td{
	padding:10px 15px;
}

#index .contents .main table th{
	width:190px;
	text-align:right;
	vertical-align:text-top;
}

#index .contents .main table th img{
	vertical-align:baseline;
}

#index .contents .main table th span.red{
	font-size:11px;
	color:#f1622a;
}

#index .contents .main table td{
}

#index .contents .main table td .r-Box{
	width:184px;
	float:left;
	display:inline;
	text-align:center;
	margin-right:19px;
	background:#e9e9ed;
	padding-top:5px;
	padding-bottom:4px;
}

#index .contents .main table td .r-Box.selected{
	background:#ffff68;
}

#index .contents .main table td .r-Box:hover{
	background:#ffff68;
}

#index .contents .main table td .r-Box p.img{
	text-align:center;
	margin-bottom:4px;
}

#index .contents .main table td .r-Box p.name{
	text-align:center;
}

#index .contents .main table td span{
	clear:both;
	font-size:12px;
}

#index .contents .main table td span.blue{
	color:#008ad3;
}

#index .contents .main table td p.blue{
	color:#008ad3;
	font-size:12px;
}

#index .contents .main table td .s-Box{
	width:143px;
	float:left;
	display:inline;
	text-align:center;
	margin-right:19px;
	background:#e9e9ed;
	padding-top:5px;
	margin-bottom:15px;
}

#index .contents .main table td .s-Box.selected{
	background:#ffff68;
}

#index .contents .main table td .s-Box:hover{
	background:#ffff68;
}

#index .contents .main table td .s-Box p.img{
	text-align:center;
	margin-bottom:4px;
}

#index .contents .main table td .s-Box p.name{
	text-align:center;
}


#index .contents .main table td p{
	margin:0;
	padding:0;
	clear:both;
}


#index .contents .main .Printing{
	background:#e7e7e8;
}

#index .contents .main table td .white{
	background:#fff;
}

#index .contents .main .Submission{
	margin-bottom:25px;
}

#index .contents .main .Submission ul.radiolist{
	margin-left:100px;
}

#index .contents .main .Submission ul.radiolist li{
	margin-bottom:10px;
	text-indent:-1.4em;
	padding-left:1.4em;
}

#index .contents .main .Submission p.blue{
	margin-left:105px;
	color:#008ad3;
}

#index .contents .main .Submission dl{
	margin-left:100px;
	margin-bottom:15px;
}

#index .contents .main .Submission dl dt{
	font-size:15px;
	font-weight:bold;
}

#index .contents .main .Submission p.btn{
	margin-left:100px;
}

#index .contents .main .Submission ul.text-list{
	font-size:11px;
	margin-left:100px;
}

#index .contents .main .Submission ul.text-list li{
	margin-bottom:7px;
}


#index .contents .main .form{
	background:#e7e7e8;
	padding-bottom:40px;
}

#index .contents .main .form p.title{
	margin-left:70px;
	font-size:16px;
	font-weight:bold;
}

#index .contents .main .form table{
	width:610px;
	margin-left:70px;
	margin-bottom:20px;
}

#index .contents .main .form table tr th,
#index .contents .main .form table tr td{
	padding:7px 0px;
}

#index .contents .main .form table tr td span.sample{
	display:block;
	font-size:80%;
	color:#666;
}

#index .contents .main .form table tr th{
	text-align:left;
}

#index .contents .main .form table tr td{
	text-align:left;
}

#index .contents .main table td input.short{
	width:30%;
}

#index .contents .main table td input.middle{
	width:70%;
}

#index .contents .main .form table td.homeArea{
	line-height:3;
}

#index .contents .main table td textarea{
	width:90%;
}

#index .contents .main .form table tr th.title{
	font-size:16px;
}

#index .contents .main .form p.submit{
	text-align:center;
}

#index .contents .main .form p.cau{
	text-align:right;
	margin-right:10px;
}

#index .contents .main .form p.cau span{
	color:#F00;
}

#index .contents .main .form table th span{
	color:#F00;
}




#index .contents .main .Agreement{
	margin-left:50px;
	margin-bottom:40px;
}

#index .contents .main .Agreement p.ag-title{
	font-size:18px;
	font-weight:bold;
	margin-left:250px;
}

#index .contents .main .Agreement p.ag-check{
	margin-left:220px;
}

#index .contents .main .userwork dl dt{
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
}

#index .contents .main .userwork dl dd{
	text-align:center;
	margin-bottom:30px;
}

#index .contents .main .error{
	background:#900;
	color:#fff;
	padding:5px;
}










	
