/*
Theme Name: Jacet60th_base
Text Domain: jacet60th_base
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: azet/okb
Author URI: https://www.azet.jp
Version: 0.1
Requires at least: 0.1
Tested up to: 0.1
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Lightning WordPress theme, Copyright (C) 2015-2019 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

@media (min-width: 768px){
	.sp-mode{
		display: none;
	}
}
@media (max-width: 767px){
	.pc-mode{
		display: none;
	}
	.sp-mode{
		display: block;
	}
	.detailed-contents{
		padding: 0 5px;
	}
}
@media (max-width: 767px){
	table.sp-mode{
		display: table;
	}
	.post-area .tb-pattern2{
		width:100%;
	}
}

table{
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
table th, table td{
	border:1px solid;
	padding:2px 5px;
}
table th{
	background-color: #daf9da;
	font-size:14px;
}
table .col-color th{
	background-color: #bcedbd;
}

a.btn,
button,
input.btn {
	padding: 5px 10px;

/*	background: #68b538;
	background: -moz-linear-gradient(top, #68b538 0%, #36932d 100%);
	background: -webkit-linear-gradient(top, #68b538 0%,#36932d 100%);
	background: linear-gradient(to bottom, #68b538 0%,#36932d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b538', endColorstr='#36932d',GradientType=0 );
*/
	background: #3f69bb;
	background: -moz-linear-gradient(top, #3f69bb 0%, #29475d 100%);
	background: -webkit-linear-gradient(top, #3f69bb 0%,#29475d 100%);
	background: linear-gradient(to bottom, #3f69bb 0%,#29475d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f69bb', endColorstr='#29475d',GradientType=0 );

	border: none;

	text-decoration: none;
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 0px #000000;
	cursor: pointer;
}
a.btn:hover {
	text-decoration: none;
}

a.btn-order-cancel,
input.btn-order-cancel {
	padding: 5px 10px;

	background: #983d29;
	background: -moz-linear-gradient(top, #983d29 0%, #de5e58 100%);
	background: -webkit-linear-gradient(top, #983d29 0%,#de5e58 100%);
	background: linear-gradient(to bottom, #983d29 0%,#de5e58 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#983d29', endColorstr='#de5e58',GradientType=0 );
	border: none;

	text-decoration: none;
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 0px #000000;
	cursor: pointer;
}
a.btn-order-cancel:hover {
	text-decoration: none;
}

