@charset "utf-8";
#base {
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
}


/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS 初期化
----------------------------------------------------------- */


/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
	min-width:960px;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#siteHeader {
	z-index: 10;
	top: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	overflow: visible !important;
	/* animate */
	height: 175px;
	background-image: url(../img/header/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#siteHeader img {
	vertical-align: top;
}

/* headerUtility
----------------------------------- */
#headerUtility {
	position: relative;
	width: 960px;
	margin: 0 auto;
	
	/* animate */
	padding-top: 5px;
	height: 24px;
}

/* ----- changeFontSize ----- */
#headerUtility #changeFontSize {
	float: right;
	font-size: 83%;
}
#headerUtility #changeFontSize dl {
	float: left;
}
#headerUtility #changeFontSize dt {
	float: left;
	padding-right: 10px;
}
#headerUtility #changeFontSize dd,
#headerUtility #changeFontSize dd li {
	float: left;
}

/* ----- changeLanguage ----- */
#headerUtility .changeLanguage {
	float: left;
}


/* siteName
----------------------------------- */
#siteName {
	position: relative;
	margin: 0 auto;
	text-align: center;
	/* animate */
	height: 85px;
}
#siteName a {
	display: block;
	width: 350px;
	height: 35px;
	margin: 24px auto 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/header/logo.png);
}



#siteHeader,
#headerUtility,
#siteName,
#navGlobal,
#navLocal,
#navLocal ul{
	-webkit-transition-property:opacity,height;
	-moz-transition-property:opacity,height;
	-o-transition-property:opacity,height;
	transition-property:opacity,height;
	
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	
	overflow: hidden;
}

/* スライド時 */
#siteHeader.compact {
	height: 67px;
}
#siteHeader.compact #headerUtility {
	height: 0px;
	padding:0px;
}
#siteHeader.compact #siteName {
	height:0;
}

/* スライド時かつ、マウスオーバー時 */
#siteHeader.compact.expanded {
	height: 91px;
}
#siteHeader.compact.expanded #headerUtility {
	height: 0px;
	padding:0px;
}
#siteHeader.compact.expanded #siteName {
	height:0;
}


/* navGlobal
----------------------------------- */
#navGlobal {
	/* animate */
	padding-top:0px;
	height: 46px;
}

#navGlobal ul {
	width: 960px;
	margin: 0 auto;
}
#navGlobal li {
	float: left;
	height: 46px;
	background: url(/img/common/bg_gnav_01.png) no-repeat 100% 13px;
}
#navGlobal li a,
#navGlobal li span {

	height: 46px;
}
#navGlobal a:hover {
	background-position: 0 -50px;
}
#navGlobal .current a {
	background-position: 0 -100px;
}
#navGlobal #navHowto span {
	width: 150px;
	background-position: 0 -150px;
}
#navGlobal #navArt a,
#navGlobal #navAccess a { width: 120px; }
#navGlobal #navAccess {
	padding-right: 0;
	background: none;
}
#mainvisual {
	background-color: #000000;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-image: url(../img/top/bg01.jpg);
	background-repeat: repeat-x;
}
#mainvisual #mainvisualinner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
#content {
	padding-bottom: 40;
	clear: both;
}


#categoryIndex #content {
	opacity: 0;
	filter:Alpha(opacity=0);
	clear: both;
}

#contentInner {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
div#main-button {
	margin-right: -30px;
}
div#main-box {
	float: left;
	width: 465px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 115%;
	margin-bottom: 40px;
}
div#main-box p {
	line-height: 155%;
	color: #000000;
}


#siteFooter {
	clear: both;
	height: 150px;
	background-image: url(../img/footer/bg02.jpg);
	background-repeat: repeat;
}
#siteFooter #footPrint {
	padding-top: 10px;
	background-image: url(../img/footer/bg01-2.jpg);
	background-repeat: repeat-x;
	background-position: center -40px;
}
#siteFooter #footPrint #footPrintInner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#siteFooter #footPrint #footPrintInner #footerInnerA {
	float: left;
	width: 300px;
	font-size: 12px;
	color: #555555;
}
#siteFooter #footPrint #footPrintInner #footerInnerA dt {
	font-weight: bold;
}
#siteFooter #footPrint #footPrintInner #footerInnerA dd {
}
#siteFooter #footPrint #footPrintInner #footerInnerB {
	float: right;
	width: 600px;
}
address {
	clear: both;
	text-align: center;
	background-image: url(../img/footer/bg01-2.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.group { *zoom: 1; } /* for ie6/7 */
.group:after { content: ""; display: block; clear: both; }
.boxMedia.group { clear: both; }

.btn { cursor: pointer; }
div#page-area {
	padding-left: 150px;
	width: 810px;
}
div#Inpage-area {
	padding-top: 50px;
	width: 810px;
	margin-bottom: 50px;
	float: left;
}
div#Inpage-area h2 {
	margin-bottom: 15px;
}

/*小売店の皆様へ*/

.bg-buyer {
	background-image: url(../img/inquiry/bg01.jpg);
	background-repeat: repeat;
}

.bg-buyer02 {
	background-image: url(../img/inquiry/title01.png);
	background-repeat: no-repeat;
}




/*アバウト*/

.bg-about {
	background-image: url(../img/about/bg2.png);
	background-repeat: repeat;
	background-position: right bottom;
}

.bg-about02 {
	background-image: url(../img/about/title01.png);
	background-repeat: no-repeat;
}
div#inquiry-box {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
div#Ininquiry-box {
	clear: both;
	float: left;
	width: 540px;
	background-image: url(../img/inquiry/bg02.jpg);
	background-repeat: repeat;
	padding: 30px;
}
#inquiry-list th {
	background-color: #f9f3f2;
	text-align: center;
	font-weight: bold;
	color: #333333;
	width: 30%;
}
#base #container #content #contentInner #page-area #Inpage-area #inquiry-box #Ininquiry-box #left {
	width: 30%;
	background-color: #f4f4f4;
	padding: 10px;
}
#base #container #content #contentInner #page-area #Inpage-area #inquiry-box #Ininquiry-box #right {
	padding: 10px;
	background-color: #FFFFFF;
}


#inquiry-list td {
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #666666;
	font-size: 11px;
	width: 70%;
}

#about-text {
	font-size: 12px;
	line-height: 175%;
	color: #333333;
}
.about-text {
	font-size: 12px;
	line-height: 125%;
}

div#product-area {
	margin-right: -15px;
	color: #333333;
}
div#product-area #product-box {
	width: 260px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div#product-area #product-box h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}




/*会社概要*/

.bg-company {
	background-image: url(../img/company/bg01.jpg);
	background-repeat: repeat;
}
.bg-company02 {
	background-image: url(../img/company/bg02.png);
	background-repeat: no-repeat;
}
div#company-prof {
	width: 350px;
	float: left;
}
div#company-prof dt {
	font-weight: bold;
	margin-bottom: 3px;
}
div#company-prof dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#company-map {
	float: right;
	width: 400px;
}
