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

.sp0 {
	visibility:hidden;
	height:0;
}
.h10 {
	height:0.5em;
}
.h20 {
	height:1em;;
}
.h30 {
	height:1.5em;
}
.h40 {
	height:2em;
}

.w240 {
	width:25%;
}
.w50p {
	width:50%;
}
.w720 {
	width:75%;
}

/*エリア*/
.left50 {
	width:48%;
	margin-right:2%;
	float:left;
}
.right50 {
	width:48%;
	margin-left:2%;
	float:right;
}

.p50-s100 {
	width:100%;
}

.p30-s50 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}

.p30-s100 {
	width:100%;
}


.info_box {
	width: initial;
	height: auto;
	margin-bottom: 2em;
	border-bottom: thin solid #999999;
	border-right: thin solid #999999;
	border-left: thin solid #999999;
}

/* Mobile Layout: 480px and below. */
  
/*-- 全体 --*/
#container {
	background-color: #FFF;
	margin: 0;
	width: 96%;
	min-height:600px;
	height:100%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.hide_sp {
    display: none;
}
.pc {
    display: none;
}
.mobile {
    display: block;
}

/*--パンくず--*/
/*#pankuzu {
	visibility:hidden;
}*/
#pankuzu {
	visibility:visible;
	clear:both;
	width:99%;
	height:1.3em;
	padding:0.5%;
	margin-bottom:1em;
	background-color:#EEE;
}
#pankuzu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pankuzu ul li {
	display:block;
	float:left;
	margin-left:0.5em;
}
#pankuzu ul a {
	text-decoration: none;
	color: #333333;
}

#pankuzu ul li.pankuzu_u:before {
	content: " > ";
}

/*ローカルナビ設定*/
#side_area #lnavi_btn {
	visibility: hidden;
	height:0px;
}



/*--コンテンツ上部設定--*/
#upper_area {
	width:100%;
	clear:both;
}

/*上部見出し--*/
#upper_area h2 {
	display:block;
	margin:0;
	padding:0;
	color:#333333 !important;
	float:left;
	font-size:1.4em !important;
	font-weight:bold;
}
#upper_area h2:before {
	content:"■ ";
	color:#FF2B00;
}

/*--メインエリア--*/
#main_area {
	clear:both;
	height: auto;
	margin:0 0 1em 0;
}

/*--メインイメージ--*/
#top_img {
	clear:both;
	width:100%;
	height:auto;
}
/*--リードコピー--*/
#leadcopy {
	clear:both;
	margin-bottom:2em;
}

/*--メインエリア右コラム--*/
#main_area .cont_right {
	clear:both;
	width:100%;
}

/*--右コラム内分割--*/
/*左（メイン）*/
#main_area.cont_right .center_col {
	width:100%;
	height:auto;
}
/*右（サイド）*/
#main_area.cont_right .right_col {
	width:100%;
	height:auto;
}

/*--メインエリア見出設定--*/
#main_area h3{
	display: block;
	padding-right:0.5em;
	font-size: 1.3em;
	line-height: 1.8em;
	width: 100%;
	color:#FFF;
}

#main_area h4{
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 100%;
	border-bottom:solid 1px #FF2B00;
}

#main_area h4:before {
	content :"■ ";
	color: #FF2B00;
}

/*--サイドエリア--*/
#side_area {
	height: auto;
	margin:0 0 1em 0;
}

/*製品検索コラム*/
#search_products {
	width:100%;
	height:auto;
}
/*製品検索ボックス*/
#searchbox {
	width:100%;
	height:auto;
	margin-bottom:1em;
}

#searchbox_ttl {
	display: block;
	background-color: #FF2B00;
	height: 1.6em;
	color: #FFF;
	padding-top:0.5em;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	width: 100%;
}

#searchbox_con {
	display: block;
	height:auto;
	background-color: #EEE;
	text-align: left;
	width: 80%;
	padding:0.5em 10% 1em 10%;
}

#searchbox_con p {
	line-height:1.2em;
}

#searchbox_con input {
	width: 100%;
}

#searchbox_con div input#submit {
	width: 50%;
	margin-top:0.5em;
}

#searchbox_con div.center {
	text-align:center;
}

#searchbox_con select {
	width: 100%;
}


#side_bnrarea {
	width:100%;
}

#side_bnrarea  ul {
	margin:0;
	padding:0;
	list-style:none;
}
#side_bnrarea ul li {
	clear:both;
	margin-bottom:1em;
}

/*--フッター--*/
#footer {
	display:block;
	clear:both;
	background-color:#000;
	width:100%;
	height:auto;
	padding:1em 0 1em 0;
	color:#FFF;
}
#footer .footerclm{
	display:block;
	width:90%;
}
#footer .footerclm h5 {
	font-size:1.1em;
	color:#FFFFFF;
}
#footer .footerclm h5:before {
	content:"■";
	color:#FDF500;
}
#footer .footerclm .flgroup {
	display:block;
	width:100%;
	margin-bottom:1em;
	border-left:#FF2B00 solid 2px;
}
#footer .footerclm .flgroup dt {
	float:none;
}
#footer .footerclm .flgroup dd {
	margin-left:2em;
}

