@media only screen and (max-width: 766px){
	.pc_only {
		display:none;
	}
}

@media only screen and (min-width: 767px){
	.sp_only {
		display:none;
	}
}

.article p, .post p{
	text-indent: 10px;
	padding-left: 16px;
	padding-right: 16px;
}

.article p.no_indent, .article p.no_indent{
	text-indent: 0px;
}

@media only screen and (max-width: 766px){
	.post .watch_out, .article .watch_out {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.post .watch_out span, .article .watch_out span {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		color: #d0121b;
		padding: 0 12px;
		border: solid 2px #d0121b;
	}
	
	.post .watch_out a, .article .watch_out a {
		display: inline-block;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		padding: 0 12px;
	}
	
	.post .watch_out a:hover, .article .watch_out a:hover {
		display: inline-block;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		text-decoration: underline;
		padding: 0 12px;
	}
}
@media only screen and (min-width: 767px){
	.post .watch_out, .article .watch_out {
		float: right;
		height: 0px;
		margin: -60px 30px 0 0;
	}

	.post .watch_out span, .article .watch_out span {
		height: 38px;
		line-height: 38px;
		font-size: 28px;
		color: #d0121b;
		padding: 0 12px;
		border: solid 2px #d0121b;
	}
	
	.post .watch_out a, .article .watch_out a {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
		padding: 0 12px;
	}
	
	.post .watch_out a:hover, .article .watch_out a:hover {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
		text-decoration: underline;
		padding: 0 12px;
	}
}

.post h3, .article h3, .post h4, .article h4, .post h5, .article h5 {
	padding-left: 5%;
}

.post .page_headline1, .article .page_headline1 {
    color: #248c01;
    font-weight: bold;
}

.post h4:not(.page_headline1), .article h4:not(.page_headline1) {
	border-bottom: solid 1px #248c01;
	
}

ul.alpha{
	width: 90%;
	margin: 0 0 0 30px;
	list-style-type: lower-alpha;
}

ul.num{
	list-style-type: decimal;
}

ul li {
	margin-bottom: 5px;
}

ul li.remarks{
	list-style-type: none;
	padding-left: 30px;
}

dl dd ul, dl dd ul {
	padding-left: 0;
	margin-left: 0;
}

dl dd ul li span, dl dd ul li span {
	color: #888;
	font-size: 90%;
}

dl.concurrent {
	width: 100%;
	padding: 20px 5%;
}

dl.concurrent dt {
	margin: 25px 0 10px 0;
	border-bottom: solid 1px #aaa;
}

dl.concurrent dd {
	padding: 0 2%;
	margin: 0 0 10px 5%;
}

@media only screen and (max-width: 766px){
	dl.split {
		width: 100%;
		padding: 20px 5%;
	}
	dl.split dt {
		margin: 25px 0 10px 0;
		border-bottom: solid 1px #aaa;
	}
	dl.split dd {
		padding: 0 2%;
		margin: 0 0 10px 5%;
	}
}

@media only screen and (min-width: 767px){
	dl.split {
	    border-bottom: 1px solid #ddd;
	    margin: 0 0 40px 0;
	}
	dl.split dt {
	    display: inline;
	    float: left;
	    width: 37%;
	    font-size: 110%;
	    font-weight: bold;
	    line-height: 200%;
	    margin: 0;
	    padding: 12px 2% 10px 2%;
	    border-top: 1px solid #ddd;
	    border-bottom: none;
	}
	dl.split dd {
	    font-size: 110%;
	    line-height: 200%;
	    margin: 0 0 0 37%;
	    padding: 12px 10px 10px;
	    border-top: 1px solid #ddd;
	}
}

dl.information {
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
}

dl.information dt  {
    display: inline;
    float: left;
    width: 27%;
    font-size: 110%;
    font-weight: bold;
    line-height: 200%;
	text-align: right;
    margin: 0;
    padding: 12px 2% 10px 2%;
    border-top: 1px solid #ddd;
    border-bottom: none;
}
dl.information dd {
    font-size: 110%;
    line-height: 200%;
    margin: 0 0 0 27%;
    padding: 12px 10px 10px;
    border-top: 1px solid #ddd;
}



/* pap */
#pap {
	border: solid 2px #ccc;
	padding: 5px;
}

dl dd ol{
	list-style-type: none;
}

dl dd ol li:before{
	counter-increment: cnt;
	content: "(" counter(cnt) ") ";
}

dl dt {
	counter-reset: cnt;
}
/*
dl.price dt {
	padding: 0 0 0 5px;
}

dl.price dt:before {
	content: "\002662";
	margin: 0 5px 0 0;
}
*/
ol.chart {
	width: 85%;
	border: solid 1px #ccc;
	text-align: center;
	padding: 5px 0;
	margin: 5px auto;
}

