@charset "utf-8";
/*
Theme Name: グランド商事
Theme URI: http://www.grand-p.co.jp/
Description: Parlor GRAND ADVANCE theme
*/

@import url("addition.css");

/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,blockquote,th,td {
margin:0;
padding:0;
}
img {
border:0;
vertical-align: top;
}
body {
background-color:#FBFBFB;
font-size: 62.5%;
font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif;
}



a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
	margin-top:4px;
}
.fRight {
	float: right;
	margin-top:9px;
}



table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	/*width: 20%;*/
	padding: 8px;
	border: 1px solid #ccc;
	background:#eee;
	/*color: #fff;*/
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	/*width: 80%;*/
	padding: 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
}





/*-------------
header
-------------*/
#header { 
	width: 100%;
	border-bottom: 1px solid  #aaa;
	background: #efeeeb url(images/bg_header.gif) repeat-x left top;
}
#header-inner { 
	width: 960px;
	margin: 0 auto;
}
#header-top {
	height: 81px;
	font-size:1.2em;
}
#header-top h1 { 
	padding-top: 18px;
}
#header-top p {
	padding-top: 3px; 
	color: #797979;
}




#header-top ul {
	text-align: right;
	margin-right:6px;
}
#header-top ul li { 
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	/*color: #fff;
	text-decoration: none;*/
}
#header-top ul a:hover { 
	text-decoration: underline;
}




/*breadcrumbs*/
.breadcrumbs {
	width: 945px;
	margin: 0 auto;
	background-color:#FFF;
	padding:10px 0 10px 15px;
	border-left:1px solid  #aaa;
	border-right:1px solid  #aaa;
	border-bottom:1px solid #CCC;
}




/*nav*/
#header-nav { 
	clear: both;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}
#header-nav ul li.menu-item a{ 
	display: block; 
	/*width: 137px; メニュー7つの時*/
	width:160px;
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat right top;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center; 
}


#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat right -46px;
}

#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li{
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	/*width: 120px; メニュー7つの時*/
	width:143px;
	border: 1px solid #333;
	border-top: none;
	padding-left: 15px;
	background:#fff url(images/ic_02.png) no-repeat 2px center;
	color: #000;
	text-align: left;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a{
	 background: #eee url(images/ic_02.png) no-repeat 2px center;
}


/*gra*/
#header-gra {
	clear: both;
	/*border:1px solid #878787;
	border-bottom:none;
	border-top:none;*/
}


/*search*/
.search-form{ 
	padding-top: 15px; 
	
}
.search-form input{ 
	vertical-align: middle;
}
.search-form #s{
	width: 150px;
	height: 18px;
　　　　line-height:18px;
	padding: 2px;
	background: #c7c7c7;
	border:1px solid #c7c7c7;
	font-size: 1.1em;
}

.search-results .box h3 {
	margin: 20px;
	padding: 5px;
	background: #39F;
	color: #fff;
	font-weight: bold;
}
.search-results .box ul {
	margin:0 30px 20px;
}
.search-results .box ul li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
}
.search-results .box ul li span {
	padding-left: 10px;
	color: #999;
	font-size: 0.8em;
}


.search-no-results .box h3{
	margin: 100px 30px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 2.0em;
	text-align: center;
}
.search-no-results .box h3 span {
	color: #ff2160;
}

.search-no-results .box p{
	margin: 0 30px;
}
.search-no-results .box form {
	margin: 0 30px 100px;
}


/*-------------
container
-------------*/

#container:after
 {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	background-color:#FFF;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}

/*-------------
contents
-------------*/

#contents {
	float: left;
	width: 690px;
	margin: 0 0 15px 15px;
	font-size: 1.4em;
	line-height: 1.5;
}




.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}


.section-header,
.section-header-activity
 { 
	position: relative;
}


