@charset "utf-8";

/*
 * Theme Name: Dream Next
 * Theme URI: http://wordpress.org/
 * Description: 元プロ野球選手 名鑑サイト
 * Author: UK
 * Version: 1.0
 * License: 
 * License URI: 
 * Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
 */
 * **************************************************
 *
 * 1 : reset
 * 2 : container
 * 3 : novisualAnchors
 * 4 : header
 * 5 : globalNavi
 * 6 : topicPath
 * 7 : content
 * 8 : side
 * 9 : footer
 * 10 : a
 *
 * **************************************************
 */
 
/* ======================================
	1 : reset [ リセット ]
====================================== */
/* ブラウザリセット
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ======================================
	2 : container [ コンテナ ]
====================================== */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
}

/* サイド
-------------------------------------------------------------- */
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 210px;
	border-left: solid 1px #DDDDDD;
	padding: 0 0 0 15px;
}
#secondary {
	clear: right;
}

/* フッタ
-------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* テキスト
-------------------------------------------------------------- */
body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,Sans-Serif;
}

/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#globalNavi .menu-header,
div.menu,
#main,
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#wrapper {
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}


/* 共通
-------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
    color: #333333;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.08em;
}
input,
textarea {
    font-size: 100%;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* リンク
-------------------------------------------------------------- */
a:link , a:visited {
    color: #333333;
    text-decoration: none;
}
a:link:hover , a[href]:hover {
    color: #3f7906;
    text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* ======================================
	4 : header [ ヘッダ ]
====================================== */
#sectionHeader {
	width: 100%;
    background: url("/wp-content/themes/dreamnext/images/common/hearder_top_bg.jpg") repeat-x center top;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

/* ロゴ
-------------------------------------------------------------- */
#sectionHeader #siteTitle {
	float: left;
	z-index: 1;
	margin: 0;
	position: relative; top: 0px; left: 0px;
	height:140px;
	width: 405px;
}

/* サイト説明文
-------------------------------------------------------------- */
#siteDescription {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 115%;
	white-space: nowrap;
	text-align:right;
	float:right;
}
#siteDescription span {
	font-size: 84%;
}

/* メインイメージ
-------------------------------------------------------------- */
#mainImage{
	clear:both;
	z-index: 0;
	overflow:hidden;
	margin: 0;
　padding: 0;
	position: relative; top: -35px; left: 0px;
	height:260px;
	width: 950px;
}

/* アイキャッチ
-------------------------------------------------------------- */
.attachment-post-thumbnail{
	clear:both;
	z-index: 0;
	overflow:hidden;
	margin: 0 0 -5px 0;
　padding: 0;
	position: relative; top: -35px; left: 0px;
	width: 950px;
}

/* ヘッダーナビ
------------------------------------------------------------------- */
div#headerNavi {
    float: right;
    padding: 18px 0 0 0;
    text-align: right;
}
div#headerNavi ul {
    display: block;
}
div#headerNavi ul li {
    float: left;
    list-style:none;
    background: url("/wp-content/themes/dreamnext/images/common/header_navi_mark.gif") no-repeat;
	background-position: 0px 3px;  
    padding: 0 20px 0 15px;
}

/* トップページ バナー
-------------------------------------------------------------- */
.topBanner{
	margin: 0 0 15px 0;
    padding: 0;
}

/* トップページ ネクスト会員
-------------------------------------------------------------- */
#member {
	margin: -20px 0 40px 0;
    padding: 0;
    height: 110px;
    width: 950px;
}
#nextMember{
	float:left;
    margin: 0;
    padding: 0;
	display: block;
    height: 110px;
    width: 420px;
    background: url("/wp-content/themes/dreamnext/images/index/member_left_bg.jpg") no-repeat;
}
#nextMember div{
	float:left;
    margin: 0;
    padding: 0;
	background: url("/wp-content/themes/dreamnext/images/index/member_dot.gif") no-repeat;
	background-position: 235px 46px;
 }	
#nextMember img{
	float:left;
    margin: 2px 15px 0 2px;
}
#nextMember ul{
	float:left;
    margin: 5px 0 0 0;
    padding: 0;
	list-style-type: none;
}
#nextMember ul li{
    padding: 10px 25px 15px 20px;
    background: url("/wp-content/themes/dreamnext/images/index/index_list_mark.gif") no-repeat;
	background-position: 0px 15px; 
	font-size: 128%;
    line-height: 180%;
    font-weight: bold;
}

