@charset "UTF-8";

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

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  	display: block;
}

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

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

a img {
  	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=60);
} 

img {
  	vertical-align: top;
  	max-width: 100%;
	height: auto;
}

mark {
  	background: none;
}

input {
  opacity: 1;
}

body {
	font-size: 18px;
	font-family: '游ゴシック体', 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	color: #313131;
	line-height: 1.7em;
}

@media all and (-ms-high-contrast:none)
{
    html
    {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

a {
  	color: #e34444;
  	text-decoration: none;
}

a:link, a:visited {
  	color: #000000;
  	text-decoration: none;
}

a:hover, a:active {
  	color: #e34444;
  	text-decoration: underline;
}

.clearfix, #menu-pc_global, #bread_crumb > ul {
  	zoom: 1;
}

.clearfix:after, .clearfix:before {
  	content: '';
  	display: table;
}

#menu-pc_global:after, #menu-pc_global:before {
  	content: '';
  	display: table;
}

#bread_crumb > ul:after, #bread_crumb > ul:before {
  	content: '';
  	display: table;
}

.clearfix:after, #menu-pc_global:after, #bread_crumb > ul:after {
  	clear: both;
}

.side_banner ul li:first-child{
	position: fixed;
	top: 140px;
	right: 0px;
}

.side_banner ul li:last-child{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.side_banner ul li{
	margin-bottom: 1px;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

p {
  	margin: 0.5em 0 1.2em;
}
#header_wrap{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
	height: auto;
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#header {
	width: 1100px;
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#header p{
	text-align: left;
}

#header .inner{
  	margin: 0;
  	padding: 3px 0 10px 0;
  	float: left;
}

#header .toptx{
	margin: 0;
	padding: 0;
	font-size: 9.5px;
  	color: #747373;
}

#header .site-id {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#header .site-id a {
  	display: block;
}

#header #menu_box{
	float: right;
	text-align: right;
	display: block;
	margin: 0;
}

#header .utility{
	float: right;
}

#header .utility .link_box{
	float: left;
	display: block;
	margin-left: 1px;
}

#header .utility .link_box a{
	display: block;
	float: left;
    	width: auto;
	font-size: 13px;
	line-height: 1.5em;
	color: #fff;
	padding: 27px 20px;
    	margin: 0px auto;
	text-align: center;
    	background-color: #E6001B;
	text-decoration: none;
	border: none;
	border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	-ms-border-radius: 0px;
  	-o-border-radius: 0px;
}

#header .utility .link_box:last-child a{
	background-color: #00A546;
}

#header .utility .link_box a:hover{
	color: #fff;
    	background-color:#d20019;
	text-decoration: none;
}

#header .utility .link_box:last-child a:hover{
	color: #fff;
    	background-color:#008e3c;
	text-decoration: none;
}

/**　グローバルナビ **/

#global_nav {
	/** position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; **/
	float: right;
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 630px;
}

#dropmenu{
  	position: relative;
  	list-style-type: none;
  	width: 630px;
  	height: 92px;
  	margin: 0px auto 0;
  	padding: 0;
}
#dropmenu li{
  	width: 90px;
  	float: left;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}
#dropmenu li a{
  	display: block;
  	margin: 0;
  	padding: 55px 0 23px;
  	color: #313131;
  	font-size: 13px;
	font-weight: bold;
  	line-height: 1;
  	text-decoration: none;
}

#dropmenu li ul{
	  list-style: none;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  margin: 0;
	  padding: 0;
	  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
	  overflow: hidden;
	  width: 360px;
	  height: 0;
	  color: #fff;
	  -moz-transition: .2s;
	  -webkit-transition: .2s;
	  -o-transition: .2s;
	  -ms-transition: .2s;
	  transition: .2s;
}

#dropmenu li ul li a{
	  padding: 20px 25px;
	  background: #fff;
	  text-align: left;
	  font-size: 14px;
	  font-weight: bold;
}
#dropmenu li:hover > a{
	  background: #E6001B;
	  color: #fff;
}

#dropmenu > li:hover > a{
	  border-radius: 0 0 0 0;
}
#dropmenu li:hover ul li{
	  overflow: visible;
	  height: 50px;
	background: none;
	  border-top: 1px solid #E6001B;
	  border-bottom: 1px solid #E6001B;
}
#dropmenu li:hover ul li:first-child{
	  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
	  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
	  border-radius: 0 0 3px 3px;
}

#dropmenu li.service > a{
	  background-image: url("../images/gnav_service.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.service > a:hover, #dropmenu li:hover.service > a{
	background-image: url("../images/gnav_service_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.service.current-menu-item > a{
	  background-image: url("../images/gnav_service_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.syaken > a{
	  background-image: url("../images/gnav_syaken.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.syaken > a:hover, #dropmenu li:hover.syaken > a{
	  background-image: url("../images/gnav_syaken_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.syaken.current-menu-item > a{
	  background-image: url("../images/gnav_syaken_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.sales > a{
	  background-image: url("../images/gnav_sales.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.sales > a:hover, #dropmenu li:hover.sales > a{
	  background-image: url("../images/gnav_sales_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.sales.current-menu-item > a{
	  background-image: url("../images/gnav_sales_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.company > a{
	  background-image: url("../images/gnav_company.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.company > a:hover, #dropmenu li:hover.company > a{
	  background-image: url("../images/gnav_company_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.company.current-menu-item > a{
	  background-image: url("../images/gnav_company_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.inquiry > a{
	  background-image: url("../images/gnav_inquiry.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.inquiry > a:hover, #dropmenu li:hover.inquiry > a{
	  background-image: url("../images/gnav_inquiry_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.inquiry.current-menu-item > a{
	  background-image: url("../images/gnav_inquiry_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.recruit > a{
	  background-image: url("../images/gnav_recruit.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.recruit > a:hover, #dropmenu li:hover.recruit > a{
	  background-image: url("../images/gnav_recruit_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.recruit.current-menu-item > a{
	  background-image: url("../images/gnav_recruit_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

#dropmenu li.news > a{
	  background-image: url("../images/gnav_news.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.news > a:hover, #dropmenu li:hover.news > a{
	  background-image: url("../images/gnav_news_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
}

#dropmenu li.news.current-menu-item > a{
	  background-image: url("../images/gnav_news_hover.png");
	  background-repeat: no-repeat;
	  background-position: center 35%;
	  background-color: #E6001B;
	  color: #fff;
}

/**　グローバルナビここまで **/

/**　サブメニュー　**/
#sub_nav{
  width: 100%;
  background-color: #fff;
  padding: 20px 0 40px 0;
  margin: 0;
}

#sub_nav .inner{
  width: 1120px;
  margin: 0 auto;
}

#sub_nav .link_box a{
	display: block;
	float: left;
    	width: 256px;
	font-weight: bold;
	font-size: 90%;
	color: #313131;
	padding: 10px 0 10px 0;
    	margin: 20px 10px 0 10px;
	text-align: center;
    	background: url(../images/arrow_bottom.png) no-repeat 240px center #fff;
	text-decoration: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 2px solid #dd1a1a;
}
#sub_nav .link_box a:hover{
	color: #fff;
    	background-color: #dd1a1a;
	text-decoration: none;
}

#sub_nav .link_box.current-menu-item a{
	color: #fff;
    	background-color: #dd1a1a;
	text-decoration: none;
}

#sub_nav ul{
  width: 1100px;
  margin: 0 auto;
}  

#sub_nav ul li.first{
  background: url(../images/sub/sub_nav_first_bg.png) no-repeat right center;
  padding: 17px 50px 17px 30px;
}

#sub_nav ul.nav{
  margin: 0 auto;
  padding: 0;
}

#sub_nav ul li{
  float: left;
  margin: 0 60px 0 0;
  padding: 17px 0;
  color: #313131;
}

#sub_nav ul li a,#sub_nav ul li a:visited{
  color: #313131;
  text-decoration: none;
}

#sub_nav ul li a:hover{
  color: #fccbcb;
}

#sub_nav ul li.current a{
  color: #fccbcb;
}

#sub_nav ul li.current a:hover{
  color: #fff;
}

/**　サブメニューここまで **/

#container {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0;
	background-color: #fff;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/common/main_top_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#sub {
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/common/main_top_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#sidebar {
	width: 240px;
	float: right;
	clear: right;
	margin-bottom: 20px;
	margin-right: 0;
}
#sidebar img{
	margin-bottom: 15px;
}
#sidebar ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 0;
}
#sidebar h2{
	font-weight: normal;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar .side_nav {
	margin-top: 10px;

}
#sidebar .side_nav h2 {
	margin: 0;
	display: block;
	font-size: 18px;
	color: #313131;
	font-weight: normal;
	background-image: url(../images/sub/right_h2_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
}

#sidebar .side_nav h2 a {
  color: #fff;
  text-decoration: none;
}

#sidebar .side_nav ul {
	margin: 0;
	padding: 0;
	background-image: url(../images/common/shop_info_bg.gif);
	background-repeat: repeat-y;
}
#sidebar .side_nav ul li{
	margin-bottom: 0px;
}
#sidebar .side_nav ul li:first-child{
	padding-top: 10px;
}
#sidebar .side_nav li > a {
	border-color: #ccc #ccc #e9e9e9;
	border-width: 0 0 1px 0;
	border-style: dotted;
	display: block;
	text-decoration: none;
	background-image: url(../images/sub/side_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	color: #333333;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sidebar .side_nav li > a:hover {
	color: #666;
	background-color: #faeaea;
}

