@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

【各ページ共通】
	
/////////////////////////////////////////////////////////////////// */

body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* =========================================================
.global-header
========================================================= */
.global-header {
	position: relative;
	width: 100%;
	z-index: 15;
}

/* =========================================================
.site-header 
========================================================= */
.site-header {
	height: 190px;
	border-top: 5px solid #c60078;
	border-bottom: 5px solid #ccc;
}

/* =========================================================
.site-header-inner
========================================================= */
.site-header-inner {
	position: relative;
	margin: auto;
	width: 960px;
	height: 100%;
}

.site-logo {
	position: absolute;
	left: 0;
	top: 35px;
	margin: 0;
}

/* =========================================================
.utility-nav
========================================================= */
.utility-nav {
	position: absolute;
	left: 43px;
	top: 9px;
}

.utility-nav ul {
	margin: 0;
	font-size: .9em;
	list-style: none;
}

.utility-nav li {
	margin-left: 16px;
	float: left;
}

.utility-nav a {
	padding-left: 10px;
	color: #666;
	background: url(../img/icon/arrow_pink.png) no-repeat left center;
	text-decoration: none;
}

.utility-nav a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

.utility-nav a[target="_blank"] {
	padding-left: 16px;
	background-image: url(../img/icon/link_blank.gif);
}

/* =========================================================
.important
========================================================= */
.important {
	position: absolute;
	left: 98px;
	top: 37px;
	padding: 3px 3px 0;
	width: 854px;
	height: 23px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #c1c1c1;
	font-size: 12px;
	line-height: 20px;
}

.important h2 {
	margin: 0;
	padding: 0 5px;
	width: 100px;
	background: #e695bb;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.important dl {
	margin: 0 0 0 8px;
	width: 736px;
}

.important dt,
.important dd {
	float: left;
}

.important dt {
	width: 80px;
	color: #c60078;
}

.important dd {
	margin-left: 3px;
	width: 652px;
}

/* =========================================================
.site-search
========================================================= */
.site-search {
	position: absolute;
	right: 0;
	top: 6px;
}

.site-search-inner {
	position: relative;
}

.search-keyword {
	padding-right: 26px;
	width: 200px;
	background: #f7f7f7;
	border: 1px solid #c1c1c1;
}

.search-keyword:focus {
	border-color: #56b4ef;
	outline: none;
}

.search-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 21px;
	height: 15px;
	display: block;
	background: url(../img/header/btn_search.png) #f7f7f7 no-repeat center;
	border: none;
	text-indent: -9999px;
}

/* =========================================================
.flash-area
========================================================= */
.flash-area {
	position:absolute;
	right: 0;
	bottom: 68px;
	width: 862px;
	height: 79px;
background-image: url("/common/img/header/header_noflash.gif");
}

/* =========================================================
.container
========================================================= */
.container {
	width: 100%;
}

/* =========================================================
.wrapper
========================================================= */
.wrapper {
	margin: auto;
	width: 960px;
}

/* =========================================================
.topicpath
========================================================= */
.topicpath {
	margin: 18px auto;
	padding: 5px 13px;
	width: 934px;
	background: #f7f7f7;
	font-size: .9em;
	list-style: none;
	border-radius: 3px;
}

.topicpath li {
	display: inline;
	color: #666;
}

.topicpath a {
	color: #c60078;
	text-decoration: none;
}

.topicpath a {
	padding-right: 13px;
	background: url(../img/icon/arrow_topicpath.png) no-repeat right center;
}

.topicpath a:hover {
	color: #dd3aa3;
}

/* =========================================================
.global-nav
========================================================= */
.global-nav {
	position: absolute;
	left: 0;
	bottom: 8px;
	height: 52px;
}

.global-nav ul {
	margin: 0;
	padding: 0;
	border-right: 1px solid #efefef;
	list-style: none;
}

.global-nav li {
	float: left;
	border-left: 1px solid #e5e5e5;
}