#memberPrivilege{
	float:right;
    margin: 0;
    padding: 0;
	display: block;
    height: 110px;
    width: 515px;
    background: url("/wp-content/themes/dreamnext/images/index/member_right_bg.jpg") no-repeat;
}
#memberPrivilege p{
	float:left;
    margin: 25px 5px 0 5px;
    padding: 0;
}
#memberPrivilege dl{
	float:right;
    margin: 7px 10px 0 0;
    width: 360px;
}
#memberPrivilege dt{
}
#memberPrivilege dd{
    margin: 0;
    padding: 0 5px;
}


/* サイド バナー
-------------------------------------------------------------- */
.sideBanner{
	margin: 0 0 10px 0;
    padding: 0;
}

/* ======================================
	5 : globalNavi [ グローバルナビゲーション ]
====================================== */
#globalNavi {
	display: block;
	margin: -25px auto 20px auto;
	width: 950px;
}
#globalNavi ul {
	width: 950px;
	list-style: none;
    margin: 0;
    padding: 0;
}
#globalNavi ul li {
    float: left;
    margin: 2px 5px 0 0;
    padding:0;
    border-top: solid 3px #172A88;
    background: url("/wp-content/themes/dreamnext/images/gnavi/gnavi_bg.gif") no-repeat center bottom;
    height: 65px;
    width: 186px;
}
#globalNavi ul li a:link {
	display: block;
    height: 65px;
    width: 186px;
}
#globalNavi ul li a:hover {
    text-decoration: none;
	cursor: pointer;
	display: block;
	height: 63px;
	_height: 65px;
    width: 186px;
    background: url("/wp-content/themes/dreamnext/images/gnavi/gnavi_bg2.gif") no-repeat center bottom;
}
#globalNavi ul li#menu-item-975 {
    margin: 2px -5px 0 0;
    letter-spacing: -0.01em;
}
#globalNavi ul li p.navi{
    margin: 2px 0 0 5px;
    padding:0 0 0 18px;
    background: url("/wp-content/themes/dreamnext/images/gnavi/gnavi_mark.jpg") no-repeat;
	background-position: 1px 4px; 
	font-size: 120%;
    line-height: 150%;
    font-weight: bold;
    color: #172A88;
}
#globalNavi ul li p.description {
    margin: 2px 0 0 0;
    padding:5px 5px 0 5px;
    background: url("/wp-content/themes/dreamnext/images/gnavi/line_dot_01.gif") repeat-x top;
    font-size: 90%;
    line-height: 140%;
    color: #333333;
}


/* ======================================
	5 : content [ コンテンツ ]
====================================== */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 950px;
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea {
	color: #333;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

/* 固定ページ
-------------------------------------------------------------- */
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}


/* RSS（トップページ 新着情報）
-------------------------------------------------------------- */
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss dl {
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
h2.widgettitle{
	margin: 0;
	padding: 8px 0 8px 5px;
    width: 285px;
    border-top: solid 2px #6FBA2C;
    background: url("/wp-content/themes/dreamnext/images/index/line_dot_01.gif") repeat-x bottom;
}

/* 新着情報 */
#newsArea {
	float:left;
	margin: 0;
    padding: 0;
}
#newsArea .bloc_body {
    margin: 0;
    padding: 0 0 10px 10px;
    width: 700px;
}
#newsArea h2 {
    margin: 0;
    padding: 8px 0 8px 5px;
    width: 705px;
    border-top: solid 2px #046fb7;
    background: url("/wp-content/themes/dreamnext/images/index/line_dot_01.gif") repeat-x bottom;
}
#newsArea .news_contents {
    margin: 0;
    padding:0 10px 0 0;
    overflow:auto;
    overflow-y:scroll;
}
#newsArea dl.newslist {
    margin: 0;
    padding: 0;
}
#newsArea dl.newslist dt {
	float:left;
    margin: 0;
    padding: 5px 15px 5px 0;
}
#newsArea dl.newslist dd {
    margin:0;
    padding:5px 0 5px 0;
    background: url("/wp-content/themes/dreamnext/images/index/line_dot_01.gif") repeat-x bottom;
}
#newsArea dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}
#newsArea span.rss {
    float:right;
    padding: 0 5px 0 0;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* ======================================
	0 : fpro [ 元プロ野球選手名鑑 ]
====================================== */
#sectionFpro {
    margin:0;
    padding:0;
	 width: 710px;
}
#sectionFpro #secondImage {
    margin:0;
    padding:0;
	height:195px;
}
#sectionFpro h2 {
    margin:0;
    padding:0;
}
#sectionFpro p {
    margin:0 0 10px 0;
    padding:0 10px 0 10px;
}

