@charset "utf-8";

/* ****************************************************
Title: base.css
***************************************************** */

/* # General Elements
---------------------------------------------------------------------------- */
a {
	color: #666;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #538ec7;
	text-decoration: none;
}

a:active {
	color: #54b50d;
}

::-moz-selection {
	background: #ff638b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ff638b;
	color: #fff;
	text-shadow: none;
}


.btn a {
	display: block;
	line-height: 1;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 8px 4px 6px 15px;
	background: #5591c8 url(../images/icon_btn_arrow.png) no-repeat 6px 50%;
	border-bottom: 1px solid #3466b3;
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
}

.btn a:hover {
	background: #3466b3 url(../images/icon_btn_arrow.png) no-repeat 6px 50%;
}


p, ul, ol, dl {
	margin: 0 0 15px;
}

/* # body
---------------------------------------------------------------------------- */


body {
	color: #666;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	position: relative;*/
	
	background: #eff5f9;
	
}



/* # layout
---------------------------------------------------------------------------- */

div#layout {
	overflow: hidden;
}

/* # header
---------------------------------------------------------------------------- */
div#header {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid #c6dff0;
}

div#header div#headerInner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#tagline {
	margin: 0 0 20px;
	width: 750px;
	float: right;
}

div#tagline p {
	color: #5f6a7e;
	font-size: 10px;
	text-align: right;
	
	margin: 10px 0 0 0;
}

div#tagline div.utility {
	text-align: right;
}

div#tagline div.utility p {
	display: inline;
	width: auto;
	margin: 0;
}
div#tagline div.utility p.hnavTel {
	margin: 0 20px 0 10px;
	padding: 4px 0;
}
div#tagline div.utility p.hnavContact {
	text-align: right;
}


div#header #logo {
	float: left;
	margin: 18px 0 0 0;
}



div#header ul#gnav {
	position: relative;
	z-index: 100;
	clear: both;
	margin: 5px 0 0 0;

}

div#header ul#gnav li {
	font-weight: bold;
	padding: 0;
	position: relative;
	margin: 0;
	float: left;
	padding-bottom: 15px;
	cursor: pointer;
	text-align: center;
	width: 192px;
}
div#header ul#gnav li:last-child {
	margin: 0;
	padding: 0;

}

div#header ul#gnav li:hover {
	background: url(../images/bg_gnav.gif) no-repeat 50% 34px;
}
div#header ul#gnav li:first-child:hover {
	background: none;
}

div#header ul#gnav li a {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

div#header ul#gnav li a:link,
div#header ul#gnav li a:visited {
	text-decoration: none;
	color: #1c4770;
}

div#header ul#gnav li a:hover {
	color: #fff;
}

div#header ul#gnav li#gnavOnline:hover {
	background: none;
}

div#header ul#gnav li#gnavOnline a {
	display: block;
	width: 230px;
}
div#header ul#gnav li#gnavOnline a:hover {

}


div#header ul#gnav li ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 240px;
	border: none;
	margin: 0;
	line-height: 0;
	height: auto;
	z-index: 80;
}

div#header ul#gnav li:last-child ul {
	left: auto;
	right: 0;
}

* html div#header ul#gnav li ul {
	line-height: 0;
}

div#header ul#gnav li ul li {
	text-align: left;
	display: block;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 0;
	width: 240px;

}

div#header ul#gnav li ul li:hover {
	background: none;
}


div#header ul#gnav li ul li a {
	display: block;
	width: auto;
	background:#fff;
	padding: 10px 10px 10px 18px;
	opacity: 0.9;
	filter: alpha(opacity=80);
	zoom: 1;
	line-height: 1;
	margin: 0;
	height: auto;
	font-size: 12px;
}


div#header ul#gnav li ul li a:link,
div#header ul#gnav li ul li a:visited {
	color: #454545;
	background: #fff url(../images/icon_arrow_sub.gif) no-repeat 10px 13px;
}

div#header ul#gnav li ul li a:hover {
	background: #3466b3 url(../images/icon_arrow_sub_white.gif) no-repeat 10px 13px;
	color: #fff;
}




/* # topicPath
---------------------------------------------------------------------------- */

div#topicPath {
	
	margin: 122px 0 30px;
	background: #fff;
	border-bottom: 1px solid #c6dff0;
}


div#topicPath ol {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 8px ;
}

