/* ï¿½_ï¿½Cï¿½ï¿½ï¿½ï¿½ï¿½O  */
.pictborder {
	border: 1px solid #FFFFFF;
	display: inline-block;
}

.pictborder:hover {
	border: 1px solid #ff6a00;
}

.cartin_img {
	position: absolute;
}

.cartin_tooltip {
	position: relative;
	top: -120px;
	left: 5px;
}

.error {
	/* background: #f3f3f3; */
	/*background:#f3f3f3 url(../image/logo.png) right bottom no-repeat;*/
	/* border: 3px solid #999; */
	border-top: none;
}

.errorheader {
	/* background: url(../image/error_header.gif) left bottom repeat-x #f3f3f3; */
	color: #f00;
	/* border: 3px solid #999; */
	border-bottom: none;
}

.warning {
	/*background: #f3f3f3;*/
	/*background:#f3f3f3 url(../image/logo.png) right bottom no-repeat;*/
	/*border: 3px solid #999;*/
	border-top: none;
}

.warningheader {
	background: url(../image/warning_header.gif) left bottom repeat-x #f3f3f3;
	color: #e99a02;
	/*border: 3px solid #999;*/
	border-bottom: none;
}

.success {
	/* background: #f3f3f3; */
	/*background:#f3f3f3 url(../image/logo.png) right bottom no-repeat;*/
	/* border: 3px solid #999; */
	/* border-top: none; */
}

.successheader {
	/* background: url(../image/success_header.gif) left bottom repeat-x #f3f3f3; */
	/* color: #4a981f; */
	/* border: 3px solid #999; */
	/* border-bottom: none; */
}

.dialog-cm-nm {
}
/* 1.5æ™‚æ”¹ä¿®â†“â†“â†“ */
/*
.dialog-message {
padding-left: 20px;
}
*/
div.error > #dialog-inner{
	color:red;
}
/* 1.5æ™‚æ”¹ä¿®â†‘â†‘â†‘ */

#dialog {
	position: absolute;
	width: 425px;
	padding: 25px 30px;
	z-index: 200;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px #8f8f8f;
	-moz-box-shadow:0px 0px 12px 0px #8f8f8f;
	-webkit-box-shadow:0px 0px 12px 0px #8f8f8f;
	font-size: 1.6rem;
	font-family: "UDÂVÂƒSNT R", "UD Shin Go NT Regular", "ÂƒqÂƒÂ‰ÂƒMÂƒmÂŠpÂƒS Pro", "Hiragino Kaku Gothic Pro", "ÂƒÂÂƒCÂƒÂŠÂƒI", "Meiryo", sans-serif;
	
}

#dialog-header {
	display: block;
	position: relative;
	/* width: 407px; */
	/* padding: 3px 6px 7px; */
	/* height: 1em; */
	/* font-weight: bold; */
}

#dialog-title {
	display:none;
	/*    float: left;*/
}

#dialog-close {
	width:79px;
	height:28px;
	float: right;
	cursor: pointer;
	border: 1px solid #000;
	background: url(../image/dialog_close.gif) no-repeat;
	background-size:79px 28px;
}

body #dialog-content {
	display: block;
	/* height: 100px; */
	/* padding: 10px 10px 60px; */
	/*color: #333333;*/
	text-align: left;
	font-size: 100%;
}

body #dialog-inner {
	width: 100%;
	/* height: 100px; */
/*	overflow: auto;*/
}

#dialog-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	z-index: 100;
}

#dialog-header:after {
	content: " ";
	clear: both;
	display: block;
}

/*
.pictborder {border:1px solid #FFFFFF; display:inline-block;}
.pictborder:hover {border:1px solid #ff6a00;}
.cartin_img { position:absolute;}
.cartin_tooltip { position:relative;top:-120px; left:5px;}
.error {background:#f3f3f3 url(../image/logo.png) right bottom no-repeat; border:3px solid #999; border-top:none;}
.errorheader {background:url(../image/error_header.gif) left bottom repeat-x #f3f3f3; color:#f00; border:3px solid #999; border-bottom:none;}
.warning {background:#f3f3f3 url(../image/logo.png) right bottom no-repeat; border:3px solid #999; border-top:none;}
.warningheader {background:url(../image/warning_header.gif) left bottom repeat-x #f3f3f3; color:#e99a02; border:3px solid #999; border-bottom:none;}
.success {background:#f3f3f3 url(../image/logo.png) right bottom no-repeat; border:3px solid #999; border-top:none;}
.successheader {background:url(../image/success_header.gif) left bottom repeat-x #f3f3f3; color:#4a981f; border:3px solid #999; border-bottom:none;}
.dialog-cm-nm {}
.dialog-message {padding-left: 20px;}
#dialog {position:absolute; width:425px; padding:10px; z-index:200;}
#dialog-header {display:block; position:relative; width:407px; padding:3px 6px 7px; height:1em; font-weight:bold;}
#dialog-title {float:left;}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:60px; background:url(../image/dialog_close.gif) no-repeat;}
body #dialog-content {display:block; height:100px; padding:10px 10px 60px; color:#333333; text-align:left; font-size:100%;}
body #dialog-inner {width:100%; height:100px; overflow: auto;}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; z-index:100;}
#dialog-header:after {
content: " ";
clear: both;
display: block;
}
*/

/* No1420Ã¢â€ â€œÃ¢â€ â€œÃ¢â€ â€œ */
#dialog-inner{
	padding-top: 20px;
}
.warningheader {
	background: none;
}
body #dialog-inner {
	/* height: 150px; */
}
body #dialog-inner .dialog-cm-nm{
	color: #d24e4e;
}


/* No1420Ã¢â€ â€˜Ã¢â€ â€˜Ã¢â€ â€˜ */
