/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************

デザイン編集用スタイルシート

******************************************************************/
@charset "UTF-8";
/***********************************
 common
***********************************/
* {
	line-height: 100%;
	font-weight: normal;
}

p {
	line-height:180%;
	font-size:108%;
}

body {
    background-color: #fff;
}

body,html {
	font:13px  Arial, helvetica,"HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3",  Meiryo, clean, sans-serif;*
	font-size:small;*
	font:x-small;
	height: 100%;
	width:100%;
	color: #000;
}


a, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #000; 
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

.wrap {
	width: 100%;
}

#container {
    width: 764px;
    padding: 30px 30px 0 30px;
    margin: 0 auto;
    box-sizing: content-box;
    height: 1000px;
}

/***********************************
 header 
***********************************/
.header {
    background-color: #fff;
    padding: 0px 0 70px;
}

#logo {
    margin: 0;
    font-size: 10px;
}

/***********************************
 sidebar
***********************************/
.sidebar {
    margin-top: 0;
}

#sidebar1 {
	width: 164px;
	margin-left: 100px;
	/* box-sizing: border-box; */
	/* border: solid 1px #f00; */
}

.widget {
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
}

.widgettitle {
    border-bottom: none;
    margin-top: 0;
    padding: 0 0 5px 0;
    margin-bottom: 0;
}

.widgettitle img {
	display: inherit;
}

#sidebar1 ul {
	margin: 0 0 0 0;
}

#sidebar1 ul li {
	padding: 3px 0 3px 8px;
	border-top: 1px solid #EBEBEB;
	font-size: 77%;
	background: url(../images/arrow_01.gif) 0 6px no-repeat;
	margin-bottom: 0;
}

#sidebar1 ul li a{
	color:#666;
	text-decoration:none;
}
#sidebar1 ul li a:visited{
	color:#999;
	text-decoration:none;
}
#sidebar1 ul li a:hover{
	color:#000;
}

#widget-collapsarch-2-top ul li div a {
	display: block;
	padding-top: 3px;
}

#sidebar1 ul ul {
	padding-left: 0;
	margin-top: 3px;
	margin-left: -1em;
}

#sidebar1 ul div {
	display: block !important;
}

#sidebar1 ul ul li {
	padding: 3px 0 3px 8px;
	background: none;
	text-indent: 1.4em;
}

#sidebar1 ul ul li a:before {
	content: "0";
}

#sidebar1 ul ul li a.zero:before {
	content: none;
}

#collapsarch-2 ul li {
	background: url(../images/arrow_02.gif) 0 6px no-repeat;
}



/***********************************
 footer
***********************************/
.footer {
    background: none;
    color: #000;
}

#inner-footer {
    border-top: 1px solid #EBEBEB;
    padding: 10px 0 30px 0;
    font-size: 77%;
}

.foot_copy p {
    display: inline-block;
}

.foot_copy p:last-child {
    margin-left: 10px;
}

.foot_copy p:last-child:before {
    content: "|";
    padding-right: 10px;
}

.foot_copy p:last-child a {
    color: #000;
}

.foot_copy p:last-child a:hover {
    text-decoration: underline;
}

/***********************************
 maincontents
***********************************/
#inner-content {
	width: 100%;
}

#main {
	width: 500px;
	padding-right: 0;
}

#content {
	margin-top: 0;
}

.hentry {
    border: none
}

.hentry header {
	padding: 0;
	border-bottom: none;
}

.byline {
    color: #000;
    padding: 0px 0 0px 0;
    margin-bottom: 7px !important;
    letter-spacing: 2px;
    font-size: 77%;
    font-weight: bold;
    font-style: normal;
}

.entry-title {
    font-size: 123.1%;
    padding: 0 0 3px 0;
    font-weight: bold;
}

.entry-title a {
	text-decoration: none;
    font-weight: bold;
}


.entry-title a:visited{color: #000;}
.entry-title a:hover{
	color:#666;
}

main article p {
	margin-bottom: 8px !important;
	font-size: 85%;
}

main article section a {
	text-decoration: underline;
}

main article a:hover {
	text-decoration: none;
}

main article p.label {
	color:#808080;
	margin-top:-5px;
	font-size:93%;
}
main article p.label a {
	color:#333;
	text-decoration:none;
}
main article p.label a:visited {
	color:#333;
	text-decoration:none;
}
main article p.label a:hover {
	text-decoration:underline;
}
main article ul.btn li {
	margin-right:5px;
	float:left;
}
#contents .navigation .prev {
	float:left;
}
#contents .navigation .next {
	float:right;
}

.entry-content,
.hentry footer {
	padding: 0;
	border-top: none;
}

.entry-content img {
	margin-bottom: 0;
}

.hentry footer p {
	color: #808080;
}

.post_shere {
	overfloat: hidden;
}


.post_shere li {
	display: inline-block;
	margin-right: 1px;
	vertical-align: middle;
}

.post_shift {
	font-size: 85%;
	overfloat: hidden;
	width: 100%;
	/*height: 25px;
    border-bottom: 1px solid #EBEBEB;*/
    margin: 0;
}

.post_shift li:last-child {
	float: left;
}

.post_shift li:first-child {
	float: left;
	margin-right: 320px;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	background-color: #fff;
}