@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
	font-size: 12px;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}



body {
 background-color: #ffffff;
 font-family: Arial, san-serif;
 font-size: 14px;
 line-height: 1.5;
}

a {
 color: #333;
}

.block {
	margin: 0px;
	border-bottom: 1px dotted #666666;
}

.block:after {
 content: '';
 display: block;
 clear: both;
}

.block p {
 margin-bottom: 1em;
}

.block p:last-of-type {
 margin-bottom: 0;

}
.global-footer, .global-footer2 {
	background-color: #FF9A9C;
	background-position: left top;
	font-size: 12px;
	text-align: center;
	clear: both;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.global-footer {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
}
.nav-about {
	margin: 10px;
	font-size: 15px;
}

.nav-about ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about li {
 border-top: 1px solid #D9F5F3;
 border-bottom: 1px solid #666666;
 height: 37px;
 line-height: 37px;
 background-color: #ffffff;
}

.nav-about li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-of-type {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.clear {
	clear: both;
}
.tensenhr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.dot {
	list-style-position: inside;
	list-style-type: disc;
}
