@charset "utf-8";
/*==================================================================================================*/
/*fv-*/
.pageFv{
	background: rgba(90,62,77,0.80);
	margin: 148px 0 0;
	position: relative;
}
.pageFv::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: center / cover no-repeat url("../img/fv-bg.jpg");
	filter: blur(2px);
	z-index: -1;
}
.pageFv h2{
	font-size: 40px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
}
.pan{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	max-width: 1024px;
	font-size: 12px;
	margin: 8px auto 0;
}
.pan a{
	display: flex;
	align-items: center;
	font-size: 12px;
}
.pan a::after{
	display: inline-block;
	content: "";
	width: 5px;
	height: 9px;
	background: center / contain no-repeat url("../img/icon-arrow-gray.svg");
	margin: 0 16px;
}
@media screen and (max-width: 960px) {
	.pageFv{
		margin: 48px 0 0;
	}
	.pageFv h2{
		font-size: 22px;
	}
	.pan{
		width: 90%;
	}
}
/*==================================================================================================*/
/*about-会社案内*/
.anchorBox{
	width: 80%;
	max-width: 696px;
	padding: 48px 0;
	margin: 0 auto;
}
.anchorBox li{
	width: 48%;
	max-width: 320px;
}
.anchorBox li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	font-size: 16px;
	color: var(--main-color);
	border: solid 2px var(--main-color);
	border-radius: 4px;
}
#message p {
  line-height: 2;
}
#message .sign {
  text-align: right;
  margin-top: 20px;
}
#message .sign img {
  width: 150px;
}
#place li{
	margin: 0 0 40px;
}
.group .group-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.group .group-box {
  background: #FFF;
  padding: 30px;
}
.group .group-box img {
  width: unset;
  height: 80px;
  max-width: 300px;
  display: block;
  margin: 30px auto;
  object-fit: contain;
}
.group .group-box h3 {
  font-size: 18px;
  text-align: center;
}
.group .group-box p {
  text-align: center;
  font-size: 13px;
}
.group .group-box a {
  display: block;
  text-align: center;
  color: #278bc1;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 24px;
}
@media screen and (max-width: 960px) {
	.anchorBox{
		width: 90%;
		padding: 20px 0;
	}
	.anchorBox li a{
		height: 40px;
		font-size: 16px;
	}
	#place li{
		margin: 0 0 20px;
	}
	#place li div{
		margin: 0 0 20px;
	}
  .group .group-wrap {
    grid-template-columns: 1fr;
  }  
}
@media screen and (max-width: 520px) {
  .group .group-box {
    padding: 15px;
  }
  .group .group-box img {
    height: 60px;
  }
}
/*==================================================================================================*/
/*service-事業案内*/
#service .advantage {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#service .advantage-box {
  border: 1px solid var(--main-color);
  background: #FFF;
}
#service .advantage-box--upper {
  background: var(--main-color);
  color: #FFF;
  padding: 15px;
  text-align: center;
  position: relative;
}
#service .advantage-box--upper p {
  letter-spacing: normal;
  /* font-weight: 700; */
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service .advantage-box--upper h3 {
  color: #FFF;
  font-size: 28px;
  margin: 10px 0 0 0;
}
#service .advantage-box--lower {
  padding: 15px;
}
#service #construction ul {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
}
#service #construction  ul li:nth-child(odd){
	flex-direction: row-reverse;
}
#service #construction  ul li p:not(:last-child){
	margin: 0 0 24px;
}
#service .equipment-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#service .equipment-box {
  background: #d8e8ef;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#service .equipment-box h3 {
  position: relative;
  background: #FFF;
  padding: 7px 0;
}
#service .equipment-box h3 .number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 100%;
  color: #FFF;
	background: var(--main-color);
  width: 50px;
  text-align: center;
  padding: 7px 0;
}
#service .equipment-box h3 .text {
  padding-left: 57px;
}
#service .equipment-box p {
  margin-bottom: 24px;
}
#service .equipment-box img {
  aspect-ratio: 1 / 0.8;
}
@media screen and (max-width: 960px) {
  #service {
    margin-bottom: -50px;
  }  
  #service .advantage {
    flex-direction: column;
    gap: 40px;
  }
  #service .advantage-box--upper p {
    letter-spacing: 0.05em;
    height: auto;
    display: block;
  }
  #service .advantage-box--upper h3 {
    font-size: 24px;
  }
  #service #construction ul {
    gap: 50px;
  }
  #service #construction ul li h3{
    margin: 0 0 12px;
  }
  #service #construction ul li p:not(:last-child){
    margin: 0 0 14px;
  }
  #service .equipment-wrap {
    grid-template-columns: 1fr;
  }
  #service .equipment-box h3 {
    text-align: left;
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 520px) {
  #service .equipment-box {
    padding: 15px;
  }  
  #service .equipment-box h3 {
    font-size: 18px;
    margin: 0 0 12px;
  }
  #service .equipment-box h3 .number {
    font-size: 18px;
    width: 40px;
  }
  #service .equipment-box h3 .text {
    padding-left: 46px;
  }
  #service .equipment-box p {
    margin: 0 0 12px;
  }
}
/*==================================================================================================*/
/*case-導入事例*/
#case .caseList{
	margin: 0 !important;
}
#case .caseList li{
	margin: 0 0 40px;
}
#case .caseList li h3{
	color: var(--text-color);
	margin: 0;
}
@media screen and (max-width: 960px) {
}
/*==================================================================================================*/
.caseImage {
    max-width: 800px;
    margin: 0 auto 80px;
}
.singleSlider {
	margin: 0 auto 40px;
}
.singleSlider .img,
.singleThumbnail .img{
	border: solid 1px #E1E1E1;
	margin: 0 10px;
}
.singleSlider .img{
	padding-top: 482px;
}
.singleThumbnail .img{
	padding-top: 162px;
}
.slick-track {
    margin: 0;
}
.ba{
	align-items: normal;
	margin: 0 0 80px;
}
.ba div{
	width: 46%;
	max-width: 463px;
}
.ba div h5{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 48px;
	font-size: 24px;
	color: #FFF;
	border-radius: 24px;
	padding: 0 25px;
	background: #999999;
}
.ba div:nth-child(3) h5{
	background: var(--main-color);
}
.ba span{
	width: 18px;
	height: inherit;
	position: relative;
}
.ba span::before{
	display: block;
	content: "";
	width: 18px;
	height: 29px;
	background: center / contain no-repeat url("../img/icon-arrow-black.svg");
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
	.singleSlider {
		margin: 0 auto 20px;
	}
	.singleSlider .img{
		padding-top: 290px;
	}
	.singleThumbnail .img{
		padding-top: 98px;
	}
	.ba{
		margin: 0 0 40px;
	}
	.ba div{
		width: 100%;
	}
	.ba span{
		margin: 0 auto;
		padding: 20px 0;
	}
	.ba span::before{
		transform: rotate(90deg);
		top: 10%;
	}
	.ba div h5 {
		height: 36px;
		font-size: 16px;
		padding: 0 20px;
	}
	.single p {
		margin: 16px 0 0;
	}
}
@media screen and (max-width: 428px) {
	.singleSlider .img, .singleThumbnail .img{
		margin: 0 5px;
	}
	.singleSlider .img{
		padding-top: 179px;
	}
	.singleThumbnail .img{
		padding-top: 61px;
	}
}
/*==================================================================================================*/
/*download-資料ダウンロード*/
.download ul{
	justify-content: center;
}
.download li{
	width: 32%;
        margin: 0 0 60px;
}
.download ul::after{
display: block;
    content: "";
	width: 32%;
    }
