@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0;box-sizing: border-box;}
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;
}
/****************************************

          Link

*****************************************/

a {
	color: #e65600;
}
a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #e65600;/*fe56aa*//*font-weight:bold;*/
	text-decoration: underline;
}
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;/*font-family: 'Suez One',"Mplus 1p", serif; */
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;
	/*max-width: 960px;*/z-index: 3;height:auto;}
#header_box{
	/*width: 100%;clear:both;background-color: rgba(255,255,255,0.8);
	position: fixed;border: none;*/
}

#header_box { width: 1000px; margin-left: auto; margin-right: auto;  display: block; margin: 0 auto; }
#header_logo { float: left; padding:5px 10px; margin-bottom : 12px;
/*position: absolute;
	top: 0px;
	left: 20px;z-index: 1;*/z-index: 1;
width:280px /*129px;*/}
/*header h1 { float: right; padding: 10px 0 0 0; width: 700px;text-align :right; color : #62240b}*/
header h1 { 
text-align : left;float: right;margin : 10px 0 0 6px;font-size : 15px; color : #000}
header .h1dai { font-size : 140%;font-weight:bold;margin-right : 10px;}
#header_top { margin: 0 auto;/*background:#fff;*/width: 1000px;height: 70px;opacity: 0.95;
	/*max-width: 960px;*/}
#header_tel{
	position: relative;
}
.header_tel img{
	position: absolute;
		top: 34px;
		right: /*-2*/-10px;
		border: none;
}
#toggle{
	position: fixed;z-index: 5;
	top: 12PX;
    right: 0px;
}
body {
 /*background:#f3f4f5 url("images/backimg.jpg") repeat-y 50% 0%;*/
background: rgb(255, 255, 255);
color: rgb(89, 87, 87);/*color: rgb(0, 0, 0);*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#vespa{
background:#78c6ae url("images/vespa.jpg") no-repeat 50% 50%;
}
.vespa_p{
background: rgba(0,0,0,0.3);padding: 20px;
}

#motoguzzi{
background:#000 url("images/motoguzzi_bg.gif") no-repeat 50% 50%;
}

.container_box {
  margin: 0 auto;
  padding: 5px;
  width: 100%;/*90*/
  /*background-color: #fff;*/
  column-count: 3;
  column-gap: 0;
}
.container_box img {
  width: 100%; padding: 0px; margin: 0 ;
  vertical-align: bottom;
}
.container_box p {
  padding: 0px; margin: 0 ;
}
@media (max-width: 768px) {
  .container_box {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .container_box {
    column-count: 1;
  }
}

.grid_box {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.text_box {
  padding: 20px;
  background-color: #999;
}

.pic_box {
  padding: 5px 0;
  /*background-color: #222;*/background: rgba(0,0,0,0.7);
  color: #fff;
}

.pic_box_2 {
  padding: 5px 0;
  /*background-color: #222;*/background: rgba(255,255,255,0.1);
  color: #fff;
}


.grid_box > * {
  border-radius: 8px;
}

.pic_box > *:not(img) {
  padding: 0 20px;
}
.pic_box_2 > *:not(img) {
  padding: 0 20px;
}


/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
	header { text-align : center; padding-top : 0px; width: 100%;margin: 0 auto;background: none ;height:auto;/*border-bottom: 3px solid #ee7700;*/
	/*max-width: 960px;*/}
	#header_top { width: 100%;}
/*header h1 { float: left; padding: 5px; }*/
/*#header_logo { float: none; text-align: center;width:100%}*/
#header_logo {width: 220px;}
header h1 { float: none; }
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
header { text-align : center; padding-top : 12px; width: 100%;margin: 0 auto;background: none ;
	/*max-width: 960px;*/}	

#header_logo { float: none; text-align: center;padding: 0px;margin-bottom : 6px}
#header_top { margin: 0 auto;width: 100%;height:100%;}
header h1 { display: block;width: 100%;text-align: center;}
#header_box { width: 100%; }
/*#header_tel{display: none; }*/
.fixed {
      position: absolute;
      top: 0px;　
      z-index: 10;
      width: 100%;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
#header_logo {float: none;width: 200px;}
header h1 { float: none;  text-align: center;padding: 0px;font-size : 100%; }
/*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; }
}



/* 画面サイズが1024px以下の場合に適用 */
@media only screen and (max-width: 1024px) {
#header_tel{
display: none;
}
header { height:auto;}
#menu_box{
height:auto;
}

/*header { border-bottom: 3px solid #ee7700;
}*/
/*#menu {
	margin: -17px auto 0;
}*/
}

#menu_box{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;clear:both;
	
	/*background-color: #2a83a2;height:40px;*/
	
	padding:6px 20px ;/*margin-top : 88px;*/
background-color: rgba(255,255,255,1.0);z-index: 210;/*border-top:1px solid #dddddc;*/opacity: 0.95;
border-top:1px solid #dddddc;border-bottom:1px solid #dddddc;
height:40px;

}
#menu {
	display: none;
}			
#menu li{
	display: none;
}