/* VOL〜
-------------------------------------------------------------- */
#sectionFpro div.fproList{
	float:left;
	margin:0 5px 0 0 !important;
	margin:0 3px 0 3px;
    padding:0;
	min-height:202px;
	height: auto !important;
	height: 202px;
	width: 340px;
    border: solid 1px #009fe8;
}
#sectionFpro div.fproList h3{
	margin:0 0 8px 0;
    padding:0 0 0 010px;
	height:23px;
	background-color: #009feb;
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
}
#sectionFpro div.fproList h3 a{
	color: #FFFFFF;
}
#sectionFpro div.fproList h3 a:hover{
	color: #FFFFFF;
}
#sectionFpro div.fproList dl.vol{
	margin:0;
    padding:0;
}
#sectionFpro div.fproList dl.vol dt{
	float:left;
	margin:0 0 5px 0;
    padding:0;
	width: 175px;
}
#sectionFpro div.fproList dl.vol dd{
	float:right;
	margin:0;
    padding:7px 10px 0 10px;
	width: 135px;
}

#sectionFpro div.fproList ul.pro{
    margin:0;
    padding:0;
	list-style-type: none;
	line-height: 140%;
}
#sectionFpro div.fproList ul.pro li{
    margin:0;
    padding:5px 0 5px 10px;
	width: 100%;
    border: none;
	font-size: 115%;
	font-weight: bold;
    border-bottom: solid 1px #a5daf3;
}
#sectionFpro div.fproList ul.pro li.bt{
    border-bottom: none;
}
#sectionFpro div.fproList ul.pro li span{
	font-size: 84%;
	font-weight: normal;
	color: #717071;
}
#sectionFpro div.fproList ul.pro li span.kana{
    letter-spacing: 0em;
	color: #333333;
}

#sectionFpro div.fproList2{
	position:relative; top:0px; left:-5px;
	float:left;
	margin:0 5px 20px 5px !important;
	margin:0 3px 20px 3px;
    padding:0;
	min-height:50px;
	height: auto !important;
	height: 50px;
	width: 340px;
    border: solid 1px #009fe8;
}
#sectionFpro div.fproList2 p.commingSoon{
    margin:13px auto 0 auto;
	text-align:center;
}

#sectionFpro ul.bigger-link{
	margin:0;
    padding:0;
    list-style:none;
}
#sectionFpro ul.bigger-link li{
	float:left;
	margin:0;
    padding:0 0 20px 0;
}

#sectionFpro ul.bigger-link a:hover{
	cursor: pointer;
	text-decoration: none;
}

/* ======================================
	0 : fpro [ 元プロ野球選手名鑑：元プロ選手紹介 ]
====================================== */
-------------------------------------------------------------- */
/* Profile
-------------------------------------------------------------- */
#sectionFpro #profile{
    margin:0;
	 width: 710px;
}
#sectionFpro #profile h2{
    margin:0;
    padding:0;
    border-bottom: solid 1px #646464;
	height:21px;
}
#sectionFpro #profile p.photo{
    float:right;
    margin:15px 0 0 0;
    padding:0;
}
#sectionFpro #profile dl.profileList{
	float:left;
    margin:0;
    padding:0;
	width: 430px;
	border-bottom: 1px dotted #666;
}
#sectionFpro #profile dl.profileList dt{
	float:left;
    margin:0;
    padding:8px 20px 8px 5px;
	width: 70px;
	color: #717071;
	white-space: nowrap;
}
#sectionFpro #profile dl.profileList dd{
   margin:0;
   padding:8px 0 8px 0;
   font-size: 103%;
	font-weight: bold;
}
#sectionFpro #profile dl.profileList dd.name{
   font-size: 150%;
}
#sectionFpro #profile dl.profileList dd.name span{
   padding:0 0 0 10px;
   font-size: 60%;
}

/* 球歴・プロ野球歴
-------------------------------------------------------------- */
#sectionFpro #history{
    margin:25px 0 0 0;
	 width: 710px;
}
#sectionFpro #history h3{
	margin:0 0 5px 0;
	padding:0;
	font-size: 128%;
	font-weight: bold;
	color: #009FE8;
}
#sectionFpro #history dl.historyList{
	margin:0;
	padding:0;
	border-bottom: 1px dotted #7DCCF3;
}
#sectionFpro #history dl.historyList dt{
	margin:0 0 5px 0;
	padding:1px 8px;
	background-color: #7DCCF3;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
