@charset "UTF-8";

/*=======================
-Edited by Ratana Works
========================*/

html {
-webkit-text-size-adjust: none; /* iPhone */
}

body{
	background:url(../images/common/bg_shadow.png) top left repeat-x #f7f8f6;/*ライトベージュf1f1f0*/
}

/*--------------------------------------------------------------------*/
/*header*/
/*--------------------------------------------------------------------*/

header{
	height: 157px;
}

.header_inner{
	width:1000px;
	height:112px;
	margin: 0 auto;
}

header .intro{
	height:80px;
	width:485px;
	float:left;
	margin:27px 0 0 0;
}

h1{
	display: block;
	width: 180px;
	height: 63px;
	background:url(../images/common/logo.png) top left no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	float:left;
}

h1 a{
  display: block;
  width:100%;
  height:100%;
}

header .intro p{
	height:92px;
	margin:20px 0 0 15px;
	float:left;
	font-size:12px;
/*	font-weight:bold;*/
  font-weight: normal;
}

ul.top_link{
	width:500px;
	margin:20px 0 0 15px;
	float:right;
}

ul.top_link li{
	color:#1b75bc;
	float: right;
	font-size: 12px;
	line-height: 100%;
	text-indent: 10px;
	background: url(../images/common/arrow_red_s.png) 0 2px no-repeat;
	margin:0 0 0 15px;
}

.find_share{
	width:500px;
	margin:20px 0 0 15px;
	float:right;
}

.find_share form{
	width:232px;
	float:left;
	margin:0 0 0 100px;
}

.find_share form input[type="text"]{
	width:192px;
	height:30px;
	font-size:16px;
	border:0;
	background: url(../images/common/search_bg.png) 0 0 no-repeat;
	margin:0 0 0 0;
	vertical-align: middle;
  float: left;
}

.find_share form input[type="submit"]{
  display: block;
	width:35px;
	height:28px;
	background: url(../images/common/btn_search.png) 0 0 no-repeat;
	border:0;
	cursor:pointer;
	margin:0 0 0 5px;
	vertical-align: middle;
  float: left;
}

.find_share ul{
	width:160px;
	float: right;
}

.find_share ul li{
	width:40px;
	height:30px;
	float:left;
	text-indent: -9999px;
	overflow: hidden;
}

.find_share ul .link_fb{
	background: url(../images/common/icon_fb.png) 0 0 no-repeat;
}

.find_share ul .link_tw{
	background: url(../images/common/icon_tw.png) 0 0 no-repeat;
}

.find_share ul .link_hatena{
	background: url(../images/common/icon_hatena.png) 0 0 no-repeat;
}

.find_share ul .link_rss{
	background: url(../images/common/icon_rss.png) 0 0 no-repeat;
}

/*------------------nav---*/

header nav{
  height: 45px;
  background:#d7d5ce;/*#e3e1deから変更*/
  margin:0;
  padding:0;
}

header nav ul {
  list-style-type: none;
  width: 1001px;
  height:45px;
  margin:0 auto;
  padding: 0;
  position: relative;
  top:0;
  left:0;
  background: url(../images/common/nav_line.png) 0 0 no-repeat #d7d5ce;
}
header nav ul li {
  position: relative;
  width:143px;
  height: 45px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent:-9999px;
/*  overflow: hidden;*/
}

header nav ul .nav_magazine{
  background: url(../images/common/nav_magazine.png) 0 1px no-repeat;
}

header nav ul .nav_news{
  background: url(../images/common/nav_news.png) 0 1px no-repeat;
}

header nav ul .nav_listing{
  background: url(../images/common/nav_listing.png) 0 1px no-repeat;
}

header nav ul .nav_ruins{
  background: url(../images/common/nav_ruins.png) 0 1px no-repeat;
}

header nav ul .nav_cambodia{
  background: url(../images/common/nav_cambodia.png) 0 1px no-repeat;
}

header nav ul .nav_recruit{
  background: url(../images/common/nav_recruit.png) 0 1px no-repeat;
}

header nav ul .nav_about{
  background: url(../images/common/nav_about.png) 0 1px no-repeat;
}

header nav ul li:hover{
  background-position:0 -41px ;
}

header nav ul li a {
  display: block;
  margin: 0;
  width:143px;
  height:42px;
  line-height:42px;
  /* padding: 16px 0; */
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding:3px 0 0 0;
}
header nav ul li ul {
  list-style: none;
  position: absolute;
  z-index: 300;
  top: 42px;
  left: 0;
  width: 143px;
  height: auto;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
header nav ul li ul li{
  overflow: hidden;
  width: 143px;
  height: 0;
  color: #333;
  transition: .2s;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
header nav ul li ul li a{
  /*padding: 13px 15px;*/
  display: block;
  width:143px;
  height:25px;
  background: #e3e1de;
  text-align: left;
  text-indent:5px;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding:0;
  margin:0;
  background-color: #fff;
}

.font_s{
    font-size: 11px;
}


header nav ul > li:hover > a{
  font-weight: normal;
  /*background: #cecbc6;*/
}

header nav ul > li:hover li a{
  font-weight: normal;
}

header nav ul > li:hover li:hover > a,
header nav ul li:hover ul li ul li a:hover{
  background: #1b75bc;
  color:#fff;
  font-weight: normal;
}

header nav ul > li:hover > ul > li {
  overflow: visible;
  height: 26px;
}
header nav ul li ul li ul{
  top: 0;
  left: 100%;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
}


header nav ul li:last-child ul li ul,
header nav ul li ul .drop_left ul{
  left: -100%;
  width: 100%;
}

header nav ul li ul li ul:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -15px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #9dbdd7;
}

header nav ul li:last-child ul li ul:before,
header nav ul li ul .drop_left ul:before{
  position: absolute;
  content: "";
  top: 7px;
  left: 200%;
  margin-left: -25px;
  border: 7px solid transparent;
  border-right-color:#9dbdd7;
}
header nav ul li ul li:hover > ul > li {
  overflow: visible;
  height: 26px;
}

/*------drop_wide-*/

header nav ul li ul li ul.column_wide li,
header nav ul li ul li ul.column_wide li a{
  width:210px;
  font-size: 14px;
}

header nav ul li ul li ul.column_wide{
  width:210px;
  border-right: #ccc 1px solid;
}

header nav ul li ul li.drop_wide ul{
    width:287px;
    color:#f00;
    background-color: none;
}

header nav ul li ul li.drop_wide ul li{
  width:143px;
    float: left;
    background-color: none;
}

header nav ul li ul li.drop_wide ul li:nth-child(even){
  border-left:1px solid #ccc;
}

/*--------------------------------------------------------------------*/
/*contents*/
/*--------------------------------------------------------------------*/

.contents{
    width:1000px;
    margin:20px auto 0;
    padding:0;
}

.main_contents{
    width:676px;
    margin:0;
    padding:0;
    float:left;
}

section .title_h2 {
    height:40px;
    line-height:40px;
    margin:0 0 20px 0;
}

section .title_h2 h2{
    width:160px;
    height:40px;
    font-size:22px;
    font-weight:bold;
    text-indent:60px;
    line-height:40px;
    float: left;
}

.sec_news .title_h2 h2{
    background: url(../images/common/icon_newsL.png) 0 0 no-repeat;
}

.sec_magazine .title_h2 h2{
    background: url(../images/common/icon_magazineL.png) 0 0 no-repeat;
}

.sec_listing .title_h2 h2{
    background: url(../images/common/icon_listingL.png) 0 0 no-repeat;
}

section .title_h2 a{
    display:block;
    width:120px;
    height:35px;
    float: right;
    background: url(../images/common/view_more.png) 0 0 no-repeat;
    text-align:center;
    line-height: 35px;
    color: #1b75bc;
    overflow: hidden;
    margin:5px 0 0 0;
}

section .title_h2 a:hover{
    background-position:0 -35px;
    color:#fff;
}

/*------------------------------------------------------------news---*/

.news_wrap{
    width:328px;
    height: 505px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    box-shadow: 0 1px 2px #ccc;　/* CSS3草案 */
    -moz-box-shadow: 0 1px 2px #ccc;　/* Firefox用 */
    -webkit-box-shadow: 0 1px 2px #ccc;　/* Safari Google Chrome用 */
}

.news_wrap .tab{
    width:328px;
    background: url(../images/common/tab_line.png) 0 0 no-repeat;
}

.news_wrap .tab li{
    width:69px;
    height:40px;
    line-height:40px;
    text-align:center;
    float:left;
    cursor: pointer;
    font-size: 14px;
    border-bottom:1px #1b75bc solid;
}

.news_wrap .tab li:hover{
    color:#999;
}

.news_wrap .tab .tab_title{
    width:121px;
}

.news_wrap .tab .select{
    height:52px;
    font-weight:bold;
    background: url(../images/common/arrow_b_blue.png) bottom center no-repeat;
    border-bottom:none;
}

.sec_news .topics .tab li{
    border-bottom:1px #ed1c24 solid;
}

.sec_news .topics .tab .select{
    border-bottom:none;
    background: url(../images/common/arrow_b_red.png) bottom center no-repeat;
}

/*---*/

.jiji{
    float:left;
}

.topics{
    float:right;
}

/*---*/

.content_wrap,
.content_wrap2{
    margin:12px;
}

.jiji .content_wrap .cat{
    font-size:12px;
    color:#fff;
    padding:2px 4px 1px 4px;
    margin:0 5px 0 0;
    line-height:100%;
}

.c_domestic{
    background-color:#f08347;
}

.c_economy{
    background-color:#53b386;
}

.c_world{
    background-color:#4781d2;
}

.jiji .content_wrap .entry_date{
    font-size:12px;
    color:#999;
    line-height:100%;
}

.jiji .content_wrap ul li a{
    display:block;
    width:100%;
    height:16px;
    font-size:14px;
    line-height:16px;
    margin:5px 0 10px 0;
    overflow:hidden;
}

.jiji .content_wrap ul li{
  line-height: 140%;
}

.jiji .content_wrap ul li:hover{
  background-color: #eee;
}

.disnon {
  display: none;
}

.topics .content_wrap2 ul{
    padding-top:3px;
}

.topics .content_wrap2 ul li{
    width:100%;
    height:75px;
    overflow: hidden;
    margin:0 0 12px 0;
    line-height: 130%;
}

.topics .content_wrap2 ul li p a{
  display: block;
  font-size: 14px;
  line-height: 132%;
  /*color: #f00;*/
  padding:5px 0 0 0;
  clear: right;
  margin:0 0 0 0;
  height:55px;
  overflow: hidden;
}

.topics .content_wrap2 ul li:hover{
  background-color: #eee;
}

.topics .content_wrap2 ul li img{
    width:146px;
    height:75px;
    float:left;
    margin:0 8px 0 0;
    display: block;
    overflow: hidden;
}

.topics .content_wrap2 .cat{
    font-size:12px;
    font-weight: bold;
    padding:0;
    margin:0;
    line-height:120%;
    float:left;
}

.topics .content_wrap2 .cat{

}

.c_info{
    color:#4781d2;
}

.c_event{
    color:#f08347;
}
.c_local{
    color:#53b386;
}

.topics .content_wrap2 .entry_date{
    font-size:12px;
    color:#999;
    line-height:120%;
    float:right;
}

.disnon2 {
  display: none;
}

/*------------------------------------------------------------magazine---*/

.sec_magazine article{
    width:253px;
    height:187px;
    float:left;
    box-shadow: 0 1px 2px #ccc;　/* CSS3草案 */
    -moz-box-shadow: 0 1px 2px #ccc;　/* Firefox用 */
    -webkit-box-shadow: 0 1px 2px #ccc;　/* Safari Google Chrome用 */
}

.sec_magazine article img{
    display: block;
    width:251px;
    height:129px;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow: hidden;
    margin:0;
}

.sec_magazine article h3{
    width:231px;
    height:46px;
    padding:5px 10px;
    background-color:#ed1c24;
    font-size:16px;
    border: 1px solid #ccc;
    border-top: none;
    font-weight:bold;
    color:#fff;
    overflow: hidden;
    line-height:157%;
}

.sec_magazine article h3 a{
}

/*+++++++scroll++++++*/

.sec_magazine section{
    width:405px;
    height: 186px;
    float:right;
    background-color:#fff;
    margin:0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;　/* CSS3草案 */
    -moz-box-shadow: 0 1px 2px #ccc;　/* Firefox用 */
    -webkit-box-shadow: 0 1px 2px #ccc;　/* Safari Google Chrome用 */
}

.sec_magazine section .scroll {
    position: relative;
    top: 0;
    right: 0;
    width: 385px;
    height: 166px;
    overflow: hidden;
    margin:10px;
    /*border: 1px solid #ddd;*/
}

.sec_magazine section .scroll .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 166px;
    z-index: 1;
}

.scroll .scrollbar .track {
    position: absolute;
    top: 10px;
    left: 0;
    background: #eee;
    width: 10px;
    height: 166px;
    z-index: 2;
}

