@charset "UTF-8";
html{
	font-size:62.5%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
	font-weight: normal;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
h1,h1 a {
font-size:26px;
font-size:2.6rem;
}
h2,h2 a {
font-size:20px;
font-size:2.0rem;
}
h3 {
font-size:18px;
font-size:1.8rem;
}
h4,h5 {
font-size:16px;
font-size:1.6rem;
}
p,dl,a,ul,table,dt,dt a {
font-size:15px;
font-size:1.5rem;
}
a {
	text-decoration: none;
	color: rgba(78,149,253,1);
	cursor: pointer;
	transition-duration: 0.4s;
}
a:hover{
	color:rgba(0,0,0,1);
	text-decoration: none;
}
ul,p,tr,td,table{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color: #0f0f0f;
}
p{
	line-height: 1.8;
	color: #666;
}
li,dd{
	list-style:none;
	margin: 0;
	padding: 0;
	color: #666;
}
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.no-border{
	border: 0px!important;
}
main{
	display: block;
	transition-duration: 0.4s;
}
span.ib{
	display: inline-block;
}
.attention:before{
	content: "※";
}
.upper-1200,.upper-1024,.upper-767{
	display: block;
}
.under-1200,.under-1024,.under-767{
	display: none;
}
.flex-box{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-content: space-around; /* Safari */
	align-content:         space-around;
}
.flex-box-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.flex-box-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.flex-box-center{-webkit-justify-content: center;justify-content:center;}
.flex-align-center{-webkit-align-items: center;align-items:center;}
.flex-align-end{-webkit-align-items: flex-end;align-items:flex-end;}
.gray{
	color: rgba(58,58,58,1);
}
.blue{
	color: rgba(78,149,253,1);
}
.blue-bold{
	color: rgba(78,149,253,1);
	font-weight: bold;
}
.max-img{
	width: 100%;
	height: auto;
}
body{
	font-size:10px;
	font-size:1.0rem;
	font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	width:100%;
	line-height:1.6;
	background-color: #fff;
}
div#container{
	width: 100%;
	margin: 0 auto;
}
#wrapper{
	flex: 1 1 auto;
	margin: 0 auto;
	position: relative;
	padding: 0;
	padding-left: 250px;
	width: 100%;
	padding-right: 00px;
	/*background: rgba(0, 0, 0, 0) url("images/bg.png") repeat top center ;*/
}
div.go-top-btn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	display: none;
}
/*--------------------------------------header-------------------------------------*/
header#top-header{
	width: 250px;
	position: relative;
	height: 100%;
}
header#top-header div.header-fixed{
	position: fixed;
	top:0;
	left: 0;
	width: 250px;
	height: 100%;
	padding: 0 30px;
	z-index: 999;
	transition-duration: 0.4s;
	background-color: rgba(58,58,58,1);
}
header#top-header div.header-fixed h1{
	position: absolute;
	top:90px;
	left:30px;
	width: 386px;
}
header#top-header div.header-fixed div.menu-area{
	margin-top: 190px;
}
header#top-header div.header-fixed div.menu-area h2{
	color: #fff;
	font-size:16px;
	font-size:1.6rem;
	font-weight: bold;
}

