@charset "utf-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[type=button],[type=reset],[type=submit] [role=button],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}
/*ress.css END*/

/* ==========================================================================
   Template css
========================================================================== */
/* Base elements
------------------------------------------------- */

body {
  background-color: #000;
  color: #9c8a4e;
}

body,
textarea,
input,
select {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

p {
  margin: 0;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 2px 10px 1px;
}

textarea {
  border: 1px solid #dadada;
  font-size: 14px;
  padding: 3px 10px 2px;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select {
  outline: none;
}
/* Hyper text
------------------------------------------------- */

a {
  text-decoration: none;
}

a:link {
  color: #9c8a4e;
}

a:visited {
  color: #9c8a4e;
}

a:focus,
a:hover,
a:active {
  opacity: .7;
}

.entry_body a,
.entry_body a:visited,
.trackback_link a,
.trackback_link a:visited,
.plugin-all a,
.plugin-all a:visited,
.plg_blomaga a,
.plg_blomaga a:visited {
  color: 9c8a4e;
}

.entry_body a:focus,
.entry_body a:hover,
.entry_body a:active,
.trackback_link a:focus,
.trackback_link a:hover,
.trackback_link a:active,
.plugin-all a:focus,
.plugin-all a:hover,
.plugin-all a:active,
.plg_blomaga a:focus,
.plg_blomaga a:hover,
.plg_blomaga a:active {
  color: #93d5da;
}

.entry_body a:hover,
.trackback_link a:hover,
.plugin-all a:hover,
.plg_blomaga a:hover{
  text-decoration: underline;
}

/* Clear Fix
------------------------------------------------- */
/* For modern browsers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom: 1;
}

/* Layout
------------------------------------------------------------ */



#l-container,
.header_inner,
.footer_inner {
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

#l-header {
border-top: 10px solid #9c8a4e;
height: 150px;
margin-bottom:  15px;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
background-color: #000;
}

#l-header_inner {
	width: 940px;
	margin: 0 auto;
}

#l-main {
  float: left;
  width: 620px;
}

#l-sidecontents {
  float: right;
  width: 290px;
}

#l-footer {
  border-top: 10px solid #9c8a4e;
  padding: 32px 15px;
  clear: both;
  background-color: #000;
}

.footer_inner {
  text-align: center;
  overflow: hidden;
}


/* Card
------------------------------------------------------------ */
.card {
  background-color: #000;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #b9b9b9;
  box-shadow: 0px 0px 0px #b9b9b9;
}


/* Header
------------------------------------------------------------ */

.author_name {
	margin: 16px 0 24px;
}

.header_summary {
	float: left;
	margin:  0 0 56px;
	width: 690px;
	word-wrap: break-word;
}

.header_summary a {
	color: #9c8a4e;
}

.blog_name {
	margin: 0;
	padding: 14px 0 8px;
	font-size: 30px;
}

.blog_introduction {
	font-size: 14px;
}

/* Entry
------------------------------------------------------------ */
.topentry {
background-color: #212020;  
color: #555;
	margin: 0 0 56px;
        padding: 16px 16px 0;
 
		
}

.topentry + .topentry {
  
	padding: 16px 16px 0;
	
	
}

.topentry_title {
	font-size: 24px;
	margin: 0px;
	padding: 0 0 40px;
}


.topentry_title a:link    { color:#9c8a4e; text-decoration:none; } /* 通常 */
.topentry_title a:active  { color:#9c8a4e; text-decoration:none; } /*実行中*/
.topentry_title a:visited { color:#9c8a4e; text-decoration:none; } /*訪問済*/
.topentry_title a:hover   { color:#7b7b7b; text-decoration:none; } /*マウス*/

.topentry_title a {
  position: relative;
  display: inline-block;

  text-decoration: none;
}
.topentry_title a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;

}

.date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
}

.entry_body {
	margin: 0 0 0 10px;
	overflow: hidden;
	margin: 0;
}

.topentry_text {
	margin: 0;
	font-size: 16px;
	line-height: 1.3em;
}
.description {
        font-size: 12px;
}
.entry_body .entry_more_link {
    margin: 24px 12px;
    text-align: right;
    padding: 8px 0;
}

#l-main .entry_body input[type="submit"],
#l-main .entry_body .entry_more_link a {
	background-color: #000;
	border-radius: 0px;
	color: #9c8a4e;
	display: inline-block;
	font-size: 14px;
	padding: 8px 48px;
	-webkit-transition: box-shadow 0.2s linear 0;
	transition: box-shadow 0.2s linear 0;
}

#l-main .entry_body input[type="submit"]:hover,
#l-main .entry_body .entry_more_link a:hover {
	background-color: #efefef\9;
	color: #606060;
	text-decoration: none;
}

