@charset "utf-8";

/* ############################# */
/*                               */
/* Title: css for sales page     */
/* create date: 2014-10-23       */
/* Last Modify: 2024-05-07       */
/*                               */
/* ############################# */

body {
	background: url(../../img/share/bg_body_second.jpg) repeat-x;
}
.wrapper {
	background: none;
}
.header {
	background: url(../../img/share/bg_header_footer.png) no-repeat center bottom;
	padding-bottom: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.header {
		background: url(../../img/share/bg_header_footer.png) no-repeat center bottom;
		padding-bottom: 12px;
	}
}
h2 {
	background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
	padding-bottom: 2.5em;
	margin-bottom: 0.8em;
}
.mainContents a.btnSearch {
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 0.5em 0;
	width: 70%;
	background: #43A8AD;
	background-image: linear-gradient(to bottom, #43A8AD, #3D989C);
	border-radius: 5px;
	box-shadow: 0px 4px 0px #30777A;
}
.mainContents a.btnSearch span {
	background: url(../img/bg_btn_search.png) no-repeat left;
	padding-left: 1.75em;
}
.mainContents a.btnSearch:hover {
	opacity: 0.7;
}
.optionalServiceBox ul {
	padding-left: 0.75em;
}
.optionalServiceBox ul li {
	font-size: 85%;
	line-height: 1.9;
	list-style-type: none;
	background: url(../../img/share/bg_list_icon.png) no-repeat left 0.8em;
	padding-left: 1em;
}
.btnList {
	padding-left: 0;
}
.btnList li {
	list-style-type: none;
	display: inline-block;
	margin-right: 1em;
}
.btnList li:last-child {
	margin-right: 0;
}
.originalProductsBox .btnList a {
	display: block;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 2em;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #1D1F85;
	background: #3D7AEB;
}
.originalProductsBox .btnList a:hover {
	opacity: 0.7;
}
.originalProductsBox p {
	margin: 0.5em 0 1em 0;
}
.salesOutline, .optionalServiceBox, .originalProductsBox div {
	background: url(../../img/share/bg_div_contents.png) no-repeat center bottom;
	padding-bottom: 1em;
	margin-bottom: 3.5em;
}
.originalProductsBox div {
	text-align: center;
	padding-bottom: 3em;
	margin-bottom: 5em;
}
.originalProductsBox div ul {
	padding-left: 0;
	margin-bottom: 0;
}
.originalProductsBox div ul li {
	list-style-type: none;
}
.originalProductsBox div ul li {
	margin-bottom: 30px;
}
.originalProductsBox div ul li:last-child {
	margin-bottom: 0;
}