@charset "UTF-8";

@import url("./layout.css");

/*
---------------------------------------
index
---------------------------------------
*/

body {
	padding: 0 20px;
}

#wrapper {
	background: #eee url(../images/sidebar-back.gif) repeat-y right top;
}

#header {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 90px;
	border-bottom: 3px solid #eee;
	background: #020217;
}

#content_body {
	float: left;
	width: 100%;
	margin-right: -265px;
	padding: 15px 0;
}

#grid-content {
	margin: 0 265px 0 20px;
}

#sidebar {
	float: right;
	margin-top: 93px;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: 0;
}
* html #sidebar {
	display: inline;
}

#grid-content .box {
	position: relative;
	margin: 0 5px 5px 0;
}

#grid-content .mail2odai {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
* html #grid-content .mail2odai {
	bottom: 0;
	z-index: 100;
}

#grid-content #updateList ,
#grid-content .box .linkbox {
	display: block;
	width: 154px;
	padding: 8px;
	background: #fff;
	color: #555;
	text-align: left;
	line-height: 1.3;
	overflow: hidden;
}
* html #grid-content #updateList ,
* html #grid-content .box .linkbox {
	width: 170px;
}

#grid-content #special_top1 .linkbox {
	height: 217px;
}
* html #grid-content #special_top1 .linkbox {
	height: 233px !important;
}

#grid-content .blog .linkbox {
	min-height: 290px !important;
}
* html #grid-content .blog .linkbox {
	height: 306px !important;
}

#grid-content .blog .linkbox .entryassets {
	max-height: 160px;
	overflow: hidden;
}

#grid-content .daily .linkbox {
	min-height: 200px !important;
}
* html #grid-content .daily .linkbox {
	height: 216px !important;
}

#grid-content .daily .linkbox .entryassets {
	max-height: 160px;
	overflow: hidden;
}

#grid-content #evameshi_top1 .linkbox {
	height: 330px !important;
}
* html #grid-content #evameshi_top1 .linkbox {
	height: 346px !important;
}

#grid-content .g1 .linkbox {
	height: 330px;
}
* html #grid-content .g1 .linkbox {
	height: 346px;
}

#grid-content .g2 .linkbox {
	width: 329px;
}
* html #grid-content .g2 .linkbox {
	width: 345px;
}

#grid-content #updateList ,
#grid-content .g3 .linkbox {
	width: 504px;
}
* html #grid-content #updateList ,
* html #grid-content .g3 .linkbox {
	width: 520px;
}

#grid-content .h_fix200 .linkbox {
	height: 200px;
}
* html #grid-content .h_fix200 .linkbox {
	height: 216px;
}

#grid-content .h_fix210 .linkbox {
	height: 210px;
}
* html #grid-content .h_fix210 .linkbox {
	height: 226px;
}

#grid-content .h_fix217 .linkbox {
	height: 217px;
}
* html #grid-content .h_fix217 .linkbox {
	height: 233px;
}

#grid-content .h_fix220 .linkbox {
	height: 220px;
}
* html #grid-content .h_fix220 .linkbox {
	height: 236px;
}

#grid-content .box .linkbox:hover {
	background: #d2deef;
	text-decoration: none;
}

#grid-content span {
	display: block;
	line-height: 1.2;
}

/*
#grid-content .item .red {
	position: absolute;
	top: 141px;
	right: 8px;
}
*/

#grid-content img {
	display:block;
	margin: 0.5em 0;
}

#grid-content .futokoto .title ,
#grid-content .camera .title {
	font-weight: normal;
}

#grid-content .name {
	float: left;
	line-height: 1;
	margin: 0.5em 0;
}

#grid-content .entrydate {
	float:right;
	margin: 0.5em 0;
	text-align:right;
	font-size: 0.75em;
}

#grid-content .boxSub {
	clear: both;
}

/*
#grid-content .new {
float:left;
display: block;
	color: red;
	line-height: 1;
margin: -2px 3px 0 0;
}
*/

#grid-content .new {
	display: block;
	position: absolute;
	top: 143px;
	right: 8px;
	color: red;
	line-height: 1;
	font-weight: bolder;
	text-align: right;
}

#grid-content .item .boxSub {
display: block;
	margin-bottom: 0;
	line-height: 1;
	font-size: 0.8em;
	font-weight: bolder;
}

#grid-content .entrytitle {
	clear: both;
	margin: 0.5em 0;
	line-height: 1;
	font-size: 1.1em;
	font-weight: bolder;
}
#grid-content .item .entrytitle {
	margin-top: 0.1em;
}

#grid-content .boxRead {
	clear: both;
}


.hidebox {
	display: none;
}


/*FUTOKOTO for test*/
/*CAMERA for test*/