/* SNSボタン */

.fc2_footer {
  margin: 24px 16px 0;
}

.entry_more .fc2_footer {
  margin: 24px 0 0;
}


.entry_more_link + .fc2_footer {
  margin-top: -56px;
  margin-right: 105px;
}

/* 日付コメントリンク */

.entry_more_link + .entry_footer {
  margin: 16px 0 0;
}

.fc2_footer + .entry_footer {
  margin-top: 16px;
}

.entry_footer {
  font-size: 13px;
  margin: 16px 0 24px;
}

.entry_body .entry_footer a {
  color: #9c8a4e;
}

.entry_body .entry_footer a:hover {
  color: #a1a1a1;
}

/* テーマ */
.entry_community{
  margin: 0 16px;
}


#l-main .entry_footer .comment,
#l-main .entry_footer .track {
  margin: 0 0 0 0px;
  color: #9c8a4e;
}

#l-main .entry_footer .comment:hover,
#l-main .entry_footer .track:hover {
  color: #a1a1a1;
}

.entry_body p.theme {
  margin: 20px 0px 0px;
}

.entry_body p.theme a,
.entry_body p.theme a:hover {
  text-decoration: none;
}
/* Entry (html tag)
------------------------------------------------------------ */

.entry_more {
  margin: 8px 16px;
}

.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
  margin: 0em 0em 0.5em;
  font-weight: normal;
}

.entry_body ul,
.entry_body ol {
  margin: 1em 2em 1em;
}

.entry_body ul li {
  list-style: disc outside;
  margin-left: 0;
}

.entry_body ol li {
  list-style: decimal outside;
  margin-left: 0;
}

.entry_body table {
  border: solid 1px #dadada;
  border-collapse: collapse;
}

.entry_body table th,
.entry_body table td {
  padding: 0.3em 0.5em;
  border-color: #dadada;
}

.entry_body {
  word-wrap: break-word;
}

.entry_body img {
  max-width: 100%;
  height: auto;
  margin: 12px 0;
}

.entry_body dl {}

.entry_body dt {}

.entry_body dd {}

.entry_body pre {}
/* Blockquote
------------------------------------------------------------ */

blockquote {
  border-left: 4px solid #dadada;
  margin: 8px 0 8px 24px;
  padding: 4px 7px;
}
.entry_body blockquote  p{
  margin: 0;
}
/* コメント・トラックバック
------------------------------------------------------------ */
.sub_contents{
  background-color: #000;
  padding: 24px 16px;
  margin: 0 0 70px;
}

.sub_contents_body{
  margin: 0 0 8px;
}
.sub_contents_title {
  font-size: 20px;
  border-left: 5px solid #9c8a4e;
  font-weight: normal;
  margin: 0 0 24px;
  padding: 0 0 0 8px;
}

#trackback-top {
  float: left;
}

.trackback_input {
  width: 100%;
  border: 1px solid #dadada;
  padding: 8px 7px;
  clear: both;
  margin: 0 0 16px;
}

.trackback_link {
  float: right;
  margin: 4px 0 0;
}

.trackback_link a {
  font-size: 13px;
}

.comment_area {
}
/* コメントフォーム
------------------------------------------------------------ */


.form_title {
  font-size: 16px;
}

.form_input {
  margin: 0 0 16px;
}
.comment_form_wrap .input_text{
  width: 360px;
  padding: 7px 8px 6px;
  font-size: 14px;
}

.comment_form_wrap .form_textarea {
  margin-top: 2px;
}

.comment_form_wrap textarea {
  font-size: 15px;
  padding: 2px 10px;
  width: 100%;
  height: 272px;
}

.comment_form_wrap .himitu_title {
  margin: 16px 0 0;
}

.comment_form_wrap #himitu {
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.comment_form_wrap .himitu_label {
  font-size: 14px;
  vertical-align: middle;
}

.comment_form_wrap .comment_form textarea {
  font-size: 14px;
  padding: 2px 10px;
  width: 667px;
  border: 1px solid #dadada;
  height: 185px;
}

.comment_form .comment_tool_wrap {
  margin: 0;
}

.comment_area .form_btn {
  clear: both;
  text-align: right;
  margin: 4px 0;
}

.comment_area .form_btn input {
  background-color: #9c8a4e;
  color: #000;
  padding: 6px 32px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 28px;
}

.comment_area .form_btn input:hover {
  opacity: .7;
  cursor: pointer;
}

