@charset "utf-8";
/*------------------------------------------------------------
	index.php
------------------------------------------------------------*/
#main .wig .photo {
	margin-bottom: 10px;
	border: 2px solid #EEE;
}

#main .wig p {
	line-height: 1.7;
}

#main .wig .comLink {
	margin-top: 20px;
}

#main .wig .comLink li {
	margin-bottom: 15px;
}

#main .wig .comLink li:nth-child(1) a {
	background: #539ad8 url(/sp/shared/img/icon_10.gif) no-repeat 95% center;
	background-size: 19px 19px;
}

#main .wig .comLink li:nth-child(3) a {
	background: #a1cf61 url(/sp/shared/img/icon_12.gif) no-repeat 95% center;
	background-size: 19px 19px;
}
#main .wig .comLink li:nth-child(4) a {
	background: #00a795 url(/sp/shared/img/icon_09.gif) no-repeat 95% center;
	background-size: 19px 19px;
}
.linkUl {
	padding:16px 10px 14px;
}
.linkUl li:last-child {
	margin-bottom:0;
}
.linkUl li a {
	padding: 0;
	width: 100%;
	position: relative;
	display: block;
	
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	color: #00a795;
	
	border: solid 1px #ccc079;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 3px #ebe5bb, -1px 1px 3px #ebe5bb;
	-webkit-box-shadow: 1px 1px 3px #ebe5bb, -1px 1px 3px #ebe5bb;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fefcf1),color-stop(1, #fff));
}
.linkUl li a:before {
	margin-top: -8px;
	
	position: absolute;
	top: 50%;
	right: 15px;
	
	width: 19px;
	height: 19px;
	display: block;
	background: url(/sp/shared/img/icon_09.png) no-repeat;
	background-size: 19px 19px;
	
	content: "";
}
.linkUl li .linkSpan {
	display: table;
	width: 100%;
}
.linkUl li .txtSpan {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.linkUl li .imgSpan {
	padding-left: 0;
	width: 80px;
	display: table-cell;
}
.linkUl li .imgSpan img {
	width: 100%;
	display: block;
}

/*------------------------------------------------------------
	kids/index.php
------------------------------------------------------------*/
#main .kids h2 {
	color: #a3d064;
}

#main .kids h2 span {
	border-left: 8px solid #a3d064;
}

#main .kids p {
	margin-bottom: 10px;
	line-height: 1.7;
}

#main .kids .comInner {
	margin-bottom: 0;
}

#main .kids .h3Ttl {
	margin: 15px 0 3px;
	line-height: 1.2;
	color: #a3d064;
}

#main .kids .photo {
	border: 2px solid #EEE;
}

/*------------------------------------------------------------
	basic/index.php
------------------------------------------------------------*/
#main .h2Head {
	margin-bottom: 19px;
	color: #f66378;
}

#main .h2Head span {
	border-left: 8px solid #f66378;
}

#main .basic p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.55;
	font-style: italic;
}

#main .basic .h3Ttl {
	margin-bottom: 10px;
	color: #f66378;
}

#main .basic .comPhoto:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	semiorder/index.php
------------------------------------------------------------*/
#main .semiorder p:first-child {
	margin-bottom: 20px;
}

#main .semiorder p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.55;
}

#main .semiorder .h3Ttl {
	margin-bottom: 10px;
	color: #f66378;
}

#main .semiorder .comPhoto:last-child {
	margin-bottom: 0;
}

#main .semiorder .comLink li a {
	font-size: 18px;
}

/*------------------------------------------------------------
	semiorder/long/index.php
------------------------------------------------------------*/
#main .semiorder .pTxt {
	margin: -2px 0 10px;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

/*------------------------------------------------------------
	semiorder/long/long_1.php
------------------------------------------------------------*/
#main .detail h2 {
	margin-bottom: 5px;
	padding: 0 26% 3px 0;
	position: relative;
	color: #00a795;
	border-bottom: 6px solid #EEE;
	border-top: none;
}

