/*
Theme Name: iTheme2
Theme URI: http://themify.me/themes/itheme2
Version: 1.7.0
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2015 Themify.
Tags: featured-images,translation-ready,custom-menu
*/

html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,
tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,
code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset,figure {
  margin: 0;
  padding: 0;
  }
img,fieldset {
  border: 0;
  }
img {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
/* ie 8 img max-width */ 
@media \0screen {
  img {
    width: auto;
    }
  }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
  }
audio {
  max-width: 100%;
  }
iframe,object {
  max-width: 100%;
  }
html {
  -webkit-font-smoothing: antialiased;
  }
body {
/* background: #0d1424 url(images/body-bg.jpg) no-repeat center top; */
/* font: .81em/150% "Lucida Grande",Arial,"Lucida Sans Unicode",sans-serif; */
  font: .81em/150% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  word-wrap: break-word;
  color: #333;
background-size: 90px 90px;
background-color: white;
background-image: -webkit-linear-gradient(transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5)),-webkit-linear-gradient(0deg,transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5));
background-image: -moz-linear-gradient(transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5)),-moz-linear-gradient(0deg,transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5));
background-image: linear-gradient(transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5)),linear-gradient(90deg,transparent 50%,rgba(247,190,123,.5) 50%,rgba(247,190,123,.5));
  }
p {
  margin: 0 0 1.2em;
  padding: 0;
  }
a {
  text-decoration: none;
  outline: none;
  color: #026acb;
  }
a:hover {
  text-decoration: underline;
  }
small {
  font-size: 87%;
  }
em,i {}
ul,ol {
  margin: 1em 0 1.4em 24px;
  padding: 0;
  line-height: 140%;
  }
li {
  margin: 0 0 .5em 0;
  padding: 0;
  }
blockquote {
/*  font: italic 15px/130% "Times New Roman",Times,serif; */
  font: italic 15px/130% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  padding: 8px 30px 15px;
  }
h1,h2,h3,h4,h5,h6 {
  line-height: 1.4em;
  margin: 20px 0 .4em;
  color: #333;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  }
h1 {
  font-size: 2em;
  }
h2 {
  font-size: 1.6em;
  }
h3 {
  font-size: 1.4em;
  }
h4 {
  font-size: 1.2em;
  }
h5 {
  font-size: 1.1em;
  }
h6 {
  font-size: 1em;
  }
input,textarea,select,button {
  font-size: 100%;
  font-family: inherit;
  }
textarea {
  line-height: 150%;
  width: 96%;
  }
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url] {
  border: solid 1px #ccc;
  padding: 5px 7px;
  background: #fff5e8; /*#f0f0f0*/
  border-radius: 5px;
  }
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus {
  border: solid 1px #666;
  background: #fff;
  outline: none;
  }
input[type=reset],input[type=submit],button {
  color: #fff;
  line-height: 100%;
  border: none;
  padding: 5px 7px;
  cursor: pointer;
  color: #333;
  padding: 5px 20px;
  cursor: pointer;
  border: solid 1px #fff;
  background-color: #ff9c08; /* #111 */
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,.7) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.1) 0%,rgba(255,255,255,.7) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.1) 0%,rgba(255,255,255,.7) 100%);
  border-radius: 10em;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  box-shadow: 0 1px 3px rgba(0,0,0,.7);
  }
input[type=reset]:hover,input[type=submit]:hover,button:hover {
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,.1) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,.1) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.7) 0%,rgba(255,255,255,.1) 100%);
  color: #111;
  text-shadow: 0 -1px 0 rgba(255,255,255,.8);
  box-shadow: 0 -1px 3px rgba(0,0,0,.7);
  margin: 1px 0 -1px 0;

  }
#pagewrap,
.pagewidth,
#headerwrap,
#header,
#main-nav,
#body,
#layout,
#content,
.post,
.author-box,
.post-nav,
.pagenav,
#sidebar,
.widget,
#footerwrap,
#footer {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
#pagewrap {
  width: 978px; /* 1018px */
  margin: 0 auto;
  background: #fff;
/* padding: 0 20px; */
 box-shadow:rgba(113,135,164,.7) 1px 1px 3px 0;
 -webkit-box-shadow:rgba(113,135,164,.7) 1px 1px 3px 0;
 -moz-box-shadow:rgba(113,135,164,.7) 1px 1px 3px 0;
  }
#content {
  width: 670px;
  float: left;
  background: #fff;
  padding: 35px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  }
#sidebar {
  float: right;
  width: 286px;
  margin-bottom: 10px;
  margin-top: 1px;
  font-size: 90%;
  }
.sidebar-left #content {
  float: right;
  }
.sidebar-left #sidebar {
  float: left;
  }
.sidebar-none #content {
  width: auto;
  float: none;
  }
.full_width #layout {
  width: 100%;
  max-width: 100%;
  }
.full_width #content {
  padding: 0;
  width: auto;
  float: none;
  }
.full_width #sidebar {
  width: auto;
  float: none;
  }
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
  margin-left: 3.2%;
  float: left;
  }
.col4-1 {
  width: 22.6%;
  }
.col4-2,
.col2-1 {
  width: 48.4%;
  }
.col4-3 {
  width: 74.2%;
  }
.col3-1 {
  width: 31.2%;
  }
.col3-2 {
  width: 65.6%;
  }
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
  margin-left: 0;
  clear: left;
  }
#header {
  position: relative;
  height: 165px;
  margin-bottom: 20px;
  z-index: 999;
  }
#site-logo {
  position: absolute;
  top: 10px;
/* font: bold 190%/110% Arial,Helvetica,sans-serif; */
  font: bold 190%/110%  "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  padding-bottom: 2px;
  margin: 0;
  }
#site-logo img {
  width: 228px;
  height: 97px;
  background: url(http://an-dan.com/img/basic/logo.png);
  }
#site-logo a {
  color: #fff;
  text-decoration: none;
  }
#site-logo a:hover {
  margin-left: 1px;
  }
#site-description {
  color: #e04c41;
  float: left;
  margin: 35px 0 0 240px;
  font: bold 130%/120%  "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  text-shadow: 2px 2px 0 rgba(255,255,255,1);
/*
  position: absolute;
  top: 30px;
  right: 10px;
  font: italic 100%/120% Georgia,"Times New Roman",Times,serif;
 */
  }
.header-widget {
  float: right;
  margin: 40px 5px 0 10px;
/*
  position: absolute;
  top: 10px;
  right: 0;
*/
  }
.header-widget .widget {
  border: none;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
  box-shadow: none;
  }
.header-widget .widgettitle {
  font-size: 100%;
  width: auto;
  display: block;
  float: left;
  margin: 0 8px 2px;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  text-shadow: none;
  position: static;
  box-shadow: none;
  }
.header-widget div {
  float: left;
  }
.social-widget {
  position: absolute;
  top: 85px;
  right: 10px;
  font-size: 95%;
  line-height: 120%;
  text-align: right;
  }
.social-widget a {
  color: #fff;
  }
.social-widget .widget {
  border: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background: none;
  box-shadow: none;
  }
.social-widget .widget div {
  float: left;
  }
.social-widget .widgettitle {
  font-size: 100%;
  width: auto;
  display: block;
  float: left;
  margin: 0 8px 2px;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  text-shadow: none;
  position: static;
  box-shadow: none;
  }
.social-widget ul {
  margin: 5px 0 0 !important;
  padding: 0;
  float: left;
  }
.social-widget ul li {
  margin: 0 8px 5px 0;
  padding: 0;
  float: left;
  border: none;
  clear: none;
  line-height: 100%;
  }
.social-widget li img {
  vertical-align: middle;
  margin-top: -5px;
  }
.social-widget .rss {
  float: left;
  }
.social-widget .rss a {
  background: url(images/rss.png) no-repeat left center;
  padding: 5px 0 5px 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  }
#header #searchform {
  position: absolute;
  bottom: 9px;
  right: 10px;
  z-index: 101;
  }
#header #searchform #s {
  border: none;
  width: 120px;
  padding-left: 28px;
  background: #e1e1e1 url(images/search.png) no-repeat 8px center;
  box-shadow: 0 -1px 0 rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.3);
  }
