/*
Theme Name:  Caprice
Theme URI: http://elemisdesign.com/demos/caprice/
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

br {
    line-height: 10px;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: 0px;
}

input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}

::selection {
    background: #ab4d63;
 /* Safari */
    color: #FFF;
}

::-moz-selection {
    background: #ab4d63;
 /* Firefox */
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

html, body {
    height: 100%;
}

body {
    background-color: #FCFCFC;
    font-family: 'メイリオ','meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','meiryoKe_PGothic','Verdana','ＭＳ Ｐゴシック',Arial, Helvetica,sans-serif;
    font-size: 14px;
    color: #555555;
}

a {
    color: #2fa4e7;
    text-decoration: none;
}

a:hover {
    color: #fa6bac;
}

h1, h2, h3, h4, h5, h6 {
    color: #4a4a4a;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 22px;
    line-height: 26px;
}

h2 {
    font-size: 20px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.line {
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/line.png) repeat-x;
    height: 2px;
    padding: 20px 0 0 0;
    line-break: 0px;
}

#wrapper {
    width: 1190px;
    margin: 0 auto;
    /* ヘッダーバーを表示しているときは有効にしてください */
    /* padding-top:28px; */
    overflow: hidden;
}

#content {
    width: 900px;
    float: right;
    padding: 40px 0 20px 0;
}

#sidebar {
    width: 258px;
    background: #ffc8d7 url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/noize.png) repeat 100% 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    border-left: 1px solid #fa6bac;
    border-right: 1px solid #fa6bac;
    float: left;
    position: fixed;
    margin-top: -1px;
    z-index: 100;
}

h1.logo a {
    display: block;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    /* 200×60pxの透過画像を作成・アップロードし画像URLを変更してください */
    background: url(http://blog-imgs-70-origin.fc2.com/l/e/a/leadingroad/Blog-Logo.png) no-repeat 0 0;
    margin: 10px 0 0 30px;
}

#blog #sidebar {
    position: relative;
}

#sidebar ul.share {
    line-height: 1;
    text-align: left;
}

#sidebar ul.share li {
    background: none;
    padding: 0;
    display: inline-block;
    padding-right: 3px;
}

.sidebox {
    width: 200px;
    margin: 0 auto 50px auto;
}

.sidebox h3 {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #f0f0f0;
}

.secondary .sidebox {
    margin: 0 auto 30px auto;
    width: 180px;
    line-height: 1.4;
}

.secondary .sidebox ul li {
    line-height: 1.6;
}

.secondary .sidebox h3 {
    color: #4a4a4a;
    text-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

#menu {
    float: left;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
    padding: 0 0 0 24px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 200px;
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/menu-line.png) no-repeat center bottom;
}

.menu-v ul li {
    position: relative;
    padding-right: 5px;
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/menu-line.png) no-repeat center top;
    padding: 0;
}

.menu-v ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 12px 0 10px 20px;
    padding-right: 17px;
    background: transparent;
    color: #666666;
    text-decoration: none;
    border: none;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover {
    text-decoration: none;
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/menu-hover.png) repeat-y left top;
    color: #333333;
}

.menu-v ul li ul {
    position: absolute;
    width: 200px;
    top: 0px;
    font-weight: normal;
    visibility: hidden;
    text-align: left;
    padding: 0 15px 0 15px;
    margin-left: 0;
    background: #ffc8d7 url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/noize.png) repeat top center;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
    border: 1px solid #fa6bac;
    font-size: 14px;
    line-height: 20px;
}

.menu-v ul li ul li {
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/dropdown-line.png) repeat-x left top;
}

.menu-v ul li ul li:first-child {
    background: none;
    padding-bottom: 0;
}

.menu-v ul li ul li a {
    padding: 12px 0;
}

.menu-v ul li ul li a.active, .menu-v ul li ul li a.selected, .menu-v ul li ul li a:hover {
    background: none;
}

.menu-v ul li ul {
}

* html .menu-v ul li {
    float: left;
    height: 1%;
}

* html .menu-v ul li a {
    height: 1%;
}




/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

.post {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/line.png) repeat-x bottom;
    overflow: hidden;
}