#toggle {
	display: none;
}



/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
#toggle {
		display: block;
	}

}


/* ナビゲーション-ドロップダウン
---------------------------------------------------- */

#dropmenu {

  width: 1000px;/*960px*/
  margin: 0px auto 0px;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  /*display: block;
  margin: 0;
  padding: 16.5px 0;
  background: #fff;
  color: #fff;
  font-size: 70%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;*/
  
  font-size: 100%;font-weight: bold;font-size : 80%;
  display: block;/*font-family: "Noto Sans Japanese",sans-serif;*/
	padding: 1px 2px;margin-bottom: 6px;
	color: #333;
	text-align: center;
	text-decoration: none;/*border-left:2px dotted #ea5504;padding-left:8px;*/border-left:1px solid #dddddc;padding-left:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .5s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #fff;/*91b13d*/
  text-align: center;
  /*font-size: 70%;
  font-weight: normal;*/border-left:none;font-weight: bold;border-bottom:1px solid #dddddc;
}
#dropmenu > li:hover > a { /* background: #785839;/*91b13d*/color: #ffc800; }
#dropmenu > li:hover li:hover > a {  /*background: #9a774b;/*afcd51*/color: #ffc800; }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #fff }
#dropmenu li:hover ul li ul li:hover > a {  /*background: #535d09*/ color: #ffc800;}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}

/*親メニューに矢印追加*/
#dropmenu li span:before {
  position: absolute;
  content: "";
  top: 6px;/*top: 18px;*/
  left: 80%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #333;/*454e08*/
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #785839;/*454e08*/
}


#dropmenu li a.ft_mini {
	font-size : 80%   
}
@media (max-width: 1200px) {
#dropmenu li a.ft_mini {
	font-size : 80%   
}
}
@media (max-width: 1000px) {
#dropmenu li a.ft_mini {
	font-size : 70%   
}
}

/* 画面サイズが1000px以下の場合に適用 */
@media only screen and (max-width: 1000px) {
#menu {
	width: 100%;margin:0px auto 0px;
}
#menu {
	width: 100%;float: right;
	/*margin: 5px auto 0;
	padding: 0;    */

}
#menu li{
	display: block;
	float: left;
	width: 20%;font-size : 70%;font-weight: bold;
	margin: 0;
	padding: 0;/*position: relative;*/
}

#dropmenu {
width: 100%;float: right;
}



}

/* メインの画像
---------------------------------------------------- */
#top {
clear: both;
margin: 0 auto 10px;
padding:0;
background: #000 url(images/top.jpg)  no-repeat left top ;
background-size: cover;background-position:center;
text-align: center;
vertical-align: bottom;width: 100%;height: 100%;color: #fff;
/*background: #fff url(images/topimg_bg.jpg)  repeat-x ;*/
}
#top h2{
	border: none;text-align : left;font-size : 130%;
  background: none;
padding: 300px 20px 20px 480px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
#top p{
	border: none;text-align : left;font-size : 110%;
  background: none;
padding: 10px 20px 20px 480px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
/*.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 h2{
	border: none;text-align : left;font-size : 120%;
  background: none;
padding:0px 10px 10px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;clear: both;
}
#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;
}


#menu_box{
	width: 100%;
	margin:10px auto;
	padding: 0px ;height:auto;border-top:none;
}
#menu {
	display: none;
}			
#menu li{
	display: none;
}
#dropmenu {
display: none;
}
#dropmenu li {
display: none;
}
#toggle {
		display: block;
	}
}
#top2 {
clear: both;
margin: 0 auto 10px;
padding:0;
/*width: 100%;*/
text-align: center;
vertical-align: bottom;width: 100%;height: 220px;
/*background: #fff url(images/topimg_bg.jpg)  repeat-x ;*/
}
.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{
font-size : 130%;color:#333;
}
h2 span {
  border-left:10px #3498db 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{

}
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 
{	-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)";
}

