@charset "UTF-8";

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

}
:focus {
	outline: 0;
}
* {
	zoom: 1;
	word-break: break-all;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/* table-layout: fixed; */
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
input {
	margin:0;
	padding:0;
}
cite {
	font-style: normal;	
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.2;
}
.hr {
	clear:both;
	font-size: 0.1em;
	line-height:0;
}
.hr hr {
	display: none;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
strong,b {
	font-weight: bold;
}


a {
	color: #000;
}
a:hover {
	color: #f00;
}
body.toppage a {
	color: #0cf;
}
body.toppage a:hover {
	color: #f00;
}

.aligncenter {
	margin: 0 auto;
	display: block;
	text-align: center;
}


/* ----- 全体のレイアウト ----- */
body {
	color: #000;
	background: #f00;
	font-size: 0.80em;
	font-family: "メイリオ",Meiryo,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body.toppage {
	color: #fff;
}
#container {
	width: 1024px;
	margin: 0 auto;
}
body.toppage #container {
	background: #000;
}
body.post #container,
body.page #container {
	background: #fff;
}
#menu {
	overflow: hidden;
	height: 31px;
	background: url(../img/icon_back.png) 0 0 repeat-x;
}
#content {
	width: 660px;
	margin: 30px auto 30px 30px;
	float: left;
}
#side_block {
	width: 250px;
	border: 1px dashed #aaa;
	margin: 30px 30px 30px auto;
	padding: 10px;
	float: right;
}
#foot {
	padding: 10px;
	font-size: 0.85em;
	border-top: 1px solid #f00;
	text-align: right;
}



/* ----- ヘッダ部分 ----- */

#title {
	height: 145px;
	background: #f00 url(../img/top_obi.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#menulist li {
	float: left;
}
#menulist li a {
	display: block;
	width: 94px;
	height: 31px;
	text-indent: -9999px;
}
#menulist li.menu1 a { background: url(../img/icon_menu.png?a) 0 0 no-repeat; }
#menulist li.menu2 a { background: url(../img/icon_menu.png) -470px 0 no-repeat; width: 134px; }
#menulist li.menu3 a { background: url(../img/icon_menu.png) -94px 0 no-repeat; }
#menulist li.menu4 a { background: url(../img/icon_menu.png) -188px 0 no-repeat; }
#menulist li.menu5 a { background: url(../img/icon_menu.png) -282px 0 no-repeat; }
#menulist li.menu6 a { background: url(../img/icon_menu.png) -376px 0 no-repeat; }

#menulist li.menu1 a:hover { background: url(../img/icon_menu.png) 0 -31px no-repeat; }
#menulist li.menu2 a:hover { background: url(../img/icon_menu.png) -470px -31px no-repeat; width: 134px; }
#menulist li.menu3 a:hover { background: url(../img/icon_menu.png) -94px -31px no-repeat; }
#menulist li.menu4 a:hover { background: url(../img/icon_menu.png) -188px -31px no-repeat; }
#menulist li.menu5 a:hover { background: url(../img/icon_menu.png) -282px -31px no-repeat; }
#menulist li.menu6 a:hover { background: url(../img/icon_menu.png) -376px -31px no-repeat; }


#social_bt_top {
	float: right;
	padding: 6px 0 0 0;
}



/* ----- コラムヘッダ部分 ----- */

#column_head {
	margin: 30px 30px 0 30px;
	overflow: hidden;
}
#column_title {
	width: 682px;
	height: 272px;
	float: left;
	overflow: hidden;
	position: relative;
	line-height: 1.2;
}
#column_title_wrap {
	width: 682px;
	height: 272px;
}
#column_menu {
	width: 272px;
	float: right;
	background: #000;
}
#column_menu a {
	color: #fff;
}
#column_menu li {
	display: inline;
}
#column_menu li a {
	display: block;
	float: left;
	width: 136px;
	height: 136px;
	text-indent: -9999px;
}
#column_menu li:nth-child(1) a { background: url(../img/cross.png) 0 -2px no-repeat; }
#column_menu li:nth-child(2) a { background: url(../img/cross.png) -137px -2px no-repeat; }
#column_menu li:nth-child(3) a { background: url(../img/cross.png) 0 -138px no-repeat; }
#column_menu li:nth-child(4) a { background: url(../img/cross.png) -137px -138px no-repeat; }