#main .detail h2 a {
	padding: 6px 5px 6px;
	width: 24%;
	display: block;
	
	position: absolute;
	top: -2px;
	right: 0px;
	
	font-size: 12px;
	color: #FFF;
	text-align: center;
	
	border-radius: 3px;
	background-color: #00a795;
	box-shadow: inset 0 -1px 1px #11ad9c;
	-webkit-box-shadow: inset 0 -1px 1px #11ad9c;
}

#main .detail .inner {
	margin: 0 37px 0 39px;
}

#main .detail .name {
	margin: 0 39px 2px;
}

#main .detail .name span {
	margin-right: 10px;
	color: #00a795;
	font-size: 13px;
	font-weight: bold;
}

#main .detail .price {
	margin: 0 39px 5px;
	color: #ff668a;
	font-weight: bold;
}

#main .detail .price .teika {
	color: #000;
	font-weight: normal;
	font-size:1em;
}


#main .detail .price span {
	font-size: 15px;
	font-weight: bold;
}

#main .detail .item {
	margin-bottom: 5px;
}

#main .detail .item span {
	padding-top: 20%;
	text-align: center;
	font-weight: bold;
	width: 30px;
}

#main .detail .item span img {
	width: 100%;
}

#main .detail .item .prev {
	float: left;
}

#main .detail .item .next {
	float: right;
}

#main .detail .item li a {
	display: block;
}

#main .detail .item .photo {
	margin: 0 auto;
	width: 225px;
	height:225px;
}

#main .detail .item .photo img {
	width: 100%;
}

#main .detail .inner .num {
	margin-bottom: 12px;
	padding-bottom: 16px;
	line-height: 1.2;
	border-bottom: 2px solid #EEE;
}

#main .detail .inner .num span {
	margin-bottom: 14px;
	padding-bottom: 8px;
	display: block;
	border-bottom: 2px solid #EEE;
}

#main .detail .inner .title {
	margin-bottom: 6px;
	font-weight: bold;
}

#main .detail .inner .annotation {
	margin-top: 10px;
}

#main .detail .itemList {
	margin-bottom: 13px;
	padding-bottom: 7px;
	border-bottom: 2px solid #EEE;
}

#main .detail .itemList li {
	margin-bottom: 6px;
	display: table;
	width: 100%;
}

#main .detail .itemList li:last-child {
	margin-bottom: 0;
}

#main .detail .itemList .imgSpan {
	width: 30px;
	display: table-cell;
}

#main .detail .itemList img {
	display: block;
	width: 100%;
}

#main .detail .itemList p {
	padding-left: 10px;	
	display: table-cell;
	vertical-align: middle;
	
	font-size: 13px;
}

/*
#main .detail .inner .photoUl li:nth-child(4n) {
	margin-right: 0;
}
*/

#main .detail .inner .photoUl li {
	margin-right: 2%;
	width: 50px;
	float: left;
	text-align: center;
}

#main .detail .inner .photoUl li img {
	width: 100%;
}

/*------------------------------------------------------------
	woman/index.php
------------------------------------------------------------*/
#main .woman p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.6;
}

#main .woman .h3Ttl {
	margin-bottom: 15px;
	color: #f66378;
}

#main .woman .photo {
	margin-bottom: 12px;
	border: 2px solid #EEE;
}

#main .woman .comTxt {
	margin-bottom: 25px;
	padding: 7px 5px 7px;
}

#main .woman .comDl dt a {
	color: #F66378;
	border-bottom: 5px solid #F66378;
}

#main .woman .comDl dt a:before {
	background: url(/sp/shared/img/icon_15.png) no-repeat;
	background-size: 19px 19px;
}

#main .woman .comDl .open a:before {
	background: url(/sp/shared/img/icon_15.png) no-repeat;
	background-size: 19px 19px;
}

#main .woman .comDl .inner {
	padding: 5px 10px 12px;
	
	border: 1px solid #FFD35C;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFDEB;
}

#main .woman .comDl .inner .pTtl {
	margin-bottom: 5px;
	
	font-size: 15px;
	font-weight: bold;
}

#main .woman .comDl .inner .photoBox {
	margin-bottom: 5px;
}

#main .woman .comDl .inner h4 {
	margin-bottom: 5px;
	
	color: #f66378;
	font-size: 17px;
	
	border-bottom: 5px solid #F66378;
}

#main .woman .comDl .inner h4 span {
	margin-left: 10px;
	font-size: 12px;
}

