/*
Theme Name: adachi-k
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: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:4.2.0
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2017 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/
body,nav {
	font-size:17px;
}

ul.gMenu > li > ul.sub-menu > li {
	left: -60px;
}

.breadSection .breadcrumb {
	display: none;
}

h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #020877;
}
h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

table {
	/*border-collapse: collapse;*/
	width:100%;
}
th.t_top {
    border-top: #020877 4px solid;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	
	background: #ffffff;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;	
}

.w80 {
	width: 80%;
}

.w20 {
	float: left;
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.w20none {
	float: left;
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.w40 {
	float: left;
	width: 39%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

@media screen and (max-device-width:670px) {
	#jisseki {
		width:100%;
	}
	#jisseki #ttitle {
		width:25%;
	}
	#jisseki #tmemo {
		width:75%;
	}
	#jisseki #tphotosp {
		width:100%;
	}
	#jisseki #tphotopc {
		width:0%;
	}
}

@media screen and (min-device-width: 980px) {
	#jisseki {
		width:100%;
	}
	#jisseki #ttitle {
		width:15%;
	}
	#jisseki #tmemo {
		width:65%;
	}
	#jisseki #tphotopc {
		width:20%;
	}
	#jisseki #tphotosp {
		width:0%;
	}
}

@media screen and (max-device-width:670px) {
	#enkaku {
		width:100%;
	}
	#enkaku #ttitle {
		width:47%;
	}
	#enkaku #tmemo {
		width:53%;
	}
	#enkaku #etitle {
		width:12%;
		padding: 0;
	}
	#enkaku #enen {
		width:16%;
		padding-left:0;
		padding-right:0;
		
	}
	#enkaku #ege {
		width:16%;
		padding-left:0;
		padding-right:0;
		
	}
	#enkaku #ememo {
		width:56%;
		
	}

}

@media screen and (min-device-width: 980px) {
	#enkaku {
		width:100%;
	}
	#enkaku #ttitle {
		width:20%;
	}
	#enkaku #tmemo {
		width:80%;
	}
	#etitle {
		width:3%;
		padding: 0px;
	}
	#enen {
		width:5%;
		padding-left:0px;
		padding-right:0px;
		
	}
	#ege {
		width:8%;
		padding-left:0px;
		padding-right:40px;
	}
	#ememo {
		width:75%;
		
	}
    
}

@media screen and (max-device-width:670px) {

    #gaiyou {
		width:100%;
	}
	#gaiyou #ttitle {
		width:35%;
	}
	#gaiyou #tmemo {
		width:65%;
	}
	
}

@media screen and (max-width:670px) {
	.w80 {
		width: 100%;
	}
	
	.w20 {
		float: left;
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}

	.w20none {
		display: none;
	}

	.w40 {
		float: left;
		width: 49%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}
}

@media screen and (min-device-width: 980px) {

    #gaiyou {
		width:100%;
	}
	#gaiyou #ttitle {
		width:18%;
	}
	#gaiyou #tmemo {
		width:82%;
	}

}