@charset "utf-8";
/* 各ページ共通部分のCSS */

/* ==========================
    レイアウト
========================== */
body {
	font-family:Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #313131;
	background-color:#eee;
	margin: 0;
	padding:0;
}
/* 全体エリア */
#wrapper {
	width:950px;
	margin:0 auto;
	padding-top:10px;
	background-color: #ffffff;
}
/* 全体エリア */
#content_head {
	margin:0 6px;
}
/* 全体エリア */
#content {
	width:860px;
	margin:0 auto;
	padding:0 0 10%;
	text-align:left;
}
body#TwoColumn #content {
	float: right;
	padding: 1px 0 0;
	text-align: left;
	width: 750px;
}
#leftArea {
	float:left;
	width:196px;
}
/* ==========================
    フォントの指定
========================== */
* + html body {
	font-family: "メイリオ", "Meiryo";
}
/* リンクの指定 */
a {
	overflow:hidden;
	outline:none;
}
a:link {
	color: #2e66cb;
}
a:visited {
	color: #2e66cb;
}
a:hover {
	color: #2e66cb;
	text-decoration:none;
}
a.blank {
	background: url("../images/window.gif") no-repeat left center;
	padding:3px 0 3px 19px;
	margin:0 2px;
	white-space:nowrap;
}
p.return {
	margin: 20px 0;
	text-align: right;
}
p.return a {
	background-image: url("../img/arrow-yl-dot-up.gif");
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #313131;
	padding-left: 15px;
}
/* 通常 */

p.path {
 font-size:92%;
	text-align:left;
	width:860px;
	margin: 0 auto 5px;
	padding:0.5em;
}
p.path a {
	text-decoration: none;
}
p.red {
 font-size:;
	text-align:left;
	width:860px;
	margin: 0 auto 5px;
	padding:0.5em;
}
/* ==========================
    見出し
========================== */
.page-header {
	margin:0 0 30px;
}
.page-header h2 {
	border: 1px solid #b8becb;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	line-height: 1.42857;
	margin: 0 0 30px;
	padding: 0.4em 1em;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #b8becb;
	color: #fff;
}
.content-header {
	margin:0 0 30px;
}
.page-header h3 {
	background: url("../img/bg_title01.gif") no-repeat scroll 0 center #FFFFFF;
	font-size: 112%;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0 0 0 0.6em;
	text-align: left;
	font-weight:bold;
}
/* ==========================
    ボタンボックス
========================== */
.btnBox {
	text-align:center;
}
/* ==========================
    完了
========================== */
#jumbotron {
	width:60%;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 60px auto;
	padding: 60px;
	word-break: break-all;
	word-wrap: break-word;
}
#jumbotron h2 {
	margin:0 0 30px;
	font-size:140%;
}
/* ==========================
    ヘッダー
========================== */
#header {
	width:950px;
	margin:0 auto 10px;
}
#header #inner {
	margin:0 5px;
}
#header #sitenavi {
	width:480px;
	float:left;
}
#header #sitenavi li {
	float:left;
	margin:0 5px 0 0;
}
/* 概要 */
#header h1#description {
	float:right;
	margin:0 0 5px;
	font-size:10px;
	color:#313131;
	font-weight:normal;
	text-align:right;
	line-height:1.2;
}
#header #top {
	width:196px;
	margin-top:10px;
	float:left;
	text-align:center;
}
#header #top span {
	vertical-align:bottom;
}
/* サブメニュー */
#header #subNavi {
	float:right;
	width:541px;
	height:60px;
	background:url("../img/bg_subnavi.gif") 0 0 no-repeat #fff;
}
#header #subNavi #subNavi_top {
	padding:2px 3px 0;
}
#header #subNavi #subNavi_bottom {
	padding:2px 3px 0;
}
#header #subNavi #subNavi_bottom #subNavi_left {
	float:left;
	width:106px;
}
#header #subNavi #subNavi_bottom #subNavi_right {
    float: right;
    width: 190px;
    text-align:center;
}
#header #subNavi #subNavi_bottom #subNavi_content {
	float:right;
	width:230px;
}
#header #subNavi #subNavi_top ul li {
	float:left;
	margin:0 3px 0 0;
	font-size:12px;
}
#header #subNavi #subNavi_top ul a {
	text-decoration:none;
}
#header #subNavi #subNavi_top ul a.icon {
	background:url("../img/icon_02.gif") 0 50% no-repeat;
	padding-left:16px;
	color:#313131;
}
#header #subNavi #subNavi_top ul a:hover.icon {
	background:url("../img/icon_01.gif") 0 50% no-repeat;
	color:#FF0000;
	padding-left:16px;
}
#header #subNavi #subNavi_top ul li.no1 {
	background:url("../img/icon_01.gif") 0 50% no-repeat;
	padding-left:16px;
	color:#FF0000;
}
#header #subNavi #subNavi_top ul li.no1 a:link {
	color:#FF0000;
}
#header #subNavi #subNavi_bottom ul {
	margin:0;
}
#header #subNavi #subNavi_bottom ul li {
	font-size:12px;
	text-align:left;
	list-style-position:outside;
	padding:0;
	height:16px;
}
#header #subNavi #subNavi_bottom ul li.no6 {
	background:url("../img/icon_04.gif") 0 4px no-repeat;
	padding-left:20px;
}
#header #subNavi #subNavi_bottom ul li.no6 a:link {
	color:#313131;
	text-decoration:none;
}
#header #subNavi #subNavi_bottom ul li.no6 a:hover {
	color:#FF0000;
}
#header #subNavi #subNavi_bottom ul li.no7 {
	background:url("../img/icon_03.gif") 0 4px no-repeat;
	padding-left:20px;
}
#header #subNavi #subNavi_bottom ul li a {
	text-decoration:none;
}
#header #subNavi #subNavi_bottom ul li.no7 a:link {
	color:#313131;
}
#header #subNavi #subNavi_bottom ul li.no7 a:hover {
	color:#FF0000;
}
#header #subNavi #subNavi_upload {
	width: 150px;
	height: 29px;
	margin:2px 0 0;
}
#header #subNavi #info {
	text-align:left;
}
#header #subNavi #info p.guest {
	margin:6px 0 0;
	text-align:left;
}
#header #subNavi #info p.guest a {
	text-decoration:none;
	color:#313131;
}
#header #subNavi #info p.guest a {
	text-decoration:none;
	color:#313131;
}
#header #subNavi #info p.member {
	line-height:1.3;
	font-size:12px;
	margin:2px 0 0;
	text-align:left;
}
/* ==========================
    1カラム
========================== */