#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;
	}
*/	
/*#menu {
	font-size : 90%;width: 70%;
}
#menu_box{
	padding: 0px ;height:auto;
	background-color: rgba(0,0,0,0.7);z-index: 0;border-bottom:none;
}*/
	
/* .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 {
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;
	}
	/*#menu {
		display: none;
	}
	#menu li{
	display: none;
}*/
#top {
		background: url(images/top_sp.jpg) no-repeat bottom right;
		background-size: cover;
		position: relative;
	}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#navigation_bg {
	display: none;
	}
	#navigation {
	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 : 90%; clear:both;
margin : 0 auto;
text-align : center}
#contents_inner {
width : 90%; clear:both;
margin : 0 auto;
}
#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}
#main p { 
margin-bottom : 24px;line-height : 1.7;font-size: 90%;
text-align : left}
#main p strong { 
/*color: #fff;*/font-weight:bold;}
#main img { 
margin :0 0px 12px 0;/*margin :0 20px 20px;*/}
#contents img { 
margin-bottom : 0px; /*margin-bottom : 24px; */
/*box-shadow : 0 0 12px #000;*/}
/* @end */
/* @group Footer */
footer {
padding : 24px 0;
color : 333;
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;
	width: 100%;height: auto;/*color:#333;background:#eae9e8;
	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: 25px 0;
	/*background:-moz-linear-gradient(top, #1F1F1F, #070707); /* Firefox */
	/*background:-webkit-linear-gradient(top, #1F1F1F, #070707);/* safari Chrome */
	/*background:linear-gradient(to bottom, #1F1F1F, #070707); /* IE */
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#1F1F1F, endcolorstr=#070707))";/* IE8,9 */
	/*zoom: 1;*/
	background:#e7e5dc;
}

