@charset 'UTF-8';

/*
Theme Name: Colleiine
Theme URI: 
Description: 「コレイイネ！」用テーマ
Version: 1.0
Author: kuso inc.
Author URI: http://hijitsuzai.jp/
*/

/* ------------------------------------
*
*Since: 2012-06-22
*Modified: 
*Editor: 
*
-------------------------------------*/

/* Style Index ========================

	01: reset
	02: layout
	03: header
	04: home
	05: detail
	06: footer
	07: clearfix

==================================== */



/*
01. reset
-------------------------------------*/
* {margin: 0; padding: 0;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-color: #1f1f1f;
	font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, address {
	line-height: 1;
}

nav ul {list-style: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {letter-spacing: 0;}

a:link {color: #333;}
a:visited {color: #666;}
a:hover {color: #999;}
a:active {color: #999;}



/*
02. layout
-------------------------------------*/
div#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.inner {
	padding: 0 20px;
}

div#contents {
	padding: 20px 0 15px;
	background-color: #e6e6e6;
}

div#fixArea {
	position: fixed;
	top: 0;
	left: 0;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	width: 100%;
	height: 20px;
	background-color: #1f1f1f;
}

div#fixArea nav {
	padding: 0 20px;
}

div#fixArea nav ul {
	float: right;
	width: 160px;
}

div#fixArea nav ul li {
	float: left;
}

div#fixArea nav ul#mainIndex {
	float: left;
	width: 240px;
}



/*
03. header
-------------------------------------*/
header {
	padding-top: 40px;
	background-color: #fff;
}

header h1 {
}

header h2 {
	margin-top: -34px;
	margin-left: 188px;
}

header div#globalNav {
	width: 100%;
	margin-top: 20px;
	background-color: #1f1f1f;
}

header div#globalNav ul {
	float: right;
	list-style: none;
	padding-top: 5px;
}

header div#globalNav ul li {
	float: right;
}

header div#globalNav ul li#tweet {
	margin-right: -10px;
}

header div#globalNav nav {
	float: left;
	margin-right: 20px;
}

header div#globalNav nav ul {
	float: none;
	width: 302px;
	height: 30px;
	padding-top: 0;
	background: url(images/line_nav.gif) no-repeat right 7px;
}

header div#globalNav nav ul li {
	float: left;
}

header div#globalNav form {
	position: relative;
	float: left;
}

header div#globalNav form input {
	margin: 0;
}

header div#globalNav form input#s {
	position: absolute;
	top: 5px;
	width: 244px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	font-size: 1.2em;
}

header div#globalNav form input#searchBtn {
	position: absolute;
	top: 5px;
	left: 244px;
}

header div#globalNav div#listArea {
	clear: both;
}

header div#globalNav div#listArea ul {
	clear: both;
	float: none;
	padding: 20px 10px;
}

header div#globalNav div#listArea ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #c9c9c9;
	font-size: 1.2em;
}

header div#globalNav div#listArea ul li a {
	padding-left: 10px;
	background: url(images/ico_arrow_white.png) no-repeat 0 50%;
}

header div#globalNav div#listArea ul li a:link {color: #c9c9c9;}
header div#globalNav div#listArea ul li a:visited {color: #ccc;}
header div#globalNav div#listArea ul li a:hover {color: #fff;}
header div#globalNav div#listArea ul li a:active {color: #fff;}

header div#globalNav div#listArea ul#categoryList li {}
header div#globalNav div#listArea ul#keywordList li {}
header div#globalNav div#listArea ul#archiveList li {}



/*
04. home/common
-------------------------------------*/
div#contents div.inner {
	padding-right: 0;
}

div#contents h2 {
	margin-bottom: 18px;
	font-size: 1.6em;
}

div#contents h2 span {
	padding: 2px 4px;
	background-color: #1f1f1f;
	color: #fff;
}

div#contents p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
}

div.entry {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}

div#contents div.entry div.inner {
	padding: 10px 10px 4px;
}

div.entry div.thumb {
	border: 1px solid #c9c9c9;
}

div.entry div.thumb a {
	position: relative;
	display: block;
	width: 278px;
	height: 208px;
}

div.entry h3 {
	margin: 15px 0;
	font-size: 1.2em;
}

div.entry dl dt {
	clear: left;
	float: left;
	margin: 0 4px 6px 0;
	color: #6e6e6e;
}

div.entry dl dd {
	float: left;
	margin-bottom: 6px;
}

div.entry dl dd ul {
	list-style: none;
}

div.entry footer {
	clear: left;
	padding: 5px 6px 4px;
	color: #6e6e6e;
	background-color: #c9c9c9;
}

div.entry footer dl {
	float: left;
}

div.entry footer dl dt {
	margin-top: 0.3em;
	margin-bottom: 0;
}

div.entry footer dl dd {
	margin-bottom: 0;
}

div.entry footer dl dd ul li {
	float: left;
	margin-right: 4px;
}

