.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

/* --------------------------------------------------------
*common
-------------------------------------------------------- */
body {
  color: #333;
  line-height: 1.9;
  background: #FCF8EE;
}

a {
  color: #F60;
}
a:visited, a:active {
  color: #F60;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  width: 1040px;
  overflow: hidden;
  padding-bottom: 100px;
}

.content_in {
  width: 1024px;
  margin: 0 auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
/* --------------------------------------------------------
*header
-------------------------------------------------------- */
header {
  background: url(../img/header_bg_01.jpg) 0 0 repeat-x;
}
header .content_in {
  overflow: hidden;
  *zoom: 1;
}
header h1 {
  float: left;
}
header ul {
  float: right;
  overflow: hidden;
  *zoom: 1;
}
header ul li {
  float: left;
}
header ul .li02, header ul .li03 {
  background: #FC7E06;
}
header ul li:hover {
  background: #E77007;
}



/* --------------------------------------------------------
*footer
-------------------------------------------------------- */
footer {
  padding: 20px 0;
  font-size: 86%;
  background: #fff;
}
footer .content_in {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
footer dl.logo {
  float: left;
  margin-right: 20px;
}
footer dl.logo dt {
  margin-bottom: 5px;
}
footer ul li {
  margin-bottom: 2px;
  padding-left: 10px;
  position: relative;
}
footer ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 11px;
}
footer .ul01, footer .spotList, footer .spotList dl, footer .reportList {
  float: left;
}
footer .ul01 {
  padding-top: 15px;
  margin-right: 30px;
}

footer .spotList h4,footer .reportList h4{
  padding-left: 1.4em;
}

footer .spotList, footer .reportList {
  padding-left: 19px;
}
footer .spotList {
  background: url(../img/footer_ico_01.png) 19px 17px no-repeat;
}
footer .spotList dl {
  width: 90px;
}
footer .spotList dl dt {
  padding-left: 10px;
}
footer .reportList {
  background: url(../img/footer_ico_04.png) 19px 17px no-repeat;
}
footer .copyright {
  text-align: center;
}

/* --------------------------------------------------------
*main_top
-------------------------------------------------------- */
#main_top {
  background:url(../img/main_bg_01.png) 0 0 repeat-x;

}

/* --------------------------------------------------------
*parts
-------------------------------------------------------- */
.btn_ora {
  width: 400px;
  margin: 0 auto;
  font-size: 142%;
  background: #F7920A;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_ora a {
  display: block;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.btn_ora:hover {
  background: #f9a83b;
}
.btn_ora:before {
  content: "";
  position: absolute;
  background: url(../img/btn_ico_01.png) 0 center no-repeat;
  width: 24px;
  height: 100%;
  right: 12px;
}
.btn_ora.login:before {
  background-image: url(../img/btn_ico_02.png);
}
.btn_ora.register:before {
  background-image: url(../img/btn_ico_03.png);
}
.btn_ora.heart:before {
  background-image: url(../img/btn_ico_04.png);
}

ul.statusUl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
ul.statusUl li {
  float: left;
  color: #fff;
  font-size: 75%;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.statusUl li a {
  padding: 0 4px;
  display: block;
  text-decoration: none;
  color: #fff;
}
ul.statusUl li a:hover {
  opacity: 0.7;
}
ul.statusUl li:last-child {
  margin-right: 0;
}
ul.statusUl .li_genre a {
  background: #5CC198;
}
ul.statusUl .li_area a {
  background: #E38BA0;
}
ul.statusUl .li_distance a {
  background: #D1A845;
}

#pageTitle {
  background: #fff;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  padding: 12px 0;
}
#pageTitle .content_in {
  overflow: hidden;
  *zoom: 1;
}
#pageTitle a {
  color: #333;
}
#pageTitle h2 {
  font-size: 160%;
  float: left;
}
#pageTitle p {
  float: right;
  padding-right: 24px;
  font-size: 115%;
  margin-top: 8px;
}