footer p {
	/*text-align: center;*/
	margin:0px 0 0 0px;text-align:left;color:#333;

}
#footer_link {
	margin:0px 0 0px 0px;height: auto;
	padding:10px 0 10px;
	text-align:center;clear: both;background-color: #cdcdcd;
}
#ftcopy
{ margin:0px 0 0 0 ;text-align: center; color:#333;font-size: 80%;
/*background-color: #2a83a2;
padding: 10px 0px 10px; */}
iframe {
margin : 0px 0px;
}
/* @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 #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%*/200px} /*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;
/*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: 100%;
  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%;
}

table.price1 th {
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	border-bottom: #afcd51 2px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.price1 tr th:first-child {
  border-bottom: #76922f 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.prof {
  width: 95%;margin:10px 0;
  border-spacing: 0;border-collapse: collapse;
  font-size:90%;/*color: #fff;*/
}
table.prof th {

  padding: 4px 6px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;vertical-align: top;

  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.prof tr td {
  padding: 4px 6px;
  text-align: left;vertical-align: top;

}

table.prof2 {
  width: 95%;margin:10px 0 34px;
  border-spacing: 0;border-collapse: collapse;
  font-size:100%;color: #333;
}
table.prof2 th {

  padding: 8px 12px;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  background: #eee;border: 1px solid #aaa;
  /*box-shadow:  2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
table.prof2 tr td {
  padding: 8px 12px;
  text-align: left;border: 1px solid #aaa;

}

/* licenseテーブル
---------------------------------------------------- */
table.license {
	/*background-color: #999;
	border-collapse: separate;
	border-spacing: 1px;*/
	width: 95%;font-size: 14px;margin:10px 0 20px 0 ;
}

table.license th  {
	border-bottom: 1px dashed #99836e;
	/*background-color: #EEE;*/padding: 6px 10px; text-align: left;color: #ee7700;
}

table.license thead th  {
	background-color: #CCC;padding: 6px 10px;font-weight:bold; font-size: 14px;
}

table.license td {
	/*background-color: #FFF;*/padding:6px 10px; text-align: left;border-bottom: 1px dashed #99836e;
}
table.license caption { caption-side: top; text-align: left; font-size: 14px;font-weight:bold;} 

/* license2テーブル
---------------------------------------------------- */
table.license2 {
	/*background-color: #999;
	border-collapse: separate;
	border-spacing: 1px;*/
	width: 95%;font-size: 14px;margin:10px 0 20px 0 ;
}

table.license2 th  {
	border-bottom: 1px dashed #ededed;
	/*background-color: #EEE;*/padding: 6px 10px; text-align: left;color: #fff;
}

table.license2 td {
	/*background-color: #FFF;*/padding:6px 10px; text-align: left;border-bottom: 1px dashed #ededed;
}


/* insuranceテーブル
---------------------------------------------------- */
table.insurance {
	background-color: #999;width: 95%;
	border-collapse: separate;
	border-spacing: 1px;font-size: 14px;margin:10px 0 20px 0 ;
}

table.insurance th  {
	border: 1px solid #FFF;
	background-color: #EEE;padding: 6px 6px; text-align: center;
}

table.insurance thead th  {
	background-color: #CCC;padding: 6px 6px;font-weight:bold; font-size: 14px;
}

table.insurance td {
	background-color: #FFF;padding:6px 6px; text-align: center;
}
table.insurance caption { caption-side: top; text-align: center; font-size: 15px;font-weight:bold;padding:0px 0 10px 0;} 

table.insurance th.tablecustom  {
	background-color: #CCC;
}

/* linkテーブル
---------------------------------------------------- */

table.link {

	border-collapse: collapse;
	width: 95%;margin: 0px 0 24px 0;
  font-size:90%;
}

table.link th {
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	border-bottom: #afcd51 2px solid;
	text-align: left;
	background: none;
	padding: 10px;
	font-weight: normal;
}
table.link tr th:first-child {
  border-bottom: #007ab7 2px solid;font-weight:bold; font-size:110%;
}
table.link tr th:first-child:hover {
  background: #dfe1e2;
  cursor:pointer;
}

table.link td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
table.link tr:hover {
  background: #dfe1e2;
  cursor:pointer;
}
/*table.link td:hover {
  background: #d4d9db;
  cursor:pointer;
}*/

table.link td strong {
  color: #76922f;
}
@media screen and (max-width:600px) { /*600px以下(スマホ用)*/
table.link, table.link tr, table.link th, table.link td {
display: block;
max-width: 95%; /*スマホ画面ほぼ一杯に広がる感じ*/
}
}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
table.price {
  font-size:70%;
}
table.prof {
  font-size:90%;
}
table.prof2 {
  font-size:90%;
}
}
/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
table.price {
  font-size:50%;
}
}
/* 見積もり依頼ボタン */

.banner_btn_center {
	width: 100%;margin:10px auto;text-align: center;
}

.banner_btn {
	display: inline-block;
	width: 40%;margin:10px 10px;
	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;
}

@media screen and (max-width: 640px) {
.banner_btn {
  width: 90%;font-size:90%;
}

}


/**/
.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 15px;font-weight:bold;font-size : 95%;
}
ol.list_disc{
list-style-type:disc;text-align: left;margin:15px 60px;font-weight:bold;
}
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 */
}

/*右よせ左寄せ*/
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%;
}
.clearboth {
    clear:both;padding:20px 0;
}
@media screen and (max-width: 640px) {
div.right_box {
    float: none;width: 100%;
}
div.left_box {
    float: none;width: 100%;margin:0px;
}
div.right {
    float: none;
}
div.left {
    float: none;
}
}
/*
メールフォーム
-------------------------------------------*/
#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;
}
	.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;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 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);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          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*/;
}


img.alignleft {
    display: inline-block;
    margin: 0 /*1.5em 1em*/ 0 0 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(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;
}*/

/****************************************

         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 );
}



/****************************************

         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;*/
	
}


/****************************************

          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: #fff url(images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(images/next.jpg) no-repeat left center;}
/*.slider_next {background: #F3F4F5 }*/

.pagination {
	bottom: 0px;/*10px*/
	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;}

