﻿@charset "utf-8";
/* CSS Document */

/* デスクトップレイアウト :ここにPC用のCSSを書く */


body {
	background-image: url(../image/ezara.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
}

/*ここからへッダー*/
#header{
	width: 100%;
	height: 20px;
	background-color: #ffa43c;
	background-attachment: scroll;
	margin-bottom: 10px;
	float: left;
}


#header h1{
	line-height: 20px;
	margin-left: 1%;
}

/*ここからナビ*/
#navi{ 
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	z-index: 10;
	width: 34.3em;
	
}


#navi ul li a{
	float: left;
	background: #fffabc;
	border: 1px solid #ffffff;
	font-size: 100%;
	height: 18px;
	line-height: 18px;
	display: block;	
}

/*ここからサイドナビ*/

#sidenavi{
	width: 12%;
	float: left;
	margin-top: 50px;
	margin-left: 5%;
	background-color: #FFFFFF;
	color: #696969;
	clear: both;
	border: 1px solid #b7b7b7;
	border-radius: 7px;
	padding: 20px 3% 10px;
	position: fixed;
	max-width: 9em;
}
#sidenavi ul li {
	margin-bottom: 3px;
}

/*ここからメインコンテンツ*/
#n_main{
	width: 65%;
	padding: 20px 3% 10px;
	background: #FFFFFF;
	float: right;
	color: #696969;
	margin-top: 20px;
	margin-right: 5%;
	margin-bottom: 10px;
	border: 1px solid #b7b7b7;
	border-radius: 7px;
}




#n_main h2 {
	background: #ee781e;
	border: 1px solid #ffa43c;
	font-size: 138.5%;
	color: #ffffff;
	width: 95%;
	border-radius: 10px;
	padding-left: 5%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#n_main dl dt {
	color: #000000;
	border-left: 20px solid #ffa43c;
	text-indent: 1em;
	font-size: 108%;
	margin-bottom: 10px;
}

#n_main dl dd{
	margin-bottom: 2.5em;
	line-height:1.4em;
}

/*参考画像の設定*/

.sankou {float: left;
	width: 40%;
	margin: 0 3% 1% 0;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}




/*上に戻るボタンの設定*/

#n_main .pagelink{
	margin-top:0.5em;
}

#n_main .pagelink ul li a {
	color: #ffffff;
	background: #ffa43c;
	height: 17px;
	width: 17px;
	color: #ffffff;
	float: right;
	margin-right: 7px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px #696969;
}
#n_main .pagelink ul li a:hover{
	background: #ee781e;
	box-shadow: 1px 1px 0px 2px #ffffff;
}

#n_main .pagelink ul{
	right: 0px;
	bottom: 10px;
}

#n_main .pagelink ul .modoru li {
	text-align: center;
	line-height: 17px;
}
#n_main .pagelink ul  li .ima {
	background: #fffabc;
	height: 17px;
	width: 17px;
	color: #ffffff;
	float: right;
	margin-right: 7px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 0px #ffffff;
}


/*ここからフッター*/

#footer{
	background-color: #ffa43c;
	clear: both;
	bottom: 0px;
	width: 100%;
	position: fixed;
}
#footer ul{
	width:55em;
	}

#footer ul li{
	float: left;
	font-size: small;
	margin-right: 30px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-indent: -0.3em;
	list-style: square;
	color: #ffffff;
	
}

#footer p {
	clear: both;
	float: right;
	font-size: xx-small;
	margin-right: 1px;
	margin-bottom: 1px;
}

/*フッター、サイトナビ用リンク色*/

#footer a:link {
color:#ffffff;
}

#footer a:visited {
color:#fffabc;
}
#footer a:hover {
	color:#ff0000;
}





/*ここからフッター2*/

 #footer2{
	background-color: #ffa43c;
	clear: both;
	bottom: 0px;
	height:35px;
	width:100%;
}
#footer2 ul{
	width:55em;
	}

#footer2 ul li{
	float: left;
	font-size: small;
	margin-right: 30px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-indent: -0.3em;
	list-style: square;
	color: #ffffff;
	
}

#footer2 p {
	clear: both;
	float: right;
	font-size: xx-small;
	margin-right: 1px;
	margin-bottom: 1px;
}

/*フッター2、サイトナビ用リンク色*/

#footer2 a:link {
color:#ffffff;
}

#footer2 a:visited {
color:#fffabc;
}
#footer2 a:hover {
	color:#ff0000;
}




/* タブレットレイアウト : 800 px ～  */
@media screen and (max-width: 800px) {
	

/*タブレットレイアウト ここからサイドナビ*/

#sidenavi{
	margin-top: 70px;
}


/*タブレットレイアウト ここからメインコンテンツ*/
#n_main{
	height: auto;
	margin-top: 0;
}


/*タブレットレイアウト ここからフッター*/



#footer ul{
	width:30em;
	}
#footer ul li .yohaku {
	padding-right: 2.3em;
}


/*タブレットレイアウト ここからフッター2*/

#footer2{
	height:60px;
}

#footer2 ul{
	width:30em;
	}
#footer2 ul li .yohaku {
	padding-right: 2.3em;
}
}


/* スマホレイアウト : 400 px ～  */
@media screen and (max-width: 400px) {

}
