@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Anton);

@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0}
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : top}
/* @end */
/* @group Fluid-img */
img { max-width : 100%;height: auto}
/* @end */
/* @group HTML */
html {
font-family : verdana, sans-serif;
font-size : 100%;
line-height : 1.5;
word-wrap: break-word;
scroll-behavior: smooth;
}
/****************************************

          Link

*****************************************/

a {
	color: #ef971e;text-decoration: underline;
}
a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration:none;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.fixed {
      position: fixed;
      top: 0px;　
      z-index: 10;
      width: 100%;
}
/* @end */
/* @group Heading */
h1,h2,h3,h4,h5,h6 { margin-bottom : 12px}/*24*/
h1 {
font-size : 12px; 
line-height : 1.2} /* 48px */
h2 {
/*font-size : 13px;
line-height : 1.3333*/} /* 48px */

/* @end */
/* @group Header */
header { text-align : center; padding-top : 0px; width: 100%;margin: 0 auto;/*　background: url("images/header_bg.jpg") repeat-x top;*/ 
position: relative;z-index: 0;height:90px;
	/*max-width: 960px;*/}
#header_box{
	width: 100%;clear:both;opacity: 0.95;
	position: fixed;border: none;
}
#header_logo {padding: 0px;float: left; margin-top : 12px;/*margin-bottom : 12px;
position: absolute;
	top: 10px;
	left: 0px;z-index: 1;/*width: 129px;*/
}
header h1 { float: right;margin: 0; padding: 10px 10px 0 0;width: 600px; text-align :right; color : #62240b}

#header_top { margin: 0 auto;/*background:#fff;width: 1000px;height: 70px;*/opacity: 0.95;
	/*max-width: 960px;*/}
#header_tel{
	/*position: relative;*/margin: 0;padding: 0px 0 0 0;
}
.header_tel img{
	position: absolute;
		top: 10px;/*22*/
		right: /*-2*/220px;
		border: none;
}
.header_tel2{text-align :right;
/*	position: absolute;
		top: 26px;
		right:0px;
		border: none;*/
}
.header_tel2 img{
margin: 0;padding: 0px 0 0 0;
}
#toggle{
	position: fixed;
	top: 12PX;
    right: 0px;
}

body {
 /*background:#f3f4f5 url("images/backimg.jpg") repeat-y 50% 0%;*/
background: rgb(255, 255, 255);
color: rgb(33, 33, 33);
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
	header { text-align : center; padding-top : 0px; width: 100%;margin: 0 auto;background: none ;height:auto;
	/*max-width: 960px;*/}
	#header_top { width: 100%;}
/*header h1 { float: left; padding: 5px; }*/
#header_logo { float: left; }
/*header h1 { float: right; color : #62240b;width: 550px;}*/
/*#header_tel{
	float: left;text-align : left;
}
.header_tel img{
	position:static;
}
.header_mail{
	position:static;
}*/
/*#header_tel{display: none; }*/
.fixed {
      position: absolute;
      top: 0px;　
      z-index: 10;
      width: 100%;
}
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
header { text-align : center; padding-top : 12px; width: 100%;margin: 0 auto;background: none ;height:auto;
	/*max-width: 960px;*/}	

#header_logo { float: none; text-align: center;padding: 0px;margin-bottom : 12px}
#header_top { margin: 0 auto;width: 100%;height:100%;}
header h1 { display: block;width: 100%;text-align: center;}
#header-box{
	position: absolute;
		top: 0px;
}


}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#header_logo { float: none; text-align: center;padding: 0px;margin-bottom : 12px;}
header h1 { float: none;  text-align: center;padding: 0px;font-size : 70%; }
/*header h1 { float: none; text-align: center;padding: 0px;margin-bottom : 12px}
header h2 { float: none;  text-align: center;padding: 0px;}*/
#header_top { margin: 0 auto;width: 100%;height:100%;}
/*#header_tel{display: none; }*/
}

#menu_box{
	width: 100%;
	margin: 0 auto 0px;
	padding: 0;clear:both;background-color: #001d57;/*margin-top : 88px;*/opacity: 0.95;height:60px;
}
#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;  

}
#menu li{
	display: block;
	float: left;
	width: 20%;font-size : 80%;
	margin: 0;
	padding: 0;position: relative;
}
#menu li a {
	display: block;
	padding: 5px 2px 5px;
	background-color: #001d57;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#4baacb), to(#1c647c));
    background: -moz-linear-gradient(top,  #4baacb,  #1c647c);*/
	color: #fff;
	text-align: center;
	text-decoration: none;border-left:none;margin-bottom: 0px;
}

#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #7f8eab;color: #333;
}
#menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
	background-image: -webkit-linear-gradient(top, transparent, #000 80%, #000 100%, transparent);
    background-image: linear-gradient(to bottom, transparent, #333 60%, #333 80%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

/*#menu li a {
	display: block;
	padding: 10px 2px 10px;
	background-color: #2a83a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#4baacb), to(#1c647c));
    background: -moz-linear-gradient(top,  #4baacb,  #1c647c);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}


#menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
	background-image: -webkit-linear-gradient(top, transparent, #1c647c 80%, #1c647c 100%, transparent);
    background-image: linear-gradient(to bottom, transparent, #1c647c 80%, #1c647c 100%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}*/






/*#menu {
	display: none;
}			
#menu li{
	display: none;
}*/

/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
#menu_box{
height:70px;
}
#menu {
	width: 100%;margin:10px auto 10px;
}
}


/* メインの画像
---------------------------------------------------- */
#top {
clear: both;
margin: 0 auto 10px;
padding:0;
background: #fad000/* url(images/top_bg.png)  no-repeat left top */;
background-size: cover;background-position:center;
text-align: center;
vertical-align: bottom;width: 100%;height: /*560px*/350px;
/*background: #fff url(images/topimg_bg.jpg)  repeat-x ;*/
position: relative;border-top:3px solid #fad000;
}
#top h2{
	border: none;text-align : center;font-size : 130%;/*margin-top: 20px;clear: both;*/width: 100%;margin: 0 auto;
  background: none;background-color: rgba(250,208,0,0.9);color: #fff;
padding: 10px 0px 10px 0px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  position: absolute;
      bottom: 0;
	  left: 0;
      z-index: 1;
}
#top p{
	border: none;text-align : left;font-size : 100%;

  background: none;background-color: rgba(255,255,255,0.7);
padding: 20px 20px 20px 20px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  position: absolute;
      top: 20px;
	  right: 15%;
      z-index: 2;width: 20%;
}
/*.first_view {
	width:100%;
	height:100%;
	background-position:center center;
	background: url(../img/key_img.jpg) no-repeat left top;
	background-size: cover;
	padding: 100px 0 0 0;
	color: #FFF;
}
.first_view .inner_box {
	padding-bottom: 0;
}
.first_view .hd01 {
	text-align: left;
	padding: 120px 0 60px;
}
.first_view .txt01 {
	line-height: 2.2;
	letter-spacing: 0;
	font-size: 15px;
}
under 768
.first_view {
		background: url(../img/key_img_sp.jpg) no-repeat bottom right;
		background-size: cover;
		position: relative;
	}
	.first_view .hd01 {
		padding: 10px 0 20px 0;
		font-size: 18px;
	}
	.first_view .txt01 {
		font-size: 12px;
		line-height: 2;
	}
*/

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
/*
遷移しないタイプ
#top {
		background: url(images/top_sp.jpg) no-repeat bottom right;
		background-size: cover;
		position: relative;
}
#top h2{
	border: none;text-align : left;font-size : 120%;
  background: none;background-color: rgba(250,208,0,0.8);color: #fff;
padding:0px 10px 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
*/
}
/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
#top {
		background: none;
		height: auto;
		
}
#top h2{
/*position:static;*/
text-align : center;display: block;/*background-color: #fad000;*/width: 100%;
padding:5px 0px 5px;
  position: absolute;
      bottom: 0;
	  left: 0;
	  right:0;

      z-index: 2;
}
#top p{
	border: none;text-align : left;font-size : 75%;
  background: none;
padding:0 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#top h2{
font-size : 90%;
  position: absolute;
      bottom: 0;
	  left: 0;
      z-index: 2;
}
}



/* メインの画像2
---------------------------------------------------- */

#top2 {
clear: both;
margin: 0 auto 10px;
padding:0;
background: #cdcdcd/* url(images/top_bg.png)  no-repeat left top */;
/*background-size: cover;background-position:center;*/
text-align: center;
vertical-align: bottom;width: 100%;height: /*560px*/200px;
/*background: #fff url(images/topimg_bg.jpg)  repeat-x ;*/
/*position: relative;border-top:3px solid #fad000;*/
}
#top2 h2{
	border: none;text-align : center;font-size : 130%;/*margin-top: 20px;clear: both;*/width: 100%;margin: 0 auto;
  background: none;background-color: rgba(250,208,0,0.9);color: #fff;
padding: 10px 0px 10px 0px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  position: absolute;
      bottom: 0;
	  left: 0;
      z-index: 1;
}
#top2 p{
	border: none;text-align : left;font-size : 100%;

  background: none;background-color: rgba(255,255,255,0.7);
padding: 20px 20px 20px 20px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  position: absolute;
      top: 20px;
	  right: 15%;
      z-index: 2;width: 20%;
}

/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
#top2 {
		/*background: none;*/
		height: auto;
		
}
#top2 h2{
/*position:static;*/
text-align : center;font-size : 90%;display: block;/*background-color: #fad000;*/width: 100%;
padding:5px 0px 5px;
  position: absolute;
      bottom: 0;
	  left: 0;
	  right:0;

      z-index: 2;
}
#top2 p{
	border: none;text-align : left;font-size : 75%;
  background: none;
padding:0 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#top2 h2{
font-size : 70%;
  position: absolute;
      bottom: 0;
	  left: 0;
      z-index: 2;
}
}
}


.topimg {
display: none;
}
#top_slide {
clear: both;
margin: 0 auto 10px;
padding:0;
/*width: 100%;*/
text-align: center;
vertical-align: bottom;width: 1000px;height: 250px;
/*background: #fff url(images/topimg_bg.jpg)  repeat-x ;*/
}
h2{
	border:solid 1px #ddd;text-align : left;font-size : 110%;border-top: 3px solid #001d57;margin:0 0 20px 0;
 /* -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 10px 8px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  background: -ms-linear-gradient(top,  #fff,  #eee); /* IE10+ */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
h2 span {
  border-left:10px #001d57 solid;
  padding-left:13px;
}


.ex-3{
	margin:0 0 20px 0;height: auto;line-height: auto; text-indent: 8px;text-align : left;
	padding:10px 0px;
	border-left:10px solid #007ab7;
	background: #1fa5d9;
	color:#FFF;
}
h3{
font-size : 110%;
}


.transparent-bothends {
    position: relative;
    width: 95%;
    margin: 10px 0;
    padding: 6px 10px;/*ボーダーとテキストに空間をあける為のpadding*/

}
.transparent-bothends::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
background-image: -webkit-linear-gradient(left, #333, #333, #fff);
  background-image: -moz-linear-gradient(left, #333, #333, #fff);
  background-image: -ms-linear-gradient(left, #333, #333, #fff);
  background-image: -o-linear-gradient(left, #333, #333, #fff);
  /*(left, #323232, #323232, #000000);*/
}

/*h3{
	border:solid 1px #ddd;text-align : left;font-size : 110%;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 5px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  background: -ms-linear-gradient(top,  #fff,  #eee); /* IE10+ */ /*
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
h3 span {
  border-left:10px #ff6600 solid;
  padding-left:13px;
}*/

/*#sub h2{
	border:solid 1px #ddd;text-align : left;font-size : 110%;
  -moz-border-radius: 0px; 
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 5px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  behavior: url(images/PIE.htc); 
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}*/

#sub h2 {
border:solid 1px #ddd;text-align : left;font-size : 110%;border-top: 3px solid #001d57;
 /* -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 10px 8px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  background: -ms-linear-gradient(top,  #fff,  #eee); /* IE10+ */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}

#sub h3{	-moz-border-radius: 0px; 
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /*border:solid 1px #006699;*/border:none;
  
  width:96%;line-height: 40px;height: 40px;
    font-size: 16px ;
    color: #ffffff ;text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    margin: 0px 0px;
    padding: 5px 5px;text-indent: 5px;
    font-weight: bold;
    background: -moz-linear-gradient(top,#f7941d 0%,#ff6600) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#ff6600)) ;
	/* IE10+ */background: -ms-linear-gradient(top,  #f7941d,  #ff6600);
	/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941d', endColorstr='#ff6600', GradientType=0)";
}


#sub2 h2 
{	-moz-border-radius: 0px; 
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /*border:solid 1px #006699;*/border:none;
  
  width:96%;line-height: 40px;height: 40px;
    font-size: 16px ;
    color: #ffffff ;text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    margin: 0px 0px;
    padding: 5px 5px;text-indent: 5px;
    font-weight: bold;
    background: -moz-linear-gradient(top,#0099CC 0%,#006699) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699)) ;
	/* IE10+ */background: -ms-linear-gradient(top,  #0099CC,  #006699);
	/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099CC', endColorstr='#006699', GradientType=0)";
}

#sub2 h3
{	-moz-border-radius: 0px; 
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /*border:solid 1px #006699;*/border:none;
  
  width:96%;line-height: 40px;height: 40px;
    font-size: 16px ;
    color: #ffffff ;text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    margin: 0px 0px;
    padding: 5px 5px;text-indent: 5px;
    font-weight: bold;
    background: -moz-linear-gradient(top,#f7941d 0%,#ff6600) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#ff6600)) ;
	/* IE10+ */background: -ms-linear-gradient(top,  #f7941d,  #ff6600);
	/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941d', endColorstr='#ff6600', GradientType=0)";
}


/* ここまで */

#toggle {
	display: none;
}


/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {

h2 span {
  border-left:0px #1D8ADE solid;
  padding-left:0px;
}
/*h3 span {
  border-left:0px #1D8ADE solid;
  padding-left:0px;
}*/

hgroup h2,h4,h5,h6 {
font-size : 16px; /* 16px */
line-height : 1.5} /* 24px */
	#navigation_bg {
	display: none;
	}
	/*#navigation {
	display: none;
	}*/
	/*#top {
	display: none;
	}
	#top2 {
	display: none;
	}*/
	.topimg  {
    width: 100%;display: block;
	height: 300px;
	overflow: hidden;
	}
	/*#menu_box{
height:auto;margin: 0 auto 20px;
}
	#menu {
	width: 100%;display: block;
	margin: 0 auto;
	padding: 0;clear:both;font-size : 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*#menu li{
	display: block;
	float: left;
	width: 16%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #1D8ADE;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #1871B8;font-size : 80%;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #65aadd;
}
	#menu li {
		width: 16.6%;
		border-bottom: 1px solid #1871B8;
	}
*/	


	
/* .subnavi
------------------------- */
.subnavi {
width: 100%;
margin: 0px 0 24px 0;
}

.subnavi li{
	display: block;
	margin: 0;
	padding: 0;
}
.subnavi li a {
	display: block;width: 45%;float: left;margin-right: 5%;




	padding: 17px 0;
	/*background-color: #2a83a2;*/
	color: #000;
	text-align: left;
	text-decoration: none;text-indent: 45px;
	border-top:1px dotted #ee7700;
	background : url(images/logomark_s.png) no-repeat left center;
}
.subnavi li a:hover{
	color: #ee7700;background : #fdebb2 url(images/logomark_s.png) no-repeat left center;
}
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
#menu_box{
	width: 100%;
	margin:0px;
	padding: 0px ;height:auto;background-color: none;z-index: 1000;
	
}
#menu {
display: none;
}
#menu ul {
display: none;
}
#menu li {
display: none;
}
/*	#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #ee7700;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #e26b04;font-size : 14px;
}
	#navigation_bg {
	display: none;
	}
	#navigation {
	display: none;
	}
	#menu {
	width: 100%;display: block;
	margin: 0 auto;
	padding: 0;clear:both;
}
#menu li{
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #2a83a2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #4baacb;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
	#menu li {
		width: 20%;
		border-bottom: 1px solid #4baacb;
	}*/


/*#menu  {
	width: 100%;display: block;
	margin: 0px auto;
	padding:0;clear:both;min-height: 40px;
	font-size: 12px ;
    color: #ffffff ;
    font-weight: bold;
    background: -moz-linear-gradient(top,#f7941d 0%,#ff6600) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#ff6600)) ;
	/* IE10+ *//*background: -ms-linear-gradient(top,  #f7941d,  #ff6600);*/
	/* IE8-9 *//*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941d', endColorstr='#ff6600', GradientType=0)";*/
/*		
}
#menu li{
	display: block;
	float: left;
	width: 16.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	font-size : 100%;
	line-height: 120%;border-right:1px solid #e56319;
		outline: none;

}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
			opacity: 0.4;
    filter: alpha(opacity=40);
}

*/
	#toggle {
		display: block;z-index: 100;
	}
	/*#menu {
		display: none;
	}
	#menu li{
	display: none;
}*/

}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu_box{
		height:auto;
}
	#navigation_bg {
	display: none;
	}
	#navigation {
	display: none;
	}
	#menu {