#main .woman .comDl .inner p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.7;
}

#main .woman .detBtn {
	margin-bottom: 0;
}

#main .woman .detBtn a {
	padding: 14px;
	
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main .woman .comDl .inner .note {
	margin-bottom: -5px;
	display: block;
	font-size: 10px;
}

#main .woman .wigTtl {
	margin: 0 0px 15px;
	padding-left: 45px;
	
	background: #F66378 url(/sp/shared/img/icon_28.gif) no-repeat 10px center;
	background-size: 18px 30px;
}

#main .woman .feature h3 {
	margin-bottom: 10px;
}

#main .woman .feature p {
	margin-bottom: 17px;
}

#main .woman .pTxt {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#main .woman .txtBox {
	padding: 5px 13px 12px 10px;
	border: 1px solid #FFD35C;
	border-radius: 3px;
	background-color: #FFFDEB;
}

#main .woman .txtBox .pTtl {
	margin-bottom: 2px;
	color: #f66378;
	font-size: 15px;
}

#main .woman .txtBox p {
	margin: 0 18% 0 0;
	font-size: 12px;
	line-height: 1.7;
}

#main .woman .txtBox .image {
	margin-top: 32px;
	float: right;
	width: 16%;
}

#main .woman .txtBox .image img {
	width: 100%;
}

.font_nomal{
	font-size:10px;
	font-weight:normal;
}
.wig_index_list{
	font-size:10px;
}
.wig_index_list p{
	color:#fd6483;
	border-top:2px solid #EEE;
	border-bottom:2px solid #EEE;
	padding:7px 0;
	font-size:10px !important;
}
.color_pink{
	color:#fd6483;
}
i{
	font-style:normal;
}



/*------------------------------------------------------------
	women/rental
------------------------------------------------------------*/
.tacenter{
	text-align:center !important;
}
#main .rental p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.55;
}

#main .rental .h3Ttl {
	margin-bottom: 10px;
	color: #f66378;
}

#main .rental .comPhoto:last-child {
	margin-bottom: 0;
}
#main .rental .monTable {
	margin: 0 0 22px;
	width: 100%;
	border-collapse: collapse;
}

#main .rental .monTable th,
#main .rental .monTable td {
	padding: 5px 2px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e3dfdd;
}

#main .rental .monTable th {
	color: #fff;
	background-color: #415865;
}

#main .rental .monTable .thBg {
	font-size: 15px;
	border-left: none;
	background-color: #f66378;
}

#main .rental .monTable .borNone {
	border-right: none;
}

#main .rental .monTable td .money {
	color: #d20042;
}

#main .rental .monTable .trBg td {
	background-color: #ffeef1;
}

#main .rental .monTable td .monDl dt {
	margin-bottom: 3px;
	text-align: center;
}

#main .rental .monTable td .monDl dt img {
	width: 100%;
}
.rental_photo{
	border:2px solid #eeeeee;
	margin-bottom:15px;
}
/*------------------------------------------------------------
	nagare
------------------------------------------------------------*/
#main .nagare .nagTxt {
	margin-bottom: 12px;
	line-height: 1.6;
}

#main .nagare .step {
	margin-bottom: 9px;
	padding: 7px;
	
	border: 1px solid #ffd35c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fffdeb;
}

#main .nagare .step:last-child {
	margin-bottom: 0;
}

#main .nagare .step p a {
	color: #00a795;
	text-decoration: underline;
}

#main .nagare .stepDl {
	margin: 0 0 5px;
	display: inline-table;
}

#main .nagare .stepDl dt {
	display: table-cell;
	width: 45px;
}

#main .nagare .stepDl dt img {
	width: 100%;
}

#main .nagare .stepDl dd {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
	
	font-size: 18px;
	font-weight: bold;
	color: #00a795;
}

#main .nagare .comList {
	margin-top: 10px;
}

#main .nagare .comList li a {
	letter-spacing: -1px;
	box-shadow: 1px 1px 3px #fbf9e7, -1px 0 3px #fbf9e7;
	-webkit-box-shadow: 1px 1px 3px #fbf9e7, -1px 0 3px #fbf9e7;
}