#nav-bar {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: solid 1px #fff;
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#f90 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f90));
  background: -webkit-linear-gradient(top,#fff 0%,#f90 100%);
  background: -o-linear-gradient(top,#fff 0%,#f90 100%);
  background: -ms-linear-gradient(top,#fff 0%,#f90 100%);
  background: linear-gradient(to bottom,#fff 0%,#f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ff9900',GradientType=0);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3),0 1px 0 rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.3);
  }
#main-nav {
  margin: 0;
  padding: 0;
  }
#main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  border-right: solid 1px #fff; /*#575757 */
  box-shadow: 1px 0 0 rgba(255,255,255,.1),inset -1px 0 0 rgba(255,255,255,.1);
  }
#main-nav li:hover,
#main-nav .current_page_item,
#main-nav .current-menu-item {
  background-color: #474747;
  background: #f90;
  background: -moz-linear-gradient(top,#f90 0%,#fff 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#f90),color-stop(100%,#fff));
  background: -webkit-linear-gradient(top,#f90 0%,#fff 100%);
  background: -o-linear-gradient(top,#f90 0%,#fff 100%);
  background: -ms-linear-gradient(top,#f90 0%,#fff 100%);
  background: linear-gradient(to bottom,#f90 0%,#fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900',endColorstr='#ffffff',GradientType=0);
  box-shadow: none;
  }
#main-nav .home {
/*  width: 42px; */
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  }
#main-nav .home a {
  background: url(images/home-icon.png) no-repeat 14px center;
  width: 16px;
  text-indent: -9999px;
  word-wrap: normal !important;
  }
#main-nav .home a:hover,
#main-nav .home.current_page_item a,
#main-nav .home.current-menu-item a {
  background-position: -41px center;
  }
#main-nav .home.current_page_item,
#main-nav .home.current-menu-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  }
#main-nav a {
  color: #5a1a19;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff,2px 2px 0 rgba(0,0,0,.15);
  }
#main-nav a:hover {
  text-shadow: -1px -1px 0 #fff,-2px -2px 0 rgba(0,0,0,.15);
  }
#main-nav .current_page_item,
#main-nav .current-menu-item {
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  box-shadow: inset 0 2px 2px rgba(0,0,0,.3);
  }
#main-nav .current_page_item a,
#main-nav .current-menu-item a {
  text-shadow: -1px -1px 0 #fff,-2px -2px 0 rgba(0,0,0,.15);
  }
#main-nav .current_page_item a:hover,
#main-nav .current-menu-item a:hover {
  text-shadow: -1px -1px 0 #fff,-2px -2px 0 rgba(0,0,0,.15);
}
#main-nav ul .current_page_item,
#main-nav ul .current-menu-item {
  border: none;
  background: none;
  box-shadow: none;
  }
#main-nav ul a,
#main-nav .current_page_item ul a,
#main-nav ul .current_page_item a,
#main-nav .current-menu-item ul a,
#main-nav ul .current-menu-item a {
  font-size: 95%;
  font-weight: normal;
  padding: 5px 0 5px 15px;
  margin: 0;
  width: 180px;
  height: auto;
  background: none;
  box-shadow: none;
  color: #5a1a19;
  text-shadow: 1px 1px 0 #FFF, 2px 2px 0 rgba(0,0,0,.15);
  }
#main-nav ul a:hover,
#main-nav .current_page_item ul a:hover,
#main-nav ul .current_page_item a:hover,
#main-nav .current-menu-item ul a:hover,
#main-nav ul .current-menu-item a:hover {
  /* background: none; */
  /* color: #000; */
  }
#main-nav ul {
  border: solid 1px #ccc;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  display: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  }
#main-nav ul li {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  float: none;
  }
#main-nav ul li:hover {
  background: none;
  }
#main-nav ul ul {
  left: 190px;
  top: 5px;
  }
#main-nav li:hover > ul {
  display: block;
  }