#toptopic1 { margin-bottom: 25px; }
#toptopic1 .topPrOuter { display: block; overflow: hidden; padding: 10px 0;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);margin-left: 0%;}
#toptopic1 h4 { margin: 0px 0px 8px; line-height: 135.7%; font-size: 16px;text-indent: 12px;border-left:8px solid #1871B8;text-align: left;
display: block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; }
#toptopic1 h4 a { text-decoration: none; color: #333; }
#toptopic1 h5 { 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: 20px; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);margin-left: 3%; }
  #toptopic1 #toptopic1Left { width: 30%;/*width: 33.1%;*/ text-align: left; float: left; display: block; overflow: visible; }
  #toptopic1 #toptopic1Center { width: 30%;/*width: 33.1%;*/ text-align: center; float: left; display: block; overflow: visible; }
  #toptopic1 #toptopic1Right { width: 30%;/*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 #e5e5e5; }
#toptopic1 .topPrOuter h4 { 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:0px 0 0 0px;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: 25%;padding:0px;margin:0px 0 0px 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 0px 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: 50%;
}

}
/* 新着情報
---------------------------------------------------- */
/* --- 新着情報エリア --- */
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: 1024px) {
.sec01 { width: 768px; }
.sec02, .sec03 { width: 730px; }
}
@media screen and (max-width: 767px) {
.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%;/*border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;*/
 /* -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  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; 
}


@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("images/pagetop.png") no-repeat 0 0;/*画像のURLを指定。*/
}
  
#page-top a:hover {
    background-position: 0 -20px;
}



/* sidebar
---------------------------------------------------- */
#sidebar { width: 980px; margin-left: auto; margin-right: auto; box-sizing: border-box; display: block; border-top: 1px solid transparent;
margin-bottom: 24px;}

@media screen and (max-width: 1024px) {
#sidebar { width: 768px; }
}
@media screen and (max-width: 767px) {
#sidebar { width: auto; margin-left: 10px; margin-right: 10px; }
}

/* widget
---------------------------------------------------- */
.widget {
	margin:0px 0 24px;float: left;width : 48%;margin:0px 1%;/**/
}
@media screen and (max-width: 640px) {
.widget {
	float: none;width: 100%;margin:0px;
}
}


.widget p{
	padding:0 10px;font-size: 12px;
	color:#333;line-height: 130%;letter-spacing: -0.05em;
}

.widget ul{
	padding:0px;margin:0px 10px 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: 10px 10px;text-align:center;
	min-width: 120px;height: auto;line-height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
	max-width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget ul li a:hover {
text-decoration: none;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;
}

/*160418 select */

select{
	border:0;
	border:solid 1px #ccc;
	color:#444;
	margin:3px 0;
	padding:10px;
	width:300px;
	font-family:Arial, sans-serif;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
.widget ul{
 margin: 0px 0 12px 0;
 }
.widget ul li {
width: 100%;padding: 0px;height: auto;margin: 0px 0px;border:none;

}
.widget ul li a {
	max-width:90%;
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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget 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);
}

.widget ul li a:hover {
text-decoration: none;color: #333;
}

}

/* パンくず
---------------------------------------------------- */
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
}

/* Owl Carousel 2
---------------------------------------------------- */

.owl-carousel {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .owl-carousel {
    width: 90%;
  }
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 25%;
  margin: 0;
  padding: 0 20px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-prev,
  .owl-theme .owl-controls .owl-nav .owl-next {
    padding: 0 10px;
  }
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: -60px;
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
}

#top001 section {
	padding: 24px 0;margin-bottom: 0px;
}
#top002 section {
	padding: 24px 0;margin-bottom: 0px;
}
#top003 section {
	padding: 24px 0;margin-bottom: 0px;
}

section {
	padding: 24px 0;margin-bottom: 24px;margin-top: 0px;
}

.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

#top001{
/*margin: 0px;
background: linear-gradient(to bottom, #2f893d 0, #2f893d 30%, #2f893d 60%, #00b900 100%);*/

background:#d9e7e8/*e7e5dc*/ url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}

#top001 h2{
color: #3f4a40;font-size : 200%;/*background:#7cc48f;border-bottom:1px #3f4a40 solid;*/line-height: 1.5;
}
#top001 p{
color: #3f4a40;/*font-weight: bold;*/font-size : 110%
}