#main .nagare .comList li .telSpan {
    padding-left: 6px;
}

#main .nagare .imgBox {
	margin: 0 0 8px;
	border: 2px solid #eee;
	text-align: center;
}

#main .nagare .imgBox img {
	width: 100%;
}

/*------------------------------------------------------------
	men
------------------------------------------------------------*/
#main .men .h3Ttl,
#main .monthly .h3Ttl,
#main .nhs .h3Ttl,
#main .mhs .h3Ttl {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.3;
	color: #539ad8;
}

#main .men .comSection .menTxt,
#main .monthly .comSection .menTxt,
#main .nhs .comSection .menTxt,
#main .mhs .comSection .menTxt {
	margin: 0 0 8px;
}

#main .men .comSection .photoBox,
#main .monthly .comSection .photoBox,
#main .nhs .comSection .photoBox,
#main .mhs .comSection .photoBox {
	margin: 0 0 10px;
	border: 2px solid #eee;
	text-align: center;
}

#main .men .comSection .photoBox img,
#main .monthly .comSection .photoBox img,
#main .nhs .comSection .photoBox img,
#main .mhs .comSection .photoBox img {
	width: 100%;
}

#main .menH2 {
	color: #539ad8;
}

#main .menH2 span {
	border-left: 8px solid #4ba6e0;
}

#main .men p {
	font-size: 13px;
}

#main .men .comDl dt a {
	color: #539ad8;
	border-bottom: 5px solid #4ba6e0;
}

#main .men .comDl dt a:before {
	margin-top: -10px;
	width: 19px;  
    height: 19px;
	background: url(/sp/shared/img/icon_29.png) no-repeat;
	background-size: 19px 19px;
	
    position: absolute;  
    top: 50%;  
    right: 12px;  
  
    content: ""; 
	
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
}

#main .men .comDl .open a:before {
	margin-top: -10px;
	width: 19px;  
    height: 19px;
	background: url(/sp/shared/img/icon_29.png) no-repeat;
	background-size: 19px 19px;
	
    position: absolute;  
    top: 50%;  
    right: 12px;  
  
    content: ""; 
	
	-webkit-transform: rotate(360deg); 
	-moz-transform: rotate(360deg);
}

#main .men .comDl dd p {
	margin-bottom: 10px;
}

#main .men .menSection p {
	margin-bottom: 18px;
}

#main .men .menInner {
	margin-bottom: 10px;
}

#main .men .comDl dd .menInner p {
	margin-bottom: 0;
}

#main .men .menInner .imgBox {
	margin: 0 0 0 5px;
	float: right;
	width: 42%;
	border: 2px solid #eee;
}

#main .men .menInner .imgBox img {
	width: 100%;
}

#main .men .menSection p span {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#main .menDl dt {
	font-size: 14px;
	color: #539ad8;
}

#main .menDl dd {
	margin-bottom: 10px;
	font-size: 13px;
}

#main .menDl dd:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	mhs
------------------------------------------------------------*/
#main .mhs h2 span,
#main .monthly h2 span {
	 padding: 8px 16px;
}

#main .mhs h2 span .fs15 {
	padding: 0;
	font-size: 15px;
	border-left: none;
}

#main .mhs .featureTxt {
	margin-bottom: 30px;
}

#main .mhs .featureTxt dt,
#main .nhs .featureTxt dt,
#main .monthly .monInner .featureTxt dt {
	color: #539ad8;
}

#main .mhs .featureTxt dd li,
#main .nhs .featureTxt dd li,
#main .monthly .monInner .featureTxt dd li {
	background: url(/sp/shared/img/icon_27.gif) no-repeat 5px 5px;
	background-size: 9px 9px;
}

#main .mhs .mhsTable {
	margin: 0 0 10px;
	width: 100%;
	border-collapse: collapse;
}

#main .mhs .mhsTable th,
#main .mhs .mhsTable td {
	padding: 5px;
	
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	
	border: 1px solid #4188c8;
	vertical-align: top;
}

#main .mhs .mhsTable th {
	color: #fff;
	background-color: #539ad8;
}

#main .mhs .mhsTable td {
	font-weight: bold;
}