* html #grid-content #futokoto_today .linkbox .titlebox,
* html #grid-content #camera_today .linkbox .titlebox {
	margin: 0 -10px;
}

#nyroModalContent {
	text-align: left;
}


#nyroModalContent .box_header .entrydate {
	text-align: right;
}

#grid-content #futokoto_today .linkbox ,
#grid-content #camera_today .linkbox {
	display: block;
	height: auto !important;
	min-height: 250px;
}

#grid-content #futokoto_today .entryassets ,
#grid-content #camera_today .entryassets {
	display: block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

#grid-content .entryassets .box ,
#grid-content #camera_today .entryassets .box {
	display: block;
	float: left;
	margin: 1px;
}

#grid-content #futokoto_today .entryassets img ,
#grid-content #camera_today .entryassets img {
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
}



#grid-content #futokoto_today .entry ,
#grid-content #futokoto_today .title ,
#grid-content #camera_today .entry ,
#grid-content #camera_today .title {
	display: block;
	width: 100%;
	text-align: left;
}

#grid-content #futokoto_today .title .name ,
#grid-content #camera_today .title .name {
	float: left;
	margin: 0;
}

#grid-content #futokoto_today .entrydate ,
#grid-content #camera_today .entrydate {
	float: right;
	margin: 0;
}

#grid-content #futokoto_today .radioname ,
#grid-content #camera_today .radioname {
	clear: both;
	margin: 0;
}

#grid-content #futokoto_today .radioname .title ,
#grid-content #camera_today .radioname .title {
	font-size: 0.8em;
	float: left;
	width: 7em;
}

#grid-content #futokoto_today .radioname .name ,
#grid-content #camera_today .radioname .name {
	clear: none;
	float: none;
	margin-left: 6em;
	font-weight: bolder;
}

* html #grid-content #futokoto_today .radioname .name ,
* html #grid-content #camera_today .radioname .name {
	margin-top: 0;
}

#grid-content #futokoto_today .comment ,
#grid-content #camera_today .comment {
	margin-top: 1em;
	font-size: 0.8em;
}

#nyroModalContent .goto_form a {
	display: block;
	width: 10em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: #aaa;
}

#nyroModalContent .goto_form a:hover {
	text-decoration: none;
}

/*UPDATE LIST*/

#grid-content #updateList {
	height: 195px;
}
* html #grid-content #updateList {
	height: 211px;
}

#grid-content #updateList .feed_result {
	margin: 0 0 0 12px;
}

#grid-content #updateList .name {
	float: none;
}

#grid-content #updateList dl dt {
	float: left;
	width: 100px;
	margin:0;
	padding-left: 10px;
	background: transparent url(/img_contents/box_listArrow.gif) 0 0.5em no-repeat;
	font-weight: bold;
}
* html #grid-content #updateList dl dt {
	width: 110px;
}

#grid-content #updateList dl dd {
	margin-left: 120px;
	text-align:left;
}

#grid-content #updateList dl dd a,
#grid-content #updateList dl dd a:link {
	color: #8046a5;
}

#grid-content #updateList dl dd a:hover {
	text-decoration:underline;
}

.small-11 {
	font-size: 11px;
	line-height: 130% !important;
}

#grid-content .newtype .entryassets {
	display: block;
	float: left;
	width: 168px;
}
#grid-content .newtype .entrytitle {
clear: none;
float: right;
	display: block;
	width: 140px;
	margin: 10px 0 15px;
}
#grid-content .newtype .boxRead {
float: right;
clear: none;
	display: block;
	width: 148px;
}

/*
===========================================================================
HACK
===========================================================================
*/

/*
float hack
*/

#grid-content #camera_today .entryassets ,
.xxx {
	overflow: hidden;
}

#grid-content #camera_today .entryassets:after ,
.xxx:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

*+html #grid-content #camera_today .entryassets ,
*+html .xxx {
	zoom: 1;
}

/*\*/
* html #grid-content #camera_today .entryassets ,
* html .xxx {
	height: 0;
	overflow: visible;
}
/**/


/*
----------------------------------------
sub_header (liquid)
----------------------------------------
*/

#sub_header_lq {
	height: 89px;
	margin-right: 280px;
	background: #020217;
}

#sub_header_lq h2 {
	padding: 10px;
}

#sub_header_lq h2 a {
	display: block;
	padding: 28px 10px 27px;
}
* html #sub_header_lq h2 a {
	padding: 18px 10px 17px;
}
#content_nav {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 30px 280px 30px 20px;
    padding: 15px 0;
    text-align: left;
}
#content_nav dl {
    margin: 0 auto;
    padding:0 20px;
}
#content_nav dt {
    float: left;
    margin: 0 0.5em;
}
#content_nav dd {
    float: left;
    margin: 0 0.5em;
}
