@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;
}

/* ==========================================================================
   Template css
========================================================================== */
/*-----------------------------------------
  color
-----------------------------------------*/
/*=========================================
  Bace
=========================================*/
body {
  background: #fcfcfc url() 0 0 repeat;
  color: #333;
  min-width: 1010px;
}

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;
  transition: opacity 0.2s ease-in;
}

a:link {
  color: #ef8686;
}

a:visited {
  color: #ef8686;
}

a:focus,
a:hover,
a:active {
  opacity: .75;

}

.blog_entry_body a,
.blog_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,
.pager a,
.pager a:visited {
  color: #e69696;
}

.blog_entry_body a:focus,
.blog_entry_body a:hover,
.blog_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,
.pager a:focus,
.pager a:hover,
.pager a:active {
  color: #f1a5a5;
}

.blog_entry_body a:hover,
.trackback_link a:hover,
.plugin-all a:hover,
.plg_blomaga a:hover {
  text-decoration: underline;
}

.blog_entry_body a:visited,
.blog_entry_body a:focus,
.blog_entry_body a:hover,
.blog_entry_body a:active,
.blog_entry_body a:hover{
  opacity: 1;
}


/*-----------------------------------------
  base color
-----------------------------------------*/
.header_menu_item,
.header_menu_item_content_title,
.profile_content_name,
.blog_content_date,
.blog_content_category,
.comment_area_title,
.comment_item_author,
.l_footer{
  color: #ef8686;
}

/*-----------------------------------------
  base box-shadow
-----------------------------------------*/
.blog_content_item,
.header_menu_item_content::after,
.pager.have_prev,
.pager.have_next,
.blog_entry,
.profile_text,
.profile_img_shadow,
.plugin_right,
.relate_list,
.comment_area,
.trackback_area{
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,0.22);
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.22);
}

/*-----------------------------------------
  Clear Fix
-----------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*=========================================
  header
=========================================*/
.l_header {
  border-bottom: 3px solid #ef8686;
}

.l_header_inner {
  width: 1010px;
  margin: 24px auto 18px;
  overflow: hidden;
}

.l_header_logo {
  float: left;
  margin: 0 0 0 12px;
}
.l_header_logo:hover {
  opacity: 1;
}

.l_header_introduction {
  float: right;
  text-align: left;
  width: 500px;
  margin: 4px 0 0 12px;
}

 {
  margin: 0 0 0;
}

.l_top_img_wrap a{
  transition: opacity 0.2s ease-in;
}

.l_top_img_wrap a:hover{
  opacity: .9;
}

.l_top_img {
  width: 100%;
  min-width: 1010px;
  vertical-align: middle;
}

.l_top_img_sp {
  display: none;
}

/*=========================================
  header menu
=========================================*/
.header_menu {
  background-color: #fff;
      position: relative;
}

.header_menu_inner{
  width: 1010px;
  margin: 0 auto;

}



.header_menu_item{
  float: left;
  padding: 16px 28px;
  cursor: default;
  font-weight: bold;
  display: block;
}
a.header_menu_item{
  cursor: pointer;
}

.header_menu_item_border{
  content: "";
  display: none;
  position: relative;
  width: 100%;
  height: 2px;
  bottom: -14px;
  left: 0;
  z-index: 2200;
  background-color: #ef8686;
  margin: 0 -28px;
}

/*.header_menu_item.is_active{
  border-bottom: 4px solid #ef8686;
}*/

.header_menu_item_content{
  width: 90%;
  margin: 0;

  background: #fff;
  position: absolute;
  display: none;
  z-index: 1500;
  border-radius: 4px;
  top: 55px;
  left: 0;
  width: 100%;
}
.header_menu_item_content::after{
  position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    display: block;
    z-index: 1000;
}
.header_menu_item_content_inner{
  background: #fff;
  padding: 32px 32px 8px;
z-index: 2000;
    position: relative;
}


.header_menu_item_content_title{
  font-size: 18px;

  font-weight: bold;
  margin: 0 0 24px;
  position: relative;

}