body#spotPage #pageTitle {
  border-bottom: 1px solid #d25b5b;
}
body#spotPage #pageTitle h2 {
  background: url(../img/sectit_ico_01.png) 0 0 no-repeat;
  padding-left: 30px;
}

body#blogPage #pageTitle, body#reportListPage #pageTitle {
  border-bottom: 1px solid #c7d69b;
}
body#blogPage #pageTitle h2, body#reportListPage #pageTitle h2 {
  background: url(../img/sectit_ico_04.png) 0 0 no-repeat;
  padding-left: 40px;
}
body#blogPage #pageTitle p, body#reportListPage #pageTitle p {
  background: url(../img/pageTitle_ico_01.png) right 9px no-repeat;
}

.visual_chief {
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}

/* --------------------------------------------------------
*sec
-------------------------------------------------------- */
.sec {
  margin-bottom: 10px;
}
.sec h3 {
  margin-bottom: 15px;
  padding-left: 1.8em;
  font-size: 160%;
}
.sec#sec_spot h3 {
  background: url(../img/sectit_ico_01.png) 0 2px no-repeat;
}
.sec#sec_kuchikomi h3 {
  background: url(../img/sectit_ico_02.png) 0 2px no-repeat;
}
.sec#sec_chief h3 {
  background: url(../img/sectit_ico_03.png) 0 2px no-repeat;
}
.sec#sec_odekake h3 {
  background: url(../img/sectit_ico_04.png) 0 2px no-repeat;
}
.sec#sec_shopNews h3 {
  background: url(../img/sectit_ico_05.png) 0 2px no-repeat;
}
.sec#sec_edidorNews h3 {
  background: url(../img/sectit_ico_06.png) 0 2px no-repeat;
}
.sec#sec_special h3 {
  background: url(../img/sectit_ico_07.png) 0 2px no-repeat;
}
.sec#sec_special_yellow h3 {
  background: url(../img/sectit_ico_07_yellow.png) 0 2px no-repeat;
}

.sec#sec_tour h3 {
  background: url(../img/sectit_ico_08.png) 0 2px no-repeat;
}

.sec#sec_hot h3 {
  background: url(../img/sectit_ico_09.png) 0 2px no-repeat;
}


#hotbana li{
  float:left;
  margin-top: -15px;
  margin-bottom: 20px;
}

#hotbana li a img{
  margin: 0 20px;
  border:1px solid #CCC;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.boxWrapper {
  margin-bottom: 35px;
  overflow: hidden;
  *zoom: 1;
  padding-top: 4px;
  padding-left: 4px;
}
.boxWrapper section {
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
}
.boxWrapper section a {
  color: #333;
}
.boxWrapper section .box {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 18px;
  padding-bottom: 0;
  background: #fff;
}
.boxWrapper section figure {
  margin-bottom: 20px;
}
.boxWrapper section figure img {
  width: 100%;
  height: auto;
}
.boxWrapper section h4 {
  font-size: 142%;
}
.boxWrapper section article {
  margin-bottom: 10px;
  overflow: hidden;
  color: #666;
}
.boxWrapper section ul.statusUl {
  height: 50px;
}
.boxWrapper section p {
  text-align: center;
  border-top: 1px solid #d6d6d6;
}
.boxWrapper section p a {
  display: block;
  padding: 15px 0;
}
.boxWrapper.col3 section:nth-child(3n) {
  margin-right: 0;
}
.boxWrapper.col3 .box {
  width: 300px;
}
.boxWrapper.col4 section:nth-child(4n) {
  margin-right: 0;
}
.boxWrapper.col4 .box {
  width: 210px;
}

.spotBoxWrapper section article {
  height: 80px;
}