.sub-menu {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#f90 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f90));
  background: -webkit-linear-gradient(top,#fff 0%,#f90 100%);
  background: -o-linear-gradient(top,#fff 0%,#f90 100%);
  background: -ms-linear-gradient(top,#fff 0%,#f90 100%);
  background: linear-gradient(to bottom,#fff 0%,#f90 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ff9900',GradientType=0);
  }
.sub-menu li {
  border-bottom: 1px solid #fff;
  }
.sub-menu li:hover {
  background: #f90 !important;
  background: -moz-linear-gradient(top,#f90 0%,#fff 100%) !important;
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#f90),color-stop(100%,#fff)) !important;
  background: -webkit-linear-gradient(top,#f90 0%,#fff 100%) !important;
  background: -o-linear-gradient(top,#f90 0%,#fff 100%) !important;
  background: -ms-linear-gradient(top,#f90 0%,#fff 100%) !important;
  background: linear-gradient(to bottom,#f90 0%,#fff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900',endColorstr='#ffffff',GradientType=0) !important;
  }
.fa-thumbs-o-up {
  color: #f30;
  }
.fa-pagelines {
  color: #090;
  }
.fa-leaf {
  color: #690;
  }
.fa-comments {
  color: #999;
  }
.fa-bookmark {
  color: #f60;
  }
#header-slider {
  position: relative;
  padding: 20px 20px 5px;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  /* hide slider and then expand by js */
  height: 0;
  visibility: hidden;
  }
#header-slider .slides {
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
#header-slider .slides li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;
  }
#header-slider .slides h3 {
  margin: 5px 0 2px;
  padding: 0;
  font-size: 85%;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
  }
#header-slider .carousel-nav-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  }
#header-slider .carousel-nav-wrap a {
  background: url(images/slider-nav-left.png) no-repeat;
  width: 25px;
  height: 48px;
  margin-top: -30px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#header-slider .carousel-nav-wrap .carousel-prev{
  position: absolute;
  left: -22px;
  }
#header-slider .carousel-nav-wrap .carousel-next{
  background-image: url(images/slider-nav-right.png);
  position: absolute;
  right: -22px;
  }
.post {
  margin: 0 0 45px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  }
.loops-wrapper.list-post .post {
  position: relative;
  }
.post-content {
  min-width: 120px;
  }
.post-title {
  margin: 0 0 5px;
  padding: 5px 36px 0 0;
/* font: bold 170%/120% "Lucida Grande",Arial,"Lucida Sans Unicode",sans-serif; */
  font: bold 150%/120% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  }
.post-title a {
  color: #333;
  text-decoration: none;
  text-shadow: 2px 2px 0 #fff;
  }
.post-date {
  font-weight: bold;
  margin: 10px 0 5px;
  }
.loops-wrapper.list-post .post-date,
.single .list-post .post-date {
  float: left;
  width: 52px;
  text-align: center;
  margin: 0 12px 5px 0;
  border: solid 1px #bebebe;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.1) 100%);
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  }
.loops-wrapper.list-post .post-date .month,
.single .list-post .post-date .month {
  color: #fff;
  font: 11px/100% Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 2px 0;
  width: 100%;
  position: relative;
  left: -1px;
  top: -1px;
  border: solid 1px #a11216;
  background-color: #e0161d;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
  box-shadow: 0 1px 0 rgba(0,0,0,.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  }
.loops-wrapper.list-post .post-date .day,
.single .list-post .post-date .day {
  color: #666;
  padding: 2px 0 1px;
  font: bold 18px/100% Arial,Helvetica,sans-serif;
  display: block;
  }
.loops-wrapper.list-post .post-date .year,
.single .list-post .post-date .year {
  color: #999;
  padding: 0 0 4px;
  font: 10px/100% Arial,Helvetica,sans-serif;
  display: block;
  }
.post-meta {
  color: #999;
  font-size: 85%;
  line-height: 120%;
  margin: 0 0 15px;
  }
.post-meta .post-comment a,
.post-comment {
  text-align: center;
  text-decoration: none;
  color: #666;
  background: url(images/post-comments.png) no-repeat;
/*  width: 36px;*/
  height: 33px;
  padding: 8px 0 0 15px;
  position: absolute;
  top: 30px;
  right: -3px;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  }
.post-comment {
  font-size: 12px;
  }
.post-meta .post-comment a:hover {
  color: #000;
  }
.post-image {
  max-width: 100%;
  margin: 5px 0 15px;
  }
.post-image.left {
  margin-right: 15px;
  }
.post-image.right {
  margin-left: 15px;
  }
.post-image .lightbox {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  }
.post-image .lightbox .zoom {
  width: 40px;
  height: 40px;
  background: url(images/icon-zoom.png) no-repeat center center;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10em;
  }
.post-image .lightbox:hover .zoom {
  background-color: #000;
  }
.loops-wrapper.grid4 .post {
  width: 22.6%;
  float: left;
  margin-left: 3.2%;
  margin-bottom: 20px;
  font-size: 90%;
  line-height: 130%;
  }
.loops-wrapper.grid4 .post-title {
  font-size: 130%;
  line-height: 130%;
  margin: 0 0 3px;
  padding: 0;
  }
.loops-wrapper.grid4 .post-meta {
  font-size: 85%;
  }
.loops-wrapper.grid3 .post {
  width: 31.2%;
  float: left;
  margin-left: 3.2%;
  }
.loops-wrapper.grid3 .post-title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 140%;
  line-height: 120%;
  }
.loops-wrapper.grid3 .post-meta {
  font-size: 85%;
  }
.loops-wrapper.grid2 .post {
  width: 48.4%;
  float: left;
  margin-left: 3.1%;
  margin-bottom: 20px;
  }
.loops-wrapper.grid2 .post-title {
  margin: 0 0 5px;
  padding: 0;
  }
.loops-wrapper.grid2-thumb .post {
  width: 48.4%;
  float: left;
  margin-left: 3.1%;
  margin-bottom: 20px;
  }
.loops-wrapper.grid2-thumb .post-title {
  margin: 0 0 5px;
  font-size: 140%;
  }
.loops-wrapper.grid2-thumb .post-image {
  float: left;
  margin: 0 14px 10px 0;
  }
.loops-wrapper.grid2-thumb .post-content {
  overflow: hidden;
  }
.loops-wrapper.list-thumb-image .post-image {
  float: left;
  margin: 0 16px 10px 0;
  }
.loops-wrapper.list-thumb-image .post-content {
  overflow: hidden;
  }
.loops-wrapper.list-large-image .post-image {
  float: left;
  margin: 0 22px 10px 0;
  }
.loops-wrapper.list-large-image .post-title {
  margin: 0 0 5px;
  padding: 0;
  }
.loops-wrapper.list-large-image .post-content {
  overflow: hidden;
  }
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
  }
.post-video,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  font-size: .9em;
  margin-bottom: 15px;
  border-radius: 5px;
  }
.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  }
.twitter-tweet-rendered {
  max-width: 100% !important;
  }
.author-bio {
  margin: 0 0 30px;
  }
.author-bio .author-avatar {
  float: left;
  margin: 0 15px 0 0;
  }
.author-bio .author-avatar img {
  background: #fff;
  padding: 4px;
  border: solid 1px #ccc;
  }
.author-bio .author-name {
  margin: 0 0 5px;
  padding: 0;
  font-size: 160%;
  }
.author-posts-by {
  margin: 0 0 20px;
  padding: 10px 0 0;
  font-size: 140%;
  text-transform: uppercase;
  border-top: double 4px #ccc;
  border-color: rgba(118,118,118,.3);
  }
.page-title {
  margin: 0 0 10px;
/* font: bold 190%/120% "Lucida Grande",Arial,"Lucida Sans Unicode",sans-serif; */
  font: bold 190%/120% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  }
.category-section {
  clear: both;
  margin-bottom: 30px;
  }
.category-section-title {
  font-size: 120%;
  text-transform: uppercase;
  margin: 0 0 20px;
  }
.pagenav {
  clear: both;
  padding: 7px 5px 0;
  text-align: right;
  }
.pagenav a,
.pagenav span {
  background: #026acb;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  padding: 4px 7px;
  margin-left: 2px;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 10em;
  border: solid 1px #f90;
  background-color: #ffc07c;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 80%);
  border-radius: 10em;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  text-shadow: 1px 1px 0 rgba(0,0,0,.9);
  }
.pagenav a:hover {
  text-decoration: none;
  background: #ffc07c;
  }
.pagenav .current {
  background: #f90;
  color: #fff;
  border: none;
  border: solid 1px #f90;
  text-shadow: none;
  }
.author-box {
  margin: 15px 0;
  }
.author-box .author-avatar {
  float: left;
  margin: 0 15px 5px 0;
  }
.author-box .author-name {
  margin: 0 0 5px;
  }
.post-pagination {
  text-align: right;
  margin: .5em 0 2em;
  }
.post-pagination strong {
  margin-right: 3px;
  }
.post-pagination a {
  margin-left: 3px;
  margin-right: 3px;
  }
.post-nav {
  margin: 30px 0 20px;
  clear: both;
  }
.post-nav .prev,
.post-nav .next {
  width: 45%;
  }
.post-nav a {
  text-decoration: none;
  font-size: 110%;
  }
.post-nav a:hover {
  text-decoration: none;
  }
.post-nav .prev {
  float: left;
  }
.post-nav .prev a {
  background: url(images/previous-arrow.png) no-repeat left 2px;
  padding: 4px 0 6px 30px;
  display: block;
  }
.post-nav .next {
  float: right;
  text-align: right;
  }
.post-nav .next a {
  background: url(images/next-arrow.png) no-repeat right 2px;
  padding: 4px 30px 6px 0;
  display: block;
  }
.commentwrap {
  margin: 40px 0 20px;
  padding: 3% 4%;
  position: relative;
  clear: both;
  background: #ffffe1; /* #f6f6f6*/
  border-radius: 8px;
  box-shadow: 0 -1px 0 rgba(0,0,0,.1);
  }
.comment-title {
  font-size: 140%;
  margin: 0 0 10px;
  padding: 0;
  }
.next-prev-comment {
  position: absolute;
  top: 20px;
  right: 20px;
  }
.next-prev-comment a {
  text-decoration: none;
  font-size: 85%;
  text-transform: uppercase;
  }
.next-prev-comment .next {
  margin: 0 0 0 20px;
  }
.commentlist {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
  border-top: solid 1px #ddd;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  }
.commentlist li {
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  position: relative;
  }
.commentlist .comment-author {
  margin: 2px 0 5px;
  padding: 0;
  }
.commentlist .avatar {
  float: left;
  margin: -3px 12px 10px 0;
  }
.commentlist cite {
/* font: bold 120%/130% "Lucida Grande",Arial,"Lucida Sans Unicode",sans-serif; */
  font: bold 120%/130% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  }
.commentlist cite a {
  text-decoration: none;
  }
.commentlist .bypostauthor > .comment-author cite {
  background: url(images/icon-author-comment.png) no-repeat 0 2px;
  padding-left: 18px;
  }
.commentlist .comment-time {
  font-size: 75%;
  text-transform: uppercase;
  display: block;
  margin: 2px 0 0;
  }
.commentlist .commententry {
  position: relative;
  min-height: 40px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: solid 1px #ddd;
  box-shadow: 0 1px 0 rgba(255,255,255,.9);
  }
.commentlist ul,
.commentlist ol {
  margin: 0 0 0 60px;
  padding: 0;
  }
.commentlist .reply {
  position: absolute;
  right: 0;
  top: 20px;
  }
.commentlist .reply a {
  font-size: 16px;
  }
.commentlist .comment-reply-link {
  padding: 3px 8px;
  display: block;
/* font: 10px/100% Arial,Helvetica,sans-serif; */
  font: 10px/100% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  color: #666;
  border-radius: 1em;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
  background-color: #c1c1c1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.2) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.2) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.95) 0%,rgba(255,255,255,.2) 100%);
  }
.commentlist .comment-reply-link:hover {
  text-decoration: none;
  color: #000;
}
#respond {
  margin: 40px 0 30px;
  padding: 10px 0 0;
  position: relative;
  clear: both;
  }
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  font-size: 67%;
  font-weight: normal;
  line-height: 100%;
  text-decoration: none;
  padding: 5px 10px;
  color: #faddde;
  border: solid 1px #980c10;
  background-color: #d81b21;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%);
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0%,rgba(0,0,0,.1) 100%);
  border-radius: 10em;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  }
#respond #cancel-comment-reply-link:hover {
  background: #b61318;
  }
#commentform {
  margin: 15px 0 0;
  }
#commentform input[type=text] {
  width: 206px;
  max-width: 96%;
  margin-right: 5px;
  }
#commentform label {
  font-weight: bold;
  }
#commentform label small {
  font-weight: normal;
  }
#commentform textarea {
  width: 97%;
  height: 140px;
  }
#commentform input#submit {
  padding: 7px 20px;
  float: right;
  }
.commentwrap .pagenav.top {
  position: absolute;
  top: 7px;
  right: 15px;
  margin: 0;
  }
.commentwrap .pagenav.bottom {
  margin-top: 10px;
  }