display: none;
}
#menu ul {
display: none;
}
	/*#top {
	display: none;
	}
	#top2 {
	display: none;
	}
	#menu {
	width: 100%;display: block;
	margin: 0 auto;
	padding: 0;clear:both;
}
#menu li{
	display: block;
	float: left;
	width: 33.3%;
	margin: 0;
	padding: 0;
}
#menu li.none{
	display: none;
}
#menu li a {
	padding: 6px 2px 6px;font-size : 90%;
}*/



	/*#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #ff6600;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #e56319;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #ff6600;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
*/


/* .subnavi
------------------------- */

.subnavi {
width: 100%;
margin: 0px 0 24px 0;
}

.subnavi li{
	display: block;
	margin: 0;
	padding: 0;
}
.subnavi li a {
	display: block;width: 80%;margin-left :10%;
	padding: 17px 0;
	/*background-color: #2a83a2;*/
	color: #000;
	text-align: left;
	text-decoration: none;text-indent: 45px;
	border-top:1px dotted #ee7700;
	background : url(images/logomark_s.png) no-repeat left center;
}
.subnavi li a:hover{
	color: #ee7700;background : #fdebb2 url(images/logomark_s.png) no-repeat left center;
}

}

/* @group Contents */
#contents {
width : 95%; clear:both;
margin : 0 auto;
text-align : center}
#contents_inner {
width : 95%; clear:both;
margin : 0 auto;
}
#contents_service {
width : 90%; clear:both;
margin : 0 auto;
text-align : center;}
#contents #main{ 
padding-top : 24px;/*24*/
}
#contents #main_wp{ 
padding-top : 12px;/*24*/
}
#contents #sub{ 
padding-top : 12px;/*24*/
}
#contents #sub2{ 
padding-top : 12px;/*24*/
}
#contents #sidebar{ 
padding-top : 12px;/*24*/
}
#contents p { 
margin-bottom : 24px;
text-align : left}
#contents_service p { 
margin-bottom : 24px;font-size: 95%;
}
#main p { 
margin:16px 10px 24px;line-height : 1.7;font-size: 90%;
text-align : left}
#sub p{
font-size: 80%; margin : 12px 0;
}
#main p strong { 
/*color: #fff;*/}
#main img { 
margin :0 20px 20px;}
#contents img { 
margin-bottom : 24px; 
/*box-shadow : 0 0 12px #000;*/}
/* @end */
/* @group Footer */
footer {
padding : 24px 0;
color : fff;
text-align : center;font-size: 100%;}
/*.footer_link {
	display: none;
}*/



#footer_nav {
	width: 90%;
	margin: 0px auto;padding: 20px 0;
}
#footer_nav ul {
	margin:0px auto 20px ;
	padding: 0;
	width: 50%;
	float: left;display: block;height: 100%;text-align : left;
}
footer {
padding : 0px 0 0px;
clear: both;background:#001d57;
	width: 100%;height: auto;/*color:#333;background:#ffd93a;
	margin: 0px auto;*/
	/*border-top:1px solid #cdcdcd;*/
	/*background: url("images/footer.jpg") no-repeat ;*/
	/*background: #F3F4F5 top center url(images/bottom-bg.jpg) no-repeat;*/
padding: 0px 0 30px;

}

footer p {
	/*text-align: center;*/
	margin:0px 0 0 0px;text-align:left;color:#333;

}
#footer_link {
	margin:0px 0 0px 0px;height: auto;font-size: 12px;
	padding:10px 0 10px;
	text-align:center;clear: both;background:#7f8eab;
}
#footer_link a {
	color:#333;
}
#ftcopy
{ margin:10px 0 0 0 ;text-align: center; color:#fff;font-size: 12px;
/*background-color: #2a83a2;
padding: 10px 0px 10px; */}
iframe {
margin : 0px 0px;
}

#main .box {
width: 100%;margin-bottom : 24px;clear: both;height:100%;
}
/*#main_wp .box_out {
width: 95%;margin-bottom : 24px;clear: both;height:100%;background: rgb(33, 33, 33);padding :24px 12px ;
}*/
#main_wp section {
margin-bottom : 24px;clear: both;height:100%;background: rgb(33, 33, 33);padding :24px 10px ;margin-top : -24px;
}
#main_wp .box {
width: 100%;margin-bottom : 24px;clear: both;height:100%;
}
#main_wp .box img {
/*margin-bottom : 24px;border:4px solid #fff;*/margin :0 12px 6px;
}
#main_wp .box p{
	margin-left:15px;font-size: 14px;
	/*color:#333;*/line-height: 150%;/*letter-spacing: -0.05em;*/
}

#main_dai .box {
width: 100%;margin-bottom : 24px;clear: both;height:100%;
}
#main_dai .box img {
/*margin-bottom : 24px;border:4px solid #fff;*/margin :0 12px 6px;
}
#main_dai .box p{
	margin-left:15px;font-size: 14px;
	/*color:#333;*/line-height: 150%;/*letter-spacing: -0.05em;*/
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {	
#contents #main_dai{ padding :12px 10px ;}
#main_wp .box p{margin-left:0px;}
#main_dai .box p{margin-left:0px;margin-top:12px;}
#main_wp .box img {
margin :0 12px 0px;
}
#main_dai .box img {
margin :0 12px 0px;
}
footer {
border-top:2px solid #333;
padding: 20px 0 30px;

}
#footer_link {
	display: none;
}
}
/* @end */
/*768px*/
@media screen and (min-width : 768px){
#contents { text-align : left;}
}
/*1024px*/
@media screen and (min-width : 1000px) {
/* @group Nav */
nav ul {
width :93.75%;/* 960/1024 */
margin : 0 auto}
/* @end */
/* @group Contents */
#contents {
overflow : hidden;/*background: #fff url(images/contents_bg.jpg) repeat-y center top*/;
width : /*93.75%*/1000px;}/* 960/1024 */
/*#contents #main,
#contents #sub { 
float : left;
margin : 0 1.0416667%} /*10/960*/ 
#contents_inner {
overflow : hidden;
width : /*93.75%*/1000px;}/* 960/1024 */
#contents_service {
overflow : hidden;
width : /*93.75%*/1000px;}/* 960/1024 */
#contents #main { 
/*float : right;/*left*/overflow : hidden;
margin : 0 auto/*margin : 0 5px*/} /*10/960*/ /*margin : 0 1.0416667%*/
#contents #main_wp { 
float : right;/*left*/
margin : 0 1.0416667%} /*10/960*//*margin : 0 1.0416667%*/
#contents #sub { 
float : left;/*left*/
margin : 0  0 0 10px} /*10/960*//*margin : 0 1.0416667%*/
#contents #sub2 { 
float : right;/*left*/
margin : 0  0 0 10px } /*10/960*//*margin : 0 1.0416667%*/
#contents #sidebar { 
/*float : left;left*/
margin : 0 1.0416667%} /*10/960*//*margin : 0 1.0416667%*/
#contents #sub img { 
margin-bottom : 0px} 
#contents #main { width :100% /*64.5833333%*//*560px*/} /*620/960*/ /*660*/
#contents #main_wp { width : /*64.5833333%*/720px} /*620/960*/ /*660*/
#contents #sub { width : /*31.25%*/240px} /*300/960*//*220*/
#contents #sub2 { width : /*31.25%*/160px} /*300/960*//*220*/
#contents #sidebar { width : /*31.25%*/100% } /*300/960*/ /*220*/
/* @end */
/* @group Footer */
/*footer {
/*width : 91.796875%; /*940/1024*/
/*width : 100%;
margin : 0 auto}*/

/* フッターメニュー
---------------------------------------------------- */
#footer_nav {
	width: 1000px;
	margin: 0px auto;padding: 20px 0 ;
 height: 140px;
}

#footer_nav ul {
	margin:0px 0 ;
	padding: 0;
	width: 25%;
	float: left;display: block;height: 100%;text-align : left;
}
#footer_nav ul li strong {
font-weight:bold;font-size: 120%;
}
/* @end */
}
@media screen and (max-width : 768px){
#footer_nav {
	display:none;
}
#ftcopy
{ border-top:none;
 }
}


/* Facebook Like Box width:100% */
.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}

/* topimg */
img#demo1  {
    min-width: 100%;
    /*min-height: 100%;*/
}
/*.topimg  {
    width: 100%;
	height: 300px;
  overflow: hidden;
}*/


/* .switchBtn
------------------------- */
.switchBtn {
	margin-top: 15px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background: #efefef;
	clear: both;
}

.switchBtn a {
	margin: 0 10px;
	padding: 5px 15px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	background: #efefef;
	border: #333 solid 1px;
}

.switchBtn a.btnAcv {
	background: #fff;
}

/* .banner
------------------------- */
.banner {
width: 100%;
margin: 0px 0 24px 0;
}

.banner img{
padding: 0px 10px 24px 0;margin: 0px;
/*box-shadow: 0px 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;*/
}

.banner a{
margin: 0px;
/*box-shadow: 0px 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;*/
}

.banner a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/* .subbanner
------------------------- */
.subbanner {
width: 100%;
margin: 0px 0 24px 0;
}

.subbanner img{
margin: 0px;
padding:0 0 12px 0px;
/*box-shadow: 0px 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;*/
}

.subbanner a{
margin: 0px;
/*box-shadow: 0px 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;*/
}

.subbanner a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";/*outline:solid 3px #59b2de;*/
}

/* .subbanner2
------------------------- */
.subbanner2 {
width: 100%;
margin: 0px 0 24px 0;
}

.subbanner2 img{
margin: 0px;
padding: 0px 0 10px 0;
}

.subbanner2 a{
margin: 0px;
}

.subbanner2 a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* .subnavi
------------------------- */
.subnavi {
width: 100%;
margin: 0px 0 24px 0;
}

.subnavi li{
	display: block;
	margin: 0;
	padding: 0;
}
.subnavi li a {
	display: block;
	padding: 17px 0;
	/*background-color: #2a83a2;*/
	color: #000;
	text-align: left;
	text-decoration: none;text-indent: 45px;
	border-top:1px dotted #ee7700;
	background : url(images/logomark_s.png) no-repeat left center;
}
.subnavi li a:hover{
	color: #ee7700;background : #fdebb2 url(images/logomark_s.png) no-repeat left center;
}


/*料金表*/

table.price {
  width: 95%;
  border-spacing: 0;
  font-size:90%;
}
table.price  th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.price  th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
table.price  th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
table.price  tr td {
  padding: 8px 15px;
  text-align: center;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
table.price  tr td:first-child {
  border-left: 1px solid #aaa;
}
table.price  tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
table.price  tr {
  background: #fff;
}
table.price  tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table.price  tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
table.price  tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.price  tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.price  tr:hover {
  background: #dfe1e2;/*eee*/
  cursor:pointer;
}
table.price  td:hover {
  background: #d4d9db;/*eee*/
  cursor:pointer;
}

/*料金表*/

table.price1 {

	border-collapse: collapse;
	width: 95%;margin: 0px 0 24px 0;
  font-size:90%;background: #fff;
}

table.price1 th {
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	border-bottom: #5698d2 2px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.price1 tr th:first-child {
  border-bottom: #006eb9 2px solid;
}

table.price1 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
table.price1 tr:hover {
  background: #dfe1e2;/*eee*/
  cursor:pointer;
}
table.price1 td:hover {
  background: #d4d9db;/*eee*/
  cursor:pointer;
}

table.price1 td strong {
  color: #76922f;
}

/*料金表 レスポンシブなし*/

table.price01 {

	border-collapse: collapse;
	width: 95%;margin: 0px 0 24px 0;
  font-size:90%;background: #fff;
}

table.price01 th {
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	border-bottom: #5698d2 2px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.price01 tr th:first-child {
  border-bottom: #006eb9 2px solid;
}

table.price01 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
table.price01 tr:hover {
  background: #dfe1e2;/*eee*/
  cursor:pointer;
}
table.price01 td:hover {
  background: #d4d9db;/*eee*/
  cursor:pointer;
}

table.price01 td strong {
  color: #76922f;
}
/*レスポンシブ対応の横スクロールするテーブル*/
/*.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.scroll-table::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
.scroll-table::-webkit-scrollbar-thumb {
  background:#aaa;
}*/

.scroll-table{
    /*width: 90%;
    padding: 5%;*/white-space: nowrap;padding: 2%;
    overflow: auto;
  }
.scroll-table::-webkit-scrollbar {
    height: 10px;
  }
.scroll-table::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
.scroll-table::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

/*プロフ*/
table.prof {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.prof th {
  color: #333;
  padding:10px 8px 8px;
  background: #eee;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #898989;
}
table.prof tr td {
  padding: 8px;
  text-align: left;border: 1px solid #898989;
}
table.prof2 {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.prof2 th {
  color: #b4b4b4;vertical-align: top;
  padding:10px 8px 8px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #595959;
}
table.prof2 tr td {
  padding: 8px;
  text-align: left;border: 1px solid #595959;
}
table.prof3 {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.prof3 tr th img {
  margin:0px;padding:0px;width: 100%;height: 100%;
}
table.prof3 th {
  color: #b4b4b4;width: 35%;
  padding:0px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #595959;
}
table.prof3 tr td {
  padding: 0px;width: 65%;
  text-align: left;border: 1px solid #595959;
}



table.prof4 {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.prof4 tr th img {
  margin:0px;padding:0px;width: 100%;height: 100%;
}
table.prof4 th {
  color: #b4b4b4;width: 25%;
  padding:0px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #595959;
}
table.prof4 tr td {
  padding: 0px;width: 75%;
  text-align: left;border: 1px solid #595959;
}

table.event {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.event tr th img {
  margin:0px;padding:0px;}
  

table.event tr td img {
 vertical-align:middle;
}
table.event th {
  color: #b4b4b4;width:15%;
  padding:0px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;font-size:130%;
  border: 1px solid #595959;
}
table.event tr td {
  padding: 10px;
  text-align: left;border: 1px solid #595959;
}
table.event tr td.td160 {
  width:160px;
}


/*custom*/
table.custom {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:80%;
}
table.custom th {
  color: #b4b4b4;;
  padding: 8px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #595959;

  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.custom tr td {
  padding: 8px;
  text-align: left;border: 1px solid #595959;

}




/*manual*/
table.manual {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:14px;
}
table.manual th {
  color: #fff;
  padding: 16px 12px;
  background: #EA7079;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  /*text-align: left;border: 1px solid #898989;*/
}
table.manual tr td {
  padding: 8px 12px;background: #F4D1D1;
  text-align: left;
  /*border: 1px solid #898989;*/
}

table.manual2 {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:14px;
}
table.manual2 th {
  color: #333;
  padding: 16px 12px;
  background: #dfdfdf;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;/*border: 1px solid #898989;*/
}
table.manual2 tr td {
  padding: 8px 12px;background: #eee;
  text-align: left;/*border: 1px solid #898989;*/
}

table.manual2- {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:14px;
}
table.manual2- th {
  color: #333;
  padding: 16px 12px;
  background: #eee;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  /*text-align: left;border: 1px solid #898989;*/
}
table.manual2- tr td {
  padding: 8px 12px;background: #fff;
  text-align: left;
  /*border: 1px solid #898989;*/
}

table.manual3 {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:14px;
}
table.manual3 th {
  color: #fff;
  padding: 16px 12px;
  background: #92C5EB;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  /*text-align: left;border: 1px solid #898989;*/
}
table.manual3 tr td {
  padding: 8px 12px;background: #C7E2F6;
  text-align: left;
  /*border: 1px solid #898989;*/
}

#data_table1, #data_table2, #data_table3 {
	border-collapse: collapse;border: solid 1px #666666;width: 95%;
}
#data_table1 th, #data_table2 th {	
	color: #000000;border: solid 1px #666666;
	background-color: #BCCFD8;padding:6px;text-align: center;
	font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; 
}
#data_table1 td, #data_table2 td {
	border: solid 1px #666666;font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; padding:6px;text-align: right;
}

#data_table3 th {	
	color: #000000;border: solid 1px #666666;
	background-color: #BCCFD8;padding:6px;
	font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; 
}
#data_table3 td {
	border: solid 1px #666666;font-size: 14px; color:#000000; font-weight:normal;  line-height: 17px; padding:6px 10px;
}

#data_table1, #data_table2, #data_table3 tr:hover {
  background: #dfe1e2;/*eee*/
  cursor:pointer;
}
#data_table1, #data_table2, #data_table3 td:hover {
  background: #d4d9db;/*eee*/
  cursor:pointer;
}


