@charset "utf-8";


/*********************************************
 .dtcontent
**********************************************/
.dtcontent h1 {
	/* position */
	margin: 5px -5px 5px -5px;
	padding: 5px 10px 5px 15px;
	/*width: 95%;*/
	left: 0;
	bottom: 0;
	z-index: 100;
	/* font */
	font: bold 18px/120% Arial, Helvetica, sans-serif;
	color:#fff;
	/* gradient */
	background: #613858;
	background: -webkit-gradient(linear, right top, left top, from(#669), to(#613858));
	background: -moz-linear-gradient(top,  #669,  #613858);
	background: linear-gradient(-90deg, #669, #613858);
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
.dtcontent h2 {
	color: white;
	margin: 20px -5px 2px -5px;
	padding: 2px 0 2px 10px;
	background-color: #613858;
	font: bold 16px/120% Arial, Helvetica, sans-serif;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.dtcontent h1 + h2 {
	margin-top: 2px;
}
.dtcontent dt {
	margin: 10px -5px 5px -5px;
	padding: 5px 10px 5px 15px;
	border-top: 1px solid #613858;
	border-bottom: 1px solid #613858;
	border-left: 7px solid #613858;
	font-weight: bold;
}
.dtcontent dt.campaign {
	background-color: pink;
	color: black;
}
.dtcontent dd.campaign {
	color: #8500b2;
	font-weight: bold;
}
.dtcontent input[type="text"],
.dtcontent input[type="email"],
.dtcontent input[type="password"],
.dtcontent input[type="number"],
.dtcontent input[type="tel"],
.dtcontent textarea {
	width: 95%;
	font-size: 130%;
}
.dtcontent input[type="checkbox"] {
	height: 25px;
	width: 25px;
}
.dtcontent select {
	font-size: 130%;
}
.dtcontent form {
	width: 100%;
}
.dtcontent .form_must {
	color: #ff6698;
}
.dtcontent .boxnotice {
	color: #8E4F58;
	background-color: #FFC;
	border: #8E4F58 1px solid;
	font-size: 110%;
	line-height: 1.2em;
	padding: 3px;
	display: table-cell;
}
.dtcontent ul.listnotice {
	list-style-type: circle;
	margin-left: 50px;
	color: #8E4f58;
	font-size: 90%;
}
.dtcontent ul.normallist {
	list-style-type: circle;
	margin-left: 20px;
}
.dtcontent .strongnotice {
	color: red;
	font-weight: bold;
}
.dtcontent dt.tallline,
.dtcontent dd.tallline,
.dtcontent li.tallline,
.dtcontent dl.tallline > dt,
.dtcontent dl.tallline > dd,
.dtcontent ul.tallline > li {
	margin: 5px 0;
}



/**********************************************
 #information
**********************************************/
#information .aslink {
	color: gray;
	text-decoration: underline;
	cursor: pointer;
}

/***********************************************
 #maintab-productlist
***********************************************/
#maintab-productlist img {
	border: 1px solid #ccc;
}

/***********************************************
 div.enverror
***********************************************/
div.enverror {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	background-color: white;
	color: red;
	padding: 10px;
	padding-right: 20px;
	z-index: 200;
}


/***********************************************
 #page_header
***********************************************/
#page_header .aslink {
	cursor: pointer;
}

/***********************************************
 #page_footer
***********************************************/

#page_footer a:link {
    color:#ffffff;
    text-decoration:underline;
}
#page_footer a:visited {
    color:#ffffff;
    text-decoration:underline;
}
#page_footer a:hover {
    color:#ffffff;
    text-decoration:underline;
}
#page_footer a:active {
    text-decoration:none;
}

#page_footer span.aslink {
	text-decoration:underline;
	cursor: pointer;
	display: inline-block;
}



/***********************************************
 .err-content
***********************************************/
.err-content {
	padding: 30px 0 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.err-content figure {
	text-align: center;
}

.err-content .err-summary {
	font-size: larger;
	font-weight: bold;
}
.err-content ul.err-detail {
	list-style-type: disc;
	margin-left: 20px;
	font-weight: bold;
	color: #8E4f58;
}

.err-content .err-button {
	margin: 20px 0 0;
	text-align: center;
}

.err-content img.goto-top {
	cursor: pointer;
}