.download li .img{
	width: 73%;
    padding-top: 104%;
	margin: 0 auto 24px;
}
.download li h3{
	text-align: center;
	color: var(--text-color);
	margin: 0 0 10px;
}
@media screen and (max-width: 960px) {
	.download li{
		width: 100%;
	}
    .download li:last-child{
		display: none;
	}
}
.pan + section.dl-single .inner{
flex-direction: row;
}
.dl-single img{
width: 186px;
}
.dl-single img + div {
width: calc(100% - 220px);
}
@media screen and (max-width: 960px) {
.pan + section.dl-single .inner{
justify-content: center;
}
.dl-single img{
width: 100%;
max-width: 400px;
margin: 0 0 40px;
}
.dl-single img + div {
width: 100%;
}
}
/*==================================================================================================*/
/*recruit-採用情報*/
#recruit .contactBox li:first-child h3,
#recruit .contactBox li:first-child p{
	text-align: left;
}
#recruit .contactBox li:nth-child(1) h3{
	color: var(--main-color);
}
@media screen and (max-width: 960px) {
}
/*==================================================================================================*/
/*contact-お問い合わせ*/
#contact .contactBox li:nth-child(1) img {
    width: 48px;
    height: 76px;
}
#contact .contactBox li:nth-child(2) img {
    width: 89px;
    height: 76px;
}
#contact .contactBox p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
#contact .contactBox p a,
#contact .contactBox p span{
	font-size: 32px;
	font-weight: 700;
  color: var(--main-color);
}
.thanks h2 + p{
text-align: center;
}
@media screen and (max-width: 960px) {
  .thanks h2 + p{
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
	.contactBox h2{
		font-size: 22px;
	}
  #contact .contactBox p {
    font-size: 18px;
  }
  #contact .contactBox p a, #contact .contactBox p span {
    font-size: 20px;
  }
}
/*==================================================================================================*/
/*post-新着情報/技術コラム*/
.pan + section .inner{
	flex-direction: row-reverse;
}
.catList{
	width: 280px;
}
.catList h4,
.catList li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	font-size: 16px;
	padding: 0 16px;
}
.catList h4{
	font-weight: 700;
	background: #F2F2F2;
}
@media screen and (max-width: 960px) {
	.catList{
		width: 100%;
		margin: 0 0 40px;
	}
	.catList h4,
	.catList li a{
		font-size: 14px;
	}
}
.postList{
	width: calc( 100% - 300px );
}
.postList li:not(:last-child){
	margin: 0 0 40px;
}
.postList .img{
	width: 300px;
	padding-top: 200px;
	border: solid 1px #E1E1E1;
}
.postList .img + div{
	width: calc( 100% - 320px );
	justify-content: flex-start;
}
.postList h3{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--text-color);
	margin: 0 0 12px;
}
.postList p.cat{
	margin: 0 10px 0 0;
}
.postList p.text{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 10px 0 0;
}
@media screen and (max-width: 960px) {
	.postList{
		width: 100%;
	}
	.postList .img{
		width: 100%;
		margin: 0 0 20px;
	}
	.postList .img + div{
		width: 100%;
	}
	.postList h3{
		font-size: 16px;
		text-align: left;
		margin: 0 0 12px;
	}
}
#pagination{
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}
.news #pagination li {
    border-bottom: none;
}
#pagination a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #FAFAFA;
    margin: 0 7px 0 0;
}
#pagination li:last-child a{
    margin: 0;
}
#pagination span{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
}
#pagination a.active{
    border-bottom: solid 1px var(--main-color);
}
#pagination li.pre a span,
#pagination li.next a span{
    position: relative;
    top: -2px;
}
@media screen and (max-width: 1000px) {
    #news .news .inner{
        max-width: 850px;
    }
}
/*==================================================================================================*/
/*投稿ページ共通指定*/
.single h2{
    font-size: 28px;
	text-align: left;
	color: var(--text-color);
	padding: 10px 20px;
	border-left: solid 8px var(--main-color);
	background: #FAFAFA;
    margin: 56px 0 0;
}
.single h3{
    font-size: 24px;
	color: var(--text-color);
	padding: 10px 20px;
	border-bottom: solid 2px var(--main-color);
    margin: 33px 0 0;
}
.single h4{
    font-size: 20px;
	color: #FFF;
	background: var(--main-color);
    padding: 10px 20px;
    margin: 30px 0 0;
}
.single h5{
    font-size: 18px;
	color: var(--main-color);
    margin: 30px 0 0;
}
.single p{
	line-height: 2;
    margin: 24px 0 0;
}
.wp-block-columns,
.wp-block-gallery{
    margin: 20px 0 0 !important;
    margin-bottom: 0;
}
.wp-block-image{
	border: solid 1px #E1E1E1;
    margin: 20px 0 0 !important;
}
.single h2:nth-child(1),
.single h3:nth-child(1),
.single h4:nth-child(1),
.single h5:nth-child(1),
.wp-block-column h2:nth-child(1),
.wp-block-column h3:nth-child(1),
.wp-block-column h4:nth-child(1),
.wp-block-column h5:nth-child(1),
.wp-block-column p:nth-child(1),
.wp-block-image:nth-child(1){
    margin: 0;
}
@media screen and (max-width: 960px) {
	.single h2{
		font-size: 20px;
		margin: 20px 0 0;
	}
	.single h3{
		font-size: 18px;
		margin: 15px 0 0;
	}
	.single h4{
		font-size: 16px;
		margin: 15px 0 0;
	}
	.single h5{
		font-size: 16px;
		margin: 15px 0 0;
	}
}
/*==================================================================================================*/
/*locations-拠点一覧*/
#locations .locations-img {
  margin: 40px 0;
}
#locations .locations-detail {
  margin-bottom: 32px;
}
#locations .locations-detail h3 {
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 12px;
}
#locations .locations-detail .link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
#locations .locations-detail .map {
  margin-top: 24px;
}
#locations .locations-detail .map iframe {
  width: 100%;
}
#locations table {
  border: none;
}
#locations table tr {
  background: #d8e8ef;
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}
#locations table th,
#locations table td {
  border: none;
  min-height: 40px;
}
#locations table th {
  font-size: 22px;
  color: #278bc1;
  width: 20%;
  background: none;
}
#locations table td {
  width: calc( 100% - 20% );
  padding: 0 24px;
}
#locations table td span {
  width: 180px;
  margin-right: 40px;
  position: relative;
}
#locations table td span::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #278bc1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #locations .locations-detail h3 {
    text-align: left;
  }
  #locations .locations-detail .map iframe {
    height: 300px;
  }  
  #locations table th {
    font-size: 18px;
    width: 60px;
  }
  #locations table td {
    width: calc( 100% - 60px );
  }  
  #locations table td span {
    width: 120px;
    margin-right: 20px;
  }  
}
@media screen and (max-width: 520px) {
  #locations .locations-detail .map iframe {
    height: 230px;
  }  
  #locations table td {
    display: block;
  }
  #locations table td {
    padding: 0 24px 0 0;
  }
  #locations table td span::after {
    display: none;
  }
}
/*==================================================================================================*/
/*achievements-実績一覧*/
#achievements table {
  border-top: solid 0.5px var(--main-color);
  border-bottom: solid 0.5px var(--main-color);
  border-left: none;
  border-right: none;
}
#achievements table th,
#achievements table td {
  border-top: solid 0.5px var(--main-color);
  border-bottom: solid 0.5px var(--main-color);
  border-left: none;
  border-right: none;
  font-size: 16px;
}
#achievements table thead {
  color: #FFF;
  background: var(--main-color);
}
#achievements table th {
  background: none;
  justify-content: left;
  padding: 0 12px;
}
#achievements table td {
  padding: 12px 12px;
}
#achievements table .col-1 {
  width: 240px;
}
#achievements table .col-2 {
  width: 180px;
}
#achievements table .col-3 {
  width: calc(100% - 420px);
}
#achievements table .col-2 span,
#achievements table .col-3 span {
  display: none;
}
@media screen and (max-width: 960px) {
  #achievements table {
    border: none;
  }  
  #achievements table thead {
    display: none;
  }
  #achievements table th,
  #achievements table td {
    border: solid 0.5px var(--main-color);
  }
  #achievements table .col-1,
  #achievements table .col-2,
  #achievements table .col-3,
  #achievements table .col-4 {
    width: 100%;
    margin-top: -0.5px;
  }
  #achievements table .col-1 {
    background: #d8e8ef;
  }
  #achievements table .col-2 {
    justify-content: left;
  }
  #achievements table .col-3 {
    margin-bottom: 20px;
    justify-content: left;
  }
  #achievements table .col-2 span,
  #achievements table .col-3 span {
    display: inline-block;
    margin-right: 8px;
  }
}
/* @media screen and (max-width: 520px) {
  #achievements table td {
    display: block;
  }
  #achievements table td {
    padding: 0 24px 0 0;
  }
  #achievements table td span::after {
    display: none;
  }
} */
/*==================================================================================================*/


