@charset "utf-8";
/* CSS Document */
@media screen and (max-width:640px){

body{
	font-family:游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,serif;
	/*font-family:Rounded Mplus\ 1c,メイリオ;*/
	font-size:15px;
	letter-spacing:0;
	line-height: 1.5;
}

h2{
	font-family:游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,serif;
	font-weight:700;
	font-size:2.4rem;
}


a:link{color: #333333;}
a:visited{color: #333333;}
a:hover{color: #8491c3;}
a:active{color: #89c3eb;}

a.bold:link{color: #eb6ea5; font-weight: bold;}
a.bold:visited{color: #c97586; font-weight: bold;}
a.bold:hover{color: #e597b2; font-weight: bold;}
a.bold:active{color: #e597b2; font-weight: bold;}
	
div#container{
	width:95%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	/*background-image: url(../img/bg_white.png);*/
	margin: 0px auto;
	padding: 10px;
	border-radius: 20px;
	overflow: hidden;
}

div.logo{
	width:100%;
	height: 60px;
	margin: 20px auto;
	background-image: url(../img/logo_nl_s.png);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: right;
}

div.title_a{
	width:95%;
	text-align: center;
	font-size: 20pt;
	margin: 10px auto;
	padding: 10px;

	font-family:游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,serif;
	font-weight:700;
	border-top: double 3px #666;
	border-bottom: solid 3px #666;
}

div.topic{
	width:100%;
	margin: 10px auto 20px;
}

div.title{
	border-top:solid 1px #666666;
	border-bottom: double 3px #666666;
	text-align: center;
	font-size: 16pt;
	margin: 10px auto;
	padding: 10px;

	font-family:游明朝,Yu Mincho,游明朝体,YuMincho,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,HGS明朝E,ＭＳ\ Ｐ明朝,MS PMincho,serif;font-weight:700;font-size:1.2rem
}

div.textarea{
	width:95%;
	margin: auto;
	/*float: left; */
	padding:0px 10px;
}
	
div.textarea2{
	width:95%;
	margin: auto;
	/*float: left; */
	padding:0px 10px;
}

div.textarea-big{
	width:95%;
	margin: auto;
	/*float: left; */
	padding:0px 10px;
}

div.textarea-small{
	width:95%;
	margin: auto;
	/*float: left; */
	padding:0px 10px;
}

div.photo{
	width:100%;
	/*float:left; */
	text-align: center;
	font-weight: bold;
	margin: auto;
}
	
div.photo2{
	width:100%;
	/*float:left; */
	text-align: center;
	font-weight: bold;
	margin: auto;
}
	
div.photo-small{
	width:150px;
	/*float:left; */
	text-align: center; 
	font-weight: bold;
	margin: auto;
}
	
div.photo-big{
	width:100%;
	/*float:left; */
	text-align: center;
	font-weight: bold;
	margin: auto;
}

/*写真を3枚並べるとき*/
div.pict3{
	width:100%;
	max-width: 400px;
	margin: auto;
	/*float:left;*/
	text-align: center;
	font-size:14px;
	margin-bottom: 15px;
	} 
	

div.clear{clear: both;}

div.border1{border-bottom:double 3px #333333; margin: 10px;}
div.border2{border-bottom:solid 1px #333333; margin: 10px 0px;}
div.border3{border-bottom:dotted 1px #333333; margin: 10px 0px;}
	
div.box{
	border:double 3px #999999;
	border-radius: 10px;
	padding:10px;
	}
	
div.box2{
	border:dotted 1px #89c3eb;
	border-radius: 10px;
	padding:10px;
	}

/*トップへ*/
#PageTop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:1}
#PageTop a{display:block;padding:10px;color:#fff;font-weight:700;text-align:center;background-color:#4493f0;border:2px solid #4493f0;border-radius:5px;-webkit-transition:all .3s;transition:all .3s}
#PageTop a:hover{color:#4493f0;background-color:#FFF;}



/*フロートメニュー*/
.nav {
		padding: 0 20px;
		margin: 0 auto 60px;
		width: 760px;
		font-size: 85%;
		background: rgba(255,255,255,0.7);
}
.nav li {
		list-style: none;
		float: left;
}
.nav li a {
		text-decoration: none;
		color: #333;
	font-weight: bold;
		padding: 8px 12px;
		display: block;
}
.nav li a:hover {
		background: rgba(0,150,255,0.3);
}
.fixed {
		position: fixed;
		top: 0;
		left: 0px;
		width: 100%;
	margin:auto;
}


/*オーバーレイボタン*/
.button {
	display: inline-block;
	width: 150px;
	height: 54px;
	border-radius: 10px;

	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;

	background-color: rgba(256,256,256,0.3);
	border: 2px solid #89c3eb;
	color: #333;
	line-height: 50px;

	font-family:Rounded Mplus\ 1c,メイリオ;
	font-weight: bold;
}

.button:hover {
	color: #FFF;
	background-color: rgba(0, 155, 255, 0.3);
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
/*オーバーレイボタン2*/
.button2 {
	display: inline-block;
	width: 100%;
	height: 34px;
	border-radius: 5px;
	
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;

	background-color: rgba(256,256,256,0.3);
	border: 2px solid #f4b3c2;
	color: #333;
	line-height: 30px;
	
	font-family:Rounded Mplus\ 1c,メイリオ;
	font-weight: bold;
	
	margin: auto;
}

.button2:hover {
	color: #FFF;
	background-color: rgba(255, 50, 155, 0.3);
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
/*オーバーレイボタン3*/
.button3 {
	display: inline-block;
	width: 90px;
	height: 44px;
	border-radius: 5px;
	
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;

	background-color: rgba(256,256,256,0.7);
	border: 2px solid #666666;
	color: #333;
	line-height: 40px;
	
	font-family:Rounded Mplus\ 1c,メイリオ;
	font-weight: bold;
}

.button3:hover {
	color: #FFF;
	background-color: rgba(0, 150, 255, 0.5);
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
/*オーバーレイボタン4*/
.button4 {
	display: inline-block;
	width: 100%;
	height: 54px;
	border-radius: 10px;
	
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;

	background-color: rgba(256,256,256,0.3);
	border: 2px solid #89c3eb;
	color: #333;
	line-height: 50px;
	
	font-family:Rounded Mplus\ 1c,メイリオ;
	font-weight: bold;
}

.button4:hover {
	color: #FFF;
	background-color: rgba(0, 155, 255, 0.3);
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}	


/*スライドショー*/
#slide {
width:90%;
height:300px;
margin:0 auto;
position:relative;
text-align: center;
}
#slide img {
position:absolute;
left:0;
top:0;
}

}
