@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


/* PC */
@media screen and (min-width: 768px), print {
	
	
#wrapper {
	margin-top: 0px;
}
	
	
	
#title {
	padding-top: 60px;
	text-align: center;
	font-weight: normal;
	font-size: 129%;
	margin-bottom: 30px;
	background: url(../common/img/icon_decorate.png) no-repeat center bottom;
	padding-bottom: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.4em;
	}
#title h2 {
	font-weight: normal !important;
}
	
	
#contents {
}

#contents ul {
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
#contents ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}
#contents ul li a {
	display: block;
}
#contents ul li.last {
	border-bottom: none;
}





}











/* スマホ */
@media only screen and (max-width: 767px) {
	
	
#title {
	padding-top: 10%;
	text-align: center;
	font-weight: normal;
	font-size: 115%;
	margin-bottom: 30px;
	background: url(../common/img/icon_decorate.png) no-repeat center bottom;
	padding-bottom: 5%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.4em;
	}
#title h2 {
	font-weight: normal !important;
}
	
	
#contents {
}



#main {
}



.section {
	margin-bottom: 30%;
}

.textArea {
	padding: 0 5%;
}
	* html .textArea {
		zoom: 100%;
	}
	*:first-child+html .textArea {
		display: inline-block;
	}
	.textArea:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}



	.textArea .item-d {
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 8%;
	}
		.textArea .item-d dt {
			font-size: 172%;
			margin-bottom: 10px;
		}
			.textArea .item-d dt span {
				display: block;
				font-size: 12px;
			}
			.textArea .item-d dt em {
				font-size: 12px;
			}
		.textArea .item-d dd {
			font-size: 86%;
		}
		.textArea .item-d dd br {
			display: none;
		}
			
			
	.textArea .copy {
		margin-bottom: 8%;
	}





	.btn {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}





#localNav {
	text-align: center;
	border-top: solid 1px #d3d3d3;
	padding: 10% 5%;
}
	#localNav li {
		margin-bottom: 5%;
	}
	
	
}
