@charset "UTF-8";

/* 共通使用 */

.add-navbar-header-menu{
	background-color:#fcf8f2;
	border-bottom:1px solid #dddddd;
	border-radius: 0px;
}

.add-navbar-header-text{
	margin-top: 15px;
	margin-bottom: 15px;
}


.add-navbar-header-global-menu{
	background-color:#171c61;
	font-size:12px;
}

@media (min-width: 992px) {
	.add-navbar-header-global-menu{
	font-size:16px;
	font-weight:bold;
	}
}

.add-navbar-header-global-menu a{
	color:#FFFFFF;
}

.add-navbar-header-global-menu a:hover{
	color:#171c61;
}

.add-menu-line li{
	border-left:1px solid #5479b5;
	width:292px;
}

.add-menu-line li:last-child{
	border-left:1px solid #5479b5;
	border-right:1px solid #5479b5;
	width:294px;
}

.add-dropdown-menu-style{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-top:0px;
}

.add-dropdown-menu-style li{
	border-left:0;
	border-right:0;
}

.add-dropdown-menu-style li:last-child{
	border-left:0;
	border-right:0;
}

.add-entry-box{
	display:table;
	border-collapse:separate;
    border-spacing: 10px 0;
	margin-right:-25px;
}

.add-entry-button {
	width:230px;
	height:100px;
	color:#000000;
	background:#337fcc;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
	border:1px solid #ffcc33;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ffc16a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffc16a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ffc16a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffc16a 100%);
}

a.add-entry-button:hover {
	color:#666666;
	text-decoration:none;
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ff9b1a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff9b1a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ff9b1a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ff9b1a 100%);
}

.add-entry-box-m{
	display:table;
	border-collapse:separate;
    border-spacing: 10px 0;
	margin-right:-25px !important;
}

.add-entry-button-m {
	width:190px;
	height:100px;
	color:#000000;
	background:#337fcc;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
	border:1px solid #ffcc33;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ffc16a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffc16a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ffc16a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffc16a 100%);
}

a.add-entry-button-m:hover {
	color:#666666;
	text-decoration:none;
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ff9b1a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff9b1a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ff9b1a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ff9b1a 100%);
}

.add-entry-box-s{
	display:table;
	border-collapse:separate;
    border-spacing: 10px 0;
	margin-top:5px;
}

.add-entry-button-s {
	width:130px;
	height:40px;
	color:#cc0000;
	background:#337fcc;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
	border:1px solid #ffcc33;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ffc16a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffc16a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ffc16a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffc16a 100%);
}

a.add-entry-button-s:hover {
	color:#cc0000;
	text-decoration:none;
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ff9b1a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff9b1a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ff9b1a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ff9b1a 100%);
}

.add-entry-button-ss {
	width:90px;
	height:40px;
	color:#cc0000;
	background:#337fcc;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
	border:1px solid #ffcc33;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ffc16a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffc16a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ffc16a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffc16a 100%);
}

a.add-entry-button-ss:hover {
	color:#cc0000;
	text-decoration:none;
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ff9b1a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff9b1a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ff9b1a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ff9b1a 100%);
}

.add-entry-text{
	color:#cc0000;
	font-size:26px;
	font-weight:bold;
}

.add-entry-tel-text{
	color:#cc0000;
	font-size:23px;
	font-weight:bold;
}

.add-entry-tel-icon-text{
	color:#cc0000;
	font-size:20px;
	font-weight:bold;
}

.add-header-bottom-line{
	padding-bottom:10px;
	margin-bottom:0;
	border-bottom:5px solid #171c61;
}

#add-contents{
	background-color:#f7f8f8;
	border-top:1px solid #dddddd;
	padding:30px 0;
}

#add-footer{
	background-color:#fcf8f2;
	border-top:1px solid #dddddd;
	padding:30px 0;
}

#add-copy{
	background-color:#171c61;
	padding:10px 0;
	color:#ffffff;
}

/*ボタン*/

