@charset "utf-8";
/* CSS Document */

/* common */

body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	}
	
a {
	text-decoration: none;
	}
	
p {
	line-height: 1.8;
	}
	
ul {
	list-style:none;
}

.clear-fix {
	clear:both;
	margin:0;
	padding:0;
}

.btn {
	display: inline-block;
	width: 143px;
	line-height: 55px;
	text-align:center;
	color: #333333;
	border: solid 1px #333333;
	font-weight:bold;
	font-size:12px;
	opacity:1;
}

.btn:hover {
	color: #ffffff;
	background:#cccccc;
	border: solid 1px #ffffff;
	opacity:1;
}

img.shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.t-shadow {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}


section {
	padding-bottom: 90px;
	overflow:hidden;
}
	
/*
section:nth-child(odd) {
	background: #f8f8f8;
}
*/

section .container {
	width: 90%;
	margin: 0 auto;
}

section .container h1 {
	color: #ffffff;
	font-size:24px;
	margin: 100px 0;
	text-align:center;
	line-height:1.8;
}

section .container h2 {
	font-size:20px;
	text-align: left;
	margin: 0 0 30px 0;
	padding-bottom:15px;
	border-bottom: solid 2px #cccccc;
}

section .container h3 {
	font-size:14px;
	font-weight: bold;
	margin: 20px 0;
	border-left: solid 0.7em #cccccc;
	padding-left: 5px;
}

.works .item {
	margin-bottom: 60px;
	width: 30%;
	margin-right: 30px;
}
.works .item img{
	width: 100%;
	height: auto;
}

.works .item:last-child {
	margin-bottom: 0;
}
.works .con_box {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.main001 {
	margin-top: 10px;
}

	/* text関連 */
	
.desc {
	width:500px;
}

#right .desc {
	width:300px;
}

.pull-right {
	float: right;
	padding-left: 40px;
}

.pull-left {
	float: left;
	padding-right: 40px;
}

.row {
	overflow:hidden;
	margin-bottom:90px;
}

.row:last-child {
	margin-bottom: 0;
}

.sub_h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

ul.con_list {
	padding-left: 20px;
	list-style-type: disc;
}

ul.con_list li {
	margin-left: 5px;
	line-height: 2;
}
	
.pankuzu {
	font-size: 11px;
	margin: 20px 0 ;
	padding: 0 40px;
}
.pankuzu_curr { font-weight: bold; color: #333333; 
}

.pankuzu a:hover {
	text-decoration: underline;
}

	/* header */
	
header {
	background: #ffffff;
	margin:0;
	height: 100px;
}

header .container {
	width:auto;
	margin: 0 auto;
	height: 100px;
	overflow:hidden;
	}
	
header .logo {
	display:block;
	float:left;
	margin:25px 25px 0 40px;
	width:300px;
	}

header .contact {/*お問い合わせ*/
	margin: 20px 0 0 0;
	float: right;
	width: auto;
	}


	/* footer */

footer {
	clear:both;
	padding: 25px 0 0 0;
	background: #eeeeee;
}

.copy { background:#136069; text-align:right; font-size:11px; color: #ffffff; padding: 5px 20px; line-height:28px; height:28px; 
	}

footer p {
	font-size:12px;
	margin-bottom:30px;
}

footer .left {
	float:left;
	width:150px;
	margin-left:40px;
}

footer .right {
	margin-left:200px;}

.footer_body {
	overflow:hidden;
	text-align:center;
	margin-bottom:25px;
}

footer .btn {
	margin: 0 40px 0 0;
	}
footer .btn:last-child {
	margin-right:0;
	}


/* Home用 eyecatch */
#eyecatch-top {
	height:650px;
}

#eyecatch-top .container {
	width: 940px;
	margin: 0 auto;
}

#eyecatch-top .container h1 {
	color: #ffffff;
	font-size:28px;
	padding: 120px 0;
	text-align:center;
	line-height:1.8;
}

.nav_bottomn {
	margin:0px;
	text-align:center;
	font-size:12px;
	}


/* column */
#left {
	float:left;
	width:200px;
	margin-left:0px;
}

#right {
	margin-left:250px;
}

#left ul {
	margin: 0;
	padding:0;
}

#left ul li {
	display: inline-block;
	width: 143px;
	line-height: 55px;
	text-align:center;
	color: #333333;
	border: solid 1px #333333;
	font-weight:bold;
	font-size:12px;
	opacity:1;
	margin:0 0 10px 0;
}

#left ul li:hover {
	color: #ffffff;
	background:#cccccc;
	border: solid 1px #ffffff;
	opacity:1;
}


/* ナビゲーションリストのスタイル付け*/
.nav_box {
	float:right;
	height:100px;
	width: auto;
	margin-right: 40px;
	}

.nav {
	float:right;
	height:100px;
	width:300px;
	margin: 0;
	margin-right: 25px;
	}
.nav ul {
	margin: 0;
	padding: 0 25px 0 0;
}
.nav li {
	list-style: none; /* リストのマーカーを削除 */
	text-indent: -9999px;
	float:left;  
	width: 100px;
	margin: 0;
	padding: 0;	
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	width: 100%;
	height:100px;
	background: url(../img/common/navi_off.png) no-repeat;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: url(../img/common/navi_on.png) no-repeat;
}

#nav1 a{background-position: 0 0;}  
#nav2 a{background-position: -100px 0;}  
#nav3 a{background-position: -200px 0;}  
#nav4 a{background-position: -300px 0;}  
#nav5 a{background-position: -400px 0;}  

#nav1 a:hover{background-position: 0px 0px;}  
#nav2 a:hover{background-position: -100px 0;}  
#nav3 a:hover{background-position: -200px 0;}  
#nav4 a:hover{background-position: -300px 0;}  
#nav5 a:hover{background-position: -400px 0;}  

.nav .current {
	background: url(../img/common/navi_on.png) no-repeat;
}

#nav1 a .current{background-position: 0px 0px;}  
#nav2 a .current{background-position: -100px 0;}  
#nav3 a .current{background-position: -200px 0;}  
#nav4 a .current{background-position: -300px 0;}  
#nav5 a .current{background-position: -400px 0;}  

/* table */

table.table001 {
    width: auto;
	border-collapse:collapse;
}

table.table001 tr th,
table.table001 tr td {
    padding: 8px 40px 8px 0;
    vertical-align: middle;
	width:auto;
}

table.table001 tr th {
    text-align: left;
    font-weight: bold;
	width:auto;
	font-size:15px;
}

table.table001 tr td.boder-b {
	border-bottom: solid 1px #cccccc;
}

table.table001 tr td.top {
    vertical-align: top;
}