#main .mhs .mhsTable .tdBg01 td {
	font-size: 13px;
	background-color: #ddf5fc;
}

#main .mhs .mhsTable .tdBg02 td {
	font-size: 13px;
	color: #ff0000;
	background-color: #c2f1fe;
}

#main .mhs .mhsTable .tdBg03 td {
	font-weight: normal;
	text-align: left;
}

#main .mhs .photoList {
	margin: 0 auto 10px;
	width: 100%;
}

#main .mhs .photoList li {
	border: 2px solid #eee;
	width: 47%;
}

#main .mhs .photoList li img {
	width: 100%;
}

#main .mhs .photoList li:nth-child(odd) {
	float: left;
}

#main .mhs .photoList li:nth-child(even) {
	float: right;
}

#main .mhs .caseTable {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

#main .mhs .caseTable th,
#main .mhs .caseTable td {
	padding: 5px;
	
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	
	border: 1px solid #539ad8;
	background-color: #fafafa;
	vertical-align: top;
}

#main .mhs .caseTable th {
	color: #539ad8;
}

#main .mhs .caseTable .thColor {
	color: #333;
}

#main .mhs .caseTable .notice {
	color: #ff0000;
}
.menTxt span{
	color:#DD0000;
}
.mb30{
	margin-bottom:30px !important;
}

/*------------------------------------------------------------
	monthly
------------------------------------------------------------*/
#main .monthly .monTable {
	margin: 0 0 22px;
	width: 100%;
	border-collapse: collapse;
}

#main .monthly .monTable th,
#main .monthly .monTable td {
	padding: 5px 2px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e3dfdd;
}

#main .monthly .monTable th {
	color: #fff;
	background-color: #415865;
}

#main .monthly .monTable .thBg {
	font-size: 15px;
	border-left: none;
	background-color: #4498c9;
}

#main .monthly .monTable .borNone {
	border-right: none;
}

#main .monthly .monTable td .money {
	color: #d20042;
}

#main .monthly .monTable .trBg td {
	background-color: #daeaf4;
}

#main .monthly .monTable td .monDl dt {
	margin-bottom: 3px;
	text-align: center;
}

#main .monthly .monTable td .monDl dt img {
	width: 100%;
}

#main .monthly .monInner {
	margin: 0 0 15px;
}

#main .monthly .monInner .imgBox {
	margin-left: 5px;
	float: right;
	border: 2px solid #eee;
	width: 42%;
}

#main .monthly .monInner .imgBox img {
	width: 100%;
}

/*------------------------------------------------------------
	nhs
------------------------------------------------------------*/
#main .nhs h2 span {
	 padding: 8px 16px;
}

#main .nhs h2 span .fs15 {
	padding: 0;
	font-size: 15px;
	border-left: none;
}

#main .nhs h4 {
	margin: 0 0 5px;
	font-size: 13px;
}

#main .nhs .featureTxt {
    margin-bottom: 10px;
}

#main .nhs .imgList {
	margin: 0 auto 30px;
	width: 100%;
}

#main .nhs .imgList li {
	float: left;
	width: 33.3%;
}

#main .nhs .imgList li img {
	display: block;
	width: 100%;
}

#main .nhs .nhsTable {
	width: 100%;
	border-collapse: collapse;
}

#main .nhs .nhsTable td {
	padding: 5px;
	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	
	border: 1px solid #ffd35c;
	background-color: #fffdeb;
	vertical-align: top;
}

#main .nhs .nhsTable .Tdbor {
	border-left: 2px solid #ffd35c;
	border-right: 2px solid #ffd35c;
}

#main .nhs .photoUl {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

#main .nhs .photoUl li {
	float: left;
	width: 32%;
}

#main .nhs .photoUl li:nth-child(2) {
	width: 34.5%;
}

#main .nhs .photoUl li:last-child {
	width: 33.5%;
}

#main .nhs .photoUl li img {
	display: block;
	width: 100%;
}

#main .nhs .nhsSection {
	margin: 0 auto;
	width: 100%;
	/*border-left: 1px solid #539ad8;*/
	/*border-right: 1px solid #fff;*/
}