#top001-1{
/*margin: 0px;
background: linear-gradient(to bottom, #2f893d 0, #2f893d 30%, #2f893d 60%, #00b900 100%);*/

background:#daecee /*url("images/bg_stripe_g.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px*/; 
}

#top001-1 h2{
color: #333;font-size : 200%;background:#c2e7ef;border-bottom:1px #88b2d1 solid;line-height: 1.5;font-family: "Hannari"; 
}
#top001-1 p{
color: #333;font-weight: bold;font-size : 120%; 
}


#top001-2{
background:#fff/* url("images/bg_stripe_g.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px*/; 
}

#top001-2 h2{
color: #1ea821;font-size : 200%;background:#e7e5dc;border-bottom:1px #c6c5be solid;line-height: 1.5;font-family: "Sawarabi Mincho";
}
#top001-2 h3{
font-size : 140%;border-bottom: 1px #000 dotted;
}
#top001-2 p{
color: #58454c;font-weight: bold;font-size : 120%;font-family: "Sawarabi Mincho";
}

#top001-w{
background:#fff;margin: 0px;
}

#top001-w h2{
color: #fff;font-size : 200%;background:#349844;border-bottom:1px #277e33 solid;line-height: 1.5;font-family: "Sawarabi Mincho";
}
#top001-w h3{
font-size : 140%;border-bottom: 1px #000 dotted;
}
#top001-w p{
color: #000;font-weight: bold;font-size : 120%;font-family: "Sawarabi Mincho";
}


#top002{
background:#4bb45c url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px;
}

#top002 h2{
color: #4bb45c;font-size : 200%;
text-shadow: 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;        /* 文字の影 */
}
#top002 p{
color: #fff;font-weight: bold;
}

#top003{
background:#fff ;
}
#top003 h2{
/*color: #1ea821;*/color: #61C1BE;font-size : 200%;
}
#top003 h3{
/*color: #1ea821;*/color: #61C1BE;font-size : 150%;text-align: center;
}
#top003 p{
/*color: #1ea821;*/font-weight: bold;font-size : 110%
}

#top003 h3 a {
	color: #e46871;text-decoration: underline;
}
#top003 h3 a:hover {
	/*border-bottom: 1px solid #e65600;/*fe56aa*/
	color: #595757;/*fe56aa*//*font-weight:bold;*/
	text-decoration:none;
}


#top004{
/*background:#f5e5a9 url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; */
}
#top004 h2{
/*color: #1ea821;*/color: #61C1BE;font-size : 200%;
}
#top004 p{
/*color: #1ea821;font-weight: bold;*/font-size : 110%
}

#top004-g1{
background:#65a04d url("images/bg_stripe_g.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}
#top004-g1 h2{
color: #fff;font-size : 200%;
}
#top004-g1 p{
color: #fff;font-weight: bold;
}

#top004-g{
/*background:#4bb45c ;margin: 0px;*/
background:#65a04d url("images/bg_stripe_g.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}
#top004-g h2{
color: #fff;font-size : 200%;
}
#top004-g p{
color: #fff;font-weight: bold;text-align : center;
}

#top005{
background:#fff ;
}
#top005 h2{
color: #ee7700;font-size : 200%;
}
#top005 h3{
color: #ee7700;font-size : 160%;
}
#top005 h3{
color: #fff;
}
#top005 h4{
color: #fff;font-size : 160%;
}
#top005 p{
color: #333;font-weight: bold;
}

#top005-1{
background:#fff ;
}
#top005-1 h2{
color: #ee7700;font-size : 200%;
}
#top005-1 h3{
color: #ee7700;font-size : 160%;
}

#top005-1 p{
color: #333;font-weight: bold;margin: 0px;
}

#top006{
background:#4bb45c url("images/jp_map_g.png") no-repeat 90% 50%;margin: 0px;
}
#top006 h2{
color: #fff;font-size : 200%;
}
#top006 h3{
color: #fff;font-size : 160%;
}
#top006 p{
color: #fff;font-weight: bold;background: rgba(0,0,0,0.1);padding: 20px;/*margin-left: 10px;*/
}

#top006-1{

