/**
* Author: Vanillaice (Akira) - http://vanillaice000.blog.fc2.com/
* Website skin name: Capricious
* Latest update: 2015.4.8
*/


/***-----reset
------------------------------------------***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
}

-webkit-autofill {
	background-color: transparent;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	display: block;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

textarea {
	max-width: 98%;
}

main {
	display: block;
}

pre {
	font-family: consolas
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}


/***----- blockquote
------------------------------------------***/

blockquote {
	width: 80%;
	height: auto;
	margin: 0 auto;
	background: rgba(255, 255, 255, .4);
	border: 1px solid rgb(63, 35, 29);
	padding: 1em 1em 2.5em;
	position: relative;
}

blockquote:before {
	content: "“";
	font-size: 400%;
	line-height: 1em;
	font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
}

blockquote:after {
	content: "”";
	font-size: 400%;
	line-height: 0em;
	font-family: 'Times New Roman', 'Hiragino Kaku Gothic Pro W3', meiryo, sans-serif;
	position: absolute;
	right: 0;
	bottom: 0;
}

blockquote p {
	text-align: center;
}


/***----- link
------------------------------------------***/

a {
	text-decoration: none;
	color: rgb(101, 6, 79);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: .4;
}


/***----- common
------------------------------------------***/

body {
	font-size: 13px;
	color: rgb(0, 0, 0);
	line-height: 1.7;
	font-family: Meiryo, 'Hiragino Kaku Gothic Pro W3', Georgia, 'Times New Roman', Serif;
}

html, body {
	height: 100%;
}

#bg_hack {
	background: url(http://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/Ajisai_1.jpg) center top no-repeat;
	position: fixed;
	background-size: cover;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#wrapper {
	width: 100%;
	min-width: 80%;
}

#container {
	width: 80%;
	margin: 0 auto -46px;
	max-width: 1200px;
}


#primary {
	float : left;
	width: 100%;
	margin-right : -280px;
}

main {
	margin-right: 360px;
}

#secondary {
	float: left;
	width: 280px;
}

img {
	max-width: 100%;
}

.entry-ttl {
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

pre {
	word-wrap: break-word;
	white-space: pre-wrap;
}

div {
	word-wrap: break-word;
}


/***----- header
------------------------------------------***/

header#banner {
	width: 100%;
	margin-bottom: 80px;
}

#menu {
	background: rgba(255, 255, 255, .5);
	width: 100%;
}

#menu ul li {
	float: right;
	font-family: 'Great Vibes', cursive, georgia;
	margin-right: 15px
}

p.ttl {
	font-family: 'Great Vibes', cursive, georgia;
	font-size: 35px;
	margin: 65px auto 10px;
	text-align: center;
}

p.ttl a {
	padding: 0 1em;
}

.sub {
	font-family: 'Great Vibes', cursive, georgia;
	font-size: 15px;
	color: rgb(101, 6, 79);
	text-align: center;
}

.entry_more {
	margin: 10px 0;
}

.readMore {
	padding: 0 .5em;
	background-color: rgba(101, 6, 79, .4);
	color: rgb(255,255,255);
	border-radius: 7px;
}


/***----- main column
------------------------------------------***/

.main_body {
	background: rgba(255, 255, 255, .4);
	margin-bottom: 50px;
	padding: 10px 20px 0;
	border-radius: 10px;
	position: relative;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}

.contents {
	border-top: dotted 1px rgb(249, 193, 197);
	padding: 20px;
}