.section-header h2 {
	font-size:1.2em;
	letter-spacing:0.2em;
	/*background-color:#FF0004;*/
	/*color:#FF0004;*/
	margin-bottom: 15px;
	padding:8px 0 8px 18px;
	/*background:url(images/bg_section-headerh2.png) no-repeat left center;*/
	background:url(images/bg_01.png) no-repeat left center;
	border: 1px solid #B9B9B9;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
         box-shadow: 0 10px 6px -6px #bbb;
}
.section-header p{ 
	position: absolute;
	top: 12px;
	right: 5px;
}
.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}



/* 
====================================================
【地域・社会貢献各カテゴリータイトルの色分け】
category-area.php
category-society.php
category-sports.php
====================================================
*/


.area{	font-size:1.2em;
	letter-spacing:0.2em;
	margin-bottom: 15px;
	padding:8px 0 8px 18px;
	background:url(images/bg_01_area.png) no-repeat left center;
	border: 1px solid #B9B9B9;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
         box-shadow: 0 10px 6px -6px #bbb;
}


.society-2{	font-size:1.2em;
	letter-spacing:0.2em;
	margin-bottom: 15px;
	padding:8px 0 8px 18px;
	background:url(images/bg_01_society.png) no-repeat left center;
	border: 1px solid #B9B9B9;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
         box-shadow: 0 10px 6px -6px #bbb;
}

.sports{	font-size:1.2em;
	letter-spacing:0.2em;
	margin-bottom: 15px;
	padding:8px 0 8px 18px;
	background:url(images/bg_01_sports.png) no-repeat left center;
	border: 1px solid #B9B9B9;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
         box-shadow: 0 10px 6px -6px #bbb;
}



/*pick-up*/
.pick-up {
	float: left;
	width: 302px;
}
.pick-up:first-child {
	margin-right: 10px;
}
.pick-up h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}
.pick-up h2.pick-info {
	background: url(images/icon_info.gif) no-repeat right 8px;
}
.pick-up h2.pick-seminar {
	background: url(images/icon_semi.gif) no-repeat right 8px;
}
.pick-up h2 img{
	float: none !important;
}
.pick-up img{
	float: left;
	margin-right: 15px;
}
.pick-up .pick-inner {
	padding-left: 125px;
}
.pick-up .pick-inner span {
	display: block;
	padding-bottom: 5px;
	color: #999;
	text-align: right;
}




/*info　新着情報
==============================
*/
#info{ 
	/*clear: both;*/
}

#info p{
	padding:10px 0 10px 80px;
	margin-bottom:5px;
	border-bottom:1px dotted #CCC;
}

#info p span{ margin-right:25px;}

#info p a{
	background:url(images/ic_01.png) no-repeat left center;
	padding-left:20px;}



#info p.eco{
	background: url(images/ic_info_eco.png) no-repeat 0 8px;
}

#info p.society1{
	background: url(images/ic_info_society.png) no-repeat 0 8px;
}

#info p.store{
	background: url(images/ic_info_store.png) no-repeat 0 8px;
}

#info p.cr{
	background: url(images/ic_new_cr.png) no-repeat 0 8px;
}

#info p.slot{
	background: url(images/ic_new_slot.png) no-repeat 0 8px;
}


/*new　新台情報
==============================
*/
#new{ 
	/*clear: both;*/
}

#new p{
	padding:10px 0 10px 80px;
	margin-bottom:5px;
	border-bottom:1px dotted #CCC;
}

#new p span{ margin-right:25px;}

#new p a{
	background:url(images/ic_01.png) no-repeat left center;
	padding-left:20px;}



#new p.cr{
	background: url(images/ic_new_cr.png) no-repeat 0 8px;
}

#new p.slot{
	background: url(images/ic_new_slot.png) no-repeat 0 8px;
}


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

#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}

#news p.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}

#news dd.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}

#news dd.seminar { 
	background: url(images/icon_semi.gif) no-repeat 0 8px;
}

#news dd a.photo {
	padding-right: 28px;
	background: url(images/icon_camera.gif) no-repeat right center;
}
================================================
*/