/*background:#65a04d url("images/bg_stripe_g.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; */
}
#top006-1 h2{
/*color: #fff;font-size : 180%;*/color: #61C1BE;font-size : 200%;
}
#top006-1 h3{
/*color: #fff;*/font-size : 160%;
}
div.left_box_dai {
    float: left;width : 50%;margin:0px;
}
.top006-1_textbox { /*padding: 2.4rem 5.33333% 2.3rem;*/padding: 20px;margin-bottom: 20px;background:#f7f5f6; /*background: rgba(0,0,0,0.1)*/}

#top006-1 p{
/*color: #fff;*/font-weight: bold;margin: 0px;
}


#top007{
background:#fff ;
}
#top007 h2{
color: #ee7700;font-size : 200%;
}
#top007 p{
color: #ee7700;font-weight: bold;
}


#top008{
background:#4bb45c ;margin: 0px;
}
#top008 h2{
color: #fff;font-size : 200%;
}
#top008 p{
color: #fff;font-weight: bold;
}

#top009{
background:#fff ;
}
#top009 h2{
color: #ee7700;font-size : 200%;
}
#top009 p{
color: #ee7700;font-weight: bold;
}




@media screen and (max-width: 480px) {
#top001 h2, #top002 h2, #top003 h2, #top004 h2, #top005 h2, #top006 h2, #top007 h2, #top008 h2, #top009 h2 {
font-size : 130%;
}
#top001 h3, #top002 h3, #top003 h3, #top004 h3, #top005 h3, #top006 h3, #top007 h3, #top008 h3, #top009 h3 {
font-size : 110%;
}
#top001-1 h2, #top004-g1 h2, #top004-g h2, #top005-1 h2, #top006-1 h2  {
font-size : 150%;
}
#top001-1 h3, #top004-g1 h3, #top004-g h3, #top005-1 h3, #top006-1 h3  {
font-size : 120%;
}
#top001-1 p, #top004-g1 p, #top004-g p, #top005-1 p, #top006-1 p  {
font-size : 100%;
}
}


#top000_bg{
background:#fff url("images/fixed01.jpg") repeat 50% 50%;margin: 0px;height: 400px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;position: relative;z-index:2;
}
#top000_bg::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; }
#top000_bg h2{
	color: #fff;
	font-size: 28px;padding : 0px 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

#top000_bg p{
color: #fff;
font-size: 18px;padding : 0px 10px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 768px) {
#top000_bg h2{
	font-size: 18px;text-align:left;
}
/*#top000_bg {
	background: url("images/sliderpro/topimg-201509-01.jpg") no-repeat 65% bottom;
}*/

}

#top000_bg2{
background:#fff url("images/sliderpro/slide2.jpg") repeat 50% 50%;margin: 0px;height: 400px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;position: relative;z-index:2;
}
#top000_bg2::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; }
#top000_bg2 h2{
	color: #fff;
	font-size: 28px;padding : 0px 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
#top000_bg2 p{
color: #fff;font-weight: bold;
}
@media (max-width: 768px) {
#top000_bg2 h2{
	font-size: 18px;text-align:left;
}
/*#top000_bg {
	background: url("images/sliderpro/topimg-201509-01.jpg") no-repeat 65% bottom;
}*/

}


.balloon {
width:100%; 
margin:0 auto;
position:relative;height: 200px;
}
.balloon01 {
float:left;
}
.balloon02{
float:left;
}
.balloon02 p {
position:absolute;
bottom:0;width:50%;margin-left:10px; 
}

/*@media screen and (max-width: 640px) {
.balloon {
width:100%; 
position:none;height: auto;
}
.balloon01 {
float:none;display: block;
}
.balloon02{
float:none;display: block;
}
.balloon02 p {
position:none;width:100%; 

}
}*/


.balloon_div {
    display: table-cell;
    vertical-align: bottom;
}

.balloon_div img {
width:300px;
}

