@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p {
	line-height: 1.5;
}
a {
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	color:#AB0406;
	text-decoration:underline;
}
strong{
	font-weight:bold;
	color:#7C0002;
}
.mt8{ margin-top:8px; }
.mt15{ margin-top:15px; }
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
.end-app{
	background: #FF0000;
	padding: 10px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
img{
	width:100%;
	height:auto;
}
img#_ullogimgltr{width: 1px; height: 1px;}
h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#500b10;
	padding: 5px 0;
}

.owabi{
	margin-bottom: 15px;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
.photo ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
	margin-top: 20px;
	flex-wrap: wrap;
}
.photo ul li{
	margin: 5px;
	width: 160px;
}
@media only screen and (max-width: 480px){
.photo ul li{
	margin:1%;
	width:23%;
}
}
/* page-top ------------------------------------*/
#page-top img{
	width:50%;
	height:auto;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:#6d0804;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