body#OneColumn #content {
	margin: 0 auto;
	padding:1px 0 0 0;
	width:750px;
	text-align:left;
}
/* ==========================
    2カラム
========================== */

body#TwoColumn #content {
	float:right;
	width:750px;
	padding:1px 0 0 0;
	text-align:left;
}
/* トップページ */
body#TwoColumn #content #topicArea {
}
body#TwoColumn #content #topicArea #banner {
	width:523px;
	float:left;
}
body#TwoColumn #content #topicArea #topicLink {
	width:216px;
	margin-left:530px;
}
body#TwoColumn #content #topicArea #topicLink div {
	padding:0;
	font-weight: bold;
	width:216px;
	text-align:left;
}
body#TwoColumn #content #topicArea #topicLink div span {
	margin:0 0 0 54px;
}
body#TwoColumn #content #topicArea #topicLink div.page_price {
	background: url("../images/link_price.gif") no-repeat scroll 0 0 transparent;
	height:58px;
	line-height: 34px;
	margin:0 0 3px;
}
body#TwoColumn #content #topicArea #topicLink div.page_temp {
	background: url("../images/link_template.gif") no-repeat scroll 0 0 transparent;
	height:58px;
	line-height: 34px;
	margin:0 0 3px;
}
body#TwoColumn #content #topicArea #topicLink div.page_price a,
body#TwoColumn #content #topicArea #topicLink div.page_temp a {
	height:58px;
}
body#TwoColumn #content #topicArea #topicLink div img {
	display:block;
}
body#TwoColumn #content #topicArea #topicLink div a {
	color: #000000;
	display: block;
	text-decoration: none;
}
body#TwoColumn #content #topicArea #courseLink {
	width:216px;
	margin-left:530px;
	background-color:#fdfae3;
	text-align:center;
}
body#TwoColumn #content #topicArea #courseLink div {
	margin:2px auto;
}
body#TwoColumn #content .item-section .head {
	width:750px;
	height:52px;
	margin:0;
	padding:0;
}
body#TwoColumn #content .item-section .middle {
	margin:0;
	padding:0;
	text-align:center;
}
body#TwoColumn #content .item-section .middle table {
	width:720px;
	margin:0 auto;
}
body#TwoColumn #content .item-section .middle table td {
	padding:5px;
}
body#TwoColumn #content .item-section .middle table td.line {
	border-right:1px dotted #ccc;
}
body#TwoColumn #content .item-section .middle table td img {
	float:left;
}
body#TwoColumn #content .item-section .middle table td dl {
	text-align:left;
}
body#TwoColumn #content .item-section .middle table td dt {
	height:70px;
	margin-left:80px;
	font-weight:bold;
	line-height:1.4;
}
body#TwoColumn #content .item-section .middle table td dd {
	padding:8px 0 0;
	line-height:1.4;
	font-size:92%;
}
body#TwoColumn #content .item-section .middle table td dd span.mai {
	margin-right:5px;
}
body#TwoColumn #content .item-section .middle table td dd span.yen {
	font-weight:bold;
	color:red;
	padding-right:5px;
}
body#TwoColumn #content .item-section .bottom {
	height:23px;
	margin:0;
	padding:0;
}
body#TwoColumn #content .gre .head {
	background:url("../images/content_green_head.gif") no-repeat scroll 0 0 transparent;
}
body#TwoColumn #content .gre .middle {
	background:url("../images/content_green_back.gif") repeat-y scroll 0 0 transparent;
}
body#TwoColumn #content .gre .bottom {
	background:url("../images/content_green_bottom.gif") no-repeat scroll 0 0 transparent;
}
body#TwoColumn #content .ora .head {
	background:url("../images/content_orange_head.gif") no-repeat scroll 0 0 transparent;
}
body#TwoColumn #content .ora .middle {
	background:url("../images/content_orange_back.gif") repeat-y scroll 0 0 transparent;
}
body#TwoColumn #content .ora .bottom {
	background:url("../images/content_orange_bottom.gif") no-repeat scroll 0 0 transparent;
}
body#TwoColumn #content .ora .bottom {
	background:url("../images/content_orange_bottom.gif") no-repeat scroll 0 0 transparent;
}
body#TwoColumn #content #top_description {
	padding: 10px;
}
body#TwoColumn #content #top_description ul li {
	color: #666666;
	font-size: 77%;
	margin-left: 2em;
	text-indent: -2em;
}
body#TwoColumn #content dl.news dt {
	font-weight:bold;
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 7px transparent;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
}
body#TwoColumn #content dl.news dd {
	border-bottom: 1px dotted #B5B5B5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