/* serviceテーブル
---------------------------------------------------- */
table.service {
	background-color: #999;width: 95%;
	border-collapse: separate;
	border-spacing: 1px;font-size: 100%;margin:10px 0 20px 0 ;
}

table.service th  {
	border: 1px solid #FFF;
	background-color: #EEE;padding: 6px 6px; text-align: center;
}

table.service thead th  {
	background-color: #CCC;padding: 6px 6px;font-weight:bold; font-size: 14px;
}

table.service td {
	background-color: #FFF;padding:6px 6px; text-align: center;
}
table.service caption { caption-side: top; text-align: center; font-size: 15px;font-weight:bold;padding:0px 0 10px 0;} 

table.service th.tablecustom  {
	background-color: #CCC;
}


table.service1 {
	background-color: #999;width: 95%;
	border-collapse: separate;
	border-spacing: 1px;margin:10px 0 20px 0 ;
}
table.service1 th:first-child {

}
table.service1 th  {
	border: 1px solid #FFF;
	background-color: #EEE;padding: 6px 6px; text-align: center;
	background:#eee url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}

table.service1 thead th  {
	background-color: #CCC;padding: 6px 6px;font-weight:bold; font-size: 100%;
}

table.service1 td {
	background-color: #FFF;padding:6px 6px; text-align: center;font-size: 90%;
}
table.service1 caption { caption-side: top; text-align: center; font-size: 110%;font-weight:bold;padding:0px 0 10px 0;} 

table.service1 th.tablecustom  {
	background-color: #CCC;
}

table.service2 {
	background-color: #999;width: 70%;
	border-collapse: separate;
	border-spacing: 1px;margin:10px 0 20px 0 ;
}

table.service2 th  {
	border: 1px solid #FFF;
	background-color: #EEE;padding: 6px 6px; text-align: center;font-size: 90%;
}

table.service2 thead th  {
	background-color: #CCC;padding: 6px 6px;font-weight:bold; font-size: 90%;
}

table.service2 td {
	background-color: #FFF;padding:6px 6px; text-align: center;font-size: 90%;
}
table.service2 caption { caption-side: top; text-align: center; font-size: 110%;font-weight:bold;padding:0px 0 10px 0;} 

table.service2 th.tablecustom  {
	background-color: #CCC;
}

table.service3 {
	background-color: #999;width: 100%;
	border-collapse: separate;
	border-spacing: 1px;font-size: 100%;margin:10px 0 20px 0 ;
}

table.service3 th  {
	border: 1px solid #FFF;
	background-color: #EEE;padding: 6px 6px; text-align: center;
}

table.service3 thead th  {
	background-color: #CCC;padding: 6px 6px;font-weight:bold; font-size: 100%;
}

table.service3 td {
	background-color: #FFF;padding:6px 6px; text-align: center;
}
table.service3 caption { caption-side: top; text-align: center; font-size: 110%;font-weight:bold;padding:0px 0 10px 0;} 

table.service3 th.tablecustom  {
	background-color: #CCC;
}

table.rental {
	background-color: #999;width: 95%;
	border-collapse: collapse;
	border-spacing: 1px;margin:10px 0 20px 0 ;

}

table.rental th  {
	border: 1px solid #999;
	background-color: #EEE;padding: 6px 6px; text-align: center;
	background:#eee url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}

table.rental td {
	background-color: #FFF;padding:6px 6px; text-align: center;font-size: 90%;border: 1px solid #999;
}
/*table.rental {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;
}
table.rental th {
  color: #333;
  padding:10px 8px 8px;
	background:#eee url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #898989;
}
table.rental tr td {
  padding: 8px;
  text-align: left;border: 1px solid #898989;
}*/

table.memberscard {
	background-color: #8d6e53;width: 95%;
	border-collapse: collapse;
	border-spacing: 1px;margin:10px 0 20px 0 ;

}

table.memberscard th  {
	border: 1px solid #8d6e53;
	background-color: #f2efec;padding: 12px 12px; text-align: center;
	color: #5f4229;
}

table.memberscard td {
	background-color: #FFF;padding:12px 12px; text-align: left;font-size: 90%;border: 1px solid #8d6e53;
}

@media screen and (max-width:780px) { /*780px以下(スマホ用)*/
table.rental td, table.rental th {
width: 98%;
display: block;border-bottom: none;
}
table.rental tr:last-child td:last-child {
border-bottom: 1px solid #999;
}

table.memberscard td, table.memberscard th {
width: 98%;
display: block;border-bottom: none;text-align: center;
}
table.memberscard tr:last-child td:last-child {
border-bottom: 1px solid #8d6e53;
}

table.link, table.link tr, table.link th, table.link td {
display: block;
max-width: 95%; /*スマホ画面ほぼ一杯に広がる感じ*/
}

table.prof, table.prof tr, table.prof th, table.prof td, table.prof tr td {
width: 98%;
display: block;border-bottom: none;
}
table.prof tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}
table.prof2, table.prof2 tr, table.prof2 th, table.prof2 td, table.prof2 tr td {
width: 98%;
display: block;border-bottom: none;
}
table.prof2 tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}
table.prof3, table.prof3 tr, table.prof3 th, table.prof3 td, table.prof3 tr td {
width: 98%;
display: block;border-bottom: none;
}
table.prof3 tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}

#data_table3 {
width: 98%;border: none;
}
#data_table3, #data_table3 tr, #data_table3 th, #data_table3 td, #data_table3 tr td {

display: block;border-bottom: none;
}


#data_table3 tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}



table.prof4, table.prof4 tr, table.prof4 th, table.prof4 td, table.prof4 tr td {
width: 98%;
display: block;border-bottom: none;
}

table.prof4 td:last-child {
border-bottom: 1px solid #595959;
}
table.event tr td.td160 {
width: 98%;
display: block;
}
table.event tr td {
width: 98%;
display: block;border-bottom: none;
}
table.event tr th {
border-right: none;font-size:70%;width:20%;
}
table.event tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
table.price {
  font-size:70%;
}
table.price1 {
  font-size:70%;
}
table.service1, table.service2 {
  font-size:70%;
}

table.price01 {
  font-size:70%;
}

/*table.service1 th, table.service2 th {
  display:table-cell;
}*/
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
table.price {
  font-size:50%;
}
table.price1 {
  font-size:50%;
}
table.service1, table.service2 {
  font-size:50%;
}

/*table.price01 {
  font-size:50%;
}*/
/*table.prof, table.prof tr, table.prof th, table.prof td, table.prof tr td {
width: 98%;
display: block;border-bottom: none;
}
table.prof tr:last-child td:last-child {
border-bottom: 1px solid #595959;
}
table.prof3, table.prof3 tr, table.prof3 th, table.prof3 td, table.prof3 tr td {
width: 98%;
display: block;
}*/

}





/*manualdata*/
table.manualdata {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:80%;
}
table.manualdata th {
  color: #b4b4b4;
  padding: 8px;
  background: #000;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #595959;

  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.manualdata tr td {
  padding: 8px;
  text-align: left;border: 1px solid #595959;

}
.manualdataback {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

table.manualdata td:first-child {
background: #000;color: #b4b4b4;
}

table.manualdata  tr:hover {
  background: #dfe1e2;/*eee*/
  cursor:pointer;
}
table.manualdata  td:hover {
  background: #d4d9db;/*eee*/
  cursor:pointer;
}
@media screen and (max-width:720px) { /*720px以下(スマホ用)*/
#manualdataback { border-radius: 0px; width: 100%; padding: 10px;}

/*-------------- レイアウトを変更する --------------*/
#manualdata table { width: 100%; border:none; padding: 10px;}
#manualdata thead { display: none;}
#manualdata tr {
	display: block;
	margin-bottom: 20px;
	/*border-top: 1px solid #4f4d47;*/

}
#manualdata td {
	display: block;
	text-align: center;
	border-right: 1px solid #4f4d47;
	border-bottom: none;
	padding: 0;
}
#manualdata td.none {
	display: none;
}

/* tdのデザイン */
#manualdata td:nth-of-type(1) { background-color: #000; text-align: center; color: #fff;}
#manualdata td:last-child { border-bottom: 1px solid #4f4d47;}
#manualdata td:before {
	/*color: #4f4d47;*/
	display: block;
	background-color: #3a3b3c;color: #b4b4b4;
}

/* contentでタイトルを追加 */
#manualdata td:nth-of-type(2):before { content: "2013年シェア";}
#manualdata td:nth-of-type(3):before { content: "2014年シェア";}
#manualdata td:nth-of-type(4):before { content: "2015年シェア";}
#manualdata td:nth-of-type(5):before { content: "2016年シェア";}
#manualdata td:nth-of-type(6):before { content: "2017年シェア";}
#manualdata td:nth-of-type(7):before { content: "";}

table.manualdata  tr:hover {
  background: none;/*eee*/
  cursor:pointer;
}
table.manualdata  td:hover {
  background: none;/*eee*/
  cursor:pointer;
}
}



/*pricedata*/
table.pricedata {
  width: 95%;margin:20px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:100%;
}
table.pricedata th {
  color: #000;
  padding: 8px;
  background: #dedecf;
  /*background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  font-weight: bold;
  line-height: 120%;
  text-align: left;border: 1px solid #bcbc9f;

  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.pricedata tr td {
  padding: 8px;
  text-align: center;border: 1px solid #d1d1c1;

}


/*table.pricedata  tr:hover {
  background: #dfe1e2;
  cursor:pointer;
}*/
table.pricedata  td:hover {
  background: #dedecf;/*eee*/
  cursor:pointer;
}
@media only screen and (max-width: 720px) {
  table.pricedata {
    width: 100%;
  }
  table.pricedata tr {
    display: block;
    float: left;
  }
  table.pricedata tr td, table.pricedata tr th {
    display: block;
    height: 40px;
  }
  table.pricedata thead {
    display: block;
    float: left;
    width: 30%;
  }
  table.pricedata thead tr {
    width: 100%;
  }
  table.pricedata tbody {
    display: block;
    float: left;
    width: 70%;
  }
  table.pricedata tbody tr {
    width: 30%;
  }
table.pricedata  th {
  border: none;border-top: 1px solid #bcbc9f;border-left: 1px solid #bcbc9f;border-right: 1px solid #bcbc9f;
}
table.pricedata tbody tr td {
  border: none;border-top: 1px solid #d1d1c1;border-right: 1px solid #d1d1c1;
}
table.pricedata th:last-child { border-bottom: 1px solid #d1d1c1;}
table.pricedata tbody tr td:last-child { border-bottom: 1px solid #d1d1c1;}

}

table.price2 {
  border-collapse: collapse;margin:20px 0;
  width: 95%;
}
table.price2 th,
table.price2 td {
  padding: 10px;
  border: 1px solid #999;box-sizing: border-box;
}
table.price2 th {
  background-color: #eee;
  text-align: center;
  width: 30%;box-sizing: border-box;
}

@media screen and (max-width: 720px) {
  table.price2 {
    border-top: 1px solid #999;
  }
  table.price2 td {
    display: block;
    text-align: center;
  }
  table.price2 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
table.price2 th br { display:none; }
}




/* 見積もり依頼ボタン */
.banner_btn {
	display: inline-block;
	width: 60%;margin:10px 0;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.banner_btn::before,
.banner_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.banner_btn,
.banner_btn::before,
.banner_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.banner_btn01 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.banner_btn01:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;text-decoration : none;
}
.banner_btn01:active {
	top: 3px;
	box-shadow: none;
}

.banner_btn02 {
	background-color: #ee7700;border-radius: 10px;
	color: #fff;
}
.banner_btn02:hover {
	background-color: #fabd00;text-decoration : none;
}
.banner_btn03 {
    width:100px;
    font-size:80%;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:8px 0 10px;margin:5px 10px;
    color:#fff;
    background-color:#fad000;
    border-radius:5px;
}
.banner_btn03:hover {
	background-color: #f8d841;text-decoration : none;color: #fff;
}
.banner_btn04 {
    width:290px;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:8px 0 10px;margin:5px 10px;
    color:#fff;
    background-color:#6abe2a;
    border-radius:5px;
}
.banner_btn04:hover {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
background-color: rgba(105, 189, 39, 0.2);
}
.banner_btn05 {
    width:290px;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
    text-align:center;
    padding:8px 0 10px;margin:5px 10px;
    color:#fff;
    background-color:#6abe2a;
    border-radius:5px;
}
.btn_dai {
    width:80%;margin:10px auto;display:block;
}
.btn_dai50 {
    width:50%;margin:10px auto;display:block;
}
.btn_mail {
    width:200px;margin:10px auto;/*text-align:left;*/margin:10px 0 0 20px  ;padding:6px 2px 6px;
}
.btn_red {
    background-color:#D71920;
}

.btn_yellow {
    background-color:#ffff00;color: #333;
}
.btn_skyblue  {
    background-color:#00ffff;
}
.btn_navy {
    background-color:#000024;
}
.btn_green {
    background-color:#69bd27;
}
/*.btn_red:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}*/

.btn_blue  {
    background-color:#006fbe;
}
.btn_red2 {
    background-color:#d2121f;
}
.btn_yellow2 {
    background-color:#ffd101;color: #333;
}
.btn_black  {
    background-color:#000;
}
.btn_red2:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/**/
.btn_map a {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	border: 3px solid #FFF;
	padding: 10px 0;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.btn_map a::after {
	content: '＞';
	position: absolute;
	right: 13px;
	top: 12px;
}
.btn_map a:hover {
	color: #000;
	text-decoration: none;
	border: 3px solid #000;
	background-color: #FFF;
}

/*リスト*/
ol.list_decimal{
list-style-type:decimal;text-align: left;margin:15px 30px;font-weight:bold;font-size : 95%;
}
ol.list_decimal_pp{
list-style-type:decimal;text-align: left;margin:15px 7%;font-weight:normal;font-size : 90%;line-height : 1.6;
}
ol.list_circle{
list-style-type:circle;text-align: left;margin:15px 30px;font-weight:bold;
}
ol.list_none{
list-style-type:none;text-align: left;margin:0px;font-size : 95%;color: #ee7700;font-weight: bold;
}
ol.list_none li:before {
  font-family: FontAwesome;
  content: '\f058'; /* アイコンのunicode */
}

/*リスト*/
.search_maker ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;overflow: hidden;
}
.search_maker li {
  margin: 0;
  padding:5px;
  width: 30%;
  float:left;
}
.search_maker li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
color: #000;
}

#search_maker a:link{
text-decoration:underline; color:#0066b3;
}
#search_maker a:visited{
text-decoration:underline; color:#0066b3;
}
#search_maker a:hover{
text-decoration:none;color:#e11b22;
}
@media (max-width: 768px) {
.search_maker li {
width: 48%;
}
}