div#topicPath ol li {
	display: inline;
	font-size: 11px;
	margin-right: 8px;
}
div#topicPath ol li a {
	padding: 0 12px 0 0;
	background: url(../images/icon_arrow_gray.gif) no-repeat 100% 50%;
}

div#topicPath ol li:last-child {
	font-weight: bold;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	width: 1000px;
	margin: 0 auto 70px;
	text-align: left;
	float: none;
}

/* article */

div#article {
	width: 727px;
	float: right;
	padding: 8px;
	
	background: #fff;
	box-shadow: 0 0 3px #dfe5e8;
	-webkit-box-shadow: 0 0 3px #dfe5e8;
	-moz-box-shadow: 0 0 3px #dfe5e8;
	-ms-box-shadow: 0 0 3px #dfe5e8;
	-o-box-shadow: 0 0 3px #dfe5e8;
}

div#article div.inner {
	border: 1px solid #dde9f8;
}

div#article h1 {
	font-weight: bold;
	font-size: 22px;
	color: #5591c8;
	margin: 0 0 30px;
	padding: 18px 15px 15px;
	border-bottom: 1px solid #5591c8;
	line-height: 1;
}

div#article h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #5591c8;
	margin: 0 0 16px;
	padding: 8px 0 6px 12px;
	border-left: 2px solid #5591c8;
	
}

div#article h2.pink {
	color: #f7014c;
	border-left-color: #f7014c;
}

div#article h2.yellow {
	color: #ed5401;
	border-left-color: #ed5401;
}

div#article h2.green {
	color: #2b8001;
	border-left-color: #2b8001;
}

div#article h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #666;
	padding: 0 0 10px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #666;
}

div#article h4 {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	margin: 0 0 6px;
}

div#article h4 a:link,
div#article h4 a:visited {
	color: #5591c8;
	text-decoration: none;
}
div#article h4 a:hover {
	color: #ff6796;
}

div#article p.catch {
	font-weight: bold;
	font-size: 14px;
}

div#article div.section div.innerSection ol li {
	list-style: decimal;
	margin: 0 0 8px 25px;
}

div#article div.section div.innerSection ul li {
	list-style: disc;
	margin: 0 0 8px 25px;
}


div#article .linkList a {
	padding: 0 0 0 12px;
	background: url(../images/icon_arrow.png) no-repeat 0 3px;
}

div#article div.section div.innerSection ul.linkList li {
	list-style: none;
	margin: 0 0 8px;
}


div#article div.section {
	padding: 0 30px 30px;
	padding-top:120px;
    margin-top:-120px;
	margin-bottom: 30px;
}

div#article div.section p strong {
	font-weight: bold;
	color: #2379c8;
}

div#article div.section:last-child,
div#article div.innerSection:last-child {
	margin-bottom: 0;
}

div#article div.innerSection {
	margin-bottom: 30px;
}

/* category top */
div#article div.section ul.categoryIndex {
	margin-right: -30px;
	letter-spacing: -.40em;
}

div#article div.section ul.categoryIndex li {
	letter-spacing: normal;
	width: 205px;
	margin: 0 25px 25px 0;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}

/* Hides from legacy IE \*/
* html div#article div.section ul.categoryIndex li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section ul.categoryIndex li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section ul.categoryIndex li a {
	font-weight: bold;
	display: block;
	padding: 15px 15px 15px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	
	border: 1px solid #e5e1da;
	box-shadow: inset 0 0 10px #e5e5e5;
	-webkit-box-shadow: inset 0 0 10px #f9f9f9;
	-moz-box-shadow: inset 0 0 10px #f9f9f9;
	-ms-box-shadow: inset 0 0 10px #f9f9f9;
	-o-box-shadow: inset 0 0 10px #f9f9f9;
	
	background: url(../images/icon_arrow_gray.gif) no-repeat 10px 21px;
}

div#article div.section ul.categoryIndex li a:link,
div#article div.section ul.categoryIndex li a:visited {
	text-decoration: none;
}

div#article div.section ul.categoryIndex li a:hover {
	box-shadow: none;
	border: 1px solid #81b4d8;
	text-decoration: none;
	color: #5591c8;
	background: url(../images/icon_arrow_sub.gif) no-repeat 10px 21px;
}

div#article div.section ul.categoryIndex li a p {
	font-weight: normal;
	margin: 6px 0 0 0;
}


/* # single page
---------------------------------------------------------------------------- */