.primary {
    width: 480px;
    float: left;
    padding-right: 25px;
    background: transparent url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/line-v.png) repeat-y right;
}

.secondary {
    width: 320px;
    float: right;
    padding-left: 24px;
}

.secondary. sidebox {
    width: 190px;
}

.secondary:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.info {
    margin: 20px 0;
    overflow: hidden;
}

h3.title {
    margin: 0 0 9px 0;
}

h3.title a {
    color: #4a4a4a;
}

h3.title a:hover {
    color: #ab4d63;
}



/*-----------------------------------------------------------------------------------*/
/*	赤
/*-----------------------------------------------------------------------------------*/
/*
#sidebar {
	background: #ff6d74 url(style/images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid #fd1903;
	border-right: 1px solid #fd1903;
}

.menu-v ul li a{
	color: #cccccc;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
	color: #ffffff;
}

.menu-v ul li ul{
	background: #ff6d74 url(style/images/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	border: 1px solid #fd1903;
}

/*


/*-----------------------------------------------------------------------------------*/
/*	紫
/*-----------------------------------------------------------------------------------*/
/*
#sidebar {
	background: #c56bd2 url(style/images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid #520b7e;
	border-right: 1px solid #520b7e;
}

.menu-v ul li a{
	color: #cccccc;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
	color: #ffffff;
}

.menu-v ul li ul{
	background: #c56bd2 url(style/images/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	border: 1px solid #520b7e;
}
*/



/*-----------------------------------------------------------------------------------*/
/*	緑
/*-----------------------------------------------------------------------------------*/
/*
#sidebar {
	background: #58bca5 url(style/images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid #1ab51b;
	border-right: 1px solid #1ab51b;
}

.menu-v ul li a{
	color: #cccccc;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
	color: #ffffff;
}

.menu-v ul li ul{
	background: #58bca5 url(style/images/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	border: 1px solid #1ab51b;
}

*/


/*-----------------------------------------------------------------------------------*/
/*	黄色
/*-----------------------------------------------------------------------------------*/
/*
#sidebar {
	background: #f4de4c url(style/images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid #fec51c;
	border-right: 1px solid #fec51c;
}



.menu-v ul li ul{
	background: #f4de4c url(style/images/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	border: 1px solid #fec51c;
}

*/










/************************************************************************************
POST
*************************************************************************************/

.post {
    margin-bottom: 20px;
}

/* post content */
.post-content p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1.125em;
}
/* post image */
.post-image {
    margin: 0 0 5px;
}

.post-image.left {
    float: left;
    margin-right: 15px;
}

.post-image.right {
    float: right;
    margin-left: 15px;
}



/* post meta */
p.post-meta {
    margin: 0 0 7px;
    font-size: 14px;
}

.post-meta .post-author {
    background: url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/post-author.png) no-repeat 0 6px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-category {
    background: url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/post-category.png) no-repeat 0 6px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-tag {
    background: url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/post-tag.png) no-repeat 0 6px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-comment a {
    background: url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/post-comment.png) no-repeat 0 6px;
    padding: 2px 10px 2px 16px;
}



/* list thumb post */
.post-image {
    float: left;
    margin: 7px 16px 10px 0;
}

.list-thumb-image .post-content {
    overflow: hidden;
}

.post-content li {
    line-height: 1.8;
    list-style-type: disc;
}

.postbody img {
    border: 3px solid #fff;
    box-shadow: 0 0 5px #aaa;
}

.post-content blockquote p {
    font-size: 1em;
}

.post-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}

