/***-----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%;
}

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;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

textarea {
	max-width: 98%;
}




/***----- clearfix
------------------------------------------***/

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/***----- 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);
}

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;
	background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/sakura2_zpswllntsou.jpg) fixed left top no-repeat;
	background-size: cover;
}

html, body {
	height: 100%;
}

#wrapper {
	width: 100%;
	min-width: 80%;
}

#container {
	width: 80%;
	margin: 0 auto -23px;
	max-width: 1200px;
}


#primary {
	float : left;
	width: 100%;
	margin-right : -280px;
}

main {
	margin-right: 360px;
}

#secondary {
	float: left;
	width: 280px;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

header#hd1, #hd2, #hd3, #hd4, #hd5, #hd6, #hd7 {
	padding-bottom: 10px;
}

pre {
	word-wrap: break-word;
	white-space: pre-wrap;
}

div {
	word-wrap: break-word;
}


/***----- media
------------------------------------------***/

@media screen and (max-width: 767px) {
	#primary, main, #secondary {
		float: none;
		margin: 0;
		width: auto;
	}
	#wrapper {
		width: 100%;
	}
	#container {
		width: 90%;
	}
}

@media screen and (max-width: 420px) {
	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;
		background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/sakura3sp.jpg) fixed left top no-repeat rgb(243, 231, 219);
	}
}


/***----- 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.sub {
	font-family: 'Great Vibes', cursive, georgia;
	font-size: 15px;
	color: rgb(101, 6, 79);
	text-align: center;
}


/***----- main column
------------------------------------------***/

.main_body {
	background: rgba(255, 255, 255, .4);
	margin-bottom: 40px;
	padding: 10px 20px 0;
	border-radius: 15px;
	position: relative;
}

.contents {
	border-top: dotted 1px rgb(249, 193, 197);
	padding: 20px 0;
}

.ymd {
	background: url(http://blog-imgs-71.fc2.com/v/a/n/vanillaice000/sakurabokeh.png) center center no-repeat;
	width: 124px;
	height: 97px;
	position: absolute;
	z-index: 50;
	right: 0;
	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;
}

footer.info ul {
	border-top: dotted 1px rgb(249, 193, 197);
	text-align: right;
	padding: 5px 0;
}

footer.info li {
	display: inline;
}

footer.info li img, a {
	vertical-align: middle;
}






/***----- comment
------------------------------------------***/

p.c_title {
	font-weight: bold;
}

form {
	padding: 20px 0;
}

p.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;
}

.tb_form {
	padding-bottom: 10px;
}

#change_mobile {
	display:none;
}


/***----- side bar
------------------------------------------***/

section.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;
}

span#prev, #next {
	display: inline-block;
	margin: 0 10px;
}

footer#end, .push {
	height: 23px;
}

footer#end {
	width: 100%;
}

p.foot {
	text-align: center;
	background: rgba(255, 255, 255, .5);
	font-family: 'Great Vibes', cursive, georgia;
}


/***----- footer
------------------------------------------***/

a#pagetop {
	background-color: rgba(222, 186, 191, .3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: table;
	text-align: center;
	position: fixed;
	right: 50px;
	bottom: 40px;
	z-index: 60;
}

span#top_btn {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Great Vibes', cursive, georgia;
}

span.new {
	color: red;
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 0;
}