/* idea */
p.presidentSign {
	float: right;
	text-align: right;
	margin-top: 100px;
}

div.president p.floatLeft {
	width: 200px;
	height: 200px;
}
div.president p.floatLeft img {
	width: 100%;
	height: auto !important;
}



/* policy */
div#fivePolicies h2 {
	margin: 0 0 15px;
	padding: 0;
	background: none;
	border: none;
}

div#fivePolicies p {
	font-size: 14px;
	margin: 0 0 50px 33px;
}
div#fivePolicies p:last-child {
	margin-bottom: 0;
}

/* company */

dl.companyProf {
	position: relative;
	padding: 30px 50px 0 0;
	background: url(../images/bg_company.jpg) no-repeat 100% 0;
}

dl.companyProf dt,
dl.history dt {
	line-height: 1;
	color: #2379c8;
	font-weight: bold;
	position: relative;
}

dl.companyProf dd,
dl.history dd {
	border-bottom: 1px solid #9ebce2;
	padding: 0 0 6px 110px;
	margin: -1.4em 0 20px 0;	
}

dl.history {
	position: relative;
}




/* partner */
div.partner {
	font-size: 13px;
	padding: 15px;
	border: 1px solid #a0bde3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 450px;
	margin: 0 auto;
}

div.partner dl {
	margin: 0;
}

div.partner dl dt {
	width: 60px;
	position: relative;
}
div.partner dl dt:after {
	position: absolute;
	display: block;
	content: ":";
	bottom: 1px;
	right: 0;
}

div.partner dl dd {
	margin: -1.8em 0 8px 0;
	padding: 0 0 0 80px;
}

div.partner dl dd:last-child {
	margin-bottom: 0;
}


/* property */
dl.property {
	margin: 0;
}

dl.property dt {
	font-weight: bold;
	font-size: 14px;
}

dl.property dd {
	margin-bottom: 10px;
}
dl.property dd:last-child {
	margin: 0;
}

div#article div.section div.innerSection dl.property ul {
	margin: 0 0 0 6px;
	letter-spacing: -.40em;
}
div#article div.section div.innerSection dl.property ul li {
	letter-spacing: normal;
	width: 158px;
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 0 5px;
	list-style: none;
}

/* Hides from legacy IE \*/
* html div#article div.section div.innerSection dl.property ul li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection dl.property ul li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.innerSection dl.property ul li a {
	background: url(../images/icon_arrow_gray.gif) no-repeat 0 5px;
	padding: 0 0 0 9px;
}



/* shop */

div#article div.section div.innerSection ul.shopList {
	margin: 0;
	letter-spacing: -.40em;
}

div#article div.section div.innerSection ul.shopList li {
	letter-spacing: normal;
	width: 332px;
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 0 30px;
	list-style: none;
}

div#article div.section div.innerSection ul.shopList li h4 {
	font-size: 14px;
}


/* Hides from legacy IE \*/
* html div#article div.section div.innerSection ul.shopList li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection ul.shopList li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.innerSection ul.shopList li dl,
div#article div.section div.innerSection ul.shopList li p {
	margin: 0;
}


/* shop detail */

div.shopFeature p {
	margin-bottom: 30px;
	font-size: 14px;
}

div.shopFeature p img {
	width: 100%;
	height: auto !important;
}

div#article div.shopFeature div.catch {
	width: 355px;
	float: right;
}


div.shopFeature p.imgMiddle {
	float: left;
	margin-right: 30px;
	width: 278px;
}

div.shopFeature p.imgMiddle img {
	width: 100%;
	height: auto !important;
}

div.map {
	width: 360px;
	float: left;
}

dl.shopInfo {
	width: 280px;
	float: right;
}

dl.shopInfo dt {
	font-weight: bold;
	color: #848484;
	width: 70px;
}

dl.shopInfo dd {
	margin: -1.8em 0 10px;
	padding: 0 0 0 70px;
}

div.staffMessage01 {
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeae6;
}
div.staffMessage01:last-child {
	border: none;
	margin-bottom: 0;
}



div.staffMessage01 p.staffThumb {
	width: 129px;
	float: left;
}

div.staffMessage01 dl.comment {
	position: relative;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	z-index: 1;
	width: 490px;
	float: right;
}

div.staffMessage01 dl.comment:after,
div.staffMessage01 dl.comment:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.staffMessage01 dl.comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	left: -20px;
	top: 55px;
	margin-top: -10px;
}