@media (max-width: 480px) {
.search_maker li {
width: 100%;display: block;
}
}


/*右よせ左寄せ*/
div.right {
    float: right;
}
div.left {
    float: left;
}
.clearright {
    clear:right;
}
.clearleft {
    clear:left;
}
div.right_box {
    float: right;width : 48%;
}
div.left_box {
    float: left;width : 48%;margin:0px 1%;
}
div.left70_box {
    float: right;width : 68%;
}
div.left30_box {
    float: left;width : 28%;margin:0px 1%;
}
div.left_box_33 {
    float: left;width : 33.3%;margin:0px;
}
div.left_box_30 {
    float: left;width : 32%;margin:0px 1% 24px 0;
}
@media screen and (max-width: 640px) {
div.right_box {
    float: none;width: 100%;
}
div.left_box {
    float: none;width: 100%;margin:0px;
}
div.right70_box {
    float: none;width: 100%;
}
div.left30_box {
    float: none;width: 100%;margin:0px;
}
div.right {
    float: none;
}
div.left {
    float: none;
}
div.left_box_33 {
    float: none;width: 100%;margin:0px;
}
div.left_box_30 {
    float: none;width: 100%;margin:0px auto 24px;
}
}
/*
メールフォーム
-------------------------------------------*/
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:90%;
	margin:0 auto 10px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	font-weight:bold;
	background:#eae9e8;
	text-align:left;
}
table.formTable td{
	font-weight:normal;
	background:#fff;
	text-align:left;
}

table.formTable textarea{
width:90%;
}


/* FAQ */

.faq_box {
     margin:10px 0 24px 0;
}
.faq dl{
     width:95%;
     margin:80px;
     line-height:1.8em;
     font-size: 1.9em;
     overflow: hidden;
     _zoom: 1;
}
.faq dd {
    text-indent: -2.0em; text-align: left;  
     padding: 0 20px 0px 50px;
}
.faq dt {
    text-indent: -2.6em;   text-align: left;
     padding: 0 20px 0px 50px;
}
.faq dt{
     margin:20px 20px 0 0;
}
.faq dd:first-letter,
.faq dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Cardo', sans-serif;
}
.faq dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}
.faq dt:first-letter{
     color: #ee7700;
}
.faq dd:first-letter{
     color: #ff6767;
}

.faq dt:hover {
    cursor: pointer; color: #ee7700;
    /*text-decoration: underline;*/
}
.faq dd ul {
    list-style-type: square;padding: 0 0 0 20px;text-indent: 0em;
}
.faq dd {
    display: none;
}


/* FAQ2 */

.faq_box2 {
     margin:10px 0 24px 0;
}
.faq2 dl{
     width:95%;
     margin:80px;
     line-height:1.8em;
     font-size: 1.9em;
     overflow: hidden;
     _zoom: 1;
}
.faq2 dd {
    text-indent: -2.0em; text-align: left;  
     padding: 0 20px 0px 50px;
}
.faq2 dt {
    text-indent: -2.6em;   text-align: left;
     padding: 0 20px 0px 50px;
}
.faq2 dt{
     margin:20px 20px 0 0;
}

.faq2 dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}
.faq2 dd:first-letter,
.faq2 dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:0px;
     padding:5px;
     font-family: 'Cardo', sans-serif;
}
.faq2 dt:first-letter{
     color: #ee7700;
}
.faq2 dd:first-letter{
     color: #ff6767;
}
.faq2 dt:hover {
    cursor: pointer; color: #ee7700;
    /*text-decoration: underline;*/
}
.faq2 dd ul {
    list-style-type: square;padding: 0 0 0 20px;text-indent: 0em;
}
.faq2 dd {
    display: none;
}


/* =======================================
	wordpress追加
======================================= */
/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;clear: both;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #feebbe;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;

	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			padding-right: 10px;
			padding-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar_top p{
	padding:10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}



/****************************************

          Footer

*****************************************/

#footernavi{
	padding: 20px 0;
	font-size: 80%;/*border-bottom:1px solid #ddd;*/
}
#cp{
	padding: 5px 0 20px 0;
	font-size: 80%; text-align: right;
}
#cp_prof{
	padding: 0px 0;
	font-size: 110%; text-align: right;line-height: 170%;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0 2px;
	/*margin-bottom: 20px;*/
	padding: 6px 4px;
	max-width: 100%;
	/*width: 80%;/*290px*/
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	/*vertical-align: bottom;*/
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ee7702/*ff69b4*/;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #b15e0c/*fe56aa*/;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e68e38/*ff89c4*/;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #b15e0c/*fe56aa*/;
		background: #f47f0d/*ff89c4*/;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

/*colorboxのクローズボタンが機能しないため、停止*/
	/*.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}*/
/*colorboxのクローズボタンが機能しないため、停止*/

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;

	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

@media screen and (max-width: 767px) {
.alignleft {
	float: none;
}

.alignright {
	float: none;
}
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 0 0 /*1em 1.5em*/;padding:0 0 15px 10px;
}


img.alignleft {
    display: inline-block;
    margin: 0 /*1.5em 1em*/ 0 0 0;padding:0 10px 15px 0;
}


#main_wp img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}


#main_wp img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em  0;
}


#main img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}


#main img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em  0;
}
@media screen and (max-width: 640px) {
#main_wp img.alignleft {
    float: none;margin: 1em ;
}
#main_wp img.alignright {
   float: none;margin: 1em ;
}
#main img.alignleft {
    float: none;margin: 1em 0 ;
}
#main img.alignright {
   float: none;margin: 1em 0 ;
}
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#searchform{
	position: relative;margin:30px auto 10px;
	/*margin-top:30px;*/width: 80%;max-width: 300px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(https://www.getbike.co.jp/images/search.png) no-repeat 50% 50%;
	}


/****************************************

          sidebar

*****************************************/
#sidebar {
	/*float: right;
	width: 210px;/*320*/
	/*background: #fff;border:1px solid #ddd;padding: 6px;*/
	/*outline:solid 1px #dcdddd;border-bottom: 1px solid transparent;*/
	/*margin-bottom: 29px;	
	background: none;text-align : left;*/
}
/*#sidebar img{
	margin: 0px;padding:0px;
}*/




/*#sidebar .widget {
	margin-bottom: 15px;
}

#sidebar .widget p{
	padding:0 10px;font-size: 12px;
	color:#333;line-height: 130%;letter-spacing: -0.05em;
}

#sidebar .widget ul{
	padding:0 10px;font-size: 12px;
	list-style-position: outside;
	list-style-type: none;color:#333;
}
#sidebar .widget_search {
	padding:0 10px;
}
#sidebar_top {
	float: left;
	width: 320px;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent
}

#sidebar a {
	font-weight:bold;
	text-decoration: underline;
}*/


.widget p{
	padding:0 10px;font-size: 12px;
	color:#333;line-height: 130%;letter-spacing: -0.05em;
}

.widget ul{
	padding:0px;margin:0px 6px 24px;
}

.widget ul li{
display: inline-block;
	margin: 5px 10px 5px 0px;
	background: none;
-moz-border-radius: 6px; /* Firefox */  
   -webkit-border-radius: 6px; /* Safari and Chrome */  
   border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
   border:1px #0089c5 solid;color: #0089c5;
   
}
.widget ul li a{
	color: #0089c5;display: block;padding: 6px 6px;text-align:center;font-size: 12px;
	min-width: 120px;height: auto;line-height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	max-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;text-decoration: none;
}
.widget ul li a:hover {
color: #fff;background: #0089c5
}
.widget ul li img{
 float: left;
padding-top: 2px;
 padding-right: 10px;
}

.widget_archive ul li a{
	font-size: 55%;
	padding: 6px 6px;
	min-width: 60px;
	max-width:140px;
}

.widget_recent_comments ul li{
display: inline-block;
	margin: 5px 0px 5px 0px;
	background: none;
-moz-border-radius: 0px; /* Firefox */  
   -webkit-border-radius: 0px; /* Safari and Chrome */  
   border-radius: px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
   border:none;color: #0089c5;
   
}
.widget_recent_comments ul li a{
	padding: 0px;max-width:none;min-width: none;text-decoration: underline;
}
.widget_recent_comments ul li a:hover {
color: #333;background: none
}

/****************************************

         main

*****************************************/

#main {
	/*width: 100%;margin: 0 auto ;padding:20px 0px;color: #333;*/
	/*float: left;width: 640px;margin: 0 ;padding:20px 0px;color: #333;*/
	width: 100%;
	margin: 0 0px;/*outline:solid 1px #dcdddd;*/
	margin-bottom: 29px;
	/*background: #fff;
	border-bottom: 1px solid transparent*/
}
/*.main_box {
	width: 95%;padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 3px 3px 10px -5px #999;
}*/

/*#main section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

#sub section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#sub2 section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidebar section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}*/
.main_box p{
font-size: 14px;
	color:#444;line-height: 160%;
}
#sub2 p{
font-size: 80%;padding:5px 4px;
	color:#444;line-height: 140%;
}
#sub2 section{
	margin: 0px;width: 95%;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 1 );
}

section {
	padding: 12px 0;margin-bottom: 24px;
}

/****************************************

         main_wp

*****************************************/

#main_wp {
	/*width: 100%;margin: 0 auto ;padding:20px 0px;color: #333;*/
	/*float: left;width: 640px;margin: 0 ;padding:20px 0px;color: #333;*/
	width: 100%;
	margin: 0 0px;/*outline:solid 1px #dcdddd;*/
	margin-bottom: 29px;
	/*background: #fff;
	border-bottom: 1px solid transparent*/
}

/*#main_wp a {
	color: #333;
}
#main_wp a:hover {
	color: #e65600;
}*/

#main_wp img {
	margin: 0 ;
}

#main_wp p{
	padding:0 15px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

#main_wp section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	/*border: 1px solid #e5e5e5;*/
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 3px 3px 5px -5px #999;*/
	
}

#main_dai p{
	padding:0 15px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

#main_dai section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	/*border: 1px solid #e5e5e5;*/
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 3px 3px 5px -5px #999;*/
	
}


/****************************************

          wp contents

*****************************************/

#wp_contents {
	/*float: left;
	width: 740px;margin: 0 ;*/
	
}

/*#wp_contents a {
	color: #333;
	text-decoration: underline;
}
#wp_contents a:hover {
	color: #e65600;
	text-decoration: underline;
}*/


#wp_contents img {
	margin: 0 ;
}

#wp_contents p{
	padding:0 10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}


/* wideslider */
.wideslider {
	width: 100%;margin: 0px auto 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #e6e6e6 url(images/prev.png) no-repeat right center;}/*紺色の場合は001d57*/
.slider_next {background: #e6e6e6 url(images/next.png) no-repeat left center;}
/*.slider_next {background: #F3F4F5 }*/

/*.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}*/

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.noscript {padding: 100px 50px;  width: 900px; margin:0 auto;background: #cdcdcd url/*("images/topimg/04.jpg")*/("images/oval.svg") no-repeat center ;text-align: center;line-height: 170%;font-size: 26px; color:#785839; font-weight:bold;

/*IE用フィルタ*/
filter:progid:DXImageTransform.Microsoft.Glow(Color='#fff', Strength=2);zoom:1;
/*IE用フィルタ*/
}





/* =======================================
	ゲットバイク　バイクリスト用
======================================= */

#bikelist {

	width: 140px;
	margin:0 0px 20px 0;font-size: 12px;
}


.price-list-s {
	color: #d71920;font-weight: bold;letter-spacing: 0.1em;
}


#bikelist ul.column{
	width:140px;
	/*height:105px;*/height:auto;
	padding:0px;
	list-style-type:none;line-height : 1.2;padding:0px;font-size: 12px;
}
#bikelist ul.column li{
	padding:10px 0 10px 0;border-bottom: 1px dotted #333;color: #333;
}
#bikelist ul.column li img{
	border:none;margin:0px 0 5px 0;
}
.photocap_inc {
	padding: 0;line-height:1.2;font-weight: normal;font-size: 14px;
	margin:0 0 5px 0;text-align: left;
}
#bikelist ul.column li a:link{
text-decoration:none; color:#3f8fab;
}
#bikelist ul.column li a {
text-decoration:none; color:#3f8fab;
}
#bikelist ul.column li a:hover{
text-decoration:none;color:#c4161c;
}

/* 画面サイズが1024px以下の場合に適用 150803追加 */
@media only screen and (max-width:1024px) {
	#bikelist {
	width: 100%;
	margin:0 auto;font-size: 12px;height:auto;
}
.bikelist_box {
	width: 100%;display: block;height:auto;text-align: left;margin:0;
}

#bikelist ul.column{
	width:100%;
	/*height:105px;*/height:auto;height:100%;
}
#bikelist ul.column li{
	padding: 0;border-bottom: none;float: left;width: 140px;display: block;margin:10px;
}

}


/* 画面サイズが768px以下の場合に適用 150217追加 */
@media only screen and (max-width:768px) {
	#bikelist {
	width: 100%;
	margin:0 auto;font-size: 12px;height:auto;
}
.bikelist_box {
	width: 100%;display: block;height:auto;text-align: left;margin:0;
}
.bikelist_box a {
	background: #efefef url("images/next.png") no-repeat center right;display: block;padding:20px 0 25px 0;height:100%;
}
.bikelist_box a:hover {
	background: #dcdddd url("images/next.png") no-repeat center right;display: block;
}
#bikelist ul.column{
	width:100%;
	/*height:105px;*/height:auto;height:100%;
}
#bikelist ul.column li{
	padding: 0;border-bottom: 1px dotted #333;clear: both;float: none;width: 100%;display: block;margin:0px;
}
#bikelist ul.column li{
	/*background: #dcdddd url("images/next.jpg") no-repeat center right;*/
}

/*#bikelist ul.column li a:hover{
	background: #efefef url("images/next.jpg") no-repeat center right;
}
#bikelist ul.column li a{
	background: #dcdddd url("images/next.jpg") no-repeat center right;display: block;height:auto;
}*/
#bikelist ul.column li img{
	border:none;margin:0px 5% 0 0px ;float: left;width: 25%;height:auto;
}
.photocap_inc {
	float: left;width: 70%;
}
}