#sidebar .side_nav li.current-page-item > a, .side_nav li.current_page_item > a, .side_nav li.current-cat > a {
  background-color: #faeaea;
}

#sidebar .side_nav li li > a {
  padding-left: 37px;
  background-position: 22px 19px;
}

#sidebar .textwidget a:link, #sidebar .textwidget a:visited {
  color: #333333;
  text-decoration: underline;
}

#sidebar .textwidget a:hover, #sidebar .textwidget a:active {
  color: #009660;
  text-decoration: none;
}
#sidebar p{
  margin:0 ;
  padding: 0;
  line-height: 1.5em;
}
.shop_info {
	margin-bottom: 0px;
	background-image: url(../images/common/shop_info_bg.gif);
	background-repeat: repeat-y;
}
.shop_info h3{
	background-image: none;
	border-bottom: none;
	font-size: 14px;
	border-left: 5px solid #F7E4E4;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shop_info p{
  margin:0 ;
  padding: 0;
  line-height: 1.5em;
}

.shop_info img{
	line-height: 0;
}
.shop_info ul{
	margin-top: 5px;
}
.shop_info ul li{
	background: url(../images/list_left_bg.gif) no-repeat left center;
	padding-right: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}
.shop_info_bottom{
	margin: 0;
	padding: 0;
	background-image: url(../images/common/shop_info_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.link_list {
  margin-bottom: 30px;
}

.link_list li {
  margin-bottom: 5px;
}
#linkarea-container {
	width: 100%;
	border-top: 2px solid #000;
	padding: 70px 0;
}

#linkarea-container #linkarea {
	width: 1100px;
	margin: 0 auto;
	clear: both;
	font-size: 12px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ccc;
}
#linkarea-container #linkarea h2 {
	color: #ffffff;
	background-image: url(../images/common/footer_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	padding-left: 25px;
	margin-left: 30px;
}
#linkarea-container .linkarea_menu {
	width: 1150px;
	margin: 0 0 0 0;
	overflow: hidden;
	height: auto;
}
#linkarea-container .linkarea_menu ul li{
	color: #ffffff;
	float: left;
	display: inline;
	margin-right: 40px;
}
#linkarea-container .linkarea_menu ul li:first-child{
  border: none;
}
#linkarea-container .linkarea_menu ul li a{
  color: #ffffff;
  text-decoration: none;
}
#linkarea-container .linkarea_menu ul li a:visited{
  color: #ffffff;
  text-decoration: 0;
}
#linkarea-container .linkarea_menu ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
}
#footer-container {
  background-color: #f5f5f5;
  padding: 0px 0 20px;
}

#footer-container #footer {
  width: 980px;
  margin: 0 auto;
  clear: both;
  font-size: 15px;
}

#footer-container #footer p.copy{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e6001b;
}

#footer-container .footer_info{
  padding: 10px 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px dotted #b2b2b2;
}

#footer-container .footer_info .inner{
  width: 1010px;
}

#footer-container .footer_info .footer_box{
  width: 475px;
  float: left;
  margin-right: 30px;
}

#footer-container .footer_info .footer_box dl dt{
  font-size: 18px;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #00a546;
}

#footer-container .footer_info .footer_box dl dd{
  line-height: 1.7em;
}

#footer-container .footer_info .footer_box dl dd span{
	display: inline-block;
	background-color: #313131;
	color: #fff;
	padding: 5px 10px;
	margin: 0 10px 5px 0;
}

#footer-container .footer_info .footer_box dl dd img{
  margin: 0 0 10px 0;
} 

#footer-container .footer_menu {
  margin: 0 0 25px;
  overflow: hidden;
  height: auto;
}

#footer-container .footerBlock {
  width: 217.5px;
  float: left;
  margin-right: 10px;
  padding-left: 9px;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  border-left: 1px dotted #b2b2b2;
}

#footer-container .footerBlock h2 {
  margin: 0 0 8px;
  font-weight: bold;
  background: url(../images/footer_arrow.png) no-repeat 2px center;
  padding-left: 1.5em;
  border: none;
  font-size: 100%;
}

#footer-container .footerBlock ul {
  margin: 0;
  padding: 0;
}

#footer-container .footerBlock ul li {
  background: url(../images/arrow_02.png) no-repeat 5px center;
  margin: 0 0 0.7em 0;
  padding: 0 0 0 1.5em;
  vertical-align: bottom;
}

#footer-container .footerBlock a {
  text-decoration: none;
  color: #333333;
}

#footer-container .footerBlock a:hover {
  color: #3a7fcf;
}

#footer_bottom_wrap{
  	width: 100%;
	background-color: #e6001b;
	color: #fff;
	font-size: 15px;
}

#footer_bottom_wrap #footer_bottom{
  	width: 980px;
  	margin: 0 auto;
  	padding: 40px 0;
}

#footer_bottom_wrap #footer_bottom #copyright {
  	color: #fff;
  	float: left;
}