.kuchikomiBoxWrapper section {
  position: relative;
}
.kuchikomiBoxWrapper section .box {
  margin-bottom: 20px;
  position: relative;
}
.kuchikomiBoxWrapper section .box:before {
  position: absolute;
  bottom: -11px;
  left: 20px;
  content: "";
  border-top: 9px solid #dddddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.kuchikomiBoxWrapper section .box:after {
  position: absolute;
  bottom: -9px;
  left: 20px;
  content: "";
  border-top: 9px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.kuchikomiBoxWrapper section article {
  height: 80px;
}
.kuchikomiBoxWrapper section .starUl {
  overflow: hidden;
  *zoom: 1;
}
.kuchikomiBoxWrapper section .starUl li {
  float: left;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/star_ico_01.png) 0 bottom no-repeat;
}
.kuchikomiBoxWrapper section .starUl li.on {
  background-position: 0 0;
}
.kuchikomiBoxWrapper section dl.user {
  overflow: hidden;
  *zoom: 1;
}
.kuchikomiBoxWrapper section dl.user dt {
  float: left;
}
.kuchikomiBoxWrapper section dl.user dt img {
  width: 50px;
  height: auto;
}
.kuchikomiBoxWrapper section dl.user dd {
  float: right;
  width: 175px;
  color: #F60;
}

.chiefBoxWrapper section article {
  height: 80px;
}
.chiefBoxWrapper section dl.date dt {
  font-size: 94%;
  line-height: 1.7;
}

.odekakeBoxWrapper section h4, .shopNewsBoxWrapper section h4, .edidorNewsBoxWrapper section h4 {
  font-size: 126%;
}
.odekakeBoxWrapper section aside, .shopNewsBoxWrapper section aside, .edidorNewsBoxWrapper section aside {
  margin-bottom: 6px;
}
.odekakeBoxWrapper section aside a, .shopNewsBoxWrapper section aside a, .edidorNewsBoxWrapper section aside a {
  color: #F60;
}
.odekakeBoxWrapper section dl.date dt, .shopNewsBoxWrapper section dl.date dt, .edidorNewsBoxWrapper section dl.date dt {
  font-size: 94%;
  line-height: 1.7;
}

/* --------------------------------------------------------
*fblogin
-------------------------------------------------------- */
#fblogin {
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#fblogin .content_in {
  overflow: hidden;
  *zoom: 1;
}
#fblogin .leftBox h3 {
  padding-left: 40px;
  background: url(../img/fblogin_ico_01.png) 0 0 no-repeat;
  font-size: 142%;
  margin-bottom: 18px;
}
#fblogin .leftBox ul {
  overflow: hidden;
  *zoom: 1;
  font-size: 126%;
}
#fblogin .leftBox ul li {
  float: left;
  width: 290px;
  margin-right: 12px;
  background: #F60;
}
#fblogin .leftBox ul li a {
  padding: 8px 30px;
}
#fblogin .leftBox ul li:hover {
  background: #ffa366;
}
#fblogin .rightBox {
  width: 350px;
}
#fblogin .rightBox h4 {
  font-size: 86%;
  padding-left: 18px;
  background: url(../img/fblogin_ico_02.png) 0 0 no-repeat;
  margin-bottom: 8px;
}
#fblogin .rightBox h4 a {
  color: #3B5998;
}
#fblogin .rightBox ul.userUl {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
#fblogin .rightBox ul.userUl li {
  float: left;
  margin-right: 2px;
}
#fblogin .rightBox .btn_ora {
  width: 340px;
}

/* --------------------------------------------------------
*fblikebox
-------------------------------------------------------- */
#fblikebox {
  padding: 30px 0;
  background: #FDE4C2;
  border-top: 1px solid #f7920a;
  border-bottom: 1px solid #f7920a;
  overflow:hidden;
}
#fblikebox iframe {
  background: #fff;
}

/* --------------------------------------------------------
*spotPageWrapper
-------------------------------------------------------- */
#spotPageWrapper {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 18px;
  background: #fff;
  margin-bottom: 40px;
}
#spotPageWrapper .spotPageWrapper_left {
  float: left;
  width: 630px;
}
#spotPageWrapper .spotPageWrapper_right {
  float: right;
  width: 350px;
}
#spotPageWrapper #spot_slide {
  position: relative;
  margin-bottom: 10px;
  height: 350px;
}
#spotPageWrapper #spot_slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 350px;
  overflow: hidden;
  display: none;
}
#spotPageWrapper #spot_slide li img {
  height: auto;
  width: 630px;
}
#spotPageWrapper #spot_nav {
  text-align: center;
  margin-bottom: 15px;
}
#spotPageWrapper #spot_nav li {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/spot_nav_ico_01.png) center bottom no-repeat;
}
#spotPageWrapper #spot_nav li.on, #spotPageWrapper #spot_nav li:hover {
  background-position: center top;
}
#spotPageWrapper h4 {
  font-size: 160%;
  margin-bottom: 10px;
}
#spotPageWrapper article {
  margin-bottom: 30px;
}
#spotPageWrapper .spotProfile {
  margin-bottom: 25px;
}
#spotPageWrapper .spotProfile dl {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #d6d6d6;
  background: #FEF0DD;
}
#spotPageWrapper .spotProfile dl dt, #spotPageWrapper .spotProfile dl dd {
  padding: 15px;
}
#spotPageWrapper .spotProfile dl dt {
  float: left;
  width: 75px;
}
#spotPageWrapper .spotProfile dl dd {
  float: right;
  width: 470px;
  background: #fff;
}
#spotPageWrapper .spotProfile dl:last-child {
  border-bottom: 1px solid #d6d6d6;
}
#spotPageWrapper dl.user_marked {
  overflow: hidden;
  *zoom: 1;
  font-size: 115%;
}
#spotPageWrapper dl.user_marked dt, #spotPageWrapper dl.user_marked dd {
  float: left;
}
#spotPageWrapper dl.user_marked dt {
  margin-right: 20px;
}
#spotPageWrapper dl.user_marked dd {
  width: 520px;
  margin-top: 20px;
}
#spotPageWrapper #gMap {
  margin-bottom: 30px;
}
#spotPageWrapper .btn_ora {
  margin-bottom: 10px;
  width: auto;
}
#spotPageWrapper .user_likelist h5 {
  margin-bottom: 15px;
}
#spotPageWrapper .user_likelist h5 span {
  font-size: 160%;
}
#spotPageWrapper .user_likelist ul {
  overflow: hidden;
  *zoom: 1;
}
#spotPageWrapper .user_likelist ul li {
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
  width: 80px;
}
#spotPageWrapper .user_likelist ul li dl dt {
  margin-bottom: 10px;
}
#spotPageWrapper .user_likelist ul li dl dt img {
  width: 80px;
  height: auto;
}
#spotPageWrapper .user_likelist ul li dl dd {
  text-align: center;
}
#spotPageWrapper .user_likelist ul li:nth-child(4n) {
  margin-right: 0;
}

#commentTabWrapper .commentTab_nav {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding: 0 5px;
}
#commentTabWrapper .commentTab_nav li {
  float: left;
  width: 470px;
  text-align: center;
  font-size: 142%;
  -webkit-box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px -2px 2px 0 rgba(0, 0, 0, 0.2);
}
#commentTabWrapper .commentTab_nav li a {
  padding: 12px 0;
  display: block;
  background: #F9AB46;
  color: #fff;
  text-decoration: none;
}
#commentTabWrapper .commentTab_nav li.on a, #commentTabWrapper .commentTab_nav li:hover a {
  background: #FCE0BB;
  color: #333;
}
#commentTabWrapper .commentTab_nav li:last-child {
  float: right;
}
#commentTabWrapper .tab {
  background: #FCE0BB;
  padding: 25px 0;
  display: none;
}
#commentTabWrapper .tab.tab01 {
  display: block;
}
#commentTabWrapper .tab .boxWrapper section .box {
  padding-bottom: 18px;
}
#commentTabWrapper .tab .boxWrapper section article {
  height: auto;
}

/* --------------------------------------------------------
*blogPage
-------------------------------------------------------- */
#blogWrapper {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
  padding-top: 2px;
  padding-left: 2px;
  padding-bottom: 5px;
}


