@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #754c24;
	font-size: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}



::selection {
    background: #d1eb81;
}

a {

}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}



a:link {
	color:#754c24;
}
a:visited {
	color:#754c24;
	
}
a:hover, a:focus {
	color: #17ab21;
	transition: 0.6s;
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
.fs-cap{
	font-size: 180%;
	line-height:150%;
	color: #6E4825;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:20px;
	}
.fs-cap-02{
	font-weight:700;
	line-height:200%;
	}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
.margin-b{
	text-align:center;
	margin-top:40px;
		margin-bottom:20px;
	}
.margin-b60{
			margin-bottom:60px;
	}
.margin-b30{
			margin-bottom:60px;
	}
.bl-check{
	background-color: #eee;
	padding: 20px;	
	}
	
.tbl-cnt{
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
	}

.tbl-cnt th{
	font-size: 160%;
	color: #96682E;
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
	padding-bottom: 30px;
}

.tbl-cnt td{
	
	}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}




/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */




a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 145%;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
	background-image: url("../images/bg-content-l-layer.png"),url("../images/bg-content-r-layer.png"),url("../images/bg-content-l.png"),url("../images/bg-content-r.png");
	background-repeat: no-repeat,no-repeat,repeat-y,repeat-y;
	background-position: left bottom 108px,right bottom 108px,left top,right top;
}


#scrollTop {
	display: none;
	position: absolute;
	right: 0;
	bottom:0px;
	z-index: 20;
	padding-right: 10px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 1;
	filter: alpha(opacity=100);

}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}


.header-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 109px;
	z-index: 100;
}
.header-l-layer {
	float: left;
	width: 16%;

}
.header-l-layer img {
	width: auto;
	height: 105px;
}
.header-r-layer {
	float: right;
	width: 14%;
	text-align: right;
}
.header-r-layer img {
	width: auto;
	height: 105px;
}



#home .header-layer {
	height: auto;
}
#home .header-l-layer {

}
#home .header-l-layer img {
	width: 100%;
	height: auto;
	max-width: 170px;
}
#home .header-r-layer {

}
#home .header-r-layer img {
	width: 100%;
	max-width: 125px;
	height: auto;
}










#header {
	display: none;
}





#header-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 7px 0 2px 0;
	z-index: 200;
	position: relative;
}


#header-inner:after {
	content: "";
	display: block;
	clear: both;
}




#header-inner-l {
	padding-top: 1px;
	float: left;
	width: 40%;
}

#header-inner-l img{
	width: 100%;
	max-width: 349px;

}


#header-inner-r {
	float: right;
	width: 60%;
	margin-top: 8px;
}

#header-inner-r-top {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
	margin-bottom: 5px;
}

.keyword-area {
	padding-right: 3px;
	border-right: 1px dotted #ccc;
}
#keyword {
	width: 300px;
}

.language-area {
	padding-left: 5px;
}




#header-inner-r-bottom {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
	padding-top: 8px;
}

.navi-tel {
	padding-right: 5px;
}

.navi-tel img {
	max-width: 260px;
}

.navi-mail {
	padding-right: 5px;
}

.navi-mail img{
	max-width: 100px;
}

.navi-map img{
	max-width: 100px;
}




.sp-header {
	display: none;
}

#globalNav {
	background-image: url("../images/navi-bg.png");
	background-repeat: repeat;
	background-size: 340px;
}

#globalNavInner {
	    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}


#globalNavInner:after {
	content: "";
	display: block;
	clear: both;
}




.globalMenu1,.globalMenu2,.globalMenu3,.globalMenu4,.globalMenu5,.globalMenu6 {
	float: left;
	text-align: center;
	width: 20%;
}



.globalMenu1 {
	border-right:dotted 1px #fff;

}
.globalMenu2 {
	border-right:dotted 1px #fff;

}
.globalMenu3 {
	border-right:dotted 1px #fff;

}
.globalMenu4 {
	border-right:dotted 1px #fff;
}