#copyright {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:right;
	width:100%;
}

/*-- 全体 --*/
.mg_b20 {
	margin-bottom:20px;
}

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

@media print, only screen and (min-width: 481px)  {
.sp0 {
	visibility:visible;
}

.p50-s100 {
	width:48%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}

.p30-s50 {
	width:30%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}

.p30-s100 {
	width:30%;
	margin-left:1%;
	margin-right:1%;
	float:left;
}


#container {
	width: 96%;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
	margin-left: auto;
	border-bottom: thin solid #999999;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_mobile {
    display: block;
}
.hide_sp {
    display: none;
}
.hide_tablet {
    display: none;
}
.pc {
    display: none;
}
.mobile {
    display: block;
}

#upper_area h2 {
	display:block;
	width:60% !important;
	margin:0;
	padding:0;
	color:#333333 !important;
	float:left;
	font-size:1.4em !important;
	font-weight:bold;
}

#side_area {
	visibility:visible;
	height: auto;
	margin:0 0 1em 0;
}

/*ローカルナビ*/
#side_area #lnavi_btn {
	visibility:visible;
	width: 100%;
	height: auto;
	background-color:#EEE;
}
#side_area #lnavi_btn .lnavi_btn_head {
	width: 100%;
	height: 1.6em;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

#side_area #lnavi_btn ul {
	list-style:inside url(../images/ln_ico.png);
	padding: 1px auto 1px auto;
}

#side_area #lnavi_btn ul li{
	width:96%;
	padding: 2%;
	margin:0 auto 2px auto;
	background-color:#DDD;
	color:#333;
}

#side_area #lnavi_btn ul li:hover{
	background-color:#AAA;
	color:#FF2B00;
}


/*--メインエリア--*/
#main_area {
	clear: none;
	width: 70%;
	float: right;
	height: auto;
}
#top_img {
	clear:both;
	width: 72%;
	height:auto;
	float:left;
}
#leadcopy {
	clear:both;
	margin-bottom:2em;
	width: 72%;
}

/*--メインエリア内右コラム--*/
#main_area .cont_right {
	clear:none;
	margin:0 0 1em 0;
}

/*--右コラム内分割--*/
/*左（メイン）*/
#main_area.cont_right .center_col {
	width:52%;
	height:auto;
	float:left;
}
/*右（サイド）*/
#main_area.cont_right .right_col {
	width:42%;
	height:auto;
	float:right;
}

#pankuzu {
	visibility:visible;
	clear:both;
	width:99%;
	height:1.3em;
	padding:0.5%;
	margin-bottom:1em;
	background-color:#EEE;
}
#pankuzu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pankuzu ul li {
	display:block;
	float:left;
	margin-left:0.5em;
}
#pankuzu ul a {
	text-decoration: none;
	color: #333333;
}

#pankuzu ul li.pankuzu_u:before {
	content: " > ";
}
#footer .footerclm{
	float:left;
	display:block;
	width:28%;
	margin:2%;
}
#footer .footerclm h5 {
	margin:0;
	padding:0;
	font-size:1.1em;
	color:#FFFFFF;
}
#footer .footerclm h5:before {
	content:"■";
	color:#FDF500;
}
#footer .footerclm .flgroup {
	display:block;
	width:100%;
	border-left:#FF2B00 solid 2px;
}
#footer .footerclm .flgroup dt {
	float:none;
	margin-left:1em;
}
#footer .footerclm .flgroup dd {
	font-size:0.9em;
	margin-left:3em;
}

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

@media only screen and (min-width: 999px) {
.sp0 {
	visibility:visible;
}

.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}
.h40 {
	height:40px;
}
.w240 {
	width:240px;
}
.w50p {
	width:475px;
}
.w720 {
	width:720px;
}

#container {
	width: 950px;
	padding: 0 25px 0 25px;
	margin: auto;
	clear: none;
	float: none;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_mobile {
    display: block;
}
.hide_sp {
    display: block;
}
.hide_tablet {
    display: block;
}
.hide_desktop {
    display: none;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}

#top_img {
	clear:both;
	width: 690px;
	height:auto;
	float:left;
}

#main_area .cont_right {
	clear:none;
	float:right;
	width:720px;
	height: auto;
	margin:0 0 1em 0;
}
/*--右コラム内分割--*/
/*左（メイン）*/
#main_area.cont_right .center_col {
	width: 380px;
	height: auto;
	float: left;
	display: block;
}
/*右（サイド）*/
#main_area.cont_right .right_col {
	width:300px;
	height:auto;
	float:right;
}


#searchbox {
	height:auto;
}

}