div.staffMessage01 dl.comment:before {
	border-color: rgba(217, 219, 214, 0);
	border-right-color: #d9dbd6;
	border-width: 11px;
	left: -22px;
	top: 55px;
	margin-top: -11px;
}

dl.comment dt {
	font-weight: bold;
	margin-bottom: 8px;
}


div.staffMessage02 dl.comment {
	
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}

div.staffMessage03 {
	margin-bottom: 20px;
}

div.staffMessage03:last-child {
	margin: 0;
}

div.staffMessage03 p.staffThumb {
	width: 290px;
	float: left;
}

div.staffMessage03 dl.comment {
	position: relative;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	z-index: 1;
	width: 330px;
	float: right;
}

div.staffMessage03 dl.comment:after,
div.staffMessage03 dl.comment:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.staffMessage03 dl.comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}

div.staffMessage03 dl.comment:before {
	border-color: rgba(217, 219, 214, 0);
	border-right-color: #d9dbd6;
	border-width: 11px;
	left: -22px;
	top: 50%;
	margin-top: -11px;
}



div.season {
	margin: 0 0 20px;
	padding: 10px;
	background: #e5eeff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}

div.season p {
	margin: 0;
}

div.event {
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}
div.event:last-child {
	margin: 0;
}
div.event dl {
	margin: 0;
}

div.event dl dt {
	font-weight: bold;
	color: #5591c8;
}

div.event p.eventPhoto {
	float: right;
	margin: 0 0 0 20px;
}


.btnTransition {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

div.borderBox {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}
div.borderBox:last-child {
	margin: 0;
}
div.borderBox dl {
	margin: 0 0 20px;
}

div.borderBox dl dt {
	font-weight: bold;
	color: #5591c8;

}

div.borderBox p.photo {
	margin: 0 0 0 20px;
	float: right;
}

div.borderBox p.photo img {
}




/* catalog */


div#article h1 span.catalogNo {
	font-weight: normal;
	font-size: 12px;
	margin: 0 10px 8px 0;
	display: block;
}

div.catalogItem {
	margin-bottom: 15px;
}

div.catalogItem:last-child {
	margin-bottom: 0;
}

div.catalogItem p.itemPhoto {
	width: 120px;
	float: left;
	text-align: center;
}

div.catalogItem p {
	width: 540px;
	float: right;
}
div.catalogItem p.btn {
	width: auto;
}


div.catalogItem h3 {
	display: none;
}


div#article div.section div.incFood {
	border: 1px solid #e6e6e6;
	padding: 15px 0 15px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}


div#article div.section div.incFood h2 {
	color: #666;
	border: none;
	padding: 0;
}

div#article div.section div.incFood dl {
	width: 110px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 10px 10px 0;
}

/* Hides from legacy IE \*/
* html div#article div.section div.incFood dl {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.incFood dl {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.incFood dl dt a:hover img {
	opacity: 0.8;
}

div#article div.section div.incSupple h3 {
	border: none;
	margin: 0;
}

div#article div.section div.incSupple h3 a {
	display: inline-block;
}

div#article div.section div.incSupple h3 a:link,
div#article div.section div.incSupple h3 a:visited {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 5px 8px 3px 8px;
	background: #5591c8;
	border-bottom: 1px solid #3362b0;
	color: #fff;
	text-decoration: none;
}

div#article div.section div.incSupple h3 a:hover {
	background: #3362b0;
}


/* other style */

div#article div.section div.innerSection dl.nutrient dt {
	font-weight: bold;
	font-size: 14px;
	color: #5591C8;
}

div#article div.section div.innerSection dl.nutrient dd {
	margin-bottom: 16px;
}


div#article div.section div.innerSection dl.nutrient dd ul li {
	list-style: none;
	margin: 0 16px 0 0;
	display: -moz-inline-box;
	display: inline-block;
}

/* Hides from legacy IE \*/
* html div#article div.section div.innerSection dl.nutrient dd ul li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection dl.nutrient dd ul li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */


div.bgBlue {
	margin: 0 0 20px;
	padding: 20px;
	background: #f5f8ff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border: 1px solid #e5eeff;
}

div.bgPink {
	margin: 0 0 20px;
	padding: 20px;
	background: #ffedf0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border: 1px solid #ffdbe1;
}

div.bgYellow {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff8de;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border: 1px solid #ffe585;
}


