@charset "utf-8";


/* メール会員 */
.pagetitle {
	text-transform:capitalize;
	margin-bottom:20px
}

.header_txt {
	font-size: 100%;
	line-height: 150%;
	padding-bottom: 10px;
	text-align: left;
	height: auto;
	width: auto;
}

/*  メール会員登録までの流れ  */
.mail_step {
	margin-left: 30px;
	line-height: 170%;
	list-style: none inside;
	font-weight: normal;
}

#content-mailmember {
	width: 944px;
	height: 480px;
	background-image: url(../images/content-full-r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*border-bottom: solid 1px #eaeaea;*/
}

/*　メール会員　利用規約 */
#contents_bottom_bg {
	background: url(../images/bg-header.gif) no-repeat;
}

.mail_bg {
	/*	padding-top: 20px; */
	border-bottom:solid 1px #eaeaea;
	background: url(../images/bg-header.gif) no-repeat;
	padding: 30px 30px 25px;
}



/*　スクロールボックス */
.scroll_text {
	height: 300px;
	width: 700px;
	overflow: auto;
	padding: 30px;
	line-height: 150%;
	border: 1px solid #DDD;
	background: #F0F8FF;
	margin-top: 50px;
	margin-left: 50px;
}

.scroll_text　p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.indent {
	margin-left: 5px;
	list-style: none inside;
	font-weight: normal;
	color: #666;
}

.scroll_text ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}

.scroll_text li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: decimal;
}

.red {
	color:#f30;
	font-weight:bold;
}

.blue {
	color: #0073A2;
	}


/* end */

/* 同意ボタン */
#agree_btn {
	/*height: 30px;
	width: 600px;*/
	margin-top: 15px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background: white;
	background-image: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: white;
	text-align: center;
}

.nomargin {
	margin-right:0px !important;
}

.pagenavi {
	clear:both;
	text-align:right
}

.pagenavi a,
.pagenavi a:visited {
	color:#a1a1a1;
	padding:4px 6px;
	margin-right:2px;
}

.pagenavi a.current {
	background-color:#0695d0;
	color:#fff;
}

.pagenavi a:hover {
	text-decoration:none;
	background-color:#0695d0;
	color:#fff;
}




/* BLOG */
.posttitle {
	margin-bottom:12px;
	font-size:30px !important;
	line-height:32px !important;
}

.posttitle a,
.posttitle a:visited {
	color:#1c1b19
}

.posttitle a:hover {
	text-decoration:none
}

.entry-utility {
	font-size:11px;
	border:solid 1px #eaeaea;
	border-width:1px 0;
	padding:5px 0
}

.entry-utility a,
.entry-utility a:visited {
	color:#a1a1a1
}

.entry {
	padding:10px 0px;
}

.post {
	padding-bottom:8px;
	margin-bottom:20px;
}

.authorbox {
	padding:16px 0;
	margin-bottom:25px;
	border:solid 1px #eaeaea;
	border-width:1px 0;
}

.respond {
	padding:0px 0px 13px 0px;
	margin-bottom:15px;
}

#commentform label {
	margin-top:3px;
	float:left;
	width:100px;
}

.input {
	margin:4px 8px 10px 0px;
	width: 280px;
	height:20px;
	padding:4px 2px;
	border:solid 1px #eaeaea;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:middle
}

.textarea {
	margin:4px 8px 10px 0px;
	padding: 4px 2px;
	border:solid 1px #eaeaea;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:top;
	width:280px;
}

.button {
	font-family:Arial;
	padding:4px 10px;
	border:0px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top:10px;
	cursor:pointer;
	display: block;
	color:#757575;
	background-color:#f3f3f3;
	border:solid 1px #eaeaea;
}

#commentform .button {
	margin-left:100px;
}

ol.commentlist {
	padding-bottom:30px;
	padding-left:0px;
	margin:0px 0px 13px 0px;
	list-style-type:none;
	line-height:20px
}

ol.commentlist ol.child {
	list-style-type:none;
	padding:20px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

ol.commentlist ol.child li {
	padding-left:70px !important;
	padding-bottom:30px;
}

ol.commentlist ol.child li li {
	padding-bottom:0px;
}

.commentlist .avatar {
	float:left;
	width:70px;
	text-align:center;
	margin-right:10px;
}

.commentlist .comment-text {
	float:left;
	width:75%
}

.avatar .time {
	font-size:11px;
	display:block;
	line-height:13px;
}

.avatar img {
	margin-top:4px;
	margin-bottom:4px
}

.reply {
	text-decoration:underline !important;
	font-weight:bold !important;
}

.reply:hover {
	text-decoration:none !important;
}

.boldtext {
	font-weight:bold;
	font-size:14px;
	color:#545454
}