/****************************************

          #toptopic1

*****************************************/

#contents img { margin: 0; max-width: 100% !important; height: auto !important; }
#toptopic1 .prImage img { margin: 0px; }

#contents #main #toptopic1 .prImage img { 
margin-bottom : 0px; }

#toptopic1 { margin-bottom: 25px; }
#toptopic1 .topPrOuter { display: block; overflow: hidden; padding: 10px 0; }
#toptopic1 h3 { border:none;margin: 0px 0px 8px;padding: 2px; line-height: 135.7%; font-size: 14px;text-indent: 0;
/*border-left:10px solid #04287e;*/
text-align: left;
/*display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;*/ 
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
#toptopic1 h3 a { text-decoration: none; /*color: #333;*/ }
#toptopic1 h4 { padding:0px;background: none;color: #d71920;font-weight: bold;letter-spacing: 0.1em;margin:0px;text-align: left;font-size: 16px;}
#toptopic1 p a { text-decoration: none; line-height: 17px; color: #666; }
#toptopic1 a:hover { text-decoration: underline; }
#toptopic1 p.topPrDescription { margin-bottom: 0px; font-size: 14px; line-height: 135.7%; padding: 0px; }
#toptopic1 .prImage { float: left; width: 70px; margin-right: 10px; overflow: hidden; margin-bottom: 5px; }
#toptopic1 .prImage a { display: block; overflow: hidden; border: 1px solid #cccccc; padding: 1px; }
#toptopic1 .prImage img.imageWide { display: none; }
#toptopic1 .prImage img.imageSmall { display: block; }
#toptopic1 .topPrTxtBox { display: block; overflow: hidden; }

@media (min-width: 660px) { 
 #toptopic1 { display: block; overflow: hidden; }  #toptopic1 h5 { text-align: center;}
  #toptopic1 .topPrOuter { padding: 0px; border-bottom: none; margin-bottom: 36px;/*20px*/ }
  #toptopic1 .toptopic1Left { width: 33.1%; text-align: left; float: left; display: block; overflow: visible; }
  #toptopic1 #toptopic1Center { width: 33.1%; text-align: center; float: left; display: block; overflow: visible; }
  #toptopic1 #toptopic1Right { width: 33.1%; text-align: right; float: right; display: block; overflow: visible; }
  #toptopic1 .toptopic1Left .topPrInner { float: left; }
  #toptopic1 #toptopic1Center .topPrInner { margin: 0px auto; }
  #toptopic1 #toptopic1Right .topPrInner { float: right; }
  #toptopic1 .topPrInner { text-align: left; width: 95%; }
  #toptopic1 .topPrInner p { padding: 0px; }
  #toptopic1 .topPrInner p.topPrDescription { font-size: 85.7%; }
  #toptopic1 .prImage { float: none; width: 100%; margin-right: 0px; }
  #toptopic1 .prImage img { height: auto; width: 100%; }
  #toptopic1 .prImage img.imageWide { display: block; }
  #toptopic1 .prImage img.imageSmall { display: none; }
}
#toptopic1 { /*border-top: 1px dotted #e5e5e5; */}
#toptopic1 .topPrOuter { border-bottom: 1px dotted #505050; }
#toptopic1 .topPrOuter h3 { border-bottom: none; }

@media (min-width: 660px) { 
  #toptopic1 { border-top: none; }
  #toptopic1 .topPrOuter { border-bottom: none; }
  #toptopic1 .topPrOuter .topPrInner { padding: 0 6%; width: 88%; border-right: 0px solid #e5e5e5; }
  #toptopic1 .toptopic1Left .topPrInner { border-left: 0px solid #e5e5e5; } }





.moreLink { margin-bottom: 0px; height: auto; display: block; }
.moreLink a { text-align: center; margin-top: 2px; display: inline-block; overflow: hidden; font-size: 14px; line-height: 105%; text-decoration: none; background-color: #efefef; color: #1871B8; padding: 0px 15px; }
.moreLink a:hover { text-decoration: underline; background-color: #e5e5e5; }

#contents .infoList .infoListBox div.entryTxtBox p.moreLink { margin: 0px; padding: 0px; }


.moreLink { display: block; overflow: hidden; }
.moreLink a { float: right; padding: 0; text-decoration: right; font-size: 14px; line-height: 140%; background: none; }
.moreLink a:hover { background: none; }
/*.moreLink a:after { font-family: 'vektor_kado_icons'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; content: "\3a"; padding: 2px 2px 0 5px; }*/

#contents .infoList .moreLink a { float: none; }

.moreLink a:hover { color: #006699; }





#toptopic2 .prImage img { margin: 0px;}

#toptopic2 { margin-bottom: 25px; }
#toptopic2 .topPrOuter { display: block; overflow: hidden; padding: 10px 0; }
#toptopic2 h4 { margin: 0px 0px 8px; line-height: 135.7%; font-size: 16px;text-indent: 12px;border-left:8px solid #ff6600;text-align: left;
display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 	}
#toptopic2 h4 a { text-decoration: none; color: #333; }
#toptopic2 h5 { color: #d71920;font-weight: bold;letter-spacing: 0.1em;margin:0px;text-align: left;font-size: 16px;}
#toptopic2 p a { text-decoration: none; line-height: 17px; color: #666; }
#toptopic2 a:hover { text-decoration: underline; }
#toptopic2 p.topPrDescription { margin-bottom: 0px; font-size: 14px; line-height: 135.7%; padding: 0px; }
#toptopic2 .prImage { float: left; width: 100px; margin-right: 10px; overflow: hidden; margin-bottom: 5px; }
#toptopic2 .prImage a { display: block; overflow: hidden; border: 1px solid #cccccc; padding: 1px; }
#toptopic2 .prImage img.imageWide { display: none; }
#toptopic2 .prImage img.imageSmall { display: block; }
#toptopic2 .topPrTxtBox { display: block; overflow: hidden; }

@media (min-width: 660px) { 
 #toptopic2 { display: block; overflow: hidden; }  #toptopic2 h5 { text-align: center;}
  #toptopic2 .topPrOuter { padding: 0px; border-bottom: none; margin-bottom: 20px; }
  #toptopic2 #toptopic2Left { width: 33.1%; text-align: left; float: left; display: block; overflow: visible; }
  #toptopic2 #toptopic2Left .topPrInner { float: left; }
  #toptopic2 .topPrInner { text-align: left; width: 95%; }
  #toptopic2 .topPrInner p { padding: 0px; }
  #toptopic2 .topPrInner p.topPrDescription { font-size: 85.7%; }
  #toptopic2 .prImage { float: none; width: 100%; margin-right: 0px; }
  #toptopic2 .prImage img { height: auto; width: 100%; }
  #toptopic2 .prImage img.imageWide { display: block; }
  #toptopic2 .prImage img.imageSmall { display: none; }

}
#toptopic2 { border-top: 1px dotted #e5e5e5; }
#toptopic2 .topPrOuter { border-bottom: 1px dotted #e5e5e5; }
#toptopic2 .topPrOuter h4 { border-bottom: none; }

@media (min-width: 660px) { 
  #toptopic2 { border-top: none; }
  #toptopic2 .topPrOuter { border-bottom: none; }
  #toptopic2 .topPrOuter .topPrInner { padding: 0 6%; width: 88%; border-right: 0px solid #e5e5e5; }
  #toptopic2 #toptopic2Left .topPrInner { border-left: 0px solid #e5e5e5; } }

/****************************************

          .slick

*****************************************/
.photocap {
	padding: 0 0 0 0px;font-size: 80%;line-height: 100%;font-weight: normal;
	margin:0;color:#000000;display:block;width: 90%;text-align: center;
}
.responsive img{
	margin:0 auto;
}

@media (min-width: 660px) { 
.photocap {
	padding: 0 0 0 0px;font-size: 80%;line-height: 100%;font-weight: normal;
	margin:0;color:#000000;display:block;width: 90%;text-align: center;
}
  .responsive img{
	margin:0 auto;
}}



/* カスタムフォトギャラリー
---------------------------------------------------- */

.customphoto{
margin:12px 0px 0;padding:0px;width: 100%;
}


.customphoto img {
margin:0px 0 0px 0 ;vertical-align:top;

}


.customphoto ul{
  margin: 0 ; padding:0px;position: relative;
  list-style : none
  }

.customphoto li{
float:left;width: 30%;padding:0px;margin:0px 12px 12px 0px;
display:block;text-align: left;
}


/*.customphoto li:last-child{
margin:0 0px 0px ;
}*/

/*.customphoto li span{border-left:8px #ff6600 solid;padding-left:8px;}
.customphoto li a
{
display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 	
}*/

.customphoto li a {
  position: relative;
  overflow: hidden;
  float: left;margin:0px 0 4px 0px;height: 100%;width: 100%;padding:0px;

}
.customphoto li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.customphoto li a:hover:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;

 
  
}
.customphoto li a:hover:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  background:  url(images/next.png) no-repeat center center;
   opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4; 
}




.customphoto li img {
margin: 0  ;vertical-align:top;
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.customphoto li {
width: 46%;
}

}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
.customphoto li {
width: 100%;
}

}
/* 新着情報
---------------------------------------------------- */
/* --- 新着情報エリア --- */
div.update {
width: 100%; /* 新着情報エリアの幅 */
font-size: 85%;margin: 0 0 25px; 
}

/* --- 見出し --- */
div.update h3 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 95%; /* 新着リストの幅 */
/*height: 80px; /*80px 新着リストの高さ */
/*overflow: auto;/* 新着リストの高さ */
height: 200px;/*高さ制限なし100%*/overflow:auto;
margin: 0;padding: 5px;text-align:left;
background-color: #fff; /*#f9f9f9 新着リストの背景色 */
/*border-top: 1px #c0c0c0 dotted;  新着リストの上境界線 */
/* border-bottom: 1px #c0c0c0 dotted; 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 7em; /* 日付エリアの幅 */color:#666;
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 8em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}

@media screen and (max-width: 640px) {
div.update dt {
float: none;
padding: 7px 0 0px 3px;
}
div.update dd {
padding: 0px 3px 6px 0em; 
}
}

/* --- メーカー --- */
.infobox {
width: 100%;margin:10px 0 24px;
}
/* --- ボタン --- */
/*メーカー*/
.btn_top01 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/*background: none;*/
	cursor: pointer;
	min-width: 120px;height: 15px;line-height: 15px;
	padding: 10px 10px;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;
}

.btn_top01:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_top01h {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/*background: none;*/
	cursor: pointer;
	min-width: 120px;height: 36px;line-height: 18px;
	padding: 10px 10px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;
}

.btn_top01h:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*ジャンル*/
.btn_top02 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/*background: none;*/
	cursor: pointer;
	min-width: 120px;height: 50px;line-height: 50px;
	padding: 10px 10px;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;
}

.btn_top02:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top02h {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/*background: none;*/
	cursor: pointer;
	min-width: 120px;height: 70px;line-height: 28px;
	padding: 10px 10px;
	display: inline-block;
	margin: 5px 10px 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;
}

.btn_top02h:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*予算*/
.btn_top03 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	/*background: none;*/
	cursor: pointer;
	min-width: 120px;height: 30px;line-height: 30px;width: 95%;
	padding: 10px 10px;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;
	
}

.btn_top03:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* --- 角丸 --- */
.infobox_radius6 {
-moz-border-radius: 6px; /* Firefox */  
   -webkit-border-radius: 6px; /* Safari and Chrome */  
   border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}

/* --- ボーダー --- */
.infobox_border_b {
border:1px #0089c5 solid;color: #0089c5;
}
.infobox_border_o {
border:1px #ff6600 solid;color: #ff6600;
}
.infobox_border_g {
border:1px #dddddd solid;color: #0090bc;
}
/* --- カラー --- */
.infobox_color_none {
background: none;
}
.infobox_color_none:hover {
background: #0089c5;color: #fff;
}
.infobox_color_none_g {
background: none;
}
.infobox_color_none_g:hover {
background: #e3e3e3;
}