.box-inner {
	margin: 20px 0;
}
.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.2em;
	color:#E40001;
}


.box-inner h3 .ttl-society {
	display: block;
	padding-right: 70px;
	padding-bottom:8px;
	background: url(images/ic_info_society.png) no-repeat right top;
}


.box-inner h3 .ttl-eco {
	display: block;
	padding-right: 70px;
	padding-bottom:8px;
	background: url(images/ic_info_eco.png) no-repeat right top;
}

.box-inner h3 .ttl-store {
	display: block;
	padding-right: 70px;
	padding-bottom:8px;
	background: url(images/ic_info_store.png) no-repeat right top;
}

.box-inner h3 .ttl-cr {
	display: block;
	padding-right: 70px;
	padding-bottom:8px;
	background: url(images/ic_new_cr.png) no-repeat right top;
}


.box-inner h3 .ttl-slot {
	display: block;
	padding-right: 70px;
	padding-bottom:8px;
	background: url(images/ic_new_slot.png) no-repeat right top;
}


.box-inner .data { 
	color: #999;
	text-align: right;
}



.box-inner p{
	padding-bottom: 1em;
}
.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}




/*products*/
#products ul.item-lists {
	margin-left: -24px;
	padding-top: 10px;
}
#products ul.item-lists li {
	position: relative;
	float: left;
	width: 110px;
	margin-left: 50px;
}
#products ul.item-lists li span.type {
	position: absolute;
	top: 0;
	right: 0;
}
#products ul.item-lists li h3{
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.2;
}
#products ul.item-lists li p {
	padding-bottom: 8px;
}


/*original-products*/
#original-products {
	margin-bottom: 15px;
}
#original-products .items-img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	border: 10px solid #e8edf0;
}
#original-products .items-detail h3 {
	padding-top: 15px;
	padding-bottom: 10px;
}
#original-products .items-detail p{
	margin-bottom: 1em;
}

#products .post-categories {
	clear: both;
	margin-left: 0;
	text-align: right;
}
#products .post-categories li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;	
	border-bottom: 1px dashed #d1d1d1;
}
#products .post-categories li a {
	padding-left: 15px;
	padding-right: 5px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
}


/*products-single*/
.product-left{
	float: left;
	width: 300px;
	margin-top: 15px;
}
.product-right {
	float: right;
	width: 330px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}



.product-right .product-title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.product-right .product-title h3 {
	padding-left: 30px;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
.product-right .product-title p {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.product-right h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}
.product-right p{
	margin-bottom: 1em;
}

.product-left p{
	margin-top: 15px;
}







/*PagiNavi*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}




/*map*/
#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}



/*お問い合わせ*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}



/*サイトマップ*/
.sitemap-inner {
	padding: 20px 30px;
}
.sitemap-inner h3 {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}

.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(images/icon_arr_black.gif) no-repeat left 8px;
	font-size: 1.2em;
}

.sitemap-inner .sub-menu {
	padding-left: 15px;
}

.sitemap-inner .sub-menu li { 
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
	font-size: 0.9em;
}



/*topics*/
#topics ul{
	margin-top: 5px;
	margin-left: -20px;
}

#topics ul li {
	float: left;
	width: 280px;
	margin-left: 48px;
	margin-top: 15px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
}

#topics ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
#topics ul li img {
	margin-bottom: 3px;
}
#topics ul li span {
	/*color: #999;*/
}
#topics ul li h3 {
	margin-bottom: 5px;
	font-size: 1em;
}
#topics ul li p {
	/*margin-bottom: 5px;*/
	font-size: 0.8em;
}