.header_menu_item_content_close{
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  border: 1px solid #ef8686;
  padding: 6px 12px;
  line-height: 1em;
  border-radius: 4px;
}

.header_menu_item_content_close_icon{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsSAAALEgHS3X78AAAAtklEQVQoz4XQsW3DMBRF0SN26ThIgGiBABrFGiCAWy4gta7TxBvYI3iEpE1lIANYXapAbiSDkKmYABu++/A/b3XpuogmpnT0zxn6vsY5YIfD0PebB/AJu4AtvvBRKmXwGdsQUxrQlEoLuIkpDdU4jnMYp/AFLT6XMNwKhdIvvnMYQr7vFLzhD094z+HShHnnn+npGW1MaX83YfHB1+neiQhrNtbsVZeuq0s2VkS0AfUanImYJ7kCPYhqVPa+3f0AAAAASUVORK5CYII=) 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 9px 0 0;
  vertical-align: middle;
}
.header_menu_item_content_close_text{
  vertical-align: middle;
}

/*オーバーレイ*/
#modal-overlay {
  z-index: 1000 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba( 255,255,255, 1 ) ;
}

/*プラグイン [カテゴリ]*/
.header_menu_item_content .main_list,
.header_menu_item_content li{
    float: left;
    width: 33%;
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: normal;
}


/*-----------------------------------------
  ヘッダープラグイン [最新記事 (サムネイル付)]
-----------------------------------------*/

/*-----------------------------------------
  ヘッダープラグイン [アルバム]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [最新記事]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [最新コメント]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [最新トラックバック]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [カレンダー]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [月別アーカイブ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [カテゴリ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [カテゴリ(カスタマイズ向け)]
-----------------------------------------*/

/*-----------------------------------------
  ヘッダープラグイン [カテゴリ別記事一覧]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [リンク]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [ユーザータグ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [プロフィール]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [検索フォーム]
-----------------------------------------*/
.header_menu_item .plugin-search{
  width: 450px;
  margin: -4px auto 40px;
  position: relative;
}

.header_menu_item .plugin-search input[type="text"]{
  padding: 9px 48px 8px 14px;
  font-size: 14px;
  width: 450px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  font-weight: normal;
}

.header_menu_item .plugin-search input[type="submit"]{
  position: absolute;
  right: 0;
    top: 0;

  display:block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT9JREFUeNrUVcsNgkAQBSqwBOzADsQOsAOpQG8clSMn6ACoQO1gS7ADKcESfJMMZrLuT4MHJ5nshpl989m3QxT9q8Q2Q13XKZY9NIOuhElBr9C+LMvHx+AAPmE5ehIj4AIBLsHgAO6w7LTPiteFVkXEAXovuCHjCtrK8rldDTQXfhv4KCs4H7oL29ZVMvwPHIRkhO9S90nEfi8zdgGTwN6KdqUIlrvAM7FvA9lWif3aBT5dlPJRTGSvDOeN4N/KaDPMAZ6GgE8lZswcr2iXeHOBX8W+CcxavonBBd7zkybJmceurDuNBDffC6Uyz1qrKskK9jlq7CCfU8hsobnSWVjhuou3GZMYuEsOGwPFUsMwk4+o48T881y0YK21gHo7TD02VPqqIJ7jj2MLMAu4LUAyFzi3ovjpT5kqmC72KcAAagZ6piWQfaQAAAAASUVORK5CYII=) center no-repeat;
  cursor: pointer;
  padding: 0;
  border: none;
    width: 52px;
    height: 34px;
}


.plugin_area_first_desc{
  text-align: left;
  width: 950px;
  margin: 0 auto;
}
/*-----------------------------------------
  ヘッダープラグイン [RSSリンクの表示]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [全記事表示リンク]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [ＱＲコード]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [アクセスランキング]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [ブロマガ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [ブロマガ購読者数]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [ブロマガ購読者専用メールフォーム]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [フリーエリア]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [メールフォーム]
-----------------------------------------*/
.header_menu_item .plugin-mail{
    width: 500px;
    margin: 8px auto 24px;
    overflow: hidden;
}
.header_menu_item .plugin-mail-group {
    display: block;
    margin: 0 0 12px;
}

.header_menu_item .plugin-mail-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.header_menu_item .plugin-mail-text {
    width: 100%;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 14px;
}

.header_menu_item .plugin-mail-textarea{
    width: 100%;
    min-height: 150px;
    font-weight: normal;
    font-size: 14px;
}

.header_menu_item .plugin-mail-submit{
  float: right;
  color: #fff;
  padding: 7px 18px;
  border-radius: 4px;
  margin: 10px 0 0px;
  cursor: pointer;
  font-weight: normal;
    font-size: 16px;
    background-color: #ef8686;
}

.header_menu_item .plugin-mail-submit:hover{
  opacity: .75;
}
/*-----------------------------------------
  ヘッダープラグイン [天気予報]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2ブログランキング]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2チャット]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2カウンター]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2アフィリエイト]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2投票]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2拍手ランキング]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2プロフ]
-----------------------------------------*/
/*-----------------------------------------
  ヘッダープラグイン [FC2掲示板]
-----------------------------------------*/





.main_list{
  vertical-align: baseline;
}

.main_list a{
  vertical-align: baseline;
  display: inline-block;
  transition: all 300ms 0s ease;
  display: inline-block;
      padding: 3px 8px;
      border-radius: 4px;
}

.header_menu_item_content .main_list a:hover{
  background-color: #fff6f6;
}

.acc_btn{
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 300ms 0s ease;

}

.acc_btn:hover{
  opacity: .8;
}

.acc_btn + .sub_menu{
  display: none;
}