div.bgGreen {
	margin: 0 0 20px;
	padding: 20px;
	background: #f0fdeb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border: 1px solid #caf9b7;
}

div.bgBlue p:last-child,
div.bgPink p:last-child,
div.bgYellow p:last-child,
div.bgGreen p:last-child {
	margin-bottom: 0;
}

div#article div.bgPink h2 {
	color: #f7014c;
	border-left-color: #f7014c;
}

div#article div.bgYellow h2 {
	color: #ed5401;
	border-left-color: #ed5401;
}

div#article div.bgGreen h2 {
	color: #2b8001;
	border-left-color: #2b8001;
}



div#article div.section div.innerSection ul.twoBtn {
	text-align: center;
}

div#article div.section div.innerSection ul.twoBtn li {
	display: -moz-inline-box;
	display: inline-block;
	width: 300px;

	margin: 0 10px;
	padding: 0;
	list-style: none;
	
}

/* Hides from legacy IE \*/
* html div#article div.section div.innerSection ul.twoBtn li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection ul.twoBtn li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.innerSection ul.twoBtn li a {
	font-weight: bold;
	font-size: 16px;
	padding: 15px;
}

div#article div.section div.innerSection ul.twoBtn li.counseling a {
	background: #f86a88 url(../images/icon_btn_arrow.png) no-repeat 6px 50%;
	border-bottom: 1px solid #f33c59;
}

div#article div.section div.innerSection ul.twoBtn li.counseling a:hover {
	background: #f33c59 url(../images/icon_btn_arrow.png) no-repeat 6px 50%;
}


div#article div.section div.innerSection ul.needs {
	letter-spacing: -.40em;
	margin-right: -21px;
	margin-bottom: 0;
}

div#article div.section div.innerSection ul.needs li {
	letter-spacing: normal;
	margin: 0;
	padding: 5px;
	list-style: none;
	position: relative;
	background: #fff;
	width: 184px;
	vertical-align: top;
	margin-right: 20px;
	display: -moz-inline-box;
	display: inline-block;
}

/* Hides from legacy IE \*/
* html div#article div.section div.innerSection ul.needs li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection ul.needs li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.innerSection ul.needs li p.photo {
	margin: 0;
}

div#article div.section div.innerSection ul.needs li p {
	margin: 18px 10px 0 10px;
}

div#article div.section div.innerSection ul.needs li h4 {
	position: absolute;
	left: -13px;
	top: 110px;
}

div#article div.section div.innerSection ul.moreCheck {
	letter-spacing: -.40em;
	margin-right: -21px;
	margin-bottom: 0;
}

div#article div.section div.innerSection ul.moreCheck li {
	display: -moz-inline-box;
	display: inline-block;
	width: 225px;
	letter-spacing: normal;
	border-right: 1px solid #dddddd;
	margin: 0;
	text-align: center;
}

/* Hides from legacy IE \*/
* html div#article div.section div.innerSection ul.moreCheck li {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div.section div.innerSection ul.moreCheck li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#article div.section div.innerSection ul.moreCheck li:last-child {
	border: none;
}




/* column */

div.columnCatch {
	border: 1px solid #dbe9c4;
	background: #fafff1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 15px;
	
	margin-bottom: 20px;
}

div.columnCatch div.textArea {
	width: 520px;
	float: left;
	
}

div.columnCatch dl {
	width: 90px;
	float: right;
	text-align: center;
}

div.columnCatch div.textArea p {
	margin: 0 !important;
}


div.columnCatch dl dt {
	position: relative;
}

div.columnCatch dl dt a:hover img {
	opacity: 0.8;
}

div.columnCatch dl dt span.columnBalloon {
	display: none;
	position: absolute;
	top: -40px;
	right: 0;
	color: #67b40d;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #67b40d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	z-index: 1;
}

div.columnCatch dl dt span.columnBalloon:after,
div.columnCatch dl dt span.columnBalloon:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.columnCatch dl dt span.columnBalloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
}

div.columnCatch dl dt span.columnBalloon:before {
	border-color: rgba(217, 219, 214, 0);
	border-top-color: #67b40d;
	border-width: 6px;
	left: 50%;
	bottom: -12px;
	margin-left: -6px;
}

div.columnCatch dl dt img {
	width: 90px;
	height: auto;
}