#SMP_STYLE .body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#SMP_STYLE .body_tbl {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	border: 1px solid #999999;
	background: #FFFFFF;
}

#SMP_STYLE h1 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #333333;
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight:bold;
	text-align:center;
}

#SMP_STYLE .header_img_smartphone {display: none;}
#SMP_STYLE .header_img_tablet {display: none;}
#SMP_STYLE .header_img_pc {display: block;}

#SMP_STYLE .header_text {
	margin: 0;
	padding: 20px 70px 20px 70px;
	background: #F1F1F1;
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .header_rmesg {
	margin: 0;
	padding: 30px 70px 10px 70px;
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .header_emesg {
	width: 720px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .smp_tmpl {
	width: 760px;
	padding: 20px 0 0 0;
	margin: 0 70px;
}

#SMP_STYLE dl {
	position: relative;
	margin: 0;
	padding: 13px 0 0 0;
	width: 760px;
	border-bottom: 1px solid #DDDDDD;
}

#SMP_STYLE dl:first-child {
border-top: 1px solid #DDDDDD;
}
#SMP_STYLE dl.top {
	border-top: 1px solid #DDDDDD;
}
#SMP_STYLE dt.title {
	display: inline-block;
	width: 220px;
	margin: 0;
	padding: 23px 15px 18px 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 108%;
	font-weight:bold;
	text-align:left;
	line-height: 1.2;
	vertical-align: top;
}