.widget {
/* background: #fff; */
  margin-bottom: 20px;
  padding: 15px 18px;
/* border-radius: 8px; */
/* box-shadow: 0 1px 3px rgba(0,0,0,.4); */
  }
.widgettitle {
  width: 100%;
  display: block;
  margin: 0 0 -5px 0;
  position: relative;
  left: -18px;
  top: -16px;
  font: bold 14px/110% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  color: #333;
  background: #fff;
  padding: 3px 4px 3px 4px;  
  border: 14px solid #f7ad00;
  border-image: url(http://an-dan.com/img/basic/cry_box1.png) 16 16 round;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
/*
  padding: 6px 18px 7px 18px;  
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #848484;
  font: bold 14px/110% "Lucida Grande",Arial,"Lucida Sans Unicode",sans-serif;
  background: -moz-linear-gradient(top,#fff 0%,#f90 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f90));
  background: -webkit-linear-gradient(top,#fff 0%,#f90 100%);
  background: -o-linear-gradient(top,#fff 0%,#f90 100%);
  background: -ms-linear-gradient(top,#fff 0%,#f90 100%);
  background: linear-gradient(to bottom,#fff 0%,#f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ff9900',GradientType=0);
border: 3px  #fc0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
*/
  }
.widgettitle a {
  color: #333;
  text-decoration: none;
  }
.widget ul {
  margin: 0 0 50px;
  padding: 0;
  }
.widget select {
  margin: 0 0 50px;
  width: 100%;
  }
.widget li {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  clear: both;
  border-bottom: solid 1px #ddd;
  }
.widget li:last-child {
  border-bottom: none;
  }
.widget ul ul {
  margin: 6px 0 -6px 0;
  padding: 0;
  border-top: solid 1px #ddd;
  }
.widget ul ul li {
  margin: 0;
  padding-left: 10px;
  }
.widget #wp-calendar caption {
  font-weight: bold;
  padding-bottom: 10px;
  }
.widget #wp-calendar td {
  width: 31px;
  padding: 4px 2px;
  text-align: center;
  }
.widget .feature-posts-list br {
  display: none;
  }
.widget .feature-posts-list .post-img {
  margin: 4px 12px 10px 0;
  float: left;
  }
.widget .feature-posts-list small {
/* font: italic 90% "Times New Roman",Times,serif; */
  font: italic 90%  "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  display: block;
  margin: 0 0 3px;
  }
.widget .feature-posts-list .feature-posts-title {
  margin: 4px 0 3px;
  display: block;
  }
.widget .twitter-list .twitter-timestamp {
  font: italic 90% "Times New Roman",Times,serif;
  }
.widget .follow-user {
  margin: 0;
  padding: 5px 0;
  }
.widget .links-list img,
.widget_links img {
  vertical-align: middle;
  }
.recent-comments-list .avatar {
  margin-right: 12px;
  float: left;
  }
.widget .flickr_badge_image {
  margin-top: 10px;
  }
.widget .flickr_badge_image img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  }
.shortcode .flickr_badge_image {
  width: 23.8%;
  margin: 0 1.5% 1.5% 0;
  float: left;
  }
.shortcode .flickr_badge_image:nth-of-type(4n) {
  margin-right: 0;
  }
.shortcode .flickr_badge_image img {
  margin: 0;
  }
#sidebar #searchform {
  position: static;
  }
#sidebar #searchform #s {
  width: 93%;
  }
#content .twitter-tweet-rendered {
  max-width: 100% !important;
  }
#content .twt-border {
  max-width: 100% !important;
  min-width: 180px !important;
  }
.widget .social-links {
  margin: 0 0 20px;
  padding: 0;
  line-height: 100%;
  }
.widget .social-links li {
  margin: 0 5px 5px 0;
  padding: 0;
  list-style: none;
  border: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  }
.widget .social-links img {
  vertical-align: middle;
  }
#footer {
  clear: both;
  font-size: 90%;
  }
#footer .widget {
  margin: 15px 0;
  }
#footer .footer-text {
  clear: both;
  padding: 0 0 20px 5px;
  color: #ccc;
  }
#footer .footer-text a {
  color: #fff;
  }
#footer .credits {
  font-size: 90%;
  }
#footer-nav {
  margin: 0 0 15px 5px;
  padding: 0;
  clear: both;
  }
#footer-nav li {
  margin: 0 5px 0 0;
  padding: 0;
  display: inline;
  list-style: none;
  }
#footer-nav a {
  text-decoration: none;
  margin: 0 8px 0 0;
  color: #fff;
  }
#footer-nav a:hover {
  text-decoration: underline;
  }
.sticky {}
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
  background: #fff;
  padding: 4px;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  }
.alignleft {
  float: left;
  margin-right: 30px;
  }
.alignright {
  float: right;
  margin-left: 30px;
  }
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.wp-caption {
  text-align: center;
  background: #fff;
  padding: 4px 2px 2px 0;
  border: solid 1px #ccc;
  margin-bottom: 15px;
  }
.wp-caption-text {
  font: italic 95%/120% Georgia,"Times New Roman",Times,serif;
  margin: 6px 0;
  color: #777;
  }
.attachment.single-attachment,
.single-attachment .attachment {
  float: none;
  margin: 0;
  text-align: left;
  }
#body .gallery {
  margin: 0 0 30px;
  }
#body .gallery .gallery-item {
  margin: 0 8px 8px 0;
  vertical-align: top;
  width: auto;
  float: left;
  text-align: center;
  }
#body .gallery img {
  border: none;
  vertical-align: middle;
  }
#body .gallery .gallery-caption {
  line-height: 120%;
  font-size: 90%;
  text-align: center;
  margin: 5px 0 0;
  }
#body .gallery-columns-1 .gallery-item {
  width: auto;
  }
#body .gallery-columns-1 br {
  display: none !important;
  }
#body .gallery-columns-2 .gallery-item {
  width: 49.2%;
  }
#body .gallery-columns-3 .gallery-item {
  width: 32.3%;
  }
#body .gallery-columns-4 .gallery-item {
  width: 23.8%;
  }
#body .gallery-columns-5 .gallery-item {
  width: 18.8%;
  }
#body .gallery-columns-6 .gallery-item {
  width: 15.4%;
  }
#body .gallery-columns-7 .gallery-item {
  width: 13%;
  }
#body .gallery-columns-8 .gallery-item {
  width: 11.18%;
  }
#body .gallery-columns-9 .gallery-item {
  width: 9.77%;
  }
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
  margin: 0 1.5% 1.5% 0;
  }
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
  }
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone,
.wp-caption img,
.widget .feature-posts-list .post-img,
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img,
.commentlist .avatar,
.recent-comments-list .avatar,
#body .gallery img,
.attachment img,
.post-image img,
.feature-img,
.post-img,
.image-wrap img,
.slide-image img
.module .slide-image img,
.module .image-wrap img,
.module .post-image img {
  padding: 4px;
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  border-radius: 4px;
  }
.full_width .themify_builder_row .row_inner {
  width: 978px; /* same width as .pagewidth */
  max-width: 100%;
  margin: auto;
  }
.full_width .themify_builder_row.fullwidth .row_inner {
  width: auto;
  padding: 0;
  }
.clear {
  clear: both;
  }
.left {
  float: left;
  }
.right {
  float: right;
  }
.textleft {
  text-align: left;
  }
.textright {
  text-align: right;
  }
.textcenter {
  text-align: center;
  }
.clearfix:after,
.loops-wrapper:after,
.widget li:after,
#body:after,
#footer:after,
footer:after,
.pagenav:after,
#main-nav:after,
.menu:after,
.gallery:after,
#content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
.clearfix,
.loops-wrapper,
.widget li,
#body,
#footer,
footer,
.pagenav,
#main-nav,
.menu,
.gallery,
#content {
  display: inline-block;
  }
/* clearfix for ie7 */
.clearfix,
.loops-wrapper,
.widget li,
#body,
#footer,
footer,
.pagenav,
#main-nav,
.menu,
.gallery,
#content {
  display: block;
  zoom: 1;
  }
.simplemap {
  font-size: 16px important;
  font: 1em/150% "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif !important;
  margin: 0 35px 0 0;
  }
