/*
Theme Name: SALLY UCHIDA
Author: SARI UCHIDA
*/


/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:0;
	padding:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {

}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:0;
	font-size:0;
	padding:0;
	margin:0;

}



address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin:0;
}
li {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

/**
form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #b29352;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,121,235,1);
 	-moz-box-shadow: 0 0 3px rgba(0,121,235,1);
	box-shadow:  0 0 3px rgba(0,121,235,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #b29352;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #b29352;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #3394ef;
		background: #3394ef;
		color: #fff;

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}

span#backbtn ,
span#btn {
	margin:0 10px;
}



#searchform{
	position: relative;
	margin-top: 35px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 100%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}
	

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	display:none;
}
hr.divider {
	border:none;
	display:block;
	border-bottom:#f6f6f6 2px solid;
	height:0px;
	background:0;
	line-height:0;
	font-size:0;
	max-width:940px;
	margin:0 auto;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}


/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #ddd;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #b29352;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,121,235,1);
 	-moz-box-shadow: 0 0 3px rgba(0,121,235,1);
	box-shadow:  0 0 3px rgba(0,121,235,1);
 	color: #444;
}



.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}


ul.slides iframe{
    width:100%;
    height:100%;
    border:0;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (min-width:641px){

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#header {
	height:104px;
	clear:both;
	position:relative;
	float:none;
	overflow:hidden;
}
#header h1{
	margin:32px auto 0;
	width:308px;
	height:69px;
	background:url(images/sally_logo2.png) left top no-repeat;
}
#header h1 span{
	display:none;
}

#header ul {
	position:absolute;
	right:30px;
	top:30px;
	width:220px;
}
#header ul li{
	float:left;
	line-height: 0;
	width:110px;
	overflow:hidden;
}
#header ul li.facebook {
	width:110px;	
}

#drop_navi {
	display:none;	
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

#main {
	padding:0;
	
}
#main.fixed {
	padding:56px 0 0;
	
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.nav {
	position:relative;
	height:56px;
	background:#FFF;
	text-align:center;
	width:100%;
	min-width:1080px;
}
nav#navigation {
	position: relative;
	overflow: hidden;
}
.nav #menu-nav{
	padding:20px 0 0;
	overflow:visible;
	position:relative;
	left:50%;
	float:left;
}
#nav.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	border-bottom:#e8e8e8 1px solid;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}
.nav li{
	margin:0 23px;
	position:relative;
	left:-50%;
	float:left;
}
.nav li a{
	font-size:0px;
	line-height:0;
	text-indent:-9999px;
	display:block;
	background-image:url(images/navi_splite_s.png);
	background-repeat:no-repeat;
	height:12px;
	width:auto;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.nav li#menu-item-94 a { background-position:left top; width:56px; }
.nav li#menu-item-95 a { background-position:-57px top; width:41px; }
.nav li#menu-item-96 a { background-position:-101px top; width:68px; }
.nav li#menu-item-97 a { background-position:-170px top; width:61px; }
.nav li#menu-item-98 a { background-position:-233px top; width:78px; }
.nav li#menu-item-99 a { background-position:-296px top; width:116px; }
.nav li#menu-item-100 a { background-position:-414px top; width:35px; }
/*
.nav li#menu-item-94 a:hover { background-position:left top; width:41px; }
.nav li#menu-item-95 a:hover { background-position:-43px top; width:40px; }
.nav li#menu-item-96 a:hover { background-position:-85px top; width:48px; }
.nav li#menu-item-97 a:hover { background-position:-135px top; width:57px; }
.nav li#menu-item-98 a:hover { background-position:-194px top; width:102px; }
.nav li#menu-item-99 a:hover { background-position:-298px top; width:116px; }
.nav li#menu-item-100 a:hover { background-position:-416px top; width:35px; }
*/

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
html {
	min-width:1080px;	 
}
 
body {
	background-position:center 160px;
	background-attachment:scroll;
	background-repeat:no-repeat;	
	background-size:100% auto;
	min-width:1080px;	
}
 
body#sally {
	background-image:url(images/top003.jpeg);	
}

#content {
	background:#FFF;
	min-width:1080px;
}

section {
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	padding:69px 0 53px;
	background:#FFF;
	min-width:1080px;
}

