@charset "UTF-8";
/*
Theme Name: type-GALLERY
Theme URI: http://book.mynavi.jp/support/pc/4901/
Description: 作品などのギャラリーサイトに適したテーマです。
Author: Kanako Kawahara, Satoru Kawahara
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------
 common
------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#EDEDED;
	font-family:"Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color:#999999;
}
a img {
	border: none;
}
blockquote {
	padding: 1em 1em 1em 3em;
	position: relative;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999999;
	position: absolute;
	left: 0;
	top: 0;
}
.wp-caption-text {
	margin-bottom: 30px;
	font-size: 12px;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
#contents {
	overflow:hidden;
}
.clearfix { width:100%; }
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


/*-----------------------------
 header
------------------------------*/

#header {
	margin-top:90px;
	overflow:hidden;
}
h1 {
	float:left;
}
h2 {
	padding-top:40px;
	line-height:1.6em;
	font-size:18px;
	font-weight:bold;
}


/*-----------------------------
 nav
------------------------------*/

#nav {
	float:right;
	margin-top:10px;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}
#nav li {
	display:inline-block;
	*display: inline;
    *zoom: 1;
	margin-left:20px;
}
#nav li.current {
	border-bottom: solid 1px #333333;
	padding-bottom:2px;
}


/*-----------------------------
 main
------------------------------*/

#main {
	clear:both;
	padding-top:40px;
}
#main a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";	
}

/*-----------------------------
 page-top
------------------------------*/

#page-top {
	clear: both;
	float: right;
	margin:30px 0;
	padding:10px;
	background-color:#FFFFFF;
	font-size: 12px;
}
#page-top a img {
	margin-right: 10px;
	vertical-align: middle;
}


/*-----------------------------
 footer
------------------------------*/

#footer {
	clear:both;
	border-top:solid 1px #333333;
	padding:30px 0 50px 0;
	text-align:center;
}
#copyright {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	padding-right: 10px;
	text-align: center;
	font-size: 11px;
}
#btn-social {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	list-style-type: none;
}
#btn-social li {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	padding-left: 5px;
	vertical-align: middle;
}
#btn-twitter a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-twitter.png) no-repeat;
	overflow: hidden;
}
#btn-twitter a:hover {
	background-position: 0 -26px;
}
#btn-facebook a {
	display: block;
	width: 26px;
	height: 0;
	padding-top: 26px;
	background: url(images/icon-facebook.png) no-repeat;
	overflow: hidden;
}
#btn-facebook a:hover {
	background-position: 0 -26px;
}


/*-----------------------------
 photo-list
------------------------------*/

#photo-list {
	width:1013px;
	margin:50px -33px 0 0;
	list-style-type:none;
}
#photo-list-archives {
	width:793px;
	float:left;
	margin:50px -33px 0 0;
	list-style-type:none;
}
#photo-list li,
#photo-list-archives li {
	width:220px;
	height:290px;
	float:left;
	margin-right:33px;
	overflow:hidden;
}
#photo-list .thumb,
#photo-list-archives .thumb {
	margin-bottom:10px;
}
#photo-list .thumb a:hover,
#photo-list-archives .thumb a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";	
}
#photo-list .title,
#photo-list-archives .title {
	text-align:center;
	line-height:1.6em;
	font-size:12px;
}
#photo-list-archives #news-list-nav {
	clear: both;
	list-style-type: none;
	overflow: hidden;
}
#photo-list-archives #news-list-nav-older {
	width: 300px;
	height: auto;
	float: left;
}
#photo-list-archives #news-list-nav-newer {
	width: 300px;
	height: auto;
	padding-right: 40px;
	float: right;
	text-align: right;
}


/*-----------------------------
 categories
------------------------------*/

#categories {
	width:220px;
	float:right;
	border-top:solid 1px #333333;
	margin-top:50px;
	padding-top:20px;
}
#categories h3 {
	padding-bottom:20px;
	line-height:1.6em;
	font-size:16px;
	font-weight:bold;
}
#categories ul {
	list-style-type:none;
}
#categories ul li {
	margin-bottom:5px;
	line-height:1.6em;
}


/*-----------------------------
 photo-article
------------------------------*/

#photo-article {
	margin-top:50px;
}
#photo-article p {
	margin-bottom:15px;
}
.back {
	clear:both;
	margin-top:50px;
	font-size:12px;
}


/*-----------------------------
 comment
------------------------------*/

#comment {
	clear:both;
	margin-top:50px;
}
#comment h3 {
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
}
#comment a {
	text-decoration:underline;
}
#comment .comments-title,
#comment .avatar,
#comment #reply-title,
#comment .comment-notes,
#comment .form-allowed-tags,
#comment .comment-form-url,
#comment .required {
	display:none;
}
#comment .comment-list {
	border-bottom:dotted 1px #999999;
	margin-bottom:30px;
	list-style-position:inside;
}
#comment .comment-list li {
	margin-bottom:30px;
}
#comment .comment-author {
	margin-bottom:15px;
}
#comment .commentmetadata {
	margin-bottom:10px;
}
#comment .comment p {
	margin-bottom:10px;
	line-height:1.6em;
}
#comment form label {
	display:inline-block;
	*display: inline;
    *zoom: 1;
	width:150px;
}
#comment .comment-form-author {
	margin-bottom:20px;
}
#comment .comment-form-comment label {
	margin-top:20px;
	vertical-align:top;
}
#comment .comment-form-comment textarea {
	width:600px;
	height:150px;
	border:solid 1px #CCCCCC;
	margin:20px 0 0 0;
	padding:10px;
	line-height:1.6em;
	font-size:14px;
}
#comment #author,
#comment #email {
	width:400px;
	border:solid 1px #CCCCCC;
	padding:10px;
	font-size:14px;
}
#comment #submit {
	border: none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:20px 0 0 158px;
	padding: 5px 15px;
	background-color: #333333;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	cursor:pointer;
}


/*-----------------------------
 page
------------------------------*/

.alignleft {
	float: left;
	margin: 15px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 15px 0 10px 15px;
}
.aligncenter {
	display: block;
	margin: 15px auto 10px auto;
}
#page {
	margin-top:40px;
	line-height:1.8em;
}
#page h3 {
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}
#page p {
	line-height:1.8em;
}
#page .alignleft {
	float: left;
	margin: 0 50px 50px 0;
}
#page .alignright {
	float: right;
	margin: 0 0 50px 50px;
}


/*-----------------------------
 form
------------------------------*/

.wpcf7 p {
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	width: 400px;
	border: solid 1px #CCCCCC;
	margin-top:5px;
	padding:10px;
	line-height:1.6em;
	background-color:#FFFFFF;
	font-size:14px;
}
.wpcf7 .wpcf7-textarea {
	width:550px;
	height:150px;
}
.wpcf7 .wpcf7-submit {
	border: none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding: 5px 15px;
	background-color: #333333;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	cursor:pointer;
}
.wpcf7 .wpcf7-response-output {
	margin:0;
	background-color:#FFFFFF;
}