header#top-header div.header-fixed div.menu-area nav.global-nav{
	margin-top: 150px;
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li{
	margin-bottom: 30px;
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li a{
	display: block;
	font-weight: bold;
	line-height: 1.4;
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li a.menu-ja{
	color: rgba(78,149,253,1);
	font-size:20px;
	font-size:2.0rem;
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li a.menu-ja:hover{
	color: rgba(255,255,255,1);
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li a.menu-en{
	color: rgba(255,255,255,1);
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li a.menu-en:hover{
	color: rgba(78,149,253,1);
}
header#top-header div.header-fixed div.menu-area nav.global-nav ul li.tel-list p{
	color: rgba(255,255,255,1);
}
aside#show-button-aside{
	position: fixed;
	color: #fff;
	text-align: center;
	width: 200px;
	height: 32px;
	background-color: rgba(58,58,58,1);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	top:400px;
	left:-118px;
	z-index: 6;
	-moz-transform:    rotate( 90deg );  /* Firefox用 */
	-webkit-transform: rotate( 90deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 90deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 90deg );  /* IE9用 */
	transform:         rotate( 90deg );  /* CSS3の書き方 */
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
aside#show-button-aside p{
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
div.smart-phone-top{
	height: 50px;
	background-color: #3A3A3A;
	width: 100%;
}
div.smart-phone-top img{
	height: 28px;
	vertical-align: bottom;
	margin:12px 0px 10px 20px;
	width: auto;
}
/*----------------------------------フッター--------------------------------------------------------------------*/
footer{
	background-color: rgba(36,106,209,1);
}
footer section.footer-box{
	padding: 0 ;
}
footer section.footer-box section.footer-nav{
	padding: 20px 30px;
	flex:1 1 auto;
}
footer section.footer-box section.footer-nav nav.footer-nav-list ul{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:         flex-end;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
footer section.footer-box section.footer-nav nav.footer-nav-list li{
	margin-left: 20px;
}
footer section.footer-box section.footer-nav nav.footer-nav-list li a{
	color: #fff;
	font-weight: bold;
}
footer section.footer-box section.footer-nav nav.footer-nav-list li a:hover{
	color: rgba(78,149,253,1);
}
footer section.footer-box section.footer-nav h2{
	color: #fff;
	font-weight: bold;
}footer section.footer-box section.footer-nav p{
	color: #fff;
	font-weight: bold;
}
footer section.footer-box section.footer-contact{
	padding: 20px 0;
	width: 330px;
	background-color: #3a3a3a;
}
footer section.footer-box section.footer-contact h2{
	text-align: center;
	color: #fff;
	font-weight: bold;
}

footer section.footer-box section.footer-contact div.mail-img{
	width: 20%;
	height: auto;
	margin: 10px auto;
}
footer section.footer-box section.footer-contact div.tel-list p{
	width: 100%;
	text-align: center;
	color: #fff;
}
footer p#copyrights{
	color: #fff;
	text-align: center;
	background-color: #000;
	padding: 6px;
}
footer p.to-the-top a{
	color: #fff;
}

/*--------------------------------共通-------------------------------*/
section.common-section{
	margin: 70px auto 0;
	width: 95%;
}
section.common-section h2{
	color: rgba(36,106,209,1);
	font-weight: bold;
	text-align: center;
	font-size:28px;
	font-size:2.8rem;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(78,149,253,1);
}
p.center-text{
	text-align: center;
}

ul.two-photo-box li{
	flex: 0 1 auto;
	min-width: 385px;
	padding: 20px;
	width: 50%;
}
ul.three-photo-box{
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(78,149,253,.3);
}
ul.three-photo-box li{
	flex: 0 1 auto;
	min-width: 385px;
	padding: 20px;
	width: 33.33333%;
}
ul.three-photo-box li img{
	border: 1px solid rgba(78,149,253,1);
	padding: 3px;
}
ul.three-photo-box li a{
	display: block;
	text-align: center;
	font-weight: bold;
}
p.more-box{
	text-align: right;
}
p.more-box a{
	padding: 4px 30px;
	color: #fff;
	background-color: #999;
	display: inline!important;
}
p.more-box a:hover{
	background-color: #3a3a3a;
}
/*----------------------------------------------------トップページ-------------------------------------------------*/
ul.dairiten-box{
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(78,149,253,.3);
}
ul.dairiten-box li{
	padding: 4px 0px;
	color: #fff;
	background-color: rgba(78,149,253,1);
	text-align: center;
	width: 300px;
	margin: 10px 20px;
}
ul.photo-menu-list {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
ul.photo-menu-list li{
	position: relative;
	padding: 10px;
	min-width: 385px;
	height: auto;
}
ul.photo-menu-list li img{
	vertical-align: bottom;
}
ul.photo-menu-list li div.photo-menu-box{
	position: absolute;
	top:0;
	left: 0;
	-webkit-align-items: flex-end; /* Safari */
	align-items:         flex-end;
	width: 100%;
	height: 100%;
	background-color: rgba(78,149,253,.5);
	border:10px solid #fff;
}
ul.photo-menu-list li div.photo-menu-box article{
	width: 100%;
	text-align: right;
	padding: 10px 20px;
}
ul.photo-menu-list li div.photo-menu-box article h3 a{
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
	color: #fff;
}
ul.photo-menu-list li div.photo-menu-box article h3 a:hover{
	color: rgba(78,149,253,1);
}
ul.photo-menu-list li div.photo-menu-box article p a{
	font-weight: bold;
	color: #fff;
}
ul.photo-menu-list li div.photo-menu-box article p a:hover{
	color: rgba(78,149,253,1);
}
/*------------------------------------サブページ共通----------------------------------*/
section.subpage-title{
	position: relative;
}
section.subpage-title div.subtitle-img-box{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
section.subpage-title div.subtitle-img-box img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
section.subpage-title div.subpage-title-text{
	position: absolute;
	width: 100%;
	height: 250px;
	right: 0;
	left:0;
	top:0;
	bottom:0;
	z-index: 5;
	text-align: right;
	padding: 20px;
	background-color: rgba(78,149,253,.7);
}
section.subpage-title div.subpage-title-text div.subpage-title-text-box{
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}
section.subpage-title div.subpage-title-text article{
	text-align: center;
	width: 100%;
	position: relative;
}
section.subpage-title div.subpage-title-text article h2{
	color: #fff;
	line-height: 1.5;
	padding: 28px 20px 20px;
	border: 1px solid #fff;
	font-size:30px;
	font-size:3.0rem;
	position: relative;
}
section.subpage-title div.subpage-title-text article h2:after{
	position: absolute;
	top:8px;
	right:8px;
	border: 1px solid #fff;
	content: "";
	width: 100%;
	height: 100%;
}
section.subpage-title div.subpage-title-text article h1{
	margin-bottom: 4px;
	position: absolute;
	right: 0;
	top:-35px;
	border: 1px solid #fff;
	padding: 6px 20px;
	color: #fff;
	line-height: 1.0;
	font-weight: bold;
	font-size:22px;
	font-size:2.2rem;
}
section.child-section{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(78, 149, 253, 0.3);
	width: 90%;
}
p.subpage-explain{
	margin: 20px 0;
}
section.point-box{
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 75px;
}
section.point-box p{
	color: rgba(78, 149, 253, 1);
	line-height: 1.5;
	padding: 28px 20px 20px;
	border: 1px solid rgba(78, 149, 253, 1);
	font-size:18px;
	font-size:1.8rem;
	position: relative;
}
section.point-box p:after{
	position: absolute;
	top:8px;
	left:8px;
	border: 1px solid rgba(78, 149, 253, 1);
	content: "";
	width: 100%;
	height: 100%;
}
section.point-box h4{
	margin-bottom: 4px;
	position: absolute;
	left: 0;
	top:-33px;
	border: 1px solid rgba(78, 149, 253, 1);
	padding: 6px 40px;
	color: #fff;
	line-height: 1.0;
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
	background-color: rgba(78, 149, 253, 1);
}
/*---------------------------------サービス----------------------------*/
section.service-photo-box{
	height: 400px;
}
section.service-photo-box section.service-photo1{
	width: 40%;
	height: 400px;
	padding: 10px;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo1-divide{
	width: 40%;
	height: 400px;
}
section.service-photo-box section.service-photo1-divide div.service-photo1-1{
	height: 100%;
	width: 50%;
	padding: 10px;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo2{
	width: 35%;
	height: 400px;
	padding: 10px;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo2-divide{
	width: 35%;
	height: 400px;
}
section.service-photo-box section.service-photo2-divide div.service-photo2-1{
	height: 40%;
	padding: 10px;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo2-divide div.service-photo2-2{
	height: 60%;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo3{
	width: 25%;
	height: 400px;
}
section.service-photo-box section.service-photo3 div.service-photo3-1{
	height: 60%;
	padding: 10px;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box section.service-photo3 div.service-photo3-2{
	height: 40%;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
section.service-photo-box img{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
ul.service-type-list li{
	width: 25%;
	padding: 2px 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(78, 149, 253, 1);
	border: 5px solid #fff;
}
h3.service-subtitle{
	margin: 20px 0 10px;
}
ul.our-service-list{
	margin-bottom: 20px;
}
ul.our-service-list li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 10px;
}
section.service-contact-box{
	width: 50%;
	padding: 8px 20px;
	text-align: center;
	background-color: rgba(78, 149, 253, 1);
	margin: 0 auto;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	transition-duration:0.4s;
}
section.service-contact-box:hover{
	box-shadow: 2px 2px 8px rgba(0,0,0,.6);
}
section.service-contact-box a{
	color: #fff;
	text-decoration: underline;
}
section.service-contact-box a:hover{
	color: #666;
}
/*--------------------------------------------会社概要ページ-----------------------------------*/
article.company-box div.company-text{
	flex: 1 0 0;
	padding: 20px;
	min-width: 200px;
}
article.company-box div.company-photo{
	width: 300px;
	padding: 20px;
}
article.company-box div.company-text h3{
	font-weight: bold;
	color: rgba(78, 149, 253, 1);
	font-size:22px;
	font-size:2.2rem;
	margin-bottom: 10px;
}
article.company-box div.company-text h4{
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	margin-bottom: 10px;
	color: rgb(58, 58, 58);
}
dl.company-list{
	padding: 20px;
}
dl.company-list dt{
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
dl.company-list dd{
	padding-left: 14em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted rgba(78, 149, 253, .3);
}
dl.company-list dd.no-border{
	margin-bottom: 0;
	padding-bottom: 2px;
}
/*-----------------------------------施工実例-------------------------------------*/
ul.work-list{
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
}
ul.work-list li{
	padding: 20px 50px;
	width: 33.33333%;
	position: relative;
}
ul.work-list li div.after-photo-box{
	width: 100%;
	padding-right: 40px;
}
ul.work-list li div.after-photo-box p{
	color: rgba(78, 149, 253, 1);
	font-size:24px;
	font-size:2.4rem;
	font-weight: bold;
}
ul.work-list li div.before-photo-box{
	width: 40%;
	position: absolute;
	right: 0;
	top:0;
	border:2px solid #fff;
}
ul.work-list li div.before-photo-box img{
	vertical-align: bottom;
}
ul.work-list li div.before-photo-box p{
	font-weight: bold;
}
ul.work-no-devide{
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
}
ul.work-no-devide li{
	padding: 20px;
	width: 25%;
}
ul.work-no-devide li img{
	border: 1px solid rgba(78,149,253,1);
	padding: 3px;
}
article.work-before-after img{
	border: 1px solid rgba(78,149,253,1);
	padding: 3px;
}
article.work-before-after div{
	width: 50%;
}
article.work-before-after div.before-our-work{
	padding-right: 60px;
	position: relative;
}
article.work-before-after div.before-our-work:after{
	content: url(images/work/arrow.png);
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -40px;
}
article.work-before-after div h5{
	font-weight: bold;
	padding-left: 20px;
}
article.work-before-after div.after-our-work h5{
	color: rgba(78,149,253,1);
	font-size:24px;
	font-size:2.4rem;
}
article.work-before-after div ul li{
	width: 50%;
	padding: 10px 20px;
}
article.work-before-after div ul li img{
	vertical-align: bottom;
}
h3.work-before-after-title{

}
h3.work-before-after-title{
	color: rgba(78, 149, 253, 1);
	line-height: 1.5;
	padding: 14px 30px 10px;
	border: 1px solid rgba(78, 149, 253, 1);
	font-size:18px;
	font-size:1.8rem;
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 20px;
}
h3.work-before-after-title:after{
	position: absolute;
	top:8px;
	left:8px;
	border: 1px solid rgba(78, 149, 253, 1);
	content: "";
	width: 100%;
	height: 100%;
}
.border-dotted{
	border-bottom: 1px dotted rgba(78, 149, 253, .5);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
/*-----------------------------slide show----------------------------*/

ul#shisetu-image{
	width: 100%;
}
ul#shisetu-image li{
	width: 100%;
	position: relative;
}
li div.slide-explain{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	left:0;
	top:0;
	bottom:0;
	z-index: 5;
	text-align: right;
	padding: 20px;
	background-color: rgba(78,149,253,.7);
}
li div.slide-explain div.slide-text-box{
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	height: 100%;
	width: 80%;
	margin: 0 auto;
}
li div.slide-explain article{
	text-align: center;
	width: 100%;
	position: relative;
}
li div.slide-explain article p{
	color: #fff;
	line-height: 1.5;
	padding: 40px;
	border: 1px solid #fff;
	font-size:40px;
	font-size:4.0rem;
	position: relative;
}
li div.slide-explain article p:after{
	position: absolute;
	top:8px;
	left:8px;
	border: 1px solid #fff;
	content: "";
	width: 100%;
	height: 100%;
}
li div.slide-explain article h2{
	margin-bottom: 4px;
	position: absolute;
	left: 0;
	top:-37px;
	border: 1px solid #fff;
	padding: 2px 16px;
}
li div.slide-explain article h2 a{
	color: #fff;
	line-height: 1.0;
	font-weight: bold;
}
li div.slide-explain a:hover{
	box-shadow: 0px 0px 0px rgba(0,0,0,.6);
}
section.top-slide-show{
	position: relative;
}
section.top-slide-show .slick-next{
	right: 20px;
}
section.top-slide-show .slick-next:before{
	content: "";
}
section.top-slide-show .slick-prev{
	left: 20px;
}
section.top-slide-show .slick-prev:before{
	content: "";
}
button.slick-prev, button.slick-next {
	z-index:2;
}
.slick-prev, .slick-next {
	width:28px; /* 画像幅 */
	height:33px /* 画像高さ */
}

/*-----------------------------------table---------------------------------------*/

table.common-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}
table.common-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.common-table a:active,
table.common-table a:hover {
	color: rgba(0, 153, 68, 1);
	text-decoration:underline;
}
table.common-table {
	color:#666;
	font-size:15px;
	font-size:1.5rem;
	/*text-shadow: 1px 1px 0px #fff;*/
	background:#eaebec;
	/*border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/

	/*-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;*/
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	margin-bottom: 40px;
}
table.common-table caption{
	text-align: left;
}
table.common-table th {
	padding:10px;
	/*border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;*/
	width: 150px;

	background: #ededed;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
}
table.common-table th:first-child {
	text-align: left;
	padding-left:20px;
}
table.common-table tr:first-child th:first-child {
	/*-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;*/
}
table.common-table tr:first-child th:last-child {
	/*-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;*/
}
table.common-table tr {
	text-align: left;
	padding-left:20px;
}
table.common-table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.common-table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	font-size:15px;
	font-size:1.5rem;

	background: #fafafa;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
	word-break: break-all;
}
table.common-table tr.even td {
	background: #f6f6f6;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
}
table.common-table tr:last-child td {
	border-bottom:0;
}
table.common-table tr:last-child td:first-child {
	/*-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;*/
}
table.common-table tr:last-child td:last-child {
	/*-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;*/
}
table.common-table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
table.common-table td p {
	color:#666;
}

/*-------------------------------1500px以下---------------------------------------------*/
@media screen and (max-width: 1500px) {
	ul.work-no-devide li{
		width: 50%;
	}
	article.work-before-after div ul li{
		width: 100%;
		padding: 10px;
	}
	article.work-before-after div.before-our-work{
		padding-right: 30px;
	}
	article.work-before-after div.before-our-work:after{
		right: 0;
	}
}
/*-------------------------------1200px以下---------------------------------------------*/
@media screen and (max-width: 1200px) {
	.upper-1200{
		display: none;
	}
	.under-1200{
		display: block;
	}
	#wrapper{
		padding-left: 0px;
	}
	header#top-header div.header-fixed{
		left: -416px;
	}
	aside#show-button-aside{
		left: -84px;
	}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.upper-1024{
		display: none;
	}
	.under-1024{
		display: block;
	}
	ul.work-list li{
		width: 50%;
	}
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	.under-767{
		display: block;
	}
	li div.slide-explain article p{
		font-size:28px;
		font-size:2.8rem;
	}
	footer section.footer-box section.footer-contact{
		width: 100%;
	}
	footer section.footer-box section.footer-contact div.mail-img{
		width: 10%;
	}
	textarea{
		width: 100%;
	}
	input[type='text']{
		width: 100%;
	}
	ul.service-type-list li{
		width: 50%;
	}
	ul.work-no-devide li{
		width: 50%;
	}
	article.work-before-after div ul li{
		width: 100%;
		padding: 10px;
	}
	article.work-before-after div.before-our-work{
		padding-right: 30px;
	}
	article.work-before-after div.before-our-work:after{
		right: 0;
	}
	dl.company-list dt{
		float: none;
		margin-bottom: 0;
		padding-bottom: 2px;
	}
	dl.company-list dd{
		padding-left: 0;
	}
	section.child-section{
		width: 80%;
	}
	section.service-contact-box{
		width: 80%;
	}
}
/*--------------------------------650x以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {
	li div.slide-explain article p{
		font-size:20px;
		font-size:2.0rem;
	}
	ul#shisetu-image li{
		height: 400px;
	}
	ul#shisetu-image li img{
		width: auto;
		height: 400px;
	}
	section.common-section h2{
		font-size:24px;
		font-size:2.4rem;
	}
	ul.work-list li{
		width: 100%;
	}
	section.service-photo-box{
		height: auto;
	}
	section.service-photo-box section.service-photo1{
		width: 50%;
		height: 250px;
	}
	section.service-photo-box section.service-photo1-divide{
		width: 50%;
		height: 250px;
	}
	section.service-photo-box section.service-photo2{
		width: 50%;
		height: 250px;
	}
	section.service-photo-box section.service-photo2-divide{
		width: 50%;
		height: 250px;
	}
	section.service-photo-box section.service-photo3{
		width: 50%;
		height: 250px;
	}
	ul.service-type-list li{
		width: 100%;
	}
	header#top-header div.header-fixed h1{
		width: 300px;
	}
	header#top-header div.header-fixed div.menu-area nav.global-nav{
		margin-top: 20px;
	}
	header#top-header div.header-fixed h1{
		top:40px;
	}
	header#top-header div.header-fixed div.menu-area{
		margin-top: 120px;
	}
	ul.work-no-devide li{
		width: 100%;
		padding-bottom: 0px;
		padding-top: 10px;
	}
	section.child-section{
		padding-left: 20px;
	}
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {

}
