﻿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: 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_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:10px;
	color:#999;
}
.box_tit {
	font-size:12px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:2px;
}
.box_text {
	line-height:15px;
}
.box_link_text {
	margin-top:6px;
}
.box_link_text2 {
	font-size:12px !important;
}

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;
}

#page_content2 {
    padding-left: 20px;
    padding-right: 20px;
}

.arrowTop01 {
    margin-top: 20px;
    text-align: right;
}

.icon01 {
    margin-right: 3px;
}

#page-top{
	width:35px;
	height:35px;
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#page-top p a{
	font-size:16px;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:35px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

/* 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 */