/* IMPORT RESET */
html,body,.container,main,article,iframe {height:100%;box-sizing:border-box;}

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

body {
	font-family: sans-serif;
}

hr {
	margin: 0; 
}

.container { 
	max-width: 1400px;
	margin: 0 auto; 
	height: auto;
	text-align: center;
	position: relative;
}

article {
	text-align: center;
	margin: 0 auto; 
	width: 100%;
}

iframe {
	margin: 0 auto; 
	width: 100%;
	background: #fff;
	overflow: auto;　/*IE用スクロールバー対策*/
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}

#photoarea {
	background: #fff;
}
#photoarea img{
	max-width: 94%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}

footer {
	position: relative;
	/*display: none;*/
	border-top: 3px solid #EA3049;
	border-bottom: 60px solid #333;
	width: 100%;
	/*height: 180px;*/
	background: #ddd;
}
footer .absolute {
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 101;
}

#main {
	position: relative;
}

#t_main ,#k_main {
	position: relative;
	height: 714px;
}

/*文字装飾*/
h1{
	margin: 6px 20px;
	color: #616161 ;
	font-size: 24px ;
	font-weight: 900;
}
h1 span {
	font-size: 16px ;
}

h2 {
	padding: 2px;
	background: -moz-linear-gradient(top,#FFF 0%,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddd));
	background: -ms-linear-gradient(top, #FFF, #ddd);
	color: #EA3049 ;
	font-weight: 700;
	font-size: 18px ;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4),-1px -1px 1px rgba(255, 255, 255, 0.4);
	text-align: center;
	padding: 6px 0;
}
a .link h2 {
	text-decoration: none;
}

h3 {
	position: relative;
	text-align: center;
	margin: 10px 0;
	color: #616161 ;
	font-size: 24px ;
	text-shadow:
	0 0 25px #edf8ff,
	0 0 20px #edf8ff,
	0 0 0.40px #edf8ff;
}

h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.size {
	margin-top: -6px; 
	margin-bottom: 6px; 
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
	z-index: 999;
}

.center img {
	margin-right: auto; 
	margin-left: auto; 
	display: block;
}

small {
	font-size: 14px ;
}

.copyright {
	position: absolute;
	bottom: -24px;
	color: #ffffff ;
	z-index: 999;
	right: 30px;
}

.border_radius {
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 2px;
	margin-bottom: 20px; 
}
@media (max-width: 768px) {
	#photoarea img{ max-width: 100%; }
	#main {margin-top: 40px;}
	#k_main {margin-top: -40px;}
	#album h2 { margin-top: 52px;}
	#album h3 {font-size: 14px ;}
	footer .absolute {display: none;}
}
@media (max-width: 903px) {
	.sm-red a, .sm-red a:hover, .sm-red a:focus, .sm-red a:active {padding: 13px 10px;  padding-right: 38px;}
	footer .absolute {left: 15px;}
}

