@charset "UTF-8";

/*
Theme Name: Portfolio
Description:Shunsuke Asai's Portfolio
Theme URI: http://naporitan.me/
Author: Shunsuke Asau
Author URI: http://naporitan.me/
Version: 1.0.0
License: license free
License URI: http://naporitan.me/
*/

/*
=================================================================================================
common style
=================================================================================================
*/

html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    color: #FFF;
    background-color: #18191b;
	font-family: 'Monda','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
}
a {
    overflow: hidden;
}
a:link { color: #77c3e6; }
a:visited { color: #77c3e6; }
a:hover { color: #32a8de; }
a:active { color: #32a8de; }

a img, img {
    border: 0;
}
abbr, acronym {
    border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
    font-style: normal;
    font-weight: normal;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
    margin: 0;
    padding: 0;
}
caption, th {
    text-align: left;
}
code, kbd, pre, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ol, ul {
    list-style-type: none;
}
q:before, q:after {
    content: '';
}
button, fieldset, form, input, label, legend, select, textarea {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*
=================================================================================================
head style
=================================================================================================
*/
#head {
	text-align: center;
	background: #222;
	padding: 15px 15px 5px 15px;
	overflow: hidden;
	position: relative;
}
#head h1 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}
#head h1 a:link { color: #999;text-decoration: none; }
#head h1 a:visited { color: #999;text-decoration: none;  }
#head h1 li a:hover { color: #cffdff;text-decoration: none;  }
#head h1 li a:active { color: #cffdff;text-decoration: none;  }

#head h2 {
	color: #666;
}
#head ul {
	position: relative;
	padding:0px 5px 5px 5px;
	left: 50%;
	float: left;
	margin-top: 10px;
}
#head ul li {
	position: relative;
	padding:0 5px;
	left: -50%;
	float: left;
	font-size:13px;
	text-shadow: 1px 1px 3px #000;
}
#head ul li a:link { color: #5e6669;text-decoration: none; }
#head ul li a:visited { color: #5e6669;text-decoration: none;  }
#head ul li a:hover { color: #cffdff;text-decoration: none;  }
#head ul li a:active { color: #cffdff;text-decoration: none;  }

.allworks {
	margin-right: 10px;
}

.head_border {
	border:none;
    border-top: solid 1px #363636;
    margin: 0px;
}


/*
=================================================================================================
gallery style
=================================================================================================
*/
#container {
	overflow: hidden;
	padding: 30px 10px;
	margin: 0 auto;
}
.imgbox {
	float: left;
	margin: 3px;
	width: 245px;
}
.imgbox img{
	max-width: 100%;
	vertical-align: bottom;
}
#container,
.imgbox {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

#container {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.imgbox {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
#pager {
	padding: 0 10px 20px 10px;
	margin: 0 auto;
	overflow: hidden;
}
#pager .prev{
	float: left;
}
#pager .next{
	float: right;
}



/*
=================================================================================================
entry style
=================================================================================================
*/
#entry_container {
	overflow: hidden;
	width: 1074px;
	margin: 10px auto 20px auto;
}
#main {
	width: 774px;
	float: left;
	text-align: center;
	padding-bottom: 50px;
}
#side {
	width: 300px;
	float: left;
}
#main h1{
	font-size: 18px;
	text-align: left;
	padding: 10px 0 3px 0;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #000;
}
.title {
	height: 50px;
}
.pad {
	text-align: left;
	font-size: 13px;
	text-shadow: 1px 1px 3px #000;
	color: #999;
}


/*
=================================================================================================
comment style
=================================================================================================
*/

.form-allowed-tags {
	display:none;
	}
.says {
	display:none;
	}
.reply {
	display:none;
	}
.comment-author {
	display: block;
	font-size: 11px;
	width: 80px;
	position: relative;
	top: 0px;
	left: 0px;
	}