.global-nav a {
	height: 52px;
	display: block;
	background-image: url(../../common/img/header/gnavi.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.nav-home a {
	width: 108px;
	background-position: 0 0;
}

.nav-home .current,
.nav-home a:hover {
	background-position: 0 bottom;
}

.nav-tenpo a {
	width: 184px;
	background-position: -110px 0;
}

.nav-tenpo .current,
.nav-tenpo a:hover {
	background-position: -110px bottom;
}

.nav-event a {
	width: 228px;
	background-position: -278px 0;
}

.nav-event .current,
.nav-event a:hover {
	background-position: -278px bottom;
}


.nav-info a {
	width: 151px;
	background-position: -492px 0;
}

.nav-info .current,
.nav-info a:hover {
	background-position: -492px bottom;
}

.nav-news a {
	width: 134px;
	background-position: -629px 0;
}

.nav-news .current,
.nav-news a:hover {
	background-position: -629px bottom;
}

.nav-shop a {
	width: 148px;
	background-position: -755px 0;
}

.nav-shop .current,
.nav-shop a:hover {
	background-position: -755px bottom;
}

/* =========================================================
.main-content
========================================================= */
.main-content {
	float: right;
	width: 708px;
	color: #666;
}

.main-content a {
	color: #0d56a6;
	text-decoration: none;
}

.main-content a:hover {
	text-decoration: underline;
}

.main-content section {
	/*margin-left: 18px;*/
}

.main-content h2 {
	margin: 0 0 13px;
	padding: 8px 20px;
	background: url(../img/article/h2_bkg.jpg) no-repeat left bottom;
	color: #4D4D4D;
	font-size: 1.2em;
	border: 1px solid #E5E5E5;
	border-bottom: none;
}

.main-content h3 {
	margin: 0 0 13px;
	padding-left: 24px;
	background: url(../img/icon/circle_pink.png) no-repeat left center;
	border-bottom: 1px dotted #C60078;
	font-size: 1.2em;
}

.main-content p,
.main-content ul,
.main-content ol,
.main-content dl {
	margin-right: 13px;
	margin-left: 13px;
	font-size: .9em;
}

.main-content ul,
.main-content ol {
	padding-left: 25px;
}

.main-content table {
	margin: .67em 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: separate;
	font-size: .9em;
}

.main-content th,
.main-content td {
	padding: 8px;
}

.main-content th {
	background: #F0F0F0;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	text-align: left;
width: 70px;
}

.main-content td {
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
}

/* =========================================================
.sidebar
========================================================= */
.sidebar {
	position: relative;
	float: left;
	width: 220px;
	color: #666;
}

.sidebar section {
	margin-bottom: 13px;
}

.sidebar-box {
	background: url(../img/sidebar/bg.gif) #fff5fb no-repeat center bottom;
}

.search-box {
	text-align: center;
}

.word {
	position: relative;
}

.word input[type="search"] {
	padding: 0 26px 0 8px;
	width: 170px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 16px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .16);
}

.word input[type="search"]:focus {
	border-color: #56b4ef;
	outline: none;
}

.word input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 21px;
	height: 15px;
	display: block;
	background: url(../img/sidebar/btn_word.png) no-repeat center;
	border: none;
	text-indent: -9999px;
}

.sidebar-box span {
	text-align: left;
}

.search-box select {
	width: 100%;
}

.search-box button {
	margin: 8px 0;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
}

.sidebar-box h2 {
	margin: 0;
	padding-left: 32px;
	background: url(../img/sidebar/h2_bg.gif) no-repeat left top;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
}

.search-box h2 {
	padding-left: 14px;
	background: url(../img/sidebar/search_bg.gif) no-repeat left top;
	font-size: 18px;
	line-height: 62px;
	text-align: left;
}

.sidebar-box h2 a {
	margin-left: 15px;
	padding: 3px 5px;
	background: #fff;
	color: #ee92ba;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 2px;
}

.sidebar-box h2 a span {
	padding-left: 10px;
	background: url(../img/sidebar/arrow.png) no-repeat left center;
}

.sidebar-box a:hover {
	text-decoration: underline;
}

.sidebar-box ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
}

.sidebar-box li {
	padding: 8px;
	border-top: 1px dotted #E89AC6;
}

.sidebar-box li.first {
	border-top: none;
}

.sidebar-box ul a {
	color: #666;
	text-decoration: none;
}

.sidebar-box li span {
	display: block;
}

.sidebar-box .date {
	color: #C60078;
}

.sidebar-info {
	line-height: 38px;
}

.sidebar-info img {
	margin-right: 5px;
}

.sidebar-info a {
	display: block;
	background: url(../img/sidebar/arrow.png) no-repeat right center;
}

.sidebar .sidebar-service {
	padding-bottom: 15px;
}

.sidebar-service li {
	padding: 15px 0 0;
	border-top: none;
	text-align: center;
}

.sidebar img {
	vertical-align: bottom;
}

/* =========================================================
.global-footer
========================================================= */
.global-footer {
	margin-top: 40px;
}

