@charset "utf-8";

#main-image{
	margin:0 auto;
	width:100%;
	max-width:730px;
}

/* top */
#top #main-image{
	width:100%;
	padding-top:100%;
	overflow:hidden;
	position:relative;
}
#top #main-image img{
	width:100%;
	height:auto !important;
	position:absolute;
	top:0;
	left:0;
}

/* access */
.acc-box-1{
	margin-bottom:30px;
	width:100%;
}
.acc-box-1 .box-left{
	float:left;
	width:330px;
}
.acc-box-1 .box-right{
	float:right;
	width:400px;
}

/* ie-kangae */
.ie-box-1{
	margin-bottom:60px;
	width:100%;
}
.ie-box-1 .article{
	width:370px;
	float:left;
}
.ie-box-1 .ph{
	width:346px;
	float:right;
}

/* profile */
.pro-box-1{
	margin-bottom:40px;
	width:100%;
}
.pro-box-1 .ph{
	width:290px;
	float:left;
	text-align:center;
}
.pro-box-1 .article{
	width:440px;
	float:right;
	text-align:center;
}
.pro-box-2{
	margin-bottom:40px;
	width:100%;
}
.pro-box-2 .ph{
	width:112px;
	float:left;
}
.pro-box-2 .article{
	margin-left:140px;
}
.pro-tbl-1{
	width:100%;
}
.pro-tbl-1 th,
.pro-tbl-1 td{
	padding:2px 0;
	text-align:left;
	vertical-align:top;
}
.pro-tbl-1 th{
	width:70px;
	font-weight:normal;
}

.faq-box{
	margin-top:-30px;
}
.faq-box-td{
	padding:30px 0;
	border-bottom:1px #59514F solid;
}
.faq-box-td a{
	color:#993300;
	text-decoration:none;
	border-bottom:1px #993300 dotted;
}
.faq-box-td a:hover{
	color:#f00;
	text-decoration:none;
	border-bottom:1px #f00 dotted;
}

/* en */
.en-box-1{
	margin-bottom:34px;
	width:100%;
}
.en-box-1.btm{margin-bottom:90px;}
.en-box-1 .ph{
	width:200px;
	float:left;
}
.en-box-1 .article{
	margin-left:234px;
}
.en-box-2{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	letter-spacing:-.40em;
}
.en-box-2 li{
	margin:0 36px 60px 0;
	padding:0;
	display:inline-block;
	letter-spacing:normal;
	width:200px;
}

.work-box{
	width:100%;
	letter-spacing:-.40em;
}
.work-box .work-box-i{
	margin:0;
	padding:0 5px 10px;
	display:inline-block;
	width:50%;
	letter-spacing:normal;
}
.work-box .inner{
	margin:0;
	width:100%;
	position:relative;
	letter-spacing:normal;
}
.work-box .inner .ph{
	position:relative;
	z-index:1;
}
.work-box .inner .ph img{
	width:100% !important;
	height:auto;
}
.work-box .inner .title{
	padding:4px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	line-height:1.4;
}
.work-box .inner .link a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
	z-index:3;
}
.page-change{
	width:100%;
}
/*.btn-before{
	width:12px;
	float:left;
}
.btn-next{
	width:12px;
	float:right;
}*/
.btn-before{
	width:140px;
	float:left;
}
.btn-next{
	width:140px;
	float:right;
}
.btn-before a,
.btn-next a,
.btn-back a{
	display:block;
	width:100%;
	text-align:center;
	color:#666;
	text-decoration:none;
	border:1px #ccc solid;
	padding:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
.btn-back{
	margin:20px auto 0 auto;
	width:140px;
}
.work-title{
	margin-bottom:10px;
	font-size:14px;
	color:#000;
}
.cat-title{
	margin-top:20px;
	margin-bottom:6px;
	padding:4px 0 4px 6px;
	border-bottom:1px #000 solid;
	border-left:4px #000 solid;
	color:#000;
}
#cat-nav{
	margin:0;
	padding:0;
	list-style:none;
	border:1px #ccc solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
#cat-nav li{
	margin:0;
	padding:0;
	border-top:1px #ccc solid;
}
#cat-nav li:first-child{
	border-top:none;
}
#cat-nav li a{
	display:block;
	padding:6px;
	text-decoration:none;
	position:relative;
}
#cat-nav li a:after{
	content:">";
	position:absolute;
	top:50%;
	right:6px;
	margin-top:-10px;
	color:#999;
}
#cat-nav li a.current{
	background-color:#eee;
	text-decoration:none;
}
#cat-nav li:first-child a{
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#cat-nav li:last-child a{
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
#box-details-i{
	margin-bottom:20px;
}
#box-details-i-r{
	margin-top:16px;
}

.work-ph{
	margin:0 auto;
	padding:0;
	list-style:none;
	max-width:680px;
}
.work-ph li{
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	background-color:#DCDBD6;
}