#column_menu li:nth-child(1) a:hover { background: url(../img/cross.png) 0 -277px no-repeat; }
#column_menu li:nth-child(2) a:hover { background: url(../img/cross.png) -137px -277px no-repeat; }
#column_menu li:nth-child(3) a:hover { background: url(../img/cross.png) 0 -413px no-repeat; }
#column_menu li:nth-child(4) a:hover { background: url(../img/cross.png) -137px -413px no-repeat; }

#column_title_category {
	position: absolute;
	top: 10px;
	left: 25px;
	font-weight: bold;
}
#cf_sub1 {
	position: absolute;
	top: 70px;
	left: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
#cf_title1 {
	position: absolute;
	top: 120px;
	left: 40px;
	font-size: 36px;
	font-weight: bold;
}
#cf_title2 {
	position: absolute;
	top: 170px;
	left: 40px;
	font-size: 36px;
	font-weight: bold;
}
#cf_small {
	position: absolute;
	top: 220px;
	left: 40px;
	font-size: 14px;
	color: #ccc;
}
#cf_image {
	position: absolute;
	top: 35px;
	left: 450px;
	font-size: 14px;
	color: #ccc;
}
#cf_vol {
	position: absolute;
	top: 170px;
	left: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}


/* ----- メインコンテンツ部分 ----- */

#content .section {
	margin-bottom: 30px;
}
#content h2 {
	margin-bottom: 10px;
}
#keyvisual {
	overflow: hidden;
	width: 660px;
}
#top_column {
	overflow: hidden;
}
#top_column h2 {
	background: url(../img/top_redline.png) 80px 4px no-repeat;
}
#top_column_list {
	margin-left: -10px;
}
#top_column dl {
	float: left;
	width: 165px;
}
#top_column dl dt a {
	display: block;
	width: 165px;
	height: 106px;
	text-indent: -9999px;
}
#top_column dl.top_column1 dt a { background: url(../img/ballicon.png) 0 0 no-repeat; }
#top_column dl.top_column2 dt a { background: url(../img/ballicon.png) -165px 0 no-repeat; }
#top_column dl.top_column3 dt a { background: url(../img/ballicon.png) -330px 0 no-repeat; }
#top_column dl.top_column4 dt a { background: url(../img/ballicon.png) -495px 0 no-repeat; }
#top_column dl.top_column1 dt a:hover { background: url(../img/ballicon.png) 0 -106px no-repeat; }
#top_column dl.top_column2 dt a:hover { background: url(../img/ballicon.png) -165px -106px no-repeat; }
#top_column dl.top_column3 dt a:hover { background: url(../img/ballicon.png) -330px -106px no-repeat; }
#top_column dl.top_column4 dt a:hover { background: url(../img/ballicon.png) -495px -106px no-repeat; }

#top_column dd {
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.5;
}