.site-footer {
	padding-top: 18px;
	background: #f2f2f2 url(../img/footer/footer_bg.gif) repeat;
	border-top: 1px solid #e6e6e6;
	border-bottom: 5px solid #c60078;
}

/* =========================================================
.footer-nav
========================================================= */
.footer-nav {
	padding: 24px 0 20px;
	background: #FFF;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.footer-nav-inner {
	position: relative;
	margin: auto;
	width: 960px;
}

.footer-nav-inner ul {
	margin: 0;
	padding: 0;
	font-size: .9em;
	list-style: none;
}

.footer-nav-inner li {
	margin-right: 16px;
	float: left;
}

.footer-nav-inner li a {
	padding-left: 10px;
	background: url(../img/icon/arrow_pink.png) no-repeat left center;
	color: #666;
	text-decoration: none;
}

.footer-nav-inner li a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

.pagetop {
	position: absolute;
	right: 0;
	top: -38px;
}

/* =========================================================
.directory-nav
========================================================= */
.directory-nav-inner {
	margin: auto;
	width: 960px;
}

.directory-nav-inner section {
	margin: 1.5em 50px 0 0;
	float: left;
}

.directory-nav-inner h3 {
	margin: 0;
	color: #c60078;
}

.directory-nav-inner ul {
	margin: 0 13px 0 0;
	padding: 0;
	font-size: .9em;
	list-style: none;
}

.directory-nav-inner li {
	margin-top: 5px;
}

.directory-nav-inner a {
	color: #666;
	text-decoration: none;
}

.directory-nav-inner a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

/* =========================================================
.copyright
========================================================= */
.copyright {
	margin-top: 50px;
	border-top: 1px solid #FFF;
}

.copyright section {
	margin: auto;
	padding-bottom: 13px;
	width: 960px;
	height: 51px;
}

.copyright p {
	position: relative;
	margin: 0;
	padding-top: 7px;
	height: 100%;
	background: url(../img/footer/logo.gif) no-repeat right bottom;
	font-size: .84em;
}

.copyright p small {
	position: absolute;
	bottom: 0;
}



.formcenter {
display: block;
margin-top: 0em;
text-align: center;
}




/* =========================================================
.お客様サイトサイドバー
========================================================= */

.placeform{
margin: 0 auto; 
}

/* =========================================================
.検索
========================================================= */


.search_result dt:before {
content: "●";
color: rgb(121, 185, 185);
margin-right: 5px;
}

.search_result dt {
font-weight: bold;
margin-top: 15px;
}


/* =========================================================
.スモール店舗　専門店紹介
========================================================= */

p.catlead {
clear: both;
padding-bottom: 4px;
padding-top: 25px;
font-weight: bold;
}

.main-content #tenpo-info #event-campaign li.tenpowp {
width: 98%;
padding-left: 8px;
padding: 0px;
margin: 0px;
font-size: 0.9em;
line-height: 2.9em;
}

.main-content #tenpo-info #event-campaign li.tenpomenu {
background-color: beige;
padding-top: 8px;
width: 98%;
}

p.shopflore {
float: left;
width: 15px;
}

p.shopname {
float: left;
width: 30%;
}

p.shoptell {
float: left;
width: 20%;
}

p.shopsubcat {
float: left;
width: 30%;
}

li.tenpomenu p {
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
}

.icon-fashion {
background: url(../../../tenpo/img/staff/icon-fashion.png) no-repeat center top;
}


#touhyou-graph1 th{
	width:100%;
}
#touhyou-graph2 th{
	width:100%;
}
#touhyou-graph3 th{
	width:100%;
}
#touhyou-graph4 th{
	width:100%;
}
#touhyou-graph5 th{
	width:100%;
}
#touhyou-graph6 th{
	width:100%;
}
#touhyou-graph7 th{
	width:100%;
}


.details .event-img{
padding: 5px;
background: #fff;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 10px;
margin-top: 10px;
}

/*ダウンロード　ボタン*/

.button_pdf_download{
	margin:auto 5px;
	text-decoration:none;
border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #383838;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.button_pdf_download:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

img.mt-image-center {
margin-left: auto;
margin-right: auto;
display: block;
}


.stafftab-content {
    border: 1px solid #ccc;
}




/*////インフォメーション文////*/

.info_text {
  float: right;
  /* width: 330px; */
  margin-right: 15px;
  margin-top: 20px;
  font-size: 0.9em;
}


p.event_subtitle {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    border-bottom: dotted 2px #c60078;
}

.pc_invisible{
	display:none;
}

p.bnbn img {
    width: 340px;
}