@charset "utf-8";
/* CSS Document */



/*トップページ*/

/*メニューバー*/

#nav-content {
	background-color: #353535;
	color: #ffffff;
}

.nav-icon {
	width: 100px;
	margin-left: auto;
}

.nav-icon li {
	list-style-type: none;
}

.nav-icon img {
	width: 40px;
	padding: 2px;
	margin: 10px 10px 5px 0px;
	display: inline;
	float: left;
}

#nav-content h3 {
	text-align: center;
}

#nav-content h3 img {
	width: 100px;
}

.nav {
	margin: 20px 30px;
	font-size: 20px;
}

.nav li {
	margin-bottom: 20px;
	list-style-type: none;
}

.nav a {
	text-decoration: none;
	color: #ffffff;
}

/*---------*/

/*トップ*/


.top-bg {
	background-image: url("../image/top_bg.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding: 120px 0px 0px;;
}

.top-bg h1 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.top-bg h1 img {
	width: 100%;
	margin: 0px auto 5px;
}

.top-bg h2 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.top-bg h2 img {
	width: 100%;
	margin-bottom: 50px;
}

.menu {
	width: 130px;
	border: solid 1px #4E4E4E;
	padding: 10px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}

.menu li {
	list-style-type: none;
	margin-bottom: 10px;
}

.menu a {
	text-decoration: none;
	color: #353535;
}


/*----------*/


/*コンテンツ*/

.business {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.business h3 img {
	width: 180px;
}

.business h3 {
	text-align: center;
	margin: 40px 0px 30px;
}

.business li {
	width: 100%;
	padding: 0px 40px;
	text-align: center;
	list-style-type: none;
	margin-bottom: 50px;
}

.business p {
	margin-bottom: 30px;
}

.business span {
	font-size: 24px;
}

.business img {
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.business a {
	border: 0.5px solid #353535;
	border-radius: 20px;
	padding: 3px 20px 0px;
	text-decoration: none;
	color: #353535;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.business a:hover {
	background-color: #353535;
	color: #ffffff;
}


.works h3 {
	clear: both;
	text-align: center;
}

.works h3 img {
	width: 150px;
	display: inline;
	margin: 120px 0px 30px;
}

.works p {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

.product {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
}

.product img {
	width: 100%;
	display: block;
}

.p01 {
	display: inline-block;
	width: 50%;
	float: left;
}

.p02 {
	display: inline-block;
	width: 50%;
	float: left;
}

.p03 {
	display: inline-block;
	width: 100%;
	float: left;
}

.p04 {
	display: inline-block;
	width: 100%;
	float: left;
}

.apparel {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
}

.apparel img {
	width: 100%;
	display: block;
}

.a01 {
	display: inline-block;
	width: 100%;
	float: left;
}

.a02 {
	display: inline-block;
	width: 100%;
	float: left;
}

.a03 {
	display: inline-block;
	width: 50%;
	float: left;
}

.a04 {
	display: inline-block;
	width: 50%;
	float: left;
}

.design {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
}

.design img {
	width: 100%;
	display: block;
}

.d01 {
	display: inline-block;
	width: 50%;
	float: left;
}

.d02 {
	display: inline-block;
	width: 100%;
	float: left;
}


/*about*/

.about h3 {
	text-align: center;
	margin-bottom: 50px;
}

.about h3 img {
	width: 130px;
}

.about dl {
	padding: 0px 30px;
	margin-left: auto;
	margin-right: auto;
}

.about dt {
	margin-bottom: 10px;
	font-size: 18px;
}

.about dd {
	margin-bottom: 20px;
	margin-left: 10px;
}



/*----------*/


.top-img img {
	width: 100%;
}

.mouseover a img {
	width: 100%;
	vertical-align: bottom;
}








/*作品（顎関節症キーホルダー）*/


.main-img {
	margin: 20px 0px;
}

.main-img img {
	width: 100%;
}

.work-title {
	text-align: center;
}

.work-lineup {
	width: 400px;
	height: 250px;
	margin: 20px auto 10px;
}

.lineup-box {
	width: 130px;
	text-align: center;
	float: left;
}

.lineup-box img {
	width: 100%;
	padding: 10px;
}

.work-process {
	text-align: center;
}

.work-img img {
	width: 100%;
	margin: 20px 0px;
}
.product img {
	width: 100%;
}
