/*
Theme Name:Hands+ SimplePortal v1.00 BLUE
Author: Hands+ Design Team
*/

/*----------------------------------------------------------------

	reset

----------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*----------------------------------------------------------------

	base

----------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #555555;
  background-color: #faf8f4;
  letter-spacing: 1px;
  line-height: 1.7;
}

h4 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

/*----------------------------------------------------------------

	common

----------------------------------------------------------------*/
.container {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
    margin: 0px;
  }
}

.wrapper {
  overflow: hidden;
  clear: both;
}

/* title
--------------------------------*/
.title_style01 {
  color: #4faacf;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #4faacf;
  padding: 0px 0px 7px 5px;
}
.title_style01 span {
  font-size: 1.0rem;
  color: #999;
  margin-left: 5px;
  display: inline-block;
}
.title_style01 i {
  width: 25px;
  height: 25px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: 57px 1200px;
  margin-right: 5px;
  display: inline-block;
}

.title_style02 {
  color: #4faacf;
  font-weight: bold;
}
.title_style02 i {
  width: 25px;
  height: 25px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: 57px 1200px;
  margin-right: 5px;
  display: inline-block;
}

.title_style03 {
  color: #4faacf;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.title_style03 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.title_style03:before {
  position: absolute;
  top: 49%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4faacf;
}

.title_style04 {
  font-weight: bold;
  text-indent: -13px;
  padding-left: 13px;
}
.title_style04 i {
  width: 8px;
  height: 20px;
  background-color: #4faacf;
  border-radius: 7px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
}

.title_style05 {
  color: #4faacf;
  font-weight: bold;
  background-color: #FFFFFF;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 2px solid #4faacf;
  padding: 10px 15px 7px 65px;
  position: relative;
}
.title_style05 i {
  width: 45px;
  height: 60px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: 57px 1200px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: -3px;
}

/* button
--------------------------------*/
.button01 a,
button.button01 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #4faacf;
  border: 2px solid #4faacf;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 4px 0px;
  display: block;
  transition: 0.3s;
}

.button01 a i {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .button01 a:hover,
  button.button01:hover {
    color: #4faacf;
    background-color: #FFF;
  }

  .button01 a:hover i {
    border-top: 1px solid #4faacf;
    border-right: 1px solid #4faacf;
  }
}
/* thumb - thumb hover
-------------------------------------*/
a .thumb,
.thumb {
  overflow: hidden;
  line-height: 0;
}
a .thumb img,
.thumb img {
  width: 100%;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover .thumb img {
    transform: scale(1.2, 1.2);
  }
}
/* table
--------------------------------*/
.table_style01 {
  width: 100%;
}
.table_style01 th, .table_style01 td {
  padding: 15px 15px 5px;
}
@media screen and (max-width: 640px) {
  .table_style01 th, .table_style01 td {
    padding-left: 5px;
  }
}
.table_style01 th {
  width: 165px;
  color: #4faacf;
  text-align: left;
  border-bottom: 2px solid #4faacf;
}
@media screen and (max-width: 640px) {
  .table_style01 th {
    width: 40%;
  }
}
.table_style01 td {
  border-bottom: 2px solid #d9d9d9;
}

/* pager
-------------------------------------*/
.box_pager {
  text-align: center;
  margin: 15px 0px 0px;
}
.box_pager .page-numbers {
  color: #4faacf;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #4faacf;
  border-radius: 3px;
  padding: 9px 10px 8px;
  display: inline-block;
}
.box_pager .page-numbers.current {
  color: #ffffff;
  border: 2px solid #4faacf;
  background-color: #4faacf;
}

/* header
--------------------------------*/
#header {
  border-top: 3px solid #4faacf;
  margin-bottom: 30px;
  padding-top: 5px;
}
#header h1 {
  font-size: 1.2rem;
  text-align: right;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #header h1 {
    font-size: 1.2rem;
    text-align: left;
    padding: 0px 5px;
  }
}
#header .logo {
  width: 238px;
  margin: 0px auto 30px;
}
@media screen and (max-width: 640px) {
  #header .logo {
    margin-top: 50px;
  }
}
#header .logo img {
  width: 100%;
}
#header #header_navigation {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  #header #header_navigation {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  #header #header_navigation {
    width: 100%;
    height: 100%;
    background-color: #faf8f4;
    padding: 70px 10px 20px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
  }
}
#header #header_navigation nav > ul {
  overflow: hidden;
}
#header #header_navigation nav > ul li {
  width: 25%;
  padding: 5px 7px;
  box-sizing: border-box;
  border-left: 1px dotted #4faacf;
  float: left;
}
#header #header_navigation nav > ul li:last-child {
  border-right: 1px dotted #4faacf;
}
@media screen and (max-width: 640px) {
  #header #header_navigation nav > ul li {
    width: 100%;
    border-left: none;
    border-top: 1px dotted #4faacf;
    float: none;
  }
  #header #header_navigation nav > ul li:last-child {
    border-right: none;
    border-bottom: 1px dotted #4faacf;
  }
}
#header #header_navigation nav > ul li a {
  color: #4faacf;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0px;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #header #header_navigation nav > ul li a:hover {
    color: #fff;
    background-color: #4faacf;
  }
}
#header #header_navigation nav > ul li a.current {
  color: #fff;
  background-color: #4faacf;
}
#header #header_navigation .block_side_order_ranking {
  margin-top: 20px;
}
#header #header_navigation .block_side_order_ranking .title_style02 {
  text-align: center;
  margin-bottom: 10px;
}
#header #header_navigation .block_side_order_ranking .title_style02 i {
  background-position: 0px 0px;
}
#header #header_navigation .block_side_order_ranking .detail {
  background-color: #FFF;
  padding: 15px;
  overflow: hidden;
}
#header #header_navigation .block_side_order_ranking .detail ul li {
  margin: 5px 0px 18px;
}
#header #header_navigation .block_side_order_ranking .detail ul li i {
  width: 23px;
  height: 23px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: 57px 1200px;
  margin-right: 5px;
  display: inline-block;
}
#header #header_navigation .block_side_order_ranking .detail ul li a {
  color: #4faacf;
}
@media screen and (min-width: 768px) {
  #header #header_navigation .block_side_order_ranking .detail ul li a:hover {
    text-decoration: underline;
  }
}
#header #header_navigation .block_side_order_ranking .detail ul li:nth-child(1) i {
  background-position: 0 -37px;
}
#header #header_navigation .block_side_order_ranking .detail ul li:nth-child(2) i {
  background-position: 0 -77px;
}
#header #header_navigation .block_side_order_ranking .detail ul li:nth-child(3) i {
  background-position: 0 -117px;
}
#header #header_navigation .block_side_order_ranking .detail ul li:nth-child(4) i {
  background-position: 0 -157px;
}
#header #header_navigation .block_side_order_ranking .detail ul li:nth-child(5) i {
  background-position: 0 -197px;
}
#header #sp_menu_btn {
  width: 52px;
  height: 52px;
  color: #ffffff;
  background-color: #4faacf;
  border-radius: 26px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 640px) {
  #header #sp_menu_btn {
    display: block;
  }
}
#header #sp_menu_btn .icon {
  display: block;
  width: 42px;
  height: 32px;
  margin: 6px 0px 0px 5px;
  position: relative;
}
#header #sp_menu_btn span {
  display: block;
  background: #ffffff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#header #sp_menu_btn span:first-child {
  top: 6px;
}
#header #sp_menu_btn span:nth-child(2) {
  margin-top: -3px;
  top: 50%;
}
#header #sp_menu_btn span:last-child {
  bottom: 10px;
}
#header #sp_menu_btn p {
  width: 100%;
  font-size: 1.0rem;
  text-align: center;
  position: absolute;
  bottom: 6px;
}
#header #sp_menu_btn p.txt_cl {
  opacity: 0;
}
#header #sp_menu_btn.active .icon span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
#header #sp_menu_btn.active .icon span:nth-child(2) {
  opacity: 0;
}
#header #sp_menu_btn.active .icon span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
#header #sp_menu_btn.active p.txt_op {
  opacity: 0;
}
#header #sp_menu_btn.active p.txt_cl {
  opacity: 1;
}

#overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
}
@media screen and (min-width: 768px) {
  #overlay {
    display: none !important;
  }
}

/* contents
--------------------------------*/
.contents {
  margin-bottom: 50px;
  *zoom: 1;
}
.contents:before, .contents:after {
  content: " ";
  display: table;
}
.contents:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .contents {
    padding: 0px 10px;
  }
}
.contents .section {
  margin-bottom: 20px;
}
.contents .section h2.title_style02 {
  margin: 0px 0px 10px 10px;
}
.contents .section .detail {
  background-color: #FFF;
  padding: 15px;
  overflow: hidden;
}
.contents .section .detail .of2r {
	margin: 10px 0 0 0;
	float: right;
	font-size: 1.3rem;
	color: #999;
}
@media screen and (max-width: 640px) {
  .contents .section .detail .detail {
    padding: 15px 0px 0px;
  }
}
.contents #block_side {
  width: 290px;
  float: left;
}
@media screen and (max-width: 640px) {
  .contents #block_side {
    width: 100%;
    float: none;
  }
}
.contents #block_side .block_side_order_ranking .title_style02 i {
  background-position: 0px 0px;
}
.contents #block_side .block_side_order_ranking ul li {
  margin: 5px 0px 18px;
}
.contents #block_side .block_side_order_ranking ul li i {
  width: 23px;
  height: 23px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-size: 57px 1200px;
  margin-right: 5px;
  display: inline-block;
}
.contents #block_side .block_side_order_ranking ul li a {
  color: #4faacf;
}
@media screen and (min-width: 768px) {
  .contents #block_side .block_side_order_ranking ul li a:hover {
    text-decoration: underline;
  }
}
.contents #block_side .block_side_order_ranking ul li:nth-child(1) i {
  background-position: 0 -37px;
}
.contents #block_side .block_side_order_ranking ul li:nth-child(2) i {
  background-position: 0 -77px;
}
.contents #block_side .block_side_order_ranking ul li:nth-child(3) i {
  background-position: 0 -117px;
}
.contents #block_side .block_side_order_ranking ul li:nth-child(4) i {
  background-position: 0 -157px;
}
.contents #block_side .block_side_order_ranking ul li:nth-child(5) i {
  background-position: 0 -197px;
}
.contents #block_side .block_side_column_category .title_style02 i {
  background-position: 0px -751px;
}
.contents #block_side .block_side_column_category ul li {
  text-indent: -15px;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 5px 15px 20px;
}
.contents #block_side .block_side_column_category ul li:first-child {
  padding-top: 10px;
}
.contents #block_side .block_side_column_category ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.contents #block_side .block_side_column_category ul li a {
  color: #4faacf;
}
@media screen and (min-width: 768px) {
  .contents #block_side .block_side_column_category ul li a:hover {
    text-decoration: underline;
  }
}
.contents #block_side .block_side_column_category ul li a i {
  left: 4px;
  box-sizing: border-box;
  width: 15px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 7px solid #4faacf;
  display: inline-block;
}
.contents #block_side .block_side_column_ranking .title_style02 i {
  background-position: 0px -230px;
}
.contents #block_side .block_side_column_ranking ul li {
  overflow: hidden;
  margin-bottom: 15px;
}
.contents #block_side .block_side_column_ranking ul li:last-child {
  margin-bottom: 0px;
}
.contents #block_side .block_side_column_ranking ul li a .thumb {
  width: 90px;
  float: left;
}
@media screen and (max-width: 640px) {
  .contents #block_side .block_side_column_ranking ul li a .thumb {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
}
.contents #block_side .block_side_column_ranking ul li a .text {
  width: 160px;
  float: right;
}
@media screen and (max-width: 640px) {
  .contents #block_side .block_side_column_ranking ul li a .text {
    width: 100%;
    float: none;
  }
}
.contents #block_side .block_side_column_ranking ul li a .text .views {
  font-size: 1.4rem;
  color: #eb22c3;
  font-weight: bold;
}
.contents #block_side .block_side_column_ranking ul li a .text .views span {
  font-size: 1.0rem;
  font-weight: normal;
}
.contents #block_side .block_side_column_ranking ul li a .text .title {
  color: #4faacf;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contents #block_side .block_side_column_ranking ul li a .text .title:hover {
    text-decoration: underline;
  }
}
.contents #block_side .block_side_pickup_product .title_style02 i {
  background-position: 0px -267px;
}
.contents #block_side .block_side_pickup_product ul li {
  overflow: hidden;
  margin-bottom: 15px;
}
.contents #block_side .block_side_pickup_product ul li a {
  display: table;
}
.contents #block_side .block_side_pickup_product ul li a .thumb {
  width: 60px;
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .contents #block_side .block_side_pickup_product ul li a .thumb {
    width: 38%;
  }
}
.contents #block_side .block_side_pickup_product ul li a .text {
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .contents #block_side .block_side_pickup_product ul li a .text {
    width: 60%;
  }
}
.contents #block_side .block_side_pickup_product ul li a .text .inner {
  display: table-cell;
  vertical-align: middle;
}
.contents #block_side .block_side_pickup_product ul li a .text .company_name {
  font-size: 1.0rem;
  color: #999;
}
.contents #block_side .block_side_pickup_product ul li a .text .product_name {
  color: #4faacf;
}
@media screen and (min-width: 768px) {
  .contents #block_side .block_side_pickup_product ul li a .text .product_name:hover {
    text-decoration: underline;
  }
}
.contents #block_side .block_side_sns_share .title_style02 i {
  background-position: 0px -303px;
}
.contents #block_side .block_side_sns_share ul li {
  margin-bottom: 15px;
}
.contents #block_side .block_side_sns_share ul li:last-child {
  margin-bottom: 0px;
}
.contents #block_side .block_side_sns_share ul li a {
  font-weight: bold;
}
.contents #block_side .block_side_sns_share ul li a i {
  width: 50px;
  height: 45px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 57px 1200px;
  margin-right: 10px;
  display: inline-block;
}
.contents #block_side .block_side_sns_share ul li:nth-child(1) a {
  color: #55acef;
}
.contents #block_side .block_side_sns_share ul li:nth-child(1) a i {
  background-position: 0 -339px;
}
.contents #block_side .block_side_sns_share ul li:nth-child(2) a {
  color: #3b5998;
}
.contents #block_side .block_side_sns_share ul li:nth-child(2) a i {
  background-position: 0 -390px;
}
.contents #block_side .block_side_sns_share ul li:nth-child(3) a {
  color: #5988c0;
}
.contents #block_side .block_side_sns_share ul li:nth-child(3) a i {
  background-position: 0 -440px;
}
.contents #block_main {
  width: 700px;
  float: right;
}
@media screen and (max-width: 640px) {
  .contents #block_main {
    width: 100%;
    float: none;
  }
}

/* footer
--------------------------------*/
#footer {
  border-bottom: 3px solid #4faacf;
  padding-bottom: 10px;
}
#footer .navigation {
  border-top: 1px solid #4faacf;
  border-bottom: 1px solid #4faacf;
  margin-bottom: 40px;
}
#footer .navigation ul {
  overflow: hidden;
}
#footer .navigation ul li {
  width: 166px;
  float: left;
}
@media screen and (max-width: 640px) {
  #footer .navigation ul li {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  #footer .navigation ul li:nth-child(2n+0) {
    padding-right: 15px;
  }
}
#footer .navigation ul li a {
  color: #4faacf;
  font-size: 1.2rem;
  text-align: center;
  border-left: 1px solid #4faacf;
  margin: 10px 0px;
  display: block;
}
@media screen and (max-width: 640px) {
  #footer .navigation ul li a {
    border-right: 1px solid #4faacf;
  }
}
#footer .navigation ul li:last-child a {
  border-right: 1px solid #4faacf;
}
#footer .logo {
  width: 238px;
  margin: 0px auto 20px;
}
#footer .logo img {
  width: 100%;
}
#footer #copyright {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer #copyright {
    font-size: 1.0rem;
  }
}

/* adjust
--------------------------------*/
/* clear */
.clear {
  clear: both;
}

/* clearfix */
.clear_fix:before,
.clear_fix:after {
  content: " ";
  display: table;
}

.clear_fix:after {
  clear: both;
}

.clear_fix {
  *zoom: 1;
}

/*----------------------------------------------------------------

	unique

----------------------------------------------------------------*/
/* theme_color */
/* index
--------------------------------*/
.block_main_best_item .title_style02 i, .block_main_item_list .title_style02 i, .block_main_item .title_style02 i, .block_main_ranking .title_style02 i {
  background-position: 0px -491px;
}
.block_main_best_item .box_main, .block_main_item_list .box_main, .block_main_item .box_main, .block_main_ranking .box_main {
  margin-bottom: 15px;
}
.block_main_best_item .box_main .thumb, .block_main_item_list .box_main .thumb, .block_main_item .box_main .thumb, .block_main_ranking .box_main .thumb {
  width: 180px;
  float: left;
}
@media screen and (max-width: 640px) {
  .block_main_best_item .box_main .thumb, .block_main_item_list .box_main .thumb, .block_main_item .box_main .thumb, .block_main_ranking .box_main .thumb {
    width: 100%;
    float: none;
  }
}
.block_main_best_item .box_main .text, .block_main_item_list .box_main .text, .block_main_item .box_main .text, .block_main_ranking .box_main .text {
  width: 440px;
  float: right;
}
@media screen and (max-width: 640px) {
  .block_main_best_item .box_main .text, .block_main_item_list .box_main .text, .block_main_item .box_main .text, .block_main_ranking .box_main .text {
    width: 100%;
    float: none;
  }
}
.block_main_best_item .box_main .text dt, .block_main_item_list .box_main .text dt, .block_main_item .box_main .text dt, .block_main_ranking .box_main .text dt {
  color: #4faacf;
  font-weight: bold;
  margin: 5px 0px;
}
.block_main_best_item .box_sub, .block_main_item_list .box_sub, .block_main_item .box_sub, .block_main_ranking .box_sub {
  margin-left: -40px;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 640px) {
  .block_main_best_item .box_sub, .block_main_item_list .box_sub, .block_main_item .box_sub, .block_main_ranking .box_sub {
    margin-left: 0px;
  }
}
.block_main_best_item .box_sub li, .block_main_item_list .box_sub li, .block_main_item .box_sub li, .block_main_ranking .box_sub li {
  width: 295px;
  margin-left: 40px;
  float: left;
}
@media screen and (max-width: 640px) {
  .block_main_best_item .box_sub li, .block_main_item_list .box_sub li, .block_main_item .box_sub li, .block_main_ranking .box_sub li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    float: none;
  }
}
.block_main_best_item .box_sub li dl dt, .block_main_item_list .box_sub li dl dt, .block_main_item .box_sub li dl dt, .block_main_ranking .box_sub li dl dt {
  font-weight: bold;
  color: #4faacf;
}
.block_main_best_item .box_sub li dl dt i, .block_main_item_list .box_sub li dl dt i, .block_main_item .box_sub li dl dt i, .block_main_ranking .box_sub li dl dt i {
  width: 35px;
  height: 40px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  background-position: 0px -520px;
  vertical-align: middle;
  background-size: 57px 1200px;
  margin-right: 5px;
  display: inline-block;
}
.block_main_best_item .button01, .block_main_item_list .button01, .block_main_item .button01, .block_main_ranking .button01 {
  width: 230px;
  float: right;
}
@media screen and (max-width: 640px) {
  .block_main_best_item .button01, .block_main_item_list .button01, .block_main_item .button01, .block_main_ranking .button01 {
    width: 100%;
    float: none;
  }
}

.block_main_keyword_search .title_style02 i {
  background-position: 0px -561px;
}
.block_main_keyword_search .keyword_list {
  margin: 15px 0px;
  overflow: hidden;
}
.block_main_keyword_search .keyword_list li {
  font-size: 1.2rem;
  text-align: center;
  background-color: #faf8f4;
  margin: 0px 10px 10px 0px;
  float: left;
}
.block_main_keyword_search .keyword_list li a {
  color: #999;
  padding: 3px 8px;
  display: block;
}
.block_main_keyword_search form {
  overflow: hidden;
}
.block_main_keyword_search form input[type="text"] {
  width: 500px;
  height: 48px;
  font-size: 1.6rem;
  border: 1px solid #4faacf;
  box-sizing: border-box;
  padding: 15px;
  float: left;
}
@media screen and (max-width: 640px) {
  .block_main_keyword_search form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}
.block_main_keyword_search form button[type="submit"] {
  width: 162px;
  height: 48px;
  font-size: 1.4rem;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 640px) {
  .block_main_keyword_search form button[type="submit"] {
    width: 100%;
    float: none;
  }
}

.block_main_new_column .title_style02 i, .block_main_column_list .title_style02 i, .block_main_recommend_column .title_style02 i {
  background-position: 0px -594px;
}
.block_main_new_column .column_list li, .block_main_column_list .column_list li, .block_main_recommend_column .column_list li {
  overflow: hidden;
  margin-bottom: 15px;
}
.block_main_new_column .column_list li a, .block_main_column_list .column_list li a, .block_main_recommend_column .column_list li a {
  color: #555;
}
.block_main_new_column .column_list li a .thumb, .block_main_column_list .column_list li a .thumb, .block_main_recommend_column .column_list li a .thumb {
  width: 190px;
  float: left;
}
@media screen and (max-width: 640px) {
  .block_main_new_column .column_list li a .thumb, .block_main_column_list .column_list li a .thumb, .block_main_recommend_column .column_list li a .thumb {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
}
.block_main_new_column .column_list li a .text, .block_main_column_list .column_list li a .text, .block_main_recommend_column .column_list li a .text {
  width: 465px;
  float: right;
}
@media screen and (max-width: 640px) {
  .block_main_new_column .column_list li a .text, .block_main_column_list .column_list li a .text, .block_main_recommend_column .column_list li a .text {
    width: 100%;
    float: none;
  }
}
.block_main_new_column .column_list li a .text .new, .block_main_column_list .column_list li a .text .new, .block_main_recommend_column .column_list li a .text .new {
  color: #eb22c3;
  font-weight: bold;
  margin-bottom: 2px;
}
.block_main_new_column .column_list li a .text .views, .block_main_column_list .column_list li a .text .views, .block_main_recommend_column .column_list li a .text .views {
  font-size: 1.4rem;
  color: #eb22c3;
  font-weight: bold;
}
.block_main_new_column .column_list li a .text .views span, .block_main_column_list .column_list li a .text .views span, .block_main_recommend_column .column_list li a .text .views span {
  font-size: 1.0rem;
  font-weight: normal;
}
.block_main_new_column .column_list li a .text dl dt, .block_main_column_list .column_list li a .text dl dt, .block_main_recommend_column .column_list li a .text dl dt {
  color: #4faacf;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .block_main_new_column .column_list li a:hover .text dl dd, .block_main_column_list .column_list li a:hover .text dl dd, .block_main_recommend_column .column_list li a:hover .text dl dd {
    text-decoration: underline;
  }
}
.block_main_new_column .button01, .block_main_column_list .button01, .block_main_recommend_column .button01 {
  width: 230px;
  float: right;
}
@media screen and (max-width: 640px) {
  .block_main_new_column .button01, .block_main_column_list .button01, .block_main_recommend_column .button01 {
    width: 100%;
    float: none;
  }
}

/* archive_column
--------------------------------*/
/* column
--------------------------------*/
.block_main_column .posting_area h3 {
  margin: 70px 0px 30px;
}
.block_main_column .posting_area h3:first-child {
  margin-top: 15px;
}
.block_main_column .posting_area h4 {
  margin: 50px 0px 30px;
}
.block_main_column .posting_area p, .block_main_column .posting_area ul {
  margin: 30px 0px;
}
.block_main_column .posting_area .image {
  max-width: 500px;
  margin: 0px auto;
}
.block_main_column .posting_area .image img {
  width: 100%;
}
.block_main_column .posting_area ul {
  margin-left: 20px;
}
.block_main_column .posting_area ul li {
  position: relative;
}
.block_main_column .posting_area ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 8px;
  background-color: #4faacf;
  border-radius: 100%;
}
.block_main_column .facebook_like {
  height: 145px;
  display: table;
}
@media screen and (max-width: 640px) {
  .block_main_column .facebook_like {
    height: auto;
    display: block;
  }
}
.block_main_column .facebook_like .thumb {
  width: 230px;
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .block_main_column .facebook_like .thumb {
    width: 100%;
    display: block;
  }
}
.block_main_column .facebook_like .thumb img {
  width: 100%;
}
.block_main_column .facebook_like .box {
  width: 410px;
  background-color: #e9e9e9;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .block_main_column .facebook_like .box {
    width: 100%;
    padding: 15px 0px;
    display: block;
  }
}
.block_main_column .facebook_like .box .text01 {
  color: #4faacf;
  font-weight: bold;
  margin-bottom: 5px;
}
.block_main_column .facebook_like .box .text02 {
  font-size: 1.2rem;
  margin-top: 7px;
}