#sectionFpro #history dl.historyList dd{
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	font-size: 115%;
	font-weight: bold;
}
#sectionFpro #history dl.historyList dd table{
	margin:5px -5px 25px -5px;
	padding:0;
    width: 710px;
	border: 1px solid #858585;
	text-align:center;
}
#sectionFpro #history dl.historyList dd table th{
	margin:0;
	padding:2px 0;
    width: 47px;
	background-color: #EEEEEF;
	border: 1px solid #858585;
	color: #333333;
	font-size: 84%;
	font-weight: normal;
    letter-spacing: -0.07em;
}
#sectionFpro #history dl.historyList dd table td{
	margin:0;
	padding:3px 0;
	border: 1px solid #858585;
}

/* Next stage（元プロ野球選手名鑑）
-------------------------------------------------------------- */
#sectionFpro #nextstage {
    margin:35px 0 0 0;
	 width: 710px;
}
#sectionFpro #nextstage h2{
    margin:0;
    padding:0;
    border-bottom: solid 1px #8bc21e;
	height:25px;
}
#sectionFpro p.lead {
    margin:0 0 20px 0;
}
#sectionFpro p.leadF {
    margin:0 0 15px 0;
}
#sectionFpro p.announce {
	width:655px;
    margin:0 0 20px 0;
	padding:5px 15px;
	color:#ff0000;
	line-height: 150%;
	font-size: 116%;
	border: solid 2px #ff0000;
	background-color: #fffbfc;
}
#sectionFpro h3 a:hover{
	text-decoration: none;
}
#sectionFpro #nextstage dl.chronologyList{
    margin:15px 0 0 0;
    padding:0 0 15px 0;
    border-bottom: dotted 1px #8bc21e;
}
#sectionFpro #nextstage dl.chronologyList dt{
    float:left;
    width: 110px;
    margin:0;
    padding:0;
}
#sectionFpro #nextstage dl.chronologyList dd{
    margin:0;
    padding:0;
}

#sectionFpro #nextstage dl.companyList{
    margin:15px 0 15px 0;
    width: 710px;
}
#sectionFpro #nextstage dl.companyList dt{
    float:left;
	margin:0;
    padding:0;
    width: 115px;
	color: #717071;
	white-space: nowrap;
	letter-spacing: -0.005em;
}
#sectionFpro #nextstage dl.companyList dd{
    float:left;
	margin:0;
    padding:0;
    width: 595px;
}

#sectionFpro #nextstage dd.shop a{
	color: #8DC21F;
}

#sectionFpro #nextstage  ul.companyPhoto{
	margin:10px 0 0 0;
    padding:0;
    list-style:none;
}
#sectionFpro #nextstage  ul.companyPhoto li{
    float:left;
	margin:0 25px 0 0;
    padding:0;
}
#sectionFpro #nextstage  ul.companyPhoto li.listR{
	margin:0 0 0 0;
}
#sectionFpro #nextstage  ul.companyPhoto li img{
	margin:0;
    padding:0;
}

/* 取材日記
-------------------------------------------------------------- */
#sectionFpro #interviews {
    float:left;
    margin:35px 0 60px 0;
    padding:0;
	width:710px;
}
#sectionFpro #interviews h2 {
    margin:0;
    padding:0;
    border-bottom: solid 1px #F29600;
	height:25px;
}
#sectionFpro #interviews p.lead {
    margin:0;
    padding:10px 0;
	font-size:128%;
	font-weight: bold;
	color: #E50012;
}
#sectionFpro #interviews ul {
    margin:0;
    padding:0;
}
#sectionFpro #interviews dl {
	width:710px;
    margin:0;
    padding:0;
}
#sectionFpro #interviews li.interviewer {
	float:left;
    margin:10px 0 0 0;
    padding:0;
	list-style: none;
	width:710px;
}

#sectionFpro #interviews li.interviewer dt {
	float:left;
	margin:0;
    padding:0;
	width:50px;
}
#sectionFpro #interviews li.interviewer dd {
	float:left;
    margin:0;
    padding:0;
	width:650px;
}

#sectionFpro #interviews li.interviewee {
	float:left;
    margin:10px 0 0 0;
    padding:0 0 10px 0;
	list-style: none;
	width:710px;
	border-bottom: 1px dotted #858585;
}
#sectionFpro #interviews li.interviewee dt {
	float:left;
	margin:0;
    padding:0;
	width:50px;
	color: #E28600;
}
#sectionFpro #interviews li.interviewee dd {
	float:left;
    margin:0;
    padding:0;
	width:650px;
	color: #E28600;
}
#sectionFpro #interviews li.interviewee dd img {
	float:right;
    margin:0;
    padding:0 0 15px 15px;
}