figure.post-image img {
    border: 3px solid #fff;
    box-shadow: 0 0 5px #aaa;
    width: 200px;
    height: auto;
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.small {
    font-size: 12px;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
    display: inline-block;
}
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content {
    display: block;
    zoom: 1;
}


/************************************************************************************
COMMENT
*************************************************************************************/

.formarea {
    margin: 20px auto 10px;
}

.com-body {
    margin: 10px;
    padding: 10px 10px 0 10px;
    border: solid 1px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.com-entry {
    margin: 0 20px;
}

textarea#comment {
    margin-top: 10px;
}

.comment {
    float: left;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-left: 24px;
}

.popn-socialbutton-share {
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}

a.popn-socialbutton-count {
    position: absolute;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    font-size: 12px;
    text-decoration: none;
    outline: none;
    font-weight: normal;
    padding: 2px 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 1;
    top: 22px;
    right: -12px;
    font-size: 11px;
    font-weight: normal;
}

.social:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.social {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 20px;
} 

/* Hides from IE Mac */
* html .social {
    height: 1%;
}

.social {
    display: block;
}
/* End Hack */ 


.textcenter,.textcenter a {
    font-size: 11px;
    color: #ffffff;
    margin-top: 20px;
}


/*ページナビゲーションの調整*/

.pageimg a{ 
display: block; 
background-image: url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/backtotopfc2.png); 
background-repeat: no-repeat; 
width: 48px; 
padding-top: 48px; 
overflow: hidden; 
height: 0; 
position: absolute; 
top: 0;
}

.pageTool{ 
width:280px; 
height: 48px;
margin: 10px auto; 
position: relative;
}

.pre{
position: absolute; 
top: 0;
left:0;
}

.top {
position: absolute; 
top: 0;
left:116px;
}

.next{
position: absolute; 
top: 0;
left:232px;
}

.older_page{ background-position: -48px 0;}
.older_page:hover{ background-position: -48px -48px;} 
.newer_page{ background-position: 0 0;}
.newer_page:hover{ background-position: 0 -48px;}
.top_page{ background-position: -96px 0;}
.top_page:hover{ background-position: -96px -48px;}


.post-content ul {
    margin: 10px;
}

.post-content li {
    line-height: 1.7;
}

#box {
    width: 200px;
    margin: 0 auto;
    color: #3F2F69;
    text-align: center;
}

.boxin {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

#box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    line-height: 150px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    z-index: 10;
    text-indent: -9999px;
}

#box a:hover {
    top: -3px;
    left: -3px;
    width: 36px;
    height: 36px;
}

#circle1 {
    background: #fa6bac;
    background: rgba(250,107,172,.7);
}

#circle2 {
    background: #fec51c;
    background: rgba(254,197,28,.7);
}

#circle3 {
    background: #fd1903;
    background: rgba(253,25,3,.7);
}

#circle4 {
    background: #1ab51b;
    background: rgba(26,181,27,.7);
}

#circle5 {
    background: #520b7e;
    background: rgba(82,11,126,.7);
}

.fixed {
    position: fixed;
    top: 20px;
}


/* ****************************** */
/* commentarea */
/* ****************************** */
#comment-top,#trackback-top {
    padding: 10px 40px;
}

.commenttitle {
    font-size: 1em;
    margin: 5px 0;
}

.commentbody {
    font-size: 87.5%;
    margin: 10px 10px 20px;
    padding: 15px 15px 0;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #CCC;
}

.commentbody p {
    letter-spacing: 1px;
 /*文字間スペースの調整*/
    line-height: 1.6;
}

.commentbody br {
    letter-spacing: 0;
}

/* ****************************** */
/* formarea */
/* ****************************** */
.formarea {
    font-size: 0.875em;
    margin: 10px;
}

.formarea form {
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}

.formarea table {
    margin: 0 auto;
    text-align: left;
}

.formarea td {
    vertical-align: middle;
    padding: 2px 0;
}

.formarea button {
    border: solid 0px #ffffff;
    width: 56px;
    height: 19px;
}

.formarea label {
    display: block;
    font-weight: normal;
    margin: 2px 0;
}

.formarea input {
    padding: 2px;
    border: 1px solid #E0E0D4;
    background: #f8f8f8;
}

.formarea input[type="SUBMIT"] {
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #DDD url(http://blog-imgs-60-origin.fc2.com/m/o/m/momo96chblog/bg-btn.gif) repeat-x 0 0;
    border-color: #BBB #BBB #999;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 0 6px 0 15px;
    letter-spacing: 12px;
}

.formarea input:focus {
    background: #e5e5e5;
}

.formarea textarea {
    width: 25em;
    padding: 2px;
    border: 1px solid #E0E0D4;
    display: block;
    background: #f8f8f8;
}

.formarea textarea:focus {
    background: #e5e5e5;
}

div.posttail {
    margin: 10px 0 5px 10px;
}