﻿h1 {
	margin-top: 50px;
	background-image: url('../yawaragi/img/tit_1x63.jpg');
	background-repeat: repeat-x;
}
.box_1 {
    float: left;
	width:270px;
	margin-left:60px;
}
.box_2 {
    float: left;
	width:270px;
	margin-left:20px;
}
.box_3 {
    float: left;
	width:270px;
	margin-left:60px;
	margin-top:7px;
}
.box_4 {
    float: left;
	width:270px;
	margin-left:20px;
	margin-top:7px;
}


@media screen and (min-width: 770px) {
	.box_1_wide { float: left; width:290px; margin-left:20px;}
	.box_2_wide { float: left; width:290px; margin-left:15px;}
	.box_3_wide { float: left; width:290px; margin-left:15px; margin-top:0px;}
	.box_4_wide { float: left; width:290px; margin-left:20px; margin-top:7px;}
}

@media screen and (max-width: 769px) {
	/*.box_1_wide { float: left; width:270px; margin-left:20px;}
	.box_2_wide { float: left; width:270px; margin-left:20px;}
	.box_3_wide { float: left; width:270px; margin-left:20px; margin-top:7px;}
	.box_4_wide { float: left; width:270px; margin-left:20px; margin-top:7px;}*/
	.box_1_wide {float: left; width: 45%; margin: 0px 0px 10px 20px;}
	.box_2_wide {float: left; width: 45%; margin: 0px 0px 10px 20px;}
	.box_3_wide {float: left; width: 45%; margin: 0px 0px 10px 20px;}
	.box_4_wide {float: left; width: 45%; margin: 0px 0px 10px 20px;}
}
@media screen and (max-width: 636px) {
	/*.box_2_wide { margin-top:7px;}*/
	.box_1_wide { clear: both; margin: 10px 0px 0px 0px; width: 100%;}
	.box_2_wide { clear: both; margin: 10px 0px 0px 0px; width: 100%;}
	.box_3_wide { clear: both; margin: 10px 0px 0px 0px; width: 100%;}
	.box_4_wide { clear: both; margin: 10px 0px 0px 0px; width: 100%;}
}


.box_img {
    float: left;
	margin-right:8px;
}
.box_date {
	font-size:12px;
	color:#999;
}
.box_yokoku {
    font-size: 14px;
}
.box_tit {
	font-family: Verdana;
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:2px;
}
.box_text {
	font-family: Verdana;
	font-size: 12px;
	line-height:15px;
}
.box_link_text {
	margin-top:6px;
	font-family: Verdana;
}

ul#hdIcon {
    float: right;
    margin: 1px 5px 0px 0px;
}

ul, ol, dl {
    list-style-position: outside;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#hdBlk02 {
    margin: 0px auto;
    padding: 8px 0px 6px;
    text-align: right;
}
.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.ya-intro {
    color: #666666;
    font-family: "PT Sans",sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

.yawaragi-img02 {
	display:none;
}

a {
    font-size: 14px;
	line-height: 90%;
}

/* 20210322 Footerテキスト修正に伴う調整 ONHM Nishitsuji START */
#footer_link a {
	font-size: 12px;
	line-height: 90%;
}
/* 20210322 Footerテキスト修正に伴う調整 ONHM Nishitsuji END */

/* 20160201 開く閉じる追加 ONHM Kanno START */
.ac-container {
  /*max-width: 400px;
  border: 1px solid #ccc;
  border-top: none;*/
}
.ac-container label {
	height:auto;
  /*height: 30px;*/
  /*line-height: 1.8;
  font-size: 20px;
  padding: 5px 20px;*/
  display: block;
  cursor: pointer;
  /*color: #666;
  background: #eee;
  border-top: 1px solid #ccc;*/
}
.ac-container h3:hover {
	text-decoration:underline;
}
.ac-container input {
  display: none;
}
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.ac-container input:checked ~ article {
  height: auto;
  /*height: inherit;*/
  /*border-top: 1px solid #ccc;*/
}
/* 20160201 開く閉じる追加 ONHM Kanno END */