﻿@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol, ul{
list-style:none;
}

body{
font:13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
}


a:link,a:visited{color:#0c9ce6;text-decoration:none;}
a:hover{color:#41b3ee;}
a:active, a:focus {outline:0;}
img{border:0;}


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

.TXT-B { font-weight:bold}

/*******************************
レイアウト
*******************************/
#header, #mainNav, #wrapper,#footer ul{
margin:0 auto;
width:880px;
clear:both;
}

#sidebar{
float:left;
width:233px;
padding:22px 0 50px;
}

#main{
float:right;
width:627px;
padding:22px 0 50px;
}

#main ol li{
padding: 8px 0;
font-weight: bold;
}
/*******************************
/* ヘッダー
*******************************/
#headerWrap_top{
height:500px;
background:#fff url(images/wall.png);
background-repeat: no-repeat;
background-position: 50% 50%;
}

#headerWrap{
height:300px;
background:#fff url(images/wall2.jpg) repeat-x 0 0;
}

#header{
position:relative;
height:147px;
}

#header h1,#header h2,#header p{
position:absolute;
top:31px;
font-size:10px;
font-weight:normal;
line-height:22px;
}

/* スローガン */
#header h1{
top:2px;
left:0;
color:#fff;
}

/* ロゴ */
#header h2{
left:0;
}

/* 住所 */
#header p{
right:0;
}

#address{
padding-right:20px;
padding-top: 30px;
}

/************************************
/* メインナビゲーション
************************************/
ul#mainNav{
position:absolute;
top:102px;
height:45px;
background:url(images/mainNavBg.png) no-repeat 0 0;
}

ul#mainNav li{
text-indent: -5000px;
float:left;
}

ul#mainNav a{
display: block;
width: 220px;
height: 45px;
background:url(images/mainNav1.jpg) no-repeat 0 0;
}

ul#mainNav li.current_page_item a,ul#mainNav li.current-menu-item a,ul#mainNav li a:hover{background-position:0 -45px;}

ul#mainNav li.menu-item-2 a{background-image:url(images/mainNav2.jpg);}
ul#mainNav li.menu-item-3 a{background-image:url(images/mainNav3.jpg);}
ul#mainNav li.menu-item-4 a{background-image:url(images/mainNav4.jpg);}
ul#mainNav li.menu-item-5 a{background-image:url(images/mainNav5.jpg);}	



/*******************************
/* メイン
*******************************/
#mainImg{margin-top:-352px;}

#mainImg2{margin-top:-152px;}

#att{
	margin-top: 20px;
}

#att ul{
	text-align: right;
	padding: 10px;
	background-color: #E0F7F7;
	font-size: 0.9em;
}

h3.heading{
clear:both;
padding-left:25px;
line-height:34px;
font-size:14px;
font-weight:normal;
color:#333;
background:url(images/headingBg.png) no-repeat 0 0;
}

h3.heading span{
font-size:10px;
color:#0c9ce6;
padding-left:10px;
line-height:34px;
}

.article{
border:0;
margin:0 0 20px 0;
padding: 0 10px 10px 10px;
background:none;
border:1px solid #dcdcdc;
}

.article_cell{
clear:both;
padding:10px 0 10px;
border-bottom:1px dashed #808080;
}

.main{
padding:20px 10px 20px 10px;
margin:0 0 20px 0;
border:0;
background:none;
border:1px solid #dcdcdc;
}

.main p{
margin-bottom: 10px;
}

.main ul{
font-size: 14px;
font-weight: bold;
padding-left:30px;
}

.main li{
margin-top: 10px;
}

.last{border-bottom:none;}

.main h4{
margin:0 0 10px 10px;
font-size:16px;
font-weight:normal;
color:#0c9ce6;
}

.article h4{
margin:0 0 10px 10px;
font-size:16px;
font-weight:normal;
color:#0c9ce6;
}

.alignleft{
float:left;
padding:0 15px 15px 10px;
}

.alignright{
float:right;
padding: 0 10px 15px 15px;
}

.aligncenter{
padding: 20px 0 20px 0;
text-align: center;
}

.main p{
padding:0 10px 0 10px;
}

.article p{
padding:0 10px 0 10px;
}

.picture{
width:193px;
float:left;
text-align:center;
background-color:#ffffff;
border-top:1px solid #eaeaea;
border-right:1px solid #ddd;
border-bottom:1px solid #ccc;
border-left:1px solid #eaeaea;
padding:5px 0 5px 0;
margin:5px 0 0 5px;
}