.simplemap-content {
  border: #f7ad00 solid 18px;
  border-image: url(http://an-dan.com/img/basic/cry_box2.png) 16 16 round;
  padding: 0;
  background: #fff !important;
  }
.simplemap strong {
  font-weight: bold;
  }
.tbl1 th {
  background: #fbdebd;
  border: 1px solid #fbdebd;
  padding: .5em;
  color: #222;
  text-shadow: -1px -1px 0 #fff;
  font-weight: normal;
  white-space: nowrap;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  }
.tbl1 td {
  border: 1px solid #fbd67f;
  padding: .8em;
  color: #444;
  background: #fffff6;
  }
.tbl1 ul {
  margin-left: .8em;
  line-height: 1.3;
  }
.tbl1 li {
  list-style: disc;
  color: #f90;
  }
.tbl1 li span {
  color: #444;
  }
.heading1 {
  position: relative;
  padding-left: 15px;
  border-bottom: 2px solid #ad8e8c;
  margin-left: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4; /*36px*/
  }
.heading1:before {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 13px;
  left: -14px;
  background: #5b1c18;
  box-shadow: 0 0 2px 2px rgba(255,255,255,.2) inset;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  z-index: 1;
  }
.heading1:after {
  content: '';
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
  background: #e24e42;
  box-shadow: 0 0 2px 2px rgba(255,255,255,.2) inset;
  }
#fancybox-title-over {
  font-family: "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  }
#ScrlTop {
  font-family: "メイリオ",Meiryo,Verdana,Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif !important;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background-position: auto auto !important;
  -webkit-background-origin: padding-box !important;
  background-origin: padding-box !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 2px 3px rgba(0,0,0,.8);
  }
.button {
  display: inline-block;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  font-size: 18px;
  float: right;
  margin: 20px 0 1px 0;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 2px 3px rgba(0,0,0,.8);
  }
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  }
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
  }
.button:hover {
  text-decoration: none;
  margin: 21px 0 0 0;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#f60 !important;
  background-position: auto auto !important;
  -webkit-background-origin: padding-box !important;
  background-origin: padding-box !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
  color: #fff;
  text-shadow: -1px -1px 1px #000;
  box-shadow: 0 0 2px rgba(0,0,0,.8);
  }
.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover,
.footer-text a:active {
  color: #941a19 !important;
  text-align: center;
  }
.jobinfo {
  box-shadow: 0 2px 3px rgba(0,0,0,.8) !important;
  border-radius: 10px;
  width: 100%;
  }
.jobinfo th {
  background: #fbdebd;
  border: 1px solid #fbdebd;
  padding: .2em;
  color: #222;
  text-shadow: -1px -1px 0 #fff;
  font-weight: normal;
  white-space: nowrap;
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #000;
  }
.jobinfo th.white-spc-nml {
  white-space: normal !important;
  }
.jobinfo th.first {
  border-radius: 10px;
  }