#SMP_STYLE dt.title .caution {
	display: block;
	width: 220px;
	color: #5F5F5F;
	font-size: 85%;
	font-weight:normal;
	padding: 10px 0 0 0;
	line-height: 1.2;
	text-align:left;
}

#SMP_STYLE dd.data {
	display: inline-block;
	width: 520px;
	margin: 0;
	padding: 18px 0;
	color: #5F5F5F;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#SMP_STYLE .input {
	width: 420px;
	margin-bottom: 8px;
	padding: 5px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: left;
}

#SMP_STYLE .zipcode li.code01 input {
	width: 40px;
}

#SMP_STYLE .zipcode li.code02 input {
	width: 50px;
}

#SMP_STYLE .phone li.num01 input {
	width: 50px;
}

#SMP_STYLE .phone li.num02 input {
	width: 40px;
}

#SMP_STYLE .phone li.num03 input {
	width: 40px;
}

#SMP_STYLE .price input {
	width: 200px;
}

#SMP_STYLE .num input {
	width: 60px;
}

#SMP_STYLE .integer input {
	width: 90px;
}

#SMP_STYLE .real input {
	width: 170px;
}

#SMP_STYLE .pass input {
	width: 150px;
}

#SMP_STYLE .epass input {
	width: 160px;
}