div.recommend {
	border: 1px solid #dbe9c4;
	background: #fafff1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

div.recommend h3 {
	background: ;
}




/* recipe */

.new {
	padding: 0 0 0 45px;
	background: url(../images/icon_new.gif) no-repeat 0 3px;
}


div.innerSection dl.recipeList,
div.innerSection dl.catalogList {
	margin: -10px 0 35px 17px;
	
}


div.recipeArea {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

div.recipeArea div.photoArea {
	width: 300px;
	float: left;
}

div.recipeArea div.material {
	width: 350px;
	float: right;
}

div#article div.recipeArea div.material p.howMany {
	margin: -48px 0 20px 0;
	text-align: right;
	
}

div#article div.recipeArea div.material table {
	margin-bottom: 10px;
}

div#article div.recipeArea div.material table th {
	font-weight: normal;
	width: 110px;
	padding: 4px;
}
div#article div.recipeArea div.material table td {
	padding: 4px;
}

div#article div.making ol {
	counter-reset:li;
	padding: 0;
	list-style: none;
}

div#article div.making ol li {
	position: relative;
	padding: 5px 0 15px 36px;
	margin-bottom: 8px;
	background: url(../images/bg_gnav.gif) no-repeat 10px 100%;
}

div#article div.making ol li:last-child {
	background: none;
}

div#article div.making ol li:before {
	content: counter(li);
	counter-increment: li;
	
	position: absolute;
	top: 0;
	left: 0;
	
	padding: 5px 12px;
	color: #fff;
	background: #f86a88;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}



div.policyArea {
	height: 200px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 15px;
	margin: 0 0 20px;
}


dl.faqList dt {
	margin: 10px 0 0 0;
	background: url(../images/icon_q.gif) no-repeat 0 14px;
	padding: 10px 0 0 20px;
	font-weight: bold;
	cursor: pointer;
	color: ;
	border-top: 1px dotted #ddd;
}

dl.faqList dt:hover {
	color: #3466b3;
}

dl.faqList dt:first-child {
	margin: 0;
	padding-top: 0;
	border-top: 0;
	background: url(../images/icon_q.gif) no-repeat 0 4px;
}

dl.faqList dd {
	background: url(../images/icon_a.gif) no-repeat 0 4px;
	margin-top: 10px;
	padding: 0 0 0 20px;
	display: none;
}



div#article dl.faqList dd h3 {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 0;
	border: none;
}



div#article p.postDate {
	text-align: right;
	margin: -15px 30px 15px 0;
}



/* # table & form style
---------------------------------------------------------------------------- */
div#article table {
	width: 100%;
}
div#article table th,
table.formBlockSurveyTable td.question {
	padding: 10px;
	font-weight: bold;
	width: 120px;
	border: 1px solid #e4e4e4;
	background: #eff5f9;
}

div#article table td,
table.formBlockSurveyTable td {
	padding: 10px;
	border: 1px solid #e4e4e4;
	
}

table.formBlockSurveyTable td input[type="text"],
table.formBlockSurveyTable td input[type="email"]{
	border: 1px solid #ccc;
	padding: 4px;
	width: 250px;
}


table.formBlockSurveyTable {
	margin-bottom: 15px;
}

table.formBlockSurveyTable td textarea{
	width: 495px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 4px;
	color: #666;
	font-size: 12px;
}

p.btnSubmit {
	width: 250px;
	margin: 0 auto;
}


p.btnSubmit input {
	display: block;
	width: 100%;
	text-align: center;
	padding: 4px 20px;
	color: #fff;
	background: #f86a88;
	border: none;
	border-bottom: 1px solid #f33c59;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	
	 -webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

p.btnSubmit input:hover {
	background: #f33c59;
}


/* benefit */

div#article div#benefits h2 {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

div#article div#benefits div.threeBenefit {
	background: url(../images/bg_myvitamin.jpg) no-repeat 0 0;
	padding: 10px 0 15px 40px;
	margin: 0 0 20px;
	min-height: 187px;
}

div#article div#benefits div.threeBenefit h3 {
	border: none;
	padding: 0;
	color: #067010;
	font-size: 16px;
}

div#article div#benefits div.threeBenefit p.photo {
	width: 181px;
	float: right;
	margin-left: 20px;
}


div#article div#myvitaminStep {
	letter-spacing: -.40em;
	background: url(../images/icon_arrow_myvitamin.gif) no-repeat 0 50%;
}