#top_news {
	line-height: 1.5;
}
#top_news h2 {
	background: url(../img/top_redline.png) 80px 4px no-repeat;
}
#top_news h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
#top_news dl {
	overflow: hidden;
	margin-bottom: 10px;
}
#top_news dt {
	width: 14%;
	float: left;
}
#top_news dd {
	overflow: hidden;
	font-size: 0.9em;
}
.readmore {
	text-align: right;
	font-weight: bold;
}
body.post #content p,
body.page #content p {
	margin: 0.8em 0;
	line-height: 1.7;
}
#content .content_text {
	width: 660px;
	margin: 0 0  40px 0;
	line-height: 1.7;
}
.content_text h2 {
	padding: 7px 10px;
	font-size: 1.4em;
	line-height: 1.2;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 7px solid #c00;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}
.content_text h3 {
	margin: 2em 0 1em;
	border-left: 10px solid #c00;
	padding-left: 10px;
	font-size: 1.3em;
}
.content_text h4 {
	margin: 2em 0 1em;
	padding-bottom: 3px;
	background: url(../img/archive_midashi_line.png) left bottom no-repeat;
	font-size: 1.1em;
	color: #c00;
	line-height: 1.2;
}
.content_text li {
	margin: 0.8em 0;
}
.content_text ul.list li {
	margin: 0.8em 0 0.8em 2em;
	list-style-type: disc;
}
.content_text input {
	margin: 0.8em 0;
	padding: 2px;
	font-size: 1.2em;
}
.column .content_text h2 {
	background: 0 none;
	border: 0 none;
	padding: 0;
}
.column .section ul {
	margin: 2em 0;
}
.column .section ul li {
	margin-bottom: 0.8em;
	padding-left: 18px;
	background: transparent url(../img/backnumber_list.png) 0 0.3em no-repeat;
}
.column .section ul li a {
	font-weight: bold;
}
div.wp_social_bookmarking_light {
	float: left;
	width: 300px;
}
#postmeta {
	overflow: hidden;
}
body.post #content #posted,
body.page #content #posted {
	float: right;
	width: 40%;
	margin: 0;
	color: #aaa;
	font-size: 0.85em;
	text-align: right;
}

/*
body.post .content_text img {
	padding: 5px;
	border: 1px solid #ccc;
}
*/

.navigation {
	overflow: hidden;
}
.navleft {
	float: left;
}
.navright {
	float: right;
}

.navigation a {
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	border: 1px solid #aaa;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}
.navigation a:hover {
	color: #f00;
}

.urawa_dog_thumbnail {
	overflow: hidden;
	margin-bottom: 30px;
}
.urawa_dog_thumbnail div {
	display: inline;
}
.urawa_dog_thumbnail a {
	display: block;
	width: 44%;
	margin: 10px;
	padding: 5px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 2px solid #fff;
	
	*border: 2px solid #ccc;
	*margin: 10px 0 10px 9px;
	
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fff2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#fff2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fff2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fff2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff2f2',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#fff2f2 100%);
	
}
.urawa_dog_thumbnail a:hover {
	color: #f00;
	-webkit-box-shadow: #c00 0px 0px 5px;
	-moz-box-shadow: #c00 0px 0px 5px;
	box-shadow: #c00 0px 0px 5px;
	border: 2px solid #f00;
}
.urawa_dog_thumbnail .thumb_photo {
	width: 160px;
	height: 160px;
	display: block;
	float: left;
}
.urawa_dog_thumbnail .thumnb_title {
	display: block;
	padding-left: 5px;
	overflow: hidden;
}






#page_nav {
	margin-top: 50px;
	text-align: center;
}
#page_nav a {
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
	border: 1px solid #aaa;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}
#page_nav a:hover {
	color: #f00;
}
.button {
	margin: 30px 0;
	text-align: center;
}
.button a {
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: bold;
	border: 1px solid #666;
	background: #cccccc;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#cccccc 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}
.button a:hover {
	color: #f00;
}
#side_block .button a {
	width: 70%;
}

body.toppage #side_block .button {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
body.toppage #side_block .button a {
	width: 206px;
	border: 1px solid #aaa;
	text-shadow: 0px -1px 0px #000;
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#content table {
	width: 100%;
	border: 1px solid #aaa;
}
#content th,
#content td {
	border: 1px solid #aaa;
	padding: 5px;
	vertical-align: middle;
}
#content th {
	width: 25%;
	font-weight: bold;
	background: #fdd;
}
#content table.form-table th {
	width: auto;
	white-space: nowrap;
}
#content table.form-table table {
	border: 0 none;
}
#content table.form-table table th,
#content table.form-table table td {
	border: 0 none;
	padding: 0;
}
#net_shop_admin_flow {
	background: #eee;
	margin: 1em 0;
}
#net_shop_admin_flow li {
	display: inline-block;
	font-weight: bold;
	padding: 5px;
}
.required {
	color: #f00;
}

