@charset "UTF-8";

div#back{
		width: 100%;
		height: 100%;
		background-attachment: fixed;
		background-image: url(../../INC_PC/img/bg07.jpg);
		padding-top: 30px;
		padding-bottom: 80px;
		}
		
div#kiyaku{
		width: 980px;
		margin: auto;
		height: auto;
		
		padding-bottom: 30px;
		background-color:#fff;
		opacity:0.95;
		font-size: 14px;
		text-align: left;
		font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
		}
		
h1{
		text-align: center;
		font-size: 17px;
		margin-bottom: 30px;
		}
		
h2{
		text-align: left;
		font-size: 17px;
		margin-bottom: 30px;
		margin-top: 70px;
		}
		
div#setumei{
		width: 80%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: left;
		line-height: 1.3;
		}

table#cancel_sp{
		display: none;
		}

table#cancel_pc{
		display: block;
		border: 1px solid;
		text-align: center;
		width: auto;
		height: 100%;
		}
		
table#cancel_pc th,table#cancel_pc td{
		border: 1px solid;
		width: 156px;
		}
		
table#cancel_pc th{
		font-weight: normal;
		}		

		
table#cancel_pc tr{
		
		margin: 1px;
		}
	
table#utiwake{
		display: block;
		border: 1px solid;
		text-align: center;
		width: auto;
		height: 100%;
		}
		
table#utiwake td.left{
		border: 1px solid;
		width: 300px;
		text-align: left;
		padding-left: 15px;
		}
		
table#utiwake td.center{
		border: 1px solid;
		width: 28px;
		text-align: center;
		
		}
		
table#utiwake td.right{
		border: 1px solid;
		width: 450px;
		text-align: left;
		padding-left: 15px;
		}
		
table#utiwake th{
		font-weight: normal;
		}		

		
table#utiwake tr{
	
		margin: 1px;
		}		
		
#keys{
		width: 100%;
		height: auto;
		margin: auto;
		text-align: center;
		
		}

#modoru{
		width: auto;
		height: auto;
		display: inline;
		line-height: 1;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
		background-color: #ddd;
		padding: 3px 20px 3px 20px;
		border: #aaa solid 1px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}
	
#susumu{
		width: auto;
		height: auto;
		display: inline;
		line-height: 1;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
		background-color: #ddd;
		padding: 3px 20px 3px 20px;
		border: #aaa solid 1px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		}

div#keys br{
		display: none;
		}

a:link #modoru,a:link #susumu{
		color: #000;
		}
		
a:hover #modoru,a:hover #susumu{
		color: #fff;
		background-color: #888;
		}

		
a{
		text-decoration: none;
		}
		
a:visited{
		color: #000;
		}
		