section article {
	padding:48px 0 68px;
	border-bottom:#e0e0e0 2px solid; 
	max-width:940px;
	margin:0 auto;
	overflow:visible;
	min-height:330px;
}

section h3{
	height:26px;
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 0 51px;
}
section#blog h3{ background-image:url(images/header_blog.png); }
section#gallary h3{ background-image:url(images/header_gallary.png); }
section#profile h3{ background-image:url(images/header_profile.png); }

section article h4 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:0 0 45px;

}
section article .carousel {
	margin:0 0 0 -70px;	
}





/* VISUAL */
section#visual {
	font-size:0;
	line-height:0;
	padding:0;
	background:none;
	width:100%;
	height:auto;
	overflow:hidden;
	min-width:1080px;
}
section#visual img{
	width:100%;
	min-width:1080px;
	/* visibility:hidden; */
}


/* BLOG */
section#blog {
	padding:0;
	border:none;
	position:relative;
	overflow:hidden;
	height:680px;
	background:#f2f2f2;
}
section#blog #blog_bg{
	width:100%;
	display:block;
}
section#blog article{
	border:none;
	position:absolute;
	top:0;
	left:50%;
	width:940px;
	margin:0 0 0 -470px;
}


#blog_left {
	float:left;
	width:auto;
	position:relative;
	overflow:hidden;
}
#blog_left img {
	width:300px;
}
#blog_left span{
    position:absolute;
    display:block;
	left:0;
	top:0;
	z-index:100;
    width:100%;
    height:100%;
    background-image:url(images/spacer.gif);
}

#blog_right {
	float:right;
	width:555px;
	color:#FFF;
	padding-right:75px;
}
#blog_right time{
	display:block;
	margin:0 0 30px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
}
#blog_right h4{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 20px;
	color:#FFF;
	text-align:left;
}
#blog_right h4 a{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:20px;	
}
#blog_right #blog_sentence{
	font-size:12px;
	line-height:20px;
	color:#FFF;
	overflow:hidden;
}
#blog_right #blog_sentence .exerpt{
	height:370px;
}
#blog_right #blog_sentence .full{
	height:auto;
	min-height:100px;
	visibility:hidden;
}
#blog_right #blog_sentence a{
	color:#FFF;
	text-decoration:underline;	
}
#to_past_posts {
	text-align:center;
	position:absolute;
	top:600px;
	left:0;
	width:100%;
}
#to_past_posts a{
	text-align:center;
	text-decoration:underline;
	font-size:12px;
	line-height:20px;
	color:#000;	
}

section#blog .more {
	position:absolute;
	left:50%;
	bottom:90px;
	margin:0 0 0 -42px;
	cursor:pointer;
	width:84px;
	height:83px;
	background:url(images/more_bt.png) left top no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	text-align:left;
}
section#blog .more:hover {
	background-position:left bottom;
}





/* CONCERT */

section#concert {
	font-size:0;
	line-height:0;
	padding:0;
	background:#b29352;
	width:100%;
}

section#concert article{
	padding:0 0;
	max-width:940px;
	border:none;
	position:relative;
	background:#b29352;
	height:285px;
}
section#concert article div{
	position:absolute;
	width:940px;
	height:205px;
	right:60px;
	top:53px;
}
section#concert article div div{
	position:relative;
	right:auto;
	top:auto;
	overflow:visible;	
}
section#concert article div h3{
	height:26px;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 10px;
}
section#concert article div h3{ background-image:url(images/header_topics.png); }

section#concert article div ul {
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	height:	130px;
	margin:0 0 25px;
}
section#concert article div ul li{
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:26px;
	letter-spacing:0.1em;
}
section#concert article div ul li time {
	margin:0 15px 0 0;
	display:none;
}
section#concert article div ul li span{
	color:#fff;
	white-space:nowrap;
}
section#concert article div ul li a{
	color:#fff;
}
section#concert article div ul li a:hover{
	color:#fff;
	text-decoration:underline;
}