#SMP_STYLE .time input {
	width: 20px;
}

#SMP_STYLE .time .year {
	width: 40px;
}

#SMP_STYLE ul,#smp_style li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SMP_STYLE .zipcode ul li,
#SMP_STYLE .phone ul li,
#SMP_STYLE .time ul li {
	width: auto;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}

#SMP_STYLE .multi1 label {
	display: block;
	float: left;
	min-width: 135px;
	margin: 0 0 7px 0;
	padding: 0 10px;
	text-align: left;
}

#SMP_STYLE .multi1 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0.4em 0 0 0;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi1 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE .multi1 .radio input {
	border-radius: 1em;
}

#SMP_STYLE .multi2 li {
	display: inline;
	float: left;
	min-width: 135px;
	margin: 0 0 0 0;
	padding: 0 5px 2px 10px;
	text-align: left;
	clear: both;
}

#SMP_STYLE .multi2 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	margin: 0.2em 0 0 0;
	padding: 0;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi2 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE .multi2 .radio input {
	border-radius: 1em;
}

#SMP_STYLE select {
	margin-bottom: 8px;
	font-size: 100%;
	width: 180px;
  /* border: 1px solid #999999;; */
}

#SMP_STYLE textarea {
	width: 510px;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: left;
}

#SMP_STYLE .image input {
	width: 100%;
}

#SMP_STYLE .file input {
	width: 100%;
}

#SMP_STYLE input.clear {
	width: 55px;
	text-align: center;
}

#SMP_STYLE input.submit {
  display: block;
	width: 270px;
	height: 42px;
	margin: 40px auto 40px auto;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.submit:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.image {
	margin: 40px 0 40px 0;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE input.searchZipcode {
	width: 150px;
	height: 32px;
	margin: auto;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.searchZipcode:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.imageZipcode {
	margin: auto;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE input[name=SMPFORM_BACK] {
	width: 270px;
	height: 42px;
	margin: 40px 0 40px 0;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.submit:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.image {
	margin: 40px 0 40px 0;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE .sample {
	color: #555555;
	font-size: 93%;
	font-weight:normal;
	text-align:left;
	line-height: 1.2;
}

#SMP_STYLE .suffix {
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
	height: 35px;
	line-height: 35px;
}

#SMP_STYLE .need {
	color: #CC0000;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
}

#SMP_STYLE .msg {
	display: block;
	color: #DD0000;
	font-size: 100%;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
}

#SMP_STYLE .sub_text {
	width: 760px;
	font-size: 123.1%;
	font-weight:normal;
	padding: 150px 0;
	text-align:left;
	color: #111111;
}

#SMP_STYLE .error {
	background: #FFE4E4;
}

