@charset "utf-8";
@import url(style.css);

/* ================================================================

CSS meganeplaza original

 File name:      meganeplaza.css
 Summary:        # styles
 Last update:    2014-6-18

================================================================ */

/* h1
-------------------- */

#Header h1 {
    float: left;
    margin: 7px 0 0;
}

/* h2
-------------------- */

h2 span.h2sub {
	font-size: 14px;
	color: #009139;
	margin-left: 30px;
}

/* td */

table.item td {
	padding-right: 22px;
	vertical-align: top;
}

table.item td img {
	border: 1px solid #CCCCCC;
}

/* Header
-------------------- */
#Header {
	height: 102px;
}

/* global menu
-------------------- */
ul.dropdown-list a {
    width: 103px;
}

/* Breadcrumbs
-------------------- */

#Breadcrumbs {
    width: 948px;
}

/* Content
-------------------- */

.content {
	position: relative;
	width: 988px;
	margin: 0 auto 60px;
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #fff;
}
.content .wrap {
    margin: 0 auto 0px;
    width: 920px;
}

	/* MainNavi */
#MainNavi .left,
#MainNavi .right {
	width: 454px;
	margin-bottom: 30px;
}
#MainNavi p {
	width: 260px;
	margin-left: 200px;
	line-height: 1.5;
}

#Main #Page {
	padding-bottom: 30px;
}

body#Item p.more,
body#Shop p.more {
	display: none;
}

/*タイトルを非リンク*/

body#Item h2 a,
body#Item h3 a,
body#Item h4 a,
body#Item h5 a {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;/*下線を消す*/
	color:#000000;/*非リンクの文字色と同じにする*/
}

body#Shop h2 a,
body#Shop h3 a,
body#Shop h4 a,
body#Shop h5 a {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;/*下線を消す*/
	color:#000000;/*非リンクの文字色と同じにする*/
}

/* Top
-------------------- */

.top-banner img#omote {
	margin-right: 20px;
}

/* Item
-------------------- */
body#Item .post h3 {
	padding: 0;
	background: none;
	line-height: normal;
}
body#Item .post h3 a {
	color: #000;
}
body#Item .post h3 {
	margin: 0 0 20px;
	padding-left: 15px;
	background: url(../img/page/bg_h2.png) left top no-repeat;
	font-size: 24px; font-size: 2.4rem;
	line-height: 65px;
	font-weight: bold;
}

body#Item .post h4 {
	padding: 8px 0 8px 30px;
	background: url(../img/blog/news/bg_ttl_news.png) left repeat-y;
	line-height: 1.2;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
	border: none;
}

/* Shop
-------------------- */
body#Shop .post h3 {
	padding: 0;
	background: none;
	line-height: normal;
}
body#Shop .post h3 a {
	color: #000;
}
body#Shop .post h3 {
	margin: 0 0 20px;
	padding-left: 15px;
	background: url(../img/page/bg_h2.png) left top no-repeat;
	font-size: 24px; font-size: 2.4rem;
	line-height: 65px;
	font-weight: bold;
}
body#Shop .post h4 {
	padding: 8px 0 8px 30px;
	background: url(../img/blog/news/bg_ttl_news.png) left repeat-y;
	line-height: 1.2;
}
body#Shop .meta {
	margin: 5px 0 50px;
	padding: 12px 10px 10px 0;
	background: url(../img/common/bg_check.png) repeat;
	text-align: right;
	font-size: 11px; font-size: 1.1rem;
}

/* Faq
-------------------- */

#accordion h4 span {
	color: #E50012;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
}

/* Side
-------------------- */

#InfoBanner {
	margin: 20px 0;
}
#Side .widget {
    margin-bottom: 20px;
}

/* Footer
-------------------- */

#Footer {
	background: #EF8200;
	color: #fff;
	padding-top: 20px;
}



