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

#main .main_exp {
  background: url(../images/prejudice/main_bnr.png);
  width: 670px;
  height: 320px;
  text-indent: -9999px;
  margin-bottom: 50px;
}

#main .main_img {
	display: none;
}


/* 共通 */

/* 材料全般 */
#main .material {
  margin-bottom: 80px;
}

#main .material img.main {
  float: right;
  margin-bottom: 20px;
}

#main .material .exp {
  float: left;
  width: 401px;
}

#main .material .exp h2 {
  background: url(../images/prejudice/material_text.png) no-repeat;
  width: 401px;
  height: 31px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .material .exp p {
  line-height: 2;
}

#main .material p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .material p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}



/* 手道具 */
#main .ht {
  margin-bottom: 80px;
}

#main .ht img.main {
  float: right;
  margin-bottom: 20px;
}

#main .ht .exp {
  float: left;
  width: 401px;
}

#main .ht .exp h2 {
  background: url(../images/prejudice/handtools_text.png) no-repeat;
  width: 401px;
  height: 31px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .ht .exp p {
  line-height: 2;
}

#main .ht p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .ht p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}

#main .ht .tools {
  margin-top: 20px;
}

#main .ht .tools .tool {
  float: left;
  padding: 5px 30px 5px 0;
  width: 300px;
}

#main .ht .tools .tool img {
  display: block;
  float: left;
  margin-right: 10px;
}

#main .ht .tools .tool p.name {
  font-weight: bold;
}

#main .ht .tools .tool p.tool_exp {
  font-size: 12px;
}





/* ミシン */
#main .sm {
  margin-bottom: 80px;
}

#main .sm img.main {
  float: right;
  margin-bottom: 20px;
}

#main .sm .exp {
  float: left;
  width: 401px;
}

#main .sm .exp h2 {
  background: url(../images/prejudice/sm_text.png) no-repeat;
  width: 401px;
  height: 34px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .sm .exp p {
  line-height: 2;
}

#main .sm p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .sm p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}



/*===============================================
●tab.css 画面の横幅が650~959px以下
===============================================*/
@media screen and (max-width:949px){
#main .main_exp {
  display: none;
}

#main .main_img {
	display: block;
		margin: 0 auto 20px;
		padding: 0 10px;
		max-width: 670px;
}

#main .main_img img {
	width: 100%;
	height: auto;
	text-align: center;
}

/* 材料全般 */
#main .material {
	width: 90%;
  margin: 100px auto 80px;
}

#main .material img.main {
  float: none;
  margin-bottom: 20px;
}

#main .material .exp {
  float: none;
  width: 100%;
}

#main .material .exp h2 {
  background: url(../images/prejudice/material_text.png) no-repeat;
  width: 100%;
  height: 31px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .material .exp p {
  line-height: 2;
}

#main .material p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .material p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}



/* 手道具 */
#main .ht {
	width: 90%;
  margin: 0 auto 80px;
}

#main .ht img.main {
  float: none;
  margin-bottom: 20px;
}

#main .ht .exp {
  float: none;
  width: 100%;
}

#main .ht .exp h2 {
  background: url(../images/prejudice/handtools_text.png) no-repeat;
  width: 100%;
  height: 31px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .ht .exp p {
  line-height: 2;
}

#main .ht p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .ht p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}

#main .ht .tools {
  margin-top: 20px;
}

#main .ht .tools .tool {
  float: left;
  padding: 5px 30px 5px 0;
  width: 300px;
}

#main .ht .tools .tool img {
  display: block;
  float: left;
  margin-right: 10px;
}

#main .ht .tools .tool p.name {
  font-weight: bold;
}

#main .ht .tools .tool p.tool_exp {
  font-size: 12px;
}





/* ミシン */
#main .sm {
	width: 90%;
  margin: 0 auto 80px;
}

#main .sm img.main {
  float: none;
  margin-bottom: 20px;
}

#main .sm .exp {
  float: none;
  width: 100%;
}

#main .sm .exp h2 {
  background: url(../images/prejudice/sm_text.png) no-repeat;
  width: 100%;
  height: 34px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#main .sm .exp p {
  line-height: 2;
}

#main .sm p.comment {
  font-size: 12px;
  line-height: 2;
}

#main .sm p.comment img {
  margin-right: 5px;
  vertical-align: middle;
}

}