#SMP_STYLE .spiralSeal {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#SMP_STYLE .spiralSeal tr {
  display: block;
}
#SMP_STYLE .spiralSeal tr td {
  width: unset;
  border: none;
}
#SMP_STYLE .spiralSeal tr td.description {
	display: table-cell;
	text-align: left;
	overflow: auto;
}
#SMP_STYLE .spiralSeal tr td.description a {
  text-decoration:underline;
  color: #0000EE;
}

#SMP_STYLE .spiralSeal tr td.img {
	display: table-cell;
	margin-left: 0px;
	margin-right: 0px;
	/* overflow: auto; */
	text-align: center;
}

#SMP_STYLE .footer_text {
	width: 760px;
	font-size: 100%;
	margin: 30px 0 0 0;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}


@media screen and (min-width:726px) and (max-width:981px) {
	#SMP_STYLE .body {
		margin: 0;
		padding: 0;
		font-size: 13px;
		*font-size: small;
		*font: x-small;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		background: #FFFFFF;
	}

	#SMP_STYLE .body_tbl {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 30px 0;
		border: none;
		background: #FFFFFF;
	}

	#SMP_STYLE h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: #333333;
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight:bold;
		text-align:center;
	}

	#SMP_STYLE .header_img_smartphone {display: none;}
	#SMP_STYLE .header_img_tablet {display: block;}
	#SMP_STYLE .header_img_pc {display: none;}

	#SMP_STYLE .header_text {
		margin: 0;
		padding: 15px 70px 15px 70px;
		background: #F1F1F1;
		color: #111111;
		font-size: 93%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_rmesg {
		margin: 0;
		padding: 30px 70px 10px 70px;
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_emesg {
		width: 80%;
		margin: 30px auto 10px;
		padding: 15px 15px 15px 15px;
		border: 2px solid #FF0000;
		color: #FF0000;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .smp_tmpl {
		width: 80%;
		margin: 20px auto 0;
		padding: 20px 0 0 0;
	}

	#SMP_STYLE dl {
		display: table;
		margin: 0;
		position: relative;
		width: 100%;
	}

	#SMP_STYLE dl:first-child {
	border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dl.top {
		border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dt.title {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
		color: #333333;
		background-color: #FFFFFF;
		font-size: 108%;
		font-weight:bold;
		text-align:left;
		line-height: 1.2;
		vertical-align: top;
	}

	#SMP_STYLE dt.title .caution {
		display: block;
		width: 100%;
		color: #5F5F5F;
		font-size: 85%;
		font-weight:normal;
		padding: 10px 0 0 0;
		line-height: 1.2;
		text-align:left;
	}

	#SMP_STYLE dd.data {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 18px 0 18px 0;
		color: #5F5F5F;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}

	#SMP_STYLE .input {
		width: 70%;
		margin-bottom: 8px;
		padding: 5px;
		color: #333333;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .zipcode li.code01 input {
		width: 40px;
	}

	#SMP_STYLE .zipcode li.code02 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num01 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num03 input {
		width: 40px;
	}

	#SMP_STYLE .price input {
		width: 200px;
	}

	#SMP_STYLE .num input {
		width: 60px;
	}

	#SMP_STYLE .integer input {
		width: 90px;
	}

	#SMP_STYLE .real input {
		width: 170px;
	}

	#SMP_STYLE .pass input {
		width: 50%;
	}

	#SMP_STYLE .epass input {
		width: 50%;
	}

	#SMP_STYLE .time input {
		width: 20px;
	}

	#SMP_STYLE .time .year {
		width: 40px;
	}

	#SMP_STYLE .time .new_line {
		clear: both;
	}

	#SMP_STYLE ul,#smp_style li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#SMP_STYLE .zipcode ul li,
	#SMP_STYLE .phone ul li,
	#SMP_STYLE .time ul li {
		width: auto;
		float: left;
		margin: 0 3px 0 0;
		padding: 0;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .multi1 label {
		display: block;
		float: left;
    width: 100%;
		/* min-width: 126px; */
		margin: 0 10px 7px 0;
		padding: 10px 10px 0 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
	}

	#SMP_STYLE .multi1 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi1 label span {
		display: block;
		margin: 0 0 10px 30px;
		font-size: 100%;
	}

	#SMP_STYLE .multi1 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE .multi2 li {
		display: inline;
		float: left;
		width: 100%;
		margin: 0 0 7px 0;
		padding: 10px 10px 10px 10px;
		border-radius: 4px 4px 4px 4px;
		background: #EEEEEE;
		text-align: left;
		clear: both;
	}

	#SMP_STYLE .multi2 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		text-align: left;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		overflow: hidden;
	}

	#SMP_STYLE .multi2 label span {
		display: block;
		margin: 0 0 0 30px;
		font-size: 100%;
	}

	#SMP_STYLE .multi2 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE select {
		margin-bottom: 8px;
		font-size: 100%;
		width: 180px;
	}

	#SMP_STYLE textarea {
		width: 100%;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .image input {
		width: 100%;
	}

	#SMP_STYLE .file input {
		width: 100%;
	}

	#SMP_STYLE input.clear {
		width: 55px;
		text-align: center;
	}

	#SMP_STYLE input.submit {
		width: 40%;
		height: 42px;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE input[name=SMPFORM_BACK] {
		width: 40%;
		height: 42px;
		margin: 40px 0 40px 0;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE input.searchZipcode {
		width: 40%;
		height: 32px;
		margin: auto;
		margin-left: 30px;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.searchZipcode:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.imageZipcode {
		margin: auto;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE .sample {
		color: #555555;
		font-size: 93%;
		font-weight:normal;
		text-align:left;
		line-height: 1.2;
	}

	#SMP_STYLE .suffix {
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .need {
		color: #CC0000;
		font-size: 100%;
		font-weight:bold;
		text-align:left;
	}

	#SMP_STYLE .msg {
		display: block;
		color: #DD0000;
		font-size: 100%;
		font-weight:bold;
		margin-bottom: 5px;
		text-align:left;
	}

	#SMP_STYLE .sub_text {
		width: 80%;
		font-size: 123.1%;
		font-weight:normal;
		padding: 150px 0;
		text-align:left;
		color: #111111;
	}

	#SMP_STYLE .error {
		background: #FFE4E4;
	}

	#SMP_STYLE .spiralSeal {
		width: 80%;
		overflow: hidden;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
	}

	#SMP_STYLE .spiralSeal tr td.description {
		display: table-cell;
		text-align: left;
		overflow: auto;
	}

	#SMP_STYLE .spiralSeal tr td.img {
		display: table-cell;
		margin-left: 0px;
		margin-right: 0px;
		/* overflow: auto; */
		text-align: center;
	}

	#SMP_STYLE .footer_text {
		width: 80%;
		font-size: 93%;
		margin: 30px 0 0 0;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
	#SMP_STYLE .cf:after {clear:both;}
	#SMP_STYLE .cf {*zoom:1;}

}
@media screen and (max-width:725px) {
	#SMP_STYLE .body {
		margin: 0;
		padding: 0;
		font-size: 13px;
		*font-size: small;
		*font: x-small;
		font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		background: #FFFFFF;
	}

	#SMP_STYLE .body_tbl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		border: none;
		background: #FFFFFF;
	}

	#SMP_STYLE h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: #333333;
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight:bold;
		text-align:center;
	}

	#SMP_STYLE .header_img_smartphone {display: block;}
	#SMP_STYLE .header_img_tablet {display: none;}
	#SMP_STYLE .header_img_pc {display: none;}

	#SMP_STYLE .header_text {
		margin: 0;
		padding: 15px 15px 15px 15px;
		background: #F1F1F1;
		color: #111111;
		font-size: 85%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_rmesg {
		margin: 0 0 0 0;
		padding: 30px 15px 10px 15px;
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_emesg {
		width: 240px;
		margin: 10px auto 10px;
		padding: 15px 15px 15px 15px;
		border: 2px solid #FF0000;
		color: #FF0000;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .smp_tmpl {
		width: 300px;
		margin: 0 auto;
		padding-top: 20px 0 0 0;
	}

	#SMP_STYLE dl {
		display: block;
		margin: 0 0 10px 0;
		padding: 20px 0 0 0;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
	}

	#SMP_STYLE dl:first-child {
	border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dl.top {
		border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dt.title {
		display: block;
		width: 270px;
		margin: 0;
		padding: 0 0 0 0;
		color: #333333;
		background-color: #FFFFFF;
		font-size: 108%;
		font-weight:bold;
		text-align:left;
		vertical-align: middle;
	}

	#SMP_STYLE dt.title .caution {
		display: block;
		width: 270px;
		color: #5F5F5F;
		font-size: 85%;
		font-weight:normal;
		padding: 10px 0 0 0;
		line-height: 1.2;
		text-align:left;
	}

	#SMP_STYLE dd.data {
		position: relative;
		display: block;
		width: 270px;
		margin: 0 0 10px 0;
		padding: 18px 0 10px 0;
		color: #5F5F5F;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}

	#SMP_STYLE .input {
		width: 170px;
		margin-bottom: 8px;
		padding: 5px;
		color: #333333;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .zipcode li.code01 input {
		width: 30px;
	}

	#SMP_STYLE .zipcode li.code02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num01 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num03 input {
		width: 40px;
	}

	#SMP_STYLE .price input {
		width: 150px;
	}

	#SMP_STYLE .num input {
		width: 60px;
	}

	#SMP_STYLE .integer input {
		width: 90px;
	}

	#SMP_STYLE .real input {
		width: 170px;
	}

	#SMP_STYLE .pass input {
		width: 150px;
	}

	#SMP_STYLE .epass input {
		width: 160px;
	}

	#SMP_STYLE .time input {
		width: 20px;
	}

	#SMP_STYLE .time .year {
		width: 40px;
	}

	#SMP_STYLE .time .new_line {
		clear: both;
	}

	#SMP_STYLE ul,#smp_style li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#SMP_STYLE .zipcode ul li,
	#SMP_STYLE .phone ul li,
	#SMP_STYLE .time ul li {
		width: auto;
		float: left;
		margin: 0 3px 0 0;
		padding: 0;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .multi1 label {
		display: block;
    width: 100%;
		/* min-width: 250px; */
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
	}

	#SMP_STYLE .multi1 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi1 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi1 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE .multi2 li {
		display: block;
		min-width: 250px;
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
		width: auto;
	}

	#SMP_STYLE .multi2 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi2 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi2 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE select {
		margin-bottom: 8px;
		font-size: 100%;
		width: 180px;
	}

	#SMP_STYLE textarea {
		width: 260px;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .image input {
		width: 100%;
	}

	#SMP_STYLE .file input {
		width: 100%;
	}

	#SMP_STYLE input.clear {
		width: 55px;
		text-align: center;
	}

	#SMP_STYLE input.submit {
		width: 150px;
		height: 42px;
		margin: 20px auto 40px auto;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE input[name=SMPFORM_BACK] {
		width: 150px;
		height: 42px;
		margin: 20px 0 40px 0;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE .sample {
		color: #555555;
		font-size: 93%;
		font-weight:normal;
		text-align:left;
		line-height: 1.2;
	}

	#SMP_STYLE .suffix {
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .need {
		color: #CC0000;
		font-size: 100%;
		font-weight:bold;
		text-align:left;
	}

	#SMP_STYLE .msg {
		display: block;
		color: #DD0000;
		font-size: 100%;
		font-weight:bold;
		margin-bottom: 5px;
		text-align:left;
	}

	#SMP_STYLE .sub_text {
		width: 270px;
		font-size: 123.1%;
		font-weight:normal;
		padding: 150px 0;
		text-align:left;
		color: #111111;
	}

	#SMP_STYLE .error {
		background: #FFE4E4;
	}

	#SMP_STYLE .spiralSeal {
		width: 270px;
		overflow: hidden;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
	}

	#SMP_STYLE .spiralSeal tr td.description {
		display: block;
		text-align: left;
		overflow: auto;
	}

	#SMP_STYLE .spiralSeal tr td.img {
		display: block;
		margin-left: 60px;
		margin-right: 60px;
		/* overflow: auto; */
		text-align: center;
	}

	#SMP_STYLE .footer_text {
		width: 270px;
		font-size: 85%;
		margin: 30px 0 0 0;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
	#SMP_STYLE .cf:after {clear:both;}
	#SMP_STYLE .cf {*zoom:1;}
}