/*  
Theme Name: テニス・スカッシュ・ラケットボール専門店　コーラル
Theme URI: http://coral35.com/
Author: テニス・スカッシュ・ラケットボール専門店　コーラル
Author URI: http://coral35.com/
*/
/* HTML Elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th {
  margin:0;
  padding:0;
}

header,article,footer,article,aside,time,nav,figure,figcaption {
  margin:0;
  padding:0;
  display:block;
}

address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}

body {
  font-size: 16px;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 180%;
  margin-top: 100px;
  /*display: none;*/
}

a:link, a:visited {
  color: #0066CC;
}

a:hover, a:active {
  color:#FF0066 !important;
  text-decoration: underline !important;
}

a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}

img, a:link img, a:visited img {
  border:0;
  vertical-align:bottom;
}

hr {
  margin: 30px 0;
  border: none;
  display: block;
  height: 1px;
  background-color: #CCC;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width:1023px){
  .wrapper { width: 100%; }
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width:767px){
  body {
    font-size: 85%;
  }
  .wrapper-sp {
    padding: 0 10px;
  }
}



/* globalHeader ------------------------------------- */
#globalHeader {
}

#header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
  box-shadow: 0 0 4px #333;
  height: 100px;
}

#globalHeader h1 {
  font-size: 85%;
  font-weight: normal;
  margin-top: 5px;
}
#globalHeader .left {
  float: left;
  margin-top: 20px;
  z-index: 500;
}
#globalHeader .right {
  float: right;
  text-align: right;
  margin-top: 10px;
}
#globalHeader .title a {
}
@media (max-width:767px){
  #header {
    height: 80px;
  }
  #globalHeader .right {
    margin-top: 27px;
  }
  #globalHeader .left img, #globalHeader .right img {
    width: 80%;
    max-width: 100%;
    height: auto;
  }
  #globalHeader h1 {
    display: none;
  }
}
@media (max-width:479px){
  #globalHeader h1 {
    font-size: 70%;
  }
  #globalHeader .right {
    display: none;
  }
}



/* globalNavi ------------------------------------- */
#globalNavi {
/*  float: right;*/
  overflow: hidden;
  padding: 20px 0;
}
#globalNavi ul {
  list-style: none;
  text-align: center;
}
#globalNavi li {
  display: inline-block;
  background: url(images/bg_menu.png) no-repeat left 19px;
}
#globalNavi a {
  color: #333;
  text-decoration: none;
  /*padding: 15px;*/
  padding: 10px 26px;
  display: block;
}
#globalNavi a:hover {
  background-color: #ED7990;
  color:#FFF !important;
  text-decoration: none !important;
}
#spNavi {
  display: none;
  z-index: 400;
}

@media (max-width:979px){
  #globalNavi li {
    font-size: 100%;
  }
  #globalNavi a {
    padding: 10px 15px;
  }

}


@media (max-width:767px){
  /* spNavi ------------------------------------- */
  #spNavi {
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
    display: block;
    width: 100%;
  }
  #sp_menu_button {
    margin-right: 10px;
  }
  #sp_menu {
    position: absolute;
    top: 50px;
    right: 0;
    text-align: left;
    list-style: none;
    background-color: #222222;
    display: none;
    height: auto;
    width: 100%;
  }
  #sp_menu li {
    border-bottom: 1px solid #FFF;
    padding: 10px;
    margin-bottom: 5px;
  }
  #sp_menu li a {
    display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
  }
  #sp_menu li a:hover {
    background-color: #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
}



/* page_navigation ------------------------------------- */
#page_navigation {
  margin: 0 0 10px;
  overflow: hidden;
}
#container #page_navigation ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#container #page_navigation li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
#post_navi_footer {
  overflow: hidden;
}
#post_navi_footer .prev {
  float: left;
}
#post_navi_footer .next {
  float: right;
}



/* nav-below ------------------------------------- */
#nav-below {
  overflow: hidden;
  margin: 20px 0;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
#nav-below .meta-nav {
  padding: 0 10px;
}



/* visual_content ------------------------------------- */
#visual_content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#visual_content .photo img {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3F1C0E;
  opacity: 0.4;
  z-index: 9000;
}
.overlay_body {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9100;
}



/* pagetop ------------------------------------- */
#pagetop {
  text-align: right;
}
@media (max-width:1023px){
  #pagetop { text-align: center; }
}



/* main ------------------------------------- */
#main {
  overflow: hidden;
  padding-top: 20px;
  background-color: #FFF;
}



/* container ------------------------------------- */
#container {
  float: left;
  width: 72%;
}
#container.onecolumn {
  float: none;
  width: 100%;
}
@media (max-width:767px){
  #container {
    float: none;
    width: 100%;
  }
}