#blogWrapper #articleList, #blogWrapper #articleWrapper {
  float: left;
  width: 780px;
}
#blogWrapper #articleList h3 {
  font-size: 160%;
  margin-bottom: 20px;
}
#blogWrapper #articleList .boxWrapper section {
  margin-right: 10px;
  margin-bottom: 10px;
}
#blogWrapper #articleList .boxWrapper section .box {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 18px;
  background: #fff;
  margin-bottom: 18px;
  width: 210px;
}
#blogWrapper #articleList .boxWrapper section .box h4 {
  font-size: 115%;
}
#blogWrapper #articleWrapper .articleBox, #blogWrapper #articleWrapper .commentBox {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 18px;
  background: #fff;
  padding: 30px 35px;
  width: 700px;
}
#blogWrapper #articleWrapper .articleBox {
  margin-bottom: 20px;
}
#blogWrapper #articleWrapper .articleBox dl.date {
  margin-bottom: 10px;
}
#blogWrapper #articleWrapper .articleBox dl.date a {
  color: #333;
}
#blogWrapper #articleWrapper .articleBox dl.date dt {
  font-size: 94%;
  margin-bottom: 6px;
}
#blogWrapper #articleWrapper .articleBox dl.date dd {
  font-size: 160%;
}
#blogWrapper #articleWrapper .articleBox .statusUl {
  margin-bottom: 30px;
}
#blogWrapper #articleWrapper .articleBox .statusUl li {
  font-size: 94%;
}
#blogWrapper #articleWrapper .articleBox article {
  margin-bottom: 30px;
}
#blogWrapper #articleWrapper .articleBox article img {
  max-width: 100%;
  height: auto;
}
#blogWrapper #articleWrapper .articleBox article p {
  margin-bottom: 25px;
}
#blogWrapper #articleWrapper .articleBox article ul li {
  margin-left: 20px;
  list-style-type: disc;
}
#blogWrapper #articleWrapper .articleBox .snsUl {
  overflow: hidden;
  *zoom: 1;
}
#blogWrapper #articleWrapper .articleBox .snsUl li {
  float: left;
  width: 150px;
}
#blogWrapper #articleWrapper .commentBox h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #c6d698;
  margin-bottom: 30px;
  font-size: 142%;
}
#blogWrapper #articleWrapper .commentBox .commentList {
  margin-bottom: 30px;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl li {
  margin-bottom: 20px;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl article {
  background: #FCEDD8;
  padding: 18px;
  position: relative;
  margin-bottom: 15px;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl article h5 {
  font-size: 126%;
  margin-bottom: 4px;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl article:after {
  position: absolute;
  bottom: -9px;
  left: 20px;
  content: "";
  border-top: 9px solid #fcedd8;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl dl.name {
  float: left;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl dl.name dt, #blogWrapper #articleWrapper .commentBox .commentList .commentUl dl.name dd {
  float: left;
  margin-right: 10px;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl dl.name dd {
  font-size: 115%;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl dl.name dd a {
  color: #333;
}
#blogWrapper #articleWrapper .commentBox .commentList .commentUl p.date {
  float: left;
}
#blogWrapper #articleWrapper .commentBox .commentForm dl {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 8px;
}
#blogWrapper #articleWrapper .commentBox .commentForm dl dt {
  float: left;
  width: 155px;
  padding: 8px;
}
#blogWrapper #articleWrapper .commentBox .commentForm dl dd {
  float: right;
  width: 520px;
}
#blogWrapper #articleWrapper .commentBox .commentForm input, #blogWrapper #articleWrapper .commentBox .commentForm textarea {
  background: #F4F4F4;
  padding: 8px;
  width: 490px;
  border: 1px solid gainsboro;
}
#blogWrapper #articleWrapper .commentBox .commentForm textarea {
  height: 120px;
  resize: vertical;
}
#blogWrapper #articleWrapper .commentBox .commentForm p {
  margin-top: 20px;
}
#blogWrapper #blogSide {
  float: right;
  width: 250px;
  padding-right: 5px;
}
#blogWrapper #blogSide a {
  color: #333;
}
#blogWrapper #blogSide .box {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 18px;
  background: #fff;
  margin-bottom: 15px;
}
#blogWrapper #blogSide .box h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #c6d698;
  margin-bottom: 12px;
  font-size: 115%;
}
#blogWrapper #blogSide .profileBox .topBox {
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
#blogWrapper #blogSide .profileBox .topBox figure {
  float: left;
}
#blogWrapper #blogSide .profileBox .topBox dl {
  float: right;
  width: 115px;
}
#blogWrapper #blogSide .profileBox .topBox dl dt {
  font-size: 126%;
}
#blogWrapper #blogSide .categoryBox li {
  border-bottom: 1px solid #d6d6d6;
}
#blogWrapper #blogSide .categoryBox li a {
  padding: 10px 0;
  display: block;
}
#blogWrapper #blogSide .archiveBox h5 {
  font-size: 86%;
  margin-bottom: 10px;
  color: #6E6E6E;
}
#blogWrapper #blogSide .archiveBox ul {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
}
#blogWrapper #blogSide .archiveBox ul li {
  float: left;
  text-align: center;
  width: 25%;
}
#blogWrapper #blogSide .archiveBox ul li a {
  display: block;
  padding: 4px 0;
}
#blogWrapper #blogSide .keywordBox li {
  display: inline-block;
  margin-right: 8px;
}