/* ==========================
    ul
========================== */

ul.Listleft li {
	float:left;
}
ul.Listright li {
	float:right;
}
ol.Listleft li {
	float:left;
}
ol.Listright li {
	float:right;
}
#title02 {
	background: url("../images/product_title.gif") no-repeat scroll 0 center #fff;
	width:750px;
	height:25px;
	color:#fff;
	line-height:25px;
	margin-bottom:15px;
}
#title02 span {
	padding-left:10px;
	font-weight:bold;
}
div.title03 {
	border-bottom:2px solid #ccc;
	margin:0 0 15px;
	padding:0 0 4px;
	padding:0 0 8px 0px\9; /*IE8 and below */
	_padding:0 0 5px; /*IE6 */
}
div.title03 h2 {
	border-bottom:2px solid #2e66cb;
	margin:0;
	padding:0 0 6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	letter-spacing:2px;
	line-height:100%;
	display:inline;
}
div.title04 {
	background: url("../images/arrow-circle.gif") no-repeat scroll 0 5px transparent;
	padding: 0 0 0 22px;
	margin:0 0 10px;
	font-size:16px;
	font-weight:bold;
}
div.title04 span {
	color:#FF0000;
	margin:0 10px;
}
.iblue {
	background: url("../images/arrow-blue-right.gif") no-repeat scroll 0 5px transparent;
	padding: 0 0 0 16px;
	margin:0 6px 0 0;
}
.ichecklist {
	background: url("../images/icon_check.gif") no-repeat scroll 0 5px transparent;
	margin: 0 6px 0 0;
	padding: 2px 0 2px 20px;
}
.iquestion {
	background: url("../images/icon_question.gif") no-repeat scroll 0 5px transparent;
	margin: 0 6px 0 0;
	padding: 2px 0 2px 20px;
}
/* ==========================
		エラー
========================== */
div.error {
	border: 1px solid #EBCCD1;
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 30px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #F2DEDE;
	color: #A94442;
}
/* ==========================
    同意確認
========================== */
#checkBox {
	background-color:#EEEEEE;
	line-height: 2.0;
	margin-bottom: 30px;
	padding: 1em;
	text-align: center;
}
#checkBox input {
	vertical-align:middle;
}
#checkBox label {
	vertical-align:middle;
}
/* ==========================
    iframe
========================== */
iframe.term {
	border: 1px solid #CCCCCC;
	background-color:#FaFaFa;
}
/* ==========================
    ページング
========================== */