/* kokoromi */
.blog-top-box{
	margin:0 auto 40px;
	width:586px;
	display:table;
}
.blog-top-box .ph{
	padding-right:30px;
	width:250px;
	display:table-cell;
	vertical-align:middle;
}
.blog-top-box .text{
	width:356px;
	display:table-cell;
	vertical-align:middle;
}
.blog-top-box .text-2{
	width:356px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.box-i{
	margin-bottom:24px;
	padding:0 0 40px;
	border-bottom:1px #221815 solid;
}
.no-border{
	margin-bottom:0 !important;
	border-bottom:none !important;
}
.box-i .date{color:#000;}
.box-i .title{
	margin-bottom:18px;
	color:#000;
	font-size:117%;
}
.box-i .title a{
	color:#000;
	text-decoration:none;
}
.box-i .title a:hover{
	color:#000;
	text-decoration:underline;
}
.box-article{
	width:100%;
}
.box-article-text{
	width:370px;
	float:left;
}
.entry .box-article-text{
	width:100%;
	float:none;
}
.box-article-text-i{
	width:100%;
	line-height:1.9;
}
.box-article-text-i img{
	height:auto !important;
}
.box-article-ph{
	width:300px;
	float:right;
}
.box-article-ph img{
	width:250px !important;
	height:auto !important;
}
.btn-more{
	padding-top:30px;
	text-align:right;
}

#page-navi{
	width:100%;
}
#btn-before{
	width:20px;
	float:left;
}
#btn-next{
	width:20px;
	float:right;
}

/* media */
.media-box{
	margin-bottom:30px;
	padding:0 0 30px;
	border-bottom:1px #59514F solid;
	width:100%;
}
.media-box .article{margin-bottom:40px;}
.media-box a{
	color:#993300;
	text-decoration:none;
	border-bottom:1px #993300 dotted;
}
.media-box a:hover{
	color:#f00;
	text-decoration:none;
	border-bottom:1px #f00 dotted;
}
.media-box-2{
	width:100%;
}
.media-box-2 > div{
	margin-left:20px;
	float:left;
}
.media-box-2 > div:first-child{
	margin-left:0;
}


@media screen and (max-width: 768px) {
.acc-box-1{
	width:100%;
}

.acc-box-1 .box-left{
	margin-bottom:10px;
	float:none;
	width:auto;
}
.acc-box-1 .box-right{
	float:none;
	width:auto;
}

/* ie-kangae */
.ie-box-1{
	margin-bottom:40px;
}
.ie-box-1 .article{
	margin-bottom:20px;
	width:auto;
	float:none;
}
.ie-box-1 .ph{
	width:auto;
	float:none;
}

/* profile */
.pro-box-1{
	margin-bottom:20px;
	width:100%;
}
.pro-box-1 .ph{
	width:auto;
	float:none;
}
.pro-box-1 .article{
	width:auto;
	float:none;
}
.pro-box-2{
	padding-top:20px;
	margin-top:20px;
	border-top:1px #ccc solid;
}
.pro-box-2 .ph{
	margin-bottom:10px;
	width:auto;
	float:none;
	text-align:center;
}
.pro-box-2 .article{
	margin-left:0;
}

/* en */
.en-box-1{
	margin-bottom:30px;
}
.en-box-1.btm{margin-bottom:60px;}
.en-box-1 .ph{
	margin-bottom:10px;
	width:auto;
	float:none;
	text-align:center;
}
.en-box-1 .article{
	margin-left:0;
}
.en-box-2{
	letter-spacing:normal;
}
.en-box-2 li{
	margin:0 0 20px 0;
	padding:0;
	display:block;
	letter-spacing:normal;
	width:100%;
	text-align:center;
}

	/* kokoromi */
	.blog-top-box{
		margin:0 auto 16px;
		padding-bottom:30px;
		border-bottom:1px #221815 solid;
		width:100%;
		display:block;
	}
	.blog-top-box .ph{
		margin-bottom:10px;
		padding-right:0;
		width:100%;
		display:block;
		vertical-align:top;
		text-align:center;
	}
	.blog-top-box .text{
		width:100%;
		display:block;
		vertical-align:top;
	}
	.blog-top-box .text-2{
		width:100%;
		display:block;
		vertical-align:top;
	}
	.box-i{
		margin-bottom:16px;
		padding:0 0 16px;
		border-bottom:1px #221815 solid;
	}
	.no-border{
		margin-bottom:0 !important;
		border-bottom:none !important;
	}
	.box-i .date{color:#000;}
	.box-i .title{
		margin-bottom:8px;
	}
	.box-article{
		width:100%;
	}
	.box-article-text{
		width:100%;
		padding-right:100px;
		float:left;
	}
	.box-article-text-i{
		display:none;
	}
	.entry .box-article-text{
		width:100%;
		padding-right:0;
		float:none;
	}
	.entry .box-article-text-i{
		display:block;
	}
	.box-article-ph{
		margin-left:-100px;
		width:90px;
		float:right;
	}
	.box-article-ph img{
		width:90px !important;
		height:auto !important;
	}
	.btn-more{
		padding-top:0;
		text-align:left;
	}
	
	#page-navi{
		width:100%;
	}
	#btn-before{
		width:20px;
		float:left;
	}
	#btn-next{
		width:20px;
		float:right;
	}

	/* media */
	.media-box{
		margin-bottom:20px;
		padding:0 0 20px;
	}
	.media-box .article{margin-bottom:20px;}
	.media-box-2 > div{
		margin-left:0;
		margin-top:20px;
		float:none;
	}
	.media-box-2 > div:first-child{
		margin-left:0;
		margin-top:0;
	}






}