div#article div#myvitaminStep div.step {
	width: 195px;
	padding: 4px;
	letter-spacing: normal;
	border: 1px solid #e6e6e6;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

/* Hides from legacy IE \*/
* html div#article div#myvitaminStep div.step {
	display: inline;
	height: 1%;
}

*:first-child+html div#article div#myvitaminStep div.step {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */



div#article div#myvitaminStep div.step01,
div#article div#myvitaminStep div.step02 {
	margin-right: 25px;
}


div#article div#myvitaminStep div.step h3 {
	border: none;
	padding: 0;
	margin: 0 0 4px;
}

div#article div#myvitaminStep div.step p {
	margin: 0 0 8px;
}

div#article div#myvitaminStep div.step p:last-child {
	margin: 6px 6px 0;
}



div#article div.myvitaminContact {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 20px;
}

div#article div.myvitaminContact h3 {
	border: none;
	padding: 0;
	
	line-height: 1.6;
	color: #14297e;
}

div#article div.myvitaminContact p.shopList {
	width: 300px;
	float: left;
	margin: 0;
}

div#article div.myvitaminContact p.shopList a:hover img {
	opacity: 0.8;
}

div#article div.myvitaminContact p.freedial {
	width: 300px;
	float: right;
	margin: 0;
}




/* media infomation */
div.mediaInfoBox {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

div.mediaInfoBox:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

div.mediaInfoBox div.mediaInfo {
	width: 320px;
	float: left;
}

div#article div.mediaInfoBox div.mediaInfo h3 {
	line-height: 1.4;
	margin: 0 0 10px;
	border: none;
	color: #ff638b;
}

div.mediaInfoBox div.mediaInfo dl {
	
}

div.mediaInfoBox div.mediaInfo dl dt {
	width: 70px;
	font-weight: bold;
}

div.mediaInfoBox div.mediaInfo dl dd {
	margin: -1.8em 0 8px 0;
	padding: 0 0 0 80px;
}

div#article div.mediaInfoBox ul.mediaImg {
	width: 330px;
	float: right;
	text-align: right;
}

div#article div.mediaInfoBox ul.mediaImg li {
	width: 160px;
	float: left;
	
	vertical-align: top;
	margin-left: 5px;
}


div#article div.mediaInfoBox ul.mediaImg li a:hover img {
	opacity: 0.8;
}

div#article div.mediaInfoBox ul.mediaImg li img {
	width: 100%;
	height: auto;
	display: block;
}

div#article div.mediaInfoBox ul.mediaImg li p {
	display: block;
	margin: 0;
}

div#article div.mediaInfoBox ul.mediaImg li span {
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 0;
}


/* sitemap */

ul.sitemap {
	margin-right: -20px;
}

ul.sitemap li {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin: 0 20px 15px 0;
	border: 1px solid #e6e6e6;

}




ul.sitemap li a {
	display: block;

	padding: 15px;
	
	font-weight: bold;
	font-size: 14px;
	

	
}

ul.sitemap li ul {
	margin: 0 0 0 15px;
}

ul.sitemap li ul li {
	display: block;
	float: none;
	border: none;
	margin: 0 0 6px 0;
	width: auto;
}

ul.sitemap li ul li a {
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: none;
	padding: 0 0 0 10px;
	background: url(../images/icon_arrow_gray.gif) no-repeat 0 6px;
}


/* # sidebar
---------------------------------------------------------------------------- */
div#sidebar {
	width: 228px;
	float: left;

}

div#sidebar div#snav {
	background: #fff;
	padding: 8px;
	margin: 0 0 20px;
	box-shadow: 0 0 3px #dfe5e8;
	-webkit-box-shadow: 0 0 3px #dfe5e8;
	-moz-box-shadow: 0 0 3px #dfe5e8;
	-ms-box-shadow: 0 0 3px #dfe5e8;
	-o-box-shadow: 0 0 3px #dfe5e8;
}

div#sidebar div#snav div.inner {
	border: 1px solid #dde9f8;
}

div#sidebar div#snav div.inner h3 p {
	margin: 0;
}


div#sidebar div#snav ul {
	margin: 9px;
}

div#sidebar div#snav ul li a {
	display: block;
	padding: 8px 8px 8px 20px;
	background: url(../images/icon_arrow_snav.gif) no-repeat 10px 15px;
	color: #666;
}