/* 投稿日・カテゴリー・パーマリンク非表示
-------------------------------------------------------------- */
h1.entry-title,
div.entry-meta,
div.entry-utility{
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
h1.entry-title a,
div.entry-meta a,
div.entry-utility a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}

/* ======================================
	0 : ftb [ For the ベースボール ]
====================================== */
#sectionFtb {
    margin:0;
    padding:0;
	 width: 710px;
}
#sectionFtb #secondImage {
    margin:0;
    padding:0;
}
.ftbBg {
    margin:0;
    padding: 5px 0 15px 0;
	width: 710px;
    background: url("/wp-content/themes/dreamnext/images/ftb/ftb_bg.gif") center bottom;
}
.ftbBg p{
    margin:0 0 10px 0;
    padding:0 15px 0 15px;
}

.ftbBg p.img{
	float:left;
    padding:8px 15px 0 15px;
}

/* バナーリスト
-------------------------------------------------------------- */
#sectionFtb div.ftb{
    margin:20px auto 0 auto;
	 width: 700px;
    border-top: solid 2px #7fa9cf;
    border-bottom: dotted 1px #7fa9cf;
}
#sectionFtb div.ftb2{
    margin:0 auto 0 auto;
	 width: 700px;
    border-bottom: dotted 1px #7fa9cf;
}
#sectionFtb dl.ftbList{
    margin:0 auto 0 auto;
	 width: 700px;
}
#sectionFtb dl.ftbList dt{
	float:left;
    padding:15px 15px 10px 0;
}
#sectionFtb dl.ftbList dd.title{
    margin:0;
    padding:10px 0 0 0;
    font-size: 115%;
	font-weight: bold;
}
#sectionFtb dl.ftbList dd.title span{
    font-size: 150%;
}
#sectionFtb dl.ftbList dd{
    margin:0;
    padding:0 0 10px 0;
}

/* For the ベースボール：下層ページ共通
-------------------------------------------------------------- */
.commonBg{
    background: url("/wp-content/themes/dreamnext/images/common/s_bg.jpg") center top;
	background-repeat: no-repeat;  
}

/* about FBA
-------------------------------------------------------------- */
.fbaBg {
    margin:15px 0 0 0;
    padding: 5px 0 25px 0;
	width: 710px;
    background: url("/wp-content/themes/dreamnext/images/ftb/ftb_bg.jpg") center bottom;
}
.fbaBg h2{
    margin:0;
    padding:0;
}
.fbaBg h2.dave{
	float:right;
    margin:0;
    padding:0 25px 0 0;
	width: 460px;
}
.fbaBg h3{
    margin:0;
    padding:0;
	font-size: 115%;
	font-weight: bold;
}
.fbaBg p{
    margin:0 0 10px 0;
    padding:0 15px 0 15px;
}
#sectionFtb p.proPhoto{
	float:left;
	margin:0 10px 0 5px;
    padding:0;
	width: 190px;
}
#sectionFtb p.proPhotoD{
	float:left;
	margin:-40px 10px 0 5px;
    padding:0;
	width: 190px;
}
.fbaBg p.dave{
	float:right;
    margin:0 0 10px 0;
    padding:0 15px 0 0;
	width: 470px;
}
#sectionFtb ul.history{
	float:right;
    margin:0 15px 0 0;
    padding:0;
	list-style: none;
	width: 470px;
}
#sectionFtb ul.history li.introduction{
    margin:10px 0 0 0;
    padding:10px 0 0 0;
    border-top: dotted 1px #a5a5a5;
}
.fbaBg p.fbaText{
    margin:-15px 0 35px 0;
    padding:0 25px 0 0;
}
.fbaBg p.fbaTextB{
	clear:both;
    margin:-15px 0 0 0;
    padding:0 25px 0 0;
}
#sectionFtb .fbaBg p.imgR{
	float:right;
	margin:-40px 25px -20px 20px;
    padding:0;
}
#sectionFtb .fbaBg ul.Player{
	clear:both;
	list-style: none;
	margin:-10px 0 10px 0;
	padding:0;
}
#sectionFtb .fbaBg li.imgL{
	float:left;
	margin:0 20px 10px 0;
    padding:0;
}
#sectionFtb .fbaBg ul.Player dl{
}
#sectionFtb .fbaBg ul.Player dt{
	font-size: 128%;
}
#sectionFtb .fbaBg div.redFrame{
    margin:0 0 15px 0;
    padding:12px;
    border: solid 1px #e60013;
	 width: 660px;
}
#sectionFtb .fbaBg div.redFrame h2{
    margin:0;
    padding:0;
}
#sectionFtb .fbaBg div.redFrame p{
    margin:0;
    padding:0;
}
#sectionFtb .fbaBg div.redFrame dl{
    margin:0;
    padding:0;
}
#sectionFtb .fbaBg div.redFrame dt{
	float:left;
    margin:0 15px 0 0;
    padding:0;
}
#sectionFtb .fbaBg div.redFrame dd{
    margin:0;
    padding:0;
}

