@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";
#mainPhoto{
	display: none;
}
#main{
	background: url(../../img/toppage/mainPh.png) no-repeat top;
	padding: 575px 15px 0 15px;
}
#main .subtitle{
	margin: 0 0 20px 0;
}
#main .subtitle img{
	max-width: 100%;
	width: auto;
	height: auto;
}
@media screen and (max-width: 979px) {
/*tablet*/
#mainPhoto{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#mainPhoto img{
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#main{
	background: none;
	padding: 15px;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}


/*----------------------------------------------------------------------*/
.frameWork{
	width: 450px;
	float: left;
}
.frameWork ul{
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.frameWork li{
	width: 49.5%;
	padding: 5px;
	border: 1px solid #FFF;
	background: url(../../img/common/bg.png) repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	display: table;
}
.frameWork li:hover{
	border: 1px solid #039;
}

.frameWork li .photo{
	display: table-cell;
	vertical-align: top;
	width: 80px;
	padding: 0 5px 0 0;
}
.frameWork li .photo img{
	max-width: 80px;
	height: auto;
}

.frameWork li .details{
	display: table-cell;
	vertical-align: top;
}

.frameWork li .details h2{
	font-size: 1.4rem;
	font-weight: bold;
	color: #039;
	border-bottom: 1px solid #039;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
}
.frameWork li .details h2 a{
	color: #039;
	text-decoration: none;
	display: block;
	background: url(../../img/common/ar_black_s.png) no-repeat right center;
}

.frameWork li .details .cmt{}

@media screen and (max-width: 979px) {
/*tablet*/
.frameWork{
	width: 100%;
	float: none;
	display: block;
	margin: 0 0 20px 0;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
.frameWork li{
	width: 98%;
}

}
@media screen and (max-width: 480px){
}


/*----------------------------------------------------------------------*/
.frameAbout{
	width: 475px;
	float: right;
}
.frameAbout table{
	width: 100%;
	margin: 0 auto 10px auto;
	border-collapse:collapse;
	border: 0;
}

.frameAbout th{
	padding: 5px;
	width: 120px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.frameAbout td{
	padding: 5px;
	border-bottom: 1px solid #000;
}

.frameAbout .map{
	width: 475px;
	height: 230px;
}


.frameArea{
	margin: 25px 0 0 0;
}

.frameArea .body{
	background: url(../../img/common/bg.png) repeat;
	border: 1px solid #FFF;
	padding: 15px;
}
@media screen and (max-width: 979px) {
/*tablet*/
.frameAbout{
	width: 100%;
	float: none;
	display: block;
	margin: 20px 0 0 0;
}

}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
table{
	display: block;
	width: 99%;
	border: 0 !important;
}
table caption{
	display: block;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 0;
	width: 100%;
}
table th,
table td{
	display: list-item;
	width: 99%;
	padding: 9px 0 !important;
	display: block;
}
table th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 99% !important;
	display: block;
}
table td{
	margin-left: 0;
	padding: 5px 0 !important;
	width: 99%;
	list-style-type: none;
	border: 0 !important;
}

}
@media screen and (max-width: 480px){
}


