@charset "Shift_JIS";


.disc {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background:url(../images/ico_disc.gif) no-repeat 0px 3px;
}

/*===========================================
	txtlink
=============================================*/
.txtlink {
	padding: 0 0 0 11px;
	background:url("/support/share/images/arrow_black.png") no-repeat left 0.4em;
}
	

/*===========================================
	pagetop
=============================================*/
div.divPageTop {
	width: 950px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: right;
	clear: both;
}

/*===========================================
	clearfix 
=============================================*/
.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 */


/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}


/*===========================================
	ico
=============================================*/
.icoNum_01 {
	background: url(../images/ico_01.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}
.icoNum_02 {
	background: url(../images/ico_02.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}
.icoNum_03 {
	background: url(../images/ico_03.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}
.icoNum_04 {
	background: url(../images/ico_04.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}
.icoNum_05 {
	background: url(../images/ico_05.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}
.icoNum_06 {
	background: url(../images/ico_06.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 28px;
}


/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_02{
	margin: 2px 0px 0px 0px;
}
.mt_03{
	margin: 3px 0px 0px 0px;
}
.mt_05{
	margin: 5px 0px 0px 0px;
}
.mt_10 {
	margin: 10px 0px 0px 0px;
}
.mt_15 {
	margin: 15px 0px 0px 0px;
}
.mt_20 {
	margin: 20px 0px 0px 0px;
}
.mt_25 {
	margin: 25px 0px 0px 0px;
}
.mt_30 {
	margin: 30px 0px 0px 0px;
}
.mt_35 {
	margin: 35px 0px 0px 0px;
}
.mt_40 {
	margin: 40px 0px 0px 0px;
}
.mt_45 {
	margin: 45px 0px 0px 0px;
}
.mt_50 {
	margin: 50px 0px 0px 0px;
}


.ml_05 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_25 {
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_35 {
	margin-left: 35px;
}
.ml_40 {
	margin-left: 40px;
}
.ml_45 {
	margin-left: 45px;
}
.ml_50 {
	margin-left: 50px;
}


/*===========================================
	tblPurple
=============================================*/
table.tblPurple {
	width: 100%;
    border: 1px #C0C0C0 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tblPurple th {
    padding: 7px;
    border: #C0C0C0 solid;
    border-width: 0px 0px 1px 1px;
    background: #E4E9FF;
    font-weight: bold;
    line-height: 120%;
    white-space: nowrap; 
}
table.tblPurple td {
    padding: 7px;
    border: 1px #C0C0C0 solid;
    border-width: 0px 0px 1px 1px;
}


/*===========================================
	color
=============================================*/
.red {
	color: #C61B38;
	font-weight:bold;
}
.blue {
	color: #008ABB;
}


/*===========================================
	txtAlignLeft
=============================================*/
.txtAlignLeft {
	text-align: left;
}
.txtAlignRight {
	text-align: right;
}
.txtAlignCenter {
	text-align: center;
}

/*===========================================
	fontSize
=============================================*/
.fontSize_11 {
	font-size: 11px;
}
.fontSize_14 {
	font-size: 14px;
}
.fontSize_16 {
	font-size: 16px;
}
.fontSize_21 {
	font-size: 21px;
}


/*===========================================
	pagetopBox
=============================================*/
.pagetopBox{
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:right;
	clear:both;
}


/*===========================================
	kadomaru
=============================================*/
.kadomaru {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(./css/PIE.htc);
	text-align: left;
}