.comment_area .form_btn .delete_btn{
  background-color: #000;
  color: #777;
  margin: 24px 0 0;
  padding: 2px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-left: 12px;
}

/* コメント一覧
------------------------------------------------------------ */
.blog_comment{
  margin: 32px 0 0;
}
.sub_contents_footer {
  padding: 0 0 2px;
  margin: 0 0 24px;
  font-size: 13px;
  text-align: right;
  border-bottom: 1px solid #dadada;
}

.sub_contents_footer a {
  color: #9c8a4e;
}

.sub_contents_footer a:hover {
  text-decoration: underline;
  color: #80acd9;
}
/* ページャ
------------------------------------------------------------ */

.page_navi {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 32px 0 32px;
  background-color: #000;
  margin: 0 0 56px;
  min-height: 100px;
}

/*.topentry + .page_navi{
  margin-top: -3px;
  position: relative;
  z-index: 1000;
}*/

.page_navi .pager_prev,
.page_navi .pager_next{
  margin: 0 32px;
}
.page_navi .pager_prev,
.page_navi .pager_next,
.page_navi .pager_home {
  background-color: #9c8a4e;
  color: #000;
  padding: 0 12px;
  font-size: 14px;
  -webkit-transition:  0.2s linear;
  transition:  0.2s linear;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  display: inline-block;
}

.page_navi .pager_prev:hover,
.page_navi .pager_next:hover,
.page_navi .pager_home:hover {
  text-decoration: none;
  opacity: .7;
}

.pager_prev span,
.pager_next span {
  vertical-align: middle;
}

.page_navi .pager_prev {
  float: left;
}

.page_navi .pager_next {
  float: right;
}

.page_navi .pager_next:hover {

}

.page_navi .pager_home {
  position: absolute;
  left: 50%;
  margin-left: -56px;
}
/* Related article
------------------------------------------------------------ */

.entry_body .relate_dl {
  margin: 24px 0;
}

.entry_body .relate_dt {
  margin: 0 0 4px;
  font-size: 18px;
}

.entry_body .relate_dd {
  margin: 0;
}

.entry_body .relate_ul {
  padding: 0;
  margin: 0;
}

.entry_body .relate_li {
  list-style: none;
  font-size: 14px;
}

.relate_li_nolink {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
}

.entry_body .relate_li a {
  padding: 4px 0;
  display: block;
  color: #9c8a4e;
}

.entry_body .relate_li a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
/* ==========================================================================
   Sidemenu (Plugin)
========================================================================== */
#l-sidecontents img{
  max-width: 100%;
  height: auto;
}

/* Profile */
.side_plofile {
  text-align: left;
  margin-bottom: 32px;
}

.plofile_img{
  width: 290px;
  height: 145px;
}

.plofile_img_blur{
  width: 100%;
  height: 145px;
  background-size: 290px auto;
  background-position: center center;
}

.plofile_img_mask {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.plofile_img_mask img {
  max-width: 200px;
  float: left;
  position: absolute;
}

.author_name {
  margin: 24px 12px 16px;
  text-align: center;
  color: #9c8a4e;
  font-size: 20px;
}


.author_intro{
  padding: 0 25px 22px;
  font-size: 14px;
}

.sidecontents_area {
  font-size: 16px;
  padding: 12px 0 10px;
  margin: 0 0 32px;
}

.sidecontents_area:last-child {
  border-bottom: none;
}

.plg_desc_header{
  font-size: 14px;
}

.plg_desc_footer{
  font-size: 14px;
  padding: 4px 24px 0;
}

.plg_title {
border-left: 5px solid #9c8a4e;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  margin: 0 10px 8px;
  position: relative;
  padding: 0 12px;
}



.plg_title_inner{
  position: relative;
  z-index: 100;
  background-color: #000
  padding: 6px 12px;
}

.plg_body {
  word-wrap: break-word;
  font-size: 14px;
  padding: 4px 24px 0;
}

.plg_body a:hover {
  text-decoration: underline;
}

.plg_area ul {
  margin: 0;
  padding: 0;
  background-color: #000;
}

.plg_area li {
  margin: 0 0 8px 0;
  padding: 0 0 0 11px;
  
}

.plg_area a {
  color: #7b7b7b;
  margin: 0px 0 8px 0;
  display: inline-block;
}

.sidecontents_area textarea{
  resize: vertical;
}

/* tag(Plugin)
------------------------------------------------------------ */

.plugin-tag {
  margin: 0;
}

.plugin-tag a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 8px 0 0;
}
/* Search(Plugin)
------------------------------------------------------------ */

