@charset "utf-8";


ul.list li{
	padding: 15px 0;
	border-bottom: 1px solid #c0c0c0;
	font-size: 80%;
}

ul.list li .date{
	background: url(../../img/common/icon_cir_pink.png) no-repeat left center;
	padding: 0 0 0 15px;
}
ul.list li .cmt{
	padding: 0 0 0 15px;
}

img{
	max-width: 100%;
	height: auto;
}

.pageDetails{}

.pageDetails .frame{
	background: url(../../img/common/bg_clear.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	border: 1px solid #c0c0c0;
}

.pageDetails .frame .date{
	font-size: 80%;
	padding: 10px 0;
	text-align: right;
}
.pageDetails .frame .date:before{
	content: "更新日：";
}

.pageDetails .frame .text p{
	padding: 0 0 0.9em 0;
}


.pageDetails .frame .text p:last-child{
	padding: 0;
}


.pageDetails table{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #de387f;
}
.pageDetails table caption{
	padding: 5px 0;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.pageDetails table th{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #de387f;
	background: #f8d2e2;
}

.pageDetails table td{
	padding: 5px;
	line-height: 1.5;
	border: 1px solid #de387f;
}

@media screen and (max-width: 768px){
.pageDetails .frame .text img{
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 480px){


.pageDetails table{
	display: block;
	width: 100% !important;
	border: 0;
}
.pageDetails table tbody{
	display: block;
	width: 100%;
}
.pageDetails table tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100% !important;
	height: auto !important;
}
.pageDetails table th,
.pageDetails table td{
	display: list-item;
	width: 100% !important;
	padding: 9px 0;
	display: block;
	height: auto !important;
}
.pageDetails table th{
	margin-bottom: 5px;
	list-style-type: none;
}
.pageDetails table td{
	margin-left: 0;
	padding: 5px 0;
	list-style-type: none;
	border: 0;
}
}


/*関連ファイル*/
.frameDocument{
	text-align: center;
	padding: 20px 0 0 0;
}

.btnDocument{
	padding: 10px 0;
	margin: 10px 0;
	display: inline-block;
}
.btnDocument a{
	background: url(../../img/common/icon_document.png) no-repeat 10px center #1fa535;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px 5px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
}
.btnDocument a:hover{
	background: url(../../img/common/icon_document.png) no-repeat 10px center #666;
}


/*写真*/
.framePhoto ul{
	text-align: center;
}

.framePhoto ul li{
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	line-height: 120px;
	display: inline-block;
	margin: 5px;
}

.framePhoto ul li img{
	width: 120px;
	height: auto;
}

.btnForm{
	background: url(../../img/common/icon_cir_pink.png) no-repeat 5px center,-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../img/common/icon_cir_pink.png) no-repeat 5px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../img/common/icon_cir_pink.png) no-repeat 5px center,linear-gradient(to bottom, #FFF, #e6e6e6);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	margin: 10px auto;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

.btnForm a{
	display: block;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	color: #000;
}


/*frameGallery*/
.frameGallery ul{
	text-align: center;
}
.frameGallery li{
	display: inline-block;
	width: 200px;
	padding: 10px;
	border: 5px;
	margin: 2px;
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 83%;
}
.frameGallery li img{
	width: 200px;
	height: auto;
}