﻿/*   Stylesheet for Large-size Screen   */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

*,html {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.space {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border: 0;
}
a.space {
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

body {
	margin: 0;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
	position: relative;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-size: 90%;
	line-height: 1.5;
	behavior: url(/js/PIE.htc);
}
html, body {
	height: 100%;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#container 
#wrapper {
	width: 100%;
	padding: 0;
	padding-bottom: 70px;
	margin: 0;
}
#footer {
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0px;
	line-height: 30px;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#footer #footer_nav {
		width: 100%;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	#footer_nav ul {
		list-style-type: none;
		margin: 0 10px;
		padding: 0;
	}
		#footer_nav ul li {
			margin: 0;
			padding: 0;
			float: left;
			font-size: 80%;
			color: #ffffff;
			text-align: center;
			text-shadow: -1px -1px 1px #000000;
			display: inline;
		}
			#footer_nav ul li a {
				text-decoration: none;
				color: #ffffff;
				display: inline;
			}
			#footer_nav ul li a:hover {
				text-decoration: none;
				color: #ff8888;
			}
	#footer #copy {
		width:100%;
		text-align:right;
		padding: 0;
		font-size: 80%;
		color: #ffffff;
	}
	#footer #copy p {
		margin-right:10px;
	}

.circle {
	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	behavior: url(/js/PIE.htc);
}
.trans {
	opacity: 0.75;

	-moz-opacity: 0.75;

	filter: alpha(opacity=75);

	-ms-filter: "alpha(opacity=75)";

	behavior: url(/js/PIE.htc);
}
.trans2 {
	opacity: 0.9;

	-moz-opacity: 0.9;

	filter: alpha(opacity=90);

	-ms-filter: "alpha(opacity=90)";

	behavior: url(/js/PIE.htc);
}
.shadow {
	box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=10);
	behavior: url(/js/PIE.htc);
}
.clearfix:after { content: ""; display: block; clear: both; }

dl.col2 {
	max-width: 90%;
	width: 450px;
	margin: 20px auto; 
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#ddeeff;
}
	dl.col2 dt {
		float:left;
		clear: left;
		width:100px;
		font-weight:bold;
		background-color:#ddeeff;
		border-top:1px solid #ccc;
		padding:5px;
	}
	dl.col2 dd {
		background-color:#ffffff;
		border-top:1px solid #ccc;
		margin-left:110px;  
		padding:5px;
	}
	dl.col2 a {
		margin: 0px 6px;
		color: black;
		text-decoration: none;
	}
	dl.col2 dd p {
		text-align: center;
	}
	dl.col2 dd.month p {
		text-align: left;
		text-indent: 0 !important;
		margin: 0;
		padding: 0;
	}
	dl.col2 dt.month {
		text-align: right;
		margin-right: 10px;
	}
	dl.col2 dd p.photo {
		text-align: center;
		text-indent: 0 !important;
		margin: 0;
		padding: 0;
	}
