@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;
}

.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;
}

#head {
	border-bottom: solid 1px #fff;
}




@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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 7px 12px;
	background: #333;
	margin-bottom: 1.5em;
}
.spec{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 1.5em;
	text-align: right;
	margin-right: 0.5em;
}

.spec2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0.2em;
	text-align: right;
	margin-right: 0.5em;
}

.seihin_font{	
	padding: 1em 0.5em 1em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background: #FCF1C6;
	margin-top: 0.5em;
}

.hide_tablet{	
	display: none;
}

.zeroMargin_tablet{	
margin-left: 0;
}

 .navigation_seihin li {
	 list-style-type: none;
 }
.navigation_seihin li a{
	float: left;
	display: block;
	width: 50%;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	list-style-type: none;
	padding: 10px 0 25px 0;
}

.navigation_seihin li a,a:link{ /* 未訪問 白 */
	color:#fff;
	text-decoration:none;
}

.navigation_seihin li a:visited{ /* 訪問済 白 */
					color:#fff;
				}	


.icon{
	width:8%;
	margin:0 5px 5px 30px;
}

}


/* 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: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #fff;
	padding: 15px 25px;
	background:#333;
	margin-bottom:2.5em;
}
.spec{
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-top:2em;
	text-align:right;
	margin-right:1em;
}

.spec2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0.2em;
	text-align: right;
	margin-right: 1em;
}

.seihin_font{
	clear:both;	
	padding:1.3em 0.5em 1.3em 0.5em;
	font-family: Arial, Helvetica, 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;
}
.bottom{
	margin-bottom:0em;
}

.navigation_seihin li a{
	float:left;
	display:block;
	width:50%;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	list-style-type: none;
	padding:15px 0 30px 0;
}

.navigation_seihin li a,a:link{ /* 未訪問 白 */
	color:#fff;
	text-decoration:none;
}

.navigation_seihin li a:visited{ /* 訪問済 白 */
	color:#fff;
}	


.icon{
	width:8%;
	margin:0 5px 8px 3em;
}




}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	padding: 15px 25px;
	background:#333;
	margin-bottom:3em;
}
.spec{
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	margin-top:3em;
	text-align:right;
	margin-right:2em;
}

.spec2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 0.2em;
	text-align: right;
	margin-right: 2em;
}

.seihin_font{
	clear:both;	
	padding:1.5em 0.5em 1.5em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height:1.5em;
	background:#FCF1C6;
	margin-top:1em;
	margin-bottom:0em;

}

.navigation_seihin li a{/*内側に影*/
	float:left;
	display:block;
	width:35.43%;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	list-style-type: none;
	padding:30px 0 30px 140px;
}
.icon{
	width:8%;
	margin:0 7px 4px 10px;
}


}