.ymd {
	background: url(http://blog-imgs-71-origin.fc2.com/v/a/n/vanillaice000/ajisaibubble_1.png) center center no-repeat;
	width: 108px;
	height: 97px;
	position: absolute;
	z-index: 50;
	right: -22px;
	top: -40px;
	text-align: center;
	line-height: 1.2em;
}

.ymd a {
	display: block;
	margin-top: 25px;
}

span.ymd_ym, .ymd_d {
	font-family: 'Great Vibes', cursive, georgia;
	font-size: 13px;
}

.tag {
	margin-top: 20px;
}

.tag a {
	margin-top: 20px;
	background-color: rgba(234, 223, 242, .4);
	padding: 2px;
	border-radius: 5px;
}

.info ul {
	border-top: dotted 1px rgb(249, 193, 197);
	text-align: right;
	padding: 5px 0;
}

.info li {
	display: inline;
}

.info li img, a {
	vertical-align: middle;
}

.fb, .tw {
	width: 30px;
	height: auto;
}

.relate_dl {
	margin-top: 20px;
	padding: 10px;
	border: solid 1px rgb(187, 124, 138);
	border-radius: 8px;
}

.relate_dt {
	font-weight: bold;
	padding: 3px;
}

.font_assign {
	font-family: 'Great Vibes', cursive, georgia;
	color: rgb(101, 6, 79);
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}

.date {
  padding-bottom: 10px;
}


/***----- title list
------------------------------------------***/

.titlelist_pager {
	margin: 40px auto;
	width: 90%;
	height: 40px;
	position: relative;
}

#leftangle, #rightangle {
	font-size: 13px;
	line-height: 26px;
	width: 40px;
	height: 40px;
	background-color: rgb(234, 219, 224);
	border-radius: 50%;
	text-align: center;
	display: table;
	color: rgb(255,255,255);
	position: absolute;
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	line-height: 13px;
}

#leftangle {
  left: 0;
  top: 0;
  line-height: 13px;
}

#rightangle {
  right: 0;
  top: 0;
  line-height: 13px;
}


/***----- comment
------------------------------------------***/

.c_title {
	font-weight: bold;
}

form {
	padding: 20px 0;
}

.btn input[type="submit"] {
	color: rgb(101, 6, 79);
	font-family: 'Great Vibes', cursive, georgia;
	text-align: center;
	font-size: 14px;
	width: 156px;
	height: 30px;
	margin-right: 20px;
	margin-top: 20px;
	border: none;
	background: rgba(193, 147, 179, .6);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
	border-radius: 5px;
	padding: 2px 0;
	cursor: pointer;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px rgba(234, 223, 242, .6) inset;
}

.tb_form {
	padding-bottom: 10px;
}

#change_mobile {
	display:none;
}


/***----- side bar
------------------------------------------***/

.side_bar {
	border-bottom: dotted 1px rgb(249, 193, 197);
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 20;
}


/***----- pager
------------------------------------------***/

.pnpage, .pnpage2 {
	text-align: center;
	margin: 0 auto 40px;
}

.pnpage a, pnpage2 a {
	display: inline-block;
	margin-bottom: 3px;
}

.pnpage a:hover, .pnpage2 a:hover {
	opacity: .4;
}

.pnpage b {
	background-color: rgba(222, 186, 191, .3);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	line-height: 25px;
}

#prev, #next {
	display: inline-block;
	margin: 0 10px;
}

.posted_pager {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center;
  margin: 0 -280px 50px 0;
}

.p_left, .p_center, .p_right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p_left {
  text-align: right;
}

.p_right {
  text-align: left;
}

.p_left a, .p_center a, .p_right a {
  font-size: 13px;
}

.p_center {
  width: 80px;
}

/***----- footer
------------------------------------------***/

#pagetop {
	display: block;
	list-style: none;
	margin: 0;
	width: 40px;
	position: fixed;
	bottom: 90px;
	right: 60px;
	z-index: 999;
	overflow: hidden;
}

#pagetop li {
	width: 40px;
	height: 40px;
	display: table;
	text-align: center;
	margin: 0 0 10px 0;
}

#go_top, #go_bottom {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Great Vibes', cursive, georgia;
	font-size: 13px;
	width: 100%;
	background-color: rgba(222, 186, 191, .3);
	color: rgb(101, 6, 79);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
	border-radius: 50%;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
}

.new {
	color: red;
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 0;
}

#end {
	width: 100%;
	min-height: 46px;
	background: rgba(255, 255, 255, .5);
	margin-top: 80px;
}

.push {
	height: 46px;
}

.foot {
	text-align: center;
	font-family: 'Great Vibes', cursive, georgia;
}


/***----- media
------------------------------------------***/

@media screen and (max-width: 767px) {
	#primary, main, #secondary {
		float: none;
		margin: 0;
		width: auto;
	}
	#wrapper {
		width: 100%;
	}
	#container {
		width: 95%;
	}
	
	.main_body {
		padding: 10px 10px 0;
	}
	
	.ymd {
		right: 0;
	}
	
	#pagetop {
		bottom: 40px;
		right: 5px;
	}

}