section#concert article div #show_more_bt {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
section#concert article div #show_more_bt span{
	display:block;
	margin:0 auto;
	width:100%;
	height:10px;
	text-align:left;
	text-indent:-9999px;
	background:url(images/show_more.png) center top no-repeat;
	cursor:pointer;	
}
section#concert article div #show_more_bt_up{
	display:none;
	margin:0 auto;
	width:100%;
	height:10px;
	text-align:left;
	text-indent:-9999px;
	background:url(images/topics_arrow_up.png) center top no-repeat;
	cursor:pointer;
	position:absolute;
	top:-30px;
	left:0;
}


/* GALLARY */

section#gallary article {
	border-bottom:#e0e0e0 2px solid; 
	max-width:940px;
	margin:0 auto;
	overflow:visible;
}
section#gallary article#snap_4 {
	border-bottom:none;	
}

section#gallary .flexslider .slides {
	overflow:visible;
	position:relative;	
}

section#gallary ul.slides li {
	overflow:visible;
	position:relative;
}
section#gallary ul.slides li span{
	position:absolute;
	bottom:-20px;
	right:0;
	font-size:12px;
	line-height:14px;	
}




/* PROFILE */

section#profile {
	height:auto;
	width:100%;
	padding:0;
}
#profile_bg {
	width:100%;
	min-width:1200px;
}
section#profile article {
	position:absolute;
	top:69px;
	left:50%;
	padding:0;
	border-bottom:none; 
	max-width:940px;
	margin:0 0 0 -470px;
	overflow:visible;
}
section#profile article h3{
	margin:0;
}

section#profile div#profile_wrap {
	height:auto;
	padding:60px 0 0 258px;
	position:relative;	
}

section#profile div#profilebox {
	position:relative;
	overflow:auto;
	width:642px;
	height:620px;
	padding:0 40px;
	font-size:14px;
	margin-top:18px;
}
section#profile div#profilebox h4 {
	font-size:18px;
	font-weight:normal;
	text-align:left;
	margin:20px 0 45px;
}

section#profile div#profile_main {
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	margin:0 auto;
	background-color:rgba(255,255,255,0.5);
	margin:200px auto 0 auto;
	padding:40px 20px;
}


/* WORKS */

section#works {
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
}
section#works #works_wraper{
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	width:940px;
	margin:0 auto;
	padding:0 0 92px;
}
section#works article{
	display:none;
	margin:0;
	padding:0;
	border:none;
}
section#works ul{
	overflow:hidden;
	float:none;
	clear:both;
	position:relative;
	width:960px;
	margin:0;
	padding:0;
}
section#works ul li{
	float:left;
	width:auto;
	overflow:hidden;
	margin:0 20px 20px 0;
	height:312px;
	font-size:0;
	line-height:0;
	position:relative;
	text-align:center;
}
section#works ul li a {
	height:312px;
	width:220px;
	display:block;
	overflow:hidden;
	position:relative;
	float:none;
	clear:both;
	font-size:0;
	line-height:0;
	text-align:center;
}
section#works ul li a img{
	height:312px;
	display:block;
	font-size:0;
	line-height:0;
}
section#works .more {
	position:absolute;
	left:50%;
	bottom:0px;
	margin:0 0 0 -42px;
	cursor:pointer;
	width:84px;
	height:83px;
	background:url(images/more_bt.png) left top no-repeat;
}
section#works .more:hover {
	background-position:left bottom;
}






/* SINGLE */


#single-header {
	max-width:940px;
	margin:0 auto 20px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
}
	#single-header .alignleft,
	#single-header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#single-header .alignright{
		width: 200px;
	}


#single-header h1{
	width:256px;
	height:69px;
	margin:0;
	padding:0;
	background:url(images/blog_logo2.png) left top no-repeat;
}
#single-header h1 span{
	display:none;
}


#single-header p#description {
	margin-top: 10px;
	color: #777;
	font-size:12px;
}

#single-main {
	max-width:940px;
	margin:0 auto;
	padding-top:50px;
	overflow:visible;
	min-height:330px;
	background:#FFF;
	font-size:14px;
}

.post a , #sidebar a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.post a:hover , #sidebar a:hover {
	border-bottom: 1px solid #b29352;
	color: #b29352;
}

#single-contents {
	width:600px;
	float: left;
}

#sidebar {
	float: right;
	width: 250px;
}

#single-contents,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#single-contents .post,
#single-contents .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#single-contents .post-archive{
	margin-bottom: 59px;
	border-bottom: 1px solid #e0e0e0;
}

