﻿/* ### Pc start ############################################ */

.SpOnly { display:none; }
.PcOnly { display:block; }

body {
	background-color:#fafdff;
	margin: 0;
	padding: 0;
	text-align:center;
}

body#home{
	display:none;
}

strong {
	color: #f26522;
	font-weight: normal;
}
span.require {
	color: #ed1c24;
}
span.error_message {
	color: #f00;
	line-height: 16px;
}

.iepngfix {
	behavior: url(css/iepngfix.htc);
}

span.small {
	font-size:10pt;
	font-weight:normal;
}


.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


#content-wrapper{
	width: 916px;
	background: #fff url(../images/content_bg.gif) repeat-y;
	margin: 0 auto;
}
#content {
	margin: 0 8px;
	background-color: #fff;
}

/* for debug */
.border {
	border:1px dotted red;
}

/* フッター */
#footer {
	text-align: center;
	width: 916px; height: 68px;
	color: #000;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../images/footer_bg.gif) no-repeat;
}

#footer div.place{
	margin-top:-7px;
}


/* トップ */
#top {
	background-image: url(/glider2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	/*background-color:#BFDCF6;
	background-color:green;*/
}


#top div.msg {
	/*width:500px;*/
	/*margin-left:80px;*/
	text-align:center;
	padding-top:50px;
	font-size:14pt;
	line-height:110%;
	font-family: Arial,sans-serif;
}

#top div.menu {
	text-align:left;
	margin-left:100px;
	margin-top:50px;

}

#top .menu ul li a {
	height:18pt;
	font-size:14pt;
	line-height:20pt;
	color:#fff;
	padding:0px;
}

#top .menu ul li a:hover {
	color:#4169E1;
	background-color:#FF8C00;
}

div.photoNo {
	font-size:8pt;
}

li.photo {
	display: inline-block;
	width:246px;
}


/* ### Sp start ############################################ */
@media screen and (max-width: 640px) {
.SpOnly { display:block; }
.PcOnly { display:none; }

body{
	/*display:block;*/
/*
	background-image: url(/glider.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
*/
}

#top img.SpPhoto{
	width:100%;
}

#top {
	/*display:block;*/
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

#top div.msg {
	text-align:left;
	padding:20px 10px 0 20px;
	font-size:14pt;
	line-height:110%;
	font-family: Arial,sans-serif;
}

#top div.menu {
	text-align:left;
	margin-left:26px;
	margin-top:30px;
	margin-bottom:10px;
}

#top .menu ul li a {
	height:18pt;
	font-size:16pt;
	line-height:190%;
	color:#0068b7;
	padding:0px;
}

#top .menu ul li a:hover {
	color:#4169E1;
	background-color:#FF8C00;
}

h2 {
	font-size:14pt;
}
li.photo{
	width:100%;
}

} /* ### Sp End ############################################ */