#pager {
	background-color: #F3F3F3;
	margin: 0 10px 30px;
	padding: 10px 6px;
	text-align:center;
}
#pager a {
	margin: 0 3px;
}
#pager a.back {
	border-right: 1px solid #000000;
	margin-right: 8px;
	padding-right: 8px;
}
#pager a.next {
	border-left: 1px solid #000000;
	margin-left: 8px;
	padding-left: 8px;
}
#pager span,
body#OneColumn #content #upload_Area #pager strong {
	color: #000000;
	font-weight: bold;
	margin: 0 5px;
}
/* 注文遷移用 */

#content #topicPath {
	background:#fcfae3;
	height:32px;
	line-height:32px;
	padding:0 15px;
	margin-bottom:15px;
}
#content #topicPath li {
	font-weight:bold;
	vertical-align:middle;
}
#content #topicPath .arrow {
	background: url("../images/topicpath.gif") no-repeat scroll 0 0 #fcfae3;
	padding:0 0 0 24px;
	margin:0 0 0 18px;
}
#content #topicPath .on {
	margin:#000;
}
#content #topicPath .off {
	color:#cbcabe;
}
#topicPath span.on01 {
	background: url("../images/icon_no1_on.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.on02 {
	background: url("../images/icon_no2_on.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.on03 {
	background: url("../images/icon_no3_on.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.on04 {
	background: url("../images/icon_no4_on.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.off01 {
	background: url("../images/icon_no1_off.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.off02 {
	background: url("../images/icon_no2_off.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.off03 {
	background: url("../images/icon_no3_off.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
#topicPath span.off04 {
	background: url("../images/icon_no4_off.gif") no-repeat scroll 0 center #fcfae3;
	padding-left:20px;
}
/* ==========================
    box
========================== */

.box10 {
	margin:10px;
}
.box15 {
	margin:15px;
}
.box50_100 {
	margin:50px 100px;
}
.gray_txt {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 30px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
}
.red_txt {
	border: 1px solid #EBCCD1;
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 30px;
	padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #F2DEDE;
	color: #A94442;
}
/* ==========================
    margin
========================== */
.p40 {
	padding:40px;
}
/* top */
.mt_m_30 {
	margin-top:-30px;
}
.m40 {
	margin:40px;
}
/* top */
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:5px;
}
/* bottom */
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_15 {
	margin-bottom:15px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_25 {
	margin-bottom:25px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_35 {
	margin-bottom:35px;
}
.mb_40 {
	margin-bottom:40px;
}
/* right */
.mr_5 {
	margin-right:5px;
}
.mr_10 {
	margin-right:10px;
}
.mr_15 {
	margin-right:15px;
}
.mr_20 {
	margin-right:20px;
}
.mr_25 {
	margin-right:25px;
}
.mr_30 {
	margin-right:30px;
}
.mr_35 {
	margin-right:35px;
}
.mr_40 {
	margin-right:40px;
}
/* ==========================
    table
========================== */

/* スタイル1 */

table .left {
	text-align:left;
}
table .center {
	text-align:center;
}
table .right {
	text-align:right;
}
table.table {
	width: 100%;
	margin:0 0 30px;
}
table.table th {
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 1em 2em;
	font-weight: bold;
}
table.table th p {
	color: #797979;
	font-size: 12px;
	font-weight: normal;
}
table.table td {
	border: 1px solid #CCCCCC;
	padding: 1em 2em;
}
table.table td input.required_bg {
	padding: 0.3em;
	vertical-align:middle;
	border-radius: 3px
}
table.table td input {
	border-radius: 3px;
	padding: 0.4em;
	border: 1px solid #ccc;
}
table.table td input.required_bg {
	background-color: rgb(235, 204, 209);
	border: 1px solid rgb(217, 83, 79);
}

/* 動物病院向けデザイン作成フォーム Style */
table.table td .appeal_title {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}
table.table.table-appeal {
	table-layout: fixed;
}
table.table.table-appeal th  {
	width: 50%;
}
table.table.table-appeal td {
	vertical-align: top;
	padding: 2em;
}
table.table.table-appeal dt,
table.table.table-appeal dd {
	padding: 0.5em 1em;
}
table.table.table-appeal dt {
	background-color: #d7d7cb;
	font-weight: bold;
}
table.table.table-appeal dd {
	background-color: #edede8;
	word-wrap: break-word;
	white-space: pre-wrap;
}
table.table.table-appeal dl + dl {
	margin: 1em 0 0;
}


/* スタイル1 */

table.gray {
	width: 100%;
}
table.gray th {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
	font-weight: bold;
}
table.gray td {
	border: 1px solid #CCCCCC;
	padding: 4px 8px;
	background:#FFFFFF;
}
/* スタイル2 */

table.blue {
	width: 100%;
}
table.blue tr.sys_line {
	background-color: #2E66CB;
	color: #FFFFFF;
}
table.blue tr.sys_even {
	background-color: #C2D4F3;
	color: #444444;
}
table.blue tr.sys_erorr {
	background-color: #FF3333;
	color: #FFFFFF;
}
table.blue tr.sys_odd {
	background-color: #DDE6F7;
}
table.blue th {
	border: 2px solid #FFFFFF;
	font-weight: bold;
	padding: 8px;
}
table.blue td {
	border: 2px solid #FFFFFF;
	padding: 8px;
}
table span.reiqured {
	color: #FF0000;
	font-size: 10px;
	margin: 0 3px;
}
table span.limitcol {
	color:#FF6600;
	font-size: 10px;
	margin: 0 3px;
}
table span.formcase {
	color: #666666;
	font-size: 10px;
	margin: 0 3px;
}
table span.total {
	font-weight:bold;
	color:#ff0000;
}
/* ==========================
    width
========================== */

.w10 {
	width:10px;
}
.w15 {
	width:15px;
}
.w20 {
	width:20px;
}
.w25 {
	width:25px;
}
.w30 {
	width:30px;
}
.w35 {
	width:35px;
}
.w40 {
	width:40px;
}
.w45 {
	width:45px;
}
.w50 {
	width:50px;
}
.w55 {
	width:55px;
}
.w60 {
	width:60px;
}
.w65 {
	width:65px;
}
.w70 {
	width:70px;
}
.w75 {
	width:75px;
}
.w80 {
	width:80px;
}
.w85 {
	width:85px;
}
.w90 {
	width:90px;
}
.w95 {
	width:95px;
}
.w100 {
	width:100px;
}
.w110 {
	width:110px;
}
.w120 {
	width:120px;
}
.w140 {
	width:140px;
}
.w160 {
	width:160px;
}
.w180 {
	width:180px;
}
.w200 {
	width:200px;
}
.w260 {
	width:260px;
}
/* ==========================
    align
========================== */

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
/* ==========================
    color
========================== */

span.red {
	color:#FF0000;
}
/* ==========================
    clearfix
========================== */
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
  * html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear:both;
}
/* ime-mode IE, Firefox3 */
.imeDisabled {
	ime-mode: disabled;
}
.imeActive {
	ime-mode: active;
}
.label {
	border-radius: 0.25em;
	color: #FFFFFF;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	margin-right:0.6em;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.label[href]:hover,
.label[href]:focus {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #428BCA;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071A9;
}
.label-success {
	background-color: #5CB85C;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449D44;
}
.label-info {
	background-color: #5BC0DE;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31B0D5;
}
.label-warning {
	background-color: #F0AD4E;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #EC971F;
}
.label-danger {
	background-color: #D9534F;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #C9302C;
}
table.design_inquiry_tel {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
table.design_inquiry_tel td {
	background-color: #f3f3f3;
	padding: 30px;
	border:1px solid #ccc;
}