@charset "utf-8";
/* CSS Document */

.topicpath {
	position:absolute;
	top:280px;
	right:0;
	font-size:70%;
	}

/* aboutus
------------------------------------------------- */
.full_aboutus_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.aboutus_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/aboutus_title.png) no-repeat;
	background-position:center top;
	}

.full_aboutus_container {
	width:100%;
	height:auto;
	
	}
.aboutus_container_01 {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/about_title_01.png) no-repeat;
	background-position:center top;
	position:relative;
	}

.aboutus_container_description  {
	margin:0 auto 20px auto;
	text-align:center;
	font-size:90%;
	line-height:1.9em;
	}

.aboutus_container_02 {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/about_title_02.png) no-repeat;
	background-position:center top;
	position:relative;
	}



/* service
------------------------------------------------- */
.full_service_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.service_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/service_title.png) no-repeat;
	background-position:center top;
	}
.full_service_container {
	width:100%;
	height:auto;
	}

/*---ashiba---*/

.service_ashiba_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/ahiba_title.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.service_ashiba_text {
	text-align:center;
	padding:0 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	}

.service_ashiba_area  {
	background:url(../img/service_bg01.png) no-repeat;
	background-position:center top;
	}
	
	
.service_ashiba_description {
	float:left;
	width:630px;
	padding:80px 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	color:#FFF;
	
	}

	
	
	.service_ashiba_img {
	float:right;
	padding:80px 20px 30px 20px;
}



.service_area{
	overflow:hidden;
}

.service_area p{
	line-height:1.9em;
}

/*---paint---*/
.service_paint_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/paint_title.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.service_paint_text {
	text-align:center;
	padding:0 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	}

.service_paint_area  {
	background:url(../img/service_bg02.png) no-repeat;
	background-position:center top;
	}
.service_paint_description {
	float:left;
	width:630px;
	padding:80px 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	color:#FFF;
	}
.service_paint_img {
	float:right;
	padding:80px 20px 30px 20px;
	}

/*---reform---*/

.service_reform_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/reform_title.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.service_reform_text {
	text-align:center;
	padding:0 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	}

.service_reform_area  {
	background:url(../img/service_bg03.png) no-repeat;
	background-position:center top;
	}
.service_reform_description {
	float:left;
	width:630px;
	padding:80px 20px 30px 20px;
	font-size:90%;
	line-height:1.9em;
	color:#FFF;
	}
.service_reform_img {
	float:right;
	padding:80px 20px 30px 20px;
	}

/* works
------------------------------------------------- */
.full_works_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.works_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/works_title02.png) no-repeat;
	background-position:center top;
	}
.full_works_container {
	width:100%;
	height:auto;
	position:relative;
    }
.works_container {
	width:981px;
	margin:0 auto 85px auto;
	}
.works_title {
	background:url(../img/works_title.png) no-repeat;
	background-position:center;
	height:152px;
	margin-bottom:64px;
	position:relative;
	}
	
.works_category {
	width:200px;
	float:right;
	}
.works_category_title {
	margin:0 0 20px 0;
	padding:10px 10px 10px 10px;
	background:#000;
	width:180px;
	color:#FFFFFF;
	font-size:95%;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
	
	.ptt {
		padding:0 0 0 13px;
		margin:0 0 12px 0;
		line-height:1.2em;
		background:url(../img/pt_bl.png) no-repeat;
		background-position:0 6px;
		font-size:90%;
		}
	
.works_contents {
	width:760px;
	float:left;
	}

.pad {
	padding:0 10px 30px 10px;
	}

.works_box {
	width:760px;
	margin:0 0 50px 0;
	background:url(../img/arrow.png) no-repeat;
	background-position:center 130px;
	}
	
	
.works_box .pad{
	overflow:hidden;
}
.works_box .title {
	background:#000;
	width:740px;
	margin:0 0 20px 0;
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
	font-size:95%;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
.works_box .image_box {
	width:300px;
	height:225px;
	}
.works_box .image_box img {
	width:100%;
	height:auto;
	}
.works_box .comment {
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	line-height:1.8em;
	border-bottom:1px dashed #e4007f;
	font-size:90%;
	}
.works_box .date {
	text-align:right;
	font-size:80%;
	}

/* company
------------------------------------------------- */

.full_company_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.company_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/company_title.png) no-repeat;
	background-position:center top;
	}
.full_company_container {
	width:100%;
	height:auto;
	position:relative;
    }
.full_greeting_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/greeting_title.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.greeting_text {
	float:left;
	width:650px;
	font-size:95%;
	line-height:1.8em;
	}
.greeting_img {
	float:right;
	}
.company_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/company_title02.png) no-repeat;
	background-position:center top;
	position:relative;
	}

/*
----------------------------------------
 table 
----------------------------------------
*/
.table {
 	table-layout:fixed;
 	width:50%;
	border-collapse: collapse;
	margin:0 auto 20px 20px;
 }

.table th{
	width: 25%;
	padding: 10px;
 	line-height:1.3em;
	background-color:#000;
 	border: 1px solid #e1e1e1;
 	font-weight:100;
 	font-size:90%;
 	vertical-align:middle;
	color:#fff;
 }

.table td{
 	padding: 10px;
 	font-size:90%;
 	line-height:1.3em;
 	border: 1px solid #e1e1e1;
 	vertical-align:middle;
 }

.table td.submit {
 text-align:center;
 }


/*
----------------------------------------
 table_s
----------------------------------------
*/
.table_s{
 	table-layout:fixed;
 	width:95%;
	border-collapse: collapse;
	margin:0 auto 20px 20px;
 }

.table_s th{
	width: 25%;
	padding: 10px;
 	line-height:1.3em;
	background-color:#000;
 	border: 1px solid #e1e1e1;
 	font-weight:100;
 	font-size:90%;
 	vertical-align:middle;
	color:#fff;
 }