.globalMenu1 span a,.globalMenu2 span a,.globalMenu3 span a,.globalMenu4 span a,.globalMenu5 span a,.globalMenu6 span a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.globalMenu1 span a {

}
.globalMenu2 span a {


}
.globalMenu3 span a {

}
.globalMenu4 span a {

}
.globalMenu5 span a {

}
.globalMenu6 span a {

}






#home .globalMenu1 span a {

}
.category-about-us .globalMenu2 span a {

}
.category-outline-of-business .globalMenu3 span a {

}
.category-product-guide .globalMenu4 span a {

}
.category-delivery-record .globalMenu5 span a {

}
.category-csr .globalMenu6 span a {

}





#globalNavInner span a:hover {
	color: #754c24;

}

#content {
	width:100%;
	padding-bottom: 160px;
}

/* jquery.bxslider.min.js 関連設定始まり */
#main_img_wrapper{
	max-width: 1980px;
	margin: 0 auto;

}
.main_img_body{
	position: relative;

}

.wrapper-layer {
	position: absolute;
    bottom: 1%;
    left: 10%;
    z-index: 2;
    width: 33%;
}
.wrapper-layer img {
	width: 100%;
	max-width: 421px;
}


#main_img_wrapper .bx-wrapper{
	margin-bottom: 0;
}

#main_img_wrapper .bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
	box-shadow: none;
}

#main_img_wrapper .bx-wrapper .bx-controls-direction a{
	top: 0;
	margin-top: 0;
	width: 74px;
	height: 100%;
}

#main_img_wrapper .bx-wrapper .bx-next{
	display: none;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#main_img_wrapper .bx-wrapper .bx-prev{
	display: none;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


/* jquery.bxslider.min.js 関連設定終わり*/








.content-top1 {
	width:100%;
	padding: 37px 0px 20px 0px;


}

.content-top1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.content-top1-inner:after {
	content: "";
	display: block;
	clear: both;
}


.content-top1-l {
	float: left;
	width: 53.5%;

}

.hitokoto {
	background-image: url("../images/bg-hitokoto.png");
	background-repeat: no-repeat;
	background-position: left 40px;
	background-size: contain;
	height: 230px;
	margin-bottom: 36px;
}
.hitokoto-title {

}
.hitokoto-title img{
	width: 100%;
	max-width: 437px;
}
.hitokoto-com {
	width: 80%;
    padding: 7px 0 0 40px;
    color: #bc8160;
}

.news {
	background-image: url("../images/bg-news.png");
	    background-repeat: repeat;
    background-size: 686px;
	background-position: left top;
	border-radius: 10px;

}
.news-title {
	padding: 10px 5px 5px 10px;
}
.news-title-l {
	float: left;
}

.news-title-l img{
	max-height: 45px;
}

.news-title-r {
	float: right;
    width: 30%;
    text-align: right;
    padding-top: 12px;
    padding-right: 13px;
}

.news-title-r  img{
	max-width: 60%;
}


.news-list {
	padding: 0 0 20px 0;
}

.news-list ul {
	padding: 0 15px 0 15px;
	height: 270px;
	overflow-y: scroll;

}

.news-list ul li {
	padding: 12px 0 12px 0;
	border-top: 1px dotted #744c24;
}

.news-list .date {
	float: left;
	width: 24%;
	padding: 0 0 0 5px;
	color: #ff7060
}
.news-list .title {
	float: left;
	width: 76%;
}

.content-top1-r {
	float: right;
	width: 43.0%;
}

.schedule-title img {
	max-height: 45px;
}