#footer_bottom_wrap #footer_bottom #utility{
  	float: right;
}

#footer_bottom_wrap #footer_bottom #utility ul li{
  	display: block;
  	float: left;
  	margin-left; 10px;
  	border-left: 1px solid #fff;
  	padding: 0 10px 0 10px;
}

#footer_bottom_wrap #footer_bottom #utility ul li a{
	color: #fff;
}

#footer_bottom_wrap #footer_bottom #utility ul li:first-child{
  	border: none;
  	padding-left: 0px;
}

#footer_bottom_wrap #footer_bottom #utility ul li:last-child{
  	padding-right: 0px;
}

#top_main_image{
	z-index: 0;
	position: relative;
	clear: both;
	padding: 92px 0 0 0;
	width: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF2F0;
}
#main_image_wrap{
	width: auto;
	margin: 0 auto;
	padding: 280px 0 280px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
}
.main_image {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 50px 100px 20px 100px;
	background-color: rgba(255,255,255,0.7); 
}

.main_image h2{
	font-size: 36px;
	padding: 0 0 20px 0;
	color: #0aa546;
	border-bottom: 2px solid #313131;
}

.main_image p.en{
	color: #E6001B;
	font-size: 22px;
}

.main_image a {
  display: block;
}

#info{
	z-index: 1000;
  	width: 100%;
  	margin: 0 auto 0 auto;
  	padding: 50px 0 30px 0;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}

#info h2{
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #e6001b;
	border: none;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid #e6001b;
}

#info .box_left{
	width: 480px;
	float: left;
}

#info .box_right{
	width: 500px;
	float: right;
}

#info .box_right ul li{
	display: inline-block;
	float: left;
	margin: 0 0 0 20px;
}

#top_info_wrap{
	width: 100%;
	background: url(../images/top/top_info_bg.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

#top_info_wrap #top_content{
	width: 980px;
	margin: 0 auto;
}

#top_sales{
  width: 470px;
  float: left;
}

#top_sales h4{
  font-size: 110%;
}

#top_sales .sales_box{
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  text-align: left;
}

#top_sales .sales_box img{
  float: left;
  max-width: 130px;
  height: auto;
}

#top_sales .sales_box .sales_detail{
  width: 325px;
  float: right;
}

#top_sales .sales_box .sales_detail .date{
  display: block;
  float: left;
  margin-right: 20px;
}

#top_sales .sales_box .sales_detail .sales_category{
  display: block;
  float: left;
  width: 100px;
  height: 15px;
  margin-top: 3px;
  margin-right: 12px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-image: url("../images/category-tag-corners.png");
  background-repeat: no-repeat;
  background: #000;
}

#top_sales .sales_box .sales_detail h4{
  margin: 10px 0 0 0;
  clear: both;
  font-weight: normal;
}

#service_info_wrap{
  clear: both;
  width: 100%;
  padding: 0px 0 30px 0;
  background: url(../images/top/service_info_bg.jpg) repeat-x center 125px;
}

#service_info{
  width: 1100px;
  margin: 30px auto 0 auto;
}

#service_info .inner{
  width: 100%;
}

#service_info .inner .box_service{
  width: 25%;
  float: left;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}

#service_info .inner .box_service h4{
  font-size: 18px;
  font-weight: bold;
  color: #d82525;
  height: 60px;
}

#service_info .inner .box_service p{
  font-size: 100%;
  padding: 0 10px;
}

#service_info .link_box a{
	display: block;
    	width: 90%;
	font-weight: bold;
	font-size: 100%;
	color: #313131;
	padding: 10px 0 10px 0;
    	margin:0px auto 0px;
	text-align: center;
    	background-color: #efefef;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0;
}
#service_info .link_box a:hover{
	color: #fff;
    	background-color: #d82525;
	text-decoration: none;
}

#content .inner_staff{
	margin: 0 0 60px 0;
}

#content .inner_three{
	width: 1120px;
}

#content .inner_three .box_three{
  width: 520px;
  margin: 0 40px 0 0;
  float: left;
  padding: 0;
  background-color: #fff;
  text-align: center;
}

#content .inner_three .box_three h4{
  font-size: 18px;
  font-weight: bold;
  color: #d82525;
}

#content .inner_three .box_three p{
  font-size: 12px;
  padding: 0 10px;
}

#content .inner_three .box_three .link_box a{
	display: block;
    	width: 90%;
	font-weight: bold;
	font-size: 100%;
	color: #313131;
	padding: 10px 0 10px 0;
    	margin:20px auto 0px;
	text-align: center;
    	background-color: #efefef;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0;
}
#content .inner_three .box_three .link_box a:hover{
	color: #fff;
    	background-color: #d82525;
	text-decoration: none;
}

#content .syaken_check{
	border: 3px solid #dd1a1a;
	background: #f5f5f5;
	padding: 15px 20px 15px 30px;
	margin: 20px 0 60px 0;
}
#content .syaken_check dl{
	margin: 0;
	padding: 0;
}
#content .syaken_check dl dt{
	font-size: 17px;
	color: #dd1a1a;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.recruit_info{
	clear:both;
	background-color: #fff1f3;
	padding: 40px 40px 60px 40px;
	margin: 60px 0 0 0;
	text-align: center;
}

.recruit_info p{
	color: #e6001b;
	font-size: 28px;
	font-weight: bold;
}
.recruit_info dl{
	width: 49%;
	float: left;
}

.recruit_info dl:last-child{
	border-left: 1px solid #ffc4cc;
}

.recruit_info dl dt{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.recruit_info dl dd{
	font-size: 30px;
}

.recruit_info dl dd.tel{
	color: #e6001b;
	background: url(../images/sub/icon_tel.png) no-repeat 110px center;
	padding: 0 0 0 0;
}

.recruit_info dl dd.mail{
	background: url(../images/sub/icon_mail.png) no-repeat 50px center;
	padding: 0 0 0 0;
}

#top_info{
  width: 470px;
  float: right;
}

#top_info.wide{
  width: 100%;
  float: none;
}

#top_info h4{
  font-size: 110%;
}

#top_info .info_box{
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
  text-align: left;
}

.float_left{
  display: block;
  float: left;
}

#top_info .info_box img, .content_excerpt .info_box img{
  float: left;
  max-width: 130px;
  height: auto;
}

#top_info .info_box .info_detail{
  width: 325px;
  float: right;
}

#top_info.wide .info_box .info_detail{
  width: 835px;
  float: right;
}

.content_excerpt .info_box .info_detail{
  width: 660px;
  float: right;
}

#top_info .info_box .info_detail .date, .content_excerpt .info_box .info_detail .date{
  display: block;
  float: left;
  margin-right: 20px;
}

#top_info .info_box .info_detail h4, .content_excerpt .info_box .info_detail h4{
  margin: 10px 0 0 0;
  clear: both;
  font-weight: normal;
}

#top_info .news_category{
  display: block;
  float: left;
  width: 100px;
  height: 15px;
  margin-top: 3px;
  margin-right: 12px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-image: url("../images/category-tag-corners.png");
  background-repeat: no-repeat;
  background: #00a0e9;
}

#top_info .news_category.recruit {
  background-color: #f3a059;
}