div#contents div.entry footer p {
	float: right;
	margin-bottom: 0;
	font-size: 8px;
	line-height: 8px;
}

div#contents nav.pagination {
	clear: both;
	font-size: 1.2em;
}
 
div#contents nav.pagination span,
div#contents nav.pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 7px 10px 6px 10px;
	background-color: #fff;
	border: 2px solid #c9c9c9;
	color: #333;
	text-decoration: none;
	text-align: center;
}
 
div#contents nav.pagination .current {
	padding: 7px 10px 6px 10px;
	background-color: #1f1f1f;
	border: 2px solid #1f1f1f;
	color: #fff;
}

div#contents nav.pagination a img {
  vertical-align: 2px;
}
 
div#contents nav.pagination a:visited {
	background-color: #f0f0f0;
}
 
div#contents nav.pagination a:hover {
	background-color: #c9c9c9;
}



/*
05. detail
-------------------------------------*/
div#main {
	float: left;
	width: 620px;
	margin-right: 20px;
}

div#main div#entryBody {
	width: 618px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}

div#contents div#entryBody div.inner {
	padding: 10px;
}

div#contents div#entryBody h2 {
	padding-top: 5px;
}

div#main div#entryBody p {
	font-size: 1.4em;
	line-height: 1.6;
}

div#main div#entryBody p img {
	margin: 0 auto;
	padding: 0;
}

div#side {
	float: left;
	width: 300px;
}

div#side div.entry {
	float: none;
	margin: 0 0 5px 0;
}

div#side div.entry h3 {
	margin: 2px 0 15px;
}

div#side div.entry dl dt.url {
	margin: 0 8px 5px 0;
	padding: 2px 4px;
	background-color: #1f1f1f;
	color: #fff;
	letter-spacing: 0.2em;
}

div#side div.entry dl dd.url {
	font-size: 1.2em;
}

div#side div.entry dl dt.category {
	margin-top: 10px;
}

div#side div.entry dl dd.category {
	margin-top: 10px;
}

div#side div#commentWrapper {
	position: relative;
	padding-top: 15px;
}

div#side div#comment {
	width: 300px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #c9c9c9;
}

div#side div#comment div.inner {
	padding: 10px;
}

div#side div#comment div#thumb {
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #c9c9c9;
	margin-right: 10px;
}

div#side div#comment div#text {
	float: left;
	width: 198px;
}

div#side div#comment div#text p {
	margin-bottom: 16px;
	font-size: 1.2em;
	line-height: 1.4;
}

div#side div#comment div#text dl dt {
	float: left;
	margin: 0 4px 6px 0;
	color: #6e6e6e;
}

div#side div#comment div#text dl dd {
	float: left;
}

div#side div#comment div#text dl dd#postedBy {
	margin-right: 16px;
}

div#side div#social ul {
	list-style: none;
}

div#side div#social ul li {
	float: left;
	margin-right: 10px;
}



/*
06. footer
-------------------------------------*/
footer {
	clear: both;
	padding: 20px;
	color: #c8c8c8;
}

footer h3 {
	margin-bottom: 16px;
}

footer a:link {color: #c8c8c8;}
footer a:visited {color: #ccc;}
footer a:hover {color: #999;}
footer a:active {color: #999;}

footer div#about {
	float: left;
	width: 300px;
	margin-right: 20px;
	font-size: 1.2em;
}

footer div#about h4 {
	margin-bottom: 4px;
}

footer div#about p {
	margin-bottom: 16px;
	line-height: 1.4;
}

footer div#facebook {
	float: left;
	width: 620px;
}

footer div#facebook div#fbLikebox {
	float: left;
	background-color: #fff;
}

footer div#copyright {
	clear: both;
	padding-top: 20px;
}

footer div#copyright p {
	float: left;
}

footer div#copyright p#wordpress {
	float: right;
}



/*
07. clearfix
-------------------------------------*/
.clearfix:after,
header div#globalNav:after,
header nav ul:after,
div#contents:after,
div.entry dl:after,
div.entry footer:after,
div#contents nav:after,
div#side div#comment div.inner:after,
div#side div#comment div#text dl:after,
div#side div#social ul:after,
footer div#copyright:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
header div#globalNav,
header nav ul,
div#contents,
div.entry dl,
div.entry footer,
div#contents nav,
div#side div#comment div.inner,
div#side div#comment div#text dl,
div#side div#social ul,
footer div#copyright {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html header div#globalNav,
* html header nav ul,
* html div#contents,
* html div.entry dl,
* html div.entry footer,
* html div#contents nav,
* html div#side div#comment div.inner,
* html div#side div#comment div#text dl,
* html div#side div#social ul,
* html footer div#copyright {
	height: 1%;
}

.clearfix,
header div#globalNav,
header nav ul,
div#contents,
div.entry dl,
div.entry footer,
div#contents nav,
div#side div#comment div.inner,
div#side div#comment div#text dl,
div#side div#social ul,
footer div#copyright {
	display: block;
}
/* End hide from IE-mac */




