@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
#div1 {
}
.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}
.navigation_seihin a:visited{ /* 訪問済 黒 */
	color:#000000;
}

.text-red {
	text-align: center;
	color: red;
	font-weight: bold;
}

.p30bold {
	text-align: center;
	color: red;
	font-size: 30px;
	font-weight: bold;
}


@media only screen and (max-width: 480px) {
/* モバイルレイアウト : 480 px およびそれ以下. */

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#head h1 img{
	width:47%;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.seihin_title{
	text-align:center;
	display:block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 7px 12px;
	background:#333;
	margin-bottom:1.5em;
}
.spec{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:68%;
	margin-top:1.5em;
	text-align:right;
	margin-right:0.5em;
}

.photo {
	margin: 0.5em 0 1em 0;
}

.photo img {
	width: 38%;
	margin: 0 0 0 1.7em;
}

.img_border {
	border: solid 1px #ededed;
}


.seihin_font{	
	padding:1em 0.5em 1em 0.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:80%;
	line-height:1.5em;
	background:#FCF1C6;
	margin-top:1em;
	margin-bottom:0em;
}

.hide_tablet{	
	display: none;
}

.zeroMargin_tablet{	
	margin-left: 0;
}


/*超硬用特集ここから*/
.choko_description {
	border-bottom: solid 1px #333;
	text-align: center;
}

.choko_description img {
	margin: 5px 0 5px 0;
}

.choko_description p {
	text-align: left;
	margin-bottom: 5px;
}
/*超硬用特集ここまで*/

}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#head h1 img{
	width:40%;
}
#div1{	
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.seihin_title{
	text-align:center;
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;
	color: #fff;
	padding: 15px 25px;
	background:#333;
	margin-bottom:2.5em;
}
.spec{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	margin-top:2em;
	text-align:right;
	margin-right:1em;
}

.photo {
	margin: 1em 0 2em 0;
}

.photo img {
	width: 40%;
	margin: 0 0 0 2.5em;
}

.img_border {
	border: solid 1px #ededed;
}


.seihin_font{
	clear:both;	
	padding:1.3em 0.5em 1.3em 0.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.5em;
	background:#FCF1C6;
	margin-top:1em;
	margin-bottom:0em;

}
.zeroMargin_desktop{	
margin-left: 0;
}

.hide_desktop{	
display: none;
}

/*超硬用特集ここから*/
.choko_description {
	border-bottom: solid 1px #333;
	text-align: center;
}

.choko_description img {
	margin: 5px 0 5px 0;
}

.choko_description p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}
/*超硬用特集ここまで*/

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left:auto;
	padding-right:auto;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#head h1 img{
	width:30%;
}

#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.img_noko{
	margin-left:8em;
}
.seihin_title{
	text-align:center;
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	padding: 15px 25px;
	background:#333;
	margin-bottom:3em;
}
.spec{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:110%;
	margin-top:3em;
	text-align:right;
	margin-right:2em;
}

.photo {
	margin: 1em 0 2em 0;
}

.photo img {
	margin: 0 0 0 4em;
}
		
.img_border {
	border: solid 1px #ededed;
}
.seihin_font{
	clear:both;	
	padding:1.5em 0.5em 1.5em 0.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:110%;
	line-height:1.5em;
	background:#FCF1C6;
	margin-top:1em;
	margin-bottom:0em;
}

	
	
/*超硬用特集ここから*/
.choko_topimg {
	text-align: center;
}

.choko_description {
	border-bottom: solid 1px #333;
	text-align: center;
}

.choko_description img {
	margin: 5px 0 5px 0;
}

.choko_description p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}

.youtube {
	clear: both;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*超硬用特集ここまで*/


}