.picture:hover{
background-color:#fffaef;
}

#company{
padding:20px;
}

#company table{
width:500px;
}

#company table tr td{
padding:20px;
border:1px solid #CCC;
}

.company2{
width:80px;
}

#Idea{
font-size:14px;
padding:20px 20px 0px 50px;
}

#Idea ol{ list-style:decimal;}

.main-link span{
background:url(images/arrow1.gif) no-repeat 10px 6px;
padding-left:25px;
padding-right:20px;
font-size:16px;
}

.main-link p{
padding-left:20px;
}

.main-link div{
margin-bottom: 40px;
margin-left:50px;
margin-right: 50px;
}



/*-----------------
商品ページ
-----------------*/

.main .product_img{
	width: 100%;
	margin: 1.5em auto 1em auto;
	border: none;
}


.main p.product_txt{
	line-height: 1.7;
	margin-bottom: 15px;
	padding-left:0;
}

.main p.product_txt b{

	color:#333333;
	font-weight: bold;
	font-size: 1.1em;
	display: block;

}

.main-link div.atention_note{
	font-size: 0.9em;
	padding:0;
	margin:0;
	margin-bottom: 10px;
}

table.product_table tr,
table.product_table td{
	padding:10px;
}
.mt-30{
	margin-top: 30px;
}

.main-link span.product_back_all{
	display: inline-block;
	margin-top:20px;
	font-size: 1em;
}



/*値段文字ver
-----------------*/

/*全体にかかってるマージン打ち消し*/
.main-link ul.col2 div,
.main li.col2_item{
	margin: 0;
	padding: 0;
}
.main-link p.company_name,
.main-link p.product_note{
	padding: 0;
}

.main-link ul.col2{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 0;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.main li.col2_item{
		margin-right: 15px;
		height: 230px;
		width: auto;
	}

	.main li.col2_item:last-child{
		width: 100%;
		margin-right: 0;
		text-align: left;
		
	}

	li.product_info_area.col2_item{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-bottom: 1px solid #ddd;
	}



			h3.product_name{
				line-height: 1.8;
			}
			p.company_name{
				font-weight: normal;
				font-size: 90%;
				line-height: 1.8;
			}

			.main-link p.product_note{
				text-align: right;
				font-weight: normal;
				font-size: 90%;
				line-height: 1.7;
			}

			/*JAN複数行ver
-----------------*/

/*全体にかかってるマージン打ち消し*/
.main-link ul.bl_col2 div,
.main li.bl_col2Item,
.main ul.bl_col2,
.main li.bl_col2Iitem{
	margin: 0;
	padding: 0;
}

.main-link p.company_name,
.main-link p.product_note{
	padding: 0;
}

.main-link ul.bl_col2{
	display: flex;
	justify-content:flex-start;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 1em;
	margin-top: 1.5em;
}
.bl_col2Iitem:first-child{
	width: 230px;

}
ul.bl_col2 li.bl_col2Iitem.bl_phArea{
	padding-right: 10px;
}
.main-link li.bl_productInfoArea{
	width:100%;
}

.main-link li.bl_productInfoArea .product_note{
	text-align: right;
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 90%;

}




/*******************************
/* サイトバー
*******************************/
#sidebar h3{
clear:both;
padding-left:25px;
line-height:34px;
font-size:14px;
font-weight:normal;
color:#333;
background:url(images/side_headingBg.png) no-repeat 0 0;
}

ul.info{
overflow:hidden;
padding:0 0 10px 17px;
border:1px solid #dcdcdc;
margin-bottom:20px;
}

ul.info li{
line-height:0;
padding:10px 0;
margin-right:15px;
border-bottom:1px dashed #dcdcdc;
}

ul.info a:link,ul.info a:visited{
display: block;
padding-left:12px;
line-height:normal;
text-decoration:none;
color:#313131;
background:url(images/linkArrow.gif) no-repeat 0 50%;
}

ul.info a:hover, ul.info li.current_page_item a, ul.info li.current-menu-item a{color:#0c9ce6;}

ul.info li.last{border-bottom:none;}

#sidebar p{margin-bottom:20px;}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
background:#808080;
}

#footer ul{
padding:25px 0;
text-align:center;
}

#footer li{
display: inline;
padding: 5px 16px;
border-left:1px dotted #ccc;
}

#footer li a{
text-decoration:none;
color:#fff;
}

#footer li a:hover{color:#e0e0e0;}

p#copy{
padding:10px 0 37px;
text-align:center;
color:#fff;
font-size:10px;
}
