

/* コンテンツカラー */
body,
table tbody td,
table tbody tr:nth-child(2n) td {
  background-color: #fff0e5;
  color: #555555;
}

.box-menu li a {
  color: #555555;
}
.box-btn {
  border: 1px solid #555555;
}

.items-table.post td span{
  color: #555555 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #555555 !important;
}

.evtmen span {
  border: 1px solid #555555;
}



/* リンクテキストカラー */

.box-menu li a,
.box-menu li a i,
a {
    color: #f08300;
}

.pro-Sns_Link a {
  border: 2px solid #f08300;
  color: #f08300;
}

/* ヘッダーカラー */

.login_head.site-login-title a{
color: #f08300; /* ヘッダーテキストカラー*/
}

.site-header{
background-color: #ffffff; /* ヘッダー背景カラー*/
color: #f08300; /* ヘッダーテキストカラー*/
}

.site-header .site-title a{
color: #f08300; /* ヘッダーテキストカラー*/
}


#body_login {
background-color: #ffffff; /* ヘッダー背景カラー*/
color: #f08300; /* ヘッダーテキストカラー*/
}
.my_forgot_pass a{
color: #f08300; /* ヘッダーテキストカラー*/
}





/* 投稿ボタンカラー */

.post_edit_plus a {
	background-color: #ffffff;
	color: #f08300;
}



/* SPヘッダーカラー */

body .responsive-menu-open button#responsive-menu-button:hover,
body button#responsive-menu-button:hover,
body button#responsive-menu-button,
body .responsive-menu-open button#responsive-menu-button  {
    background: #ffffff !important;
}






body button#responsive-menu-button:hover .responsive-menu-inne,
body button#responsive-menu-button:hover .responsive-menu-inner::after,
body button#responsive-menu-button:hover .responsive-menu-inner::before,
body .responsive-menu-boring .responsive-menu-inner,
body .responsive-menu-inner::after,
body .responsive-menu-inner::before,
body .responsive-menu-open .responsive-menu-inner::before {
    background-color: #f08300 !important;
}
body .site-header-cart a.cart-contents {
    color: #f08300 !important;
}













/* メニュー背景カラー  */

.right-sidebar .widget-area {
    background: #f98f1d;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu-wrapper,
body #responsive-menu-container {
    background: #f98f1d !important;
}


/* メニューテキストカラー */
.widget-area .widget a:not(.button) {
    color: #ffffff;
}

body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: #ffffff !important;
}

/* TABLEカラー */

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.shop_table_responsive.cart th,
table.retable th {
    background-color: #f08300;
    color: #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

table.shop_table_responsive tbody tr th {
    background-color: #f08300;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}


table.retable th:last-child {
    border-right: 0px;
}

table.retable td {
    position: relative;
}

table.retable tr:first-child td::before {
    content: "";
    display: block;
    width: 100%;
    height:1px;
    background-color: #555555;
    position: absolute;
    left: 0;
    top: 0;
    opacity:0.3;
}
table.retable td::after {
    content: "";
    display: block;
    width: 100%;
    height:1px;
    background-color: #555555;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity:0.3;
}
.wpuf-dashboard-container table.items-table th{
    background-color: #f08300 !important;
    color: #FFFFFF;
}

@media (max-width:1024px) {

	#event_join td:nth-child(1) {}
	#event_join td::before {
	background-color: #f08300;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	}
  
  /*
	table.retable td::after {
	    width: 70%;
	    left: 30%;
	}
  */
}
/* 投稿アーカイブ  */
#main.archive_contents article.loop_content .box_con .arc_category {
  background: #f08300;
}

/* 投稿見出し  */

.woocommerce-Tabs-panel.entry-content h2,
h2#related_title,
#body_post1.single #main h2,
#body_post2.single #main h2,
#body_post3.single #main h2,
#body_post4.single #main h2,
#body_post5.single #main h2,
#body_event.single #main h2 {
    background-color: #f08300;
    color: #FFFFFF !important;
    padding:10px 12px 8px;
    margin-top: 25px;
    line-height: 1.3;
}

.woocommerce-Tabs-panel.entry-content h3,
#body_post1.single #main h3,
#body_post2.single #main h3,
#body_post3.single #main h3,
#body_post4.single #main h3,
#body_post5.single #main h3,
#body_event.single #main h3{
	background-color: rgba(255,255,255,0.85);
    color: #f08300 !important;
    padding:10px 12px 5px;
    margin-top: 15px;
    line-height: 1.3;
    border-left: 5px solid #f08300;
    position: relative;
}

.woocommerce-Tabs-panel.entry-content h3::before,
#body_post1.single #main h3::before,
#body_post2.single #main h3::before,
#body_post3.single #main h3::before,
#body_post4.single #main h3::before,
#body_post5.single #main h3::before,
#body_event.single #main h3::before{
	background-color: #f08300;
	z-index: -1;
	display: block;
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
}


#body_post1.single #main h4,
#body_post2.single #main h4,
#body_post3.single #main h4,
#body_post4.single #main h4,
#body_post5.single #main h4,
#body_event.single #main h4 {
    color: #f08300 !important;
    padding:10px 15px 5px;
    margin-top: 15px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;
}

#body_post1.single #main h4::before,
#body_post2.single #main h4::before,
#body_post3.single #main h4::before,
#body_post4.single #main h4::before,
#body_post5.single #main h4::before,
#body_event.single #main h4::before{
	background-color: #f08300;
	z-index: -1;
	display: block;
	content: "";
	display: block;
	position: absolute;
	height: 7px;
	width: 7px;
	top: 45%;
	left: 0;
}


/* ボタンカラー */

.button_div a.abtn,
button.button.alt,
button.button.alt:hover,
a.button,
button.button,
button.btn-base,
#payment .place-order button.button,
.shop_table.shop_table_responsive cart td.actions button.button,
.entry-content.relations_page a.button,
.box-btn.yuryopayment a.button,
.relations_mypage_form button[type="submit"],
.relations_mypage_form button[type="submit"]:hover,
input[type="submit"],
input[type="submit"]:hover {
    background-color: #f08300;
    border-color: #f08300;
    color: #FFFFFF;
}

a.button:hover,
button.button:hover{
	opacity: 0.65;
}
span.button {
    background-color: #f08300;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

span.button a {
    color: #FFFFFF;
}

span.button2 {
    background-color: #FFFFFF;
    border-color: #f08300;
    color: #f08300;
}

span.button2 a {
    color: #f08300;
}

/* カート表示 on */
.site-header-cart,
.widget_nav_menu ul li.shop {
    display: block;
}






