@charset "UTF-8";

/* タグ */
body,h1,h2,h3,h4,h5,h6,div,ul,ol,li,p,address,dl,dt,dd,hr,form,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	}

body {
	text-align: center;
	background: #fff;
	color: #333;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	}

ul,ol {
	list-style-type: none;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

img.vm {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
	}

sup {
	font-size:90%;
	vertical-align:top;
	line-height:100%;
}

/* リンク */
a {
	color: #0c3575;
	text-decoration: underline;
	}
	
a:visited {
	color: #810081;
	text-decoration: underline;
	}

a:hover {
	color: #FF0000;
	text-decoration: none;
	}

a.ufl {
	color: #dc351e;
	text-decoration: underline;
	}
	
a.ufl:visited {
	color: #dc351e;
	text-decoration: underline;
	}

a.ufl:hover {
	color: #333;
	text-decoration: none;
	}

/* クラス */
/* フロート */
.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.clrBoth {
	clear: both;
	}

.attentionTxt01 {
	font-size: 10px;
	color: #999999;
	}

/* レイアウト */
.pCenter {
	text-align: center;
	}

.pLeft {
	text-align: left;
	}

.pRight {
	text-align: right;
	}

img.imgRight {
	float: right;
	}
img.imgLeft {
	float: left;
	}

/* 余白 */
.padTop10 {
	padding-top: 10px;
	}
.padTop20 {
	padding-top: 20px;
	}

.imgon{
	border:1px solid #F00;
}
.imgon02{
	border:1px solid #2d2d2d;
}
.imgoff{
	border:1px solid #9D9D9D;
}
.imgoff02{
border:1px solid #fff;
}
.imgoff03{
	border:1px solid #ebebeb;
}
.imgoff04{
	border:1px solid #fff;
}

.mb2{
    margin-bottom:2px;
}
.mb5{
    margin-bottom:5px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mb25{
    margin-bottom:25px;
}
.mb30{
    margin-bottom:30px;
}
.mb35{
    margin-bottom:35px;
}
.mr3{
    margin-right:3px;
}
.mr5{
    margin-right:5px;
}
.mr17{ 
    margin-right:17px;  
 }
.mr20{
    margin-right:20px;
}
.pdt3{
    padding-top:3px;
}
.pdb5{
    padding-bottom:5px;
}
.pdt5{
    padding-top:5px;
}
.pdt10{
    padding-top:10px;
}
.pdt15{
    padding-top:15px;
}
.pdt20{
    padding-top:20px;
}
.pdl5{
    padding-left:5px;
}
.pdl10{
    padding-left:10px;
}
.pdl15{
    padding-left:15px;
}
.pdl20{
    padding-left:20px;
}
.pdr10{
    padding-right:10px;
}
.pd10{
    padding:10px;
}
.pdr20{
    padding-right:20px;
}
.text10{
    font-size:65%;
    line-height:130%;
}
.text11{
    font-size:75%;
    line-height:130%;
}
.text12{
    font-size:80%;
    line-height:130%;
}
.text14{
    font-size:90%;
    line-height:150%;
}
.text18{
    font-size:120%;
    line-height:150%;
}


.ml10{
    margin-left:10px !important;
}

.ml20{
    margin-left:20px !important;
}

.ml30{
    margin-left:30px !important;
}