#main .label {
  background: url(images/bg_label.png) no-repeat left 5px;
  padding: 0 0 0 25px;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-size: 105%;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 10px;
}

#main h1 {
  font-size: 31px;
  line-height: 120%;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 15px 10px 15px 10px;
}
#main h2 {
  font-size: 31px;
  line-height: 150%;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 8px 10px 6px 10px;
  text-align: center;
}
#main h3 {
  font-size: 31px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 8px 0 5px;
  /*border-bottom: 2px solid #7B112C;*/
  border-bottom: 2px solid #402000;
}
#main h4 {
  /*border-bottom: 2px solid #D54B48;*/
  border-bottom: 2px solid #D7D7D7;
  padding: 8px 0 5px;
  font-size: 120%;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 20px;
}

.home #main h3 {
  border: none;
}


@media (max-width:767px){
  #main .label {
  }
  #main h1 {
    font-size: 20px;
  }
  #main h2 {
    font-size: 20px;
  }
  #main h3 {
    font-size: 20px;
  }
}

#main p {
  margin: 10px 0;
  padding: 0;
  line-height: 180%;
}
#main header {
  margin: 50px 0 80px;
}

#container ul,
#container ol {
  margin: 10px;
  padding: 10px;
}

#container_bottom {
  margin-bottom: 25px;
}



/* sidebar ------------------------------------- */
#sidebar {
  float: right;
  width: 24%;
}
@media (max-width:767px){
  #sidebar {
    float: none;
    width: 100%;
  }
}

#sidebar .title {
  background: url(images/bg_label_04.png) no-repeat left bottom;
  font-size: 120%;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 8px 0 10px;
}

#sidebar ul {
  list-style: none;
}

#categorylist_sideframe {
}
#categorylist_sideframe .title {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: normal;
}
#categorylist_sideframe .title span {
  display: block;
  font-size: 70%;
  color: #7D7D7D;
  padding-top: 3px;
}
#categorylist_sideframe ul {
  margin-bottom: 20px;
}
#categorylist_sideframe li {
  background: url(images/list_icon.png) no-repeat 0 8px;
  margin-bottom: 10px;
  padding-left: 20px;
}

#bannerlist_sideframe li {
  margin: 0 0 10px;
}



/* footer ------------------------------------- */
#globalFooter {
  margin-top: 30px;
}

#globalFooter .title {
  font-size: 120%;
}
#globalFooter address {
}
#globalFooter span {
  display: inline-block;
}
#globalFooter .copyright {
  clear: both;
  font-size: 80%;
  line-height: 60px;
  text-align: center;
}

#bannerlist-block {
  margin: 0 0 10px;
}
#bannerlist-block ul {
  list-style: none;
}
#bannerlist-block li {
  margin: 0 0 5px;
}

@media (max-width:767px){
  #globalFooter .text_right {
    text-align: left;
  }
}




/* page style ------------------------------------- */
#information {
  background-color: #FFEEEE;
  border: 1px solid #D29999;
  padding: 20px;
}

#page-about {
}
#page-about h3 {
  border-bottom: none;
  font-size: 20px;
  text-align: center;
}
#page-about p {
  font-size: 90%;
}
@media (max-width:767px){
  #page-about h3 {
    margin-top: 30px;
  }
}

#page-shop .wrapper-sp {
  background: url(images/img_shop_02.jpg) no-repeat left top #F9FBD5;
  /*background-size: cover;*/
  padding: 0;
}
#page-shop .entry-body {
  background-color: #F9FBD5;
  padding-top: 30px;
  padding-left: 30px;
  margin-left: 30%;
  font-size: 90%;
}
#page-shop table {
}
#page-shop table th, #page-shop table td {
  border-bottom: none;
  vertical-align: top;
}
#page-shop table th {
  text-align: left;
  font-weight: bold;
}
@media (max-width:767px){
  #page-shop .wrapper-sp {
    padding-top: 200px;
    background-size: 100%
  }
  #page-shop .entry-body {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
}



#contact h5 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold;
}
#contact .body {
  position: relative;
  background: url('images/bg_contact.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  width: 100%;
  height: 600px;
  padding-top: 50px;
}
#contact h3 {
  border-bottom: none;
  font-size: 120%;
}
#contact .tel {
}
#contact .left_box,
#contact .right_box {
  width: 48%;
  background-color: rgba(0,0,0,0.4);
  padding: 25px;
  margin-bottom: 30px;
}
#contact .attention_box {
  background-color: rgba(255,0,0,0.4);
}
#contact p, #contact table, #contact table td {
  font-size: 90%;
  font-weight: bold;
}
#contact table th, #contact table td {
  border-bottom: none;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