.add-btn-link{
	color:#ffffff;
	border:1px solid #171c61;
	 /* Firefox */
	background: -moz-linear-gradient(top center, #5479b5 0%, #171c61 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#5479b5), to(#171c61));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#5479b5',EndColorStr='#171c61');
	/* 共通 */
	background: linear-gradient(to bottom, #5479b5 0%, #171c61 100%);
}

.add-btn-link:hover{
	color:#ffffff;
	border:1px solid #171c61;
	 /* Firefox */
	background: -moz-linear-gradient(top center, #171c61 0%, #5479b5 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#171c61), to(#5479b5));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#171c61',EndColorStr='#5479b5');
	/* 共通 */
	background: linear-gradient(to bottom, #171c61 0%, #5479b5 100%);
}

.add-btn-m{
	width:200px;
}

/*テーブルの指定*/

.add-table{
	border-spacing: 0;
	border-collapse: collapse;
	border:1px solid #171c61;
}

.add-table th{
	border-top:1px solid #171c61 !important;
	background-color: #5479b5;
	color:#ffffff;
}

.add-table td{
	border-top:1px solid #171c61 !important;
	background-color: #ffffff;
}

.add-table2{
	border-spacing: 0;
	border-collapse: collapse;
	border:2px solid #171c61;
}

.add-table2 th{
	border-left:1px solid #171c61 !important;
	background-color: #5479b5;
	color:#ffffff;
	text-align: center;
	vertical-align: middle !important;
}

.add-table2-blue {
	background-color: #E0EBFE !important;
}

.add-table2 td{
	border-top:1px solid #171c61 !important;
	border-left:1px solid #171c61 !important;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle !important;
}

/*box コンテンツ用*/

.add-main-box01{
	background-color:#ffffff;
	margin:30px 15px 0 15px;
	box-shadow:0px 1px 1px #DDDDDD;
	padding:15px;
}

.add-2nd-main-box01{
	background-color:#ffffff;
	margin:30px 15px 0 15px;
	box-shadow:0px 1px 1px #DDDDDD;
	padding:15px;
	border-top:5px solid #171c61;
}

.add-main-box02{
	background-color:#5479b5;
	margin:30px 15px 0 15px;
	box-shadow:0px 1px 1px #DDDDDD;
	padding:15px;
}

.add-main-box02-title{
	background-color:#171c61;
	text-align:center;
	line-height:0;
	margin-bottom:10px;
	padding:0;
	height:21px;
}

.add-main-box03{
	background-color:#fcf8f2;
	padding:15px;
	border-radius:5px;
}

.add-main-box04{
	background-color:#ffffff;
	padding:10px;
	border:1px solid #dddddd;
}

.add-main-box05{
	background-color:#ffdddd;
	padding:15px;
	border-radius:5px;
	border:1px solid #ff0000;
}

@media (min-width: 992px) {
	.add-main-box01{
		margin:30px 15px 0 0;
		padding:30px;
	}
	
	.add-2nd-main-box01{
		margin:30px 15px 0 0;
		padding:30px;
	}
	
	.add-main-box02{
		margin:30px 15px 0 0;
		padding:30px;
	}
}

/*コンテンツのfontサイズ*/

.add-2nd-main-box01,.add-main-box01 {
	font-size: 18px;
	line-height: 1.8;
}

.add-flow-ti{
	font-size: 24px !important;
}

.add-flow-text{
	font-size: 20px !important;
	line-height: 1.6 !important;
	font-weight: bold;
}

/*コンテンツのfontサイズ　end*/

/*box サブメニュー用*/

.add-sub-box01{
	background-color:#fcf8f2;
	border-top:5px solid #171c61;
	margin:30px 15px 0 15px;
	box-shadow:0px 1px 1px #DDDDDD;
	padding:15px;
}

.add-sub-box01-whitebox{
	background-color:#ffffff;
	padding:5px;
}

.add-sub-box01-whitebox-nopadding{
	background-color:#ffffff;
	padding:5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.add-sub-box01-whitebox-nopadding{
		background-color:#ffffff;
		padding:0;
	}
}

.add-sub-box02{
	background-color:#171c61;
	margin:0 0 0 15px;
	box-shadow:0px 1px 1px #DDDDDD;
	padding:15px;
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #171c61 0%, #5479b5 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#171c61), to(#5479b5));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#171c61',EndColorStr='#5479b5');
	/* 共通 */
	background: linear-gradient(to bottom, #171c61 0%, #5479b5 100%);
}

.add-sub-box02-list{
	background-color:#ffffff;
	padding:5px;
	border-radius:5px;
}

.add-sub-box02-list ul {
	list-style-type:none;
	margin:0 0 0 0;
	padding:10px 10px 0 10px;
}

.add-sub-box02-list li {
	padding:0 0 0 16px;
	margin:0 0 10px 0;
	background-image: url(/images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

@media (min-width: 992px) {
	.add-sub-box01{
		margin:30px 0 0 15px;
	}
	
}

/*box　画像一覧用*/

.add-imglist-box01{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: -10px;
	font-size:16px;
	font-weight: bold;
	line-height:1.4;
}

.add-row{
	margin-left:-5px;
	margin-right:-5px;
}

/*GoogleMap*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* facebook Like box */

div#likebox_conteiner .fbcomments,
div#likebox_conteiner .fb_iframe_widget,
div#likebox_conteiner .fb_iframe_widget[style],
div#likebox_conteiner .fb_iframe_widget iframe[style],
div#likebox_conteiner .fbcomments iframe[style],
div#likebox_conteiner .fb_iframe_widget span{
 width: 100% !important;
 background-color:#ffffff;
}

/*scroll後のナビゲーション表示用*/

.add-nav {
	width:100%;
	display:none;
	z-index:1500;
}

.fixed {
    position: fixed;
	width:100%;
    top: 0;
    left: 0;
	display: block;
	z-index:1600;
}

/*お知らせNEWマーク*/

.add-new{
	background-color:#F89D9F;
	margin-left:5px;
	padding:2px 5px 2px 5px;
	color:#ffffff;
	font-size:12px;
	vertical-align:1px;
}


/*お知らせリストの調整*/

@media (min-width: 768px) {
	
	.dl-horizontal {
		margin-bottom:-10px;
	}
	
	.dl-horizontal dt {
		width: 80px;
		text-align: left;
		margin-bottom:5px;
	}
	.dl-horizontal dd {
		margin-left: 90px;
		margin-bottom:5px;
	}
}

/*特徴*/

.add-chara ol {
    counter-reset: li;/* li のカウンタを 0 にセット */ 
    list-style: none;
	padding-left:25px;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

.add-chara li {
    margin-left:5px;
	/*padding:0;*/
	padding-left:0.5em;
	text-indent:-1.5em;
	padding-bottom:5px;
}

.add-chara li:last-child {
	padding-bottom:0;
}

.add-chara li:before {
    color: #171c61;
    font-size:34px;
	font-weight:bold;
	font-style:italic;
    counter-increment: li;/* li の数を一つずつ増加 */
    content: counter(li) ". ";/* 数を表示 */
}

/*特徴TOP*/

.add-chara02 ol {
    counter-reset: li;/* li のカウンタを 0 にセット */ 
    list-style: none;
	padding-left:36px;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

.add-chara02 li {
    margin-left:5px;
	/*padding:0;*/
	padding-left:0.5em;
	text-indent:-2.2em;
	padding-bottom:10px;
}

.add-chara02 li:last-child {
	padding-bottom:0;
}

.add-chara02 li:before {
    color: #009844;
    font-size:48px;
	font-weight:bold;
	font-style:italic;
    counter-increment: li;/* li の数を一つずつ増加 */
    content: counter(li) ". ";/* 数を表示 */
}

/*ポイント*/

.add-point ol {
    counter-reset: li;/* li のカウンタを 0 にセット */ 
    list-style: none;
	padding-left:20px;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
}

.add-point li {
    margin-left:5px;
	padding-top:10px;
	padding-left:0.5em;
	text-indent:-2em;
	padding-bottom:20px;
}

.add-point li:last-child {
	padding-bottom:0;
}

.add-point li:before {
    color: #171c61;
    font-size:34px;
	font-weight:bold;
	font-style:italic;
    counter-increment: li;/* li の数を一つずつ増加 */
    content: counter(li) ". ";/* 数を表示 */
}

.add-point-title {
	color: #171c61;
	font-size:26px;
	font-weight:bold;
	border-bottom:none;
}

/*アイコンの色*/

.add-arrow{
	color:#cc0000;
	font-size:11px;
	vertical-align:1px;
}

/*パンくず*/
.add-breadcrumbs{
	padding:0 0 10px 0;
	width:100%;
}

/*提携バナー*/

.add-back-yellow{
	background-color:#FFD24D;
}

/*リード*/

.add-lead-box{
	width:100%;
	background-color:#fcf8f2;
	border-radius:5px;
	margin-bottom:30px;
}

.add-lead-text{
	float:none;
	background-color:#fcf8f2;
	border-radius:5px;
	width:100%;
	font-size:16px;
	padding:15px 0 15px 15px;
}

.add-lead-photo{
	float:none;
	position: relative;
	width:100%;
}

.add-lead-photo:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

background: -moz-linear-gradient(top,  rgba(252,248,242,1) 0%, rgba(252,248,242,1) 5%, rgba(252,248,242,0) 50%, rgba(252,248,242,0) 100%);
background: -webkit-linear-gradient(top,  rgba(252,248,242,1) 0%,rgba(252,248,242,1) 5%,rgba(252,248,242,0) 50%,rgba(252,248,242,0) 100%);
background: linear-gradient(to bottom,  rgba(252,248,242,1) 0%,rgba(252,248,242,1) 5%,rgba(252,248,242,0) 50%,rgba(252,248,242,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8f2', endColorstr='#00fcf8f2',GradientType=0 );
}

.add-lead-photo img{
	border-bottom-left-radius:5px;
	border-top-right-radius:0;
	border-bottom-right-radius:5px;
	display: block;
	max-width: 100%;
	height: auto;
	float:none;
}

@media (min-width: 768px) {
	
	.add-lead-text{
		float:left;
		background-color:#fcf8f2;
		border-radius:5px;
		width:65%;
		font-size:16px;
		padding:30px 0 30px 30px;
	}
	
	.add-lead-photo{
		float:right;
		position: relative;
		width:35%;
	}
	
	.add-lead-photo:after{
		position: absolute;
		display: block;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	
	background: -moz-linear-gradient(left,  rgba(252,248,242,1) 0%, rgba(252,248,242,1) 5%, rgba(252,248,242,0) 50%, rgba(252,248,242,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(252,248,242,1) 0%,rgba(252,248,242,1) 5%,rgba(252,248,242,0) 50%,rgba(252,248,242,0) 100%);
	background: linear-gradient(to right,  rgba(252,248,242,1) 0%,rgba(252,248,242,1) 5%,rgba(252,248,242,0) 50%,rgba(252,248,242,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8f2', endColorstr='#00fcf8f2',GradientType=1 );
	}
	.add-lead-photo img{
		border-bottom-left-radius:0;
		border-top-right-radius:5px;
		display: block;
		max-width: 99%;
		height: auto;
		float:right;
	}

}

.add-font-color-gd{
	color:#d1b74a;
	margin-bottom:5px;
}

.add-font-size-l{
	font-size:22px;
	margin-bottom:5px;
	line-height:1.3;
}

/*お知らせ*/

.add-info dd{
	line-height:1.6;
	margin-bottom:20px;
}

@media (min-width: 768px) {

	.add-info dt{
		width: 100px;
	}
	
	.add-info dd{
		line-height:1.6;
		margin-bottom:20px;
		margin-left: 110px;
	}

}

/*文章内の画像*/

.add-right-img-responsive{
	max-width:100%;
	margin-left:0 0 0 0;
	float:none;
}

.add-right-img-responsive2{
	max-width: 41.66666667%;
	margin-left:15px;
	float:right;
}

@media (min-width: 768px) {
	.add-right-img-responsive{
		max-width: 41.66666667%;
		margin-left:15px;
		padding-left:15px;
		float:right;
	}
	
	.add-right-img-responsive2{
		max-width: 41.66666667%;
		margin-left:15px;
		padding-left:15px;
		float:right;
	}
}

.add-space-r0{
	padding-right: 0;
}

.add-space-l0{
	padding-left: 0;
}

.add-space-r5{
	padding-right: 5px;
}

.add-space-l5{
	padding-left: 5px;
}

.add-bottom-dot-line{
	border-bottom:1px dotted #dddddd;
}

.add-sietmap-icon{
	vertical-align:1px;
	color:#aa0000;
	font-size:12px;
}

#add-part-illust{
	width:100%;
}

@media (min-width: 1200px) {
		#add-part-illust{
		width:85%;
	}
}

#add-part-illust ul {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:10px 10px 0 10px;
	text-align:center;
}

#add-part-illust li {
	font-size:16px;
	display:inline-block;
	padding:0 10px 0 16px;
	margin:0 0 10px 0;
	background-image: url(/images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

@media (min-width: 768px) {
	#add-part-illust ul {
		list-style-type:none;
		margin:10px 0 0 0;
		padding:10px 10px 0 10px;
		text-align:left;
	}
	
	#add-part-illust li {
		display:block;
		padding:0 0 0 16px;
		margin:0 0 14px 0;
		background-image: url(/images/arrow.png);
		background-repeat:no-repeat;
		background-position:0px 4px;
	}
}

/*新ゆり協和整骨院・整体院グループ*/

.groupTime {
	width: 100% ;
	table-layout: fixed ;
	border-collapse: collapse ;
	margin: 3px 0 3px 0 ;
}

.groupTime th{
	width:25%;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 3px ;
	word-wrap: break-word;
}

.groupTime td{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 3px ;
	word-wrap: break-word;
	text-align:right;
}

/*新ゆり協和整骨院・整体院グループ end*/

.add-name {
	margin-top:30px;
}

/*スマートフォン用TEL*/

.add-sp-content-tel {
	width: 100%;
	margin: 0 auto;
	background-color:#FED8AD;
	border:1px solid #DBBA73;
	padding:5px;
	margin-top:30px;
	text-align:center;
	box-shadow:0px 1px 1px #DDDDDD;
	font-size: 14px;
	line-height: 1.42857143;
}

.add-sp-tel{
	padding:5px;
	margin:5px 0 0 0;
	background-color:#FED8AD;
	border:1px solid #DBBA73;
}

.add-sp-telNumber{
	width:325px;
	float:right;
	text-align:center;
}

.add-sp-telTimeTi{
	padding:3px;
	margin:5px 0 0 0;
	background:#FF8346;
}

.add-sp-telTime{
	padding:5px;
	margin:0 0 0 0;
	background:#FFFFFF;
	text-align:center;
}

.add-sp-telTime table{
	padding:5px;
	margin: 0 auto;
}

.add-sp-telTime td{
	padding:0 3px 3px 3px;
}

.add-sp-time th{
	vertical-align : top;
	padding: 2px;
}

.add-sp-time td{
	vertical-align : top;
	text-align:right;
	padding: 2px;
}


.add-sp-entry-button {
	width:210px;
	height:70px;
	color:#000000;
	background:#337fcc;
	display:table-cell;
	vertical-align: middle;
	text-decoration:none;
	border:1px solid #ffcc33;
	border-radius: 5px;	/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	
	
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ffc16a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffc16a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ffc16a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ffc16a 100%);
}

a.add-sp-entry-button:hover {
	color:#666666;
	text-decoration:none;
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffffff 0%, #ff9b1a 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ff9b1a));
	/* 旧IE対応 */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff',EndColorStr='#ff9b1a');
	/* 共通 */
	background: linear-gradient(to bottom, #ffffff 0%, #ff9b1a 100%);
}

.add-sp-entry-button-wrapper {
	width:210px;
}

/*スマートフォン用TEL end*/

/* .viewer01
------------------------- */

.viewer01 {
    margin: 0 auto;
    width: 100%;
}