@charset "utf-8";
/** Initial **/
* {
  box-sizing: border-box;
}
body {
  background-image: url("../images/back3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  color: #333333;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6em;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
	color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
a:hover img {
  opacity: 0.9;
}
table {
  border-collapse: collapse;
}
table th {
  font-weight: normal;
}
.wrap {
  width: 920px;
  margin: 0 auto;
}
/**** General ****/
.fr {
  float: right;
}
.fl {
  float: left;
}
.mrgt {
  margin-top: 15px;
  padding-left: 5px;
}
.mrgt02 {
  margin-top: 36px;
}
.mrgl {
  margin-left: 5px;
}
.mrgr {
  margin-right: 5px;
}
.red {
  color: #FF3399;
}
/**** Header ****/
header {
  overflow: hidden;
}
header nav {
  float: right;
  margin-top: 17px;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: block;
  position: relative;
}
header nav ul li a .mover {
  display: none;
  position: absolute;
  bottom: 15%;
  left: 47%;
}
header nav ul li a:hover .mover {
  display: block;
}
header nav ul li.active a .mover {
  display: block;
}
/**** Footer ****/
footer {
  background-image: url("../images/bg_footer.jpg");
  background-repeat: repeat-x;
  padding: 20px 0;
  text-align: center;
}
footer nav ul {
  overflow: hidden;
}
footer nav ul li {
  display: inline-block;
}
footer a {
  color: #333333;
  text-decoration: underline;
}
footer a :hover {
  opacity: 0.8;
}
footer p {
  margin-top: 10px;
}
/**** Content ****/
.content {
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 0 9px;
  background-color: #fff;
  overflow: hidden;
  /**** Aside ****/
  /**** Main ****/
}
.content aside {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content aside h2 {
  padding-left: 15px;
}
.content aside ul li {
  margin: 15px 0;
  padding-bottom: 5px;
  padding-left: 15px;
}
.content aside ul li:first-child {
  margin-top: 0;
}
.content .main {
  float: left;
  margin-top: 20px;
}

.detail .content .main .line{
	border:1px solid #ccc;
	height: 46px;
	border-collapse: collapse;
    font-size: 12px;
	//width:422px;
	padding-left:15px;
	margin-top:15px;
	border-left: 3px solid #66CC00 ;
	
}
aside .yume{
	border-bottom:1px solid #ccc;
}

/**** Index ****/
#top .menu ul {
  overflow: hidden;
}
#top .menu ul li {
  display: inline-block;
  float: left;
}
#top .main .news {
  margin-top: 10px;
}
#top .main .news li {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  font-weight:bold;
}
#top aside {
  border-left: 1px solid #cccccc;
}
#top aside ul li:nth-child(2) {
  border-bottom: 1px solid #ccc;
}


/**** Detail ****/
.main {
  width: 660px;
  /**** Building ****/
}
.main table.company {
  margin-top: 15px;
  margin-bottom: 20px;
}
.main table.company th {
  border: 1px solid #ccc;
  background-color: #F5F5F5;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  width: 20%;
}
.main table.company td {
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.main table.company tr:last-child img {
  margin-left: 40px;
}
.main .building {
  margin-top: 20px;
}
.main .building .row {
  overflow: hidden;
  margin-top: 20px;
}
.main .building .row .col {
  float: left;
  margin-left: 20px;
}
.main .building .row .col:first-child {
  margin-left: 0;
}

/**** Contact ****/
#contact .row{
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
	padding: 8px 5px;
}
#contact .row .col01{
	border-left: 3px solid #66cc00;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15.5px;
	float:left;
	width: 30%;
}
#contact .row .col02{
	float:left;
	width:70%;
	padding: 10px;
	border: 1px solid #ccc;
}
#contact .row .col02 input[type="text"],
#contact .row .col02 input[type="email"],
#contact .row .col02 textarea{
	width: 86%;
	height: 30px;
	border: 1px dotted #999;
	background: #F9F9F9;
}
#contact .copy .col02 input[type="text"],
#contact .copy .col02 input[type="email"]{
	width:40%;
}
#contact .copy .col01 {
	padding:25px;
}

#contact .select .col01{
	padding:26.5px;
}
#contact .select .col02 input[type="text"]{
	width:90%;
}

#contact .add .col01{
	padding: 25px;
}
#contact .row .pink{
	color:#FF3399;
}

#contact .add .adds{
	width:20%;
}
#contact .address .col01{
	padding: 15.4px;
	width:21%;
}
#contact .address .col02{
	width:79%;
}
#contact .address .col02 input[type="text"]{
	width:99%;
}

#contact .height .col02 textarea {
	height:115px;
	width:99%
}
#contact .height .col01{
	height:142px;
}
#contact .height .col01 p{
	margin-top:47px;
}

#contact .send{
	margin-top:30px;
	padding-bottom:30px;
	text-align:center;
	
	
}
#contact .send input{
	background-color:#e9e7e7;
	cursor: pointer;
	border: medium none;
	width: 67px;
	text-align:center;
}
#contact .main .reply{
	font-size:12px;
	padding-bottom:30px;
}