.current {
	color: #f00;
}
#content table.checkout_step {
	border: 0 none;
}
#content table.checkout_step th,
#content table.checkout_step td {
	border: 0 none;
	background: #eee;
	padding: 5px;
}
body.post-3471 #menu {
	display: none;
}
div.error {
	margin: 1em 0;
	color: #f00;
}
div.message {
	display: none;
}

#comment {
	width: 95%;
}
#comments {
	margin: 3em 0;
}
#comments ol {
	margin-bottom: 3em;
}
#comments li {
	list-style-type: none;
	margin: 1em 0;
	padding: 0 0 0 33px;
}
.comment-author {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}
.comment-data {
	overflow: hidden;
}
.comment-meta {
	float: right;
	color: #999;
}
.comment-data p {
	clear: both;
}


/* ----- サイドバー部分 ----- */

#side_block a:hover {
	color: #f00;
}
#side_block p {
	line-height: 1.5;
}

#side_block .section {
	margin-bottom: 25px;
}
body.post #side_block .wrap,
body.page #side_block .wrap {
	background: #ddd;
	margin-bottom: 30px;
}
body.toppage #side_block a {
	color: #fff;
}
body.post #side_block a
body.page #side_block a {
	color: #000;
}
body.toppage #side_block a:hover,
body.post #side_block a:hover,
body.page #side_block a:hover {
	color: #f00;
}
#side_latest {
	width: 166px;
	margin: 0 auto 30px auto;
	color: #f00;
	font-weight: bold;
	line-height: 1.3;
}
#side_latest img {
	border: 1px solid #aaa;
	padding: 7px;
	margin-bottom: 10px;
	background: #fff;
}
#side_latest h3 {
	font-size: 1.5em;
}
#side_menu {
	line-height: 1.5;
}
#side_menu li a {
	display: block;
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(../img/yajirushi1.png?01) 0 0.3em no-repeat;
	font-weight: bold;
}
#side_menu li a:hover,
body.post #side_menu li a:hover,
body.page #side_menu li a:hover {
	background: url(../img/yajirushi2.png?01) 0 0.3em no-repeat;
}
body.post #side_block #side_menu,
body.page #side_block #side_menu {
	margin-bottom: 0;
	padding: 0 10px 10px;
}

#side_backnumber h2 {
	height: 46px;
	background: #fff url(../img/backnumber1.png) top center no-repeat;
	text-indent: -9999px;
}
#side_backnumber h3 {
	color: #c00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 5px 20px 5px;
	background: transparent url(../img/backnumber2.png) bottom center no-repeat;
}
#side_backnumber ul {
	padding: 7px 10px;
}
#side_backnumber li {
	margin-bottom: 0.8em;
	padding-left: 18px;
	background: transparent url(../img/backnumber_list.png) 0 0.3em no-repeat;
}
#side_nav {
	padding: 15px;
	font-weight: bold;
	text-align: center;
}
#top_facebook {
	overflow: hidden;
}




/* ----- コンテンツによって表示を変える ----- */

body.category-this-week #column_title {
	color: #f00;
	background: #000 url(../img/title_this-week_bg.png) 0 0 no-repeat;
}
body.category-oohara #column_title {
	color: #009933;
	background: #000 url(../img/title_oohara_bg.png) 0 0 no-repeat;
}
body.category-urawa-future #column_title {
	color: #009933;
	background: #000 url(../img/title_urawa-future_bg.png) 0 0 no-repeat;
}
body.category-kawai #column_title {
	color: #f00;
	background: #000 url(../img/title_kawai_bg.png) 0 0 no-repeat;
}
body.category-archive #column_title {
	color: #f00;
	background: #000 url(../img/title_archive_bg.png) 0 0 no-repeat;
}