#top_info .news_category.release {
  background-color: #0396c7;
}

#top_info .news_category.news, .content_excerpt .news_category.news {
  background-color: #e94037;
}

#top_info .news_category.topics, .content_excerpt .news_category.topics {
  background-color: #00a546;
}

#top_info .news_category.bargain, .content_excerpt .news_category.bargain {
  background-color: #df880c;
}

#top_info .cat-category-recruit {
  background-image: url("../images/icon_recruitment.png");
}

#top_info .cat-category-release {
  background-image: url("../images/icon_release.png");
}

#top_info .cat-category-news {
  background-image: url("../images/icon_news.png");
}

#top_info .cat-category-ir {
  background-image: url("../images/icon_ir.png");
}

#top_info h4, .content_excerpt h2 {
  width: 100%;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#top_info h4 a, .content_excerpt h2 a {
  color: #3a7fcf;
}

#top_info h4 a:link, #top_info h4 a:visited, .content_excerpt h2 a:link, .content_excerpt h2 a:visited {
  color: #3a7fcf;
}

#top_info h4 a:hover, #top_info h4 a a:active, .content_excerpt h2 a a:hover, .content_excerpt h2 a a:active {
  color: #66a5ed;
  text-decoration: underline;
}

#top_feature_wrap{
	width: 100%;
	padding: 0;
}
#top_feature{
	width: 1060px;
	margin: 0 auto 40px auto;
}

#top_feature .inner{
	width: 1100px;
}

#top_feature .link_box{
	width: 470px;
	display: block;
	float: left;
	margin: 0 0 0 40px;
}

#top_feature .link_box a{
	display: block;
    	width: 100%;
	font-size: 120%;
	color: #fff;
	padding: 20px 0;
    	margin: 0px auto;
	text-align: center;
	border: 2px solid #E6001B;
    	background: #E6001B;
	text-decoration: none;
	border-radius: 30px;
  	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	-ms-border-radius: 30px;
  	-o-border-radius: 30px;
}

#top_feature .link_box a:hover{
	color: #E6001B;
	border: 2px solid #E6001B;
	background: #fff;
	text-decoration: underline;
}

#top_feature .link_box:last-child a{
	color: #fff;
	border: 2px solid #00A546;
    	background: #00A546;
	text-decoration: none;
}

#top_feature .link_box:last-child a:hover{
	color: #00A546;
	border: 2px solid #00A546;
	background: #fff;
}

#top_feature h2{
	font-family: "Sawarabi Mincho";
	background: url(../images/top/h2_bg.gif) no-repeat center bottom;
	color: #000;
	font-size: 50px;
	margin: 0 0 70px 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#top_feature .box{
	width: 33.3333%;
	height: auto;
	float: left;
	display: block;
	text-align: center;
	font-size: 12px;
	position: relative;
	padding: 0 0 50px 0;
}

#top_feature .box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background/*\**/:#fff\9;
	filter: alpha(opacity=0);
}

#top_feature .box:hover{
	background: url(../images/top/top_feature_bg_on.gif) repeat #fffcce;
}

#top_feature .box img{
	width: 100%;
	hright: auto;
}

#top_feature .box h3{
	border: none;
	font-size: 30px;
	font-weight: bold;
	margin: 40px 0;
	color: #87c2be;
}

#top_feature .box h3.recruit{
	color: #9ecf97;
}

#top_feature .box h3.business{
	color: #e89f96;
}

#top_feature .box p{
	padding: 0 20px;
}

#top_feature ul{
	background-color: #ebfcfb;
	padding: 15px 20px;
	margin: 0 20px 20px 20px;
	text-align: left;
}

#top_feature ul.recruit{
	background-color: #efffed;
}

#top_feature ul.business{
	background-color: #fff0ee;
}

#top_feature ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

#top_sns_wrap{
	width: 100%;
	padding: 0 0 30px 0;
	background-color: #efefef;
}
#top_sns{
	width: 1060px;
	margin: 0 auto 40px auto;
}

#top_sns p{
	text-align: center;
}

#top_sns .inner{
	width: 1100px;
}

#top_sns .link_box{
	width: 470px;
	display: block;
	float: left;
	margin: 0 0 0 40px;
}

#top_sns .link_box a{
	display: block;
	float: right;
    	width: 100px;
	height: 100px;
	color: #fff;
	padding: 0 0;
    	margin: 0px auto;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	border: 2px solid #3B5998;
	border-radius: 50%;
    	background: url(../images/top/icon_facebook.png) no-repeat center center #3B5998;
	background-size: 50%;
	text-decoration: none;
}

#top_sns .link_box a:hover{
	color: #fff;
	border: 2px solid #294888;
	background: url(../images/top/icon_facebook.png) no-repeat center center #294888;
	background-size: 50%;
	text-decoration: underline;
}

#top_sns .link_box:last-child a{
	color: #fff;
	float: left;
	border: 2px solid #E23964;
	background: url(../images/top/icon_instagram.png) no-repeat center center #E23964;
	background-size: 50%;
	text-decoration: none;
}

#top_sns .link_box:last-child a:hover{
	color: #fff;
	border: 2px solid #d52a55;
	background: url(../images/top/icon_instagram.png) no-repeat center center #d52a55;
	background-size: 50%;
}

#adtx{
	margin: 40px 0 0 0;
	font-size: 90%;
}

#adtx h2{
	margin: 0 0 20px 0;
}

.link_box a{
	display: block;
    	width: 100%;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	padding: 20px 0;
    	margin: 30px auto;
	text-align: center;
	background-color: #0068b7;
	border: 2px solid #0068b7;
	text-decoration: none;
	border-radius: 30px;
  	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	-ms-border-radius: 30px;
  	-o-border-radius: 30px;
}

.link_box a:hover{
	color: #0068b7;
	border: 2px solid #0068b7;
    	background-color: #fff;
	text-decoration: none;
}

.box_two{
	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-around;
    	width: 100%;
	margin: 0;
    	padding: 45px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.box_two p, .box_two img{
	margin: 0;
	padding: 0;
}

.box_two .link_box{
	width: calc(100% / 2 - 30px);
}

.link_box.first a{
	margin: 0 auto;
	background: url(../images/sub/icon_first.png) no-repeat 50px center #ed6b00;
	border: 2px solid #ed6b00;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.link_box.first a:hover{
	background-color: #fff;
	color: #ed6b00;
}

.link_box.repeat a{
	margin: 0 auto;
	background: url(../images/sub/icon_repeat.png) no-repeat 50px center #4aba86;
	border: 2px solid #4aba86;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.link_box.repeat a:hover{
	background-color: #fff;
	color: #4aba86;
}

#second_feature_wrap{
	width: 100%;
	padding: 70px 0;
}
#second_feature{
	width: auto;
	margin-top: 15px;
}

#second_feature h2{
	font-family: "Sawarabi Mincho";
	background: url(../images/top/h2_bg.gif) no-repeat center bottom;
	color: #000;
	font-size: 50px;
	margin: 0 0 70px 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#second_feature .box{
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

#second_feature .box img{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

#third_feature_wrap{
	width: 100%;
	background: url(../images/top/third_feature_wrap_bg.gif) repeat center center;
	padding: 70px 0;
}
#third_feature{
	width: auto;
	margin-top: 15px;
}