.infobox_color_gradient_r {
background: -moz-linear-gradient(top,#e56a70 0%,#d7001d) ;
background: -webkit-gradient(linear, left top, left bottom, from(#e56a70), to(#d7001d)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #e56a70,  #d7001d);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e56a70', endColorstr='#d7001d', GradientType=0)";
}
.infobox_color_gradient_r:hover {
background: -moz-linear-gradient(top,#d7001d 0%,#d7001d) ;
background: -webkit-gradient(linear, left top, left bottom, from(#d7001d), to(#d7001d)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #d7001d,  #d7001d);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7001d', endColorstr='#d7001d', GradientType=0)";
}
.infobox_color_gradient_g {
background: -moz-linear-gradient(top,#e3e3e3 0%,#fafafa) ;
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#fafafa)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #e3e3e3,  #fafafa);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#fafafa', GradientType=0)";
}
.infobox_color_gradient_g:hover {
background: -moz-linear-gradient(top,#fcfcfc 0%,#eeeeee) ;
background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #fcfcfc,  #eeeeee);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0)";
}
/* --- イメージ --- */
.infobox .prImage1 { float: left; width: 80px; margin-right: 10px; overflow: hidden; margin-bottom: 5px; }
.infobox .prImage2 { float: left; width: 150px; margin-right: 10px; overflow: hidden; margin-bottom: 5px; }

.infobox .prImage3 { display: block; width: auto; overflow: hidden;margin: 0px;margin-bottom: 3px;text-align: center;padding: 0px; }

/* --- 矢印 --- */
.infobox .arrow { 
background:url(images/next.png) ,-moz-linear-gradient(top center, #fcfcfc 0%, #eeeeee 100%);
background-repeat: no-repeat;
background-position: 98%;
background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #fcfcfc,  #eeeeee);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0)";}
.infobox .arrow:hover { 
background:url(images/next.png) ;
background-color:#fafafa;
background-repeat: no-repeat;
background-position: 100%;opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )"; }



.infobox ul li{
display: inline-block;
	margin: 5px 10px 5px 0px;
}
.infobox ul li a{
	color: #0089c5;display: block;padding: 10px 10px;
	min-width: 120px;height: auto;line-height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.infobox ul li a:hover {
text-decoration: none;color: #fff;
}
.infobox ul li img{
 float: left;
padding-top: 2px;
 padding-right: 10px;
}


/*ジャンル*/
.genre ul li a{
	min-width: 120px;height: 50px;line-height: 50px;padding: 10px 20px;
}
.genre ul li a:hover {
text-decoration: none;color: #0089c5;
}

/*サイドメニュー*/
.sidemenu ul li a{
	text-align:center;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.infobox ul{
 margin: 0px;
 }
.infobox ul li {
width: 100%;padding: 0px;height: auto;margin: 0px 0px;
}
.infobox ul li a {
display: block;
position: relative;
padding: 10px 25px 10px 10px;height: 30px;line-height:30px;
border-bottom: 1px solid #D9D9D6;
background: none;
font-size: 14px;
font-weight: bold;
text-decoration: none;width: 90%;text-align:left;
}
/*ジャンル*/
.genre ul li a{
height: 50px;line-height: 50px;border-bottom: none;
}
.infobox ul li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #cdcdcd;
border-right: solid 2px #cdcdcd;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.infobox_border_b {
border:none;color: #0089c5;
}
.infobox_color_none:hover {
background: #D9D9D6;
}
.infobox ul li a:hover {
text-decoration: none;color: #333;
}
.infobox ul li img{
width: 70px;height:30px;line-height:30px;padding-top: 10px;
}
.genre ul li img{
width: 70px;height:30px;line-height:30px;padding-top: 0px;
}

}
/* ドロワー
---------------------------------------------------- */

/* コンテンツが短い場合、オーバーレイが途中で切れるのを防止 */
 html, body, #wrapper {
    height:100%;
}
/* コンテンツ部分 */
 #wrapper {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}
#wrapper.open {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    overflow: hidden;
}
/* ドロワーが開いたとき、コンテンツ部分にかけるオーバーレイ */
 #overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .3);
}
/* ドロワー本体 */
 #drawer {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #333;
}
#drawer.open {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}
/* 開閉ボタン */
 .drawer-button {
    display: block;
    float: right;
    padding: 8px;
    /*background-color: #ccc;*/
	background-color: #2a83a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#4baacb), to(#1c647c));
    background: -moz-linear-gradient(top,  #4baacb,  #1c647c);
	-moz-border-radius: 8px 0px 0px 8px; /* Firefox */  
	-webkit-border-radius: 8px 0px 0px 8px; /* Safari and Chrome */  
	border-radius: 8px 0px 0px 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
	color: #fff;opacity: 0.8;font-size: 100%;
}

/* 以下はメニューのスタイリングなど */
 #drawer ul {
    padding:0;
    list-style:none;
    border-top: solid 1px #ccc;
    color: #fff;
}
#drawer ul li {
    border-bottom: solid 1px #ccc;
    padding: 12px 20px;font-size: 90%;
}

header:after {
    content:"";
    display: block;
    clear: both;
}
#drawer ul li a {
    color: #fff;
}
/* section */

.sec01, .sec02, .sec03 { width: 980px; margin-left: auto; margin-right: auto; box-sizing: border-box; display: block; border-top: 1px solid transparent; }

@media screen and (max-width: 1000px) {
.sec01 { width: 768px; }
.sec02, .sec03 { width: 730px; }
}
@media screen and (max-width: 768px) {
.sec01, .sec02 { width: auto; margin-left: 10px; margin-right: 10px; }
}

#main h1{
text-align : left;font-size : 150%;
  background: none;
padding: 14px 20px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  width: 980px; margin-left: auto; margin-right: auto; box-sizing: border-box; display: block; 
}

/*#main h2{
	border: none;text-align : center;font-size : 140%;
  background: none;
padding: 14px 20px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
#main h2 span {
  border-left:10px #3498db solid;
  padding-left:13px;
  width: 980px; margin-left: auto; margin-right: auto; box-sizing: border-box; display: block; 
}
#main h2 span {
  border-left:10px #fad000 solid;
  padding-left:13px;
  width: 980px; margin-left: auto; margin-right: auto; box-sizing: border-box; display: block; 
}

@media screen and (max-width: 1024px) {
#main h2 span { width: 768px; }
}
@media screen and (max-width: 767px) {
#main h2{
padding: 10px 0px;font-size : 120%;
}
#main h2 span { width: auto; margin-left: 10px; margin-right: 10px;border-left:0px;
  padding-left:0px; }
}*/

/* トップへ戻るボタン
---------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    font-size: 70%;
}
#page-top a {
    display: block;
    text-decoration: none;
    padding-top: 20px;
    width: 120px;
    height: 0px;
    overflow: hidden;
    background: url("https://www.okajima-m.jp/images/pagetop.png") no-repeat 0 0;/*画像のURLを指定。*/
}
  
#page-top a:hover {
    background-position: 0 -20px;
}




/* パンくず
---------------------------------------------------- */
div#breadcrumb {
	width: 980px;margin:10px auto;
}
@media screen and (max-width: 1024px) {
div#breadcrumb{ width: 768px; }
}
@media screen and (max-width: 767px) {
div#breadcrumb { width: auto; margin-left: 10px; margin-right: 10px; }
}
div#breadcrumb div {
	display:inline;
}
div#breadcrumb a {
	padding:2px 5px 2px 5px;margin:0 6px;
	background:#eff6fa;
	border:1px #0089c5 solid;color: #0089c5;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 6px; /* Firefox */  
   -webkit-border-radius: 6px; /* Safari and Chrome */  
   border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}
div#breadcrumb a:hover {
text-decoration: none;color: #fff;background: #0089c5
}


/* フォント
---------------------------------------------------- */
.ft10black {
  font-size: 10px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft11black {
  font-size: 11px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft12black {
  font-size: 12px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft12blackB {
  font-size: 12px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft14black {
  font-size: 14px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft14blackB {
  font-size: 14px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft16black {
  font-size: 16px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft16blackB {
  font-size: 16px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft18black {
  font-size: 18px; color:#000000; font-weight:normal;line-height: 170%;
}
.ft18blackB {
  font-size: 18px; color:#000000; font-weight:bold;line-height: 170%;
}
.ft12orange {
  font-size: 12px; color:#F26923; font-weight:normal;line-height: 170%;
}
.ft14orange {
  font-size: 14px; color:#F26923; font-weight:normal;line-height: 170%;
}
.ft14orangeB {
  font-size: 14px; color:#F26923; font-weight:bold;line-height: 170%;
}
.ft12green {
  font-size: 12px; color:#8CC63E; font-weight:normal;line-height: 170%;
}
.ft14green {
  font-size: 14px; color:#8CC63E; font-weight:normal;line-height: 170%;
}
.ft12red {
  font-size: 12px; color:#D71920; font-weight:normal;line-height: 170%;
}
.ft12redB {
  font-size: 12px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft14red {
  font-size: 14px; color:#D71920; font-weight:normal;line-height: 170%;
}
.ft14redB {
  font-size: 14px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft16redB {
  font-size: 16px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft18redB {
  font-size: 18px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft20redB {
  font-size: 20px; color:#D71920; font-weight:bold;line-height: 170%;
}
.ft30redB {
  font-size: 30px; color:#D71920; font-weight:bold;line-height: 120%;
}
.ft12gray {
  font-size: 12px; color:#444444; font-weight:normal;line-height: 170%;
}
.ft12blue{
  font-size: 12px; color:#1e5294; font-weight:normal;line-height: 170%;
}
.ft14blue{
  font-size: 14px; color:#1e5294; font-weight:normal;line-height: 170%;
}
.ft14blueB{
  font-size: 14px; color:#1e5294; font-weight:bold;line-height: 170%;
}
.ftred {
  color:#D71920;
}
.ftcenter{
  text-align: center;
}
.ftred-b {
  color:#D71920;font-weight:bold;
}
.ftyellow  {
  color:#ffff00;
}
.ftgray {
  color:#b4b4b4;
}
.ftblack {
  color:#333;
}
.ftyellow-b {
  color:#ffff00;font-weight:bold;
}
.ftskyblue  {
  color:#00ffff;
}
.ftskyblue-b {
  color:#00ffff;font-weight:bold;
}
.ftblue  {
  color:#004098;
}
.ftblue-b {
  color:#004098;font-weight:bold;
}
.ftnavy  {
  color:#000024;
}
.ftnavy-b {
  color:#000024;font-weight:bold;
}



/*フォント*/
.ft-80 {
  font-size: 80%;
}
.ft-90 {
  font-size: 90%;
}
.ft-120 {
  font-size: 120%;
}
.ft-130 {
  font-size: 130%;
}
.ft-150 {
  font-size: 150%;
}
.ft-170 {
  font-size: 170%;
}
.ft-180 {
  font-size: 180%;
}

.ft-170 br {
line-height: 170%;
}
.fh-200 br {
line-height: 200%;
}

.ft-normal {
  font-weight:normal;
}


.font_space {letter-spacing: -0.1em}

.ft-color-orange {
color: #ee7700;
}
.ft-color-red {
color: #ff0000;
}

@media screen and (max-width: 480px) {
.ft-130, .ft-150 {
  font-size: 110%;
}
.ft-170, .ft-180 {
  font-size: 130%;
}
}


hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;clear:both;
}

.hr_section {
	background-color: #fff;
  border-top: 2px dotted #bbb;
}

.hr_section2 {
	background-color: #fff;
  border-top: 2px dotted #bbb;
  	margin: 24px 0;
}

.hr_balloon {
	background-color: #fff;
  border-top: 1px solid #bbb;
  	margin: 24px 0 6px;
}

.hr_fade {
margin: 0px auto;paddingt: 0px;
border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #fff, #323232, #fff);
  background-image: -moz-linear-gradient(left, #fff, #323232, #fff);
  background-image: -ms-linear-gradient(left, #fff, #323232, #fff);
  background-image: -o-linear-gradient(left, #fff, #323232, #fff);
}
.hr_fade2 {
margin: 10px auto;
border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #000000, #000000, #fff);
  background-image: -moz-linear-gradient(left, #000000, #000000, #fff);
  background-image: -ms-linear-gradient(left, #000000, #000000, #fff);
  background-image: -o-linear-gradient(left, #000000, #000000, #fff);
}
.hr_fade3 {
margin: 4px auto;
border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #6b3906, #6b3906, #f0f0f0);
  background-image: -moz-linear-gradient(left, #6b3906, #6b3906, #f0f0f0);
  background-image: -ms-linear-gradient(left, #6b3906, #6b3906, #f0f0f0);
  background-image: -o-linear-gradient(left, #6b3906, #6b3906, #f0f0f0);
}
.hr_fade4 {
margin: 10px auto;
border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #bd9e7e, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #bd9e7e, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #bd9e7e, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #bd9e7e, #f0f0f0);
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}


.midashi01 {
  margin:10px 165px;
  width: 70%;
  font-size: 14px;
  text-align:left;
  
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.midashi01 {
  margin:10px auto;
  width: 95%;
}
}


/* ギャラリーサムネ
---------------------------------------------------- */
#gallery-maindai {
				margin: auto;
			}
			#gallery-maindai .gallery-item-maindai {
				float: left;
				margin: 10px 20px 10px 0;
				text-align: center;
			}
			.gallery-item-maindai {
				width: 46%;
			}
			#gallery-maindai img {
				border: 2px solid #cfcfcf;
			}
			#gallery-maindai .gallery-caption {
				margin-left: 0;margin-top: 3px;	
			}
			.gallery-item-txt-c {
				text-align: center;
			}
			.gallery-item-txt-l {
				text-align: left;
			}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#gallery-maindai .gallery-item-maindai { float: none; width: 100%;margin: 10px 0px;}
#gallery-maindai img {width: 98%;}
}


#gallery-maindai2 {
				margin: auto;
			}
			#gallery-maindai2 .gallery-item-maindai2 {
				float: left;
				margin: 10px 15px 10px 0;
				text-align: center;
			}
			.gallery-item-maindai2 {
				width: 31%;
			}
			#gallery-maindai2 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-maindai2 .gallery-caption {
				margin-left: 0;margin-top: 3px;
			}
			.gallery-item-txt-c {
				text-align: center;
			}
			.gallery-item-txt-l {
				text-align: left;

			}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#gallery-maindai2 .gallery-item-maindai2 { float: none; width: 100%;margin: 10px 0px;}
#gallery-maindai2 img {width: 98%;}
}

#gallery-1 {
padding-bottom: 24px;
}

#gallery-testride {
				margin: auto;width: 100%;
			}
			#gallery-testride .gallery-item-testride {
				float: left;
				margin: 10px 20px 10px 0;
				text-align: center;
				
			}
			.gallery-item-testride {
				width: 30%;
			}
			#gallery-testride .gallery-caption {
				margin-left: 0;margin-top: 3px;
			}
			#gallery-testride img {
				border: 2px solid #cfcfcf;margin:  0;
			}
			#gallery-testride {
				margin-left: 0;
			}

/* 画面サイズが900px以下の場合に適用 */
@media only screen and (max-width: 900px) {
			.gallery-item-testride {
				width: 45%;
			}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#gallery-testride .gallery-item-testride { float: none; width: 100%;margin: 10px 0px;}
#gallery-testride img {width: 98%;}
}


.column3{
    /* Safari Chrome */
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    /* Firefox */
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    /* CSS */
    column-count: 3;
    column-gap: 15px;
	/*column-rule-style: dotted;
  column-rule-width: 2px;
  column-rule-color: #dfdfdf;*/
}
.column3 img{
margin: 5px 10px;
}



/* 画面サイズが720px以下の場合に適用 */
@media only screen and (max-width: 720px) {
.column3{
    /* Safari Chrome */
    -webkit-column-count: 2;
	-webkit-column-gap: 15px;
    /* Firefox */
    -moz-column-count: 2;
	-moz-column-gap: 15px;
    /* CSS */
    column-count: 2;
	column-gap: 15px;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
.column3{
    /* Safari Chrome */
    -webkit-column-count: 1;
    /* Firefox */
    -moz-column-count: 1;
    /* CSS */
    column-count: 1;
}
}



.column2{
    /* Safari Chrome */
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    /* Firefox */
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    /* CSS */
    column-count: 2;
    column-gap: 20px;
	column-rule-style: dotted;
  column-rule-width: 2px;
  column-rule-color: #fff;
}
.column2 img{
margin: 5px 10px;
}

/* 画面サイズが720px以下の場合に適用 */
@media only screen and (max-width: 720px) {
.column2{
    /* Safari Chrome */
    -webkit-column-count: 1;
    /* Firefox */
    -moz-column-count: 1;
    /* CSS */
    column-count: 1;
}
}

.bg-slider {
	width: 100vw;
	/*height: 100vh;400px*/height: 400px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;/*180608add*/position: relative;z-index:2;
}
.bg-slider__title{
	color: #fff;
	font-size: 24px;padding : 0px 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

/*.bg-slider {
	background: url(images/top/04.jpg) no-repeat center bottom fixed;
	background-size: cover;
    height: auto;
    min-height: 400px;
	z-index:2;
}*/

.bg-slider::after { background-color: rgba(0, 0, 0, 0.25); background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, 0.25) 50%, transparent 50%); background-size: 2px 2px; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; content: ""; z-index: -1; }
@media (max-width: 768px) {
.bg-slider__title{
	font-size: 18px;
}
.bg-slider {
	background: url(images/top/04.jpg) no-repeat 65% bottom;
}

}

/* アコーディオンメニュー
---------------------------------------------------- */
ul.accordion { margin:0; padding:0; list-style:none;text-align: left;width: 96%;}
ul.accordion:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
ul.accordion { display:inline-block;}*/
/* for macIE \*/
* html ul.accordion { height:1%; }
ul.accordion { display:block; }

#accordion {
margin:0;
}

#accordion p{
margin:0;
}


ul.accordion { font:13px/1 verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;font-size:90%;/*123.1*/ padding:5px; background:#d4d9db; margin-bottom:30px;line-height: 150%;}
ul.accordion a {display:block; padding:10px 10px 10px 30px; background-position:2.5% center; background-repeat:no-repeat; text-decoration:none; color:#333;}
ul.accordion span {display:block; padding:10px 10px 10px 30px; background-position:1% center; background-repeat:no-repeat; color:#333;}
ul.accordion ul {display:none;}

ul.accordion > li {background: -moz-linear-gradient(top, #e6e6e6, #efefef); background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#efefef));/* IE10+ */background: -ms-linear-gradient(top, #e6e6e6, #efefef);/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#efefef', GradientType=0)";}
ul.accordion > li > p {background: -moz-linear-gradient(top, #efefef, #f7f8f8); background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f7f8f8));/* IE10+ */background: -ms-linear-gradient(top, #efefef, #f7f8f8);/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f8f8', GradientType=0)";}
ul.accordion > li > ul > li {background:#e6e6e6; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > p {background:#888;}
ul.accordion > li > ul > li > ul > li {background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child {border:none;}

ul.accordion > li > p span {background-image:url(images/a_close.png);}
ul.accordion > li > p span.open {background-image:url(images/a_open.png);}
ul.accordion > li > a {background-image:url(images/a_link.png);}

ul.accordion > li > ul > li > p {background:#e6e6e6;}
ul.accordion > li > ul > li > p span {background-image:url(images/b_close_k.png);}
ul.accordion > li > ul > li > p span.open {background-image:url(images/b_open_k.png);}
ul.accordion > li > ul > li > a {background-image:url(images/c_link.png);}
ul.accordion > li > ul > li > a:hover {background:#fff url(images/c_link.png) no-repeat 2.5% center;}

ul.accordion > li > ul > li > ul > li a {background-image:url(images/c_link.png); color:#333;}



/*ul.accordion > li  img{
 float: left;
 height: auto;
 width: 30px;
 padding:0px 10px 0 0; margin:-6px 0 0px 0;
 }
.margin-2{
	 margin:12px 0 -10px 0;
 }*/

ul.accordion > li  img{
 clear: both;
 }

ul.accordion > li > a {background-image:url(images/c_link.png);}
ul.accordion > li > a:hover {background:#fff url(images/c_link.png) no-repeat 2.5% center;}

ul.accordion > li > ul > li > ul > li a:hover {background:#efefef url(images/c_link.png) no-repeat 8% center;}


/****************************************

          newslist-top

*****************************************/

.newslist-top ul { margin-bottom: 30px; margin-top: 0em;}
.newslist-top ul li { border-bottom: 1px solid rgb(221, 221, 221); }
.newslist-top ul li a { color: rgb(0, 0, 0); display: block; padding: 0.75em 0px; min-height: 65px;text-decoration: none; }
.newslist-top ul li a:hover { text-decoration: none; background: #eaeef1/*url('texture_a.png') repeat scroll 0% 0% transparent*/; }
/*.newslist-top ul li dl { position: relative; }
.newslist-top ul li dl .thumbnail { position: absolute; left: 0px; top: 0px; }*/
.newslist-top ul li dl dd { padding-left: 10px; }
.newslist-top ul li dl .date { display: inline-block; font-size: 85.7143%; font-family: Arial,sans-serif; font-weight: bold; line-height: 1; padding-right: 1em; margin-right: 0.5em; border-right: 1px solid rgb(0, 0, 0); }
.newslist-top ul li dl .category, .newslist-top ul li dl .brand { display: inline-block; text-align: center; font-size: 71.4286%; padding: 0.2em 0px; line-height: 1; width: 130px; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(0, 29, 87); }
.newslist-top ul li dl .title {  }

/*ここでbrand〇＝カテゴリー毎の色目を変更する　例：カテゴリーid=3の場合はbrand3*/
.newslist-top ul li dl .brand3 {background: none repeat scroll 0% 0% rgb(236, 13, 13); }
.newslist-top ul li dl .brand13 {background: none repeat scroll 0% 0% rgb(0, 64, 152); }/*新着中古車両*/
.newslist-top ul li dl .brand23 {background: none repeat scroll 0% 0% rgb(0, 0, 0); }/*リコール*/
.newslist-top ul li dl .brand38 {background: none repeat scroll 0% 0% rgb(0, 0, 0); }
@media screen and (max-width: 640px) {
	.newslist-top ul li dl .brand, .newslist-top ul li dl .category { width: 87px; }
}

.newslist-top ul { margin-top: -0.5em; margin-bottom: 0px; text-align:left;}
 .newslist-top ul li:first-child { border-top: none; }
 .newslist-top ul li:last-child {border-bottom:none; }


/* gallery-partsmain
---------------------------------------------------- */
.clearboth {
    clear:both;padding:10px 0;
}

/* 190705 新車価格表追加flex版　*/
.gallery-nbike {
				margin:10px auto 20px;width: 100%;
				display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
			}
.gallery-nbike-item {
			margin:10px 0;	text-align: left;min-height: auto;width: 30%;box-sizing: border-box;
			margin-right:4%;
			}
			.gallery-nbike-item:nth-child(3n) {
			margin-right:0;
			}
			
			.gallery-nbike-item img {
				border: 2px solid #cfcfcf;
			}

			.gallery-nbike-item-price { 
				margin:4px 0;
			}
			.gallery-nbike-item-price dt{ 
				float: left;min-width: 100px;text-align: center;
				margin:0px 5px 0 0;
	padding:2px 3px 0 3px;
	background:#e35230;
	color:#fff;
	border-radius:3px;
	font-size:75%;
	vertical-align:middle;
			}
			

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.gallery-nbike-item {
				width: 30%;
			}
.gallery-nbike-item-price dt{ 
			float: none;width: 80%;margin:0px auto;
	font-size:90%;
			}
.gallery-nbike-item-price dd{ 
			text-align: center;font-size:90%;
			}

}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
.gallery-nbike-item {
				width: 46%;
				margin-right:3%;
}
			.gallery-nbike-item:nth-child(3n) {
			margin-right:3%;
			}
.gallery-nbike-item:nth-child(2n) {
			margin-right:0;
			}
}
/* 190705 新車価格表追加flex版　*/

#gallery-partsmain {
				margin: auto;width: 100%;
			}
			#gallery-partsmain .gallery-item-partsmain {
				float: left;
				margin: 10px 10px 12px 0;
				text-align: left;min-height: auto;
				
			}
			.gallery-item-partsmain-h380 {
				min-height: 380px;
				
			}
			.gallery-item-partsmain  {
				width: 32%;
			}
			/*#gallery-partsmain dt img {
				max-height:150px;
			}*/
			#gallery-partsmain dt  {
				
			}
			/* 190628 新車価格表追加　*/
			.gallery-item-partsmain-price { 
				margin:4px 0;
			}
			.gallery-item-partsmain-price dt{ 
				float: left;min-width: 100px;text-align: center;
				margin:0px 5px 0 0;
	padding:2px 3px 0 3px;
	background:#e35230;
	color:#fff;
	border-radius:3px;
	font-size:75%;
	vertical-align:middle;
			}
			/*.gallery-item-partsmain-price dt::after{
				content: "："
			}*/
			#gallery-partsmain .gallery-caption {
				margin-left: 0;margin-top: 3px;
			}
			#gallery-partsmain img {
				/*border: 2px solid #cfcfcf;*/margin:  0;  width: 100%;
  /*height: 250px;object-fit: contain;*/
  

			}
			
			#gallery-partsmain.imgborder img {
				border: 2px solid #cfcfcf;
			}

			
			#gallery-partsmain {
				margin-left: 0;
			}
.gallery-item-txt-l a {
	display:block;
	min-height:3em;
			}
.gallery-item-partsmain h3 { margin : 0px}
			.gallery-item-partsmain-price .small{ 
			font-size:70%;margin-left:-2px;
			}
/*.gallery-item-partsmain img { padding-bottom : 10px}/*24*/
/* 画面サイズが768px以下の場合に適用 */
/*@media only screen and (max-width: 768px) {
			.gallery-item-partsmain {
				width: 48%;
			}
}*/

/* 画面サイズが480px以下の場合に適用 */
/*@media only screen and (max-width: 480px) {
#gallery-partsmain .gallery-item-partsmain { float: none; width: 100%;margin: 10px 0px;}
#gallery-partsmain img {width: 100%;}
}*/

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
			.gallery-item-partsmain {
				width: 30%;
			}
			/*.gallery-item-partsmain-price dt{ 
			min-width: 100px;
	font-size:70%;
			}
			.gallery-item-partsmain-price dd{ 
	font-size:85%;margin:2px 0;
			}*/
.gallery-item-partsmain-price dt{ 
			float: none;width: 80%;margin:0px auto;
	font-size:90%;
			}
			.gallery-item-partsmain-price dd{ 
			text-align: center;font-size:90%;
			}

}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
			.gallery-item-partsmain {
				width: 46%;
			}
			

			
/*.gallery-caption { 
			min-height:300px;
			}	
	*/	

			
}

#gallery-partsmain2 {
				margin: auto;width: 100%;
			}
			#gallery-partsmain2 .gallery-item-partsmain2 {
				float: left;
				margin: 10px 20px 10px 0;
				text-align: center;
				
			}
			.gallery-item-partsmain2 {
				width: 14%;
			}
			#gallery-partsmain2 .gallery-caption {
				margin-left: 0;margin-top: 3px;
			}
			#gallery-partsmain2 img {
				border: 2px solid #cfcfcf;margin:  0;
			}
			#gallery-partsmain2 {
				margin-left: 0;
			}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
			.gallery-item-partsmain2 {
				width: 20%;
			}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
.gallery-item-partsmain2 { /*float: none;*/ width: 42%;/*margin: 10px 0px;*/}
}


/*--------------------
 吹き出しを作る
--------------------*/
#balloon_area {
  margin: 0;
  padding: 0;
}
#balloon_area h3 {
text-align: left;
}
#balloon_area h4 {
	  margin:0px 0 0;