body.category-oohara .content_text  h2,
// body.category-redangle .content_text  h2,
body.category-kawai .content_text  h2,
body.category-this-week .content_text  h2,
body.category-urawa-future .content_text  h2,
body.category-archive .content_text  h2 {
	display: none;
}
body.category-lequipe #column_head,
body.category-devotion #column_head,
body.category-uniform #column_head,
body.category-news #column_head,
body.category-redangle #column_head, 
body.category-interview #column_head,
body.category-going #column_head,
body.category--akb48 #column_head {
	 display: none;
}

/* レッズ魂 */
body.category-kawai #column_title_wrap {
	background: url(/new/common/img/p_kawai.jpg) 445px 35px no-repeat;
}
body.category-kawai #cf_sub1,
body.category-kawai #cf_small,
body.category-kawai #cf_image {
	display: none;
}
body.category-kawai #cf_title1 { top: 150px; }
body.category-kawai #cf_title2 { top: 200px; }

/* URAWAへの伝言 */
body.post-1397 #container,
body.category-oohara #container,
body.category-urawa-future #container {
	background: #F5FFF0;
}
body.category-oohara #column_title_wrap {
	background: url(/new/common/img/p_oohara.jpg) 445px 35px no-repeat;
}
body.category-oohara #cf_vol {  }
body.category-oohara #cf_title1 { top: 200px; color: #fff; }
body.category-oohara #cf_image { display: none; }
body.category-urawa-future #cf_title1 { top: 150px; color: #fff; }
body.category-urawa-future #cf_title2 { top: 200px; color: #fff; }
body.post-1397 .column .section ul li,
body.post-1397 #side_backnumber li,
body.category-oohara #side_backnumber li,
body.category-urawa-future #side_backnumber li {
	background: transparent url(../img/dengon_list.png) 0 0.3em no-repeat;
}
#dengon_title {
	margin-bottom: 20px;
}
#dengon_list {
	overflow: hidden;
}
#dengon_list dt {
	margin-bottom: 10px;
}
#oohara_nature {
	width: 311px;
	float: left;
}
#urawa_mirai {
	width: 311px;
	float: right;
}
body.post-1397 #side_backnumber h3,
body.category-oohara #side_backnumber h3,
body.category-urawa-future #side_backnumber h3 {
	color: #6DA732;
}

/* ARCHIVE */
body.category-archive #cf_sub1 { top: 220px }
body.category-archive #cf_title1 { top: 125px; }
body.category-archive #cf_title2 { top: 170px; }





#post_login {
	padding: 10px 20px;
	border: 2px solid #ccc;
	background: #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#post_login a,
#post_login ul {
	display: none;
}
.content_text #post_login input {
	margin: 3px 0;
}
.content_text #post_login input.input {
	width: 97%;
}

#partner_banner {
	padding: 20px;
	background: #eee;
	overflow: hidden;
}
.content_text #partner_banner h4 {
	margin: 0;
	color: #000;
}
#partner_banner ul {
	overflow: hidden;
}
#partner_banner li {
	width: 155px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#partner_banner ul:nth-child(2) li {
	margin-bottom: 0;
}

#home_ad3 li {
	margin-bottom: 15px;
	line-height: 1.2;
}
#home_ad4 ul {
	overflow: hidden;
}
#home_ad4 li {
	width: 320px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
#home_ad4 li:nth-child(2n) {
	margin-right: 0;
}


.float_block {
	overflow: hidden;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.rikitter1 {
	width: 390px;
}
.rikitter2 {
	width: 240px;
}
.rikitter3 {
	width: 320px;
}
.content_text .twtr-widget h3,
.content_text .twtr-widget h4 {
	border: 0 none;
	background: none;
}