/* #site-title */

#site-title{
  position:absolute;
  width: 1010px;
}

#site-title *{
color:#FFF;
font-weight: bold;
line-height:normal;
background:none;
border:none;
margin:10px 0 0 20px;padding:0px;
text-shadow:0px 0px 5px #444;
}

#blog_top img{

border: 10px solid #FFF;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
margin:0px;padding:0px;

max-width:1020px;
height:auto;

margin:0 -17px;
}

#site-title h1{
  font-size: 2.4em;
  margin-top:30px;
  margin-bottom: -10px;
  margin-left: 0px;
}


.pageNav {
  overflow: hidden;
  *zoom: 1;
}
.pageNav li {
  float: left;
  background: #F7920A;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-right: 6px;
}
.pageNav li a {
  display: block;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.pageNav li:hover {
  background: #f9a83b;
}
.pageNav li a {
  display: block;
  text-align: center;
  padding: 2px 8px;
}
.pageNav li.on {
  background: #f60;
}

.navi-archives{padding-bottom: 30px;}


.navi-archives h4{ font-size: 0.9em; padding:0;border:none;margin: 15px 0 5px 0;}
.navi-archives ul li{ float:left; width: 40px;text-align:right; list-style-type:none;padding:0;margin:0;}

.navi-archives h3,.navi-archives h4,.navi-archives ul{margin-right:10px;}


/* --------------------------------------------------------
*reportListPage
-------------------------------------------------------- */
.sec.report .boxWrapper section .blogTitle {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
.sec.report .boxWrapper section .blogTitle dt {
  float: left;
}
.sec.report .boxWrapper section .blogTitle dd {
  float: right;
  width: 145px;
}
.sec.report .boxWrapper section .blogTitle dd a {
  color: #f60;
}
.sec.report .boxWrapper section h4 {
  font-size: 100%;
}

#ie8 .content_in {
  width: 1060px;
}
#ie8 .box, #ie8 .articleBox, #ie8 .commentBox, #ie8 .visual_chief {
  border: 1px solid #cccccc;
}


/* ---------------------------------------------------------
page_company
------------------------------------------------------------*/
#page_company{ padding: 30px;}
#page_company h3{margin-top: 15px !important;}
#page_company p,#page_company ol{margin: 15px;}
#page_company ol{padding-left: 20px;}
#page_company li{list-style-type:decimal !important;}


/*searchform*/

.searchform{margin: 10px 10px 10px 0px;}
.searchform li{float:left;margin-left: 5px;margin-bottom: 10px;}
.searchform input.form-control{height: 18px;width:130px;}
.searchform input.btn-search{padding: 8px;display:block;margin-top: 2px;}
