@charset "shift_jis";

/* #baton-area */
#baton-area {
	width:750px;
	clear:both;
	overflow:hidden;
}
#baton-area .bgtop,
#baton-area .bgbot {
	clear:both;
}
#baton-area .bgtop img,
#baton-area .bgbot img {
	vertical-align:baseline;
}
#baton-area h1 {
	width:750px;
	padding:0;
	margin:0;
	background:none;
	border:none;
	line-height:0;
}
#baton-area p {
	padding:0;
	margin:0;
	background:none !important;
	border:none !important;
}
#baton-area .left {
	float:left;
}
#baton-area .right {
	float:right;
}
#baton-area .baton {
	width:746px;
	border-left:#c34a4e 2px solid;
	border-right:#c34a4e 2px solid;
	clear:both;
	padding-top:4px;
}
#baton-area .baton .cont {
	width:707px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
#baton-area .baton .cont div {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:44px;
}
#baton-area .baton .cont .photo {
	float:right;
	padding:20px 0 0 20px;
}
#baton-area .baton .cont .photo2 {
	float:right;
	padding:2px 0 30px 18px;
}
#baton-area .baton .cont .photo3 {
	float:left;
	padding: 20px 20px 0 0;
}
#baton-area .baton .cont .txt {
	padding:17px 0 20px 0;
	line-height:1.65;
}
#baton-area .baton .cont .txt2 {
	line-height:1.8;
}
#baton-area .baton .int {
	text-indent:1em;
}
#baton-area .pt0 {
	padding-top:0!important;
}

#baton-area .callout{
  border: 2px solid #B9464A;
  border-radius: 5px;
  padding: 15px !important;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#baton-area .callout h3,
#baton-area .callout p{
  margin: 0;
  padding: 0;
}
#baton-area .callout h3{
  color: #B9464A;
  margin-bottom: 5px;
  background:none;
}

#baton-area .callout h3 small{
  font-weight: normal;
  margin-left: 10px;
}



/* clearfix
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7—p*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

