@charset "utf-8";
/* yashima1613.jp CSS */

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.2;
	color: #251e1c;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
	}
}
body,
input,
select,
textarea {
	font-size:16px;
	font-family: Meiryo,Arial,Roboto,'Droid Sans',YuGothic,'Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 700px) {
	body,
	input,
	select,
	textarea {
		font-size:14px;
	}
}

/* ==============================================
    link
============================================== */
a {
	transition: all .4s;
	text-decoration: none;
	color: #004077;
}
a:hover {
	text-decoration: underline;
}

a:hover,
#pagetop img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* ==============================================
    base
============================================== */
#contents,
header,
footer {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}

#contents:after,
header:after,
footer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}
.switch {}
.call {}

@media screen and (max-width: 1020px) {
	.inner {
		width: 94%;
	}
	header nav .inner {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}

/* ==============================================
    header
============================================== */
header {
	margin: 0 0 50px 0;
	padding: 0;
}

header nav {
	clear:both;
	padding:0;
	background: #1f7345;
}
header nav ul {
	list-style: none;
	font-size: 0;
	line-height: 1;
}
header nav ul li {
	display: inline-block;
	/*width: 16.66%;*/
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
}
header nav ul li:nth-child(1),
header nav ul li:nth-child(2){
	width: 13%;
}
header nav ul li:nth-child(3),
header nav ul li:nth-child(4){
	width: 17%;
}
header nav ul li:nth-child(5),
header nav ul li:nth-child(6){
	width: 20%;
}

header nav ul li::before {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	content: "";
	border-left: 1px solid #fff;
	background: #fff;
	height: 54px;
	z-index: 1;
}
header nav ul li:last-child::after {
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	content: "";
	border-left: 1px solid #fff;
	background: #fff;
	height: 54px;
}

header nav ul li a {
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
header nav ul li a:hover {
	text-decoration: none;
	background: #35885a;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

header #headInfo {}
header #headInfo p {
	font-size: 26px;
	font-weight: bold;
}
header #headInfo p span {
	font-size: 20px;
	color: #251e1c;
}
header #headInfo p a,
header #headInfo p a:hover {
	color: #251e1c;
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
	header nav ul li {
		font-size: 19px;
	}
}

@media screen and (max-width: 700px) {
	header {
		margin: 0 0 10px 0;
	}
	header nav {
		display: none;
		position: absolute;
		top: 36px;
		width: 100%;
		z-index: 1;
	}
	header nav ul li {
		display: block;
		width: 100% !important;
		font-size: 15px;
		line-height: 15px;
		border-bottom: 1px solid #fff;
	}
	header nav ul li::before,
	header nav ul li:last-child::after{
		display: none;
	}
	header nav ul li a {
		padding: 15px 20px;
		text-align: left;
	}
	header #headInfo p {
		font-size: 16px;
	}
	header #headInfo p span {
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	header #headInfo p {
		font-size: 14px;
	}
	header #headInfo p span {
		font-size: 12px;
	}
}

/* ==============================================
	menuBtn
============================================== */
@media screen and (max-width: 700px) {
	#menuBtn {
		position: absolute;
		top: 10px;
		right: 10px;
		background: url(image/btn_menu.png) no-repeat left top;
		background-size:contain;
		cursor: pointer;
		text-indent: -10000px;
		width: 13vw;
		height: 13vw;
	}
	#menuBtn.active {
		background-image: url("image/btn_menu_close.png");
		z-index: 2;
	}
}

/* ==============================================
    contents
============================================== */
#contents {}
#contents img {
	max-width: 100%;
}

#contents p {
	line-height: 1.6;
}
#contents dt,
#contents dd,
#contents th,
#contents td,
#contents li {
	line-height: 1.4;
}
@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}


/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
	left: 0;
    right: 0;
    display: none;
}
#pagetop .inner {
	text-align: right;
}
#pagetop img {
	cursor: pointer;
}


/* ==============================================
    footer
============================================== */
footer {
	margin: 50px auto 0 auto;
	padding: 20px 0;
	border-top: 1px solid #1f7345;
}

footer nav {
	list-style: none;
	border-left: 1px solid #ddd;
}
footer nav:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
footer nav ul {
	list-style: none;
}
footer nav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}

address {
	font-style: normal;
}

#copyright {
	text-align:left;
	font-size: 16px;
}
@media screen and (max-width: 700px) {
	#copyright {
		font-size: 10px;
	}

}