/* ビーコンパークスタジアム
-------------------------------------------------------------- */
.bconBg {
    margin:15px 0 0 0;
    padding: 5px 0 0 0px;
	width: 710px;
    background: url("/wp-content/themes/dreamnext/images/ftb/ftb_bg.jpg") center bottom;
}
.bconBg .inner {
    margin:0 0 0 10px;
	width: 690px;
}

.bconBg h2{
    margin:0px;
    padding:0px;
    display: inline;
}
.bconBg h3{
    margin:0px;
    padding:0px;
	display: inline;
}
.bconBg h4{
    margin:0px;
    padding:0px;
	display: inline;
}

.bconBg p.academy{
	font-size: 99%;
    letter-spacing: 0.03em;
}

.bconBg ul.hours{
    margin:5px 0 0 0;
    padding:0px;
	font-size: 108%;
	font-weight: bold;
	list-style: none;
}

*+html body .bconBg ul.columnF li p,
*+html body .bconBg ul.columnT li p,
*+html body .bconBg ul.columnTh li p {
    margin:5px 0 0 0;
}
*html .bconBg ul.columnF li p,
*html .bconBg ul.columnT li p,
*html .bconBg ul.columnTh li p {
    margin:5px 0 0 0;
}

*+html body .bconBg ul.columnT li p.number{
    margin:5px 0 0 2.0em;
}
*html .bconBg ul.columnT li p.number{
    margin:5px 0 0 2.0em;
}

*+html body .bconBg ul.columnF {
    margin:5px -15px 15px 0;
}
*html .bconBg ul.columnF {
    margin:5px -15px 15px 0;
}

*+html body .bconBg ul.columnT {
    margin:5px -25px 15px 0;
}
*html .bconBg ul.columnT {
    margin:5px -25px 15px 0;
}

*+html body .bconBg ul.columnF h4 img {
    margin:5px 0 0 0;
}
*html .bconBg ul.columnF h4 img {
    margin:5px 0 0 0;
}

/* 4カラム
-------------------------------------------------------------- */
.bconBg ul.columnF{
    margin:0 -15px 15px 0;
    padding:0px;
	list-style: none;
    overflow: hidden;
    zoom: 1;	
}
.bconBg ul.columnF li{
	float:left;
	width: 160px;
    margin:0 15px 0 0;
    display: inline;	
}
.bconBg ul.columnF li p{
    margin:-3px 0 0 0;
    padding:0px;
	line-height: 16px;
}

/* 3カラム
-------------------------------------------------------------- */
.bconBg ul.columnTh{
    margin:0 -30px 15px 0;
    padding:0px;
	list-style: none;
    overflow: hidden;
    zoom: 1;	
}
.bconBg ul.columnTh li{
	float:left;
	width: 210px;
    margin:0 30px 0 0;
    display: inline;	
}
.bconBg ul.columnTh li p{
    margin:-3px 0 0 0;
    padding:0px;
	line-height: 16px;
}

/*2カラム
-------------------------------------------------------------- */
.bconBg ul.columnT{
    margin:0 -25px 15px 0;
    padding:0px;
	list-style: none;
    overflow: hidden;
    zoom: 1;
}
.bconBg ul.columnT li{
	float:left;
	width: 330px;
    margin:0 25px 0 0;
    display: inline;	
}
.bconBg ul.columnT li p{
    margin:-3px 0 0 0;
    padding:0px;
	line-height: 16px;
}
.bconBg ul.columnT li p.number{
    margin:-3px 0 0 2.0em;
    padding:0px;
	text-indent: -2.0em;
	line-height: 16px;
}
.bconBg ul.columnT li p.number strong{
	font-size: 103%;
	font-weight: bold;
}