/*border-bottom: 1px solid #333;*/border-bottom: 2px dotted #333;font-size: 100%;
}
#balloon_area .balloon p {
  margin:6px 2px;
}

.balloon {
margin-bottom: 1em;
position: relative;
margin-top: 1em;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 200px;
height: 200px;
/*width: 60px;
height: 60px;*/
}
@media (max-width: 768px) {
.balloon figure {
width: 120px;
height: 120px;
}
}
@media (max-width: 480px) {
.balloon figure {
width: 100px;
height: 100px;
}
}


.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
/*height: 100%;*/
border: 1px solid #aaa;
border-radius: 30px;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 14px;
text-align: center;font-weight: bold;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 1px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);height: 100%;
max-width: calc(100% - 120px);
/*max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);*/
display: inline-block;
}

.balloon-text-right strong,.balloon-text-left strong {
padding:0 10px;font-weight: bold;
background-color: #dcdcdc;
}

.balloon-text-right2,.balloon-text-left2 {
padding: 10px 10px;
/*border: 3px solid;*/background-color: #dcdcdc;
/*border-radius: 10px;border-color: #aaa;*/
display: inline-block;margin-top: 12px;min-width: 500px;text-align: left;
}

.balloon-text-right3,.balloon-text-left3 {
padding: 10px;
border: 4px solid;
border-color: #aaa;
display: inline-block;min-width: 300px;
}

@media (max-width: 768px) {
.balloon-text-right,.balloon-text-left {
max-width: -webkit-calc(100% - 180px);
max-width: calc(100% - 180px);
/*
max-width: -webkit-calc(100% - 140px);
max-width: calc(100% - 140px);
*/
}

.balloon-text-right2,.balloon-text-left2 {
float: none;min-width: 95%;

}
.balloon-text-right3,.balloon-text-left3 {
min-width: auto;
}

}

@media (max-width: 480px) {
.balloon-text-right,.balloon-text-left {
max-width: -webkit-calc(100% - 160px);
max-width: calc(100% - 160px);
/*
max-width: -webkit-calc(100% - 140px);
max-width: calc(100% - 140px);
*/
}

.balloon-text-right2,.balloon-text-left2 {


}

.balloon-text-right3,.balloon-text-left3 {
min-width: auto;
}
}
.balloon-text-right {
border-color: #aaa;
}
.balloon-text-left {
border-color: #aaa;
}
.balloon-text-right {
float: left;
}
.balloon-text-left {
float: right;
}

.balloon-text-right2 {

}
.balloon-text-left2 {

}
.balloon-text-right3 {
float: left;
}
.balloon-text-left3 {
float: right;
}

.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -19px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}


#infobox p {
	margin-bottom: 0px;font-size: 100%;
}

#infobox {
width: 100%;margin-bottom: 10px;margin:10px 0;font-size: 90%;line-height: 130%;
}


.infobox_in {
width: 100%;margin:0px 0px 20px 0 ;height: 100%;min-height: 265px;
}

/*.infobox_in:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}*/

.infobox_in p {
font-size: 80%;color: #333;padding: 5px 10px 10px 10px;line-height: 130%;margin-bottom: 0px;
}
.infobox_in_s {
font-size: 100%;line-height: 100%;letter-spacing: -0.15em;
}
#infobox a{
text-decoration:none;
}
#infobox a:hover{
text-decoration:none;
}

#infobox_in_top {
width: 95%;margin:20px auto 0px;height: 100%;padding: 20px 20px 30px;
}
#infobox_in_top ol {
padding: 20px 60px;font-size: 120%;line-height: 170%;
}

#infobox_in_top h3 {
font-family: 'Anton', sans-serif;color: #006699;font-size: 130%;text-align: center; ;line-height: 150%;font-feature-settings : "palt";
}


/* 画面サイズが1000px以下の場合に適用 150902追加 */
@media only screen and (max-width: 1000px) {
.infobox_in_s {
font-size: 100%;line-height: 110%;letter-spacing: 0em;
}
}
/* 画面サイズが768px以下の場合に適用 150902追加 */
@media only screen and (max-width: 768px) {
.column3{
    /* Safari Chrome */
    -webkit-column-count: 1;
    /* Firefox */
    -moz-column-count: 1;
    /* CSS */
    column-count: 1;
}
.infobox_in {
width: 100%;margin:0px 0px 20px 0 ;height: 100%;min-height: 100%;
}
}

.infobox_in img:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


.infobox_color_b {
background: #0062a0;
}
.infobox_color_b1 {
background: #a8b8df;
}
.infobox_color_b2 {
background: #d3ddf1;
}
.infobox_color_o {
background: #f9b70e;
}

.infobox_color_none2 {
background: #fff;
}

