@charset "utf-8";

/*----------------------------------------
 　　タグの初期化
----------------------------------------*/
body{
	background-color:#fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: small;
}
div{
	margin: 0;
	padding: 0;
}
form,input,textarea,fieldset{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
a:link{
	color: #191970;
	text-decoration: none;
}
a:visited{
	color: #191970;
	text-decoration: none;
}
a:hover{
	color: #DB7093;
	text-decoration: none;
}
form{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
dl{
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
hr{
	display: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
/*----------------------------------------
 　　便利スタイル
----------------------------------------*/
table{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
td,th{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.noBorder{
	border-top: none;
	border-left: none;
}
table.noBorder td,
table.noBorder th{
	border-right: none;
	border-bottom: none;
}
.img-right{
	float: right;
	margin-left: 10px;
}
.img-left{
	float: left;
	margin-right: 10px;
}
.txtCenter{
	text-align: center;
}
.txtRight{
	text-align: right;
}
.txtLeft{
	text-align: left;
}
.left{
	float: left;
}
.right{
	float: right;
}
.bold{
	font-weight:bold;
}
.error{
	font-weight: bold;
	color: #cc0000;
}
.warning{
	background-image: url('../../../_img/icons/warning.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	color: #cc0000;
}
.info{
	color: #008B00;
}
.note{
	font-size: 0.8em;
}
.spBtm{
	margin-bottom: 15px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */