@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
  max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width:100%;
}

* { zoom: 1 } /* IE で dropshadow()使用時に必要みたい*/

/*
  Dreamweaver 可変グリッドプロパティ
  ----------------------------------
  dw-num-cols-mobile:    5;
  dw-num-cols-tablet:    8;
  dw-num-cols-desktop:  10;
  dw-gutter-percentage:  25;

  以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」
  http://www.alistapart.com/articles/responsive-web-design

  および Joni Korpi 氏の「Golden Grid System」
  http://goldengridsystem.com/
*/

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin:0;
  vertical-align:middle;
  height:1.5rem;
  font-size:12px;
  padding: 5px;
}


html {
  /*background-color: transparent;*/
  background-color: #FFFFFF;
  background-image: none;
}

@font-face {
  font-family: '02うつくし明朝体';
  src: local('02うつくし明朝体');
  src: url('/wp-content/themes/kokomo/css/UtsukushiFONT.otf');
}
body {
  background: #fff;
  background-attachment:fixed;
  background-position-x: initial;
  background-position-y: initial;
  width:100%;
  text-align:center;
  padding:0 auto;
  margin: 0 auto;
  color:#111;
  height:auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height:1.5em;

}.font10 {
  font-size:10px;
}
.bx-wrapper .bx-viewport {
  background:none;
  border:none;
  box-shadow: none;
}
/*****************************************
footerのボタン
*****************************************/
#under-btn {
  display: block;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  background: rgba(236, 97, 138,0.8);
  z-index: 9999;
}
#under-btn ul {
  margin:0 ;
  padding:0;
  font-size:0;
}
#under-btn ul li {
  display: inline-block;
  width:48%;
  margin: 10px 1%;
}
#under-btn ul li a {
  background: #ec618a;
  padding: 10px 14px;
  border-radius: 5px;
  color: #fff;
  border:1px solid #fccfcc;
  box-sizing: border-box;
  font-size: 14px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  box-shadow: 0px 2px 0px 0px #fccfcc;
  -moz-box-shadow: 0px 2px 0px 0px #fccfcc;
  -webkit-box-shadow: 0px 2px 0px 0px #fccfcc;
}



/******************************************
ポップアップ
******************************************/
#inline-wrap {
  background:#fff;
  border-radius:10px;
  padding:50px 10px;
  text-align:center;
  font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#inline-wrap p {
  margin-bottom: 30px;
  color:#111;
}
#inline-wrap a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #e3e3e3), color-stop(0.54, #fff));
  background: -webkit-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -moz-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -o-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: -ms-linear-gradient(top, #fff 54%, #e3e3e3 97%);
  background: linear-gradient(to bottom, #fff 54%, #e3e3e3 97%);
  padding: 15px 20px;
  border-radius: 3px;
  color: #666;
  border: 1px solid #666;
  box-shadow: 1px 1px 1px #999;
}
/******************************************
スマホスライダー　bxslider
******************************************/
.bx-wrapper {
  margin-bottom:0;
}
.bx-wrapper .bx-prev {
  background:url(../js/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  background:url(../js/bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-controls {
  display:none;
}
.bx-wrapper .bx-viewport {
  left:0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background:#ec618a;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background:#ddd;
}
/******************************************
ドロワー　mmenu
******************************************/
.mm-menu {
  background:#fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display:none;
}
.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top:0;
}
.mm-panels>.mm-panel>.mm-listview {
  margin:0 0 20px;
}
.mm-listview>li>a, .mm-listview>li>span {
  text-align:left;
  padding:15px 10px 15px 20px;
}
.mm-listview>li>a {
  text-overflow: inherit;
 }
.mm-listview>li {
  background:#efefef;
}
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
  height:11px;
}
.mm-panels>.mm-panel>.mm-listview .menu_icon {
  width:15px;
  margin-left:5px;
}
.mm-panels>.mm-panel>.mm-listview .menu_title {
  font-size:14px;
}
.mm-panels>.mm-panel {
  padding :0;
}
.menu_sp_title_box {
  font-size:0;
  text-align:left;
  margin-top:5px;
  background:#ec618a;
  border-left:
}
.menu_sp_title_box_left {
  width:70%;
  display:inline-block;
  text-align:left;
  background:#ec618a;
  padding:10px 5px 8px;
}
.menu_sp_title_box_right {
  width:30%;
  display:inline-block;
  text-align:right;
}
.menu_bar_icon {
  display:block;
  font-size:28px;
  line-height:1em;
}
.my_menu_menu {
  display:block;
  font-size:10px;
}
.mm-listview>li>a .spMenu_left {
  display:inline-block;
  width:80%;
  text-align:left;
}
.mm-listview>li>a .spMenu_right {
  display:inline-block;
  width:20%;
  text-align:right;
}
/*-------------------------------------------
 パンくずのcss
--------------------------------------------*/
.pankuzu_list {
  clear:both;
  margin-top:0;
}
.pankuzu_list ul {
  margin:3px 0;
  text-align:left;
}
.pankuzu_list li {
  display:inline;
}
.pankuzu_list li a {
  color:#630;
  text-decoration: underline;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
}
.pankuzu_list li a:hover {
  color:#888;
}

li.cate_li {
  text-align: left;
  border-bottom:2px dotted #fff;
  padding:5px;
}
li.cate_li a {
  color:#fff;
}
li.cate_li a:hover {
  color:#888;
}
.alignleft {
  text-align:left;
}
/**************************
パンくず カスタム
**************************/
#breadcrumbs-one {
  background: #eee;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}
#breadcrumbs-one ul {
  margin:0;
  padding:0;
}
#breadcrumbs-one li {
  float: left;
}

#breadcrumbs-one a {
  padding: .4em 1em .4em 2em;
  float: left;
  text-decoration: none;
  color: #111;
  position: relative;
  background: #eee;
}

#breadcrumbs-one li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
  background: #ddd;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after {
  z-index: 2;
  border-left-color: #eee;
}

#breadcrumbs-one a::before {
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}

#breadcrumbs-one a:hover::after {
  border-left-color: #ddd;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
  content: normal;
}

.link_btn {
	overflow: hidden;
	width: 90%;
	height: 60px;
  margin:10px 5% 0;
	padding: 0;
  box-shadow: 0px 8px 0px 0px #ff618a;
  -moz-box-shadow: 0px 8px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 8px 0px 0px #ff618a;
  border-radius: 5px;
}
.link_btn:hover {
  margin-top:12px;
  margin-bottom:-2px;
  box-shadow: 0px 6px 0px 0px #ff618a;
  -moz-box-shadow: 0px 6px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 6px 0px 0px #ff618a;
}
.link_btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #ffd5df;
	color: #ff618a;
	font-size: 16px;
  font-weight:bold;
	line-height: 60px;
	text-decoration:none;
  border-radius: 5px;
}
.link_btn a:hover {
	background: #ffd5df;        /* マウスオーバーカラー */
}
.link_btn a:before {        /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ff618a;
}
.link_btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #ffd5df;
}
.link_btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */
	background: #ffd5df;
}
@media only screen and (max-width: 768px) {
/* モバイルレイアウト : 480 px およびそれ以下. */
body {
  font-family: Roboto, "Hiragino Kaku Gothic ProN","モトヤLシーダ3等幅", MotoyaLCedar, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body .con {
  background: #c8a194;
}
.gridContainer {
  width: 100%;
/*  padding-left: 0.9%;
  padding-right: 0.9%;
*/  margin: 0 auto;
  text-align:center;
  background:none;
}
#header {
  display:none;
}
#header_r {
  width:100%;
  background:none;
  float:none;
}
h1 {
  font-size:13px;
  color:#111;
  font-weight:normal;
}
h1 a {
  color:#888;
  text-decoration: underline;
}
h1 a:hover {
  color:#666;
}
.h1_box h1 {
  display:inline-block;
  margin:3px 0;
}
.h1_box {
  text-align:left;
  font-size: 13px;
  background:#fff;
  line-height:1em;
  padding-left:5px;
}
.h1_box a {
  font-size: 13px;
  color:#111;
  text-decoration: none;
}
#header_r img {
  width:100%
}

#header_r .header_topbox {
  float:left;
  width:100%;
  z-index:10;
  background:#ec618a;
  padding:5px 0;
  margin-bottom:5px;
}
#header_r .header_topbox_left {
  float:left;
  color:#fff;
  margin:5px 0 0 5px;
}
#header_r .header_topbox_left .header_top_box_left_big {
  font-size:21px;
  font-weight:bold;
}
#header_r .header_topbox_left .header_top_box_left_min {
  font-weight:14px;
  font-weight:bold;
}

#header_r .header_topbox_right {
  float:right;
  margin-bottom:7px;
}
#header_r .header_topbox_right a {
  display:inline-block;
  color:#fff;
  border:1px solid #fccfcc;
  border-radius:5px;
  box-sizing:border-box;
  padding:3px 8px;
  margin-right:5px;
  box-shadow:0px 2px 0px 0px #fccfcc;
  -moz-box-shadow:0px 2px 0px 0px #fccfcc;
  -webkit-box-shadow:0px 2px 0px 0px #fccfcc;
}
#header_r .bxslider_box {
  clear:both;
}

#footer {
  clear:both;
  text-align:center;
  width:100%;
  margin:20px auto 0;
  background-color:#ec618a;
  padding-bottom:60px;
}

#footer p {
  font-family:"Lucida Grande", Meiryo, sans-serif;
  color:#fff;
  vertical-align:middle;
  background:none;
  font-size: 13px;
}

#foot_navi {
  display:block;
  margin-top:20px;
  width:100%;
}
#foot_navi ul {
  width:100%;
  text-align:center;
  padding:0;
  font-size: 0;
}
#foot_navi ul li {
  width: 50%;
  margin: 0;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

#foot_navi ul li a {
  display: block;
  cursor:pointer;
  color:#fff;
  font-family:arial;
  font-size: 13px;
  font-weight:bold;
  margin: 5px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
}
#foot_navi ul li:nth-child(odd) {
  border-left:  none;
}
#foot_navi ul li a:active {
  position:relative;
  top:1px;
}


.bottom {
  margin-top:5px;
}
.bottom a {
  color:#fff;
  text-decoration:underline;
}

.bottom ul {
  margin-left:180px;
  padding-top:5px;
}

.bottom ul li {
  float:left;
  list-style:none;
}

.bottom p {
  clear:both;
  margin-top:3px;
  line-height:2em;
}
#right_box {
  display:block;
  padding:0;
  float:left;
  width:100%;
  margin:0;
/*  border:solid 1px #000000;
*/}

#right_box ul {
  margin:0;
  padding:0;
  clear:both;
  width:100%;
  list-style-type:none;
}

#right_box ul li {
  width:100%;
  overflow: hidden;
  margin:0;
  box-sizing:border-box;
  text-align:left;
}
#right_box ul li a {
  text-decoration: none;
  padding:10px  ;
  border-bottom:1px solid #ddd;
  display:block;
  font-size:0;
}
#right_box li img {
  width:100%;
}
#right_box_r ul li.current a img {
  visibility:hidden;
}
.menu_icon {
  display:inline-block;
  width:20px;
}
.menu_title {
  font-size:16px;
  color:#111;
}
.menu_next {
  color:#ddd;
}
.menu_li_left {
  width:80%;
  display:inline-block;
  text-align:left;
}
.menu_next {
  width:20%;
  display:inline-block;
  text-align:right;
  font-size:20px;
}
.red_secret {
  font-size:12px;
  color:#f00;
}
.sns_box ul {
  padding:0;
  margin:0;
}
.sns_box ul li {
  display:inline-block;
  width:30px;
  margin:10px;
}

.nav_box {
  display:none;
}




#main {
  background:none;
  float:left;
  width:100%;
  margin:0 0 30px;
}
#main h1 a {
  color:#fff;
}
#main h1 a:hover {
  color:#888;
}

#main h2 {
  text-align: left;
  color: #111;
  background:#fccfcc;
  padding:5px;
  font-size:18px;
  margin:0;
}

#main h3 {
  text-align:center;
}

#main h2.genre_menu,#main h3.genre_menu {
  color:#c7b689;
  text-align:left;
  padding-left:10px;

}
#main h2 .i_icon {
  width:19px;
  vertical-align:middle;
  display: inline-block;
  margin-top: -3px;
}
#main h2 .he_text {
  vertical-align:middle;
}








}

/* デスクトップレイアウト : 769 px ～モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
body {
  background: #fff;;
}
  #under-btn {
    display: none;
  }
  /**************************
bxslider
  **************************/
  .bx-controls {
    display:block;
  }
  .bx-wrapper {
  margin-bottom:30px;
}

  /***************************
  パンくず カスタム
  ***************************/
  .pankuzu_list {
    clear: both;
    margin-top: 0;
}
#breadcrumbs-one {
  background:none;
  box-shadow: none;;
}
#breadcrumbs-one a {
  color:#111;
  background:none;
  padding: 0 1em 0 2em;
}
#breadcrumbs-one a:hover {
  background:none;
}
#breadcrumbs-one a::after, #breadcrumbs-one a::before {
    margin-top: -0.5em;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.6em solid;
    right: -0.6em;
}
.gridContainer {
  width: 1000px;
  margin: 0 auto;
  text-align:center;
  background:none;
}
body.con {
  height:auto;
}

#header_r {
  display:none;
}
#header {
  display:block;
  text-align:center;
}
#header .header_box {
  display:inline-block;
  width:1000px;
  border:2px solid #ddd;
  box-sizing:border-box;
}
#header .header_box_con {
  display:inline-block;
  width:1000px;
  box-sizing:border-box;
}
.header_box_con img {
  border-top:3px solid #ddd;
  border-bottom:3px solid #ddd;
}

h1 {
  font-size:10px;
  text-align:left;
  margin-left:10px;
  margin-top:0;
  color:#fff;
  display:inline-block;
}
h1 a {
  color:#888;
  text-decoration: underline;
}
h1 a:hover {
  color:#666;
}
.h1_box {
  text-align:left;
  font-size:10px;
  color:#fff;
  background:#ec618a;
  border-top:3px solid #40220f;
}
.h1_box a {
  font-size:10px;
  color:#fff;
}


#header .header_topbox {
  float:left;
  width:100%;
  margin-bottom:5px;
  background:#ec618a;
  padding:5px 0;
  color:#fff;
}
#header .header_topbox_left {
  float:left;
  margin:5px 0 0 10px;
}
#header .header_topbox_right {
  float:right;
  text-align:right;
}
#header .header_okigaru {
  font-size:12px;
  display:inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  vertical-align:middle;
  line-height:1.2em;
}
#header .header_topbox_tel {
  font-size:32px;
  font-family:  ""Times New Roman", Times, serif",  serif;
  display:inline-block;
  vertical-align:top;
  margin-right:20px;
  line-height:1em;
}
#header .topbox_tel_min {
  font-size:22px;
  display:inline-block;
  margin:0 5px;
  vertical-align:middle;
}
.tel_num {
  display:inline-block;
  margin-right:5px;
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  font-weight:bold;
}
#header .header_topbox_btn, #header .header_topbox_btn2 {
  font-size:15px;
  color:#888;
  display:inline-block;
  vertical-align:middle;
  margin:-25px 10px 0 0;
}
#header .header_topbox_btn a {
  border:1px solid #ccc;
  box-sizing:border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffde+83,ffffa7+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffde 83%, #ffffa7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffde 83%,#ffffa7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffde 83%,#ffffa7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffa7',GradientType=0 ); /* IE6-9 */
  padding:4px 10px;
  color:#111;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  line-height:1.2em;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  font-weight:bold;
}
.red_secret {
  font-size:12px;
  color:#f00;
}
#header .header_topbox_btn2 a {
  border:1px solid #ccc;
  box-sizing:border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f8f8+84,dcdddd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f8f8 84%, #dcdddd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f8f8 84%,#dcdddd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f8f8 84%,#dcdddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdddd',GradientType=0 ); /* IE6-9 */
  padding:22px 10px;
  color:#111;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  line-height:1.2em;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  font-weight:bold;
}

#header .header_topbox_ad {
  font-size:14px;
  color:#888;
}





#footer {
  clear:both;
  text-align:center;
  margin:20px auto 0;
  background:#ec618a;
  padding-bottom:0;
}

#footer p {
  vertical-align:middle;
  color:#fff;
  font-size:10px;
}

#foot_navi {
  display:block;
}

#foot_navi {
  margin:20px auto 10px;
  width:1000px;
}
#foot_navi ul {
  width:100%;
  margin:0 auto;
  text-align:center;
}
#foot_navi li {
  display:inline-block;
  font-size:11px;
}
#foot_navi li a {
  color:#fff;
}
#foot_navi li a:hover {
  color:#888;
}


.bottom {
  margin-top:5px;
}
.bottom a {
  color:#fff;
  text-decoration:underline;
}
.bottom ul {
  margin-left:180px;
  padding-top:5px;
}

.bottom ul li {
  float:left;
  list-style:none;
}

.bottom p {
  clear:both;
  margin-top:3px;
  line-height:2em;
}
#right_box_r {
  display:none;
}
#right_box {
  display:block;
  padding:0;
  width:100%;
  margin:0;
  color:#000;
  background:#c8a194;
}

#right_box ul {
  font-size:0;
  margin:0 auto;
  padding:5px 0;
  list-style-type:none;
  width:1000px;
}

#right_box ul li {
  width:14%;
  display:inline-block;
  overflow: hidden;
  margin:0 0.142%;
  box-sizing:border-box;
  padding-top:5px;
  padding-bottom:5px;
  font-size:16px;
  border-right:1px dotted #231815;
}
#right_box ul li:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#right_box ul li.noborder {
  border:none !important;
}
#right_box ul li.current {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}


#right_box li a {
  width:100%;
  display:block;
  margin:0;
  border:none;
  list-style-type:none;
  color:#fff;
}
#right_box li a .menu_icon {
  display:block;
}
#right_box li a .menu_title {
  display:block;
  font-size:13px;
}
#right_box li a .menu_english {
  display:block;
  font-size:10px;
}



#main {
  background:none;
  float:none;
  width:100%;
  margin:0;
  margin-bottom:40px;
/*  border:solid 1px #000000;
*/}
/*
#main h2 {
  font-size:18px;
  text-align:left;
  padding-left:5px;
  border-bottom:1px solid #630;
  padding-bottom:5px;
  margin:30px 0px 20px;
}
*/
#main h2 .i_icon {
  width:19px;
  vertical-align:middle;
  display: inline-block;
  margin-top: -3px;
}

#main h3 {
  text-align:center;
}


#main .singles .single_blog_naiyou {
  margin:15px 0;
}
#main .singles .single_blog_naiyou img {
  display:inline-block;
  margin:5px;
  width:80%;
  margin:5px 10%;
  max-width:400px;
}
#main .singles .single_blog_naiyou p {
  text-align:left;
}


.nav_fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 52px;
    z-index: 99;
}

.nav_box {
  display:block;
}
.nav_box ul {
  width:1000px;
  margin:10px auto;
  font-size:0;
}
.nav_box li {
  display:inline-block;
  width: 18%;
  margin:0 1%;
  vertical-align:top;
}
.nav_box li a {
  display:block;
  background:#ffd5df;
  box-shadow: 0px 6px 0px 0px #ff618a;
  -moz-box-shadow: 0px 6px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 6px 0px 0px #ff618a;
  font-size:16px;
  border-radius:5px;
  text-decoration: none;
  padding:20px 0;
  color:#111;
  vertical-align:top;
}
.nav_box li a.minpadding {
  padding:8px 0;
}
.nav_box li a:hover {
  margin-top:2px;
  margin-bottom:-2px;
  box-shadow: 0px 4px 0px 0px #ff618a;
  -moz-box-shadow: 0px 4px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 4px 0px 0px #ff618a;
}
.nav_box_con {
  display:block;
}
.nav_box_con ul {
  width:1000px;
  margin:10px auto;
  font-size:0;
}
.nav_box_con li {
  display:inline-block;
  width:19.2%;
  margin:0 0.4%;
  vertical-align:top;
}
.nav_box_con li a {
  display:block;
  background:#ffefef;
  font-size:14px;
  border:1px solid #ff618a;
  text-decoration: none;
  padding:20px 0;
  color:#111;
  vertical-align:top;
}
.nav_box_con li a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.nav_box_con_icon {
  color:#ff618a;
}
.sns_box li {
  display:inline-block;
}
}