/* ======================================
	0 : qa [ 野球何でも質問コーナー ]
====================================== */
#sectionQa {
    margin:0;
    padding:0;
	 width: 710px;
}
#sectionQa #secondImage {
    margin:0;
    padding:0;
	height:195px;
}
.qaBg {
    margin:0;
    padding: 5px 0 25px 0;
	width: 710px;
    background: url("/wp-content/themes/dreamnext/images/qa/qa_bg.jpg") center bottom;
}
.qaBg p{
    margin:0 0 10px 0;
    padding:0 15px 0 15px;
}
.qaBg p.annotation{
	margin: 0 0 5px 1.0em;
	text-indent: -1.0em;
	font-size: 96%;
	line-height: 16px;
    letter-spacing: 0.04em;
}

/* ======================================
	0 : alk [ 運営会社・代表者案内 ]
====================================== */
#sectionAlk {
    margin:0;
    padding:0;
	 width: 710px;
}
#sectionAlk #secondImage {
    margin:0;
    padding:0;
	height:195px;
}
.alkBg {
    margin:0;
    padding: 5px 0 25px 0;
	width: 710px;
    background: url("/wp-content/themes/dreamnext/images/alk/alk_bg.jpg") center bottom;
}
.alkBg p{
    margin:0 0 10px 0;
    padding:0 15px 0 15px;
}

/* 代表あいさつ
-------------------------------------------------------------- */
#sectionAlk #greeting{
    margin:35px 0 0 0;
    padding:0 0 10px 0;
    background: url("/wp-content/themes/dreamnext/images/alk/greeting_bg.jpg") center bottom;
}
#sectionAlk #greeting h2{
    background: url("/wp-content/themes/dreamnext/images/alk/greeting_hd.jpg") no-repeat;
	height:172px;
}
#sectionAlk #greeting p{
	clear:both;
    margin:0 0 10px 0;
    padding:0 15px 0 15px;
}
#sectionAlk #greeting p.comment{
	float:right;
    margin:-80px 0 0 0;
	width: 460px;
}

/* Profile
-------------------------------------------------------------- */
#sectionAlk #profile{
    margin:35px 0 0 0;
}
#sectionAlk #profile h2{
    margin:0;
    padding:0;
    border-bottom: solid 1px #646464;
	height:21px;
}
#sectionAlk #profile p.photo{
    margin:15px 0 0 0;
    padding:0;
    float:right;
}
#sectionAlk #profile dl.profileList{
    margin:0;
    padding:0;
	width: 430px;
	border-bottom: 1px dotted #666;
}
#sectionAlk #profile dl.profileList dt{
	float:left;
    margin:0;
    padding:8px 20px 8px 5px;
	width: 70px;
	color: #717071;
}
#sectionAlk #profile dl.profileList dd{
   margin:0;
   padding:8px 0 8px 0;
   font-size: 103%;
	font-weight: bold;
}
#sectionAlk #profile dl.profileList dd.name{
   font-size: 150%;
}
#sectionAlk #profile dl.profileList dd.name span{
   padding:0 0 0 10px;
   font-size: 60%;
}

/* 球歴・プロ野球歴
-------------------------------------------------------------- */
#sectionAlk #history{
    margin:25px 0 0 0;
}
#sectionAlk #history h3{
	margin:0 0 5px 0;
	padding:0;
	font-size: 128%;
	font-weight: bold;
	color: #009FE8;
}
#sectionAlk #history dl.historyList{
	margin:0;
	padding:0;
	border-bottom: 1px dotted #7DCCF3;
}
#sectionAlk #history dl.historyList dt{
	margin:0 0 5px 0;
	padding:1px 8px;
	background-color: #7DCCF3;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
#sectionAlk #history dl.historyList dd{
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	font-size: 115%;
	font-weight: bold;
}
#sectionAlk #history dl.historyList dd table{
	margin:5px -5px 25px -5px;
	padding:0;
    width: 710px;
	border: 1px solid #858585;
	text-align:center;
}
#sectionAlk #history dl.historyList dd table th{
	margin:0;
	padding:2px 0;
    width: 47px;
	background-color: #EEEEEF;
	border: 1px solid #858585;
	color: #333333;
	font-size: 84%;
	font-weight: normal;
    letter-spacing: -0.07em;
}
#sectionAlk #history dl.historyList dd table td{
	margin:0;
	padding:3px 0;
	border: 1px solid #858585;
}
#sectionAlk #history p.historyImg{
	float:right;
	margin:0;
    padding:0 0 0 10px;
    width: 210px;
	text-align:right;
	background-color: #FFFFFF;
}



