@charset "utf-8";

/*-------------共通コンテンツ領域-----*/

.contents {
	margin:0 auto;
	text-align:left;
	width:980px;
}

/*-------------ページトップ-----*/

#page_top {
/*
	background: #eee;
	color:#999;
	
	background: #ff95bb;
	background: #ffb2ce;
	background: #ffc1dc;
	background: #ffecf4;
	
	background-color: #ffb2ce;
	background: linear-gradient(#ff95bb, #ffc1dc); 
	color:#b75f7f;
	
	background-color: #ffc1dc;
	color:#b75f7f;

	background: #ffc1dc;
	color: #fff;
*/
	background: #fff;
	color: #666;

	font-size: 10px;
    font-weight: normal;
	text-align: left;
}

/*-------------ページヘッダー-----*/

#page_header {
	text-align:center;
	padding:1px 0;
	/*background-color:#ffffff;*/
	background-color:#ffd0e0;/*20150722追加*/
    height:69px;/*20150722追加*/
}

#page_header table {
	width:100%;
	height:60px;
}

#page_header th {
	text-align:left;
	vertical-align:middle;
}

#page_header td {
	text-align:right;
	vertical-align:middle;
}

/*#page_header td a{
	display:inline-block;
	height:48px;
	line-height:48px;
	border-radius:10px;
	padding:0 5px;
	border:1px solid #fff;
}*/
/*#page_header td a:hover {
	background-color:#ffd;
	border:1px solid #FC6;
}*/


/***********20150723追加***************/
#page_header .hedder-main-info{
    position:relative;
    left:-44px;
}
#page_header .hedder-main-info .img-catchcopy{
    /*margin-left:-2px;*/
    margin-left:-12px;
    margin-bottom:2px;
}


/*-------------店舗数とか-----*/

@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

/***********20150723追加***************/
#page_header .site-info {
    background-color:#fff6f9;
    display:inline;
    vertical-align:middle;
    padding:3px 11px 1px 5px;
    /*margin-left:6px;*/
    margin:1px 0 0 17px;
    border-radius:2px;
}

#page_header .total_numbers {
	/*position:relative;
	top:3px;
	margin-left: 12px;
	color:#944e1b;*/
    color:#4c1700;/*20150722追加*/
    font-size:12px;/*20150722追加*/
    line-height:16px;/*20150722追加*/
    margin:0 0 0 6px;/*20150722追加*/   
}
/*#page_header .total_numbers b{
	margin-right: 1px;
	font-size: 15px;
	color:#f63;
	font-weight: 900;
	font-family: "Arial";
}*/

/***********20150723追加***************/
#page_header .total_numbers .count {
    font-family: 'Arial';
    font-weight: 900;
    color: #e60012;
    font-size: 14px;
    line-height: 16px;
    margin-right: 2px;
}


/*-------------ログインメニューなど-----*/
/***********20150723追加***************/
#page_header td ul.main-manu{
    list-style:none;
    float:right;
}
/***********20150723追加***************/
#page_header td ul.main-manu li{
    float:left;
    width:66px;
    height:43px;
    margin-left:-1px;
    margin-bottom:3px;
    
}
/***********20150723追加***************/
#page_header td ul.main-manu li a{
    display:block;
    height:100%;
    text-align:center;
    border:#e1dddf solid 1px;
    background:linear-gradient(#fff, #f1f1f1);
    background: -moz-linear-gradient(top,#fff 0%,#f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-color:#fff;
}
/***********20150723追加***************/
#page_header td ul.main-manu li a:hover{
    background-color:#ffd;
    background-image:none;
    
}
/***********20150723追加***************/
#page_header td ul.main-manu li a img.ico-main-menu {
    margin-top:6px;
    vertical-align:middle;
}
/***********20150723追加***************/
#page_header td ul.main-manu li a .btn-text {
    margin-top:3px;
    font-size:10px;
    line-height:12px;
    color:#898989;
}