.schedule {
	width: 100%;
	background-image: url("../images/bg-schedule.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.schedule {
	padding: 30px 30px 15px 20px;
}


.schedule-month {
	    padding-bottom: 15px;
	
}

.schedule-month img{
	max-width:57px;
}


.schedule-month ul li:nth-child(1) {
	display: inline-block;
	width: 20%;
	text-align: left;
}
.schedule-month ul li:nth-child(2) {
	display: inline-block;
	width: 60%;
	text-align: center;
	font-size: 180%;
	color: #744c24;
	font-weight: bold;
}



.schedule-month ul li:nth-child(3) {
	display: inline-block;
	width: 20%;
	text-align: right;
}


.top_calendar {
	width: 100%;
	height: 270px;
	margin-bottom: 15px;
	background-color: #fff;
}

.top_calendar td,
.top_calendar th {
	border: 1px solid #744c24;
	text-align: center;
	vertical-align: middle;
	width: 14.28%;
}

.top_calendar .sunday,
.top_calendar .holiday {
	background-color: #f8cdd3;
	color: #ba4447;
}
.top_calendar .sunday a,
.top_calendar .holiday a {
	color: #ba4447;
}




.top_calendar .saturday {
	background-color: #e6f4f6;
	color: #237284;
}
.top_calendar .saturday a {
	color: #237284;
}




.todays-schedule {
	width: 100%;
	background-image: url("../images/bg-todays-schedule.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding: 55px 65px 0 30px;
	height: 140px;
	font-size: 87.5%;
}


.schedule-list {
	text-align: center;

}
.schedule-list img {
	width: 100%;
	max-width: 366px;
	padding-top: 15px;
	border-top: 1px dotted #744c24;
}



.content-top2 {
	width:100%;
	margin: 15px 0 15px 0;

}

.content-top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.album-head img {
	width: 100%;
	max-width: 997px;
	margin-bottom: -7px;
}
.album {
	background-color: #f2e8db;
	padding: 10px;
	border-radius: 10px;
}
.album-l {
	float: left;
	width: 20%;
	text-align: center;
}


.album-title img {
	margin-top: 18px;
    width: 98%;
    max-width: 130px;
}
.album-list img {
	margin-top: 5px;
	width: 100%;
	max-width: 127px;
}


.album-r {
	float: right;
	width: 80%;
}
.album-r ul {
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.album-r ul li {
	width: 25%;
	padding:20px; 
	font-size: 85%;
}
.album-r ul li img {
	width: 100%;
	max-width: 160px;
	border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px #a5a5a5;
    -moz-box-shadow: 0px 0px 10px #a5a5a5;
    box-shadow: 0px 0px 10px #a5a5a5;
}

.album-r ul li span {
	display: block;
}

.album-r ul li span.date {
	padding-top: 5px;
	color:#bc8160;
}






#footer {
	display: none;
	width:100%;
	bottom: 0;
	position: absolute;
	background-image: url("../images/navi-bg.png");
	background-repeat: repeat;
	background-size: 340px;
}

.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}
.footer-inner ul li {
	display: inline-block;
	width: 21%;
	text-align: center;
}
.footer-menu1-inner ul li img {
	width: 100%;
	max-width: 150px;
}

.footer-main {
	margin: 15px 0 10px 0;
}
.footer-main-l {
	float: left;
	 width: 20.4%;
	border-right: 1px dotted #fff;
	padding-right: 25px;
}
.footer-main-l img {
	width: 100%;
	max-width: 175px;
}

.footer-main-r {
	float: left;
    font-size: 75%;
    width: 27.6%;
    color: #fff;
    padding-left: 25px;
	border-right: 1px dotted #fff;
}


.footer-main-r span {
	padding-right: 10px;
}

.footer-menu {
	width: 50%;
	float:right;
	padding-top: 11px;
}

.footer-menu ul{
}

.footer-menu ul li{
}

.footer-menu ul li img{
	max-width: 87%;
}


.copy {
	text-align: center;
	color: #fff;
	background-color: #5f3919;
	font-size: 70%;
	padding: 2px;
}

#sp-footer {
	display: none;
}
/* コンテンツページ関係始まり
================================================== */


.contentBody th {
	background-color : #e6e6e6;
	font-weight: bold;
}



#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}






#breadCrumb {
	padding: 15px 0 15px 5px;

}
#breadCrumb a {

}
#breadCrumb a:hover {
	color: #ffa400;
}


#breadCrumb p {
	margin-left: 0px;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}




#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}


.page-image {
	margin-top: 15px;
	text-align: center;
}



#main {
	width: 71%;
	float: left;
	background-color: trancparent;
	padding: 15px 5px 15px 5px;

}