.balloon_div p {
    display: table-cell;width:60%;
    margin-bottom:-24px;
}
.infobox_border_o2 {
/*border:3px #ee7700 solid;color: #fff;*/padding: 10px 10px 10px 10px;margin-bottom: -12px;/*background: #fad6b2;*/font-weight: bold;min-height: 310px;
-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 */ 
background:#5d9bcb url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}
/*.infobox_border_o2 p {
color: #fff;
}*/

.infobox_border_o3 {
/*border:3px #ee7700 solid;color: #fff;*/padding: 10px 10px 10px 10px;margin-bottom: -12px;background: #ee7700;font-weight: bold;color: #fff;
-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_b {
/*border:3px #ee7700 solid;color: #fff;*/padding: 10px 10px 10px 10px;margin-bottom: 12px;/*background: #4bb45c;*/font-weight: bold;color: #fff;min-height: 310px;
-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 */ 
background:#5d9bcb url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}

.infobox_m {
/*border:3px #ee7700 solid;color: #fff;*/padding: 10px 10px 10px 10px;margin-bottom: 12px;/*background: #4bb45c;*/font-weight: bold;color: #fff;min-height: 310px;
-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 */ 
background:#f28383 url("images/bg_stripe.png") repeat 0% 0%;margin: 0px;
background-repeat: repeat; background-position: 3px 0px; background-size: 11px 11px; 
}

.infobox_border_o3 h2 {
color: #fff;
}
@media screen and (max-width: 640px) {
.balloon_div {
    display: block;
}
}

.balloon_info {
    display: table-cell;
    vertical-align: bottom;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.balloon_div_pc { display: block !important; }
.balloon_div_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.balloon_div_pc { display: none !important; }
.balloon_div_sp { display: block !important; }
}



#gallery-partsmain {
				margin: auto;width: 100%;
			}
			#gallery-partsmain .gallery-item-partsmain {
				float: left;
				margin: 10px 10px 12px 0;
				text-align: left;min-height: 380px;
				
			}
			.gallery-item-partsmain-h380 {
				min-height: 380px;
				
			}
			.gallery-item-partsmain  {
				width: 32%;
			}
			/*#gallery-partsmain dt img {
				max-height:150px;
			}*/
			#gallery-partsmain dt  {
				
			}
			#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 {
				margin-left: 0;
			}

.gallery-item-partsmain h3 { margin : 0px}
/*.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%;}
}

#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;*/}
}


.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: 28px;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: 20px;
}
.bg-slider {
	background: url(images/top/04.jpg) no-repeat 65% bottom;
}

}


/*アンダーライン*/
.bt_under {
  background: linear-gradient(transparent 85%, #65a04d 85%);
  }

.bt_stripe{ 
  position: relative;
  	padding: 0.3em;
  }
.bt_stripe:after {
  content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #5b9045, #5b9045 2px, transparent 2px, transparent 4px);
/*白・青	background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);*/
  }

@media (max-width: 768px) {
.bt_stripe{ 
  position: none;
  	padding: 0;
  }
.bt_stripe:after {
  content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 0px;
    background: none;
  }

}

/*フォント*/
.ft-80 {
  font-size: 80%;
}
.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-200 {
  font-size: 200%;
}

.ft-170 br {
line-height: 170%;
}
.fh-200 br {
line-height: 200%;
}

.ft-black {
  color: #333;
}

.ft-white {
  color: #fff;
}
.ft-green {
  color: #1ea821;
}

.ft-red {
  color: #ff0000;
}

@media screen and (max-width: 480px) {
.ft-130, .ft-150 {
  font-size: 110%;
}
.ft-170, .ft-180 {
  font-size: 130%;
}
}


.btn_top1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	/*cursor: pointer;*/
	width: 94%;
	padding: 6px 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;
}

/* Button 4 */
.btn-yellow  {
	/*background: #0062a0;*/
	/*box-shadow: 0 6px #004b81;*/box-shadow: 0 3px #d2ac3c;color: #333;font-weight: bold;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;font-size: 110%;margin-bottom: 5px;border-radius: 5px;
	background: -moz-linear-gradient(top,#fccd40 0%,#e3ba41) ;
background: -webkit-gradient(linear, left top, left bottom, from(#fccd40), to(#e3ba41)) ;
/* IE10+ */background: -ms-linear-gradient(top,  #fccd40,  #e3ba41);
/* IE8-9 */-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccd40', endColorstr='#e3ba41', GradientType=0)";
}
.btn-yellow: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;

	top: 2px;
}
.btn-yellow:active {
	box-shadow: 0 0 #333;
	top: 6px;
}


hr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.hr_section {
	background-color: #fff;
  border-top: 2px dotted #bbb;
}

.hr_section2 {
	background-color: #fff;
  border-top: 2px dotted #bbb;
  	margin: 24px 0;
}