@charset "utf-8";
/* CSS Document */
#linear_nav {
	text-align: center;
	height:40px;
	margin:30px auto;
	background-image: url(../images/border.png);
	background-position:bottom;
	background-repeat:repeat-x;

}
#linear_nav li {
	line-height:22px;
	display:inline-block;
	height:22px;
	width:22px;
	margin-right:5px;
}
#linear_nav li a {
	display:block;
	width:100%;
	height:100%;
	border-radius:10px;
	color:#FFF;
	background-color:#c6c6c6;
}
#linear_nav li a:hover{
	background-color:#018ef1 !important;
}
.page_sel{
	background-color:#018ef1 !important;
}
#nousya {
	text-align:center;
	margin:20px auto 0;
}
#nousya_list {
	margin:30px auto;
}
#nousya_list li {
	display:inline-block;
	width:148px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#nousya_list li .nousya_img {
	display:block;
	border-radius:50%;
	width: 140px;
	height:140px;
	overflow:hidden;
}

#nousya_list li .nousya_img2 {
	display:block;
	border-radius:50%;
	width: 140px;
	height:140px;
	overflow:hidden;
}

.text {
	padding:5px 0;
}

/*詳細ページ*/
.detail {
	width:900px !important;
	padding:10px;
	background-image:url(../images/back.png);
	border-radius:6px;
	position:fixed;
	top:50px;
	left: 0;
	right: 0;
}

.detail2 {
	width:900px !important;
	padding:10px;
	background-image:url(../images/back.png);
	border-radius:6px;
	position:relative;
	top:50px;
	left: 0;
	right: 0;
}

.back {
	background-color:#FFF;
	margin:0 auto;
	border-radius:6px;
}
.left {
	float:left;
	margin:0 10px;
	width: 480px;
}
.left img{ width: 100%;}
.right {
	float: left;
    width: 390px;
    position: relative;
    margin-right: 10px;
}
table {
	/* margin-top:10px; */
	width:100%;
}
th,td {
	border-bottom:1px dotted #f0c6c6;
	padding:10px 0;
}
th {
	width:115px;
}
samp {
	background:linear-gradient(transparent 0%, #ffdee5 0%);
	padding:4px;
	border-radius:5px;
}
.box_close {
	position:absolute;
	top:-5px;
	right:-10px;
}


/* ページ */
#nousya .page_area {
	border:1px solid #000;
}

.header-modal{ width: 100%; text-align: center; padding: 12px 0;}
.header-modal img{ margin: auto;}

.nousya-pop-up {
	/* margin-top:10px; */
	width:100%;
}
.nousya-pop-up th,.nousya-pop-up td {
	border-bottom:1px dotted #f0c6c6;
	padding:10px 0;
}
.nousya-pop-up th {
	width:115px;
}
.comment p {
	height:100px;
	overflow-y: scroll
}
.nousya-pop-up samp {
	background:linear-gradient(transparent 0%, #ffdee5 0%);
	padding:4px;
	border-radius:5px;
}
.modoru {
	position:absolute;
	top:-5px;
	right:-10px;
}

.header-popup{ width: 100%; text-align: center; padding: 12px 0;}
.comment p {
    height: 100px;
    overflow-y: scroll;
    padding:5px;
}