#third_feature h2{
	font-family: "Sawarabi Mincho";
	background: url(../images/top/h2_bg.gif) no-repeat center bottom;
	color: #000;
	font-size: 50px;
	margin: 0 0 70px 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#third_feature .inner{
	background-color: #fff;
	padding: 40px;
	margin: 0 0 40px 0;
}

#third_feature .box{
	width: 25%;
	float: left;
	display: block;
	text-align: left;
}

#third_feature .box img{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

#third_feature .link_box_inner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#third_feature .link_box{
	width: 260px;
	display: block;
	margin: 0 auto;
}

#third_feature .link_box a{
	display: block;
    	width: auto;
	font-size: 100%;
	color: #313131;
	padding: 15px;
    	margin: 0px auto 10px;
	text-align: center;
	border: 1px solid #ffd0ca;
    	background: url(../images/top/list_news_bg.gif) repeat center center #ffd0ca;
	text-decoration: none;
}

#third_feature .link_box a:hover{
	color: #313131;
	border: 1px solid #ffd0ca;
	background: url(../images/top/list_news_bg_on.gif) repeat center center #fa988b;
	text-decoration: none;
}

#fourth_feature_wrap{
	width: 100%;
	padding: 70px 0;
}
#fourth_feature{
	width: auto;
	margin-top: 15px;
}

#fourth_feature h2{
	font-family: "Sawarabi Mincho";
	background: url(../images/top/h2_bg.gif) no-repeat center bottom;
	color: #000;
	font-size: 50px;
	margin: 0 0 70px 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#fourth_feature .box{
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

#fourth_feature .box img{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

#fifth_feature_wrap{
	width: 100%;
	padding: 70px 0;
}
#fifth_feature{
	width: auto;
	margin-top: 15px;
}

#fifth_feature h2{
	font-family: "Sawarabi Mincho";
	background: url(../images/top/h2_bg.gif) no-repeat center bottom;
	color: #000;
	font-size: 50px;
	margin: 0 0 70px 0;
	padding: 0 0 40px 0;
	text-align: center;
}

#fifth_feature .inner{
	background-color: #fff;
	padding: 40px;
	margin: 0 0 40px 0;
}

#fifth_feature img{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

#tour_info {
  position: relative;
}

#tour_info .inner {
  padding: 3px 0 0;
}

#tour_info h2 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
	border: none;
}

.list_link {
	position: absolute;
	right: 0;
	top: 55px;
	margin: 0;
}

.list_link a {
  margin: 0;
  display: block;
}

.list_link a img {
	margin: 0;
	padding-top: 10px;
}

#tour_info {
	width: 640px;
	overflow: hidden;
	margin-bottom: 50px;
}

#tour_info .inner {
  padding-top: 5px;
  width: 730px;
}

#tour_info .tour_column {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #dfdfdf;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px 10px 12px;
  position: relative;
  width: 208px;
}

#tour_info h3 {
  padding: 186px 0 0;
  height: 4.0em;
  overflow: hidden;
  color: #333;
  margin: 0;
  font-size: 100%;
  border: none;
}

#tour_info h3 a {
  color: #333333;
}

#tour_info h3 a:link, #tour_info h3 a:visited {
  color: #333333;
}

#tour_info h3 a:hover, #tour_info h3 a a:active {
  color: #009660;
  text-decoration: underline;
}

#tour_info .tour_info_top {
  padding-top: 20px;
  font-size: 10px;
  color: #999;
  position: absolute;
  top: 0;
  margin: 10px 0 0;
  width: 208px;
}

#tour_info .tour_info_top .tour_category {
  display: block;
  position: absolute;
  right: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  width: 100px;
  height: 15px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  background-image: url("../images/area-tag-corners.png");
  background-repeat: no-repeat;
  background: #00a0e9;
}

#tour_info .tour_info_top .tour_category.japan {
  background-color: #294F9A;
}

#tour_info .tour_info_top .tour_category.europe {
  background-color: #067c48;
}

#tour_info .tour_info_top .tour_category.pacific {
  background-color: #3f75a6;
}

#tour_info .tour_info_top .tour_category.asia {
  background-color: #a5a04e;
}

#tour_info .tour_info_top .tour_category.hawaii-guam {
  background-color: #f0213e;
}

#tour_info .tour_info_top .cat-category-southeast-asian {
  background-image: url("../images/icon_southeast-asian.png");
}

#tour_info .tour_info_top .cat-category-pacific-usa {
  background-image: url("../images/icon_pacific-usa.png");
}

#tour_info .tour_info_top .cat-category-jpn-chn {
  background-image: url("../images/icon_jpn-chn.png");
}

#tour_info .tour_info_top .tour_date {
  background: url("../images/ico_calendar.jpg") no-repeat left center;
  padding-top: 3px;
  padding-left: 15px;
}

#tour_info .tour_image {
  position: absolute;
  top: 49px;
  left: 10px;
  margin: 0;
}

#tour_info .tour_image a {
  display: block;
}

#tour_info .tour_image img {
  margin: 0;
}

#tour_info .tour_info_foot {
  font-size: 75%;
}

#tour_info .tour_info_foot dt {
  background-color: #aaaaaa;
  color: #fff;
  padding: 3px;
  line-height: 1.3;
  height: 1.2em;
  float: left;
  display: block;
  width: 66px;
  border-bottom: 1px solid white;
  clear: left;
}

#tour_info .tour_info_foot dt:first-child {
  border-top: 1px solid white;
}

#tour_info .tour_info_foot dt:first-child + dd {
  border-top: 1px dotted #cccccc;
}

#tour_info .tour_info_foot dd {
  overflow: hidden;
  border-bottom: 1px dotted #cccccc;
  display: block;
  float: left;
  height: 1.2em;
  line-height: 1.3;
  padding: 3px;
  width: 127px;
  white-space: no-wrap;
  text-overflow: ellipsis;
}

.page .tour_info h2 {
  margin-top: 0;
}

#category_wrap{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_news.jpg) no-repeat center center #efefef;
  margin: 92px 0 0 0;
}

#category_wrap.company{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_company.jpg) no-repeat center center;
}


#category_wrap.service{
  width: 100%;
  height: 355px;
  /** background: url(../images/sub/img_cat_service.jpg) no-repeat center center; **/
  background: url(../images/sub/img_cat_company.jpg) no-repeat center center;
}

#category_wrap.mamepack{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_mamepack.jpg) no-repeat center center;
}

#category_wrap.inspection{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_seasonin.jpg) no-repeat center center;
}

#category_wrap.month{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_12month.jpg) no-repeat center center;
}

#category_wrap.engine{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_engine.jpg) no-repeat center center;
}

#category_wrap.repair{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_repair.jpg) no-repeat center center;
}

#category_wrap.case{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_case.jpg) no-repeat center center;
}

#category_wrap.lease{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_lease.jpg) no-repeat center center;
}

#category_wrap.insurance{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_insurance.jpg) no-repeat center center;
}

#category_wrap.privacy{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_privacy.jpg) no-repeat center center;
}

#category_wrap.contact{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_inquiry.jpg) no-repeat center center;
}