.jobinfo td {
/*  border-top: 1px solid #f90;*/
  border-right: 1px solid #f90;
  border-bottom: 1px solid #f90;
  padding: .3em .5em;
  line-height: 1.8;
  color: #333;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  }
.jobinfo th img {
  border: 3px solid #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.8);
  float: left;
  background: #fff;
  }
.taxo-links a {
  display: block;
  float: right;
  margin: 0 0 5px 2px;
  border: 1px solid #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  color: #fff;
  width: 80px;
  font-size: 9px;
  text-shadow: none;
  text-decoration: none;
  border-radius: 3px;
  }
.taxo-links a.new { background: #f5974a; }
.taxo-links a.blankok { background: #96c; }
.taxo-links a.middleok { background: #666; }
.taxo-links a.seifukutaiyo { background: #1f57ac; }
.taxo-links a.syoukiboen { background: #f60; }
.taxo-links a.kyubo { background: #c00; }
.taxo-links a.fukusouziyu { background: #066; }
.taxo-links a.mikeikenok { background: #80af20; }
.taxo-links a.nakama { background: #ff5983; }
.taxo-links a.tanki { background: #ae5c1f; }
.taxo-links a.keikenshakangei { background: #388dd1; }
.taxo-links a.kyushokuari { background: #993; }
.taxo-links a.carok { background: #c30; }
.taxo-links a.choki { background: #600; }
.taxo-links a.ekichika { background: #913982; }
.taxo-links a.shikakunashiok { background: #35a615; }
.taxo-links a:hover,
.taxo-links a:hover {
  opacity: .55;
  color: #fff;
  }
#jobs_header {
  text-align: center;
  }
#jobs_header h3 {
  font-size: 16px;
  font-weight: bold;
  color: #e04c41;
  }
#jobs_header p {
  color: #555;
  }
.ui.module-accordion {
  color: #333;
/*  text-shadow: 1px 1px 0 #fff,2px 2px 0 rgba(0,0,0,.15);*/
  }
.accordion-content {
  background: #ffffec !important;
  }
#staff .module-tab table,
table.staff-table {
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  }
#staff .module-tab table,
#staff .module-tab th,
#staff .module-tab td,
table.staff-table,
table.staff-table th,
table.staff-table td {
  border: 1px solid #c9b385;
  border-collapse: collapse;
  padding: 10px;
  }
#staff .module-tab th,
table.staff-table th {
  background: #ffc;
  width: 100px;
  text-align: left;
  font-weight: normal;
  }
#staff .module-tab thead tr,
table.staff-table thead tr {
  background: -webkit-linear-gradient(135deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-webkit-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),-moz-linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background: linear-gradient(-45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),linear-gradient(45deg,rgba(0,0,0,0) 25%,rgba(255,255,255,.2) 25%,rgba(255,255,255,.2) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(255,255,255,.2) 75%),#ffc07c;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.5);
  }
#staff .module-tab thead td,
table.staff-table thead td {
  font-weight: bold;
  font-size: 120%;
  text-align: right;
  border-right: 0 none;
  }
#staff .module-tab thead td.nmbr,
table.staff-table thead td.nmbr {
  border-left: 0 none;
  border-right: 1px solid #c9b385;
  font-size: 11px;
  font-weight: normal;
  padding-right: 10px;
  }
#staff .module-tab div,
table.staff-table div {
  position: relative;
  }
#staff .module-tab p,
table.staff-table p {
  width: 120px;
  height: 200px;
  position: absolute;
  top: 55px;
  right: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
.staff01 { background: url(http://an-dan.com/img/staff/staff01.png) 95% 95% no-repeat; }
.staff02 { background: url(http://an-dan.com/img/staff/staff02.png) 95% 95% no-repeat; }
.staff03 { background: url(http://an-dan.com/img/staff/staff03.png) 95% 95% no-repeat; }
.staff04 { background: url(http://an-dan.com/img/staff/staff04.png) 95% 95% no-repeat; }
.staff05 { background: url(http://an-dan.com/img/staff/staff05.png) 95% 95% no-repeat; }
.staff06 { background: url(http://an-dan.com/img/staff/staff06.png) 95% 95% no-repeat; }
.staff07 { background: url(http://an-dan.com/img/staff/staff07.png) 95% 95% no-repeat; }
.staff08 { background: url(http://an-dan.com/img/staff/staff08.png) 95% 95% no-repeat; }
.staff09 { background: url(http://an-dan.com/img/staff/staff09.png) 95% 95% no-repeat; }
.staff10 { background: url(http://an-dan.com/img/staff/staff10.png) 95% 95% no-repeat; }
.staff11 { background: url(http://an-dan.com/img/staff/staff11.png) 95% 95% no-repeat; }
.staff12 { background: url(http://an-dan.com/img/staff/staff12.png) 95% 95% no-repeat; }
.staff13 { background: url(http://an-dan.com/img/staff/staff13.png) 95% 95% no-repeat; }
.staff14 { background: url(http://an-dan.com/img/staff/staff14.png) 95% 95% no-repeat; }
.staff15 { background: url(http://an-dan.com/img/staff/staff15.png) 95% 95% no-repeat; }
.ui.gradient.module-tab .tab-nav li {
  background-image: linear-gradient(to bottom,rgba(255,255,255,.65) 100%, rgba(255,255,255,0) 100%);
  box-shadow: 0 2px 2px rgba(0,0,0,.5) inset;
  }
.ui.orange.module-tab .tab-nav li a {
  color: #e04c41;
  font-weight: bold;
  font-size: 16px;
  filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
    dropshadow(color=#ffffff,offX= 1,offY= 0)
    dropshadow(color=#ffffff,offX= 0,offY= 1)
    dropshadow(color=#ffffff,offX=-1,offY= 0);
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: #fff 1px 1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff -1px -1px 0;
  }
ul.tab-nav li.current {
  vertical-align: bottom !important;
  border-botom: 1px solid #fff !important;
  z-index: 10 !important;
  margin-bottom: -2px !important;
  }
ul.tab-nav li.current a span {
  color: #e04c41 !important;
  }
#aform .fbox,
#bform .fbox {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  }
#aform .heading,
#bform .heading {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  color: #555;
/*  font-weight: normal;*/
  text-shadow: none;
  }
#aform .heading::before,
#bform .heading::before {
  content: "";
  border-radius: 30px;
  height: 20px;
  width: 20px;
  display: block;
  top: 1px;
  left: 0;
  position: absolute;
  background: #ff9c09;
  opacity: .8;
  z-index: 1;
  }
.inputform {
  margin-left: 25px;
  }
/*
.inputf95 input#name,
.inputf95 input#address,
.inputf95 input#mail,
.inputf95 input#otherlicense,
.inputf95 #otherlicense,
.inputf95 #otherday,
.inputf95 #othertime,
.inputf95 #otherstart,
.inputf95 textarea,
.inputf95 #institution,
*/
.inputf95 input,
.inputf95 textarea {
  width: 95%;
  }
#yearsold {
  width: 50px;
  }
.inputlabel label {
  margin-right: 20px;
  }
/*
#old-1,#old-2,#old-3,#old-4,
#license-1,#license-2,#license-3,#license-4,#license-5,
#day-1,#day-2,#day-3,#day-4,
#time-1,#time-2,#time-3,#time-4,
#start-1,#start-2,#start-3,#start-4 {
  margin-right: 20px;
  }
*/
.heading strong {
  color: #fff;
  background: #f99; /* ff8b02*/
  padding: 0 4px 3px 3px;
  border-radius: 4px;
  text-shadow: 1px 1px 1px #000;
  font-weight: normal;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.8));
  font-size: 13px;
  line-height: 21px;
  }

#otherlicense {
  margin-top: 10px;
  }

/* -------------- header -------------- */
#top_reglink a,
#top_reglink a:link,
#top_reglink a:visited {
  display: block;
  width: 159px;
  height: 33px;
  background: url(http://an-dan.com/img/basic/link_reg_top.png) no-repeat;
  margin: 0 0 0 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#top_reglink a:hover,
#top_reglink a:active {
  background-position: 0 -35px;
  }
#consultlink a,
#consultlink a:link,
#consultlink a:visited {
  display: block;
  width: 109px;
  height: 26px;
  background: url(http://an-dan.com/img/basic/link_consult.png) no-repeat;
  margin: 0 0 7px 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#consultlink a:hover,
#consultlink a:active {
  background-position: 0 -25px;
  }
#contactlink a,
#contactlink a:link,
#contactlink a:visited {
  display: block;
  width: 112px;
  height: 26px;
  background: url(http://an-dan.com/img/basic/link_contact.png) no-repeat;
  margin: 0 0 0 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#contactlink a:hover,
#contactlink a:active {
  background-position: 0 -26px;
  }


/* -------------- sidebar ------------- */
.widget {
  padding: 0 18px;
  }
#text-2 h4,
#text-3 h4,
#text-4 h4,
#text-5 h4,
#text-6 h4,
#text-8 h4,
#text-9 h4 {
  display: none;
  }
#flowlink a,
#flowlink a:link,
#flowlink a:visited {
  display: block;
  width: 153px;
  height: 37px;
  background: url(http://an-dan.com/img/side/link_flow.png) no-repeat;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#flowlink a:hover,
#flowlink a:active {
  background-position: 0 -38px;
  }
#chartlink a,
#chartlink a:link,
#chartlink a:visited {
  display: block;
  width: 163px;
  height: 59px;
  background: url(http://an-dan.com/img/side/link_chart.png) no-repeat;
  margin: 20px 0 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#chartlink a:hover,
#chartlink a:active {
  background-position: 0 -58px;
  }
#policylink a,
#policylink a:link,
#policylink a:visited {
  display: block;
  width: 154px;
  height: 28px;
  background: url(http://an-dan.com/img/side/link_policy.png) no-repeat;
  margin: 20px 0 50px 3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#policylink a:hover,
#policylink a:active {
  background-position: 0 -28px;
  }
#bloglink a,
#bloglink a:link,
#bloglink a:visited {
  display: block;
  width: 167px;
  height: 38px;
  background: url(http://an-dan.com/img/side/link_blog.png) no-repeat;
  margin: 0 0 0 -5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#bloglink a:hover,
#bloglink a:active {
  background-position: 0 -38px;
  }
#mzlink a,
#mzlink a:link,
#mzlink a:visited {
  display: block;
  width: 154px;
  height: 34px;
  background: url(http://an-dan.com/img/side/link_maze.png) no-repeat;
  margin: 25px 0 0 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#mzlink a:hover,
#mzlink a:active {
  background-position: 0 -34px;
  }
#pzllink a,
#pzllink a:link,
#pzllink a:visited {
  display: block;
  width: 154px;
  height: 34px;
  background: url(http://an-dan.com/img/side/link_pzl.png) no-repeat;
  margin: 25px 0 0 3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#pzllink a:hover,
#pzllink a:active {
  background-position: 0 -34px;
  }
#pblink a,
#pblink a:link,
#pblink a:visited {
  display: block;
  width: 154px;
  height: 34px;
  background: url(http://an-dan.com/img/side/link_pb.png) no-repeat;
  margin: 25px 0 0 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#pblink a:hover,
#pblink a:active {
  background-position: 0 -34px;
  }
#skslink a,
#skslink a:link,
#skslink a:visited {
  display: block;
  width: 154px;
  height: 34px;
  background: url(http://an-dan.com/img/side/link_sks.png) no-repeat;
  margin: 25px 0 0 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#skslink a:hover,
#skslink a:active {
  background-position: 0 -34px;
  }
#stafflink a,
#stafflink a:link,
#stafflink a:visited {
  display: none; /*block*/ /*------------------ 20170830 */
  width: 148px;
  height: 32px;
  background: url(http://an-dan.com/img/side/link_staff.png) no-repeat;
  margin: 20px 0 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#stafflink a:hover,
#stafflink a:active {
  background-position: 0 -32px;
  }

/*
  #qrcode_widget-2 div {
  text-align: center;
  }
*/
  #qrcode_widget-2 div img {
  width: 132px !important;
  height: 132px !important;
  margin-left: 20%;
  }

/* -------------- /sidebar ------------- */
#page-2731 h5 {
  color: #333;
  border-bottom: 1px solid #ad8e8c;
  margin: 20px 0;
  }
#page-2731 blockquote h6 {
  font-style: normal;
  color: #666;
  text-shadow: none;
  }
#page-2731 blockquote {
  font-size: 13px;
  }
.icon_policy {
  background: url(http://an-dan.com/img/content/icon_policy.png) no-repeat;
  width: 66px;
  height: 71px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
.caption_right {
  font-size: 14px;
  text-align: right;
  color: #333;
  }
#flowpage {
  margin-top: 40px;
  }
.box_flow_l {
  float: left;
  border: 3px double #5a1a19;
  border-radius: 6px;
  padding: 10px;
  background: #ffffec;
  max-width: 300px;
  min-width: 200px;
  margin: 0;
  }
.box_flow_l strong {
  font-size: 20px;
  color: #f60;
  line-height: 2;
  }
.box_flow_l .inbox {
  margin: 0 5px 10px 5px;
  padding: 5px;
  border: 1px solid #f60;
  border-radius: 6px;
  background: #fff;
  }
.box_flow_r {
  float: right;
  width: 260px; 
  height: 172px;
  margin: 0;
  }
.arrow_flow {
  margin: -15px 0 0 125px;
  width: 63px;
  height: 74px;
  background: url(http://an-dan.com/img/flow/arrow.png) right top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
.bgimg1 {
  background: url(http://an-dan.com/img/flow/g01.png) right top no-repeat;
  }
.bgimg2 {
  background: url(http://an-dan.com/img/flow/g02.png) left top no-repeat;
  }
.bgimg3 {
  background: url(http://an-dan.com/img/flow/g04.png) left top no-repeat;
  }
.bgimg4 {
  background: url(http://an-dan.com/img/flow/g03.png) right top no-repeat;
  }
.bgimg5 {
  background: url(http://an-dan.com/img/flow/g05.png) right top no-repeat;
  }
.mgntop20 { margin-top: 20px !important; }
.mgntop40 { margin-top: 40px !important; }
.mgntop60 { margin-top: 60px !important; }
.mgntop80 { margin-top: 80px !important; }
.mgnbtm40 { margin-bottom: 40px !important; }
.mgntop100 { margin-top: 100px !important; }
.mgntop120 { margin-top: 120px !important; }
.mgntop150 { margin-top: 150px !important; }
.mgntop-45 { margin-top: -45px !important; }
.mgntop-55 { margin-top: -65px !important; }
.mgnleft10 { margin-left: 10px !important; }
.mgnleft20 { margin-left: 20px !important; }
.mgnleft30 { margin-left: 30px !important; }
.mgnleft50 { margin-left: 50px !important; }
.mgnleft70 { margin-left: 70px !important; }
.mgnleft90 { margin-left: 100px !important; }
.medscrmax980floatnone {
  float: left;
  }
/* smaller than 980 */
@media screen and (max-width: 980px) {
  .medscrmax980floatnone {
    float: none;
    }
  .medscrmax980txtalgncenter {
    text-align: center;
    }
  }
.clps_switch {
  cursor: pointer;
  width: 100%;
  background: linear-gradient(#cfc,#fff);
  color: #333;
  margin-top: 60px;
  border-radius: 10px 10px 0 0;
  position: relative;
  }
.clps_switch p {
  padding: 10px 10px 10px 60px;
  }
.clps_box {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eee;
  background: linear-gradient(#fff,#fc6);
  border-radius: 0 0 10px 10px;
  position: relative;
  }
.clps_box li {
  padding: 10px 50px 10px 60px;
  border-bottom: 1px solid #aaa;
  list-style: none;
  }
.clps_box li:last-child {
  border-bottom: none;
  }
.question1 {
  background: url(http://an-dan.com/img/faq/icon_q1.png) no-repeat;
  width: 57px;
  height: 72px;
  z-index: 999;
  position: absolute;
  top: -5px;
  left: -10px; 
  }
.question2 {
  background: url(http://an-dan.com/img/faq/icon_q2.png) no-repeat;
  width: 55px;
  height: 64px;
  z-index: 999;
  position: absolute;
  top: -5px;
  left: -10px;
  }
.question3 {
  background: url(http://an-dan.com/img/faq/icon_q3.png) no-repeat;
  width: 71px;
  height: 63px;
  z-index: 999;
  position: absolute;
  top: -5px;
  left: -10px;
  }
.answer {
  background: url(http://an-dan.com/img/faq/icon_a1.png) no-repeat;
  width: 45px;
  height: 64px;
  z-index: 999;
  position: absolute;
  right: 5px;
  bottom: -26px;
  }
#topimg_oshiete {
  position: absolute;
  right: 10px;
  top: -28px;
  background: url(http://an-dan.com/img/faq/oshiete.png) no-repeat;
  width: 74px;
  height: 101px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
.kellum {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  }
.sub-menu li {
  border-bottom: 1px solid #fff;
  }

@media screen and (max-width: 480px) {
.sub-menu a {
  background: #fff !important;
  background: linear-gradient(to bottom,#fff 0%,#fff 100%) !important;
  }
.sub-menu a:hover {
  background: #fff !important;
  background: linear-gradient(to bottom,#fff 0%,#fff 100%) !important;
  }
}
.tittle_content {
  border-bottom: 2px solid #fc0;
  color: #f60;
  margin: 0;
  }
ul.new10 {
  list-style-type: none;
  margin: 20px 0 40px 5px;
  }
ul.new10 a {
  text-decoration: underline;
  }
ul.new10 a:hover {
  transition: all 0.3s ease-in-out 0s;
  color: #f60;
  }
ul.new10 li {
  clear: both;
  }
 p.thumb {
  float: left;
  width: 40px;
  height: 30px;
  overflow: hidden;
  margin: 0 15px 10px 0;
  border: 1px solid #ffa31a;
  }
img.attachment-thumbnail {
  width: 40px;
  height: auto;
  opacity: .7;
  }
img.attachment-thumbnail:hover {
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  }
h3.titlenewslist {
  font-weight: bold;
  color: #f90;
  font-size: 13px;
  margin: 0;
  text-shadow: none;
  }
#newslist {
  height: 200px;
  overflow: auto;
  margin-botom: 20px !important;
  }
#newslist li {
  padding: 0 0 10px 30px;
  background: url(http://an-dan.com/img/basic/news_icon.gif) no-repeat 0 0;
  border-bottom: 1px dotted #f90;
  font-size: 12px;
  color: #555 !important;
  padding-bottom: 10px;
  }
#itvw {
  border-top: 2px solid #fc0;
  padding-top: 40px;
  margin: 0 auto 40px;
  text-align: center;
  }
#itvw a,
#itvw a:link,
#itvw a:visited {
  clear: both;
/*
  display: block;
  width: 521px;
  height: 101px;
  background: url(http://an-dan.com/img/home/itvw.png) no-repeat;
  margin: 49px 0 0 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
*/
  }
#itvw a:hover,
#itvw a:active {
  background-position: 1px 1px;
  }
#twitter-widget-0 {
  margin-top: 0 !important;
  width: 95% !important;
  max-width: 600px !important;
  }
@media screen and (min-width: 981px) {
  #twitter-widget-0 {
  margin-left: 5%!important;
    }
  }

@media screen and (max-width: 980px) {
  #twitter-widget-0 {
    margin-left: 0!important;
    }
  }
.entry-meta {
  margin: 20px 0;
  color: #444;
  }
.red {
  color: #e24e42;
  }

.jobinfo .post-title {
  text-align: left;
  margin-left: 10px;
  white-space: normal !important;
  }
#newjobs {
  padding: 10px;  
  border: #f7ad00 solid 14px;
  border-image: url(http://an-dan.com/img/basic/cry_box1.png) 16 16 round;
  }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .widgettitle,
  .simplemap-content,
  #newjobs {
    border: 3px double #f7ad00;
    }
  #staff .module-tab p,
  #top_reglink a,
  #consultlink a,
  #contactlink a,
  #flowlink a,
  #chartlink a,
  #policylink a,
  #bloglink a,
  #mzlink a,
  #pzllink a,
  #pblink a,
  #skslink a,
  .icon_policy,
  .arrow_flow,
  #topimg_oshiete {
    text-indent: -9999px !important;
    }
  }
.inputform textarea {
  margin-top: 10px; 
  }
.jobtitle {
  width: 95%;
  height: auto;
  padding: .6em;
  border: 3px double #f90;
  border-radius: 5px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: -1px -1px 0 #fff;
  background: #fff;
  background-size: 45px 45px;
  background-image: linear-gradient(transparent 50%,rgba(247,190,123,.4) 50%,rgba(247,190,123,.4)),linear-gradient(90deg,transparent 50%,rgba(247,190,123,.4) 50%,rgba(247,190,123,.4));
  }
.normal {
  font-weight: normal;
  font-size:13px;
  }
.btn_reg {
  float: right;
  margin: 0 10px 0 0;
  border: 2px solid #f60;
  border-radius: 12px;
  display: block;
  background: #fff url(http://an-dan.com/img/job/pencil.png) 15px 5px no-repeat;
  text-indent: 42px;
  cursor: pointer;
  text-decoration: none;
  color: #f30;
  font-weight: bold;
  font-size: 18px;
  padding: 11px 16px 9px 17px;
  box-shadow: 2px 2px 3px #666;
  line-height: 22px;
  }
.btn_reg:hover {
  margin: 2px 8px 0 0;
  background: #ffc url(http://an-dan.com/img/job/pencil.png) 15px 5px no-repeat;
  text-decoration: none;
  box-shadow: none;
  }
.reg_td {
  position: relative;
  height: 70px;
  border: none !important;
  }
.jth1 { width: 30% }
.jth2 { width: 20% }
.jth3 { width: 20% }
.jth4 { width: 15%; }
.jth5 { width: 15%; }
#why img {
  margin: 0 0 20px 0;
  }
#why img:hover {
  margin: 1px 0 19px 1px;
  }
table.favjob {
/*  border-collapse: collapse; */
  width: 100%;
  border: 1px solid #f93;
  margin: 20px 0 40px 0;
  }
table.favjob th {
  background: #ffb;
  text-align: left;
  padding-left: 5px;
  color: #777;
  font-weight: normal;
  border-right: 1px solid #f9c753;
  border-top: 1px solid #f9c753;
  }
table.favjob th.jth0 {
  background: #fc6;
  color: #333;
  }
table.favjob td {
  border-right: 1px solid #f9c753;
  border-bottom: 1px solid #f9c753;
  padding: 10px;
  }
.box_favjob {
  text-align: center;
  }
.jobaction {
  position: relative;
  height: 80px;
  }
.remove-parent {
  float: right;
  width: 70px;
  height: 69px;
  margin: 0;
  background: transparent url(http://an-dan.com/img/job/btn_trash.png) 0 0 no-repeat;
  text-indent: -9999px;
  }
.remove-parent:hover {
  background-position: 1px 1px;
  }
.btn_favreg {
  float: right;
  width: 90px;
  height: 69px;
  margin: 0;
  background: transparent url(http://an-dan.com/img/job/btn_reg.png) 0 0 no-repeat;
  text-indent: -9999px;
  }
.btn_favreg:hover {
  background-position: 1px 1px;
  }
.widgetwrap {
  margin: 20px 0 20px;
  }
.favall {
  display: block;
  float: right;
  margin: 0 0 20px 0;
  }
#freedial {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #f60;
  }
#freedial span {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  }
#freedial img {
  margin: 0 3px 2px 8px;
  vertical-align: middle;
  }
#mob-search,
#mob-news {
  display: none;
  }
@media screen and (max-width: 720px) {
  #site-logo {
    margin: 0 !important;
    }
  #site-logo img {
    width: 227px;
    height: 56px;
    background: url(http://an-dan.com/img/basic/logo-simple.png) no-repeat;
    }
  #freedial {
    top: 95px; /*185px*/
    right: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #f60;
    }
  #freedial span {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    }
  #freedial img {
    margin: 0 3px 2px 8px;
    vertical-align: middle;
    }
  #header-slider,
  .social-widget,
  .header-widget {
    visibility: hidden;
    display: none;
    }
  #site-description {
    font-size: 12px;
    margin: 0 0 25px 30px !important;
    }
  }
@media screen and (max-width: 480px) {
  #site-description {
    text-align: center;
    }
  #mob-search,
  #mob-news {
    display: block;
    }
  #freedial {
    top: 92x;
    left: 0;
    text-align: center;
    }
  #freedial strong,
  #text-11,
  #pc-news {
    display: none;
    }
  .aboutustextbox {
    clear: both;
    }
  }
#btn-news {
 border: 1px solid #f90;
  float: right;
  border-radius: 5px;
  padding: 2px 5px;
  background: #fff;
  }
#btn-news a {
  text-decoration: none;
  }
.category-blog .post-author {
  float: right;
  color: #f60;
  margin-bottom: 10px;
  }
.post-type-archive-jobs .post-author,
.single-jobs .post-author {
  display: none;
  }
.dn {
  display: none;
  }
.blog-title {
  border-bottom: 1px solid #f7ad00;
  margin-bottom: 30px;
  color: #f60;
  padding-bottom: 10px;
  }
.blog-title a {
  color: #158cb1; /*#026acb*/
  }
.comment-title {
  color: #5b1c17;
  }
#reply-title {
  color: #f60;
  }
.pict {
  margin: 10px 10px 0 0;
  padding: 7px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #999;
  }
.blog-toptitle {
  color: #5a1a19;
  }
.blog-toptitle span {
  color: #e04c41;
  font-size: 14px;
  }
#wani a,
#wani a:link,
#wani a:visited {
  display: block;
  width: 187px;
  height: 70px;
  margin: 20px 0 0 0;
  background: url(http://an-dan.com/img/content/big_wani.png) no-repeat;
  text-indent: -9999px;
  }
#wani a:hover,
#wani a:active {
  background-position: 0 -70px;
  }
.category-blog {
  background: url(http://an-dan.com/img/basic/dots.jpg);
  }
/*
.wpfp-link {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 100px;
  width: 89px;
  height: 69px;
  margin: 0;
  background: url(http://an-dan.com/img/job/btn_fav.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  outline: 0 none;
  cursor: pointer;
  }
.wpfp-link:hover {
  background-position: 1px 1px;
  }
*/
.staff-table {
  border: 1px solid #C9B385;
  border-collapse: collapse;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  background: transparent none repeat scroll 0% 0%;
  }
body.post-type-archive-staff .edit-button {
  display: none !important;
  }
.mejs-container {
  background: #f90 !important;
  }
.mejs-container .mejs-controls {
  background: #f90 !important;
  }
body.single-post table.jobinfo,
body.single-jobs #blogtitle,
body.post-type-archive-jobs #blogtitle,
body.single-staff .jobinfo,
body.single-staff #blogtitle,
body.single-staff #why,
#single-staff-table,
#staff-image {
  display: none;
  }
body.single-post #blogtitle {
  margin-bottom: 30px;
  }
body.single-staff #single-staff-table,
body.single-staff #staff-image {
  display: block;
  }
body.single-staff #single-staff-table td {
  width: 40%;
  }
body.single-staff #single-staff-table th {
  WIDTH: 100PX !important;
  }
#twbox {
  float: left;
  width: 48%;
  border: 2px solid #f7ad00;
  border-radius: 5px;
  text-align: right;
  margin-right: 10px;
  }
#fbbox {
  float: left;
  width: 290px;
  border: 2px solid #f7ad00;
  border-radius: 5px;
  }
.twitter-timeline {
  height: 352px !important;
  }
.timeline .stream {
    position: relative !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
/* smaller than 980 */
@media screen and (max-width: 980px) {
  #twbox {
    float: none;
    clear: both;
    width: 100%;
    }
  #fbbox {
/*    float: none;
    clear: both;*/
    width: 100%;
    margin-top: 10px;
    height: 400px;
    }
  }
.jobs h2#blogtitle {
  display: none;
  }
body.search-results #qrcode_widget-2 {
  display: none;
  }
/*
#custom-post-type-categories-5 .widgettitle {
  display: none;
  }
*/
#notice-tm a:link,
#notice-tm a:visited,
#notice-tm a:hover,
#notice-tm a:active {
  margin-top: 10px;
  font-size: 10px;
  color: #00;
  }
.uwpqsf_class {
  margin-top: 20px;
  }
#tax-select-0 {
  margin-top: 0;
  }
input#uwpqsf_id_key {
  width: 95%;
  }
#uwpqsf_id {
  border: none;
/*  background: #fee;*/
  }
.textwidget #uwpqsf_id {
  border: none;
  background: none;
  padding: 0;
  }
.uform_title {
  display: none;
  }
.-keyword {
  font-weight: bold;
  }
.widget select#tdp-0,
.widget select#tdp-1 {
  margin: 0;
  }
#text-11 {
  margin-bottom: 60px;
  }
.ui.module-accordion {
  border: none;
  }
.widget .module-accordion ul {
  margin: 0 !important;
  }
.module-accordion .ui,
#uwpqsf_id .ui.module-accordion .accordion-title {
  background: none !important;
　margin-bottom: 0 !important;
  }
.accordion-content label {
  display: block;
  }
.ui.module-accordion .accordion-title a {
  padding: 5px 0;
  }
#detsearch-box .accordion-title {
  padding: 0 10px !important;
  }
#at-box {
  padding: 0 10px !important;
  }
#detsearch-box {
  border: 3px double #f90;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
  background: #ffc;
  }
#detsearch-box h3 {
  margin: 0;
  }
.module-accordion {
  margin: 0;
  }
.uwpqsf_class {
  margin-top: 0;
  }
body.post-type-archive-newslist #newslist {
    height: auto;
    overflow: auto;
    margin-botom: 20px !important;
    }
#aguide-box-y .accordion-title,
#aguide-box-e .accordion-title {
  background: none !important;
  }
/* animation ------------------------------------- */
.fuwafuwa {
  padding-top: 3%;
  -webkit-animation: fuwa 2s ease infinite normal;
  -moz-animation: fuwa 2s ease infinite normal;
  -ms-animation: fuwa 2s ease infinite normal;
  -o-animation: fuwa 2s ease infinite normal;
  }
@-webkit-keyframes fuwa {
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, -3px);}
  100% {-webkit-transform:translate(0, 0);}
  }
@-moz-keyframes fuwa {
  0% {-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, -3px);}
  100% {-moz-transform:translate(0, 0);}
  }
@-ms-keyframes fuwa {
  0% {-ms-transform:translate(0, 0);}
  50% {-ms-transform:translate(0, -3px);}
  100% {-ms-transform:translate(0, 0);}
  }
@-o-keyframes fuwa {
  0% {-o-transform:translate(0, 0);}
  50% {-o-transform:translate(0, -3px);}
  100% {-o-transform:translate(0, 0);}
  }