#l-sidecontents .plg_body input[type="text"] {
  width: 100%;
  padding: 4px 10px 3px;
  margin: 0 0 8px;
}

#l-sidecontents .plg_body input[type="submit"] {
  background-color: #9c8a4e;
  color: #000;
  padding: 6px 16px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  float: right;
}

.plg_body input[type="submit"]:hover {
  opacity: .7;
}
/* Calendar(Plugin)
------------------------------------------------------------ */

table.calender {
  margin: 0;
  padding: 0;
  background: none;
  margin: 0 auto;
}

table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}

table.calender caption a:hover {
  color: #898F95
}

table.calender caption a:active,
table.calender caption a:visited {
  color: #9c8a4e;
}

table.calender th,
table.calender td {
  padding: 4px;
  border-bottom: 1px dotted #cccccc;
  text-align: center;
  font-size: 14px;
  padding: 4px 6px;
}

table.calender td a {
  display: block;
  font-size: 14px;
  color: #5397db;
  margin: 0;
}

table.calender td a:active,
table.calender td a:visited,
table.calender td a:hover {
  color: #80acd9;
}

table.calender th#sun {
  color: #f76f6f;
}

table.calender th#sat {
  color: #5757F1;
}

/* category-list(Plugin)
------------------------------------------------------------ */
.plugin-category-list-date{
  font-size: 12px;
}

.plugin-category-list-link{
  font-size: 15px;
}


/* Piyo(Plugin)
------------------------------------------------------------ */

.tab {
  text-align: left;
  margin-bottom: 10px;
}

.tab input {
  padding: 3px 5px;
}

.tab input.b1 {
  margin-right: 5px;
}

.mylog {
  width: 90%;
  padding: 5px;
  border: 1px solid #A5A5A5;
  text-align: left;
  background-color: #000;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

.mylog .title {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  margin: 0px 0px 10px;
  padding: 0px 0px 3px;
}

.mylog dl {
  margin: 0px;
  padding: 0px;
}

.mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-color: #000;
  background-image: none;
  text-align: left;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

.mylog dd.piyolog {
  width: 100%;
  margin: 0px 0px 5px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #A5A5A5;
  padding: 0px 0px 10px;
}

.license {
  text-align: right;
  font-size: 85% !important;
  /* for Modern browser */

  font-size: 93%;
  /* for IE6 */
}

/* blomaga-count(Plugin)
------------------------------------------------------------ */
.plugin-blomaga-count a{

}

/* Footer
------------------------------------------------------------ */

.powered,
.ad,
.copyright {
  margin: 0;
}

.ad{
  clear: both;
  color: #9c8a4い;
}

.powered,
.ad{
  float: right;
}

.copyright{
float: left;
margin: -9px 0 0;
}
/* Baton
------------------------------------------------------------ */

.blog_baton {
  border: 1px solid #dadada;
  padding: 24px 24px 0;
}

.blog_baton dl,
.blog_baton dt {
  margin: 0;
}

.baton_a {
  margin: 0 0 16px;
}

.baton_q {
  border-bottom: 1px dotted #dadada;
}
/* Sponsor
------------------------------------------------------------ */
.entry_body #fc2_text_ad{
  margin: 24px 16px;
}

.permanent_area .entry_body #fc2_text_ad{
  margin: 0;
}

#fc2_text_ad .fc2_infeed1,
.entry_body .fc2_infeed1 {
  margin: 24px 8px;
}

#fc2_text_ad a,
.entry_body .fc2_infeed1 a {
  color: #7b7b7b;
  font-size: 14px;
}

#fc2_text_ad a:hover,
.entry_body .fc2_infeed1 a:hover {
  color: #a1a1a1;
  text-decoration: underline;
}
.top_box {
 margin:  5px;}

/* ==========================================================================
	 responsive
========================================================================== */

@media screen and (max-width: 959px){

	.comment_area .form_btn {
		text-align: left;
		margin: 8px 0;
	}

	.comment_area .form_btn input {
		margin: 0;
	}


}



@media screen and (min-width: 860px) and (max-width: 959px){

	#l-header_inner {
		width: 860px;
	}

	.header_summary {
		width: 590px;
	}

	#l-container {
		width: 860px;
	}

	#l-main {
		width: 590px;
	}

}