#contact input[type=submit] {
  font-size: 110%;
}
#contact input[type=submit]:hover {
  cursor: pointer;
  background-color: #D80000;
}
@media (max-width:767px){
  #contact .left_box,
  #contact .right_box {
    width: 100%;
  }
  #contact .left_box {
    margin-bottom: 30px;
  }
  #contact .body {
    height: 930px;
  }
}



.panel {
  overflow: hidden;
}
.panel .body {
  margin-top: 20px;
  padding: 20px;
  font-size: 90%;
}
.panel1, .panel2, .panel3 {
  width: 32%;
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: #EEEEEE;
  float: left;
  position: relative;
  z-index: 100;
}
.panel2 {
  margin-left: 2%;
  margin-right: 2%;
}
.panel .photo {
  text-align: center;
  overflow: hidden;
  margin: 10px;
}
.panel .photo_large {
  text-align: center;
  overflow: hidden;
  margin: 10px 0;
  height: 150px;
}
.panel .photo {
  position: absolute;
  top: -60px;
  left: 50%;
  border-radius: 50%;
  background-color: #FAD6DD;
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 0 0 -45px;
  border: 5px solid #FFF;
}
.panel .photo img {
  margin-top: 20px;
}
.panel .photo_large img {
  width: 100%;
  height: auto;
}

@media (max-width:767px){
  .panel .body {
    margin-top: 80px;
  }
  .panel1, .panel2, .panel3 {
    width: 100%;
    float: none;
  }
  .panel2 {
    margin-left: 0;
    margin-right: 0;
  }
}



.item {
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding: 20px;
}



/* class ------------------------------------- */
a.button {
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  text-decoration: none;
  background-color: #ED4A1B;
}
a.button:hover {
  color: #FFF !important;
  text-decoration: none !important;
  background-color: #DD3A0B;
}

a.list_icon {
  list-style: none;
  background: url(images/list_icon.gif) no-repeat 3px 5px;
  margin: 0 5px 10px;
  padding: 0px 3px 3px 25px;
}
.list_icon li {
  list-style: none;
  background: url(images/list_icon.gif) no-repeat 3px 3px;
  margin: 0 5px 10px;
  padding: 0px 3px 3px 25px;
}
.list_border li {
  border-bottom: 1px dotted #666;
}

.image_left {
	margin: 0 20px 20px 0;
	float: left;
}

.image_center {
	margin: 0 auto 20px auto;
}

.image_right {
	margin: 0 0 20px 20px;
	float: right;
}

.left_box {
  float: left;
}
.right_box {
  float: right;
}

.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.attentionbox {
  border: 1px solid #FF9999;
  background-color: #FFE1E1;
  color: #FF0000;
  padding: 10px 15px;
}

table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%
}
table th {
  padding: 17px 5px 3px;
  border-bottom: 2px solid #ED4A1B;
  vertical-align: middle;
  line-height: 150%;
  text-align: center;
}
table td {
  margin: 0;
  padding: 17px 5px 3px;
  vertical-align: middle;
  line-height: 150%;
  border-bottom: 1px solid #CCC;
}

table.table_noborder {
  border: none;
  margin: 5px 0;
}
table.table_noborder td {
  padding: 3px;
}
table.table_dotborder {
  border: none;
  margin: 5px 0;
}
table.table_dotborder th {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  text-align: left;
  line-height: 30px;
}
table.table_dotborder td {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  line-height: 30px;
}

ul.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
ul.list_arranges_one_row li {
  float: left;
}
dl.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
dl.list_arranges_one_row dt {
  float: left;
  clear: both;
}
dl.list_arranges_one_row dd {
  float: left;
}

input.textbox, textarea.textbox {
  padding: 5px;
  width: 95%;
}
textarea.textbox {
  height: 80px;
}
input.button, input.wpcf7-submit {
  border: none;
  color: #FFF;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #F00;
  width: 200px;
}

@media (max-width:767px){
  .left_box, .right_box {
    width: 100%;
    float: none;
  }
}

/* contents style ------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 0.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 0.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

.category-entry-body {
  border-bottom: 1px dashed #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.entry-body {
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
  font-size: 115%;
}
.side-body {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}

.border_box {
  border: 2px solid #B28850;
  padding: 10px;
  margin: 10px 0;
}
.radius_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media (min-width:768px){
  .sp_only {display: none !important;}
}
@media (max-width:767px){
  .pc_only {display: none !important;}
}

/* Slide Show Style ----------------------------------------------------------------*/
#slideshow {  }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }
