@charset "utf-8";
/*
Theme Name: seto-style
Theme URI: none
Description: 瀬戸楠葉のイラストレーションサイトEXODUSのオリジナルテーマ
Version: 1.0
Author: mahyan
Author URI: http://111.inu9.com
Tags:
*/

/* =Reset
-------------------------------------------------------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary { display:block; }
* {
	padding: 0;
	margin: 0;
}
h1 { margin:0; }
h2,
h3,
h4,
h5,
h6 { margin:15px 0; }
p { /*	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
*/ }
a img { border: none; }
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus { text-decoration: none; }
/* =Base
-------------------------------------------------------------- */
body {
	font-size:14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-image:url(images/bg.jpg);
	margin: 0;
	padding: 0;
	color:#333;
}
#container {
/*	width: 950px;
*/	margin: 10px auto 30px auto;
	overflow:hidden;
	width:1259px;
	margin:0 auto;
}
pre {
	margin:5px;
	padding:5px;
	border:solid 1px #C79E9E;
	background-color:#F5EFEF;
	overflow:scroll;
}
.wrapper {
	width:950px;
}
.m-center {margin:0 auto;}
.post {
	width:642px;
	float:left;
	padding-bottom:20px;
	border-bottom:solid 5px #D4C081;
} 
.post p {
	margin-bottom:15px;
	line-height:1.3em;/*	font-size: 90%;
*/
}
/* =Table
-------------------------------------------------------------- */
table {
	border: 3px #773737 solid;
	border-collapse: collapse;
}
th {
	border: 1px #773737 solid;
	border-bottom-color:#FFF;
	background-color: #692323;
	padding: 3px 3px;
	text-align: center;
	vertical-align: top;
	color:#fff;
}
td {
	border: 1px #773737 solid;
	padding: 3px 3px;
}
/* =Class
-------------------------------------------------------------- */
.clear { clear:both;/*	height:0;
	font-size: 1px;
	line-height: 0px;
*/ }
.alignright {
	float: right;
	padding: 0;
	margin: 2px 0 10px 20px;
}
.alignleft {
	float: left;
	padding: 0;
	margin: 2px 20px 10px 0;
}
.center {text-align:center;}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.small {font-size:80%;}
.select-content {margin-top:10px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height:0}
* html .clearfix {zoom:1} /* IE6 */
*:first-child+html .clearfix { zoom:1} /* IE7 */

.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -ms-linear-gradient(top,white,#E6E6E6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,white,#E6E6E6);
	background-image: -o-linear-gradient(top,white,#E6E6E6);
	background-image: linear-gradient(top,white,#E6E6E6);
	background-image: -moz-linear-gradient(top,white,#E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #E6E6E6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}


/* =Header
-------------------------------------------------------------- */
header { background:url(images/bg_header.jpg) top left repeat-x; }
#masthead {
	width:1259px;
	height:179px;
	margin:0 auto;
	position:relative;
	background:url(images/header.png) top center no-repeat;
}
div#headerbox {
/*	width: 950px;
*/	margin: 0 auto;
	height: 114px;
}
#site-title {
	position:absolute;
	top:28px;
	left:596px;
}
#site-title a { }
#site-description {
	position:absolute;
	top:44px;
	left:160px;
	color:#FFF;
	font-size:16px;
	text-shadow: 1px 1px 0px #000;
}
/* =Menu
-------------------------------------------------------------- */
#access {
/*	width:950px;
*/	margin:0 auto;
}
/* headermenu ---- */

div#access div.menu-menu01-container {
	width:945px;
	height:65px;
	margin:0 auto;
	background:none;
}
div#access div.menu-menu01-container ul {
	height: 65px;
	zoom:100%;
	margin: 0;
	width: 945px;
	overflow: hidden;
}
div#access div.menu-menu01-container li {
	float: left;
	list-style:none;
}
div#access div.menu-menu01-container li a {
	display:block;
	padding: 65px 0 0 0;
	text-align:center;
	width: 135px;
	height: 65px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
}
div#access div.menu-menu01-container li.nav01 a { background-position: 0px 0; }
div#access div.menu-menu01-container li.nav02 a { background-position: -135px 0; }
div#access div.menu-menu01-container li.nav03 a { background-position: -270px 0; }
div#access div.menu-menu01-container li.nav04 a { background-position: -405px 0; }
div#access div.menu-menu01-container li.nav05 a { background-position: -540px 0; }
div#access div.menu-menu01-container li.nav06 a { background-position: -675px 0; }
div#access div.menu-menu01-container li.nav07 a { background-position: -810px 0; }
/* over ---- */
div#access div.menu-menu01-container li.nav01 a:hover,
.home div#access div.menu-menu01-container li.nav01 a { background-position: 0px -65px; }
div#access div.menu-menu01-container li.nav02 a:hover,
.category-5 div#access div.menu-menu01-container li.nav02 a { background-position: -135px -65px; }
div#access div.menu-menu01-container li.nav03 a:hover,
.page-id-20 div#access div.menu-menu01-container li.nav03 a { background-position: -270px -65px; }
div#access div.menu-menu01-container li.nav04 a:hover,
.page-id-23 div#access div.menu-menu01-container li.nav04 a { background-position: -405px -65px; }
div#access div.menu-menu01-container li.nav05 a:hover,
.page-id-25 div#access div.menu-menu01-container li.nav05 a { background-position: -540px -65px; }
div#access div.menu-menu01-container li.nav06 a:hover,
.page-id-27 div#access div.menu-menu01-container li.nav06 a { background-position: -675px -65px; }
div#access div.menu-menu01-container li.nav07 a:hover,
.page-id-29 div#access div.menu-menu01-container li.nav07 a { background-position: -810px -65px; }
/* =slide
-------------------------------------------------------------- */
#slide {
	background:url(images/bg_rotator.jpg) top left repeat-x;
	margin-top:11px;
}
#slide div.bgbox {
	width:1259px;
	margin:0 auto;
	background:url(images/bg_slide.jpg) top center no-repeat;
}
#slide div.rotatorbox {
/*	width: 950px;
*/	margin: 0 auto;
	height: 400px;
	border: solid 3px #702D2D;
}
/* =content
-------------------------------------------------------------- */
#content {
	padding: 10px 0;
	width: 642px;
	float: right;
}
.message { background-color:#C00; }
/* =sidebar
-------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 265px;
	padding:10px 0;
}
#sidebar h2 {
	background:url(images/st_h2.png) top left no-repeat;
	color:#7A2222;
	height:35px;
	padding:24px 0 0 78px;
	margin-bottom:10px;
}
.sidecontents { margin-bottom:10px; }
ul.sidelink li {
	padding:0;
	margin-bottom:10px;
	list-style:none;
}
ul.xoxo {
	margin-left:10px;
	list-style:none;
}
.tweet { margin-bottom:15px; }
/* side searchform ---- */
div.sidecontents #searchform {padding:10px 5px;}
div.sidecontents #searchform label {font-size:10px;}
div.sidecontents #searchform input#s {clear:both;}

/* category-list & recent-posts ---- */
#categories-3 li,
#recent-posts-2 li {
	background:url(images/ico-sidelist.png) left center no-repeat;
	padding-left:18px;
	margin-bottom:5px;
	list-style:none;
}
/* =footer
-------------------------------------------------------------- */
#to_top {
	width:950px;
	text-align:right;
	margin:0 auto;
}
footer {
	padding: 10px 0;
	background:url(images/bg_footer.png) top center no-repeat;
	width:1259px;
	height:225px;
	margin:0 auto;
	position: relative;/* IE6 */
	clear: both;
}
footer div.menu-menu01-container {
	display: block;
	width:950px;
	margin:0 auto;
	text-align:right;
	text-shadow: 1px 1px 0px #CCC;
}
footer div.menu-menu01-container li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left:solid 1px #666666;
}
footer div.menu-menu01-container li:last-child {
	padding-right:10px;
	border-right:solid 1px #666666;
}
footer div.menu-menu01-container a,
footer div.menu-menu01-container a:link {
	color:#333333;
	text-decoration:none;
}
footer div.menu-menu01-container a:hover {
	color:#611A1A;
	text-decoration:underline
}
p.footertxt {
/*	width:950px;
*/	color:#FFF;
	margin: 80px auto 5px auto;
	text-align:center;
	text-shadow: 1px 1px 0px #000;
}
.footername {
/*	width:950px;
*/	color:#FFF;
	margin:32px auto 5px auto;
	text-align:center;
	text-shadow: 1px 1px 0px #000;
}
.footername a,
.footername a:link {
	color:#FFF;
	text-decoration:none;
}
.footername a:hover { text-decoration:underline; }
p.copyright {
/*	width:950px;
*/	margin: 5px auto 10px auto;
	line-height:1.5em;
	font-family:"Century Gothic";
	color:#FFF;
	text-align:center;
	text-shadow: 1px 1px 0px #000;
}
/* =Pages
-------------------------------------------------------------- */
h1.entry-title {
	height:117px;
/*	margin-top:11px;
*/	background: url(images/h1_bg.png) top left no-repeat;
	font-size:48px;
	font-weight:normal;
	color:#F7F2DF;
	padding:18px 0 0 128px;
	text-shadow: 2px 2px 0px #000;
}
.post h2 {
	background:url(images/h2_bg.png) bottom left repeat-x;
	padding-bottom:5px;
/*	border-bottom:solid 5px #D4C081;
*/	color:#692323;
	margin-top:20px; }
.page-date, .single-date {margin-top: -40px;float: right;}
/* =Profile
-------------------------------------------------------------- */
.exhibition_table th { width:100px; }
.exhibition_table ul { margin-left:30px; }
/* =Archive
-------------------------------------------------------------- */
div.archivelist {
/*	border:solid 1px #692323;
	padding:10px;
	background-color:#F9F2DF;
*/	margin-bottom:10px;
	border-bottom:solid 5px #D4C081;
	position:relative;
}

div.archiveimg,
div.archivecontent {margin:0 10px 10px 10px;}


div.archivetitle {
	margin:10px;
	border-bottom:dotted 1px #692323;
}
span.posttitle a {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#692323;
}
span.posttitle a:hover {
	text-decoration:underline;
}
span.post-date {
	display:inline-block;
	border: 1px solid #692323;
	padding: 0 2px;
	color:#FFF;
/*	text-align: center;
	width: 200px;
*/	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #692323;
	behavior: url(/PIE.htc);
}
a.readmore {
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding: 0 2px;
	position:absolute;
	bottom:5px;
	right:5px;
/*	text-align: center;
	float:right;
	width: 200px;
	background: #692323;
	border: 1px solid #692323;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
*/}
.basecolor {
	background: #692323;
	border: 1px solid #692323;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
a.readmore:hover {
	background:#D4C081;
	border: 1px solid #D4C081;
}
/* =Gallery
-------------------------------------------------------------- */
li.gallery-item {
/*	background-color:#692323;
*/	background-color:#FFF;
	float:left;
	margin:20px;
	list-style:none;
}
li.gallery-item span.gallery-icon img {
	margin:10px;
}
/* =Link
-------------------------------------------------------------- */
div.bookmark ul li {
	width:200px;
	height:50px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
div.creator-site ul li {
/*	width:300px;
*/	height:60px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
div.order-site ul li {
	clear:both;
	padding-bottom:5px;
	border-bottom:dotted 1px #C90;
	margin-bottom:5px;
	line-height:1.3;
	font-size:90%;
}
div.order-site ul li a img {
	float:left;
	margin:0 10px 0 0;
	padding-right:10px;
	border-right:dotted 1px #C90;
}
/* =Contact 
-------------------------------------------------------------- */
div.wpcf7 {
	border:solid 5px #D4C081;
	background-color:#EFE8CB ;
}
div.form-box {
	padding:20px;
	background:url(images/speakbox_bg.png) right bottom no-repeat;
}
span.must {
	color:#C00;
	font-weight:bold;
	font-size:75%;
	display:inline-block;
	margin:0 5px;
}
input.wpcf7-submit {
	padding:8px 15px;
}
ul.dotted-box {
	width:60%;
	margin:10px 30px;
	border:dotted 1px #692323;
	background-color:#FFF;
	padding:10px;
}
ul.dotted-box li {
	margin-left:20px;
}
/* =Single
-------------------------------------------------------------- */
h1.single-title {
	height:117px;
/*	margin-top:11px;
*/	background: url(images/h1_bg.png) top left no-repeat;
	font-size:24px;
	line-height:1.2;
	font-weight:normal;
	color:#F7F2DF;
	padding:24px 0 0 128px;
	text-shadow: 2px 2px 0px #000;
}
#searchform {
	border:solid 5px #D4C081;
	background-color:#EFE8CB ;
	padding:20px;
	margin:10px 0;
	text-align:center;
}
#searchform input#s {
	height:22px;
}
/* ---- bootstrap button ---- */
/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

input#searchsubmit {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: whiteSmoke;
	background-image: -ms-linear-gradient(top,white,#E6E6E6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,white,#E6E6E6);
	background-image: -o-linear-gradient(top,white,#E6E6E6);
	background-image: linear-gradient(top,white,#E6E6E6);
	background-image: -moz-linear-gradient(top,white,#E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
input#searchsubmit:hover {
	color: #333;
	text-decoration: none;
	background-color: #E6E6E6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
/* =Paging
-------------------------------------------------------------- */
.nav-below {
	margin:10px 0;
	width:100%;
	float:left;
/*	border-top:dotted 2px #692323;
*/	padding-top:20px;
}
.nav-below a {
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	background: #692323;
	border: 1px solid #692323;
	padding: 0 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
.nav-below a:hover {
	background:#D4C081;
	border: 1px solid #D4C081;
}
.nav-previous {float:left;}
.nav-next {float:right;}​
	
/* =Home
-------------------------------------------------------------- */
.post-category {
	text-decoration:none;
	display:inline-block;
}
.post-category {
	padding: 0 2px;
	color:#FFF;
}
.cate-info {
	background: #666600;
	border: 1px solid #666600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
.cate-works {
	background: #006699;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
.cate-gallery {
	background: #8F74AF;
	border: 1px solid #8F74AF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.htc);
}
/* =Calendar
-------------------------------------------------------------- */
#wp-calendar caption {
	color: #692323;
	font-weight: bold;
	font-size: 16px;
}
#wp-calendar {
  width:100%;
  background-color:#F7F2DF;
}
#wp-calendar th,
#wp-calendar td {border-style:solid;}
/* =Works info
-------------------------------------------------------------- */
.flow {clear:both;}
.flow h3 {margin:5px;}
.flow-content {overflow:hidden;margin-left:120px;}
/* =Works archive
-------------------------------------------------------------- */
body.category-works div.archivelist {
	padding:0;
	margin-left:10px;
	margin-bottom:10px;
	border-right: dotted 2px #D4C081;
	border-bottom: solid 5px #D4C081;
	width:300px;
	height:265px;
	float:left;
}
div.archivetitle {
	clear:both;
	margin-bottom:5px;
	border-bottom:dotted 1px #692323;
}
body.category-works div.archivelist span.posttitle {
	clear:both;
	float:left;
}
/*.works-excerpt {margin-top: 95px;}*/

/* =Works Single
-------------------------------------------------------------- */
table.cft {
	width:315px;
	float:right;
}
table.cft th {width:100px;}
table.cft li {list-style:none;}

div.cat {
	padding:5px;
	margin:0 0 5px 0;
}
div.social {
	padding:5px;
	margin:0 0 15px 0;
	height:30px;
	border-bottom:solid 1px #D4C081;
}
/* =Sitemap
-------------------------------------------------------------- */
.sitemap {
	margin-left:30px;
	font-size:16px;
}