.table_s td{
 	padding: 10px;
 	font-size:90%;
 	line-height:1.3em;
 	border: 1px solid #e1e1e1;
 	vertical-align:middle;
 }

.table_s td.submit {
 text-align:center;
 }


	
/* recruit
------------------------------------------------- */

.full_recruit_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.recruit_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/recruit_title.png) no-repeat;
	background-position:center top;
	}
.full_recruit_container {
	width:100%;
	height:auto;
	position:relative;
    }
	
.recruit_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/recruit_title02.png) no-repeat;
	background-position:center top;
	position:relative;
	}

.recruit_text {
	margin:0 auto 20px 20px;
	}

	


/* news
------------------------------------------------- */
.full_news_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.news_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/news_title.png) no-repeat;
	background-position:center top;
	}
.full_news_container {
	width:100%;
	height:auto;
	position:relative;
    }
.news_container {
	width:981px;
	margin:0 auto 85px auto;
	}
.news_title {
	background:url(../img/works_title.png) no-repeat;
	background-position:center;
	height:152px;
	margin-bottom:64px;
	position:relative;
	}
	
.news_category {
	width:200px;
	float:right;
	}
.news_category_title {
	margin:0 0 20px 0;
	padding:10px 10px 10px 10px;
	background:#000;
	width:180px;
	color:#FFFFFF;
	font-size:95%;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
	
	.ptt {
		padding:0 0 0 13px;
		margin:0 0 12px 0;
		line-height:1.2em;
		background:url(../img/pt_bl.png) no-repeat;
		background-position:0 6px;
		font-size:90%;
		}
	
.news_contents {
	width:760px;
	float:left;
	}

.pad {
	padding:0 10px 30px 10px;
	}

.news_box_container {
	width:760px;
	margin:0 0 50px 0;
	background:url(../img/arrow.png) no-repeat;
	background-position:center 130px;
	}
.news_box .title {
	background:#000;
	width:740px;
	margin:0 0 20px 0;
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
	font-size:95%;
	border-radius: 3px;  
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	}
.news_box .image_box {
	width:300px;
	height:225px;
	}
.news_box .comment {
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	line-height:1.8em;
	border-bottom:1px dashed #e4007f;
	font-size:90%;
	}
.news_box .date {
	text-align:right;
	font-size:80%;
	}




/*---------------------detail---------------*/


.styled-title01{

    background: #000;
    width: 740px;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 95%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.post-info-item-date{
	text-align:right;
}


time{
	text-align:right;
    font-weight: bold;
    color: #e4007f;
}



article .comment {
    margin: 10px 0 30px 0;
    padding: 10px 0 30px 0;
    line-height: 1.8em;
    border-bottom: 1px dashed #e4007f;
    font-size: 90%;
}

article .comment p{line-height: 1.8em;}

.prev-next-post {
    text-align: center;
    height: 20px;
    margin: 0 auto 0 auto;
    margin: 0 0 50px 0;
}

.prev-next-post div {
    display: inline;
    margin: 0 2px 0 0;
}

.back-list {
    display: inline-block;
    padding: 5px 5px;
	margin:0 10px;
    background-color: #e4007f;
    color: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;font-size: 90%;
}
.back-list a{ color: #FFF;}





article .pad{
	overflow:hidden;
    width: 760px;
    margin: 30px 0 30px;
    background: url(../img/arrow.png) no-repeat;
    background-position: center 100px;
}










/* contact
------------------------------------------------- */
.full_contact_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.contact_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/contact_title.png) no-repeat;
	background-position:center top;
	}
.full_contact_container {
	width:100%;
	height:auto;
	position:relative;
    }
	
.contact_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/contact_title02.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.contact_text {
	margin:0 auto 20px 10px;
	line-height:1.6em;
	}
.contact_container .call {
	margin:0 0 30px 0;
	padding:10px;
	background:#e4007f;
	color:#FFF;
	line-height:1em;
	text-align:center;
	font-size:300%;
	font-weight:bold;
	}
.contact_container .call span {
	font-size:50%;
	}

textarea.inq_message {
	width:95%;
	height:200px;
	}

.entButn {
	width:100px;
	height:2.0em;
	
	}
.entButn:hover {
	background:#666;
	color:#FFF;
	}



/* privacy
------------------------------------------------- */
.full_privacy_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.privacy_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/privacy_title.png) no-repeat;
	background-position:center top;
	}
.full_privacy_container {
	width:100%;
	height:auto;
	position:relative;
    }
.privacy_container {
	width:981px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/privacy_title02.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.privacy_text {
	margin:0 auto 40px 10px;
	line-height:1.6em;
	}
.privacy_text strong {
	border-left:#e4007f solid 10px;
	padding:1px 5px 1px 5px;
	line-height:1.6em;
	}	


/* sitemap
------------------------------------------------- */
.full_sitemap_title_container {
	width:100%;
	background:#000;
	margin:0 auto 80px auto;
	}
.sitemap_title_container {
	width:100%;
	height:167px;
	overflow:hidden;
	background:url(../img/sitemap_title.png) no-repeat;
	background-position:center top;
	}
.full_sitemap_container {
	width:100%;
	height:auto;
	position:relative;
    }
.sitemap_container {
	width:980px;
	margin:0 auto 90px auto;
	padding:83px 0 0 0;
	background:url(../img/sitemap_title02.png) no-repeat;
	background-position:center top;
	position:relative;
	}
.sitemap_text {
	margin:0 auto 20px 10px;
	line-height:1.6em;
	}
	.pt01 {
		background:url(../img/pt.png) no-repeat;
		background-position:0 5px;
		padding:0 0 0 15px;
		}
	