.comment-meta {
	display:block;
	font-size:11px;
	width:80px;
	position:relative;
	top:10px;
	left:0px;
	}
.comment-author a {
	text-decoration:none;
	color:#3C3C3C;
	cursor:default;
	}
.comment-meta a {
	text-decoration:none;
	color:#3C3C3C;
	cursor:default;
	}
.fn {
	font-style:normal;
	}

.commentlist {
	list-style:none;
	margin:0 0 40px;
	padding:0;
	}
.commentlist li {
	margin:0;
	padding:0;
	}
.comment-body {
	clear:both;
	font-size:0.8em;
	line-height:1.9;
	position:relative;
	overflow:hidden;
	margin:0 0 -50px;
	}
.comment-body p {
	width:345px;
	padding:0 0 0 20px;
	border-left:solid 1px #C1C1C1;
	position:relative;
	top:-75px;
	left:95px;
	}

#author {
	width:200px;
	padding: 3px;
	}
#email {
	width:200px;
	padding: 3px;
	}
#url {
	width:200px;
	padding: 3px;
	}
#comment {
	width:300px;
	height:100px;
	padding: 3px;
	}
#submit	{
	margin:0;
	padding:2px 25px;
	cursor:pointer;
	}
#submit:hover {
	border:solid 1px #BA678E;
	}

/*
=================================================================================================
profile style
=================================================================================================
*/
#insta_container {
	margin: 0 auto;
	width: 1074px;
}
#insta_container h2 {
	color: #5e6669;
	font-size: 14px;
	padding: 10px 0 10px 0;
}
.instagram {
	overflow: hidden;
}
.instagram-placeholder {
	float: left;
	margin: 2px;
	width: 175px;
	height: 175px;
}
.instagram img{
	width: 175px;
	height: 175px;
}


#twitter ul li {
	position: relative;
	padding-bottom:1em;
	margin-bottom: 1em;
	font-size: 13px;
	color:#ECECEC;
	border-bottom:dotted 1px #363636;
	text-shadow: 1px 1px 3px #000;
	/zoom: 1;
}

#twitter ul li span {
	display: block;
}
#twitter ul li span.time {
	float: right;
	font-weight: bold;
	font-size: 10px;
	line-height: 28px;
	color: #5e6669;
}
#twitter ul li span.name {
	margin-left: 34px;
	font-weight: bold;
	line-height: 28px;
	color: #32a8de;
}
#twitter ul li span.icon {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
}
#twitter ul li span.text {
	margin-top: 5px;
	overflow: hidden;
	/zoom: 1;
}
/* AJAXステータス表示用パーツ */
#twitter .msg {
	color: #c0c0c0;
}
#twitter .error {
	color: #c00;
}

#main_prof {
	width: 749px;
	float: left;
	padding:0 25px 50px 0;
}
#main_prof p{
	font-size: 15px;
	text-shadow: 1px 1px 3px #000;
	padding: 10px 0 35px 5px;
	color: #ECECEC;
}
#main_prof h1{
	font-size: 28px;
	font-weight: bold;
	padding: bottom: 20px;
	line-height: 120%;
	text-shadow: 1px 1px 3px #000;
}
#main_prof h2{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 0 5px;
	line-height: 120%;
	text-shadow: 1px 1px 3px #000;
	color: #32a8de;
}
.cate {
	color: #5e6669;
	font-size: 14px;
	padding: 10px 0 10px 0;
}



/*
=================================================================================================
footer style
=================================================================================================
*/
footer {
	width: 97%;
	margin: 0 auto;
}
footer p{
	color: #5e6669;
	text-align: right;
	font-size: smaller;
	padding: 5px 0 50px 0;
}
footer .nav {
	border-bottom: 1px solid rgb(34, 36, 38);
	overflow: hidden;	
}
footer .nav ul {
	float:right;
}
footer .nav li {
	float:left;
	padding: 0 0 7px 10px;
}