/*   
Theme Name: aki-can
Theme URI: http://www.17n.info/
Description: aki-can for 17n
Author: canaki
Author URI: http://www.17n.info/
Version: 1.0
.
使用時期:2015/10から
Font Awesome by Dave Gandy - http://fontawesome.io
favicon by noi (http://noinoi.17n.info)
.
*/
@charset "utf-8";
/* === general ==============================*/
html,body{height:100%;}
body{
	padding-top:50px;
	background: #333 url('bg.png')  no-repeat center center fixed;
	background-size: cover;
}
#wrap{
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#cc000000',GradientType=0 );
	color:#fff;
}

#foot{
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100px;
	z-index:5;
	line-height:50px;
	text-align:center;
	color:#555;
}
#menu a.navbar-brand{
	width:50px;
	height:50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background:url('ico.png') center center no-repeat;
}

#foot address{margin:0;text-align:right;}
#wrap > hr{display:none;}

div.text p, div.text dd{
	line-height:180%;
}

div.pukiwiki_content{color:#000;}

dd{
	padding-top:2px;
	padding-left:2em;
}
dd+dt{margin-top:15px;}
blockquote{
	margin-left:3em;
	font-size:14px;
}

a{
	color:#36acc8;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:focus, a:active, a:hover{text-decoration:none;}
a:hover{
	color:#fff;
	text-shadow:0px 0px 10px #FFD700,
	0px 0px 20px #FFD700,
	0px 0px 30px #FFD700,
	0px 0px 40px #FFD700,
	0px 0px 50px #FFD700,
	0px 0px 60px #FFD700;
}
/* === pc/mobile ==========================*/
@media screen and (min-width: 900px) { /* PC */
#head{
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	left:0px;
	z-index:10;
}
#head h1, #head h1 a{
	margin:0;
	padding-left:10px;
	height:100px;
	line-height:100px;
}
#head h1 a{
	display:block;
	width:100%;
	font-family:'ＭＳ 明朝',Georgia,serif;
	font-size:50px;
	color:#555;
}
#head h1 a:hover{color:#fff;}
#main{
	margin:0 auto 130px 70px;
	z-index:1;
}
#foot{
	position: fixed;
	bottom: 0;
	height: 100px;
	z-index:5;
	line-height:50px;
}

div.text{
	max-width:800px;
	padding:5px 15px 20px 3em;
}

}@media screen and (max-width: 899px) { /* mobile */
#head{display:none;}
#main{
margin:10px 10px 70px 10px;
}
div.text{
padding:5px 5px 10px 5px;
}
blockquote{margin-left:0;}
}
/* === extra ==============================*/
/* twitter widget */
#twitter-widget-0 {
    width: 100% !important;
}
/* Font Awesome hatena bookmark */
.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold
}
.hide-fa-label .fa:before, .hide-fa-label .fab:before{
	visibility:visible;
}
.hide-fa-label .fa, .hide-fa-label .fab{
	display:inline-block;
	width:18px;height:14px;
	overflow:hidden;
	visibility:hidden;
}
/* for admin */
.post-edit-link{
	display: block;
	position: fixed;
	z-index: 20;
	overflow: hidden;
	width: 35px;
	height: 35px;
	background-color: #000;
	border:1px solid #fff;
	color: #eee;
	line-height: 35px;
	text-align: center;	
	right: 10px;
	bottom: 10px;
}