@charset "utf-8";
	
/*--------------------------------------------
 
      お問い合わせ（index.html）
 
---------------------------------------------*/

h3.works{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.telcontact{
	box-shadow: 0 0 0 5px #eee inset;
	padding:5%;
	text-align:center;
	margin-bottom:50px;
}

.single{
	margin-bottom:30px;}
	
.cform{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:30px;
}

.cform td,
.cform th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2%;
	vertical-align:top;
}

.cform th span{	color:#F00;}
.cform th {
	background:#eee;}

.ondes {color: #999;}

#copyright{	display:none;}

@media screen and (min-width: 767px){   
  .brpc { display:inline !important; }
}

@media screen and (max-width: 767px){   
  .brpc { display:none !important; }
}