#category_wrap.syaken{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_syaken.jpg) no-repeat center center;
}

#category_wrap.price{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_syaken.jpg) no-repeat center center;
}

#category_wrap.sales{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_sales.jpg) no-repeat center center;
}

#category_wrap.newcar{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_newcar.jpg) no-repeat center center;
}

#category_wrap.reserve{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_reserve.jpg) no-repeat center center;
}

#category_wrap.takaoka{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_takaoka.jpg) no-repeat center center;
}

#category_wrap.takaoka-entry{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_takaoka.jpg) no-repeat center center;
}

#category_wrap.takaoka-repeat{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_takaoka.jpg) no-repeat center center;
}

#category_wrap.toyama{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_toyama.jpg) no-repeat center center;
}

#category_wrap.toyama-entry{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_toyama.jpg) no-repeat center center;
}

#category_wrap.toyama-repeat{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_toyama.jpg) no-repeat center center;
}

#category_wrap.autoisland{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_autoisland.jpg) no-repeat center center;
}

#category_wrap.repair{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_repair.jpg) no-repeat center center;
}

#category_wrap.recruit{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.data{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.welfare{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.staff{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.event{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.guideline{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_recruit.jpg) no-repeat center center;
}

#category_wrap.news{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_news.jpg) no-repeat center center;
}

#category_wrap.sitemap{
  width: 100%;
  height: 355px;
  background: url(../images/sub/img_cat_sitemap.jpg) no-repeat center center;
}

.category_image {
  width: 1100px;
  padding: 110px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.sub_ttl{
  background-color: rgba(0,165,70,0.7);
  display: inline-block;
  width; auto;
  margin: 0 auto;
  padding: 30px 100px;
}

.category_image h2{
  color: #fff;
}

.category_image .en{
  color: #fff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #fff;
}

#page_title{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/sub/h2_bg.gif);
}
#page_title h2{
	font-weight: bold;
	color: #35a16b;
	font-size: 36px;
	padding: 0 0 0 0;
}
#bread_crumb {
  width: 100%;
  background-color: #f6f6f6;
  padding: 10px 0;
}

#bread_crumb ul {
  width: 1100px;
  margin: 0 auto;
}

#bread_crumb ul li {
  font-size: 12px;
  float: left;
}

#bread_crumb ul li a{
  color: #E6001B;
}

#bread_crumb ul li.sub {
  padding-left: 10px;
}

#bread_crumb ul li.sub:before {
  content: ">";
  letter-spacing: 10px;
  color: #666;
}

#content {
  margin: 0 auto;
  width: 1100px;
  margin-bottom: 50px;
  text-align: left;
}

#content .single {
  width: 820px;
  float: left;
  margin: 40px 0;
}

#content .single img{
  max-width: 100%;
  height: auto;
}

#content h3{
  /** background: url("../images/sub/content_h3_bg.png") no-repeat center center; **/
  background-color: #dd1a1a;
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
}

  /**#content h3.page_ttl {
  background: none;
} **/

#content .box_left{
  float: left;
  width: 520px;
}

#content .box_right{
  float: right;
  width: 520px;
}

#content .box_left_640{
  float: left;
  width: 640px;
}

#content .box_right_440{
  float: right;
  width: 440px;
}

#content .box_right_440 table{
  margin: 0;
}

#content table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin: 30px 0;
}

#content table th, #content table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 17px;
}

#content table th {
  background: #EEE;
  text-align: left;
  width: 30%;
}

#content table th.syaken_ttl{
  font-size: 20px;
  text-align: center;
}

#content table td{
  text-align: left;
}

#content p.page_ttl{
  font-size: 190%;
  font-weight: bold;
  border-bottom: 2px solid #DD1A1A;
  padding: 0 0px 20px 0px;
  margin-bottom: 30px;
  line-height: 1.2;
}

#content p.page_ttl_service{
  font-size: 190%;
  font-weight: bold;
  color: #313131;
  border-left: 20px solid #DD1A1A;
  background-color: #f6f6f6;
  padding: 20px 40px 20px 20px;
  margin: 40px 0 30px 0;
}

#content p.blockquote{
  padding: 20px;
  background-color: #efefef;
  border: 1px solid #cccccc;
  font-weight: bold;
  margin-bottom: 60px;
}

#content .imp {
	font-size: 18px;
	font-weight: bold;
	color: #0e2680;
}

#content .message {
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #E6001B;
	border-bottom: 2px solid #007130;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
#content .message2 {
	font-size: 14px;
	font-weight: bolder;
	color: #007130;
}

#content .newcar_point{
	clear: both;
}

#content #point1 {
	background-image: url(../images/sub/point1-back.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 750px;
	padding-top: 25px;
}
#content #point2 {
	background-image: url(../images/sub/point2-back.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 750px;
	padding-top: 20px;
}
#content #point3 {
	background-image: url(../images/sub/point3-back.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 750px;
	margin-bottom: 40px;
	padding-top: 17px;
}

#content .plan1 {
	text-align: left;
	background-image: url(../images/sub/newcarplan-back.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 50px;
}
#content .plan2 {
	text-align: left;
	background-image: url(../images/sub/shakenjiplan-back.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 50px;
}
#content .plan3 {
	text-align: left;
	background-image: url(../images/sub/usedcarplan-back.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 50px;
}

#content ul{
	margin-bottom: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #333;
}

#content ul.number li{
	list-style-type: decimal;
	list-style-position: inside;
}

#content .syaken_detail dl dt{
	padding: 15px 15px 15px 25px;
	color: #DD1A1A;
	font-size: 18px;
	background: url(../images/sub/detail_icon_q.png) no-repeat left center;
}

#content .syaken_detail dl dd{
	padding: 15px 15px 15px 40px;
	background: url(../images/sub/detail_icon_a.png) no-repeat 10px 15px #efefef;
	margin: 10px 0 30px 0;
}

#content .reserve{
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	margin: 10px 0 20px 0;
}

#content h4.safety{
	font-size: 24px;
	color: #00489d;
	padding: 10px 20px;
	border: 1px solid #00489d;
}

#content h4.convenient{
	font-size: 24px;
	color: #057b2f;
	padding: 10px 20px;
	border: 1px solid #057b2f;
}

#content dl.detail dt{
	padding: 10px 20px 10px 40px;
	color: #fff;
	font-size: 20px;
}

#content dl.detail dt.system01{
	background: url(../images/sub/syaken_detail_system01.jpg) no-repeat 10px center #f18101;
}

#content dl.detail dt.system02{
	background: url(../images/sub/syaken_detail_system02.jpg) no-repeat 10px center #f18101;
}

#content dl.detail dt.system03{
	background: url(../images/sub/syaken_detail_system03.jpg) no-repeat 10px center #f18101;
}

#content dl.detail dt.system04{
	background: url(../images/sub/syaken_detail_system04.jpg) no-repeat 10px center #f18101;
}

#content dl.detail dt.system05{
	background: url(../images/sub/syaken_detail_system05.jpg) no-repeat 10px center #f18101;
}

#content dl.detail table{
	margin: 0 0 0 0;
}

#content ul.syaken_system {
	padding: 15px;
	margin: 0;
	border: none;
	background-color: #efefef;
}

