@charset "utf-8";
body { 
	font: 14px/1.231 "ヒラギノ角ゴ Pro W3"; 
	min-width: inherit;
}
#wrapper {
	padding: 0px 10px 10px;
	background: url(../images/link-zip_bg.png) no-repeat right top;
}

p { margin-bottom: 1em; }



/* header */
#wrapper header {
	position: relative;
	width: 100%;
	height: 70px;
}

#wrapper header h1 {
	padding-left: 10px;
}

#wrapper header #link-zip {
	position: absolute;
	top: 5px;
	right: 0px;
}







/* .cont-main */

.cont-main {
	background: #fff;
	margin-bottom: 1em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.cont-main header {
	padding-top: 10px;
	height: auto;
}
/*
.cont-main h2 {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W6";
	border-bottom: 1px dotted #999;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 20px 5px;
	background: #eee;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
*/
.cont-main h2 {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W6";
	border-bottom: 1px dotted #999;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 20px 5px;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: #fff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* ie */
}
.cont-main time {
	font-size: 12px;
	padding: 0px 5px 0px 20px;
}
.cont-main .text-block {
	padding: 10px 20px 0px;
}

.cont-main .text-block figure { margin-bottom: 10px; }

.cont-main ul li {
	border-bottom: 1px dotted #999;
	list-style: none;
	font-weight: bold;
}
.cont-main ul li:last-child { border-bottom: none; }
.cont-main ul li a {
	background: url(/zip/sphone/images/icon_arrow.png) no-repeat right center;
	display: block;
	line-height: 44px;
	height: 44px;
	color: #231815;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 35px;
	padding-left: 10px;
}

.cont-main ul li.list-top {
	border-bottom: 1px dotted #7ECEF4;
	list-style: none;
	font-weight: bold;
	padding-top: 10px;
}
.cont-main ul li.list-top a {
	background: none;
	line-height: normal;
	height: auto;
	white-space: normal;
	text-overflow: ellipsis;
	padding: 0px 35px 10px 10px;
}
.cont-main ul .list-top a figure {
	float: left;
	margin-right: 10px;
}

.link-article { 
	margin-bottom: 0px;
	border-top: 1px dotted #999;
}

.link-article a {
	background: #fff;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	text-align: center;
	display: block;
	width: 100%;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.link-article a span {
	background: url(/zip/sphone/images/icon_arrow-back.png) no-repeat left center;
	line-height: 44px;
	padding-left: 20px;
	display: inline-block;
}



.link-archive a {
	background: #fff;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 8px;
	-webkit-radius: 8px;
}
.link-archive a span {
	background: url(/zip/sphone/images/icon_arrow-back.png) no-repeat left center;
	line-height: 44px;
	padding-left: 20px;
	display: inline-block;
}

.link-backnumber {
	margin-bottom: 0px;
	border-top: 1px dotted #999;
}

.link-backnumber a {
	background: #fff url(/zip/sphone/images/icon_arrow.png) no-repeat right center;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	display: block;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding-left: 20px;
}

.page-link {
	text-align: center;
	margin-bottom: 0px;
	border-top: 1px dotted #999;
	line-height: 44px;
	height: 44px;
}
.page-link a {
	color: #231815;
	background: #ddd;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 8px;
	-webkit-radius: 8px;
	font-weight: bold;
}

.page-link + a { margin-right: 30px; }
.page-link a:last-child { margin-left: 30px; }







/* .cont-archive */
.cont-archive {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.cont-archive ul li {
	border-bottom: 1px dotted #999;
	list-style: none;
	font-weight: bold;
}
.cont-archive ul li:last-child { border-bottom: none; }
.cont-archive ul li a {
	background: url(/zip/sphone/images/icon_arrow.png) no-repeat right center;
	display: block;
	line-height: 44px;
	height: 44px;
	color: #231815;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 30px;
	padding-left: 10px;
}



#list-section header,
#blog-section header {
	padding-top: 0px;
	height: auto;
}

#wrapper .list-section header,
#wrapper .blog-section header {
	padding-top: 0px;
	height: auto;
}

#list-section header h2 {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 36px;
	height: 36px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}



#blog-section header h2{ padding-top: 10px; }
.blog-section header h2{ padding-top: 10px; }

#blog-section .text-block p { line-height: 160%; }
.blog-section .text-block p { line-height: 160%; }







.text-block .link-vid a {
	background: #231815;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: none;
}
.text-block .link-vid a span {
	background: url(../images/icon_video.png) no-repeat left center;
	padding-left: 30px;
	line-height: 32px;
}


.sbm {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#wrapper #ad {
	text-align: center;
	padding-top: 10px;
}