.acc_open_btn{
  background: url(https://blog-imgs-114-origin.fc2.com/m/o/r/moririnpapa1009/acc_btn_plus1.png) center no-repeat;
    background-size: 13px;
}
.acc_close_btn{
  background: url(https://blog-imgs-114-origin.fc2.com/m/o/r/moririnpapa1009/acc_btn_minus1.png) center no-repeat;
    background-size: 13px;

}

/*ヘッダーカテゴリ*/
.header_menu_item_content .acc_btn + .sub_menu{
  position: absolute;
  z-index: 50;
  top: 2.6em;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 98%;
  margin: 0 10px;
  transform-style: preserve-3d;
  background: #fff;
}

/*フキダシの矢印*/
.header_menu_item_content .acc_btn + .sub_menu::before {
  content: '';
  top: -10px;
  left: 35%;
  transform: translateX(-50%) translateY(34%) rotate(45deg) skew(20deg,20deg);
  background: #fff;
  border: 1px solid #ddd;
  content: '';
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 20px;
}

.header_menu_item_content .main_list:nth-child(1)  .acc_btn + .sub_menu::before{
  left: 3%;
}
.header_menu_item_content .main_list:nth-child(2)  .acc_btn + .sub_menu::before{
  left: 35%;
}
.header_menu_item_content .main_list:nth-child(3)  .acc_btn + .sub_menu::before{
  left: 68%;
}

.header_menu_item_content .acc_btn + .sub_menu::after {
  background: #fff;
  border-radius: 5px;
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_menu_item_content .acc_btn + .sub_menu .sub_list,
.header_menu_item_content .acc_btn + .sub_menu .sub_list_end {
float: left;
overflow: hidden;
  position: relative;
  z-index: 50;
    margin: 0;
    padding: 16px;
} 

.group_list {
  overflow: hidden;
  position: relative;
}

/*右カラムカテゴリ*/
.plugin_right_content .sub_list,
.plugin_right_content .sub_list_end{
      padding: 0 0 3px 20px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpien/gwH8QZsABmBgIgCGhgBGfF4kyASDAALzYClxrJoStAAAAAElFTkSuQmCC) 7px 3px no-repeat;
}


/*=========================================
  Layout
=========================================*/
.l_container {
  width: 1010px;
  margin: 0 auto 40px;
  clear: both;
}

.l_main {
  width: 1220px;
  margin: 0 auto;
}

.l_left_area {
  float: left;
  width: 640px;
  margin: 40px 0 0 0;
}

.l_right_area {
  float: right;
  width: 320px;
  margin: 40px 0 0 0;
}


/*-----------------------------------------

-----------------------------------------*/
.m_link_btn{
  display: block;
  border: 1px solid #ef8686;
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAYAAABGkiVgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGhJREFUeNpieN/WFgDCDFQETEC8HoSBBidQ09AFUPZ8ahnMCCKAhs0HUjADEwWrqhZQbCi1DWZE5lDLYCZkDtCQRCTufEoiCt2lMJA4+MKU6rFPbQNhYUpVA0GABYgDoTG/gVrZFCDAAO4/M2prl5d3AAAAAElFTkSuQmCC) right center no-repeat;
  width: 120px;
  font-size: 14px;
  border-radius: 3px;
  float: right;
  padding: 8px 15px;
}

/*-----------------------------------------
  content title
-----------------------------------------*/
.plugin_right{
  background-color: #fff;
  margin: 0 0 40px;
}
/*プラグインタイトル*/
.plugin_right_title {
  font-size: 15px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  width: 300px;
  overflow: hidden;
  padding: 0;
}

.plugin_right_title_line{
    position: relative;
    display: inline-block;
    margin: 16px 0 12px;
    padding: 0 0;
    text-align: left;
    width: 100%;
    text-align: center;
}

.plugin_right_title_line::before,
.plugin_right_title_line::after{
    position: absolute;
    content: '';
    width: 299px;
    height: 2px;
    background-color: #ef8686;
}

.plugin_right_title_line::before{
left: 0;
    top: 40%;
    z-index: 5;
}
.plugin_right_title_line::after{
left: 0;
    top: 60%;
    z-index: 5;
}

.plugin_right_title_text{
position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 0 24px;
}

/*プラグインコンテンツ*/
.plugin_right_content{
      margin: 3px 20px 20px;
}

/*カテゴリ等*/
.plugin_right_content .main_list{
 font-size: 14px;
 margin: 4px;
}

.plugin_right_content .main_menu a{
 color: #545454;
}

.plugin_right_content .acc_btn{
      background-size: 15px;
      width: 15px;
      height: 15px;
}

/*=========================================
  Plugin
=========================================*/
.fc2_main_page_link {
  display: inline-block;
  font-size: 14px;
  color: #5c5c5c;
  transition: all 0.2s ease-in-out;
}
.fc2_main_page_link:link, .fc2_main_page_link:visited {
  color: #5c5c5c;
}
.fc2_main_page_link:hover {
  opacity: .6;
}

.fc2_main_page_link_text {
  vertical-align: middle;
}

.fc2_main_page_link_icon {
  width: 7px;
  height: 12px;
  vertical-align: middle;
  fill: #5c5c5c;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGpJREFUeNpiiImJEQDiBgYsgAmIE4C4HqhgProk86VLl07o6ekpgBSBaCB/I1wSRIAEsClghqnCpoAR3R6o3SB3LGBiwAMYcelasmRJIiMuCbhObBLgQABKFGCTAAEWkCAQCwAlMIIQIMAA4803HzArCSoAAAAASUVORK5CYII=);
  display: inline-block;
}


.blog_content{

}

.fc2_plugin_content_price_num {
  font-size: 14px;
  vertical-align: middle;
}

.fc2_plugin_content_price_free {
  font-size: 12px;
  font-weight: normal;
  background-color: #ef8686;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
}


/*=========================================
  Profile
=========================================*/

.profile_img_wrap {
    border-radius: 50%;
    margin: 0 auto -90px;
    text-align: center;
    position: relative;
}

.profile_img{
    border: 6px solid #fff;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    position: relative;
    z-index: 5;
    display: inline-block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.profile_img_shadow{
  width: 165px;
  height: 165px;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  
}

.profile_text {
    background-color: #fff;
    font-size: 14px;
    margin: 0 0 32px;
    padding: 95px 20px 20px;
    position: relative;
    z-index: 4;
}



.profile_name {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}

.profile_intro{

}

/*=========================================
  Top blog contents
=========================================*/

.blog_content_item {
  background-color: #fff;
  margin: 0 0 40px;
word-break: break-word;
width: 640px;
    overflow: hidden;
}

.blog_content_item:not(:first-child){
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-direction:row-reverse;/*--- Androidブラウザ用 ---*/
  -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
  flex-direction:row-reverse;
  -ms-flex-wrap:nowrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:nowrap;/*--- safari（PC）用 ---*/
  flex-wrap:nowrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
  -webkit-box-align:stretch;/*--- Androidブラウザ用 ---*/
  -ms-flex-align:stretch;/*--- IE10 ---*/
  -webkit-align-items:stretch;/*--- safari（PC）用 ---*/
  align-items:stretch;
  -ms-flex-line-pack:center;/*--- IE10 ---*/
  -webkit-align-content:center;/*--- safari（PC）用 ---*/
  align-content:center;
}

.blog_content_tmb_wrap {
  width: 289px;
  padding-right: 15px;
  display: block;
}

.blog_content_tmb_wrap:hover{
  opacity:1;
}

.blog_content_title_wrap a{
display: inline-block;
}

.blog_content_tmb {
  width: 289px;
  height: 100%;
  min-height: 178px;
  background-size: cover;
  background-position: center center;
  display: block;
}

.blog_content_item:not(:first-child) .blog_content_tmb{
  -webkit-box-flex:0.0;
  -ms-flex: 0 0 289px;/*--- IE10横のみ対応 ---*/
  -webkit-flex: 0 0 289px;
  flex: 0 0 289px;
}

.blog_content_text{
  -webkit-box-flex:0.0;
  -ms-flex: 0 0 351px;/*--- IE10横のみ対応 ---*/
  -webkit-flex: 0 0 351px;
  flex: 0 0 351px;
}

.blog_content_item:not(:first-child) .blog_content_text_inner{
  margin: 20px 0;
}

.blog_content_item:not(:first-child) .blog_content_text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.blog_content_item .blog_content_title {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px 12px;
  float: left;
  color: #545454;
}

.blog_content_desc{
  display: none;
  font-size: 14px;
  color: #939393;
  line-height: 1.4em;
  overflow: hidden;
  margin: 30px 25px 18px;
}

.blog_content_sup{
  display: block;
  padding: 0 20px 0;
    overflow: hidden;
    width: 351px;
}

.blog_entry .blog_content_sup{
  width: 100%;
}

.blog_content_date {
  font-size: 12px;
  display: block;
  float: left;
}

.blog_content_date_y,
.blog_content_date_m,
.blog_content_date_d {
  display: inline;
}

.blog_content_date_y {
  margin: 0 2px;
}

.blog_content_date_m {
  margin: 0 2px;
}

.blog_content_date_d {
  margin: 0 2px;
}

.blog_content_category {
  float: right;
  font-size: 12px;
  display: none;
}

.blog_content_list .first_topentry_link{
  display: none;
}

.more_topentry_link{
  margin: 0;
}

/*最初の記事*/
.blog_content_list .blog_content_item:first-child{
  border-top: 4px solid #efc0c0;
}
.blog_content_list .blog_content_item:first-child .blog_content_tmb{
  width: 640px;
  height: 400px;
}
.blog_content_list .blog_content_item:first-child .blog_content_title {
font-size: 24px;
}
.blog_content_list .blog_content_item:first-child .blog_content_tmb_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_title_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_desc,
.blog_content_list .blog_content_item:first-child .blog_content_category,
.blog_entry .blog_content_category{
  display: block;
}

.blog_content_list .blog_content_item:first-child .blog_content_title,
.blog_content_list .blog_content_item:first-child .blog_content_tmb_wrap,
.blog_content_list .blog_content_item:first-child .blog_content_sup{
  float: none;
}

.blog_content_list .blog_content_item:first-child .blog_content_title{
  margin: 20px 0 4px 0;
}

.blog_content_list .blog_content_item:first-child .blog_content_sup{
  width: auto;
  margin: 0 0 12px;
}


.blog_content_list .blog_content_item:first-child .first_topentry_link{
  display: block;
  margin: 0 20px 20px;
}

.blog_content_list .blog_content_item:first-child .more_topentry_link{
  display: none;
}

/*=========================================
  Entry page
=========================================*/
.blog_entry {
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  margin: 0 auto;
  border-top: 4px solid #efc0c0;
}

.blog_entry_title {
  font-size: 24px;
  padding: 0 0 4px;
  font-weight: bold;
  margin: 25px 20px 12px ;
}



.blog_entry_body {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 26px;
  letter-spacing: 0.2px;
      padding: 0 20px 16px;
      margin: 0 0 40px;
}


.blog_entry h3 {
  font-size: 18px;
  margin: 20px 0 0 0;
}
.blog_entry h4 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
.blog_entry h5 {
  font-size: 14px;
  margin: 20px 0 0 0;
}
.blog_entry h6 {
  font-size: 12px;
  margin: 20px 0 0 0;
}
.blog_entry img {
  max-width: 100%;
  height: auto;
  margin: 8px auto;
}
.blog_entry .emoji {
  display: inline-block;
  margin: 0 2px;
}
.blog_entry ul, .blog_entry ol, .blog_entry dl, .blog_entry p, .blog_entry fieldset, .blog_entry blockquote, .blog_entry table {
  margin: 0.8em 0;
}
.blog_entry fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 10px;
}
.blog_entry blockquote {
  font-size: 14px;
  margin: 20px 0;
  padding: 10px;
  background-color: #F8F8F8;
}
.blog_entry table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.blog_entry th, .blog_entry td {
  padding: 12px;
  text-align: left;
  border: 1px solid #c0c0c0;
}
.blog_entry em, .blog_entry i {
  font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.blog_entry iframe {
  display: block;
  margin: 24px auto 24px;
  max-width: 100%;
}
.blog_entry .fc2_footer img {
  display: inline-block;
}
.blog_entry .fc2_footer iframe {
  margin: 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dt {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul {
  margin: 8px 0 30px 0;
}
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li,
.blog_entry #fc2relate_entry_thumbnail_area .relate_dd .relate_ul .relate_li_nolink {
  font-size: 14px;
  margin: 0 0 8px 0;
  line-height: 18px;
}

.blog_entry .blog_entry_msg {
  float: left;
  width: 45%;
  text-align: left;
}
.blog_entry .blog_entry_comment,
.blog_entry .blog_entry_trackback {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8;
}

.fc2_footer {
  margin: 60px 0 12px;
}

/*-----------------------------------------
  関連記事
-----------------------------------------*/
.relate_list_area{
  width: 670px;
  margin-right: -30px;
}

.relate_list_title{
  color: #ef8686;
  text-align: center;
  width: 640px;
  margin: 0 0 16px;
}
.relate_list_title_inner{
  position: relative;
  padding: 0 75px;
}
.relate_list_title_inner::before,
.relate_list_title_inner::after{
  content:"";
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAICAYAAACoCeyOAAAACXBIWXMAAAsSAAALEgHS3X78AAAALElEQVQ4y2N839b2n2EEACaGEQIY//8fERE6cmJ01KPDDbB8aG8fLXWHEwAAm6EJBckfpmYAAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 58px;
  height: 8px;
  display: block;
  position: absolute;
  top: 40%;
}

.relate_list_title_inner::before{
  left: 0;
}
.relate_list_title_inner::after{
  right: 0;
}

.relate_list{
  background-color: #fff;
  margin: 0 20px 20px 0;
  word-break: break-word;
  width: 310px;
  overflow: hidden;
  display: table;
  float: left;
}
.relate_list.relate_list_now{
  display: none;
}



.relate_img_wrap,
.relate_about{
  display: table-cell;
  vertical-align: middle;
}
.relate_img_wrap{
  width: 144px;

}
.relate_about{
  padding: 0 8px 0 16px;
}

.relate_img{
  vertical-align: middle;
  height: 112px;
  width: 144px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.relate_title{
  font-size: 15px;
  height: 4.5em;
  font-weight: normal;
  color: #545454;
  overflow: hidden;
  line-height: 1.5em;
  vertical-align: middle;
}
.relate_title_inner{
  display: table-cell;
  vertical-align: middle;
  height: 4.5em;
}
.relate_day{
}
.relate_y{
}
.relate_m{
}
.relate_d{
}
/*.relate_link_btn{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAYAAABGkiVgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGhJREFUeNpieN/WFgDCDFQETEC8HoSBBidQ09AFUPZ8ahnMCCKAhs0HUjADEwWrqhZQbCi1DWZE5lDLYCZkDtCQRCTufEoiCt2lMJA4+MKU6rFPbQNhYUpVA0GABYgDoTG/gVrZFCDAAO4/M2prl5d3AAAAAElFTkSuQmCC) right center no-repeat;
  width: 112px;
  font-size: 14px;
  border-radius: 3px;
  float: right;
  padding: 8px 15px;
}*/


/*=========================================
  Comment area ,Trackback area
=========================================*/
.comment_area_title{
  font-size: 18px;
  margin: 0 0 22px;
}

.comment_area {
  padding:30px 26px 36px 26px;
  background: #fff;
  overflow: hidden;
}

/*-----------------------------------------
  Comment content ,Trackback content
-----------------------------------------*/
.comment_item{
    clear: both;
    padding: 0 0 48px;
    overflow: hidden;
}

.comment_item_author{
    font-size: 13px;
    margin: 0 0 2px;
    font-weight: normal;
}
.comment_item_title{
font-size: 13px;
font-weight: bold;
}
.comment_item_text{
  font-size: 13px;
}

.comment_item_footer{
  font-size: 13px;
}

.comment_item_footer{
  float: right;
}
.comment_item_date,
.comment_item_uri,
.comment_item_edit{
  padding-right: 3px;
}

/*-----------------------------------------
  Comment form
-----------------------------------------*/
.comment_form_wrap{
      margin: 24px 0 0;
}
.comment_form_title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1em;
}

.comment_form_checkbox_wrap,
.comment_form_text_wrap {
  margin: 0 0 20px 0;
}

.comment_form_input{
  margin: 0 0 20px;
}

.comment_form_text {
  width: 60%;
  height: 32px;
  line-height: 22px;
  color: #333333;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #fff;
}

.comment_form_checkbox {
  margin: 0 4px 0 0;
  -webkit-appearance: checkbox;
}

.comment_form_label {
  font-size: 13px;
}


#tools_dialog {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.comment_form_textarea {
  resize: vertical;
  width: 100%;
  height: 215px;
  margin: 0 0 10px 0;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.comment_form_btn_wrap {
  margin: 29px 0 0 0;
}

.comment_form_btn {
    display: block;
    width: 120px;
    height: 37px;
    margin: 0 auto;
    line-height: 37px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    background: #ef8686;
    cursor: pointer;
        float: right;
}

.comment_form_delete_btn{
  font-size: 14px;
  float: right;
  margin: 10px 0;
  cursor: pointer;
}
.comment_form_btn:hover,
.comment_form_delete_btn:hover{
  opacity: .7;
}

/*-----------------------------------------
  Content edit
-----------------------------------------*/
.comment_edit_area .l_top_img_wrap {
  margin: 0;
}

.comment_form_btn.comment_edit_btn {
  width: 48%;
  float: right;
}

.comment_form_btn.comment_delete_btn {
  width: 48%;
  float: left;
  background: #dadada;
  color: #848484;
}

/*-----------------------------------------
  Trackback content
-----------------------------------------*/
.trackback_link {
  font-size: 13px;
  margin: 0 0 24px;
}

.trackback_link_admin {
  margin: 0 0 10px 0;
  display: inline-block;
}

.trackback_link_url {
  overflow: scroll;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #fff;
}

/*=========================================
  Pager
=========================================*/
.pager{
  margin: 24px auto 48px;

  font-size: 13px;
      background-color: #fff;

    line-height: 1em;
}




.pager a {
  border-radius: 3px;
  font-size: 16px;
  transition: opacity 0.2s ease-out;
}

.pager_prev {
  float: left;
  width: 50%;
  text-align: left;
}


.pager_next {
  float: right;
  width: 50%;
  text-align: right;
}

.pager_next_link{
  padding: 24px 20px 24px 6px;
  display: inline-block;
}

.pager_next_icon{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMGJmODIwNy04NmU4LWQ4NGQtYmFkNS04ZDgyMmYyNjEwMGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjIyMEFGNjg2MzgxMTFFNzk2NjZGREQxQ0ZGODRGRDQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjIyMEFGNjc2MzgxMTFFNzk2NjZGREQxQ0ZGODRGRDQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjBiZjgyMDctODZlOC1kODRkLWJhZDUtOGQ4MjJmMjYxMDBkIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYwYmY4MjA3LTg2ZTgtZDg0ZC1iYWQ1LThkODIyZjI2MTAwZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhIf4lgAAABhSURBVHjaYnjf1hYAwgxYABMQrwdhoIIEbJILoOz56AoYQQRQcD6QgkkkClZVLYBL4lLAiGwMugJGdEcAFfxHdhC6TgYMnTjtxOlaXBIwO7FKgAALEAeCGECJDeguBwgwAJCnMrnn7IV9AAAAAElFTkSuQmCC) center center no-repeat;
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.pager_prev_link{
  padding: 24px 6px 24px 20px;
  display: inline-block;
}

.pager_prev_icon{
  background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMGJmODIwNy04NmU4LWQ4NGQtYmFkNS04ZDgyMmYyNjEwMGQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzE2NTMzRUU2MzgyMTFFN0IxMTFBMDEzMkNGMjYxMjYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzE2NTMzRUQ2MzgyMTFFN0IxMTFBMDEzMkNGMjYxMjYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZmZhZTM1NGQtOWI5NS1hMTQ1LWI3OGUtNTRiYTJkM2EzYzc5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmYwYmY4MjA3LTg2ZTgtZDg0ZC1iYWQ1LThkODIyZjI2MTAwZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn4kX5gAAABOSURBVHjaYmTAAt63tQWAaBYsEglAaj6IzYRLAggWMOKSEKyqSmTEJQFiMOKSgNkJk2BAloBJJiLZOx9ZEr+dBF1L0J/YFDDiC1uAAAMANfov0lOHbR8AAAAASUVORK5CYII=) left center no-repeat;
  width: 7px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.pager_next_text,
.pager_prev_text{
vertical-align: middle;
margin: 0 6px;
}

/*=========================================
  Footer
=========================================*/
.l_footer {
  margin: 0 auto 0;
  clear: both;
  background-color: #fff;
  border-top: 2px solid #efc0c0;
  overflow: hidden;
}

.l_footer_inner {
  width: 1010px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
}

.l_footer_left {
  display: table-cell;
  vertical-align: middle;
  width: 930px;
}
.l_footer_left a:hover {
  opacity: 1;
}

.l_footer_logoimg {
  max-width: 365px;
}

.l_footer_right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.l_footer_copyright {
  font-size: 13px;
}
.page_top{
    border-left: 1px solid #efc0c0;
    border-right: 1px solid #efc0c0;
    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.page_top_arr{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAQCAYAAADnEwSWAAAACXBIWXMAAAsSAAALEgHS3X78AAAAm0lEQVQ4y63VwQ3CMBBE0c80ACWkBDpIOglURujE6SCdBCpYLs4FIZHZeCVr5IP1ZPswRATuWku5Zc4Jc17zPAGPmtYoAY11O7qgEtAbuNe0QCWg4dL3EzC4oBLQAlDTApWBtnFBZaEMqCOQC+oo5IBqAe0F1QraA6ol9A88raU0hb6+5QoU4Aw8t2dsDv24IVtldJnKMCqpiwg+nyQw6FW/PloAAAAASUVORK5CYII=) center no-repeat;
  display: inline-block;
  width: 27px;
  height: 16px;
}

.page_top:hover .page_top_arr{
  opacity: .75;
}