#main2 {
	width: 100%;
	clear:both;
	background-color: trancparent;
	padding: 15px 5px 15px 5px;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
		clear:both;
	min-height:1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}



.thumb {
	float: right;
	padding-left: 5px;

}
.thumb img {
	width: 100px;
	margin-right: 15px;

}



.pageList {
	padding-top: 20px;
	margin:0px;
}


.contentBody .pageList {
  margin-left: 0px;
}




.pageList li {
	list-style-type: none;
	padding: 10px 10px 20px 10px;

}
.pageList li:nth-child(2n+1) {
	background-color: #f4e9dc;
}
.pageList li:nth-child(2n) {
	background-color: #f4e9dc;
}



.pageList .title {
	display: block;

	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}





.pageList .title a{
	padding-left: 25px;
	background-image: url(../images/bg-link4.png);
	background-repeat: no-repeat;
	background-position: left center;
	}


.pageList .date {
	font-size:80%;
	color: #6E4825;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}


.pageList .description {
 	display: block;
	font-weight: normal;
	margin-top:0px;
	padding-left: 25px;
}











.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}

#sidemenu {
	width: 26.6%;
	float: right;
	margin-top:0px;

}

.sideHeader {
	width: 100%;
	background-color: #082886;

}
.sideHeader h2 {
	padding: 7px 0px 22px 0px;
    font-size: 110%;
    color: #fff;
    text-align: center;
    background-image: url(../images/bg-sidemenu-h2.png);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 24px;

}

.sideBody {
	width: 100%;
	background-color: #eeefef;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
	font-size: 85%;
}

.sideBody li {
	margin: 0 5px 0 5px;
    padding: 9px 0 7px 26px;
    background-color: #fff;
    background-image: url(../images/bg-list.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 8px 13px
}

.sideBody .current_page {
	background-color: #eeefef;
}

.active {
    color: #888;
}


.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration : none;

}


.sidebanner {
	margin-top:15px;
	text-align: center;
}

.sidebanner li{
	margin-bottom: 0px;
}

.sidebanner li img{
	border:solid 1px #ccc;
}




.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}



/*「カレンダー」ページ */

.cal_month_select {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.cal_category_select {
	text-align: right;
}





.nowMonth {
	text-align: left;
	margin-top: 10px;
}

.now_year_month {
	font-weight: bold;
}


.calendar {
	padding-bottom: 20px;
}

.cal_tbl {
	width: 100%;

}

.contentBody .cal_tbl th {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	vertical-align: middle;
	padding: 2px;
}

.cal_tbl td {
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

.cal_tbl td ul {
	margin-left: 5px

}

.cal_tbl .sunday th {
	background-color: #ffefed;
}

.cal_tbl .sunday td {
	background-color: #ffefed;
}

.cal_tbl .saturday th {
	background-color: #e3f5f9;
}
.cal_tbl .saturday td {
	background-color: #e3f5f9;
}


.mceContentBody .sectionBody table th {
	vertical-align: middle;
}


.cal_tbl thead th {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	text-align: center;
	padding: 4px;
	font-size: 100%;
}

.cal_tbl span {
	margin-left: 0px;

}

.category {
	display: none;
}

.cal_category_select label {
	display: none;
}

.place {
	padding-left: 25px;
}
.time {
	padding-left: 25px;
}

.pre_month {
	padding-right: 15px;
}

.next_month {
	padding-left: 15px;
}


/*「カレンダー詳細」ページ */

.cal_day_tbl {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.cal_day_tbl th,
.cal_day_tbl td {
	padding: 5px;
	border: 1px solid #ccc;
}

.cal_day_tbl th {
	background-color: #eaf6fd;
	width: 25%;
}
.cal_day_tbl td {
	width: 75%;
}



/*コンテンツページ関係終わり
================================================== */









/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

}



/*　画面サイズが768pxから956pxまではここを読み込む　*/
@media screen and (min-width:768px) and ( max-width:956px) {

.footer-main-r {
    padding-left: 10px;
	font-size: 55%;
}





/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */




