@charset "UTF-8";

/* ブラウザスタイルの初期化 */

html,body {
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

fieldset, img {
	border: 0;
}

abbr, acronym {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-table;
}

/* MacIE begin \*/

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* MacIE end */

/* body */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #595959;
	text-align: center;
}

a:link, a:visited {
	color: #FC546D;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0073;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
}

/* wrapper */

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	/*height: 100%;*/
	border: #33CCCC 0px solid;
	background: url(../images/bg2.jpg) repeat-x center top #FFFFFF;
}

#wrapper_top {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	border: #33CCCC 0px solid;
	background: url(../images/bg1.jpg) repeat-x center top #FFFFFF;
}

/* container */

#container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: 0px solid #FF6633;
	width: 1000px;
	
}

/* グローバルナビゲーション */

#globalNavi {
	margin: 0 auto;
	width: 960px;
}

#globalNavi li{
  list-style-type:none;
  float:left;
}

#globalNaviShadow {
	margin: 0 auto;
	width: 960px;
	height: 20px;
	background: url(../images/global_navi_shadow.jpg) no-repeat;
}

#globalNaviTop {
	height: 5px;
}

/* ヘッダー */

#header {
	height: 100px;
	margin: 0 auto;
}

#headerH1 {
	width: 960px;
	margin: auto;
	padding-top: 30px;
}

#headerH1 h1 {
	text-align: right;
	font-size: 11px;
	color: #666666;
}

#headerContents {
	border: #33CCCC 0px solid;
	height: 49px;
}

#headerLogo {
	float: left;
	margin-left: 20px;
	border: #33CCCC 0px solid;
}

#headerNavi {
	float: right;
	margin-right: 20px;
	vertical-align: bottom;
	border: #33CCCC 0px solid;
	height: 13px;
	position: relative;
	top: 24px;
}

#headerNavi li{
	list-style-type:none;
	float:left;
	margin-left: 10px;
}

/* トップflash */

#topFlash {
	margin: 0 auto;
	width: 1000px;
}

#flashCont {
	width: 960px;
	height: 380px;
	float: left;
}

#flashShadowTop {
	background: url(../images/topflash_shadow_top.jpg) no-repeat;
	width: 1000px;
	height: 5px;
	margin: 0;
	padding: 0;
}

#flashShadowLeft {
	background: url(../images/topflash_shadow_left.jpg) no-repeat;
	width: 20px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: left;
}

#flashShadowRight {
	background: url(../images/topflash_shadow_right.jpg) no-repeat;
	width: 20px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: left;
}

/* フッター */

#footer {
	width: 100%;
}

#footerTown {
	width: 1000px;
	height: 62px;
	background: url(../images/footer_town.jpg) no-repeat #FFFFFF;
	margin: 0 auto;
}

#footerContents {
	width: 100%;
	background: #FC677E;
	margin: 0 auto;
	
}

#footerNavi {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#footerNavi ul {
	padding-top: 0;
	
}

#footerNavi ul li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	padding-left: 15px;
	font-size: 11px;
	background: url(../images/footer_navi_icon.jpg) no-repeat center left;
}

#footerNavi ul li a:link, #footerNavi ul li a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerNavi ul li a:hover, #footerNavi ul li a:active {
	color: #EADD84;
	text-decoration: underline;
}

#footerCopy {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

#footerBanner {
	width: 1000px;
	margin: 0 auto;
	background: #FC677E;
	padding: 10px 0 10px 0;
	text-align: center;
}

#footerBanner ul li{
	/*float: left;*/
	display: inline;
	margin-right: 10px;
}

#footerSeo {
	display: none;
}

/* メインコンテンツ */

#contents {
	width: 1000px;
}

/* 右コンテンツ */

#rightContents {
	float: right;
	margin-right: 20px;
	text-align: center;
	width: 256px;
}

#searchNavi {
	margin-bottom: 10px;
}

#searchNavi ul li {
	list-style-type:none;
	margin-bottom: 2px;
}

/* サブナビ */

#subNavi {
	margin: auto;
	margin-bottom: 10px;
	width: 244px;
}

#subNaviHeader {
	background: url(../images/side_submenu_header.jpg) no-repeat;
	width: 244px;
	height: 21px;
}

#subNaviFooter {
	background: url(../images/side_submenu_footer.jpg) no-repeat;
	width: 244px;
	height: 21px;
	margin-bottom: 20px;
}

#subNaviList {
	background: url(../images/side_submenu_bg.jpg) repeat-y;
	width: 224px;
	padding: 10px;
}

#subNaviList ul li {
	list-style-type:none;
	text-align: left;
	/*width: 224px;*/
	vertical-align: middle;
}

#subNaviList ul li a {
	display: block;
	padding: 12px 0 12px 28px;
	line-height: 13px;
}

#subNaviList ul li a:link, #subNaviList ul li a:visited {
	background: url(../images/side_submenu_btn_bg.jpg) no-repeat left center;
	color: #9C8723;
	text-decoration: none;
}

#subNaviList ul li a:hover, #subNaviList ul li a:active {
	background: url(../images/side_submenu_btn_bg_o.jpg) no-repeat left center;
	color: #FC546D;
	text-decoration: underline;
}

#subNaviList ul .selected {
	display: block;
	padding: 12px 0 12px 28px;
	line-height: 13px;
	background: url(../images/side_submenu_btn_bg_o.jpg) no-repeat left center;
	color: #FC546D;
	text-decoration: none;
	font-weight: bold;
}

/* 左コンテンツ */

#leftContents {
	float: left;
	margin-left: 20px;
}

.pageContents {
	margin-bottom: 20px;
	padding: 0;
	width: 690px;
}

.pageTitle {
	margin-bottom: 15px;
	padding: 0;
}

.pageHeader {
	margin-bottom: 15px;
	padding: 0;
}

.subContents {
	width: 680px;
	margin: 0 auto;
}

.subTitle {
	width: 680px;
	height: 40px;
	background: url(../images/sub_title.jpg) no-repeat;
	padding: 9px 0 0 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #988423;
	margin: 0 auto;
}