ol.chart li {
	list-style-type: none;
	width: 100%;
	text-align: center;
}

ol.chart li:after {
	content: "\A\002193";
	white-space: pre ;
}
ol.chart li:last-child:after {
	content: "";
	white-space: pre ;
}


.article h4 {
	padding-top: 20px;
}

.article h4:before {
	content: "\003c";
}

.article h4:after {
	content: "\003e";
}

.article h5 {
	padding-top: 10px;
}

.article h5:before {
	content: "\002610";
	margin: 0 5px 0 0;
}



/* 会社概要 top*/
#company_info img {
	border: solid 8px #ddd;
}
/*
#company_info dl dt{
	width : 15%;
	float : left;
	padding-top: 2px;
	clear : both;
}

#company_info dl dd{
	width : 60%;
	padding-top: 2px;
}
/*

/* side menu */

.side_widget ul.menu{
	list-style: none;
	margin: 10px 0 30px 0;
}

.side_widget ul.menu li{
	text-align: left;
	margin: 5px 0;
}

.side_widget ul.menu li a.white{
	padding-left: 10px;
}

.side_widget ul.menu li a.white:hover{
	padding-left: 10px;
	color:black;
}

.side_widget ul.menu li a.white:before{
	content: "● ";
}

.side_widget ul.menu li ul li{
	margin: 3px 0;
}

.side_widget ul.menu li a img{
    min-width: 100px;
    max-width: 100%;
	
}

.alpha_60{
	opacity: 0.6;
	filter: alpha( opacity=60 );
}

.alpha_80{
	opacity: 0.8;
	filter: alpha( opacity=80 );
}

.alpha_100{
	opacity: 1.0;
	filter: alpha( opacity=100 );
}


/* bunner addition */

@media only screen and (max-width: 766px){
	#bunner_area {
	  position: absolute;
	  text-align: center;
	  width: 100%;
	  margin: -180px 0 100px 0;
	  z-index: 10;
	}
	
	#second {
	margin-top: 100px;
	}
	
	#bunner_area ul {
	  list-style-type: none;
	  width: 90%;
	  text-align: center;
	}
	
	#bunner_area ul li {
	  display: inline-block;
	  width: 100%;
	  overflow: hidden;
	  background: #ffffff;
	  margin: 3px 0;
	  border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  border: solid 1px #ccc;
	/*
	  box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -o-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -ms-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	*/
	}
	
	#bunner_area ul li a.link01 {
	  display: block;
	  background: url(images/kiguchi/b01.gif) no-repeat;
	  background-position: 10px center;
	  background-size: 55px 55px;
	  width: 100%;
	  height: 70px;
	  text-align: center;
	  vertical-align: center;
	  padding: 10px 0 0 55px;
	}
	
	#bunner_area ul li a.link02 {
	  display: block;
	  background: url(images/kiguchi/b02.gif) no-repeat;
	  background-position: 10px center;
	  background-size: 55px 55px;
	  width: 100%;
	  height: 70px;
	  text-align: center;
	  vertical-align: center;
	  padding: 10px 0 0 55px;
	}
	
	#bunner_area ul li a.link03 {
	  display: block;
	  background: url(images/kiguchi/b03.gif) no-repeat;
	  background-position: 10px center;
	  background-size: 55px 55px;
	  width: 100%;
	  height: 70px;
	  text-align: center;
	  vertical-align: center;
	  padding: 10px 0 0 55px;
	}
	
	#bunner_area ul li a.link04 {
	  display: block;
	  background: url(images/kiguchi/b04.gif) no-repeat;
	  background-position: 10px center;
	  background-size: 55px 55px;
	  width: 100%;
	  height: 70px;
	  text-align: center;
	  vertical-align: center;
	  padding: 10px 0 0 55px;
	}
	
	#bunner_area ul li a p span.main {
	  color: #000000;
	  font-size: 18px;
	  font-weight: bold;
	}
	
	#bunner_area ul li a p span.sub {
	  line-height: 20px;
	  color: #333;
	  font-size: 14px;
	  font-weight: bold;
	}
}