/*-------------パンくずリスト-----*/

#page_nav {
	text-align:center;
	height:22px;
/*
	background:#f8f8f8;
	border-bottom: 1px solid #d0d0d0;
	
	background: #ffecf4;
	background: #ffecf4 url(pankuzu_bg.gif);
	border-bottom: 1px solid #c8aab5;
	
	background: linear-gradient(#fff4f9, #ffcce2); 
*/
	/*background: #ffecf4 url(pankuzu_bg.gif);*/
    background-color:#ffa7c8;/*20150722追加*/
	/*border-bottom: 1px solid #d0d0d0;*//*20150727撤去*/
}


ul.page_navigation {
 	list-style: none;
}

ul.page_navigation li{
	float:left;
	height:22px;
	line-height:22px;
	white-space: nowrap;
    color:#fff;/*20150722追加*/
}

ul.page_navigation li a{
	font-weight:normal;
	padding-right:14px;
	background:url(pankuzu_separator.gif) no-repeat right center;
    color:#fff;/*20150722追加*/
}
ul.page_navigation li a:hover{
    text-decoration:underline;
    
}

/*-------------メインコンテンツ-----*/

#page_main {
	text-align:center;
	margin-top:20px;
	min-height:300px;
	background-color:#ffffff;
}

#page_main #left_contents {
	width:200px;
	float:left;
}

#page_main #main_contents {
	width:740px;
	float:right;
}



/*-------------ページの先頭へのリンク-----*/


#page_top_link {
	display: none;
}
/*
#page_top_link {
	text-align:center;
	margin-top:50px;
	margin-bottom:4px;
}

#page_top_link .contents {
	text-align:right;
}

#page_top_link {
	text-align:center;
	margin-top:60px;
}

#page_top_link .contents a{
	display:inline-block;
	border-radius:6px 6px 0 0;
	padding:6px 6px 0 6px;
	background-color:#f8f8f8;
	border: 1px solid #d0d0d0;
	border-bottom:0;
	z-index:100;
	margin:-1px;
}
*/

/*-------------ページフッター-----*/

#page_footer {
	margin-top:40px;
	text-align:center;
	background-color:#f8f8f8;
	border-top: 1px solid #d0d0d0;
	padding:25px 0 35px 0;	
}

#page_footer .links {
	text-align:center;
}

#page_footer .links a{
	padding:0 6px;
	color:#666;
}
#page_footer .links a:hover{
    color:#ff3333;
}

#page_footer .copyright {
	margin-top:1em;
	text-align:center;
}

#page_footer table.footer-quick-link{
    margin: 0px auto 0 auto;
}
#page_footer table.footer-quick-link td{
    padding:4px;
    font-size:12px;
    line-height:20px;
    
}
#page_footer table.footer-quick-link td.about{
    line-height:23px;
}
#page_footer table.footer-quick-link td a{
    color:#666;
}
#page_footer table.footer-quick-link td a:hover{
    color:#ff3333;
}
#page_footer table.footer-quick-link td.quick-link-space{
    width:30px;
}
#page_footer table.footer-quick-link td.under-bar-title{
    border-bottom:#ccc solid 1px;
    padding-left: 0;
/*
    font-family:'Century Gothic', Verdana, Geneva, sans-serif;
    font-size:18px;
    color:#aaa;
 */
}
#page_footer .mobiles-links{
    text-align:center;
    margin-top:1em;    
}


html {
	background-color: #f8f8f8;
}


/*-------------Bootstrapのpagerを上書き-----*/
.pager li a, .pager li span{
    color: #666;
}

.pager .disabled a, .pager .disabled a:hover, .pager .disabled a:focus, .pager .disabled span {
  color: #ddd;
}

.pagination li a, .pagination li span{
    color: #666;
}

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus{
    background: #ddd;
    border-color: #ddd;
}