p.caution {
	margin-left: 6em;
	text-indent: -2em;
}
.breadcrumb {
	list-style: none;
	overflow: hidden;
	color: white;
	font: 11px arial, Helvetica, clean, sans-serif;
	margin: 0 40px 10px 20px;
	background: rgb(233,233,233);
}
	.breadcrumb li {
		float: left;
		line-height: 20px;
	}
	.breadcrumb li a {
		color: #fff;
		text-decoration: none;
		padding: 0 10px 0 15px;
		background: rgb(142,142,142);
		display: block;
		float: left;
	}
	.breadcrumb li a::after {
		position: relative;
		display: block;
		margin-top: -10px;
		margin-left: auto;
		margin-right: -15px;
		height: 10px;
		width: 10px;
		content: " ";
		-webkit-transform: skew(-30deg);
		background: rgb(142,142,142);
		border-right: 2px solid white;
		-moz-transform: skew(-30deg);
		-o-transform: skew(-30deg);
		transform: skew(-30deg);
	}
	.breadcrumb li a::before {
		float: right;
		display: block;
		margin-bottom: -10px;
		margin-left: auto;
		margin-right: -15px;
		height: 10px;
		width: 10px;
		content: " ";
		-webkit-transform: skew(30deg);
		background: rgb(142,142,142);
		border-right: 2px solid white;
		-moz-transform: skew(30deg);
		-o-transform: skew(30deg);
		transform: skew(30deg);
	}
	.breadcrumb li:first-child a {
		font-weight: 900;
		padding-left: 10px;
		background: rgb(108,108,108);
	}
	.breadcrumb li:first-child a::before,
	.breadcrumb li:first-child a::after {background: rgb(108,108,108);}
	.breadcrumb li:last-child {
		padding-left: 15px;
		background: transparent !important;
		color: rgb(50,116,208);
		font-weight: 900;
	}
	.breadcrumb li a:hover,
	.breadcrumb li a:hover::before,
	.breadcrumb li a:hover::after {background: rgb(108,108,108);}
	.breadcrumb li:first-child a:hover,
	.breadcrumb li:first-child a:hover::before,
	.breadcrumb li:first-child a:hover::after {background: rgb(77,77,77);}
	.breadcrumb li.scope a,
	.breadcrumb li.scope a::before,
	.breadcrumb li.scope a::after {background: rgb(50,116,208);}
	.breadcrumb li.scope a:hover,
	.breadcrumb li.scope a:hover::before,
	.breadcrumb li.scope a:hover::after {background: rgb(34,97,160);}


button.blue {
	display: block;
	border: 1px solid #696;
	text-align: center; 
	width: 300px;
	height: 40px;
	margin: 10px auto;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 0;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url(../images/blue_off.png) top left no-repeat;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#AEA5F8), to(#0D104A));
	background: -webkit-linear-gradient(#AEA5F8, #0D104A);
	background: -moz-linear-gradient(#AEA5F8, #0D104A);
	background: -ms-linear-gradient(#AEA5F8, #0D104A);
	background: -o-linear-gradient(#AEA5F8, #0D104A);
	background: linear-gradient(#AEA5F8, #0D104A);
	-pie-background: linear-gradient(#AEA5F8, #0D104A);
	font-size: 16px;
	font-weight: bold;
	line-height: -8px;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 30);
}

button.blue:hover {
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url(../images/blue_on.png) top left no-repeat;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A3F6D7), to(#135130));
	background: -webkit-linear-gradient(#A3F6D7, #135130);
	background: -moz-linear-gradient(#A3F6D7, #135130);
	background: -ms-linear-gradient(#A3F6D7, #135130);
	background: -o-linear-gradient(#A3F6D7, #135130);
	background: linear-gradient(#A3F6D7, #135130);
	-pie-background: linear-gradient(#A3F6D7, #135130);
}


/* Mediq Query */

@media only screen and (max-width: 960px){
	#container {
		width: 100%;
		margin: 0; 
		padding: 0;
	}
}
@media only screen and (max-width: 600px){
	#footer_nav ul li {
		font-size: 70%;
	}
	dl.col2 dd.month p, dl.dl.col2 dd.month a {
		font-size: 15px !important;
		line-height: 2.5em !important;
	}

}
@media only screen and (max-height: 600px){
	dl.col2 dd.month p, dl.dl.col2 dd.month a {
		font-size: 15px !important;
		line-height: 2.5em !important;
	}

}

/* Photo Gallery */

.thumbnails {
    width: 95%;
    margin: 10px auto;
    
    display: flex;
    justify-content: center;
    background: #fff;
    flex-wrap: wrap;
}
.gallery a{ 
	float:left; 
	margin:0; 
	padding:0; 
	margin: 20px ; 
	display:block; 
	background-color: #eee; 
	border:1px solid #555;
	box-shadow: 1px 1px 3px #555;
	width:90px; 
	height:90px;
}
.gallery a img{ 
	float:left; 
	margin:0; 
	padding:0; 
	background-color: #aaa;
	margin: 10px;
	padding: 0;
	width:70px; 
	height:70px;
}