.scroll .scrollbar .track .thumb {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddd;
    /*background-color: #e15f61;*/
    width: 10px;
    z-index: 3;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.scroll .scrollbar .up {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ed1c24;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.scroll .scrollbar .down {
    position: absolute;
    top: 156px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ed1c24;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
/*+++++++++++++++++++*/

.sec_magazine section ul li{
    width:365px;
    min-height:45px;
    clear:both;
    margin:0 0 10px 0;
}

.sec_magazine section ul li:hover{
  background-color: #eee;
}

.sec_magazine section ul li img{
    width:45px;
    height:45px;
    float:left;
    margin:0 10px 0 0;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.sec_magazine section ul li h4{
    display: block;
    float:right;
    width:310px;
    font-size:14px;
    font-weight:bold;
    /*line-height:16px;*/
}

.sec_magazine section ul li small{
    display: block;
    float:right;
    width:310px;
    color:#1b75bc;
    font-size: 12px;
    text-align: right;

}

.sec_magazine section .see_more a{
    display: block;
    margin:20px 0 0 0;
    line-height:30px;
    width:100%;
    height:30px;
    background:#ddd;
    text-align:center;
    font-weight:bold;
    color:#1b75bc;
}

.sec_magazine section .see_more a:hover{
    background-color:#eee;
}

.sec_magazine section ul .see_more:hover{
    background-color: #fff;
}

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

.sec_magazine .btn_area{
    margin:20px 0 0 0;
}

.sec_magazine .btn_area li{
    display:block;
    width:220px;
    height:52px;
    float:left;
    font-size: 14px;
    line-height:52px;
    font-weight:bold;
}

.link_download{
    background:url(../images/common/btn_downloadM.png) 0 0 no-repeat;
    text-indent:50px;
}

.link_backnumber{
    background:url(../images/common/btn_backnumberM.png) 0 0 no-repeat;
    margin:0 8px;
    text-indent:50px;
}

.link_movie{
    background:url(../images/common/btn_youtube.png) 0 0 no-repeat;
    text-indent:67px;
}

.sec_magazine .btn_area li a{
    display:block;
    width:220px;
    height:52px;
}

.sec_magazine .btn_area li a:hover{
    color:#d40000;
}

/*------------------------------------------------------------listing---*/

.sec_listing .listing_area{
    width:674px;
    height:445px;
    margin:0;
    border: 1px solid #bbb;
    padding:11px 0;
    background-color:#fff;
    box-shadow: 0 1px 2px #bbb;　/* CSS3草案 */
    -moz-box-shadow: 0 1px 2px #bbb;　/* Firefox用 */
    -webkit-box-shadow: 0 1px 2px #bbb;　/* Safari Google Chrome用 */
}

.sec_listing .listing_area .area_tab{
    width:652px;
    height:62px;
    margin:0 11px;
    padding:0;
}

.sec_listing .listing_area .area_tab li{
    width:180px;
    height:68px;
    margin:0 0 0 1px;
    float:left;
    background:url(../images/common/tabbg_gray.png) 0 0 no-repeat;
    font-weight: bold;
    cursor: pointer;
}

.sec_listing .listing_area .area_tab li:hover,
.sec_listing .listing_area .area_tab .select{
    background:url(../images/common/tabbg_yellow.png) center top no-repeat;
}

.sec_listing .listing_area .area_tab li p{
    display: block;
    width:120px;
    height:62px;
    padding:0 0 0 60px;
    line-height:120%;
    font-size: 14px;
}

.sec_listing .listing_area .area_tab li p span{
    height:18px;
    display:block;
    font-size:12px;
    color:#666;
    font-weight: normal;
    margin:0;
    padding:13px 0 0 0;
}

.tab_pnh{
    background:url(../images/common/icon_pnh.png) 8px 10px no-repeat;
}

.tab_rep{
    background:url(../images/common/icon_rep.png) 8px 10px no-repeat;
}

.tab_snv{
    background:url(../images/common/icon_snv.png) 8px 10px no-repeat;
}

.sec_listing .listing_area .area_tab .tab_pickup{
    width:109px;
    margin:0;
    font-size:16px;
    line-height:62px;
    color:#1b75bc;
    text-align:center;
}

/*-----*/

.sec_listing .listing_area .content_wrap3{
    width:652px;
    margin:25px auto 0;
    padding:0;
}

.sec_listing .listing_area .content_wrap3 .listing_picup,
.page_listing_picup{
    margin:0 0 10px 0;
    min-height:270px;
    padding:0;
}

.sec_listing .listing_area .content_wrap3 .listing_picup li{
    width:320px;
    float:left;
    margin:0 0 15px 0;
    padding:0;
}

.page_listing_picup li{
    width:310px;
    float:left;
    margin:0 0 15px 0;
    padding:0;
}

.sec_listing .listing_area .content_wrap3 .listing_picup li:nth-child(odd) {
    margin-right:12px;
}

.page_listing_picup li:nth-child(odd){
    margin-right:10px;
}

.sec_listing .listing_area .content_wrap3 .listing_picup li .img_wrap{
    display:block;
    width:75px;
    height:75px;
    float:left;
    margin:0 10px 0 0;
    overflow: hidden;
    text-align: center;
    background-color: #eee;
}

.sec_listing .listing_area .content_wrap3 .listing_picup li img{
    width:auto;
    max-width:146px;
    min-height:75px;
    margin-left:-35px;
}

.page_listing_picup li .img_wrap{
    display:block;
    width:75px;
    height:75px;
    overflow: hidden;
    float:left;
    margin:0 10px 0 0;
    text-align: center;
}

.page_listing_picup li img{
    width:auto;
    max-width:146px;
    min-height:75px;
    margin-left:-35px;
}



.sec_listing .listing_area .content_wrap3 ul li h3,
.page_listing_picup li h3{
    height:25px;
    line-height:25px;
    font-size:14px;
    font-weight:bold;
    margin:0 0 5px 0;
    overflow:hidden;
}

.sec_listing .listing_area .content_wrap3 .ul_listing li:hover,
.page_listing_picup li:hover{
    background: #eee;
}

.sec_listing .listing_area .content_wrap3 ul li .loc,
.sec_listing .listing_area .content_wrap3 ul li .l_cat,
.page_listing_picup li .loc,
.page_listing_picup li .l_cat{
    font-size:12px;
    height:15px;
    line-height:15px;
    display:block;
    width:235px;
    text-indent:18px;
    float:left;
    margin:5px 0 0 0;
}

.page_listing_picup li .loc,
.page_listing_picup li .l_cat{
    width:225px;
}

.sec_listing .listing_area .content_wrap3 ul li .l_phnom_penh,
.page_listing_picup li .l_phnom_penh{
    background:url(../images/common/loc_pnh.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_siem_reap,
.page_listing_picup li .l_siem_reap{
    background:url(../images/common/loc_rep.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_preah_sihanouk,
.page_listing_picup li .l_preah_sihanouk{
    background:url(../images/common/loc_snv.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_spots,
.page_listing_picup li .l_spots{
    background:url(../images/common/icon_spotS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_stay,
.page_listing_picup li .l_stay{
    background:url(../images/common/icon_stayS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_eat,
.page_listing_picup li .l_eat{
    background:url(../images/common/icon_eatS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_nightlife,
.page_listing_picup li .l_nightlife{
    background:url(../images/common/icon_nightS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_buy,
.page_listing_picup li .l_buy{
    background:url(../images/common/icon_buyS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_beauty,
.page_listing_picup li .l_beauty{
    background:url(../images/common/icon_beautyS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .content_wrap3 ul li .l_services,
.page_listing_picup li .l_services{
    background:url(../images/common/icon_servicesS.png) 0 0 no-repeat;
}

.sec_listing .listing_area .listing_nav{
    width:652px;
    height:60px;
    margin:0 auto;
    padding:0;
    border-top:1px solid #ccc;
}

.sec_listing .listing_area .listing_nav li{
    width:216px;
    height:60px;
    line-height:60px;
    float:left;
    font-size: 14px;
    font-weight:bold;
    margin:10px 0 0 0;
    padding:0;
    background:url(../images/common/arrow_red_m.png) 8px 20px no-repeat;
    text-indent:34px;
}

.sec_listing .listing_area .listing_nav li:nth-child(2){
    border-left:#ccc dotted 1px;
    border-right:#ccc dotted 1px;
}

.disnon3{
  display: none;
}

.sec_listing .listing_area .listing_nav2{
    width:652px;
    height:60px;
    margin:0 auto;
    padding:0;
    border-top:1px solid #ccc;
}

.sec_listing .listing_area .listing_nav2 li{
  width: 92px;
  height: 60px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height:100px;
  overflow: hidden;
  border-right: 1px dotted #ccc;
  margin: 10px 0 0 0;
}

.sec_listing .listing_area .listing_nav2 li:last-child{
  -webkit-border-fit: repeat;
  border-right: none;
}

.sec_listing .listing_area .listing_nav2 .lnv_spot{
  background: url(../images/common/icon_spotM.png) center 0 no-repeat #fff;
}

.sec_listing .listing_area .listing_nav2 .lnv_stay{
  background: url(../images/common/icon_stayM.png) center 0 no-repeat;
}

.sec_listing .listing_area .listing_nav2 .lnv_eat{
  background: url(../images/common/icon_eatM.png) center 0 no-repeat;
}

.sec_listing .listing_area .listing_nav2 .lnv_night{
  background: url(../images/common/icon_nightM.png) center 0 no-repeat;
}

.sec_listing .listing_area .listing_nav2 .lnv_buy{
  background: url(../images/common/icon_buyM.png) center 0 no-repeat;
}
.sec_listing .listing_area .listing_nav2 .lnv_beauty{
  background: url(../images/common/icon_beautyM.png) center 0 no-repeat;
}
.sec_listing .listing_area .listing_nav2 .lnv_services{
  background: url(../images/common/icon_servicesM.png) center 0 no-repeat;
}

.sec_listing .listing_area .listing_nav2 li:hover{
  color:#999;
}

.sec_listing .listing_area .listing_nav2 li a{
  display: block;
  width:100%;
  height:100%;
}


/*-------------------------------------------------------recruit OLD---*/

.sec_recruit{
    width:342px;
    height:345px;
    background:url(../images/common/recruit_bg.png) 0 0 no-repeat;
    margin:30px 0 0 -3px;
    padding:0;
    float:left;
}

.sec_recruit .rec_area{
    width:312px;
    height:35px;
    margin:95px 15px 0;
}

.sec_recruit .rec_area li{
    width:98px;
    height:35px;
    float:left;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    background:url(../images/common/rec_tab.png) 0 0 no-repeat;
    line-height:30px;
    color:#fff;
    cursor:pointer;
}

.sec_recruit .rec_area li:nth-child(2){
    margin:0 9px;
}

.sec_recruit .rec_area .rec_tab_pnh.select,
.sec_recruit .rec_area .rec_tab_pnh:hover{
    background:url(../images/common/rec_tab_pnh.png) 0 0 no-repeat;
}

.sec_recruit .rec_area .rec_tab_rep.select,
.sec_recruit .rec_area .rec_tab_rep:hover{
    background:url(../images/common/rec_tab_rep.png) 0 0 no-repeat;
}

.sec_recruit .rec_area .rec_tab_other.select,
.sec_recruit .rec_area .rec_tab_other:hover{
    background:url(../images/common/rec_tab_other.png) 0 0 no-repeat;
}

.sec_recruit .rec_list{
    width:312px;
    height:152px;
    margin:10px 15px 0;
}

.sec_recruit .rec_list li{
    width:100%;
    height:44px;
    padding:6px 0 0 0;
    background:url(../images/common/arrow_gray.png) right 14px no-repeat;
    border-bottom:1px solid #ddd;
    line-height:130%;
}

.sec_recruit .rec_list li:nth-child(3){
    border-bottom:none;
}

.sec_recruit .rec_list li a{
    display: block;
    font-weight:bold;
    margin:0 5px 0 0;
    /*border: 1px solid #000;*/
    width:285px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
}

.sec_recruit .rec_list li i{
    color:#f00;
    font-size:12px;
}

.sec_recruit .rec_list li span{
    display: block;
    width:285px;
    height:15px;
    font-size:12px;
    line-height:120%;
    font-weight: normal;
    overflow: hidden;
    margin:3px 0 0 0;
}

.sec_recruit .rec_list li:hover{
  background-color: #eee;
}

.sec_recruit .view_more_rec{
    display:block;
    width:330px;
    height:41px;
    color:#1b75bc;
    line-height:41px;
    text-align:center;
    font-weight:bold;
    margin:4px auto 0;
    background:url(../images/common/view_more2.png) 0 0 no-repeat;
}

.disnon4 {
  display: none;
}

.sec_recruit h2{
    display:none;
}




/*-------------------------------------------------------recruit New---*/


.sec_recruit.wide{
    width:672px;
    height:auto;
    background-image:none;
    background: #fff;
    margin:35px 0 15px 0;
    padding:0;
    /*float:left;*/
    border: 2px solid #6caedc;
    box-shadow: 0 1px 2px #ccc;　/* CSS3草案 */
    -moz-box-shadow: 0 1px 2px #ccc;　/* Firefox用 */
    -webkit-box-shadow: 0 1px 2px #ccc;　/* Safari Google Chrome用 */
}

.sec_recruit.wide h2{
  width: 282px;
  display: block;
  color: #ff8400;
  font-weight: normal;
  font-size: 22px;
  float: left;
  margin:15px 15px 0;
  /*border: 1px solid #000;*/

}

.sec_recruit.wide .rec_area{
    width:330px;
    height:35px;
    margin:15px 15px 0;
    float: left;
    /*border: 1px solid #000;*/

}


.sec_recruit.wide .rec_area li{
    width:104px;
    margin: 0 3px;
    height:35px;
    float:left;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    background-image:none;
    background: #ccc;
    line-height:34px;
    color:#fff;
    cursor:pointer;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.sec_recruit.wide .rec_area li:nth-child(2){
    margin:0;
}

.sec_recruit.wide .rec_area .rec_tab_pnh.select,
.sec_recruit.wide .rec_area .rec_tab_pnh:hover{
    background-image:none;
    background-color: #5dbf15;
}

.sec_recruit.wide .rec_area .rec_tab_rep.select,
.sec_recruit.wide .rec_area .rec_tab_rep:hover{
    background-image:none;
    background-color:#eba12b;
}

.sec_recruit.wide .rec_area .rec_tab_other.select,
.sec_recruit.wide .rec_area .rec_tab_other:hover{
    background-image:none;
    background-color:#2287e5;
}

.sec_recruit.wide .content_wrap4{
  clear: both;
  border-top: 2px solid #ccc;
}

.sec_recruit.wide .rec_list{
    width:96%;
    height:152px;
    margin:10px 2% 0;
}

.sec_recruit.wide .rec_list li{
    width:46%;
    height:44px;
    padding:6px 2% 0;
    float: left;
    background:url(../images/common/arrow_gray.png) right 14px no-repeat;
    border-bottom:1px solid #ddd;
    line-height:130%;
}

.sec_recruit.wide .rec_list li:nth-child(3){
    /*border-bottom:none;*/
}

.sec_recruit.wide .rec_list li a{
    display: block;
    font-weight:bold;
    margin:0 5px 0 0;
    /*border: 1px solid #000;*/
    width:285px;
    height:20px;
    line-height: 20px;
    overflow: hidden;
}

.sec_recruit.wide .rec_list li i{
    color:#f00;
    font-size:12px;
}

.sec_recruit.wide .rec_list li span{
    display: block;
    width:285px;
    height:15px;
    font-size:12px;
    line-height:120%;
    font-weight: normal;
    overflow: hidden;
    margin:3px 0 0 0;
}

.sec_recruit.wide .rec_list li:hover{
  background-color: #eee;
}

.sec_recruit.wide .view_more_rec{
    display:block;
    width:96%;
    height:41px;
    color:#1b75bc;
    line-height:41px;
    text-align:center;
    font-weight:bold;
    margin:8px auto;
    background-image:none;
    background: #eee;
}

.disnon4 {
  display: none;
}




/*----------------------------------------------------ameba blog---*/

.amebablog_area{
    width:338px;
    height:342px;
    background:url(../images/common/ameba_bg.png) 0 0 no-repeat;
    float:right;
    margin:33px -2px 0 0;
}

.amebablog_area h2{
    width:338px;
    height:75px;
    font-size:16px;
    line-height:80px;
    text-indent:115px;
    background:url(../images/common/ameba_title.png) 0 0 no-repeat;
}

.amebablog_area ul{
    width:308px;
    height:235px;
    margin:10px auto;
    overflow: scroll;
}

.amebablog_area ul li{
    margin:0 3px 7px 0;
    line-height:19px;
    font-size: 14px;
}

.amebablog_area ul li span{
    display:block;
    width:90px;
    height:19px;
    line-height:19px;
    color:#1b75bc;
    float:left;
}

.amebablog_area ul li a{
    display:block;
    width:195px;
    float:right;
}

.amebablog_area ul li a:hover{
    color:#1b75bc;
    text-decoration: underline;
}

/*---------------------------------------------facebook likebox---*/

.fb_likebox{
    width:660px;
    height:190px;
    border: 8px solid #e3e1de;
    background: #fff;
    margin:30px 0;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    position: static;
    top:0;
    left:0;
}

.fb_likebox .fb_title{
    position: relative;
    top:-7px;
    left:530px;
    margin:0;
    padding:0;
}

.fb_likebox .fb-like-box{
  margin:0;
  width:660px;
  position: relative;
  top:-39px;
  left:0;
}


/*----------------------------------------------aside ads---*/

.ads_area1{
  margin:0;
}

.ads_area1 p{
  display: block;
  width:300px;
  height: 250px;
  float: left;
}
/*
.ads_area1 p img{
  display: block;
}*/

.ads_area1 p:nth-child(odd){
  margin:0 13px 25px 25px;
}

.ads_area1 p:nth-child(even){
  margin:0 25px 25px 13px;
}



/*--------------------------------------------------------------------*/
/*sidebar*/
/*--------------------------------------------------------------------*/

.sidebar{
    width:300px;
    margin:0;
    padding:0;
    float:right;
}

.sidebox{
    width:300px;
    background-color: #e3e1de;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    padding:11px 0;
}

.sidebox dt{
    width:276px;
    height:38px;
    color:#fff;
    font-weight: normal;
    line-height:32px;
    text-indent:15px;
    margin:0 0 0 -5px;
    background:url(../images/common/sidebox_dtbg.png) 0 0 no-repeat;
}

.sidebox dd{
    width:278px;
    margin:7px auto 0;
    background-color: #fff;
}

.current_issue{
  margin:0 0 20px 0;
}

.current_issue dd{
    height:248px;
    background:url(../images/common/label_free.png) 0 0 no-repeat #fff;
}

.current_issue dd div{
    width:142px;
    text-align:center;
    float: left;
}

.current_issue dd h3{
    width:142px;
    height:45px;
    font-size: 16px;
    line-height:120%;
    margin:0 0 0 0;
    padding:20px 0 0 0;
}

.current_issue dd .issue_number{
    width:93px;
    height:40px;
    border:1px dotted #1b75bc;
    text-align:center;
    color:#ed1C24;/*--赤色--*/
    line-height:40px;
    margin:10px auto;
}

.current_issue dd .issue_number strong{
    font-size:24px;
    font-weight:bold;
}

.current_issue dd .next_issue{
    font-size:13px;
    text-align:center;
}

.current_issue dd img{
    margin:15px 15px 0 0;
    float: right;
    box-shadow: 0 0 4px #999;　/* CSS3草案 */
    -moz-box-shadow: 0 0 4px #999;　/* Firefox用 */
    -webkit-box-shadow: 0 0 4px #999;　/* Safari Google Chrome用 */
}

.current_issue ul{
    width:250px;
    height:45px;
    margin:auto;
    clear: both;
    padding:15px 0 0 0;
}

.current_issue ul li{
    width:120px;
    height:45px;
    color:#fff;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    line-height:130%;
}

.current_issue ul li a{
    display: block;
    width:100%;
    height:38px;
    margin:7px 0;
}

.current_issue ul .mag_info{
    background:url(../images/common/btn_red.png) 0 0 no-repeat;
    float: left;
}

.current_issue ul .mag_pdf{
    background:url(../images/common/btn_blue.png) 0 0 no-repeat;
    float: right;
}


/*----------------------------------------------side aside ads---*/

.ads_area2{
  margin:0 0 30px 0;
}

.ads_area2 p{
  display: block;
  width:296px;
  height:86px;
  border:2px #fff solid;
  margin:7px 0;
}

.ads_area2 p.wide{
  height:auto;
}

.ads_area2 p:nth-child(1){
  margin-top:0;
}

/*-----------------------------------------side select menu---*/

.select_menu h3,
.ads_area3 h3{
    height:14px;
    line-height:14px;
    font-size: 14px;
    text-indent: 15px;
    font-weight: normal;
    padding:0 0 8px 0;
    margin:0 0 8px 0;
    background:url(../images/common/arrow_c_red.png) 0 3px no-repeat;
    border-bottom: 2px solid #ddd;
}

.ads_area3 h3{

  border: none;
}

.select_menu ul{
    width:300px;
    margin:0 0 30px 0;
}

.select_menu ul li{
    width:300px;
    height:56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    border-bottom: 1px dotted #ddd;
    background:url(../images/common/arrow_red_l.png) 283px 20px no-repeat;
}

.select_menu ul li:hover{
    background-color: #e3e1de;
}

.select_menu ul li a{
    display: block;
    width:100%;
    height: 100%;
}

.select_menu ul li img{
    margin: 7px 8px 0 7px;
}

/*-------*/

.ranking ul{
    width: 278px;
    height:58px;
    background:url(../images/common/center_line.png) center top no-repeat;
}

.ranking ul li{
    width:139px;
    float: left;
    text-align: center;
    height:45px;
    font-size: 14px;
    line-height:45px;
    font-weight: bold;
    border-bottom:1px #1b75bc solid;
    cursor: pointer;
}

.ranking ul li:hover{
  color:#999;
}

.ranking ul .select{
    height: 57px;
    background:url(../images/common/arrow_b_blue.png) center bottom no-repeat;
    border-bottom: none;
}

.ranking ol{
    padding:0 0 11px 0;
    margin:0 11px;
}

.ranking ol li{
    width: 100%;
    padding: 8px 0;
    list-style-type: decimal;
    list-style-position: inside;
    color:#ed1c24;
    font-size: 14px;
    font-weight:bold;
    border-bottom: 1px dotted #ddd;
}

.ranking ol li:hover{
    background-color: #eee;
}

.ranking ol li a{
    font-weight: normal;
    color:#333;
}

.ranking ol li a:hover{
    color:#333;
    text-decoration: underline;
}

.disnon5{
  display: none;
}

/*----------------------------------------------side aside ads last---*/

.ads_area3{
  margin:25px 0 0 0;
}

.ads_area3 .ads_big p{
  display: block;
  width:300px;
  height:250px;
  margin:0 0 10px 0;
}

.ads_area3 .ads_small p{
  display: block;
  width:143px;
  height:143px;
  margin:0 0 10px 0;
  float: left;
  border: 1px solid #bbb;
}

.ads_area3 .ads_small p:nth-child(odd){
  margin:0 10px 10px 0;
}{

}

.ads_cap{
    font-size: 12px;
    color:#1b75bc;
    text-align: right;
}

/*--------------------------------------------------------------------*/
/*footer*/
/*--------------------------------------------------------------------*/

footer{
    background-color: #e3e1de;
    border-top: 2px solid #333;
    padding: 30px 0 0 0;
    margin:30px 0 0 0;
}

.footer_inner{
    width:1000px;
    margin:0 auto;
}

.footer_inner .co_info{
    width: 452px;
    height: 560px;
    background-color: #fff;
    border: 1px dotted #999;
    float: left;
}

.footer_inner .co_info dl{
  margin:25px 20px;
}

.footer_inner .co_info dl dt{
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background: url(../images/common/line_double.png) 0 0 no-repeat;
  text-indent: 15px;
/*  font-family:"ヒラギノ明朝 Pro W6",
  "Hiragino Mincho Pro",
  "HGS明朝E",
  "ＭＳ Ｐ明朝",
  serif;*/
  margin: 0 0 15px 0;
}

.footer_inner .co_info dl dd .f_cover{
  display: block;
  width:116px;
  height: 165px;
  border:1px #ccc solid;
  float: left;
  margin:0 10px 0 0;
}

.footer_inner .co_info dl dd .f_cover img{
  width:116px;
  height: 165px;
}

.footer_inner .co_info dl dd .f_text_12{
  font-size: 12px;
  line-height: 165%;
}

.footer_inner .co_info dl dd table{
  border:none;
}

.footer_inner .co_info dl dd table th{
  border:none;
  font-size: 12px;
  line-height: 150%;
  color: #1b75bc;
  width: 55px;
  padding-bottom: 3px;
  vertical-align: top;
}

.footer_inner .co_info dl dd table td{
  border:none;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 3px;
}

.footer_inner .co_info dl dd table .ls_s{
  letter-spacing: -0.1em;
}

.footer_inner .co_info dl dd .f_info_more{
  font-size: 12px;
  color: #1b75bc;
  text-align: right;
  line-height: 100%;
}

.footer_inner .co_info dl dd .f_info_more a{
  font-weight: bold;
  background: url(../images/common/arrow_red_s.png) 0 4px no-repeat;
  padding:0 0 0 12px;
  line-height: 100%;
}

.footer_inner .co_info dl dd .f_co_logo{
  display: block;
  width:118px;
  height: 90px;
  float: left;
  margin:0 10px 0 0;
}

.footer_inner .co_info dl dd .f_co_logo img{
  width:118px;
  height: 90px;
}

.footer_inner .co_info hr{
  display: block;
  width:452px;
  height:9px;
  margin:10px 0;
  border: none;
  background: url(../images/common/hr_footer.png) 0 0 no-repeat;
}

/*--footer_right_area--*/

.footer_inner .footer_right_area{
  width:528px;
  float: right;
  margin:10px 0 0 0;
}

.footer_inner .footer_right_area .f_menu li{
  width:132px;
  float: left;
  margin:0 0 15px 0;
}

.footer_inner .footer_right_area .f_menu h3{
  font-size:16px;
  height:20px;
  line-height: 20px;
  text-indent: 20px;
  font-weight: bold;
  background:url(../images/common/arrow_red_m.png) 0 0 no-repeat;
  margin:0 0 15px 0;
}

.footer_inner .footer_right_area .f_menu ul{
  width:132px;
  font-size: 14px;
  margin:0;
}

.footer_inner .footer_right_area .f_menu ul li{
  width:112px;
  margin:0 5px 5px 15px;
  font-size:14px;
  line-height: 120%;
}

.footer_inner .footer_right_area .f_menu ul li a{
  display: block;
  width:100%;
}

.footer_inner .footer_right_area .f_menu ul li a:hover{
  color: #1b75bc;
  text-decoration: underline;
}

.footer_inner .footer_right_area .f_icon_area{
  width:528px;
  margin:8px 0 0 0;
  float: right;
}

.footer_inner .footer_right_area .f_icon_area ul{
    float:left;
    width:326px;
    margin:30px 0 0 0;
}

.footer_inner .footer_right_area .f_icon_area ul li{
  width:45px;
  height:45px;
  float:left;
  margin:0 6px 0 0;
}

.footer_inner .footer_right_area .f_icon_area ul li img{
  width:45px;
  height:45px;
}
.footer_inner .footer_right_area .f_icon_area ul .w_65{
  width:65px;
}

.footer_inner .footer_right_area .f_icon_area ul .w_65 img{
  width:65px;
}

.footer_inner .footer_right_area .f_icon_area p{
  width:184px;
  height: 75px;
  float: right;
}

/*---footer nav*/

footer nav{
  border-top: 2px solid #1b75bc;
  margin:30px 0 0 0;
  padding:20px 0;
}

footer nav ul{
  width:1000px;
  margin:0 auto;
  text-align: center;
}

footer nav ul li{
  display:inline;
  margin:0 7px;
  font-size: 14px;
  text-decoration: underline;
}

footer nav ul li:hover{
  color: #1b75bc;
}

footer .f_credit{
  background: url(../images/common/f_credit_bg.png) 0 0 repeat-x #ddd;
  height:45px;
}

footer .f_credit p{
  display: block;
  width:1000px;
  height:35px;
  margin:0 auto;
  line-height: 120%;
}

footer .f_credit p small{
  color:#fff;
  font-size:12px;
  line-height: 130%;
  margin:10px 0 0 0;
}

footer .f_credit .credit_cap{
  float: left;
  font-size:11px;
}

footer .f_credit .credit_copy{
  float: right;
  padding-top: 5px;
}




/*--------------------------------------------------------------------*/
/*opacity - hover時に透明効果*/
/*--------------------------------------------------------------------*/

.find_share ul li:hover,
ul.top_link li a:hover,
.find_share form input[type="submit"]:hover,
.sec_magazine article:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*--------------------------------------------------------------------*/
/*linkbox - ボックス全体をクリックできるようにする*/
/*--------------------------------------------------------------------*/

.find_share ul li a,
header nav ul li a,
.sec_listing .listing_area .listing_nav li a,
.sec_recruit .view_more_rec a{
	display: block;
	width:100%;
	height:100%;
}

.sec_listing .listing_area .listing_nav li a:hover{
    color:#1b75bc;
}

/*--jquery ver--*/
.box{
    cursor: pointer;
}
.box:hover{
    /*background: #eee;*/
}

/*--------------------------------------------------------------------*/
/*text-indent - テキストを隠す*/
/*--------------------------------------------------------------------*/

.find_share form input[type="submit"]{
	text-indent:-9999px;
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*非表示にする*/
/*--------------------------------------------------------------------*/



/*--------------------------------------------------------------------*/
/*hr - 区切り線*/
/*--------------------------------------------------------------------*/

.line_1{
    width:100%;
    border: 0;
    height: 2px;
    background: #ddd;
    margin:35px 0;
    padding:0;
}

.line_2{

}

















@charset "UTF-8";

/*=======================
-Edited by Ratana Works
========================*/

/*--------------------------------------------------------------------*/
/*head line 見出し */
/*--------------------------------------------------------------------*/


.article_listing h3{
  width:616px;
  margin:20px 0 15px 0;
  padding:0 0 0 10px;
  font-size: 18px;
  line-height: 130%;
  border-left: 4px solid #f00;

}

.article_ruin h3{
  width:630px;
  height: 66px;
  line-height: 66px;
  text-indent: 15px;
  font-size: 24px;
  font-family:"ヒラギノ明朝 Pro W6",
  "Hiragino Mincho Pro",
  "HGS明朝E",
  "ＭＳ Ｐ明朝",
  serif;
  background: url(../images/ruin/hl_bg.png) 0 0 no-repeat;
  margin: 25px 0;
}

.article_ruin h3 span{
  font-size: 16px;
  font-weight: normal;
  font-family:
  "メイリオ",
  Meiryo,
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",
  Osaka, "ＭＳ Ｐゴシック",
  "MS PGothic",
  sans-serif;
  margin:0 0 0 10px;
}

.bd_yellow{
  font-size: 14px;
  line-height: 30px;
  text-indent: 10px;
  border-top: 2px solid #f5e600;
  border-bottom: 2px solid #f5e600;
  color: #1b75bc; /*青*/
  font-weight: normal;
  margin:40px 0 25px 0;
}

.page_style h3,
.main_style h3,
.kanren{
  width:610px;
  max-height: 24px;
  text-indent: 0;
  padding:7px 5px 7px 10px;
  color: #fff;
  line-height: 150%;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/common/dot_bg.png) 0 0 repeat ;
  border-left:5px solid #333;
  margin:30px 0 20px 0;
  font-family:
  "メイリオ",
  Meiryo,
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",
  Osaka, "ＭＳ Ｐゴシック",
  "MS PGothic",
  sans-serif;
}

.editor_style .business_section h3{
  line-height: 120%;
  padding-bottom:3px;
}

.editor_style .business_section h3 span{
  font-size: 14px;
  font-weight:bold;
  margin:0 0 0 10px;
  color:#1b75bc;
}

.main_style h2,
.page_style h2,
.editor_style h4{
  font-size: 18px;
  color: #555;
  border-top: #74aed4 2px solid;
  border-bottom: #74aed4 2px solid;
  margin:40px 0 30px 0;
  padding: 7px 0;
  text-indent: 5px;
}

.main_style h4{
  width:617px;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #f00;
  padding:3px 0 5px 6px;
  height:20px 0;
  line-height: 160%;
  margin:25px 0 15px 0;
}

.main_style h4 span{
  font-size: 14px;
  font-weight: normal;
  color:#999;
  margin:0 8px;
}


.main_style h5{
  font-size: 16px;
  font-weight: bold;
  color:#1b75bc; /*青*/
  margin:15px 0 5px 0;
  padding:0;
}

.editor_style h5{
  width:615px;
  margin:30px 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  border-left: 7px double #fbb040;
  padding:0 0 0 8px;
}

.main_style h6,
.page_style h6,
.editor_style h6,
.sitemap_style h5{
  width:615px;
  font-size: 16px;
  line-height: 130%;
  background: url(../images/common/arrow_red_s.png) 0 5px no-repeat;
  padding:0 0 0 15px;
  margin:30px 0 5px 0;
}

.sitemap_style h5{
  margin:7px 0;
}


.editor_style h3,
h3.bb_red{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px dotted #f00;
  border-left: none;
  padding:0 0 10px 0;
  margin:30px 0 25px 0;
  line-height: 140%;
  width:100%;
}

/*.editor_style h3と重複している場合はリセットして以下を読み込む*/
.post_normal h3{
  width:617px;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #f00;
  padding:6px 0 6px 10px;
  margin:30px 0 25px 0;
  line-height: 140%;
  border-bottom: none;
}



.book_sketch{
  margin:60px 0 20px 0;
}

.book_sketch a{
  display: block;
  width:400px;
  height:110px;
  margin:0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/ads/sketch_book.jpg) 0 0 no-repeat;
}




/*--------------------------------------------------------------------*/
/*contents*/
/*--------------------------------------------------------------------*/

.pankuzu{
  width:676px;
  height:25px;
/*height:35px;*/
/*  text-indent: 15px;*/
 /* background-color:#e3e1de;*/
  line-height: 25px;
  font-size: 14px;
  overflow: hidden;
  margin:0 0 10px 0;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.pankuzu a,
.pankuzu span{
  margin:0 7px 0 0;
}

.pankuzu span a{
  margin:0;
}

.pankuzu_link{
  padding:0 0 0 13px;
  background: url(../images/common/arrow_red_s.png) 0 6px no-repeat;
}

.pankuzu a,
.pankuzu a:hover{
  text-decoration: underline;
  color: #1b75bc;
}

/*--------------article_area---*/

.article_area1{
  width:674px;
  margin:0;
  padding:0;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 5px solid #333;
  box-shadow: 0 1px 2px #999;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #999;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #999;　/* Safari Google Chrome用 */
}

.article_area1_inner{
  width:630px;
  min-height:200px;
  margin:0 auto;
  padding:0 0 20px 0;
}

.article_area1.special{
  border: none;
}

.article_area1.special .article_area1_inner{
  padding:23px 0 30px 0;
}

.article_area1 .page-title1,
.article_area1 .page-title1 span{
  min-height: 30px;
  font-size: 24px;
  /*font-weight: bold;*/
  font-weight: normal;
  line-height: 150%;
  border-bottom: 5px solid #f5e600;
  margin:20px 0 30px 0;
  padding: 0 0 5px 0;
}

.article_area1 .page-title1 span{
  border-bottom: 5px solid #0071bc;
}

/*--------------article_area---*/

.article_area1 .entry_meta{
  margin:0 0 15px 0;
  padding:0;
}

.article_area1 .entry_meta span{
  font-size: 14px;
  height:25px;
  line-height: 25px;
  float: right;
  padding:0 3px;
  margin:0;
}

.article_area1 .entry_date,
.article_area1 .atc_recruit .entry_date{
  background-color: #555;
  color: #fff;
  border: 2px solid #555;
}

.article_area1 .atc_recruit .entry_cat_rep{
  border: 2px solid rgb(224, 174, 17);
  color: rgb(224, 174, 17);
}

.article_area1 .atc_recruit .entry_cat_pnh{
  border: 2px solid rgb(105, 157, 97);
  color: rgb(105, 157, 97);
}

.article_area1 .atc_recruit .entry_cat_others{
  border: 2px solid rgb(89, 125, 141);
  color: rgb(89, 125, 141);
}

.article_area1 .entry_meta .entry_cat{
  background: #eee;
  border: 2px solid #ccc;
}

.article_area1 .entry_meta .entry_cat a{
  font-size: 14px;
}

.article_area1 .entry_meta .entry_cat_domestic,
.article_area1 .entry_meta .entry_cat_country,
.article_area1 .entry_meta .country{
  border: 2px solid rgb(224, 174, 17);
  background-color: rgb(224, 174, 17);
  color: #fff;
}

.article_area1 .entry_meta .entry_cat_domestic a{
  color: #fff;
}

.article_area1 .entry_meta .entry_cat_event{
  border: 2px solid rgb(224, 174, 17);
  background-color: #fff;
}

.article_area1 .entry_meta .entry_cat_event a{
  color: rgb(224, 174, 17);
}

.article_area1 .entry_meta .entry_cat_world,
.article_area1 .entry_meta .entry_cat_lifestyle,
.article_area1 .entry_meta .lifestyle{
  border: 2px solid rgb(89, 125, 141);
  background-color: rgb(89, 125, 141);
  color:#fff;
}

.article_area1 .entry_meta .entry_cat_world a{
  color: #fff;
}

.article_area1 .entry_meta .entry_cat_info{
  border: 2px solid rgb(89, 125, 141);
  background-color: #fff;
}

.article_area1 .entry_meta .entry_cat_info a{
  color: rgb(89, 125, 141);
}

.article_area1 .entry_meta .entry_cat_economy,
.article_area1 .entry_meta .entry_cat_business,
.article_area1 .entry_meta .business{
  border: 2px solid rgb(105, 157, 97);
  background-color: rgb(105, 157, 97);
  color: #fff;
}

.article_area1 .entry_meta .entry_cat_economy a{
  color: #fff;
}

.article_area1 .entry_meta .entry_cat_local{
  border: 2px solid rgb(105, 157, 97);
  background-color: #fff;
}

.article_area1 .entry_meta .entry_cat_local a{
  color: rgb(105, 157, 97);
}

.article_area1 .page-title2{
  font-size: 24px;
  margin: 0 0 15px 0;
  padding:0 0 8px 0;
  line-height: 150%;
  background: url(../images/pages/line_blue.png) left bottom no-repeat;
}

.article_area1.works .page-title2{
  padding-top:30px;
}

.article_area1 .check_status{
  font-size: 14px;
  color: #555;
  margin:0 0 20px 0;
}

.article_area1 .check_status li{
  background: url(../images/pages/checkbox.png) 0 0 no-repeat;
  float: left;
  text-indent: 24px;
  height: 22px;
  line-height:20px;
  margin:0 10px 0 0;
}

.article_area1 .atc_recruit .expired_date{
  color: #f00;
  text-align: center;
  margin:30px 0;
  font-size: 16px;
  font-weight: bold;
}

/*---------------------table--*/

.article_area1 .atc_recruit table,
.about_tbl,
.tbl_style{
  width:100%;
  border: 1px dotted #bbb;
  margin:30px 0;
}

.article_area1 .atc_recruit table th,
.about_tbl th,
.tbl_style th{
  border-bottom: 1px dotted #bbb;
  border-right: 1px dotted #bbb;
  background-color: #f1f1f1;
  color:#1b75bc;
  font-size: 16px;
  font-weight: normal;
  padding: 7px;
  /*min-width: 130px;*/
  vertical-align: top;
  word-wrap: break-word;
}

.article_area1 .atc_recruit table td,
.about_tbl td,
.tbl_style td{
  border-bottom: 1px dotted #bbb;
  border-right: 1px dotted #bbb;
  font-size: 16px;
  padding: 7px;
  vertical-align: top;
  word-wrap: break-word;
}

.article_area1 .atc_recruit table tr td:last-child,
.about_tbl tr td:last-child,
.tbl_style tr td:last-child{
  border-right:none;
}

.tbl_style caption{
  font-weight: bold;
  text-align: left;
  font-size: 16px;

}

.article_area1 .atc_recruit table .expired_date_s{
  color: #f00;
}

.about_tbl td aside{
  font-size: 12px;
  margin:-4px 0 0 0;
}

.about_tbl td h4{
  font-size: 18px;
  font-weight: normal;
  margin:10px 5px 20px 5px;
  padding-bottom:8px;
  clear: both;
  background: url(../images/recruit/line_blue.png) left bottom repeat-x;
}

.about_tbl td dl{
  width:290px;
  margin:0 10px 0 0;
  min-height: 60px;
  float: right;
}

.about_tbl.company td dl{
  width:315px;
}


.about_tbl td dl dt{
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 8px 0;
  text-indent: 10px;
  line-height: 100%;
  background: url(../images/common/mark_red.png) 0 4px no-repeat;
}

.about_tbl td dl dd{
  font-size: 14px;
  line-height: 160%;
  margin:0 0 10px 0;
}

.about_tbl td dl dd a{
  line-height: 180%;
}

.about_tbl td .about_logo{
  display: block;
  float: left;
  margin:0 0 0 8px;
  clear:both;
  border: 1px solid #ddd;
}

.about_tbl.company td dl.about_add{
  width:450px;
  margin:;
  float: none;
 }

.what_about_wrap .tbl_style th,
.what_about_wrap .tbl_style td,
.unten.tbl_style th,
.unten.tbl_style td{
  font-size: 14px;
  line-height: 150%;
}

.unten th{
  min-width:50px;
}

.what_about_wrap .tbl_style.baitai{
  margin:30px 0;
}

.tbl_style.phone_sheet th,
.tbl_style.phone_sheet td{
  font-size: 14px;
}

.tbl_style.ads_price_5 th{

}

.tbl_style.ads_price_5 td{
  width:90px;
}

.tbl_style.ads_price_5 td span{
  font-size: 10px;
  display: block;
}

.indent_area{
  font-size: 14px;
  margin:0 0 0 10px;
}

.indent_area p{
  font-size: 14px;
}

.cambodia_outline h4{
  border-bottom: 1px dotted #999;
  border-top: none;
  margin:30px 0 15px 0;
  padding:0 0 5px 0;
  color: #1b75bc;
  text-indent: 0;
}

.cambodia_outline h5{
  font-size: 20px;
  border-left: none;
  margin:0 0 5px 0;
  text-indent: 15px;
  padding:0;
  color: #333;
  line-height: 30px;
  background: url(../images/common/arrow_red_s.png) 0 11px no-repeat;
}






/*----------------------------------------------------*/
/*---制作事例----*/
/*----------------------------------------------------*/

.works_archives{
  margin:20px 1px;
}

.works_archives li{
  width:147px;
  margin:10px 4px;
  float: left;
}

.works_archives li .img_wrap{
  border: 1px solid #ccc;
  width:145px;
  max-height:145px;

/*  position: static;
  top:0;
  left:0;*/
}

.works_archives li .img_wrap img{
  display: block;
  width:auto;
  max-width:145px;
  height:auto;
  max-height:145px;
  margin:auto;
/*  position: relative;
  top:50%;*/

}

.works_archives li p{
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  margin:5px 2px 2px 2px;
}

.works_archives li .link{
  color:#fff;
  background-color: #ff8660;
  font-size: 12px;
  padding:2px 4px;
}

.works_archives li .link:hover{
  background-color: #f00;
}

.works_archives li:nth-child(5),
.works_archives li:nth-child(9),
.works_archives li:nth-child(13),
.works_archives li:nth-child(17),
.works_archives li:nth-child(21),
.works_archives li:nth-child(25){
  clear: left;
}








/*---------------------entry_tag--*/

.article_ruin .entry_tag,
.article_listing .entry_tag,
.entry_tag{
  margin:0 0 20px 0;
}

.article_area1 .atc_recruit .entry_tag dt,
.article_ruin .entry_tag dt,
.article_listing .entry_tag dt,
.entry_tag dt{
  display: block;
  min-width:40px;
  padding:0 5px;
  height:25px;
  background-color: #333;
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  margin:0 5px 0 0;
  border-radius: 3px;        /* CSS3草案 */
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;   /* Firefox用 */
}

.article_area1 .atc_recruit .entry_tag dd,
.article_ruin .entry_tag dd,
.article_listing .entry_tag dd,
.entry_tag dd{
  font-size: 14px;
}

.article_listing .entry_tag dd{
  font-size: 14px;
  display: inline;
  float: left;
  margin-right:10px;
}

/*------*/

.article_area1 .atc_recruit hr{
  width:630px;
  height:5px;
  border:none;
  margin: 30px 0;
  padding:0;
  background: url(../images/pages/line_blue.png) left bottom no-repeat;
}

.article_area1 .atc_recruit .rec_cat_navi{
  width: 100%;
  height:58px;
  background-color: #f1f1f1;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.article_area1 .atc_recruit .rec_cat_navi li{
  float: left;
  font-size: 18px;
  line-height: 58px;
  text-indent: 30px;
  margin:0 0 0 15px;
}

/*------*/

.article_area1 .atc_recruit .rec_cat_navi .arrow_green{
  background: url(../images/pages/arrow_green.png) 0 15px no-repeat;
}

.article_area1 .atc_recruit .rec_cat_navi .arrow_orange{
  background: url(../images/pages/arrow_orange.png) 0 15px no-repeat;
}

.article_area1 .atc_recruit .rec_cat_navi .arrow_blue{
  background: url(../images/pages/arrow_blue.png) 0 15px no-repeat;
}

/*------*/

.article_area1 .atc_recruit .archive_rec_ul{
  margin:30px 0;
}

.article_area1 .atc_recruit .archive_rec_li{
  width:626px;
  border: 2px solid #ccc;
  padding:10px 0;
  margin:0 0 15px 0;
  background: url(../images/pages/arrow_gray.png) right bottom no-repeat;
}

.article_area1 .atc_recruit .exp_after{
  background-color: #eee;
}

.article_area1 .atc_recruit .exp_before .label_expired{
  width:46px;
  height:45px;
  float: left;
  background: url(../images/pages/expired_before.png) 0 0 no-repeat;
  margin:0 0 0 -7px;
}

.article_area1 .atc_recruit .exp_after .label_expired{
  width:46px;
  height:45px;
  float: left;
  background: url(../images/pages/expired_after.png) 0 0 no-repeat;
  margin:0 0 0 -7px;
}

.article_area1 .atc_recruit .archive_rec_li h3{
  display: block;
  width:565px;
  margin:0 15px 10px 0;
  font-size: 16px;
  font-weight: bold;
  float: right;
}

.article_area1 .atc_recruit .archive_rec_li h3 span{
  display: block;
  width:90px;
  float: right;
  font-size: 12px;
  color: #999;
  text-align: right;
  font-weight: normal;
}

.article_area1 .atc_recruit .archive_rec_li dl{
  width:565px;
  float: right;
  margin:0 15px 0 0;
}

.article_area1 .atc_recruit .archive_rec_li dl dt{
  background-color: #333;
  color: #fff;
  width:40px;
  height: 20px;
  float: left;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  margin:0 5px 5px 0;
}

.article_area1 .atc_recruit .archive_rec_li dl dd{
  width:520px;
  min-height: 20px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin:0 0 5px 0;
  color:#555;
}

.article_area1 .atc_recruit .archive_rec_li .check_status{
  width:565px;
  float: right;
  margin:5px 15px 0 0;
}

.article_area1 .atc_recruit .archive_rec_li .check_status li{
  font-size: 12px;
  font-weight: bold;
  color:#555;
}


/*--------------------------------------------------------------------*/
/*static 固定ページ共通*/
/*--------------------------------------------------------------------*/


.entry_image_wrap{
  margin:0 0 20px 0;
}


.cat_top{
  margin:0 0 30px 0;
}

.page_style,
.page_style p{
  line-height: 170%;
}

.page_style a,
.post_style a,
.editor_style a{
  color: #1b75bc;
  text-decoration: underline;
}

.page_style a:hover,
.post_style a:hover,
.editor_style a:hover{
  color: #0399ff;
}



/*.editor_style h4と重複している場合はリセットし下記を読み込む*/

.post_normal h4{
  width:615px;
  font-size: 18px;
  color: #333;
  border:none;
  margin:35px 0 25px 0;
  padding: 7px 0 7px 15px;
  text-indent: 0;
  background: url(../images/common/line_dot_blue.png) 0 0 repeat-y;

}



.page_style ol,
.page_style ul,
.post_style ol,
.post_style ul,
.editor_style ol,
.editor_style ul,
.main_style ol,
.main_style ul{
  margin:20px 0;
  border-left: 2px solid #bbb;
  width:608px;
  padding:0 0 0 20px;
}

.page_style ol li,
.page_style ul li,
.post_style ol li,
.post_style ul li,
.editor_style ol li,
.editor_style ul li,
.main_style ol li,
.main_style ul li{
  margin:0 0 8px 10px;
  line-height: 150%;
}

.page_style ol li,
.post_style ol li,
.editor_style ol li,
.main_style ol li{
  list-style-type: decimal;
  list-style-position: outside;
/*  color: #1b75bc;*/
}

.page_style ul li,
.post_style ul li,
.editor_style ul li,
.main_style ul li{
  list-style-type: disc;
  list-style-position: outside;
/*  color: #1b75bc;*/
}

/* <li> 入れ子 */

.page_style ol li ol,
.page_style ul li ol,
.page_style ol li ul,
.page_style ul li ul,
.post_style ol li ol,
.post_style ul li ol,
.post_style ol li ul,
.post_style ul li ul,
.editor_style ol li ul,
.editor_style ul li ul,
.editor_style ol li ol,
.editor_style ul li ol,
.main_style ol li ul,
.main_style ul li ul,
.main_style ol li ol,
.main_style ul li ol{
  border: none;
  margin: 0 0 5px 10px;
  width:auto;
}

.page_style ol li ol li,
.page_style ul li ol li,
.page_style ol li ul li,
.page_style ul li ul li,
.post_style ol li ol li,
.post_style ul li ol li,
.post_style ol li ul li,
.post_style ul li ul li,
.editor_style ol li ul li,
.editor_style ol li ol li,
.editor_style ul li ul li,
.editor_style ul li ol li,
.main_style ol li ul li,
.main_style ol li ol li,
.main_style ul li ul li,
.main_style ul li ol li{
  font-size: 14px;
  line-height: 130%;
  margin: 0;
}

.page_style ol li ol li,
.page_style ul li ol li,
.post_style ol li ol li,
.post_style ul li ol li,
.editor_style ul li ol li,
.editor_style ol li ol li,
.main_style ul li ol li,
.main_style ol li ol li{
  list-style-type: decimal;
  list-style-position: inside;
/*  color: #1b75bc;*/
}

.li_inner{
  margin:5px 0 5px 10px;
}

b.price_ex,
b.green{
  margin:15px 0 0 0;
  color: #00a05a;
  font-weight: normal;
  display: block;
}

.page_style .caption
.editor_style .caption{
  color: #1b75bc;
  font-size: 14px;
}

.post_style aside.cap_wrap,
.editor_style aside,
.editor_style blockquote,
.editor_style address,
.main_style aside,
.main_style blockquote,
.main_style address{
  width:96%;
  padding:2%;
  margin:15px 0;
  background-color: #eee;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.editor_style aside,
.editor_style blockquote,
.editor_style address,
.main_style aside,
.main_style blockquote,
.main_style address{
  font-size: 14px;
}



dl.faq dt{
  width:628px;
  min-height:20px;
  margin:0 0 15px 0;
  padding:7px 0;
  text-indent: 40px;
  font-size: 18px;
  font-weight: bold;
  border:1px solid #1b75bc;
  background: url(../images/recruit/faq_q.png) 7px 7px no-repeat;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

dl.faq dd{
  background: url(../images/recruit/faq_a.png) 7px 0 no-repeat;
  width:590px;
  padding:0 0 0 40px;
  margin:0 0 20px 0;
  line-height: 170%;
}

.post_style .img-left{
  height: auto;
}

.post_style .img-left img{
  display: block;
/*  width:245px;*/
  float: left;
  clear: left;
  margin: 0 15px 15px 0;
}

.post_style .thum_3colomn{
  width:630px;
  border: none;
  margin:0;
  padding:0;
}

.post_style .thum_3colomn li{
  display: block;
  width: 200px;
  float: left;
  list-style-position: inside;
  list-style-type: none;
  text-align: center;
  color: #333;
  margin: 5px 0;
  padding:0;
}

.post_style .thum_3colomn li:nth-child(2),
.post_style .thum_3colomn li:nth-child(5),
.post_style .thum_3colomn li:nth-child(8),
.post_style .thum_3colomn li:nth-child(11){
    margin: 5px 15px;
}

.post_style .thum_3colomn li img{
  margin: 0 0 5px 0;
}

.post_style .thum_3colomn li .p_caption{
  font-size: 12px;
  line-height: 120%;
}

/*--editor_style--*/



.editor_style .caption{
  font-size: 14px;
  color: #1b75bc;
  font-weight: normal;
}


.paging_nav{
  text-align: center;
  border-top: 1px dotted #999;
  padding:20px 0 0 0;
  margin:40px 0 30px 0;
  text-indent: -90px;
  line-height: 25px;
}

.paging_nav span{
  color: #999;
  font-size: 14px;
  padding: 3px 7px 3px 5px;

}

.paging_nav i{
  color:#fff;
  background-color: #ed1c24;/*赤色*/
  padding: 2px 10px;
}

.paging_nav a i{
  color: #333;
  background-color: #e3e1de;/*薄茶色*/
}

.paging_nav a i:hover{
  color:#fff;
  background-color: #ed1c24;/*赤色*/
}

.dl_style{
  margin:5px 0 5px 10px;
}

.dl_style dt{
  margin:7px 0 3px 0;
  color: #1b75bc;
}









/*--cat_nav_photo--*/

.article_area1 .cat_nav_photo li{
  width:198px;
  height: 285px;
  float: left;
  border:1px solid #eee;
  box-shadow: 0 1px 2px #999;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #999;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #999;　/* Safari Google Chrome用 */
}

.article_area1 .cat_nav_photo li img{
  height: auto;
  margin:6px;
}

.article_area1 .cat_nav_photo li:nth-child(2){
  margin:0 15px;
}

/*.article_area1 .cat_nav_photo3 li{
  margin:0 0 15px 0;
  padding:0;
}*/


.article_area1 .cat_nav_photo li span{
  display: block;
  height: 15px;
  font-size: 12px;
  font-weight:bold;
  margin: 3px 0 12px 10px;
  padding:0;
  line-height: 190%;
/*  border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo li .cat_nav_hl{
  display: block;
  width:;
  font-size: 18px;
  font-weight: bold;
  height:23px;
  line-height: 23px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(../images/pages/arrow_black.png) 155px bottom no-repeat;
/*  border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo li.cat_nav1 .cat_nav_hl{
  background: url(../images/pages/arrow_green.png) 155px bottom no-repeat;
}

.article_area1 .cat_nav_photo li.cat_nav2 .cat_nav_hl{
  background: url(../images/pages/arrow_orange.png) 155px bottom no-repeat;
}

.article_area1 .cat_nav_photo li.cat_nav3 .cat_nav_hl{
  background: url(../images/pages/arrow_blue.png) 155px bottom no-repeat;
}




/*--*/

.article_area1 .cat_nav_photo2 li{
  width:304px;
  height: 261px;
  float: left;
  border:1px solid #eee;
  box-shadow: 0 1px 2px #999;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #999;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #999;　/* Safari Google Chrome用 */
}

.article_area1 .cat_nav_photo2 li img{
  height: auto;
  margin:6px;
}

.article_area1 .cat_nav_photo2 li:nth-child(2){
  float: right;
}

.article_area1 .cat_nav_photo2 li{
  margin:0 0 15px 0;
}

.article_area1 .cat_nav_photo2 li:hover{
background-color: #eee;
}

.article_area1 .cat_nav_photo2 li span{
  display: block;
  height: 15px;
  font-size: 12px;
  font-weight:bold;
  margin: 3px 0 12px 10px;
  padding:0;
  line-height: 190%;
/*  border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo2 li .cat_nav_hl{
  display: block;
  width:;
  font-size: 18px;
  font-weight: bold;
  height:23px;
  line-height: 23px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(../images/pages/arrow_black.png) 260px bottom no-repeat;
/*  border: 1px solid #000;*/
}

/*----*/

.article_area1 .cat_nav_photo3{
  width:630px;
  margin:0;
  padding:0;
  border: none;
}


.article_area1 .cat_nav_photo3 li{
  width:198px;
  height: 261px;
  float: left;
  border:1px solid #eee;
  box-shadow: 0 1px 2px #999;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #999;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #999;　/* Safari Google Chrome用 */
  list-style-position: inside;
  list-style: none;
  margin:0 0 15px 0;
  border: none;
  list-style-type: none;
  padding:0;
}

.article_area1 .cat_nav_photo3 li:nth-child(2),
.article_area1 .cat_nav_photo3 li:nth-child(5),
.article_area1 .cat_nav_photo3 li:nth-child(8),
.article_area1 .cat_nav_photo3 li:nth-child(11),
.article_area1 .cat_nav_photo3 li:nth-child(14),
.article_area1 .cat_nav_photo3 li:nth-child(17){
  margin:0 15px 15px 15px;
}

.article_area1 .cat_nav_photo3 li img{
  height: auto;
  margin:6px;
}

.article_area1 .cat_nav_photo3 li:hover{
background-color: #eee;
}

.article_area1 .cat_nav_photo3 li span{
  color: #333;
  display: block;
  height: 15px;
  font-size: 12px;
  font-weight:bold;
  margin: 3px 0 12px 10px;
  padding:0;
  line-height: 190%;

}

.article_area1 .cat_nav_photo3 li span i{
  background-color: #f00;
  color: #fff;
  padding:0 3px;
  font-weight: normal;
  line-height: 100%;
  margin:0 5px 0 0;

}

.article_area1 .cat_nav_photo3 li .cat_nav_hl{
  display: block;
  width:;
  font-size: 18px;
  font-weight: bold;
  height:23px;
  line-height: 23px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(../images/pages/arrow_black.png) 155px bottom no-repeat;
  /*border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo3 li .cat_nav_hl a{
  text-decoration: none;
  color: #333;
}

.article_area1 .cat_nav_photo3 li .fsmall{
  font-size: 15px;
}

.article_area1 .cat_nav_photo3 li .ftoosmall{
  font-size: 12px;
  line-height: 110%;
  /*margin-top:-5px;*/
}

.article_ruin .cat_nav_photo3{
  margin-bottom:30px;
}


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

.article_area1 .cat_nav_photo4 li{
  width:198px;
  height: 295px;
  float: left;
  border:1px solid #eee;
  box-shadow: 0 1px 2px #999;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #999;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #999;　/* Safari Google Chrome用 */
}

.article_area1 .cat_nav_photo4 li .img_wrap_teiban{
  width:186px;
  height:98px;
  margin:6px;
  overflow: hidden;
  text-align: center;
  background-color: #eee;
  padding:0;
}

.article_area1 .cat_nav_photo4 li .img_wrap_teiban img{
  width:190px;
  height: auto;
  margin:0;
  padding:0;
}

.article_area1 .cat_nav_photo4{
  border: none;
}

.article_area1 .cat_nav_photo4 li{
  margin:0 0 15px 0;
  border: none;
  list-style-type: none;
}

.article_area1 .cat_nav_photo4 li:nth-child(2),
.article_area1 .cat_nav_photo4 li:nth-child(5),
.article_area1 .cat_nav_photo4 li:nth-child(8),
.article_area1 .cat_nav_photo4 li:nth-child(11),
.article_area1 .cat_nav_photo4 li:nth-child(14),
.article_area1 .cat_nav_photo4 li:nth-child(17){
  margin:0 15px 15px 15px;
}

.article_area1 .cat_nav_photo4 li h4{
  display: block;
  width:178px;
  font-size: 16px;
  font-weight: bold;
  height:22px;
  line-height: 22px;
  margin:0 10px;
  padding: 0;
  overflow: hidden;
/*  border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo4 li span{
  color: #333;
  display: block;
  height: 15px;
  overflow: hidden;
  font-size: 12px;
  font-weight:bold;
  margin: 0 10px 12px 10px;
  padding:0;
  line-height: 190%;
/*  border: 1px solid #000;*/
}

.article_area1 .cat_nav_photo4 li p{
  font-size: 12px;
  height: 85px;
  overflow: hidden;
  color: #777;
  margin:0 10px;
}

.article_area1 .cat_nav_photo4 li a{
  display: block;
  background: #c5D9eb;
  margin:10px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #555;
}

.article_area1 .cat_nav_photo4 li a:hover{
  background: #87b4d6;
}

/*-------*/


.article_area1 .intro_hl_wrap{
  padding: 25px 0 5px 0;
  margin:0;
}

.article_area1 .intro_hl_wrap p{
  display: block;
  width: 300px;
  height: 90px;
  border: 4px solid #ddd;
  margin:0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.article_area1 .intro_hl_wrap p:hover{
  border-color: #bbb;
}

.article_area1 .intro_hl_wrap p:nth-child(1),
.article_area1 .intro_hl_wrap p:nth-child(3){
  float: left;
  clear: right;
}

.article_area1 .intro_hl_wrap p:nth-child(2),
.article_area1 .intro_hl_wrap p:nth-child(4){
  float: right;
}

.article_area1 .intro_hl_wrap a{
  display: block;
  width:185px;
  margin:35px 0 0 115px;
  line-height: 130%;
}

.article_area1 .intro_hl_wrap .line2 a{
  margin:25px 0 0 115px;
}

.article_area1 .intro_hl_wrap .hl_spots{
  background: url(../images/listing/hl_spots.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_map{
  background: url(../images/listing/hl_map.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_krorma{
  background: url(../images/pages/hl_krorma.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_cig{
  background: url(../images/pages/hl_cig.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_comics{
  background: url(../images/pages/hl_comics.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_guide{
  background: url(../images/pages/hl_guide.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_download{
  background: url(../images/pages/hl_download.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_read{
  background: url(../images/pages/hl_read.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_apex{
  background: url(../images/pages/hl_apex.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_tours{
  background: url(../images/pages/hl_tours.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_sketch{
  background: url(../images/pages/hl_sketch.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_audio{
  background: url(../images/pages/hl_audio.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_krorma2{
  background: url(../images/pages/hl_krorma2.jpg) 8px 0 no-repeat;
}

.article_area1 .intro_hl_wrap .hl_works{
  background: url(../images/pages/hl_works.jpg) 8px 0 no-repeat;
}

/*--------------------------------------------------------------------*/
/*街情報　listing  */
/*--------------------------------------------------------------------*/



.article_listing ul li{
  list-style-type: disc;
  list-style-position: inside;
}

.article_listing ol li{
  list-style-type: decimal;
  list-style-position: inside;
}

.article_listing ul li ul,
.article_listing ul li ol,
.article_listing ol li ul,
.article_listing ol li ol{
  font-size: 14px;
  margin:5px 0 5px 15px;
}



.kakushu_list_map{
  position: static;
  top:0;
  left:0;
  width:630px;
  height: 350px;
  margin: 0 0 30px 0;
  background: url(../images/listing/map_big.jpg) center top no-repeat;
/*  border: 1px solid #000;*/
}

.kakushu_list_map a{
  display: block;
  position: relative;
  font-size: 14px;
  width:175px;
  top:320px;
  left:445px;
  text-indent: 30px;
  background: url(../images/listing/search_icon.png) 0 0 no-repeat;
}

.kakushu_list_map a:hover{
  text-decoration: underline;
}

.kakushu_list{
  margin:0 0 30px 0;
}

.kakushu_list li{
  width:202px;
  height: 61px;
  float: left;
  background: url(../images/listing/paper_tag_bg.png) 0 0 no-repeat;
  margin:5px 4px;
}

.kakushu_list li span,
.kakushu_list li a{
  display: block;
  width:116px;
  float: left;
  margin:0 0 0 25px;
  line-height: 120%;
/*  overflow: hidden;*/
}

.kakushu_list li span{
  font-size: 12px;
  height: 15px;
  color: #777;
  height: 15px;
  margin-top:10px;
  margin-bottom:5px;
}

.kakushu_list li a{
  font-weight: bold;
  height: 20px;
}

.kakushu_list li a.font_14{
  font-size: 14px;
  margin-top:2px;
}

.kakushu_list li a.font_2line{
  font-size: 14px;
  margin-top:15px;
}

.kakushu_list li img{
  display: block;
  width:45px;
  height: 45px;
  float: right;
  margin:8px;
  line-height: 100%;
}

/*--各州の詳細ページ--*/

.area_detail_wrap{

}

.area_detail_left{
  float: left;
  width:365px;
}

.area_img_top{
  display: block;
  margin:0 0 20px 0;
}

.area_img_2{
    display: block;
  margin:0 10px 20px 0;
}

.traffic{
  width:351px;
  border-left:4px #f00 solid;
  height: 30px;
  font-weight: normal;
  font-size: 18px;
  margin:20px 0 15px 0;
  padding:0 0 0 10px;
}

.area_detail_right{
  float: right;
  width:240px;
  padding:20px 0;
  border: 1px solid #c5d9eb;/*薄い青*/
}

.area_detail_right hr{
  width:240px;
  margin:20px 0;
  padding:0;
  border-top: 1px dotted #c5d9eb;/*薄い青*/
  border-bottom:none;
}

.area_detail_right table,
.area_detail_right table th,
.area_detail_right table td{
  border: none;
  vertical-align: top;
  line-height: 130%;
  padding:4px;
}

.area_detail_right table{
  margin:0 10px;
}

.area_detail_right table th{
  width:75px;

}

.area_detail_right h5{
  height: 30px;
  font-size: 14px;
  text-indent: 0;
  line-height: 30px;
/*  background: url(../images/listing/pdf-icon-s.jpg) 0 0 no-repeat;*/
  margin: 0 15px 15px 12px;
}

.area_detail_right .areamap_link{
  margin:0 15px 10px 15px;
  font-size: 14px;
  clear: both;
}

.area_detail_right .areamap_link span{
  display: block;
  width:140px;
  line-height:120%;
  padding:15px 0 0 0;
/*  border: 1px solid #000;*/
  float: right;
}

.area_detail_right .areamap_link:last-child{
  margin-bottom:0;
}

.area_detail_right .areamap_link img{
  display: block;
  width:55px;
  min-height: 55px;
  float: left;
  border: 1px solid #ddd;
  margin:0 10px 0 0;
}

/*.area_detail_right .areamap_link:hover{
  color:#999;
}*/

.moreinfo__cig{
  margin:20px 0;
}

.moreinfo__cig a{
  display: block;
  width:395px;
  height:95px;
  background:url(../images/listing/cig_ads.jpg) 0 0 no-repeat;
  margin:auto;
  text-indent: -9999px;
  overflow: hidden;
}


/* 下部 - スポット情報メニュー*/


.f_menu_area li{
  border: 2px solid #ddd;
}

.f_menu_area li p{
  height: 45px;
}

.f_menu_area .f_menu_area_spots i{
  display: block;
  width:43px;
  height: 33px;
  background: url(../images/listing/icon-spots_l.png) 0 0 no-repeat;
  float: left;
  margin: 0;
}

/*--リスティング詳細ページ--*/

.article_area1 .spots_cat_img{
  display: block;
  width:43px;
  height:33px;
  margin:10px 0 5px -29px;
}

.listing-title{
  font-size: 24px;
  line-height: 140%;
  border-bottom: 1px solid #1b75bc;
  margin:0 0 20px 0;
  padding: 0 0 5px 0;
}

.listing-title span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  color:#555;
  line-height: 130%;
  margin:0;
  padding:0;
}

.main_img{
  display: block;
  max-width: 630px;
  height:auto;
  margin:0 auto 10px auto;
}

.honbun{
  margin:25px 0;
}

.spot_info,
.spot_osusume{
  margin:25px 0;
}

.spot_info dt,
.spot_osusume dt{
  height: 21px;
  line-height: 23px;
  margin:0 0 10px 0;
  text-indent: 27px;
  font-size: 18px;

}

.spot_info dt{
  background: url(../images/listing/mark_info.png) 0 0 no-repeat;
}

.spot_osusume dt{
  background: url(../images/listing/mark_star.png) 0 0 no-repeat;
}

.spot_info dd,
.spot_osusume dd{
  width:606px;
  padding:10px;
  border: 2px solid #ddd;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
}

.spot_info dd table,
.spot_info dd table th,
.spot_info dd table td{
  border: none;
  margin:0;
  font-size: 16px;
}

.spot_info dd table th,
.spot_info dd table td{
  padding:5px;
  line-height: 130%;
}

.spot_info dd table td a,
.spot_info dd table td a:hover{
  color:#1b75bc; /*青*/
  text-decoration: underline;
}

.spot_info dd ul{
  margin:10px 0 20px 0;
  padding:0;
}

.spot_info dd ul li{
  /*width:192px;*/
  height: 22px;
  margin:5px 15px 5px 0;
  float: left;
  text-indent: 30px;
  line-height: 22px;
  list-style-type: none;
}

.spot_info dd ul .txt_gray{
  color:#bbb;
}

.spot_info dd ul .spot_check_ac,
.listig_archives .spot_info_s ul .spot_check_ac{
  background: url(../images/listing/icon_ac.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_ac_off,
.listig_archives .spot_info_s ul .spot_check_ac_off{
  background: url(../images/listing/icon_ac_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_private,
.listig_archives .spot_info_s ul .spot_check_private{
  background: url(../images/listing/icon_private.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_private_off,
.listig_archives .spot_info_s ul .spot_check_private_off{
  background: url(../images/listing/icon_private_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_jpmenu,
.listig_archives .spot_info_s ul .spot_check_jpmenu{
  background: url(../images/listing/icon_jpmenu.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_jpmenu_off,
.listig_archives .spot_info_s ul .spot_check_jpmenu_off{
  background: url(../images/listing/icon_jpmenu_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_wifi,
.listig_archives .spot_info_s ul .spot_check_wifi{
  background: url(../images/listing/icon_wifi.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_wifi_off,
.listig_archives .spot_info_s ul .spot_check_wifi_off{
  background: url(../images/listing/icon_wifi_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_deli,
.listig_archives .spot_info_s ul .spot_check_deli{
  background: url(../images/listing/icon_deli.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_deli_off,
.listig_archives .spot_info_s ul .spot_check_deli_off{
  background: url(../images/listing/icon_deli_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_karaoke,
.listig_archives .spot_info_s ul .spot_check_karaoke{
  background: url(../images/listing/icon_karaoke.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_karaoke_off,
.listig_archives .spot_info_s ul .spot_check_karaoke_off{
  background: url(../images/listing/icon_karaoke_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_yen,
.listig_archives .spot_info_s ul .spot_check_yen{
  background: url(../images/listing/icon_yen.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_yen_off,
.listig_archives .spot_info_s ul .spot_check_yen_off{
  background: url(../images/listing/icon_yen_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_jp,
.listig_archives .spot_info_s ul .spot_check_jp{
  background: url(../images/listing/icon_jp.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_jp_off,
.listig_archives .spot_info_s ul .spot_check_jp_off{
  background: url(../images/listing/icon_jp_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_card,
.listig_archives .spot_info_s ul .spot_check_card{
  background: url(../images/listing/icon_card.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_card_off,
.listig_archives .spot_info_s ul .spot_check_card_off{
  background: url(../images/listing/icon_card_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_toilet,
.listig_archives .spot_info_s ul .spot_check_toilet{
  background: url(../images/listing/icon_toilet.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_toilet_off,
.listig_archives .spot_info_s ul .spot_check_toilet_off{
  background: url(../images/listing/icon_toilet_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_order,
.listig_archives .spot_info_s ul .spot_check_order{
  background: url(../images/listing/icon_order.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_order_off,
.listig_archives .spot_info_s ul .spot_check_order_off{
  background: url(../images/listing/icon_order_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_book,
.listig_archives .spot_info_s ul .spot_check_book{
  background: url(../images/listing/icon_book.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_book_off,
.listig_archives .spot_info_s ul .spot_check_book_off{
  background: url(../images/listing/icon_book_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_restaurant,
.listig_archives .spot_info_s ul .spot_check_restaurant{
  background: url(../images/listing/icon_restaurant.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_restaurant_off,
.listig_archives .spot_info_s ul .spot_check_restaurant_off{
  background: url(../images/listing/icon_restaurant_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_bar,
.listig_archives .spot_info_s ul .spot_check_bar{
  background: url(../images/listing/icon_bar.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_bar_off,
.listig_archives .spot_info_s ul .spot_check_bar_off{
  background: url(../images/listing/icon_bar_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_gym,
.listig_archives .spot_info_s ul .spot_check_gym{
  background: url(../images/listing/icon_gym.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_gym_off,
.listig_archives .spot_info_s ul .spot_check_gym_off{
  background: url(../images/listing/icon_gym_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_pool,
.listig_archives .spot_info_s ul .spot_check_pool{
  background: url(../images/listing/icon_pool.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_pool_off,
.listig_archives .spot_info_s ul .spot_check_pool_off{
  background: url(../images/listing/icon_pool_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_spa,
.listig_archives .spot_info_s ul .spot_check_spa{
  background: url(../images/listing/icon_spa.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_spa_off,
.listig_archives .spot_info_s ul .spot_check_spa_off{
  background: url(../images/listing/icon_spa_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_net,
.listig_archives .spot_info_s ul .spot_check_net{
  background: url(../images/listing/icon_net.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_net_off,
.listig_archives .spot_info_s ul .spot_check_net_off{
  background: url(../images/listing/icon_net_off.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_boutique,
.listig_archives .spot_info_s ul .spot_check_boutique{
  background: url(../images/listing/icon_boutique.png) 0 0 no-repeat;
}

.spot_info dd ul .spot_check_boutique_off,
.listig_archives .spot_info_s ul .spot_check_boutique_off{
  background: url(../images/listing/icon_boutique_off.png) 0 0 no-repeat;
}

/*-------- listig = f_nav_list ---*/

.f_nav_list,
.f_nav_list_s{
  width:143px;
  border: 2px solid #ddd;
  float: left;
  margin:10px 5px;
}

.f_nav_list h4,
.f_nav_list_s h4{
  height:40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 2px solid #ddd;
}

.f_nav_list_s h4{
  border-bottom: none;
}

.f_nav_list h4 i,
.f_nav_list_s h4 i{
  display: block;
  width:43px;
  height:32px;
  float: left;
  margin:5px 5px 0 -6px;
}

.f_nav_list.spots h4 i,
.f_nav_list_s.spots h4 i{
  background: url(../images/listing/icon-spots_l.png) 0 0 no-repeat;
}

.f_nav_list.stay h4 i,
.f_nav_list_s.stay h4 i{
  background: url(../images/listing/icon-stay_l.png) 0 0 no-repeat;
}

.f_nav_list.eat h4 i,
.f_nav_list_s.eat h4 i{
  background: url(../images/listing/icon-eat_l.png) 0 0 no-repeat;
}

.f_nav_list.nightlife h4 i,
.f_nav_list_s.nightlife h4 i{
  background: url(../images/listing/icon-nightlife_l.png) 0 0 no-repeat;
}

.f_nav_list.buy h4 i,
.f_nav_list_s.buy h4 i{
  background: url(../images/listing/icon-buy_l.png) 0 0 no-repeat;
}

.f_nav_list.beauty h4 i,
.f_nav_list_s.beauty h4 i{
  background: url(../images/listing/icon-beauty_l.png) 0 0 no-repeat;
}

.f_nav_list.services h4 i,
.f_nav_list_s.services h4 i{
  background: url(../images/listing/icon-services_l.png) 0 0 no-repeat;
}

.f_nav_list ul li{
  height:32px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  border-bottom: 1px dashed #ddd;
}

.f_nav_list ul li:last-child,
.f_nav_list ul li:nth-child(9){
  border-bottom: none;
}

.f_nav_list h4 a,
.f_nav_list ul li a,
.f_nav_list_s h4 a{
  display: block;
  width:100%;
  height: 100%;
}

.f_nav_list a:hover,
.f_nav_list_s h4 a:hover{
  color: #999;
}

/*泊まる-横拡張*/

.f_nav_list.stay{
  width:300px;
}

.f_nav_list.stay ul li{
  width:148px;
  float: left;
}

.f_nav_list.stay ul li:nth-child(1),
.f_nav_list.stay ul li:nth-child(3),
.f_nav_list.stay ul li:nth-child(5),
.f_nav_list.stay ul li:nth-child(7),
.f_nav_list.stay ul li:nth-child(9){
  border-right: 1px dashed #ddd;
}



/*-------- listig_archives*/

.listig_archives .archive_ul{
  margin:30px 0;
}

.listig_archives .archive_li{
  width:626px;
  border: 2px solid #ccc;
  padding:10px 0;
  margin:0 0 15px 0;
  background: url(../images/pages/arrow_gray.png) right bottom no-repeat;
}

.listig_archives .archive_li:hover{
  background-color: #eee;
}


.listig_archives .spots_cat_img{
  display: block;
  width:43px;
  height:33px;
  margin:6px 0 6px -6px;
  float: left;
}

.listig_archives .title_area h3{
  width:570px;
  display: block;
  font-size: 16px;
  float: right;
/*  border: 1px solid #000;*/
  line-height: 130%;
  margin:0 10px 10px 0;
}

.listig_archives .title_area h3 span{
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.listig_archives .archive_li_inner .archive_li_inner_right{
  width:390px;
  float: right;
  margin:0 10px;
}

.listig_archives .archive_li_inner img{
  display: block;
  float: left;
  width:203px;
  height: 104px;
  border: 1px solid #ddd;
  margin:0 0 0 10px;
  overflow: hidden;
}

.listig_archives .archive_li_inner_none{
  margin:0 0 0 45px;
}

.listig_archives .archive_list_honbun{
  font-size: 12px;
  color: #777;
  line-height: 160%;
  margin-bottom:5px;
}

.listig_archives .spot_cat_nav{
  font-size: 12px;
  height: 15px;
  font-weight: bold;
  line-height: 120%;
  background: url(../images/listing/folder.png) 0 0 no-repeat;
  padding:0 0 0 20px;
  margin:0;
}

.listig_archives .spot_cat_nav a{
  border-right: 1px solid #999;
  padding: 0 4px;
}

.listig_archives .spot_cat_nav a:last-child{
  border-right:none;
  padding-right: 0;
}

.listig_archives .spot_info_s{
  font-size: 12px;
  height: 22px;
  font-weight: bold;
  line-height: 22px;
  margin:5px 0 0 0;
}

.listig_archives .spot_info_s span{
  background-color: #333;
  height: 22px;
  line-height: 22px;
  color:#fff;
  padding:0 3px;
  font-weight: normal;
  margin-right: 5px;
}

.listig_archives .spot_info_s ul{
/*  border: 1px solid #000;*/
float: left;
margin-right:5px;
}

.listig_archives .spot_info_s li{
  float: left;
  display: block;
  width:22px;
  height:22px;
  margin:0 4px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*none -style スタイル取り消し*/
/*--------------------------------------------------------------------*/

.post_style .no-style-ol,
.page_style .no-style-ul{
  color:#333;
  border-left:none;
  margin:0;
}

.post_style .no-style-ol li,
.page_style .no-style-ul li{
  color: #333;
  margin-left: 0;
  list-style-position: inside;
}

/*--------------------------------------------------------------------*/
/*backnumber バックナンバー & magazine　マガジン　*/
/*--------------------------------------------------------------------*/

.magazine_area .backnumber_image_area{
  width:218px;
  float: left;
  margin:0;
}


.magazine_area .backnumber_image_area .cover_img{
  width:216px;
  height: auto;
  border: 1px solid #bbb;
  margin:0 0 10px 0;
}

.magazine_area .backnumber_txt_area{
  width:392px;
  float: right;
  margin:0 0 0 20px;
}

.magazine_area .backnumber_txt_area dt{
  font-size: 18px;
  font-weight: bold;
  color:#1b75bc;
  margin:0 0 0 0;
  padding:0;
}

.magazine_area .backnumber_txt_area dd,
.magazine_area .backnumber_txt_area dd ul li{
  font-size: 14px;
  margin: 0;
}

.magazine_area .backnumber_txt_area dd ul li a{
  color:#333;
  font-weight: bold;
  text-decoration: underline;
}

.magazine_area .backnumber_txt_area dd ul{
  margin: 0 0 15px 0;
}

.magazine_area .backnumber_txt_area .dd_tokushu li{
  font-size: 16px;
  font-weight: bold;
}

.magazine_area .backnumber_txt_area .dd_tokushu li a{
  color: #333;
}

.magazine_area .backnumber_txt_area dd ul li a:hover,
.magazine_area .backnumber_txt_area .dd_tokushu li a:hover{
  color:#1b75bc;
}

.magazine_area .issue_no{
  width:134px;
  height: 120px;
  background: url(../images/magazine/fukidashi_green.png) 0 0 no-repeat;
  float: left;
}

.magazine_area .fukidashi_blue{
  width:134px;
  height: 120px;
  background: url(../images/magazine/fukidashi_blue.png) 0 0 no-repeat;
  float: left;
}

.magazine_area .fukidashi_blue span{
  display: block;
  text-align: center;
  color: #fff;
  width:120px;
  margin:20px 0 0 0;
  line-height: 160%;
}


.magazine_area .issue_no span,
.magazine_area .issue_no strong{
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: ;
}

.magazine_area .issue_no span{
  display: block;
  margin:70px 0 0 0;
  font-size: 16px;
  text-indent: -5px;
}

.magazine_area .issue_no strong{
  font-size: 28px;
}



.magazine_area .isuue_this p{
  display: block;
  width:476px;
  margin:0 0 0 20px;
  float: right;
}


.magazine_area .download_cover{
  margin:30px 0;
}

.magazine_area .download_cover img{
  height:auto;
  border: 1px solid #bbb;
}

.magazine_area .download_cover p{
  text-align: center;
  margin: 0;
}

.magazine_area .download_kiyaku h4{
  border: none;
  color: #333;
  margin:0 0 10px 0;
  padding: 0;
  line-height: 130%;
}

.magazine_area .download_kiyaku ul{
  background-color: #eee;
  width:96%;
  padding:2%;
  border: none;
  margin:0 0 20px 0;
}

.magazine_area .download_btn{
  display: block;
  width:360px;
  height: 60px;
  margin:50px auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/magazine/btn_download.png) 0 0 no-repeat;
}

.magazine_area .download_btn a{
  display: block;
  width:100%;
  height: 100%;
}






.magazine_area .thumb_list li{
  float: left;
  width:110px;
  height:180px;
  margin:7px;
  /*background-color: #eee;*/
  overflow: hidden;
}

.magazine_area .thumb_list li img{
  border: 1px solid #bbb;
  width:108px;
  height:auto;
}

.magazine_area .thumb_list li span{
  display: block;
  text-align: center;
}

.magazine_area .thumb_list li span a{
  color:#333;
  text-decoration: none;
}

.magazine_area .thumb_list li span a:hover{
  color:#333;
}

.magazine_area .thumb_list p{
  text-align: center;
  cursor: pointer;
  clear: left;

}

.magazine_area .thumb_list p i{
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
}

.tokushu_label_1{
  display: block;
  width:44px;
  height: 63px;
  float: left;
  background: url(../images/magazine/label_tokushu1.png) 0 0 no-repeat;
  margin:-8px 0 0 0;
}

.tokushu_label_2{
  display: block;
  width:44px;
  height: 63px;
  float: left;
  background: url(../images/magazine/label_tokushu2.png) 0 0 no-repeat;
  margin:-8px 0 0 0;
}


.magazine_area .issue_no_hit{
  display: block;
  min-width:230px;
  padding:4px;
  background: #eee;
  float: right;
  margin:15px 0 0 0;
  font-size: 14px;
  text-align: center;
}

.magazine_area .author_field{
  font-size: 14px;
  margin:0 0 15px 0;
}



.editor_style img,
.editor_style .aligncenter{
  display: block;
  margin: 15px auto;
}

.editor_style .alignnone,
.editor_style .alignleft,
.editor_style .alignright{
  display:inline;
  margin:none;
}

.magazine_area{

}


h2.page-title3{
  font-size: 28px;
  line-height: 140%;
  margin:25px 0;
}

h2.page-title3 a,
h2.page-title3 a:hover{
  text-decoration: none;
  color: #333;
}

.column_title{
  margin:10px 0 40px 0;
}

.column_title img{
  display: block;
  width:132px;
  border: 1px solid #bbb;
  float: left;
  margin:0 15px 0 0;
}


h2.page-title4{
  display: block;
  width:481px;
  font-size: 24px;
  line-height: 140%;
  margin:15px 0 0 0;
  float: left;
}

h2.page-title4 span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #1b75bc; /*青*/
}

h2.page-title4 a,
h2.page-title4 a:hover{
  color: #333;
  text-decoration: none;
}

.column_backnumber{

}

.column_backnumber li{
  /*height: 70px;*/
  border-top: 1px dotted #bbb;
  padding:10px 0;
  margin:0;
  background: url(../images/common/arrow_black.png) right 50% no-repeat;
}

.column_backnumber li a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.column_backnumber span{
  font-size: 12px;
  background: #eee;
  padding:3px 5px;
}

.column_backnumber p{
  margin:10px 0;
  padding:5px 0;
  line-height: 130%;
  text-align: center;
  background-color: #eee;
  cursor: pointer;
  font-weight: bold;
}

.magazine_archives .archive_ul{
  width:627px;
  margin:0 auto;
}

.magazine_archives .archive_li{
  width:197px;
  height: 250px;
  float: left;
  margin: 6px;
/*  border-bottom: 1px solid #333;*/
}

.magazine_archives .archive_li img{
  width:195px;
  height:auto;
}

.magazine_archives .archive_li .img_wrap{
  display: block;
  width:195px;
  height:100px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.magazine_archives .archive_li a{
  display: block;
  width:100%;
  max-height:48px;
/*  border-bottom: 1px solid #333;*/
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  overflow: hidden;
  margin:8px 0 0 0;
}

.magazine_archives .archive_list_honbun{
  display: block;
  width:100%;
  height:55px;
/*  border-bottom: 1px solid #333;*/
  font-size: 12px;
  color: #777;
  line-height: 150%;
  overflow: hidden;
  margin:5px 0;
}

.magazine_archives .archive_list_magazine{
  font-size: 12px;
  font-size: 11px;
  color: #1b75bc; /*青*/

}

.magazine_archives .archive_li:hover{
  background-color: #eee;
}

.magazine_archives .archive_ul a{
  color: #333;
  text-decoration: none;
}


.latest_issue{
  width:596px;
  border: 2px solid #bbb;
  padding:15px;
  background: url(../images/magazine/new_status.png) 0 0 no-repeat;
}

.latest_issue_left{
  width:430px;
  float: left;
}

.latest_issue_left h3{
  margin:25px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-indent: 5px;
}

.latest_issue_left h3 span{
  color: #f00;
  font-size: 16px;
  font-weight: normal;
  margin:0 0 0 5px;
}

.latest_issue_left h3 span b{
  font-size: 26px;
  font-weight: bold;
}

.latest_issue_left p{
  font-size: 14px;
  color: #777;
  display: block;
  width:100%;
  height: 72px;
  line-height: 170%;
  overflow: hidden;
  margin:14px 0;
}

.latest_issue_left .btn_detail,
.latest_issue_left .btn_download{
  display: block;
  height:45px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
}

.latest_issue_left .btn_detail{
  width:206px;
  margin:0 6px 0 0;
  background: url(../images/magazine/btn_detail_m.png) -1px 0 no-repeat;
}

.latest_issue_left .btn_download{
  width:218px;
  background: url(../images/magazine/btn_download_m.png) -1px 0 no-repeat;
}

.latest_issue_right{
  width:152px;
  float: right;
}


.latest_issue_right img{
  width:150px;
  height:auto;
  border: 1px solid #bbb;
}

 .magazine_area .mgn_add{
   margin:30px 0 50px 0;
 }


.magazine_area .column_list{
  width:628px;
  margin:0 auto 30px auto;
}

.magazine_area .column_list li{
  width:147px;
  height:220px;
  border: 1px solid #bbb;
  float: left;
  margin:4px;
  background: url(../images/common/arrow_gray_s.png) right bottom no-repeat;
}

.magazine_area .column_list li:hover{
  background-color: #eee;
}

.magazine_area .column_list li img{
  width:131px;
  height:131px;
  border: 1px solid #bbb;
  margin:7px;
}

.magazine_area .column_list li h4{
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  display: block;
  width:133px;
  height:42px;
/*  border: 1px solid #000;*/
  margin:0 7px 5px 7px;
}

.magazine_area .column_list li h4 a i{
  color: #f00;
  font-size: 12px;
  margin:0 5px 0 0;
  font-style: normal;
}

.magazine_area .column_list li p{
  font-size: 12px;
  color: #1b75bc; /*青*/
  margin:0 7px;
}

.magazine_area .column_list li a{
  color: #333;
  text-decoration: none;
}


/*-----author_plofile-----*/

.author_plofile .img_wrap{
  display: block;
  width:100px;
  float: left;
  border: 1px solid #bbb;
}

.author_plofile .author_disc{
  width:515px;
  float: right;
/*  border: 1px solid #000;*/
}

.author_plofile .author_disc h4{
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #bbb;
  margin:0 0 10px 0;
  padding:0 0 5px 0;
}

.author_plofile .author_disc h5{
  font-size: 16px;
  font-weight: bold;
  margin:15px 0 0 0;
  padding:0;
}

.author_plofile .author_disc p.small{
  font-size: 14px;
}

.author_plofile .author_disc .author_disc_inner{
  font-size: 14px;
}

.author_plofile .author_disc .utsusu img{
  display: block;
  float: left;
  clear: left;
  margin:5px 10px 5px 0;
}








.photo_contest_banner{
  display: block;
  width:450px;
  height:135px;
  margin:20px auto 0 auto;
  background: url(../images/magazine/banner_photocon.png) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  border: 3px solid #fff200;
}

.photo_contest_banner a{
  display: block;
  width: 100%;
  height: 100%;
}

.photo_contest_banner:hover{
  border: 3px solid #ff0090;
}





/*--------------------------------------------------------------------*/
/*recruit 求人情報*/
/*--------------------------------------------------------------------*/

.h3_intro_rec{
  font-size: 18px;
  height: 29px;
  line-height: 29px;
  background: url(../images/recruit/person.png) 0 0 no-repeat;
  text-indent: 30px;
  margin:0 0 20px 0;
}

.cat_nav{
  width:630px;
  height: 90px;
  background: url(../images/recruit/nav_bg.png) 0 0 no-repeat;
  margin:0 0 20px 0;
}

.cat_nav li{
  display: block;
  width:204px;
  height: 78px;
  margin:6px 0;
  float: left;
}

.cat_nav li span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 16px 0 5px 0;
  line-height: 120%;
}

.cat_nav li a{
  display: block;
  width:100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  padding:0 0 0 10px;
  line-height: 120%;
}

.cat_nav li.cat_nav1{
  margin-left:7px;
  border-right: 1px #bbb solid;
  background: url(../images/pages/arrow_green.png) 170px center no-repeat;
}

.cat_nav li.cat_nav2{
  border-left: 1px #fff solid;
  border-right: 1px #bbb solid;
  background: url(../images/pages/arrow_orange.png) 170px center no-repeat;
}

.cat_nav li.cat_nav3{
  margin-right:7px;
  border-left: 1px #fff solid;
  background: url(../images/pages/arrow_blue.png) 170px center no-repeat;
}

ol.rec_howto{
  border:none;
  background: url(../images/recruit/dot_line.png) 17px 5px repeat-y;
  margin:0;
  padding:0;
}

ol.rec_howto li{
  width:630px;
  margin:0 0 15px 0;
  padding:0;
  list-style-type: none;
  list-style-position: inside;
}

ol.rec_howto li div{
  width:580px;
  margin:0 0 0 50px;
}

ol.rec_howto li:nth-child(1){
  background: url(../images/recruit/rec_1.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(2){
  background: url(../images/recruit/rec_2.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(3){
  background: url(../images/recruit/rec_3.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(4){
  background: url(../images/recruit/rec_4.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(5){
  background: url(../images/recruit/rec_5.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(6){
  background: url(../images/recruit/rec_6.png) 0 0 no-repeat;
}

ol.rec_howto li:nth-child(7){
  background: url(../images/recruit/rec_7.png) 0 0 no-repeat;
}

/*ol.rec_howto li:nth-child(8){
  background: url(../images/recruit/rec_8.png) 0 0 no-repeat;
}*/

.about_history{
  background: url(../images/recruit/line_history.png) 36px 0 repeat-y;
}

.about_history dt{
  text-align: center;
  width:77px;
  height:27px;
  line-height: 29px;
  background-color: #95c2d4;
  color: #fff;
  float: left;
  clear: both;
}

.about_history dd{
  width:543px;
  float: right;
  margin:0 0 15px 10px;
}

.what_about_wrap{
  margin:10px 0;
}

.what_about_wrap .left{
  width: 240px;
  float: left;
  margin:0 20px 0 0;
}

.what_about_wrap .left img{
/*  width:190px;*/
  display: block;
  margin:0 auto;
  border: 1px solid #ccc;
}

.what_about_wrap.pub .left img{
/*  width:190px;*/
  box-shadow: 0 1px 2px #bbb;　/* CSS3草案 */
  -moz-box-shadow: 0 1px 2px #bbb;　/* Firefox用 */
  -webkit-box-shadow: 0 1px 2px #bbb;　/* Safari Google Chrome用 */
}

.what_about_wrap .right{
  width:370px;
  float: right;
}

.what_about_wrap .right h4{
  font-size: 20px;
  font-weight: bold;
  margin:;
}

.what_about_wrap .right .caption_red{
  color: #f00;
  font-size: 14px;
  border-bottom: 1px solid #bbb;
  margin:0 0 15px 0;
  padding:0 0 10px 0;
}

.what_about_wrap .right table th{
  width:90px;
}

.editor_style .caption_red{
  color: #f00;
  font-size: 14px;
  padding:0 0 10px 0;
}

.what_about_wrap .right ul{

}

.what_about_wrap .right ul li{
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-weight: bold;
  margin:0 0 0 10px;
  line-height: 150%;
}

.list_2line{
  margin:15px 0;
}

.list_2line li{
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-weight: bold;
  margin:0 0 10px 10px;
  line-height: 150%;
}

.list_2line li span{
  font-weight: normal;
  display: block;
  margin:4px 0 6px 15px;
  color:#555;
}







/*--------------------------------------------------------------------*/
/*ruin 遺跡観光*/
/*--------------------------------------------------------------------*/

.article_ruin .page-title-ruin{
  min-height: 30px;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 0 0;
  line-height: 130%;
  padding: 0;
}

.article_ruin .page-title-ruin-p{
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.article_ruin .page-title-ruin,
.article_ruin .page-title-ruin-p{
  font-family:"ヒラギノ明朝 Pro W6",
  "Hiragino Mincho Pro",
  "HGS明朝E",
  "ＭＳ Ｐ明朝",
  serif;
}

.article_ruin .ruin_top_img{
  margin:0 auto 20px auto;
  display: block;

}

.article_ruin table{
  width:100%;
  color: #594a42;
  border-top: 1px dotted #999;
  border-bottom: none;
  border-left: 1px dotted #999;
  border-right: none;
  margin: 20px 0;
}

.article_ruin table th{
  width:100px;
  background-color: #f1f0e8;
  font-size: 14px;
  border-top:none;
  border-bottom: 1px dotted #999;
  border-left:none;
  border-right: 1px dotted #999;
  padding: 5px;
  vertical-align: middle;
}

.article_ruin table td{
  width:385px;
  font-size: 14px;
  line-height: 130%;
  border-top:none;
  border-bottom: 1px dotted #999;
  border-left:none;
  border-right: 1px dotted #999;
  padding: 5px;
  vertical-align: middle;
}

.article_ruin table td img,
.article_ruin .star{
  margin:3px 0 0 0;
}

.p_wrap,
.article_ruin .p_wrap{
  margin:25px 0;
}


.article_ruin h4{
  width:630px;
  font-size: 22px;
  font-family:"ヒラギノ明朝 Pro W6",
  "Hiragino Mincho Pro",
  "HGS明朝E",
  "ＭＳ Ｐ明朝",
  serif;
  margin: 30px 0 15px 0;
  padding:0 0 5px 0;
  border-bottom: 1px dotted #9a7742;/*茶色*/
}

.article_ruin h5{
  width:620px;
  font-size: 18px;
  font-family:"ヒラギノ明朝 Pro W6",
  "Hiragino Mincho Pro",
  "HGS明朝E",
  "ＭＳ Ｐ明朝",
  serif;
  margin: 25px 0 15px 0;
  padding:0 0 0 7px;
  border-left: 3px solid #c94700;/*赤色*/
}








/*--------------------------------------------------------------------*/
/*archives アーカイブ*/
/*--------------------------------------------------------------------*/

.archive_list_wrap{
  margin:0 0 20px 0;
}

.archive_list{
  width:630px;
  padding:15px 0;
  border-top: 1px dotted #bbb;
  margin:0;
  background: url(../images/common/arrow_black.png) right 50% no-repeat;
}

.archive_list:last-child{
border-bottom: 1px dotted #bbb;
}



.archive_list h3{
  font-size: 16px;
  line-height: 140%;
  padding:2px 0 2px 7px;
  margin: 0 0 10px 0;
  border-left: 5px solid #555;
}

.archive_list img{
  display: block;
  float: left;
  width:146px;
  height:auto;
  border: 1px solid #ccc;
  margin:0;
}

.archive_list_right{
  width:435px;
  float: right;
  margin:0 35px 0 0;
}

.archive_list_right ul,
.archive_list_right li{
  display: inline;
}

.archive_list_honbun{
  font-size: 12px;
  line-height: 160%;
  color: #777;
}

.archive_list_cat,
.archive_list_cat a{
/*  text-align: right;*/
  font-size: 12px;
  line-height: 130%;
  color: #555;
}

.archive_list_cat{
  margin:8px 0 0 0;
  font-weight: bold;
}

.category_page h3{
  width:500px;
  float: left;
}

.category_page .cat_entry_date{
  width:100px;
  float: right;
  font-size: 14px;
  color:#555;
  margin:0;
  padding:0;
  text-align: right;
}

.archive_list.domestic{
  background: url(../images/pages/arrow_orange.png) right 50% no-repeat;
}

.archive_list.economy{
  background: url(../images/pages/arrow_green.png) right 50% no-repeat;
}

.archive_list.world{
  background: url(../images/pages/arrow_blue.png) right 50% no-repeat;
}

.archive_list.event{
  background: url(../images/pages/arrow_orange2.png) right 50% no-repeat;
}


.archive_list.event h3,
.archive_list.domestic h3{
  border-left: 5px solid rgb(224, 174, 17); /*オレンジ*/
}

.archive_list.local{
  background: url(../images/pages/arrow_green2.png) right 50% no-repeat;
}

.archive_list.local h3,
.archive_list.economy h3{
  border-left: 5px solid rgb(105, 157, 97); /*グリーン*/
}

.archive_list.info{
  background: url(../images/pages/arrow_blue2.png) right 50% no-repeat;
}

.archive_list.info h3,
.archive_list.world h3{
  border-left: 5px solid rgb(89, 125, 141); /*ブルー*/
}

.archive_list:hover{
  background-color: #eee;
}

/*--------------------------------------------------------------------*/
/*News ニュース、投稿  */
/*--------------------------------------------------------------------*/

.article_area1 .cat_cat_navi{
  width: 100%;
  height:58px;
  background-color: #f1f1f1;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  border: none;
  margin:0 0 25px 0;
}

.article_area1 .cat_cat_navi li{
  float: left;
  font-size: 16px;
  line-height: 58px;
  text-indent: 30px;
  margin:0 0 0 18px;
  border: none;
}

.article_area1 .cat_cat_navi li a:hover{
  color:#777;
}

/*------*/

.article_area1 .cat_cat_navi .arrow_green{
  background: url(../images/pages/arrow_green.png) 0 50% no-repeat;
}

.article_area1 .cat_cat_navi .arrow_green2{
  background: url(../images/pages/arrow_green2.png) 0 50% no-repeat;
}

.article_area1 .cat_cat_navi .arrow_orange{
  background: url(../images/pages/arrow_orange.png) 0 50% no-repeat;
}

.article_area1 .cat_cat_navi .arrow_orange2{
  background: url(../images/pages/arrow_orange2.png) 0 50% no-repeat;
}

.article_area1 .cat_cat_navi .arrow_blue{
  background: url(../images/pages/arrow_blue.png) 0 50% no-repeat;
}

.article_area1 .cat_cat_navi .arrow_blue2{
  background: url(../images/pages/arrow_blue2.png) 0 50% no-repeat;
}

.article_area1 .archive_ul.pickup li{
  min-height: 230px;
}

.article_area1 .archive_ul.pickup li .entry_meta{
  font-size: 12px;
  text-align: right;
  margin:5px 0 0 0;
  height:15px;
}

.article_area1 .archive_ul.pickup li span{
  display: block;
  font-size: 12px;
  float: left;
  text-indent: 0;
  padding:0;
  margin:0;
}

.article_area1 .archive_ul.pickup .event span{
  color:rgb(224, 174, 17); /*オレンジ*/
}

.article_area1 .archive_ul.pickup .local span{
  color: rgb(105, 157, 97); /*グリーン*/
}

.article_area1 .archive_ul.pickup .info span{
  color: #5179DE; /*ブルー*/
}


.article_area1 .archive_ul.pickup li a{
  margin:0;
  padding:0;
  line-height: 150%;
  display: block;
  height: auto;
}

/*記事最新10件*/

.archive_list_wrap.all .archive_list h3,
.archive_list_wrap.all .archive_list.local h3,
.archive_list_wrap.all .archive_list.economy h3,
.archive_list_wrap.all .archive_list.info h3,
.archive_list_wrap.all .archive_list.world h3,
.archive_list_wrap.all .archive_list.event h3,
.archive_list_wrap.all .archive_list.domestic h3{
  border:none;
}

.archive_list_wrap.all .archive_list h3 span{
  font-size: 12px;
  padding:2px 4px 1px 4px;
  margin:0 5px 0 0;
  border: 2px solid #bbb;
}

.archive_list_wrap.all .archive_list.economy h3 span{
  color: #fff;
  background-color: rgb(105, 157, 97);/*グリーン*/
  border: 2px solid rgb(105, 157, 97);
}

.archive_list_wrap.all .archive_list.world h3 span{
  color: #fff;
  background-color: rgb(89, 125, 141);/*ブルー*/
  border: 2px solid rgb(89, 125, 141);
}

.archive_list_wrap.all .archive_list.domestic h3 span{
  color: #fff;
  background-color: rgb(224, 174, 17); /*オレンジ*/
  border: 2px solid rgb(224, 174, 17);
}

.archive_list_wrap.all .archive_list.local h3 span{
  color: rgb(105, 157, 97);
  border: 2px solid rgb(105, 157, 97);
}

.archive_list_wrap.all .archive_list.info h3 span{
  color: rgb(89, 125, 141);
  border: 2px solid rgb(89, 125, 141);
}

.archive_list_wrap.all .archive_list.event h3 span{
  color: rgb(224, 174, 17); /*オレンジ*/
  border: 2px solid rgb(224, 174, 17);
}




/*--------------------------------------------------------------------*/
/*Privacypolicy プライバシーポリシー  */
/*--------------------------------------------------------------------*/

.page_style .privacy_add{
  margin:0 0 35px 0;
}

.page_style .privacy_add dt{
  border-bottom: 1px dotted #999;
  margin:15px 0 5px 0;
  color: #555;
}

.page_style .privacy_add dd{
  font-size: 14px;
}


/*--------------------------------------------------------------------*/
/*Inquiry お問い合わせ  */
/*--------------------------------------------------------------------*/

.inq_hours{
  background-color: #eee;
  margin:25px 0;
  width:96%;
  padding:2%;
  text-align: center;
  font-weight: bold;
}

.inq_hours span{
  color: #1b75bc; /*青*/
}

.inq_tel{
  width:560px;
  margin:10px auto 30px auto;
}

.inq_tel dt{
  width:135px;
  height:135px;
  float: left;
  background: url(../images/magazine/fukidashi_green2.png) 0 2px no-repeat;
}

.inq_tel dt span{
  display: block;
  font-size: 24px;
  color: #fff;
  margin:35px 12px 0 0;
  text-align: center;
}

.inq_tel dd{
  width:405px;
  height:auto;
  float: right;
  font-weight: bold;
  color: #555;
  margin:20px 0 0 0;
}

table.tbl_style.inquiry th{
  line-height: 140%;
}

table.tbl_style.inquiry td{
  vertical-align: middle;
}

.wpcf7 table td input[type="text"],
.wpcf7 table td input[type="email"],
.wpcf7 table td input[type="tel"]{
  width:370px;
}

.wpcf7 table td .checkbox-area span span{
  display: block;
}

.wpcf7 table td .checkbox-area span span span{
  display: inline;
}

.wpcf7 p{
  text-align: center;
}

.wpcf7 form input[type="submit"]{
  display: block;
  margin:0 auto;
  width:150px;
  height:60px;
  background: url(../images/pages/btn_sousin.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

/*--------------------------------------------------------------------*/
/*Cambodia country カンボジア　国情報  */
/*--------------------------------------------------------------------*/

.caminfo_section{
  margin:0 0 20px 0;
}

.caminfo_section .img_wrap{
  width:240px;
  float: left;
}

.caminfo_section .img_wrap img{
  width:240px;
}

.caminfo_section .list_wrap{
  width:375px;
  float: right;
}

.caminfo_section .list_wrap h4{
  background-color: #eee;
  width: 100%;
  height: 35px;
  line-height: 37px;
  font-size: 20px;
  text-indent: 10px;
  font-weight: normal;
}

.caminfo_section .list_wrap ul{
  border: none;
  margin:15px 0 15px 10px;
  padding:0;
}



.book_recmmend img{
  width:75px;
  height:auto;
  border: 1px solid #ccc;
  display: block;
  float: left;
  vertical-align: top;
  margin:0 15px 15px 0;
}

.book_recmmend div{
  vertical-align: top;
  margin:0;
  display: block;
  font-size: 14px;
  line-height: 160%;
}

.book_recmmend table,
.book_recmmend table th,
.book_recmmend table td{
  border: none;
  color: #777;
  vertical-align: top;
}

.book_recmmend table th{
  padding:0 3px;
  min-width:30px;
}

.book_recmmend table td{
  padding:0 8px 0 3px;
}

.book_recmmend table{
  margin:3px 0;
}

.editor_style .book_style h3{
  background: url(../images/pages/arrow_black_down.png) 99% 50% no-repeat;
  cursor: pointer;
  margin:20px 0 0 0;
  padding:10px 0;
  text-indent: 10px;
}

.editor_style .book_style h3.active{
  background: url(../images/pages/arrow_black_up.png) 99% 50% no-repeat;
}

.editor_style .book_style h3:hover{
  background-color: #eee;
}

.book_style .book_section{
  display: none;
}

.holiday_tbl,
.holiday_tbl th,
.holiday_tbl td{
  border: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
}

.holiday_tbl th{
  min-width:120px;
  padding-right:5px;
}


.holiday_blue th,
.holiday_blue td{
  color:#1b75bc;
}

.cambodia_holiday_wrap h4{
  border: none;
  margin:0;
  padding:0;
  color: #1b75bc;
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
}

.cambodia_holiday_wrap .holiday_tbl{
  margin:0 0 15px 0;
}

.cambodia_holiday_wrap .holiday_tbl th{
  min-width:80px;
  font-weight: bold;
}

.cambodia_holiday_wrap .buddism_date,
.cambodia_holiday_wrap .caption_red{
  font-size: 14px;
  color: #ED582B;
  margin:5px 0 3px 0;
}





/*--------------------------------------------------------------------*/
/*sidebar サイドバー　モジュール*/
/*--------------------------------------------------------------------*/

.side_archive_dl{
  margin:0 0 20px 0;
}

.side_archive_dl ul{
  width:243px;/*278*/
  margin:0 10px 0 25px;
  padding:10px 0;
}

.side_archive_dl ul li{
  font-size: 14px;
  line-height: 140%;
  list-style-type: square;
  color: #f00;
  border-bottom: 1px dotted #ccc;
  padding:8px 0;
}

.side_archive_dl ul li a{
  color: #333;
}

.side_archive_dl ul li a:hover{
  color: #999;
}

.side_archive_dl ul li b{
  color: #f00;
}

.side_archive_dl ul li span{
  color:#999;
  display: block;
  text-align: right;
  font-size: 12px;
}

/*バックナンバー*/

.side_backnumber{
  margin:0 0 20px 0;
}

.side_backnumber dd{
  padding:0 0 1px 0;
}

.side_backnumber ul{
  width:258px;
  margin:auto;
  padding:10px 0;
}

.side_backnumber ul li{
  width:78px;
  height:110px;
  border: 1px solid #bbb;
  float: left;
  margin:3px;
}

.side_backnumber ul li img{
  width:78px;
  height:110px;
}

.side_backnumber p.btn_big{
  margin:10px 0 20px 0;
}

/*listing*/

.side_listing{
  margin:0 0 20px 0;
}

.side_listing dd{
  padding:10px 0;
}

.side_listing dd dl{
  width:278px;
  margin:0;
  padding:0;
}

.side_listing dd dl dt{
  width:258px;
  margin:0 10px 10px 10px;
  padding:0;
  color: #333;
  font-weight: bold;
  height:45px;
  line-height: 48px;
  font-size: 16px;
  background:url(../images/pages/arrow_black_down.png) 96% 50% no-repeat #c5d9eb;
  text-indent: 10px;
  cursor: pointer;
}

.side_listing dd dl dt.active{
  background:url(../images/pages/arrow_black_up.png) 96% 50% no-repeat #c5d9eb;
}


.side_listing dd dl dd{
  width:258px;
  margin:0 10px;
  padding:0;
}

.side_listing dd dl dd.dsnone{
  display: none;
}

.side_listing dd dl dd ul li{
  display: block;
  width:258px;
  height:40px;
  line-height: 42px;

  border-bottom: 1px dotted #ccc;
}

.side_listing dd dl dd ul li a{
  display: block;
  width:100%;
  height:100%;
  text-indent: 47px;
  font-size: 16px;
  /*font-weight: bold;*/
}

.side_listing dd dl dd ul li a:hover{
  font-weight: bold;
}

.side_listing .side_spots_nav .spots{
  background: url(../images/common/icon_spotM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .stay{
  background: url(../images/common/icon_stayM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .eat{
  background: url(../images/common/icon_eatM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .nightlife{
  background: url(../images/common/icon_nightM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .buy{
  background: url(../images/common/icon_buyM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .beauty{
  background: url(../images/common/icon_beautyM.png) 2% 50% no-repeat;
}

.side_listing .side_spots_nav .services{
  background: url(../images/common/icon_servicesM.png) 2% 50% no-repeat;
}

.side_listing dd dl dd ul.province li a{
  display: block;
  width:100%;
  height:100%;
  text-indent: 5px;
  font-size: 16px;

}

.side_listing dd dl dt.bgnone{
  background:#c5d9eb;
}

/*side_ruins*/

.side_ruins{
  margin:0 0 20px 0;
}

.side_ruins dd{
  background-color: #fff;
  height:auto;
  padding-bottom:10px;
}

.side_ruins ul{
  width:268px;
  height:auto;
  margin:auto;
  padding:10px 0 0 0;
}

.side_ruins ul li{
  width:114px;
  float: left;
  margin:5px 10px;
}

.side_ruins ul li span{
  display: block;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin:3px 0 0 0;
}

.side_ruins ul li img{
  width:112px;
  height: 112px;
  border: 1px solid #ccc;
}

.side_ruins hr{
  margin:5px 0 15px 0;
}

.side_ruins p{
  margin:0 15px;
  padding:5px 0;
}

.side_ruins p i{
  font-weight: bold;
  color: #f00;
  margin:0 5px 0 0;
}

.side_ruins p a{
  text-decoration: underline;
}

.side_ruins p a:hover{
  color:#999;
}

/*--------------------------------------------------------------------*/
/*a リンク*/
/*--------------------------------------------------------------------*/

.dlmap_style ul{
  width:630px;
  margin:30px auto;
  border-top: 1px dashed #ccc;
}

.dlmap_style ul li{
  width:100%;
/*  border: 1px solid #000;*/
  float: left;
  margin:7px;
  border-bottom: 1px dashed #ccc;
  padding:7px 0 15px 0;
}

.dlmap_style ul li img{
  width:100px;
  height: 100px;
  display: block;
  float: left;
  border: 1px solid #ccc;
}

.dlmap_style ul li h3,
.dlmap_style ul li p{
  display: block;
  width:500px;
  float: right;
}

.dlmap_style ul li h3{
  font-size: 18px;
/*  border-bottom: 1px dotted #ccc;*/
  margin:0 10px 15px 0;
}

.dlmap_style ul li p{
  font-size: 14px;
  margin:3px 10px 3px 0;
}

.dlmap_style ul li p a{
  background-color: #1b75bc;
  padding:3px 7px;
  color: #fff;
  margin:0 0 0 10px;
}

.dlmap_style ul li p a:hover{
  background-color: #c5d9eb;
  color: #1b75bc;
}



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

.sitemap_style h4{
  font-weight: 20px;
  border-bottom: 2px solid #1b75bc;
  margin:20px 0 15px 0;
  font-weight: normal;
  text-indent: 10px;
/*  background-color: #eee;*/
  padding:5px 0 3px 0;
}

.sitemap_style h4:hover{
  color: #1b75bc;
}

.sitemap_style h5:hover{
  color: #1b75bc;
}

.sitemap_style h6{
  font-size: 14px;
  font-weight: bold;
  background-color: #eee;
  text-indent: 8px;
  padding:3px 0;
  margin:10px 0 0 0;
}

.sitemap_style ul{
  margin:10px 0 20px 10px;
}

.sitemap_style ul li{
  float: left;
  font-size: 14px;
  margin:7px 10px 7px 0;
  padding:0;
  line-height: 130%;
  border-right: 2px solid #ccc;
/*  list-style-type: square;*/
  list-style-position: inside;
/*  text-decoration: underline;*/
  color: #1b75bc;
}

.sitemap_style ul li a{
  color: #333;
}








/*--------------------------------------------------------------------*/
/*a リンク*/
/*--------------------------------------------------------------------*/

.magazine_area a,
.magazine_area .thumb_list p i{
  color: #1b75bc; /*青*/
  text-decoration: underline;
}

.magazine_area a:hover,
.magazine_area .thumb_list p i:hover{
  color: #1b75bc; /*青*/
  text-decoration: underline;
}






/*--------------------------------------------------------------------*/
/*hr 区切り線*/
/*--------------------------------------------------------------------*/

hr{
  width:100%;
  margin:20px 0;
  padding:0;
  border-top: 1px dotted #bbb;
  border-bottom: none;
}

.separate_line{
  display: block;
  width:630px;
  height: 5px;
  margin: 40px 0 30px 0;
  border: none;
  background: url(../images/pages/line_blue.png) 0 0 no-repeat;
}

.editor_style hr{
  width:100%;
  margin:50px 0;
  padding:0;
  border-top: 1px solid #bbb;
  border-bottom: none;
}

hr.jisseki{
  width:100%;
  margin:0;
  padding:0;
  border-top: 1px dashed #bbb;
  border-bottom: none;
}



/*--------------------------------------------------------------------*/
/*opacity - hover時に透明効果*/
/*--------------------------------------------------------------------*/

.article_area1 .atc_recruit .rec_cat_navi li a:hover,
.article_area1 .atc_recruit .archive_rec_li a:hover,
.cat_nav li a:hover,
.article_area1 .btn_blue:hover,
.btn_blue:hover,
.article_area1 .btn_orange:hover,
.btn_orange:hover,
.page_style .btn_big a:hover,
.editor_style .btn_big a:hover,
.btn_big a:hover,
.kakushu_list li:hover,
.magazine_area .download_btn:hover,
.latest_issue_left .btn_detail:hover,
.latest_issue_left .btn_download:hover,
.wpcf7 form input[type="submit"]:hover,
.book_sketch a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*.box a{
  width:100%;
  height:100%;
}*/


/*--------------------------------------------------------------------*/
/*button ボタンスタイル*/
/*--------------------------------------------------------------------*/

.btn_wrap{
  margin:10px 0 25px 0;
}

.article_area1 .btn_blue,
.btn_blue,
.article_area1 .btn_orange,
.btn_orange{
  /*display: inline-block;*/
/*  min-width: 50px;
  min-height: 16px;*/
  padding:5px 10px;
  margin:0 3px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;        /* CSS3草案 */
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;   /* Firefox用 */
}

.article_area1 .btn_blue,
.btn_blue{
  background: #76aad5; /* Old browsers */
  background: -moz-linear-gradient(top,  #76aad5 0%, #3081c2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76aad5), color-stop(100%,#3081c2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #76aad5 0%,#3081c2 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top,  #76aad5 0%,#3081c2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #76aad5 0%,#3081c2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76aad5', endColorstr='#3081c2',GradientType=0 ); /* IE6-8 */
}

.article_area1 .btn_orange,
.btn_orange{
  background: #f19c50; /* Old browsers */
  background: -moz-linear-gradient(top,  #f19c50 0%, #f2790e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f19c50), color-stop(100%,#f2790e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f19c50 0%,#f2790e 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top,  #f19c50 0%,#f2790e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f19c50 0%,#f2790e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19c50', endColorstr='#f2790e',GradientType=0 ); /* IE6-8 */
}

.article_area1 .btn_blue:hover,
.btn_blue:hover,
.article_area1 .btn_orange:hover,
.btn_orange:hover{
  color: #fff;
}

.page_style .btn_big,
.editor_style .btn_big,
.btn_big{
  text-align: center;
  margin:20px 0;
}

.page_style .btn_big a,
.editor_style .btn_big a,
.btn_big a{
  padding:10px 20px 10px 36px;
  min-width:100px;
  border: 1px dotted #333;
  color:#333;
  text-decoration: none;
  text-indent: 30px;
  background: url(../images/pages/arrow_double.png) 10px center no-repeat #f1f1f2;
}

.page_style .btn_big a:hover,
.editor_style .btn_big a:hover,
.btn_big a:hover{
  color:#333;
  text-decoration: none;
}




/*--------------------------------------------------------------------*/
/*image 画像スタイル*/
/*--------------------------------------------------------------------*/

.img_center{
  height:auto;
  display: block;
  margin: 0 auto;
/*  border: 1px solid #000;*/
}

.mt_img{
  margin-top:15px;
}


/*----------------------------------------------*/
/*アーカイブページのページ送り*/
/*----------------------------------------------*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:14px;
line-height:13px;
text-align: right;
}

.pagination span, .pagination a {
/*display:block;*/
/*float:left;*/
margin: 2px 3px 2px 0;
padding:4px 9px 3px 9px;
text-decoration:none;
width:auto;
color:#333;
background: #e3e1de;
}

.pagination a:hover{
color:#fff;
background: #ed1c24;
}

.pagination .current{
padding:4px 9px 3px 9px;
background: #ed1c24;
color:#fff;
}

/*ページ内次の記事へナビ*/

.navigation{
  margin:5px 0 20px 0;
  padding:0;
}

.navigation .prev,
.navigation .next{
  color:#777;
  display: block;
  width:300px;
  font-size: 14px;
}

.navigation .prev{
  float: left;
  text-align: left;
}

.navigation .next{
  float: right;
  text-align: right;
}


/*----------------------------------------------*/
/*検索フォーム*/
/*----------------------------------------------*/

.search_again,
.search_again p{
  text-align: center;

}

.search_again form{
  width:400px;
  margin:30px auto;
  text-align: center;
}

/*----------------------------------------------*/
/*static 色々*/
/*----------------------------------------------*/


.left_line{
width:608px;
padding:5px 0 5px 20px;
  border-left: 2px solid #bbb;
}


.edit_page{
  text-align: right;
  margin:0 20px 10px 20px;
  font-size: 14px;
  color:#1b75bc;/*青*/
}