#content ul.syaken_system li{
	color: #e10101;
	list-style-type: disc;
	list-style-position: inside;
}

#content .staff_intro{
	width: 1100px;
	height: 275px;
	background: url(../images/sub/staff_bg.jpg) no-repeat center center;
	margin: 0 0 60px 0;
}

#content .staff_intro p{
	font-size: 26px;
	font-weight: bold;	
	padding: 120px 0 0 40px;
}

/** サービス テーブル部 **/
.point-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e60012;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.table-list {
	font-size: 16px;
}
.table-list-green {
	font-size: 16px;
	color: #007130;
	font-weight: bolder;
}


.border-table-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.border-table-left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.border-table-left-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.border-table-left-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.border-table-right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-right-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.border-table-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.border-table-bottom2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-middle {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-middle-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-middle-right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-middle-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}

.border-table-middle2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-1table-left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.border-1table-middle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-1table-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-table-vertical1-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.border-table-vertical1-middle {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
.border-table-vertical1-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/**　サービス テーブル部　**/

h1.page_ttl {
  font-size: 190%;
  font-weight: normal;
  border-bottom: 2px solid #0b802f;
  padding: 0 2px 6px 0px;
  margin-bottom: 30px;
  line-height: 1.2;
}

table.info {
  width: 100%;
  border-top: 1px solid #cccccc;
}

table.info th, table.info td {
  border-bottom: 1px solid #cccccc;
  padding: 8px 5px 5px 5px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  line-height: 1.5em;
}

table.info th img, table.info td img {
  vertical-align: bottom;
  margin-left: 15px;
}

table.info th.bBnone, table.info td.bBnone {
  border-bottom: none;
}

.tx_right{
	text-align: right;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.size-full, img.size-large {
  width: auto;
  height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.5em;
}

p img {
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.wp-caption {
  margin: 0.4em 0;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
  margin-bottom: 1.5em;
  padding: 5px 0;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
}

.gallery-caption {
  font-size: 12px;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 3px 3px 0 3px;
  line-height: 1.2em;
}

#searchform label {
  display: none;
}

.google_map {
  width: 100%;
  height: 600px;
}

.tour_excerpt .tour_info {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.tour_excerpt .tour_info h2 {
  font-size: 160% !important;
  line-height: 1.5em !important;
  margin-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.tour_excerpt .tour_info h2 a {
  text-decoration: none;
}

.tour_excerpt .tour_info .tour_detail_wrapper {
  overflow: hidden;
  position: relative;
}

.tour_excerpt .tour_info .tour_detail_wrapper:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.tour_excerpt .tour_info .tour_detail_wrapper .tour_detail {
  float: right;
  margin-left: 10px;
  width: 412px;
  min-height: 180px;
}

.tour_excerpt .tour_info .tour_detail_wrapper .tour_detail table {
  position: absolute;
  bottom: 0;
}

.tour_excerpt .tour_info .tour_detail_wrapper .main_image {
  float: left;
  width: 280px;
  padding: 0;
}

.tour_excerpt .tour_info .tour_detail_wrapper .main_image a {
  width: 100%;
  height: 100%;
  display: block;
}

.tour_excerpt .tour_info .tour_detail p {
  padding-bottom: 95px;
}

.tour_excerpt .tour_info .detail_more {
  display: table;
  float: right;
  margin-top: 10px;
}

.branch_info .detail_more {
  display: table;
  float: right;
  margin-top: 10px;
}

.tour_excerpt .tour_info .detail_more p, .branch_info .detail_more p {
  margin-right: 10px;
}

.tour_excerpt .tour_info .detail_more a, .branch_info .detail_more a {
  width: 135px;
  padding: 7px;
  background: #0f8e56;
  color: #fff;
  text-decoration: none;
  font-size: 1.0em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

ul.page_navi {
  margin: 0;
  padding: 0;
  font: 100% Verdana, Geneva, sans-serif;
  text-align: center;
}

ul.page_navi li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.page_navi li.current {
  padding: 5px 10px;
  border: 1px #00A446 solid;
  color: #00A446;
  font-weight: bold;
}

ul.page_navi li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

ul.page_navi li a:hover {
  background-color: #eee;
}

#content .tour_detail table {
  border: none;
  font-size: 0.8em;
}

#content .tour_detail th, #content .tour_detail td {
  padding: 3px;
  line-height: 1.3;
  height: 1.2em;
  border: none;
}

#content .tour_detail th {
  background-color: #aaaaaa;
  color: #fff;
  padding: 3px;
  line-height: 1.3;
  height: 1.2em;
  width: 8%;
  border-bottom: 1px solid white;
}

#content .tour_detail td {
  width: auto;
  border: none;
  border-top: 1px dotted #CCCCCC;
  width: 35%;
}

#content .tour_detail tr:last-child td {
  border-bottom: 1px dotted #CCCCCC;
}

.single #content .date {
  background: url("../images/ico_calendar.jpg") no-repeat left center;
  padding-top: 3px;
  padding-left: 15px;
  float: right;
}

.single #content .detail-tour-table {
  float: right;
}

.single #content .tour_detail, .single #content .detail-tour-table {
  margin-bottom: 20px;
}

.single #content .tour_detail table, .single #content .detail-tour-table table {
  font-size: 0.9em;
  width: 324px;
}

.single #content .tour_detail td, .single #content .detail-tour-table td {
  padding: 0.75em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 60%;
}

.single #content .tour_detail th, .single #content .detail-tour-table th {
  padding: 0.5em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 25%;
  color: #333;
  background: #f0f0f0;
}

.single #content .tour_detail td, .single #content .detail-tour-table td {
  width: 60%;
}

.single #content .main_image_text + p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}

.single #content .main_image {
  float: left;
  margin-right: 15px;
  padding: 0;
}

.single #content .main_image a {
  display: block;
}

.single #content .main_image_text p {
  float: left;
  width: 370px;
  margin-top: 10px;
  line-height: 1.5em;
}

.single #content .sub_images {
  float: right;
  margin-bottom: 20px;
}

.single #content .sub_images img {
  display: block;
}

.single #content .sub_images img:first-child {
  margin-bottom: 20px;
}

.single #content #tour_content_sub {
  overflow: hidden;
  width: 540px;
  margin-bottom: 5px;
}

#tour_info_sub h2 {
  font-size: 110%;
  height: 26px;
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}

.single #content .tour_inquiry_b, .single #content .tour_inquiry_s {
  display: table;
}

.single #content .tour_inquiry_b p, .single #content .tour_inquiry_s p {
  margin-right: 10px;
  margin-bottom: 5px;
}

.single #content .tour_inquiry_b a, .single #content .tour_inquiry_s a {
  width: 275px;
  height: 40px;
  background: #0f8e56;
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single #content .tour_inquiry_b, .single #content .tour_inquiry_s {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 30px;
}

.page #content .csr dd {
  margin-bottom: 18px;
}

.page #content .csr .csr-bottom-wrapper {
  margin-right: -5%;
}

.page #content .csr .csr-top-left {
  float: left;
  width: 380px;
}

.page #content .csr .csr-block {
  margin-right: 5%;
  float: left;
  width: 45%;
  height: 140px;
}