.pageTop {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.pageTop a {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 10px;
}

/* トップニュース */

.newsContents {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 420px;
	overflow: auto;
	background: url(../images/news_waku_center.jpg) repeat-y;
}

.newsBlock {
	width: auto;
	margin: 0 auto;
	padding: 0 15px;
}

.newsLine {
	clear: both;
	border-bottom: #8BB114 dashed 1px;
	height: 1px;
	margin: 0 0 10px 0;
}

.newsDate {
	font-weight: bold;
	color: #A68933;
	margin: 0;
	padding: 0;
	text-align: left;
}

.newsIcon {
	width: 69px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0;
	float: left;
	vertical-align: baseline;
}

.newsTxt {
	width: 380px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	text-align: left;
}

.detailLink {
	line-height: 9px;
}

.moniplaBlog {
	margin: 0 auto;
	padding: 0;
	width: auto;
	overflow: auto;
	border: #CCC 1px solid;
}


/* テーブル(背景あり) */

.tblBg table	{
	border-collapse: collapse;	border-spacing: 0;
	border: 1px solid #DBC662;
	text-align: left;
	
	margin: 0 auto;
}

.tblBg thead tr td	{
	/*background: url(../images/table_title_bg.jpg) repeat-x bottom #FFF4F8;*/
	background: #FFFFFF;
	border: 1px solid #DBC662;
	padding: 10px 10px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.tblBg tr th	{
	background: url(../images/th_bg.jpg) repeat-x bottom #FFF4F8;
	border: 1px solid #DBC662;
	padding: 10px;
	
}

.tblBg tr td	{
	background: url(../images/td_bg.jpg) repeat-x bottom #FFFFFF;
	border: 1px solid #DBC662;
	padding: 10px;
	text-align: left;
}

/* テーブル(背景なし) */

.tblNoBg table	{
	border-collapse: collapse;	border-spacing: 0;
	text-align: left;
	
	margin: 0 auto;
}

.tblNoBg thead tr td	{
	/*background: url(../images/table_title_bg.jpg) repeat-x bottom #FFF4F8;*/
	padding: 10px 10px;
	font-weight: bold;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.tblNoBg tr th	{
	padding: 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

.tblNoBg tr td	{
	padding: 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
}

/* リスト番号アイコン */

.listNum li p {
	margin-bottom: 15px;
	list-style: none;
	text-align: left;
}

.listNum1 {
	background: url(../images/icon_number1.jpg) no-repeat;
	padding-left: 25px;
}
.listNum2 {
	background: url(../images/icon_number2.jpg) no-repeat;
	padding-left: 25px;
}
.listNum3 {
	background: url(../images/icon_number3.jpg) no-repeat;
	padding-left: 25px;
}
.listNum4 {
	background: url(../images/icon_number4.jpg) no-repeat;
	padding-left: 25px;
}
.listNum5 {
	background: url(../images/icon_number5.jpg) no-repeat;
	padding-left: 25px;
}
.listNum6 {
	background: url(../images/icon_number6.jpg) no-repeat;
	padding-left: 25px;
}
.listNum7 {
	background: url(../images/icon_number7.jpg) no-repeat;
	padding-left: 25px;
}
.listNum8 {
	background: url(../images/icon_number8.jpg) no-repeat;
	padding-left: 25px;
}
.listNum9 {
	background: url(../images/icon_number9.jpg) no-repeat;
	padding-left: 25px;
}

.listLink {
	background: url(../images/icon_link.jpg) no-repeat;
	padding-left: 20px;
}

/* 右側のコスメブログ */

.cosmeblog {
	margin: 0 auto;
	padding: 0;
	width: 244px;
}

#rightCosmeBlog {
	margin: 0 auto;
	padding-bottom: 20px;
}

/* 最新メディア情報 */

#mediaNews {
	padding-bottom: 10px;
}

.mediaRound {
	width: 244px;
}

.mediaText {
	/*font-size: 11px;
	line-height: 11px;*/
	height: 20px;
}

.mediaImg {
	margin-bottom: 0.2em;
}

.roundabout-holder {
	list-style: none;
	width: 180px;
	height: 150px;
	margin: 0.5em auto;
	/*height: 15em;*/
}

.roundabout-moveable-item {
	height: 124px;
	/*height: 14em;*/
	width: 92px;
	/*border: 1px solid #333;
	background-color:pink;*/
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
}

.roundabout-moveable-item .mediaImg img {
	height: 100%;
	width: 100%;
}

.roundabout-in-focus {
	cursor: auto;
}

/* 商品まわり */

.brandNavi {
	width: 680px;
	margin: auto;
}

.brandNavi ul li {
	float: left;
	display: inline;
	margin-bottom: 5px;
}

.brandSubContents {
	width: 650px;
	margin: auto;
}

.itemContents {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

.itemRight {
	float: right;
	width: 400px;
	margin: 0 auto;
}

.itemKakaku, .itemNaiyouryou, .itemJan {
	height: 17px;
	line-height: 17px;
	margin-bottom: 5px;
}

.itemCartBtn {
	text-align: center;
	margin-bottom: 10px;
}

.seibunContents {
	display: none;
	font-size: 10px;
	color: #666666;
	padding: 6px;
	background: #FFFFCC;
}

.seibunHeader {
	cursor: pointer;
}

.howtoContents {
	display: none;
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
	padding: 6px;
	background: #FFFFCC;
}

.howtoHeader {
	cursor: pointer;
}

.itemName1 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

.itemName2 {
	font-size: 13px;
}