div#sidebar div#snav ul li.active a,
div#sidebar div#snav ul li a:hover,
div#sidebar div#snav ul li.nav-selected a.nav-selected,
div#sidebar div#snav ul li.nav-path-selected a.nav-path-selected {
	background: #eff5f9 url(../images/icon_arrow_snav.gif) no-repeat 10px 15px;
	text-decoration: none;
}

div#sidebar div#snav ul li.nav-selected a,
div#sidebar div#snav ul li.nav-path-selected ul li a {
	text-decoration: underline;
}


ul.bnrArea li {
	margin-bottom: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 3px #dfe5e8;
	-webkit-box-shadow: 0 0 3px #dfe5e8;
	-moz-box-shadow: 0 0 3px #dfe5e8;
	-ms-box-shadow: 0 0 3px #dfe5e8;
	-o-box-shadow: 0 0 3px #dfe5e8;
}

ul.bnrArea li a:hover img {
	opacity: 0.8;
}

ul.bnrArea li span {
	display: none;
}


div#sidebar div#snav ul li ul {
	margin: 0;
	padding: 0 3px 3px 20px;
}

div#sidebar div#snav ul li.nav-path-selected ul li {
	font-size: 11px;
}
div#sidebar div#snav ul li.nav-path-selected ul li a {
	padding: 2px 2px 2px 10px;
	background: url(../images/icon_arrow_snav.gif) no-repeat 3px 9px;
}

div#sidebar div#snav ul li.nav-path-selected ul li a:hover,
div#sidebar div#snav ul li.nav-path-selected ul li.nav-selected a,
div#sidebar div#snav ul li.nav-path-selected ul li.nav-selected a:hover,
div#sidebar div#snav ul li.nav-path-selected ul li.nav-path-selected a,
div#sidebar div#snav ul li.nav-path-selected ul li.nav-path-selected a:hover {
	background: url(../images/icon_arrow_snav.gif) no-repeat 3px 9px;
	text-decoration: none;
	font-weight: bold;
	color: #5591c8;
}

div#sidebar div#snav ul li.nav-path-selected ul li a:hover {
	font-weight: normal;
}



/* # footer
---------------------------------------------------------------------------- */
div#footer {
	background: #fff;
	border-top: 1px solid #c6dff0;
}

div#socialArea {
	margin: -29px 0 0 0;
}
div#socialInner {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

div#socialArea ul {
	letter-spacing: -.40em;
	display: inline;
}

div#socialArea ul li,
div#socialArea p {
	letter-spacing: normal;
	display: inline;
	margin-left: 10px;
}


div#footerInner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0;
}

div#footer div.flogoArea {
	width: 204px;
	float: left;
	text-align: center;
}


div#footer p.flogo {
	margin: 0 0 30px;
}

div#footer p.btnOnlineShop a {
	display: block;
}



div#footer ul.fnav {
	width: 730px;
	float: right;
	text-align: right;
	letter-spacing: -.40em;
}

div#footer ul.fnav li {
	font-weight: bold;
	width: 180px;
	display: -moz-inline-box;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}

/* Hides from legacy IE \*/
* html div#footer ul.fnav li {
	display: inline;
	height: 1%;
}

*:first-child+html div#footer ul.fnav li {
	display: inline;
	height: 1%;
}
/* End hide from legacy IE */

div#footer ul.fnav > li:first-child {
	width: 120px;
}

div#footer ul.fnav li:nth-child(2) {
	width: 220px;
}

div#footer ul.fnav li:nth-child(3) {
	width: 200px;
}

div#footer ul.fnav li a {
	text-decoration: none;
	color: #1c83cb;
}


div#footer ul.fnav li ul {
	margin: 8px 0 0 0;
}

div#footer ul.fnav li:last-child ul {
	margin-top: 30px;
}


div#footer ul.fnav li ul li {
	font-weight: normal;
	margin: 0 0 4px 4px;
	display: block;
	width: auto;
}

div#footer ul.fnav li ul li a {
	color: #666;
	padding: 0 0 0 8px;
	background: url(../images/icon_arrow_gray.gif) no-repeat 0 8px;
	text-decoration: underline;
	display: block;
}

div#footer ul.fnav li ul li a:hover {
	text-decoration: none;
	color: #1c83cb;
}


p#copyright {
	text-align: center;
	font-size: 10px;
	color: #7c94a6;
	padding: 10px 0;
	margin: 0;
}


div#ccm-page-status-bar {
	z-index: 150;
}