.page #content .csr .csr-block h2 {
  font-size: 1.3em;
  border-bottom: 1px solid #00a0e9;
  padding-bottom: 7px;
  margin: 0 0 20px;
}

.page #content .csr .csr-block h2 a {
  text-decoration: none;
}

#page_top_link {
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../images/common/pagetop_bg.gif);
	height: 50px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
#page_top_link img{
  margin-right: 5px;
}
#page_top_link a {
	display: block;
	float: right;
	color: #313131;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	font-weight: bold;
}

#page_top_link a:hover {
	text-decoration: underline;
	color: #35A16B;
}

div#trust-form.contact-form table {
  width: 100%;
}

div#trust-form.contact-form table th {
  width: 40%;
}

div#trust-form.contact-form table td {
  width: 60%;
}

div#trust-form.contact-form table td input, div#trust-form.contact-form table td textarea {
  width: 100%;
}

div#trust-form p.status_flow {
  background-color: #eeeeee;
  padding: 10px 10px 10px 0;
}

div#trust-form p.status_flow.confirm, div#trust-form p.status_flow.done {
  padding-left: 20px;
}

div#trust-form p strong {
  background-color: #00a0e9;
  padding: 8px 20px;
  color: #ffffff;
}

.page .news_headline, .archive .news_headline {
  margin-bottom: 10px;
}

.page .content_excerpt, .archive .content_excerpt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page .content_excerpt h2, .archive .content_excerpt h2 {
  margin: 10px 0;
}

.page .news_category, .archive .news_category {
  display: inline-block;
  width: 100px;
  height: 15px;
  margin-top: 0;
  margin-right: 12px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background-image: url("../images/category-tag-corners.png");
  background-repeat: no-repeat;
  background: #00a0e9;
}

.page .news_category.news, .archive .news_category.news {
  background-color: #e94037;
}

.page .news_category.topics, .archive .news_category.topics {
  background-color: #00a546;
}

.page .news_category.bargain, .archive .news_category.bargain {
  background-color: #df880c;
}

#display-gmap {
  margin-top: 15px;
  display: block;
  float: right;
  background: url(../images/arrow_01.png) no-repeat 0 center;
  padding-left: 15px;
}

.page-id-15 .branch_info {
  padding-bottom: 5px;
  border-bottom: solid 1px #dddddd;
}

.branch_info table {
  margin-bottom: 0.2em;
}

.branch_info table a {
  display: block;
  float: right;
  margin: 5px 6px 0 0;
  background: url("../images/arrow_01.png") no-repeat scroll 0 center transparent;
  padding-left: 15px;
}

.single-branch .maps {
  margin-bottom: 40px;
}

.tour_detail span {
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
  height: 15px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  background-image: url("../images/area-tag-corners.png");
  background-repeat: no-repeat;
  background: #00a0e9;
}

#tour_info .tour_info_top .tour_category.japan, .tour_detail.japan span {
  background-color: #294F9A;
}

#tour_info .tour_info_top .tour_category.europe, .tour_detail.europe span {
  background-color: #067c48;
}

#tour_info .tour_info_top .tour_category.pacific, .tour_detail.pacific span {
  background-color: #3f75a6;
}

#tour_info .tour_info_top .tour_category.asia, .tour_detail.asia span {
  background-color: #a5a04e;
}

#tour_info .tour_info_top .tour_category.hawaii-guam, .tour_detail.hawaii-guam span {
  background-color: #f0213e;
}

address {
  font-style: normal;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #e6001b;
  border: none;
  padding: 0;
}

h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 30px 0;
  color: #e6001b;
  padding: 40px 0 40px;
  position: relative;
}

h4 {
  clear: both;
  font-size: 150%;
  font-weight: bold;
  color: #007130;
  margin: 1em 0;
}

p + h3, p + h4 {
  margin-top: 30px;
}

ul + h3, ul + h4 {
  margin-top: 30px;
}

h2 + p, h3 + p, h4 + p {
  margin-top: -5px;
}

h2 + table, h3 + table, h4 + table {
  margin-top: -10px;
}

.csr-top-left h2:first-child {
  margin-top: 0;
}

.xx-small {
  font-size: 70%;
}

.x-small {
  font-size: 78%;
}

.small {
  font-size: 84%;
}

.medium {
  font-size: 100%;
}

.large {
  font-size: 108%;
}

.x-large {
  font-size: 116%;
}

.xx-large {
  font-size: 123.1%;
}
.tx_bold{
	font-weight: bold;
}
h2.page_ttl + .branch_info {
  margin-top: -10px;
}

#content .maps h2 {
  margin-bottom: 20px;
}

.archive .tour_info h2, h1 + .branch_info h2 {
  margin-top: 0;
}

ul.disc {
  list-style-type: disc;
}

ul.disc li {
  margin: 10px;
}

.float_right{
  float: right;
}

.align_center{
  text-align: center;
}

.align_right{
  text-align: right;
}

.align_left{
  text-align: left;
}

.tx_bold{
  font-weight: bold;
}

.tx_red{
  color: #dd1a1a;
}

.tx_red_st{
  color: #dd1a1a;
  font-size: 24px;
  font-weight: bold;
}

.colorblue{
	color:#00479d;
}
.colorgreen {
	color: #007130;
}
.colorred{
	color:#e60012;
}
.colorred2 {
	font-weight: bold;
	color: #e60012;
}

.time{
	border: 1px solid #00abeb;
	padding: 10px 0;
	text-align: center;
}

.hissu{
	color: #ED984D;
}
.form_tx_red{
	color: #e47373;
	font-weight: normal;
}
.form_tx_gray{
	color: #979797;
}
.formbutton{
	text-align: center;
}
.wtn_copyright{
	display: none;
}

.text, textarea, .dropdown{
    border:1px solid #cfcfcf;
    padding: 5px;
    color: #313131;
    background: #fff;
    border-radius: 5px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8f8f8),
        to(#fff)
        );
    -webkit-border-radius: 5px;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f8f8f8,
        #fff
        );
    -moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#fff8f8f8,endColorstr=#ffffffff);
    zoom: 1;
}
.submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #009678;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#01b591),
        to(#009678)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #01b591,
        #009678
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff01b591,endColorstr=#ff009678);
    zoom: 1;
}

.notes{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px 0;
}

table.reserve_form{
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.reserve_form td{
  border: 1px solid #ccc;
  padding: 5px 5px 0px 5px;
  vertical-align: top;
}

table.reserve_form input, table.reserve_form select, table.reserve_form textarea{
  padding: 10px;
  border: 2px solid #E05757;
}

table.reserve_form input, table.reserve_form select{
  margin: 0 5px 5px 0;
}

.redcell_type1{
  background-color: #333333;
}

.graycell_type1b, .graycell_type1, .graycell_type2, .graycell_type2e, .graycell_type4, .graycell_type3, .graycell_type5, .graycell_type6, .graycell_type7, .graycell_type8{
  background-color: #f5f5f5;
  font-weight: bold;
}

.txtred{
  color: #E6001A;
}

table.reserve_form .askfom_submit, table.reserve_form .askfom_reset{
    border:1px solid #ccc;
    padding: 10px 30px;
    margin: 0 5px;
    cursor: pointer;
    background: #f5f5f5;
}