/* wig experience */
.exSection{
    padding: 0px 10px;
}
.exSection dl{
    position: relative;
    margin-top: 30px;
}
.exSection dt{
    width: 281px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.05em;
    line-height: 31px;
    padding-left: 10px;
    position: absolute;
    top: -10px;
    left: -5px;
    
}
.exSection.men dt{
    background: url(/sp/wig/experience_men/img/wig_ex_men_ribon.png) left top no-repeat;
    background-size: 281px 35px;
}
.exSection.woman dt{
    background: url(/sp/wig/experience_woman/img/wig_ex_woman_ribon.png) left top no-repeat;
    background-size: 281px 35px;
}
.exSection dd{
    padding: 35px 8px 8px 8px;
    border: 1px solid #fcf0c2;
    background: #fffaea;
}
.exSection .name{
    text-align: right;
    padding-top: 10px;
}

.exSection .reverse_link{
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}
.exSection.men .reverse_link{
    background: #f86176;
}
.exSection.woman .reverse_link{
    background: #4f99da;
}


/* wig kids */
.kidsPoint{
	padding: 10px 15px;
	border: 1px solid #FFA71C;
}
.kidsPoint h4{
	margin: 0 0 3px 0;
}
.kidsPoint ol{
	list-style: decimal;
	margin: 0 0 0 20px;
}

.kidsCampaign{
	border: 1px solid #FFA71C;
	margin: 10px 0;
	padding: 10px;
	background: #FFF4E3;
	border-radius: 4px;
}
.kidsCampaign.green{
	border: 1px solid #A3D064;
	background: #fff;
}
.kidsCampaign .cap{
	font-size: 11px;
}
.kidsCampaign h4{
	font-size: 14px;
	margin: 0 0 3px 0;
}
.kidsCampaign .timeSpan{
	background: #FFA71C;
	padding: 10px 6px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	margin: -5px 0 8px 0;
}
.kidsCampaign .feature{
	margin: 0 0 8px 0;
}
.kidsCampaign .feature li{
	padding: 6px;
	background: #fff;
	border: 1px solid #8EC83C;
	margin: 6px 0;
	text-align: center;
	border-radius: 3px;
}
.capList{
	font-size: 11px;
}

.red{
	color: #F66378;
}

.imgbox img, .imgbox-full img{
	max-width: 100%;
}

.imgbox{
	text-align: center;
	margin: 0 0 10px 0;
}
.imgbox-full{
	margin: 0 -10px 10px -10px;
	text-align: center;
}


/* spothair */
.spothair .about {
	border: 2px solid #06bca8;
	margin: 10px;
}
.spothair .about .head {
	background: #e1fffc;
	padding: 10px;
	border-bottom: 1px solid #beeee9;
}
.spothair .about h3 {
	border-bottom: none !important;
	font-size: 15px !important;
	color: #008173;
	margin-bottom: 5px;
}
.spothair .txt-green {
	color: #008173;
	font-weight: bold;
}
.spothair .about .list {
	padding: 4px 10px;
}
.spothair .about .list .caps {
	font-size: 11px;
}
.spothair .about .list dl {
	display: table;
	width: 100%;
	padding: 6px 0;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}
.spothair .about .list dl:last-child {
	border-bottom: none;
}
.spothair .about .list dt,
.spothair .about .list dd {
	display: table-cell;
	vertical-align: top;
}
.spothair .about .list dt {
	width: 25%;
	font-weight: bold;
}
.spothair .about .list dd {
	width: 75%;
}
.spothair .feature {
	margin: 0 10px;
}
.spothair .feature ul,
.spothair .feature li {
	list-style: disc;
}
.spothair .feature ul {
	margin-left: 20px;
	margin-top: 10px;
}
.spothair .feature li {
	margin: 5px 0;
}
.spothair .feature img {
	width: 100%;
	height: auto;
}

.spothair .feature .comDl {
	margin-bottom: 15px !important;
}
.spothair .nagare h3 {
	border-bottom: none !important;
	font-size: 15px !important;
	color: #008173;
	margin-bottom: 5px;
}

/*------------------------------------------------------------
	spot hair
------------------------------------------------------------*/
#main .comLink li a.contact {
	background: #f79b23 url(/sp/shared/img/icon_30.gif) no-repeat 95% center;
	background-size: 19px 19px;
}