@charset "UTF-8";
/*------------------------------------------------*/
/*
		inquiry.css | built 2017/08/15
*/
/*------------------------------------------------*/

/*--------------------------------------------*//*main pic*/

.navbar-default {
  background-color: rgba( 255, 255, 255, 0.7 );
  border-color: rgb( 170, 170, 170);
}

h1 {
	font-size: 220%;
	color: #FFF;
	font-weight: bold;
}

.main-moji01 {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.main-moji02 {
	font-size: 160%;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.inquiry.special {
  position: relative;
  min-height: 450px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  background-color: #FFF;
  background-image: url("../inquiry/images/mainpic.png");
  background-repeat: no-repeat;
  background-position: center;
  /*-webkit-background-size: 100% 100%;
          background-size: 100%;*/
}

.inquiry-back {
	padding: 10px;
	background-color: rgba( 210, 210, 210, 0.8 ); 
}

.comment01 {
	font-size: 130%;
	color: #6b1616;
	font-weight: bold;
}

.comment02 {
	font-size: 110%;
	color: #363636;
}

.contbg {
	background-image: url("../images/bg.png");
}

h4 {
	font-weight: bold;
}

.text-position {
    text-align: right;
}

.attention {
	margin-top: -30px;
	font-size: 100%;
	color: brown;
}

.panel-heading a:link, a:visited, a:hover {color:#000000;}

/*--------------------------------------------*//*main pic end*/