#single-contents h2{
	font-size:1.5em;
	line-height:125%;
	margin-bottom: 10px;
	font-weight:normal;
	color: #b29352;
}

#single-contents h2 a{
	color: #b29352;
	text-decoration:none;
	border:none;
}



#single-contents h2#archiv{
	font-size:2.0em;
	line-height:125%;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 2px solid #b29352;
	font-weight:normal;
	color: #b29352;
}

#single-contents h2 a:hover{
	color: #b29352;
	border-bottom: 1px solid #b29352;
}


.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 2.5em;
	margin-top: 1.0em;
	font-size:12px;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.single-post-meta{
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	font-size:12px;
}
	.single-post-meta .post-date,
	.single-post-meta .category{
		padding-right: 1em;
	}

ul.single-social{
	margin-bottom: 2.5em;
}

ul.single-social li{
	float:left;
	padding-right:1em;
}
ul.single-social li iframe {
        max-width: none !important;
        max-height: none !important;
      }

.more-link{
	float: right;
}


.post-navigation {
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.post-navigation > div{
		width: 50%;
	}

	.post-navigation .alignright{
		text-align: right;
	}

	.post-navigation a{
		display: block;
		padding: 1em;
		border: none;
		color: #000;
	}
		.post-navigation a:hover{
			background: #E0F5FD;
			color: #000;
		}
			.post-navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}

/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #d1be97 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #b29352;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #b29352;
	color:#fff ;
}

/*ブログ用トップボタン*/
div.topbtn_container {
    width:600px;
    text-align:center;
}

div.topbtn {
    background:#B29352;
    display:inline-block;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

div.topbtn a {
    color:#FFFFFF;
    font-size:18px;
    display:block;
    padding:20px;
}


/* sidebar */

#sidebar h2{
	font-size:14px;
	color:#b29352;
	line-height:100%;
	margin-bottom: 10px;
}
.widget{
	margin-bottom: 60px;
}

#sidebar .widget ul{
	padding-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar .widget ul li{
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}







/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

#footer {
	padding:30px 0 70px;
	font-size:14px;
	line-height:14px;
	background:#FFF;
	position:relative;
	clear: both;
}
#footer p{
	text-align:center;
	font-size:10px;
	line-height:12px;
	color:#666;
}
#footer p a{
	font-size:10px;
	line-height:12px;
	color:#666;
}


/**
 * 7.0 to_top
 * ----------------------------------------------------------------------------
 */

.to_top {
	position:fixed;
	right:50px;
	bottom:35px;
	display:none;
}

#to_scroll {
	position:fixed;
	left:50%;
	margin:0 0 0 -30px;
	bottom:35px;
	height:54px;
	width:61px;
	background:url(images/scroll_ui.png) left top no-repeat;
	-webkit-animation:play 1.8s steps(14) infinite;
	-moz-animation:play 1.8s steps(14) infinite;
	-o-animation:play 1.8s steps(14) infinite;
	-ms-animation:play 1.8s steps(14) infinite;
	animation:play 1.8s steps(14) infinite;
}
@-webkit-keyframes play{
0%{ background-position:0 0; } 
100%{ background-position:0 -756px; }
}
@-moz-keyframes play{
0%{ background-position:0 0; } 
100%{ background-position:0 -756px; }
}
@-o-keyframes play{
0%{ background-position:0 0; } 
100%{ background-position:0 -756px; }
}
@-ms-keyframes play{
0%{ background-position:0 0; } 
100%{ background-position:0 -756px; }
}
@keyframes play{
0%{ background-position:0 0; } 
100%{ background-position:0 -756px; }
}


}




/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1599px) {

}

@media (max-width: 1069px) {


}

@media (max-width: 999px) {

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {

}

@media (max-width: 643px) {

}

@media (max-width: 375px) {
   section#profile div#profile_main{
	margin: 220px 40px 0!important;
   }
}
/* Mobile devices */
@media (max-width: 359px) {

}

@media (max-width: 320px) {
	section#profile div#profile_main{
		margin: 180px 40px 0!important;
	 }
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {


}

@media print {


}

/* - clear ------------ */

.clear {
	clear: both;
	height: 1px;
	min-height: 1px;
}

.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}