@charset "UTF-8";
/*
Theme Name: BLANKFIELD
Theme URI: 
Description: 
Version: 1.0
Author: warinside
Author URI: http://blankfield.but.jp
Tags: 
*/

/* layouts */
body,
html{
	height: 100%;
}

body{
	background: #151b22;
	color: white;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
}

ul,ol{
	list-style-position: inside;
}

a{
	text-decoration: none;
	color: white;
}

input{
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
}

.tweet_list a:hover,
a:hover{
	color:#d8336b;
	-moz-transition:color 0.6s ease-out;
	-webkit-transition:color 0.6s ease-out;
	transition:color 0.6s ease-out;
	text-decoration: none;
}

nav ul li a:hover{
	color:#d8336b;
	-moz-transition:color 0.6s ease-out;
	-webkit-transition:color 0.6s ease-out;
	transition:color 0.6s ease-out;
	text-decoration: none;
}

h1 a{
	display: block;
	background: url("images/title.png") no-repeat;
	width: 652px;
	height: 103px;
	text-indent: -999px;
	margin: 30px 0 50px 0;
}

h1 a:hover{
	opacity: 0.9;
}

header h2{
	display: none;
}

#alpha{
	width: 100%;
	overflow: hidden;
	float: left;
}

#beta{
	float: left;
	list-style: none;
}

.widget{
	padding-left: 10px;
	padding-bottom: 20px;
	color: #54595E;
}

.widgettitle{
	margin-bottom: 10px;
	color: white;
}

.widget a{
    color: #54595E;
}

.widget a:hover{
    color: #D8336B;
    -moz-transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    transition: color 0.6s ease-out;
    text-decoration: none;
}

#searchform input[type="text"]{
    width: 130px;
    border: none;
    height: 22px;
    padding: 0;
    background: #54595E;
    border: 1px solid gray;
}

#searchform input[type="submit"]{
    width: 40px;
    border: none;
    color: white;
    height: 24px;
    padding: 0;
    font-size: 11px;
    background: #54595E;
    border: 1px solid gray;
    cursor: pointer;
}

.tweet_list{
	list-style: none;
	color: #54595E;
}

.tweet_list a{
	color: #54595E;
}

.tweet_list li{
	margin-bottom: 10px;
}

.tweet_time{
	display: block;
	text-align: right;
	font-size: 10px;
}

.tweet_avatar{
	display: none;
}

nav{
	overflow: hidden;
	margin-bottom: 40px;
	clear: both;
}

.menu a{
	color: white;
	font-weight: bold;
}

.sub-menu{
	list-style: none;
}

.sub-menu a{
	color: #6E757C;
	font-weight: normal;
}

article{
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

article header{
	border-top: 1px solid rgb(84, 89, 94);
}

article header,
article header a{
	color: #54595e;
}

article h3 a{
	font-size: 23px;
	color: white;
	letter-spacing: -2px;
	line-height: 24px;
	padding: 10px 0;
	display: block;
}

#page article header time,
#page article header .categories{
	display: none;
}

article .content p{
	margin-bottom: 1em;
}

.content a{
	color:#d8336b;
}

.content a:hover{
	text-decoration: underline;
}

footer{
clear: both;
	border-top: 1px solid #222;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
	height: 100px;
	margin-top: 30px;
}

footer #copyright{
	text-align: center;
}

/* archive */


ul.archive{
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 20px;
}

ul.archive>li{
	width: 81px;
	height: 22px;
	background: #54595E;
	display: block;
	float: left;
	margin: 2px;
	text-align: center;
	padding-top: 9px;
}

ul.archive>li>a{
	color: white;
}

.older,
.newer{
	display: inline-block;
}

.older a,
.newer a{
	display: block;
	text-indent: -9999px;
	width: 19px;
	height: 27px;
}

.older a:hover,
.newer a:hover{
	opacity: 0.5;
}

.older a{
	background: url("images/older.png") no-repeat;
}

.newer a{
	background: url("images/newer.png") no-repeat;
}


.webclap{
	color: #0065A3;
}

.wpcf7{
    color: #54595E;
}

.wpcf7 input[type="text"],
.wpcf7 textarea{
    border-radius: 2px;
    border: none;
    background: white;
}

.wpcf7 input[type="text"]{
    width: 300px;
}

.wpcf7 textarea{
    width: 297px;    
}

#works{
    
}

#works td{
    padding-bottom: 10px;
}

#works td:first-child{
    background: #54595E;
    color: #151B22;
    display: inline-block;
    padding: 0 4px;
    margin-right: 10px;
}
.content-header {
    margin-bottom: 40px;
}
article header .categories {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.17);
    padding-left: 10px;
    margin-bottom: 20px;
}
article header .categories a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.13);
    padding: 0px 4px;
    font-size: 83%;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 4px;
}
article > header {
    padding-top: 10px;
}
article .content {
    font-size: 10.5pt;
    line-height: 1.8;
}
article .content img {
    margin: 1em 0;
}

.content-header .disc {
    float: left;
    width: 239px;
    height: 250px;
}
.content-header .disc.small {
    width: 120px;
}