@media only screen and (min-width: 767px){
	#bunner_area {
	  position: absolute;
	  text-align: center;
	  width: 100%;
	  margin: -200px auto 0 auto;
	  z-index: 10;
	}
	
	#bunner_area ul {
	  list-style-type: none;
	  width: 100%;
	  text-align: center;
	  margin: 0 auto;
	}
	
	#bunner_area ul li {
	  display: inline-block;
	  overflow: hidden;
	  background: #ffffff;
	  margin: 0 5px;
	  border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	
	  box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -o-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -ms-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	}
	/*
	#bunner_area ul li:last-child {
	  display: inline-block;
	  overflow: hidden;
	  background: #ffffff;
	  margin: 20px 5px 0 5px;
	  border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	
	  box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -o-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	  -ms-box-shadow: 8px 8px 8px rgba(0,0,0,0.6);
	}
	*/
	#bunner_area ul li a {
	  display: block;
	  width: 290px;
	  height: 80px;
	  text-align: center;
	  vertical-align: center;
	  padding: 20px 0 0 65px;
	}
	
	#bunner_area ul li a.link01 {
	  background: url(images/kiguchi/b01.gif) no-repeat;
	  background-size: 60px;
	  background-position: 10px center;
	}
	
	#bunner_area ul li a.link02 {
	  background: url(images/kiguchi/b02.gif) no-repeat;
	  background-size: 60px;
	  background-position: 10px center;

	}
	
	#bunner_area ul li a.link03 {
	  background: url(images/kiguchi/b03.gif) no-repeat;
	  background-size: 60px;
	  background-position: 10px center;
	}
	
	#bunner_area ul li a.link04 {
	  background: url(images/kiguchi/b04.gif) no-repeat;
	  background-size: 60px;
	  background-position: 10px center;
	}
	
	#bunner_area ul li a p span.main {
	  color: #000000;
	  font-size: 20px;
	  font-weight: bold;
	}
	
	#bunner_area ul li a p span.sub {
	  line-height: 20px;
	  color: #333;
	  font-size: 16px;
	  font-weight: bold;
	}
}



/* switch background style */

/*
.page-template-default.page-id-14 .main-content{
  background: -moz-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 50%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/kyouiku.jpg);
  background: -webkit-gradient(linear, left top, left bottom, 
            from(rgba(255,255,255,0.0)),
            color-stop(0.5, rgba(255,255,255,1.0)),
            to(rgba(255,255,255,1))) ,url(images/kiguchi/background/kyouiku.jpg);
  background-size: contain;
}

.page-template-default.page-id-10 .main-content{
  min-height: 100%;
  background: -moz-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 50%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/heiwa.jpg);
  background: -webkit-gradient(linear, left top, left bottom, 
            from(rgba(255,255,255,0.0)),
            color-stop(0.5, rgba(255,255,255,1.0)),
            to(rgba(255,255,255,1))) ,url(images/kiguchi/background/heiwa.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  background-size: contain;
}

.page-template-default.page-id-22 .main-content{
  min-height: 100%;
  background: -moz-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 50%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/kosodate.jpg);
  background: -webkit-gradient(linear, left top, left bottom, 
            from(rgba(255,255,255,0.0)),
            color-stop(0.5, rgba(255,255,255,1.0)),
            to(rgba(255,255,255,1.0))) ,url(images/kiguchi/background/kosodate.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  background-size: contain;
}
*/
.page-template-default .amore-divider, .archive .amore-divider {
  min-height: 100%;
  background: url(images/kiguchi/background/driver_back.jpg);
  background: linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver_back.jpg);
  background: -o-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver_back.jpg);
  background: -ms-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver_back.jpg);
  background: -moz-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver_back.jpg);
  background: -webkit-gradient(linear, left top, left bottom, 
            from(rgba(255,255,255,0.0)),
            color-stop(0.9, rgba(255,255,255,1.0)),
            to(rgba(255,255,255,1.0))) ,url(images/kiguchi/background/driver_back.jpg);

  background-repeat:no-repeat;
  background-position: center center;
  background-size: 100%;
}
/*
.page-template-default .amore-divider{
  min-height: 100%;
  background: url(images/kiguchi/background/wood.png);
  background-repeat: repeat;
}
*/

.single .amore-divider {
  min-height: 100%;
  background: url(images/kiguchi/background/driver2_back.jpg);
  background: linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver2_back.jpg);
  background: -o-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver2_back.jpg);
  background: -ms-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver2_back.jpg);
  background: -moz-linear-gradient(top,
            rgba(255,255,255,0.0),
            rgba(255,255,255,1.0) 90%,
            rgba(255,255,255,1.0)) ,url(images/kiguchi/background/driver2_back.jpg);
  background: -webkit-gradient(linear, left top, left bottom, 
            from(rgba(255,255,255,0.0)),
            color-stop(0.9, rgba(255,255,255,1.0)),
            to(rgba(255,255,255,1.0))) ,url(images/kiguchi/background/driver2_back.jpg);


  background-repeat:no-repeat;
  background-position: center center;
  background-size: 100%;
}

h3.sinchaku {
 border-bottom: solid 2px #999999;
 }


.Lauren__banner {
  display: block;
  width: 640px;
  max-width: calc(100% - 32px);
  margin: 16px auto;
}
.Lauren__banner img {
  width: 100%;
  display: block;
}