/* Next stage（運営会社・代表者案内）
-------------------------------------------------------------- */
#sectionAlk #nextstage {
    margin:35px 0 0 0;
}
#sectionAlk #nextstage h2{
    margin:0;
    padding:0;
    border-bottom: solid 1px #8bc21e;
	height:25px;
}

#sectionAlk #nextstage dl.chronologyList{
    margin:15px 0 0 0;
    padding:0 0 15px 0;
    border-bottom: dotted 1px #8bc21e;
}
#sectionAlk #nextstage dl.chronologyList dt{
    float:left;
    width: 110px;
    margin:0;
    padding:0;
}
#sectionAlk #nextstage dl.chronologyList dd{
    margin:0;
    padding:0;
}

#sectionAlk #nextstage dl.companyList{
    margin:15px 0 0 0;
}
#sectionAlk #nextstage dl.companyList dt{
    float:left;
	margin:0;
    padding:0;
    width: 110px;
	color: #717071;
}
#sectionAlk #nextstage dl.companyList dd{
	margin:0;
    padding:0;
}

/* ======================================
	9 : footer [ フッタ ]
====================================== */
#sectionFooter {
    margin: 25px 0 0 0;
    padding:2px 0 0 0;
    background: url("/wp-content/themes/dreamnext/images/common/footer_bg.jpg") center top;
    height: 100px;
}
#footer {
    padding:8px 0 8px 0;
    background: #FFFFFF;
    text-align: center;
}

/* フッタナビ
-------------------------------------------------------------- */
div#footerNavi {
    margin: 0 auto;
    width: 950px;
}
div#footerNavi ul {
    margin: 0;
    padding: 0;
    display: block;
}
div#footerNavi ul li {
    float: left;
    list-style:none;
    background: url("/wp-content/themes/dreamnext/images/common/footer_navi_mark.gif") no-repeat;
	background-position: 0px 3px; 
     margin: 3px 0 0 0;
    padding: 0 20px 0 15px;
}

/* ページトップ
-------------------------------------------------------------- */
#pageTop {
    float: right;
	height:25px;
    text-align: right;
}
#pageTop img {
}

/* コピーライト
-------------------------------------------------------------- */
#copyright {
    margin: 0 auto;
	padding:10px 0 0 0;
    width: 950px;
    text-align: right;
}
#copyright p {
    margin: 0;
    padding: 0;
    float: right;
    text-align: left;
    font-size: 97%;
    color: #FFFFFF;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* ======================================
	0 : etc [ その他 ]
====================================== */
/* カミングスーン
-------------------------------------------------------------- */
.comingSoon{
    margin: 30px 0 80px 0;
    padding: 0;
    width: 710px;
    text-align: center;
    font-size: 128%;
}

/* ネクスト会員（サイド）
----------------------------------------------- */
div.widget-area div#sideMember{
    margin: 0 0 10px 0;
    padding: 0;
    width: 210px;
	background: url("/wp-content/themes/dreamnext/images/common/side_member_bg.jpg") no-repeat;
	background-position: center bottom;
}
div.widget-area div.sideMemberHd{
    margin: 0;
    padding: 0;
    width: 210px;
}
div.widget-area #sideMember ul{
	float:left;
    width: 190px;
    margin: 2px 0 5px 10px;
    padding: 0;
    list-style:none;
}
div.widget-area #sideMember ul li{
    padding: 10px 25px 15px 20px;
    background: url("/wp-content/themes/dreamnext/images/common/second_list_mark.gif") no-repeat;
	background-position: 0px 9px; 
	font-size: 128%;
    line-height: 90%;
    font-weight: bold;
}
div.widget-area div.sideMemberMd{
    margin: 0;
    padding: 0;
    width: 210px;
}
div.widget-area #sideMember p{
    margin: 0;
    padding: 5px 10px 10px 10px;
}
div.widget-area #sideMember div.memberList{
	float:left;
	background: url("/wp-content/themes/dreamnext/images/common/side_member_dot.gif") no-repeat;
	background-position: 10px 36px;
 }	

/* 下部リンク（About FBA）
-------------------------------------------------------------- */
dl.bottomLink{
}
dl.bottomLink dt{
}
dl.bottomLink dd{
}

/* ======================================
	0 : Mobile [ モバイル ]
====================================== */
/* Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#globalNavi,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#siteDescription {
	-webkit-text-size-adjust: none;
}

/* ======================================
	0 : Print [ 印刷 ]
====================================== */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#siteTitle,
	#siteDescription {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#globalNavi,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin:0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	img#wpstats {
		display: none;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

