@charset "utf-8";

.contents{
	width:80%;
	margin:30px auto;
}
input,select{font-size:1em;}
p{margin:15px auto;}

/*リンク
---------------------------------------------------------------------------*/
a{
	color:#333;
	transition:0.2s;
}
a:hover{
	color:#ababab;
	text-decoration:none;
}

/*ボタン
---------------------------------------------------------------------------*/
.btn1{
	text-decoration:none;
	display:inline-block;
	color:#fff!important;
	border:1px solid #ababab;
	border-radius:2px;
	background:#333;
}

.btn1:hover{
	background:#ababab;
	color:#333!important;
}

input[type="submit"].btn1,
input[type="button"].btn1,
input[type="reset"].btn1{
	padding:10px;
	border:1px solid #333;
	border-radius:3px;
	background:#333;
	color:#fff;
}
input[type="submit"].btn1:hover,
input[type="button"].btn1:hover,
input[type="reset"].btn1:hover{
	border:1px solid #333;
	background:#fff;
	color:#333;
	transition:0.2s;
}

/*table
---------------------------------------------------------------------------*/
.table-cart{
	width:100%;
}
.table-cart, .table-cart td, .table-cart th{
	border:1px solid #ccc;
	line-height:2;
	padding:10px;
	word-break:break-all;
}
.table-cart th{
	width:25%;
	text-align:center;
}

.table-none{
	width:100%;
}
.table-none, .table-none td, .table-none th{
	border:none;
	line-height:2;
	padding:10px;
	word-break:break-all;
}

.table-soryo{
	width:100%;
	margin:20px auto;
	font-size:120%;
}
.table-soryo, .table-soryo td, .table-soryo th{
	border:none;
	line-height:2;
	padding:10px;
	word-break:break-all;
	background:#f0f0f0;
	text-align:center;
}

.table-right{
	width:480px;
	margin-left:auto;
}
.table-right, .table-right td, .table-right th{
	border:none;
	line-height:2;
	padding:10px;
	word-break:break-all;
}

/*フッター
---------------------------------------------------------------------------*/
footer{
	clear:both;
	text-align:center;
	font-size:80%;
	margin:30px 0 15px;
	background:none;
}
footer a,
footer a:hover{
	color:#333;
}

#copyright{
	clear:both;
	text-align:center;
	background:#333;
	color:#fff;
}
#copyright a{
	text-decoration:none;
	color:#fff;
}
#copyright a:hover{
	color:#f00;
	transition:0.2s;
}

/*その他
---------------------------------------------------------------------------*/
.clear{clear:both;}
.pr{font-size:10px;}
.opa:hover{opacity:0.8;}

.wl{width:96%;margin:10px 2%;}
.ws{width:46%;margin:10px 2%;}
.c{text-align:center!important;}
.r{text-align:right!important;}
.l{text-align:left!important;}
.sh{display:none;}
.ofh{overflow:hidden;}

.big1{font-size:120%;}
.color1, .color1 a{color:#f00!important;}

/*画面幅480px以下
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

}