.infobox_color_gradient_gray {
background: -moz-linear-gradient(top,#fff 0%,#e5e5e5) ;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5)) ;
	/* IE10+ */background: -ms-linear-gradient(top,  #fff,  #e5e5e5);
	/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0)";
}

.infobox_color_gradient_b {
background: -moz-linear-gradient(top,#0099CC 0%,#006699) ;
background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #0099CC,  #006699);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099CC', endColorstr='#006699', GradientType=0)";
}


.infobox_color_gradient_o {
background: -moz-linear-gradient(top,#f9b70e 0%,#eb9500) ;
background: -webkit-gradient(linear, left top, left bottom, from(#f9b70e), to(#eb9500)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #f9b70e,  #eb9500);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b70e', endColorstr='#eb9500', GradientType=0)";
}
.infobox_color_gradient_o:hover {
background: -moz-linear-gradient(top,#eb9500 0%,#eb9500) ;
background: -webkit-gradient(linear, left top, left bottom, from(#eb9500), to(#eb9500)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #eb9500,  #eb9500);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9500', endColorstr='#eb9500', GradientType=0)";
}

.infobox_color_gradient_k {
background: -moz-linear-gradient(top,#7d7e7d 0%,#0e0e0e) ;
background: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #7d7e7d,  #0e0e0e);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0)";
}
.infobox_color_gradient_k:hover {
background: -moz-linear-gradient(top,#0e0e0e 0%,#0e0e0e) ;
background: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), to(#0e0e0e)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #0e0e0e,  #0e0e0e);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#0e0e0e', GradientType=0)";
}


.infobox_boder2 {
border: 1px solid #d2cec9;
}

.infobox_boder_2 {
border: 2px solid #cb4e4e;
}
.infobox_boder_3 {
border: 2px solid #eb9500;
}
.infobox_boder_4 {
border: 2px solid #0062a0;
}

.infobox_shadow1 {
-moz-box-shadow: 0 1px 1px #333;
-webkit-box-shadow: 0 1px 1px #333;
box-shadow: 0 1px 1px #333;
}

.infobox_radius10 {
-moz-border-radius: 10px; /* Firefox */  
   -webkit-border-radius: 10px; /* Safari and Chrome */  
   border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}
.infobox_radius8 {
-moz-border-radius: 8px; /* Firefox */  
   -webkit-border-radius: 8px; /* Safari and Chrome */  
   border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}
.infobox_radius6 {
-moz-border-radius: 6px; /* Firefox */  
   -webkit-border-radius: 6px; /* Safari and Chrome */  
   border-radius: 6px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */ 
}


/* General button style (reset) */
.btn_top {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	width: 90%;
	padding: 15px 0px;
	display: inline-block;
	margin: 10px 5%;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_top:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*.btn_top span {
	border-left: 10px solid #fff;text-align: left;padding-left:10px;
}*/


.btn_top1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	/*cursor: pointer;*/
	width: 94%;
	padding: 15px 0px;
	display: inline-block;
	margin: 6px 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}

.btn_top1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*.btn_top1 span {
	border-left: 10px solid #fff;text-align: left;padding-left:10px;
}*/
/*.btn_top1 a {
	 text-decoration : none;color: #fff;
}*/

.btn_top1_dai {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	/*cursor: pointer;*/
	width: 94%;
	padding: 15px 0px;
	display: inline-block;
	margin: 6px 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}

.btn_top1_dai:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn_top2 {
	padding: 15px 0px;
	display: inline-block;
	margin: 6px 3%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}

.btn_top2:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 画面サイズが768px以下の場合に適用 150902追加 */
@media only screen and (max-width: 768px) {
.btn_top1 {
	width: 94%;
	padding: 15px 3px;
	display: inline-block;
	margin: 10px ;
}
.btn_top1_dai {
	width: 94%;font-size: 80%;
	padding: 10px 3px;
	display: inline-block;
	margin: 10px ;
}
.btn_top2 {
	width: 94%;
	padding: 15px 3px;
	display: inline-block;
	margin: 10px ;
}
#infobox p {
	margin-bottom: 10px;
}
}

/* Button 1 */
.btn-1 {
	border-radius: 0px;
	border: 3px solid #fff;
	color: #fff;
	overflow: hidden;
}

.btn-1:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-1:hover {
	background: #0062a0;
}

.btn-1:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1:active:before {
	color: #0062a0;
}

/* Button 1-2 */
.btn-1-2 {
	border-radius: 0px;
	border: 3px solid #fff;
	color: #fff;
	overflow: hidden;
}

.btn-1-2:active {
	border-color: #17954c;
	color: #17954c;
}

.btn-1-2:hover {
	background: #000;
}

.btn-1-2:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1-2:active:before {
	color: #0062a0;
}

/* Button 4a */
.btn-1a:before {
	left: 130%;
	top: 0;
}

.btn-1a:hover:before {
	left: 80%;
}

/* Button 4b */
.btn-1b:before {
	left: -50%;
	top: 0;
}

.btn-1b:hover:before {
	left: 10%;
}

/* Button 4c */
.btn-1c:before {
	left: 70%;
	opacity: 0;
	top: 0;
}

.btn-1c:hover:before {
	left: 80%;
	opacity: 1;
}

/* Button 4d */
.btn-1d:before {
	left: 30%;
	opacity: 0;
	top: 0;
}

.btn-1d:hover:before {
	left: 10%;
	opacity: 1;
}




/* Button 2 */
.btn-2 {
	/*background: #cb4e4e;*/
	color: #fff;
	/*box-shadow: 0 6px #ab3c3c;*/box-shadow: 0 3px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#dc806e 0%,#c03a36) ;
background: -webkit-gradient(linear, left top, left bottom, from(#dc806e), to(#c03a36)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #dc806e,  #c03a36);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc806e', endColorstr='#c03a36', GradientType=0)";
}
.btn-2:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-2:active {
	box-shadow: 0 0 #ab3c3c;

}
/* Button 3 */
.btn-3 {
	/*background: #eb9500;*/
	color: #fff;
	/*box-shadow: 0 6px #d38300;*/box-shadow: 0 3px #d38300;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#f9b70e 0%,#eb9500) ;
background: -webkit-gradient(linear, left top, left bottom, from(#f9b70e), to(#eb9500)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #f9b70e,  #eb9500);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b70e', endColorstr='#eb9500', GradientType=0)";
}
.btn-3:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-3:active {
	box-shadow: 0 0 #d38300;
	top: 6px;
}

/* Button 4 */
.btn-4 {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #004b81;color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699) ;
background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #0099CC,  #006699);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099CC', endColorstr='#006699', GradientType=0)";
}
.btn-4:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-4:active {
	box-shadow: 0 0 #004b8;
	top: 6px;
}


.btn-5 {
	/*background: #cb4e4e;*/
	color: #fff;
	/*box-shadow: 0 6px #ab3c3c;*/box-shadow: 0 3px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#dc806e 0%,#c03a36) ;
background: -webkit-gradient(linear, left top, left bottom, from(#dc806e), to(#c03a36)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #dc806e,  #c03a36);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc806e', endColorstr='#c03a36', GradientType=0)";
}
.btn-5:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-5:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

.infobox_boder_6 {
border: 2px solid #cd1174;
}
.btn-6 {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #c60e70;color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#e4007f 0%,#cd1174) ;
background: -webkit-gradient(linear, left top, left bottom, from(#e4007f), to(#cd1174)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #e4007f,  #cd1174);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4007f', endColorstr='#cd1174', GradientType=0)";
}

.infobox_boder_7 {
border: 2px solid #996633;
}
.btn-7 {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #7b5125;color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#996633 0%,#875a2b) ;
background: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#875a2b)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #996633,  #875a2b);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#996633', endColorstr='#875a2b', GradientType=0)";
}

.infobox_boder_8 {
border: 2px solid #8db253;
}
.btn-8 {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #578633;color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#8db253 0%,#699e3e) ;
background: -webkit-gradient(linear, left top, left bottom, from(#8db253), to(#699e3e)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #8db253,  #699e3e);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8db253', endColorstr='#699e3e', GradientType=0)";
}



/*181220追加*/
.btn-02 {
	/*background: #cb4e4e;*/
	color: #fff;
	/*box-shadow: 0 6px #ab3c3c;*/box-shadow: 0 3px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#dc806e 0%,#c03a36) ;
background: -webkit-gradient(linear, left top, left bottom, from(#dc806e), to(#c03a36)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #dc806e,  #c03a36);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc806e', endColorstr='#c03a36', GradientType=0)";
padding: 15px 0px;margin: 6px 3%;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}
.btn-02:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-02:active {
	box-shadow: 0 0 #ab3c3c;

}
/* Button 3 */
.btn-03 {
	/*background: #eb9500;*/
	color: #fff;
	/*box-shadow: 0 6px #d38300;*/box-shadow: 0 3px #d38300;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#f9b70e 0%,#eb9500) ;
background: -webkit-gradient(linear, left top, left bottom, from(#f9b70e), to(#eb9500)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #f9b70e,  #eb9500);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b70e', endColorstr='#eb9500', GradientType=0)";
padding: 15px 0px;margin: 6px 3%;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}
.btn-03:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-03:active {
	box-shadow: 0 0 #d38300;
	top: 6px;
}

/* Button 4 */
.btn-04 {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #004b81;color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699) ;
background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #0099CC,  #006699);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099CC', endColorstr='#006699', GradientType=0)";
padding: 15px 0px;margin: 6px 3%;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;text-align: center;font-weight: bold;
}
.btn-04:hover {

	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-04:active {
	box-shadow: 0 0 #004b8;
	top: 6px;
}
/*181220追加*/


.price-2{
	font-family: 'Anton', sans-serif;color: #cb4e4e;font-size: 220%;text-align: center;margin:10px ;
}
.price-3{
	font-family: 'Anton', sans-serif;color: #eb9500;font-size: 220%;text-align: center;margin:10px ;
}
.price-4{
	font-family: 'Anton', sans-serif;color: #0062a0;font-size: 220%;text-align: center;margin:10px ;
}
.price-w{
	font-family: 'Anton', sans-serif;color: #fff;font-size: 160%;text-align: center;margin:10px;line-height: 130%;
}

.infobox_title_4{
	font-family: 'Anton', sans-serif;color: #006699;font-size: 150%;text-align: center;margin:6px ;line-height: 150%;font-feature-settings : "palt";
}
.infobox_title_3{
	font-family: 'Anton', sans-serif;color: #eb9500;font-size: 150%;text-align: center;margin:6px ;line-height: 150%;font-feature-settings : "palt";
}
.infobox_title_2{
	font-family: 'Anton', sans-serif;color: #c03a36;font-size: 150%;text-align: center;margin:6px ;line-height: 150%;font-feature-settings : "palt";letter-spacing: -0.1em
}

/* 画面サイズが768px以下の場合に適用 150902追加 */
@media only screen and (max-width: 768px) {
.infobox_title_2{
letter-spacing: 0em
}
}


/*求人ページプラグインをレスポンシブ対応*/
	.recruit-widget {
		width: 100%;
		max-width: 500px;
	}
	
	

.btn-flat-border {
display: inline-block;
  padding: 0.6em 1em;
  font-size:1.1em;
  width:25%;
  margin-right:1%;
  text-align:center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
.btn-flat-border {
display: block;
  width:90%;
  margin-right:0%;
  margin-bottom:12px;
    padding: 0.3em 0.5em;
  font-size:1em;
}
}

.btn-flat-border-line {
  border: solid 2px rgba(0, 185, 0, 0.0);
  border-radius: 3px;
  transition: .4s;
  background: rgba(0, 185, 0, 1.0);
  color: white;
}

.btn-flat-border-line:hover {
  color: rgba(0, 185, 0, 1.0);
  border: solid 2px rgba(0, 185, 0, 1.0);
  background: rgba(0, 185, 0, 0.0);
}

.btn-flat-border-txt {
  position: relative;
  bottom: 1.15em;/*bottom: 19.5px;*/
  left: 8px;
}

.btn-flat-border-tel {
  border: solid 2px rgba(253, 147, 0, 0.0);
  border-radius: 3px;
  transition: .4s;
    background: rgba(253, 147, 0, 1.0);
  color: white;
}

.btn-flat-border-tel:hover {
  color: rgba(253, 147, 0, 1.0);
  border: solid 2px rgba(253, 147, 0, 1.0);
  background: rgba(253, 147, 0, 0.0);
}

.btn-flat-border-mail {
  border: solid 2px rgba(0, 122, 254, 0.0);
  border-radius: 3px;
  transition: .4s;
    background: rgba(0, 122, 254, 1.0);
  color: white;
}

.btn-flat-border-mail:hover {
  color: rgba(0, 122, 254, 1.0);
  border: solid 2px rgba(0, 122, 254, 1.0);
  background: rgba(0, 122, 254, 0.0);
}




.im-all1 {
margin:1%;
}
.im-all2 {
margin:2%;
}
.im-all3 {
margin:3%;
}
.im-all4 {
margin:4%;
}
.im-all5 {
margin:5%;
}

.im-l1-r1 {
margin-left:1%;margin-right:1%;
}
.im-l2-r2 {
margin-left:2%;margin-right:2%;
}
.im-l3-r3 {
margin-left:3%;margin-right:3%;
}
.im-l4-r4 {
margin-left:4%;margin-right:4%;
}
.im-l5-r5 {
margin-left:5%;margin-right:5%;
}

.im-l1 {
margin-left:1%;
}
.im-l2 {
margin-left:2%;
}
.im-l3 {
margin-left:3%;
}
.im-l4 {
margin-left:4%;
}
.im-l5 {
margin-left:5%;
}

.im-r1 {
margin-right:1%;
}
.im-r2 {
margin-right:2%;
}
.im-r3 {
margin-right:3%;
}
.im-r4 {
margin-right:4%;
}
.im-r5 {
margin-right:5%;
}

.im-t1 {
margin-top:1%;
}
.im-t2 {
margin-top:2%;
}
.im-t3 {
margin-top:3%;
}
.im-t4 {
margin-top:4%;
}
.im-t5 {
margin-top:5%;
}

.im-b1 {
margin-bottom:1%;
}
.im-b2 {
margin-bottom:2%;
}
.im-b3 {
margin-bottom:3%;
}
.im-b4 {
margin-bottom:4%;
}
.im-b5 {
margin-bottom:5%;
}



.ip-all1 {
padding:1%;
}
.ip-all2 {
padding:2%;
}
.ip-all3 {
padding:3%;
}
.ip-all4 {
padding:4%;
}
.ip-all5 {
padding:5%;
}

.ip-l1-r1 {
padding-left:1%;padding-right:1%;
}
.ip-l2-r2 {
padding-left:2%;padding-right:2%;
}
.ip-l3-r3 {
padding-left:3%;padding-right:3%;
}
.ip-l4-r4 {
padding-left:3%;padding-right:4%;
}
.ip-l5-r5 {
padding-left:5%;padding-right:5%;
}



.ip-t1 {
padding-top:1%;
}
.ip-t2 {
padding-top:2%;
}
.ip-t3 {
padding-top:3%;
}
.ip-t4 {
padding-top:4%;
}
.ip-t5 {
padding-top:5%;
}

.ip-b1 {
padding-bottom:1%;
}
.ip-b2 {
padding-bottom:2%;
}
.ip-b3 {
padding-bottom:3%;
}
.ip-b4 {
padding-bottom:4%;
}
.ip-b5 {
padding-bottom:5%;
}


.button_map {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 16px;
		position: relative;
	z-index: 2;
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	line-height: 50px;
}
.button_map::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_map, .button_map::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_map:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.button_map::before, .button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
}
.button_map::before {
	right: 0;
}
.button_map::after {
	left: 0;
}
.button_map:hover::before, .button_map:hover::after {
	width: 0;
	background-color: #000;
}
/* 色変更 */
.button_map_red {
	background-color: #d2121f;
	border: 2px solid #d2121f;
}
.button_map_red::before, .button::after {
	background-color: #d2121f;
}
.button_map_suzuki {
	background-color: #003399 ;
	border: 2px solid #003399 ;
	color: #fff;
}
.button_map_suzuki::before, .button::after {
	background-color: #003399 ;
}
/* 色変更 */


/* .grid
------------------------- */

.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}
.grid-2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
.grid-3 {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(1, minmax(100%, 1fr));
}
.grid-4 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(40%, 1fr));
}

.grid-1-2 {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(1, minmax(100%, 1fr));
}
.grid-1-4 {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(1, minmax(100%, 1fr));
}
.grid-2-3 {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(1, minmax(100%, 1fr));
}
.grid-3-2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
.grid-in-2 {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(2, minmax(40%, 1fr)) ;
}
.grid-185 {
  display: grid;
  grid-gap: 24px 10px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.place-items-center {
place-items: center;
}
.place-items-center-start {
place-items: center start;
}


@media only screen and (min-width: 999px) {
.grid-2 {
  grid-gap: 20px 5%;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
.grid-3 {
  display: grid;
  gap:16% 3%;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
.grid-4 {
  grid-gap: 20px 10px;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.grid-1-2 {
  display: grid;
  gap: 5%;
  grid-template-columns: minmax(100px, 1fr) 2fr;
}
.grid-1-4 {
  display: grid;
  gap: 5%;
  grid-template-columns: minmax(100px, 1fr) 4fr;
}
.grid-2-3 {
  display: grid;
  gap: 5%;
  grid-template-columns: minmax(100px, 2fr) 3fr;
}
.grid-3-2 {
  display: grid;
  gap: 5% 2%;
  grid-template-columns: minmax(100px, 3fr) 2fr;
}
.grid-in-2 {
  display: grid;
  gap: 10% 2%;
  grid-template-columns: repeat(2,1fr) ;
}



.grid-185 {
  grid-gap: 20px 10px;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}


}