.block_main_recommend_column .title_style02 i {
  background-position: 0px -230px;
}

/* archive_item
--------------------------------*/
.block_main_item_list .title_style02 i {
  background-position: 0px -267px;
}
.block_main_item_list > .detail {
  margin-bottom: 15px;
}

/* item
--------------------------------*/
.block_main_item table {
  margin: 30px 0px;
}
.block_main_item .section {
  margin-bottom: 40px;
}
.block_main_item .section.row2 .title_style02 {
  margin-bottom: 15px;
}
.block_main_item .section.row2 .title_style02 i {
  background-position: 0px -778px;
}
.block_main_item .section.row2 p {
  margin-bottom: 20px;
}
.block_main_item .section.row3 {
  margin-bottom: 0px;
}
.block_main_item .section.row3 .title_style02 {
  margin-bottom: 15px;
}
.block_main_item .section.row3 .title_style02 i {
  background-position: 0px -647px;
}
.block_main_item .section.row3 .box_sub {
  margin-bottom: 30px;
}

/* ranking
--------------------------------*/
.block_main_ranking table {
  margin: 0px 0px 30px;
}

.block_main_ranking.ranking1 .title_style02 {
  margin-bottom: 15px;
}
.block_main_ranking.ranking1 .title_style02 i {
  background-position: 0px -647px;
}
.block_main_ranking.ranking1 .button01 {
  margin-top: 15px;
}

.block_main_ranking.ranking1 .title_style05 {
  background-color: #fff8e1;
}
.block_main_ranking.ranking1 .title_style05 i {
  background-position: 0px -811px;
}

.block_main_ranking.ranking2 .title_style05 {
  background-color: #f5f5f5;
}
.block_main_ranking.ranking2 .title_style05 i {
  background-position: 0px -880px;
}

.block_main_ranking.ranking3 .title_style05 {
  background-color: #faf0e5;
}
.block_main_ranking.ranking3 .title_style05 i {
  background-position: 0px -949px;
}

.block_main_ranking.ranking4 .title_style05 {
  background-color: #e7f6fc;
}
.block_main_ranking.ranking4 .title_style05 i {
  background-position: 0px -1018px;
}

.block_main_ranking.ranking5 .title_style05 {
  background-color: #e7f6fc;
}
.block_main_ranking.ranking5 .title_style05 i {
  background-position: 0px -1085px;
}

/* manage
--------------------------------*/
.block_main_manage .logo {
  width: 238px;
  margin: 30px auto;
}
@media screen and (max-width: 640px) {
  .block_main_manage .logo {
    margin-top: 50px;
  }
}
.block_main_manage .logo img {
  width: 100%;
}
.block_main_manage table {
  margin: 30px 0px 50px;
}
.block_main_manage .title_style02 {
  margin-bottom: 15px;
}
.block_main_manage .title_style02 i {
  background-position: 0px -722px;
}

/* sitemap
--------------------------------*/
.block_main_sitemap .sitemap_list {
  margin: 30px 0px;
  padding: 0px 15px;
}
.block_main_sitemap .sitemap_list li a {
  color: #4faacf;
}
@media screen and (min-width: 768px) {
  .block_main_sitemap .sitemap_list li a:hover {
    text-decoration: underline;
  }
}
.block_main_sitemap .sitemap_list li a i {
  left: 4px;
  box-sizing: border-box;
  width: 15px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 7px solid #4faacf;
  display: inline-block;
}
.block_main_sitemap .sitemap_list li > a {
  margin-bottom: 10px;
  display: inline-block;
}
.block_main_sitemap .sitemap_list > li > ul li {
  padding-left: 17px;
}
