@charset "shift_jis";
/* CSS Document */


/* clearfix */
*/
.clear{clear:both;}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* COMMON SETTING */
.mr10{
	margin-right:10px !important;
	}
.ml10{
	margin-left:10px !important;
	}
	
.mb0{
	margin-bottom:0px !important;
	}

.mb5{
	margin-bottom:5px !important;
	}

.mb10{
	margin-bottom:10px !important;
	}
	
.mb20{
	margin-bottom:20px !important;
	}

.mb30{
	margin-bottom:30px !important;
	}
	
.mb40{
	margin-bottom:40px !important;
	}

.mb50{
	margin-bottom:50px !important;
	}
.mt10{
	margin-top:10px !important;
	}
.mt20{
	margin-top:20px !important;
	}
.mt50{
	margin-top:50px !important;
	}
.txtindent {
	text-indent:-1em;
	padding-left:1em;
}
.txtindent2 {
	text-indent:-1.4em;
	padding-left:1.4em;
}
.red {
	color:#C00;
}
.center {text-align:center; }



/*ポップアップウインドウページ内*/
/* ----------------------------------------------------------------------------------------------------------------*/
.title_h2 {
    background: url("/support/share/images/bg_h2_head.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    font-size: 140%;
    padding: 4px 17px 6px;
}

#mein-attention{
	width: 700px;
	text-align:left;
	/*border: solid #CCC 2px;*/
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#pagebody_popup{
	width: 660px;
	margin:0 auto;
}

div.pregBox {
	clear: both;
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 0;
}
.title_h3g {
    background-color: #E3E3E3;
    font-size: 115%;
    padding: 3px 17px;
}

div.pregBox div.miniBox {
	clear: both;
	padding: 0;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}


/*pregBoxを2カラムにする場合*/
div.pregBox div.miniBox div.leftArea02 {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
}

div.pregBox div.miniBox div.rightArea02 {
	float: right;
	margin: 0;
	padding: 0;
	width: 320px;
}

/* ご注意　*/
#attention {
	background-color: #EBEBEB;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #CCC;
}


/* 下部の閉じるボタン */
#closebox {
	text-align: center;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	clear: both;
	padding-bottom: 25px;
	padding-top: 25px;
}