/*topics
======================================
*/
/*
#topics ul{
	margin-top: 5px;
	margin-left: -20px;
}

#topics ul li {
	float: left;
	width: 280px;
	margin-left: 40px;
	margin-top: 15px;
}

#topics ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}
#topics ul li img {
	margin-bottom: 3px;
}
#topics ul li span {
	color: #999;
}
#topics ul li h3 {
	margin-bottom: 5px;
	font-size: 1em;
}

#topics .topics-left {
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-left: 30px;
	color:#999;
}

#topics .topics-right {
	float:right;
	width: 460px;
	margin: 20px 30px 20px 0;
}
#topics .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

#topics .topics-right img {
	padding: 10px 0 20px;
}

#topics .topics-right p {
	margin-bottom: 1em;
}

#topics .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

*/

/*gallery*/
#news .gallery {
	padding: 0 7px;
	margin-left: -20px;
}
#news dl.gallery-item {
	float: left;
	width: 284px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;	
}
#news dt.gallery-icon {
	float: none;
	width: 284px;
}

#news dt.gallery-icon a img {
	border: 2px solid #eee;
}
#news dt.gallery-icon a:hover img {
	border: 2px solid #3ba8ff;
}

#news dd.gallery-caption {
	float: none;
	width: 284px;
	padding: 6px 0 3px;
	border-bottom: 1px dotted #999;
	text-align: left;
}


/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 220px;
	margin-bottom: 15px;
	margin-right:15px;
}

/* 【サイドバー】バナー
==========================
*/

#sidebar #bnr li{
	margin-bottom: 5px;
}


#sidebar .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}


/* 【サイドバー】ナビ（店舗一覧）
==========================
*/
#sidebar .side-nav h2{
	/*background: url(images/bg_section-headerh2.png) repeat-y -2px center;
	border-bottom:1px solid #CCC;
	padding:5px 0 5px 15px;
	margin-bottom:5px;
	font-size:1.3em;
	*/
	background: url(images/bg_02.png) no-repeat right bottom;
	background-color:#E40001;
	border-bottom:1px solid #CCC;
	border-top:4px solid #E40001;
	padding:8px 12px;
	font-size:1.3em;
	letter-spacing:0.2em;
}

#sidebar .side-nav h3{
	padding: 5px 10px 5px 18px;
	margin:0 10px;
	color:#E40001;
	background:url(images/ic_01.png) no-repeat left center;
	border-bottom:1px solid #E40001;
}

#sidebar .side-nav ul{
	padding: 5px 10px 10px;
}

#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_circle_red.gif) no-repeat left center;
}

/* 【サイドバー】カテゴリー時のメニュー
==========================
*/

#sidebar .category-menu{
	margin-bottom: 20px;
	background-color: #fff;
}

#sidebar .category-menu h2{
	background: url(images/bg_02.png) no-repeat right bottom;
	background-color:#E40001;
	border:1px solid #CCC;
	border-top:4px solid #E40001;
	padding:8px 12px;
	margin-bottom:10px;
	letter-spacing:0.2em;
}


#sidebar .category-menu ul li{
	font-size:1.4em;
	margin:5px;
	padding: 4px 0 4px 4px;
	border-bottom: 1px dotted #ccc;
	background:url(images/ic_02.png) no-repeat left center;
}

#sidebar .category-menu ul li a {
	display:block;
	padding:0 0 0 15px;
	line-height:2em;
	color:#333;
	text-decoration: none;
}

#sidebar .category-menu ul li a:hover{
	color:#E40001;
	}

/* 【サイドバー】フリースペース
==========================
*/

#sidebar .free-space {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
}
#sidebar .free-space h2 {
	padding: 6px 10px;
	background: url(images/bg_side_ttl_info.gif) no-repeat left bottom;
	color: #fff;
	font-size: 1.2em;
}
#sidebar .free-space .textwidget {
	padding: 10px;
	font-size: 1.2em;
}


/*-------------
footer
-------------*/
#footer { 
	clear: both;
	/*background:url(images/bg_footer.jpg) no-repeat right center;*/
}
#footer div {
	width: 930px;
	border: 1px solid #aaa;
	border-bottom:none;
	margin: 0 auto;
	padding:20px 15px 20px 15px;
	background: #FFF url(images/bg_footer.jpg) no-repeat 670px center;
}
