a:link{		color:#000000}
a:visited{	color:#000000}
a:hover{	color:#000000}

body{
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
    width: fit-content;
  font-family: 'Noto Sans JP', sans-serif;

} 

.top, .top2 {
    width: 100%;
    max-width: 1000px;       /* 他の要素と合わせる */
    margin: 0 auto;
    background-color: #CCCCCC;
}

table{
	text-decoration: none;
	color: #000000;
    	font-size: 16px;
}
.td1 {
	background-color: ADE6F4;
	color: #000000;	font-size: 16px;
}


.item_works {
  display: inline-block;
  width: 220px;
  height: auto;  /* ここが原因で文字がはみ出して見えなくなる */
  vertical-align: top; /* 横並びの場合 */
  text-align: center;  /* テキスト中央揃え */
  margin: 0 10px 20px 0; /* 適宜マージン */
}


.item_img{
	display:inline-block;
	 width:140px;
	 height:170px;
	

}
.item_img2{
	display:inline-block;
	 width:250px;
	 height:170px;

}
.item_img3{
	display:inline-block;
	 width:250px;
	 height:300px;

}
.item_img4{
	display:inline-block;
	 width:80px;
	 height:80px;

}
.item_img5{
	display:inline-block;
	 width:100px;
	 height:100px;

}

h1 {
    color: #666666;
    font-weight: nomal;
    font-size: 16px;
    line-height: 2em;
    padding: 160px 0px 0px 0px;

}
h2 {
    font-size: 12px
	line-height: 2em;
	color: #FFFFFF;
	font-weight: normal;
	height: 0px;
	margin: 0px;
	padding: 0px;
}



.menu1 {

    width: 160px;
    aline: center;
    valine: top;
    white-space: nowrap;
}
.main {

        max-width:780;
        min-width:350;
}

.main_work {

       max-width:1024;
        min-width:350;
}

.td2 {	font-size: 16px;
	line-height: 2em;
	color: #000000;
}

p {	font-size: 16px;
	line-height: 2em;
	color: #000000;
}

.form {
	padding: 0px;
	height: 20px;
}
.td3 {
	background-color: #eeeeee;
	text-transform: none;
	color: #000000;
	line-height: 2em;
    font-size: 16px;

}
form {
	margin: 0px;
	padding: 0px;
}
.td4 {	font-size: 16px;
	background-color: #CCCCCC;
	color: #000000;
}
.syosai {	font-size: 16px;
	color: #000000;

}


.tdcolumn {	font-size: 16px;
	background-color: #CCCCCC;
	text-transform: none;
	color: #333333;
	padding: 5px;
	line-height: 2em;

}
.tdcolumntitle {	font-size: 16px;

background-color: #FFFF99;
	text-transform: none;
	color: #000000;
	padding: 5px;
}
.tdprice {	font-size: 16px;
	background-color: #CCCCCC;
	text-transform: none;
	color: #000000;
	padding: 5px;
}
.td5 {	font-size: 16px;

color: #000000;
	background-color: #eeeeee;
	line-height: 2em;

}
.td6 {
	text-decoration: none;	font-size: 16px;

color: #000000;
	line-height: 2em; 
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;


}
.td7 {	font-size: 16px;

	color: #666666;
	background-color: #FFFFFF;
	line-height: 2em;
}
.illustmenu {
	text-decoration: none;	font-size: 16px;
	color:#000000;
	line-height: 2em;
	padding: 2px 2px 2px 8px;
	background-color: #eeeeee;

}
.titlemenu {
	text-align:center;	font-size: 16px;
	color: #000000;
	line-height: 50px;
	text-align: center;
}
.mainmenu {
	text-decoration: none;
    font-size: 16px;
	color: #000000;
	line-height: 2em;
}
.maintext {
	text-decoration: none;	font-size: 16px;

color:#000000;
	line-height: 2em;
	padding: 8px;
}
.maintextcolor {
	text-decoration: none;	font-size: 16px;

line-height: 2em;
	font-weight: bold;


}
.td5kasutera {	font-size: 16px;
	color: #000000;
	background-color: #eeeeee;
	line-height: 2em;
	height: 60px;
	padding: 25px;


}
body, p, h1, h2, h3, h4, h5, h6, li, a {
  font-family: 'Noto Sans JP', sans-serif;
}

.portfolio img {
    width: 100%;               /* スマホでも画面幅に合わせる */
    max-width: 800px;          /* PCでは大きすぎないように制限 */
    height: auto;
    margin-bottom: 24px;
    display: block;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }