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

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:13pt;
	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:1000px;
	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;
}

div.logo{
	width:800px; 
	height: 150px; 
	margin: 20px auto; 
	background-image: url(../img/logo_nl.png);
	text-align: right;
}

div.title_a{
	width:900px;
	text-align: center; 
	font-size: 32pt; 
	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:900px; 
	margin: 10px auto 20px;
}

div.title{
	border-top:solid 1px #666666; 
	border-bottom: double 3px #666666; 
	text-align: left; 
	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:480px; 
	float: left; 
	padding:0px 10px;
}

div.textarea2{
	width:550px; 
	float: left; 
	padding:0px 10px;
}	

/*クラス「photo-small」に対応*/
div.textarea-big{
	width:740px; 
	float: left; 
	padding:0px 10px;
}
	
/*クラス「photo-big」に対応*/
div.textarea-small{
	width:300px; 
	float: left; 
	padding:0px 10px;
}

div.photo{
	width:400px;
	float:left; 
	text-align: center; 
	font-weight: bold;
}

/*クラス「textarea-big」に対応*/
div.photo-small{
	width:140px;
	float:left; 
	text-align: center; 
	font-weight: bold;
}
	
div.photo2{
	width:330px;
	float:left; 
	text-align: center; 
	font-weight: bold;
}
	
div.photo-big{
	width:580px;
	float:left; 
	text-align: center; 
	font-weight: bold;
	}

/*写真を3枚並べるとき*/
div.pict3{
	width:33%;
	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: 200px;
	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: 200px;
	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;
}

.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: 130px;
	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: 400px;
	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:400px;
height:300px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}
		
}

/*トップへ戻る*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}