@media screen and (max-width: 859px){

	/* basic
	------------------------------------------------------------ */
	a:link,
	a:visited  {
		color: #5397db;
	}

	a:focus,
	a:hover,
	a:active {
		color: #80acd9;
	}

	#l-header_inner,
	.footer_inner {
		width: 100%;
	}

	#l-container {
		width: 90%;
		margin: 0 5%;
	}

	#l-main {
		float: none;
		width: 100%;
	}

	/* header
	------------------------------------------------------------ */
	#l-header {
		margin: 0 5% 48px;
		padding: 10px 0;
		border-bottom: 1px solid #dadada;
	}
        
	.plofili_img {
		border: none;
		float: none;
		margin:  0;
		width: 100%;
	}

	.header_summary {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	.author_name {
		display: none;
	}

	.blog_name {
		font-size: 28px;
	}

	.blog_name a {
		color: #7b7b7b
	}

	.blog_name a:hover {
		color: #7b7b7b
	}

	.blog_introduction {
		font-size: 13px;
	}

	/* footer
	------------------------------------------------------------ */
	#l-footer {
		border-top: 1px solid #dadada;
		padding: 32px 0;
		margin: 0 5%;
	}

	.footer_inner {
		font-size: 14px;
	}

	.powered, .ad, .copyright {
		margin: 0 0 4px;
	}

	/* entry
	------------------------------------------------------------ */
	.topentry {
		margin: 0 0 48px;
		padding: 0;
	}

	.topentry + .topentry {
		padding: 48px 0 0;
	}

	.topentry_title {
		font-size: 22px;
		padding: 0 0 32px;
	}

	.topentry_title a {
		color:#7b7b7b;
	}

	.topentry_title a:hover {
		color: #a1a1a1;
	}

	.entry_body .entry_footer a,
	#l-main .entry_footer .category,
	#l-main .entry_footer .comment,
	#l-main .entry_footer .track {
		color: #5397db;
	}

	.entry_body .entry_footer a:hover,
	#l-main .entry_footer .category:hover,
	#l-main .entry_footer .comment:hover,
	#l-main .entry_footer .track:hover {
		text-decoration: underline;
		color: #80acd9;
	}

	.entry_body .entry_more_link {
		padding: 48px 0 0;
	}

	.entry_footer {
		font-size: 14px;
		margin-top: 24px;
	}

	.entry_community {
		margin: 0 0 6px;
	}

	#l-main .entry_body .entry_more_link a {
		padding: 8px 56px;
	}

	#l-main .entry_footer .comment,
	#l-main .entry_footer .track {
		margin: 0 0 0 24px;
	}

	.sub_contents {
		margin: 48px 0;
	}

	.comment_area .form_btn {
		text-align: center;
		margin: 40px 0 0;
	}

	.comment_area .form_btn input {
		border-radius: 24px;
		padding: 8px 56px;
		font-size: 14px;
	}

	/* side menu
	------------------------------------------------------------ */
	#l-sidecontents {
		float: none;
		overflow: hidden;
		padding: 48px 0 0 0;
		width: 100%;
	}

	.perm_l-sidecontents {
		border-top: 1px solid #dadada;
	}

	.sidecontents_area {
		border: none;
		float: left;
		margin: 0 3% 40px;
		padding: 0;
		width: 44%;
	}

	.plg_title {
		margin: 0 0 20px;
	}

	.plg_area li {
		margin: 0 0 14px 0;
		padding: 0;
	}

	table.calender {
		margin: 0;
	}

}



@media screen and (max-width: 565px){

	/* header */
	#l-header {
		margin: 0 3% 40px;
		padding: 28px 0;
	}

	.plofili_img_mask {
		width: 72px;
		height: 72px;
		background-size: 125px auto !important;
	}

	.blog_name {
		font-size: 24px;
		padding: 8px 0 4px;
	}

	.blog_introduction {
		font-size: 12px;
	}

	/* entry */
	.topentry {
			margin: 0 0 40px;
	}

	.topentry + .topentry {
		padding: 40px 0 0;
	}

	.topentry_title {
		font-size: 20px;
	}

	.topentry_text {
		font-size: 14px;
	}

	.entry_body .entry_more_link {
		padding: 40px 0 0;
	}

	/* comment trackback area */
	.sub_contents {
		margin: 40px 0;
	}

	.sub_contents_area_title {
		font-size: 16px;
	}

	.sub_contents_title {
		font-size: 14px;
	}

	.trackback_input {
		font-size: 12px;
	}

	/* sidecontents */
	#l-sidecontents {
		padding: 40px 0 0 0;
	}

	.sidecontents_area {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.plg_title {
		font-size: 16px;
	}

	/* footer */
	.footer_inner {
		font-size: 13px;
	}

	.copyright {
		font-size: 11px;
	}

}



@media screen and (max-width: 450px){

	.comment_form_left,
	.comment_form_right {
		margin: 0;
		width: 100%;
		float: none;
	}

	.comment_form_left .input_text {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

}






