@charset "utf-8";


img:not([width]) {
	zoom: .5;  /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}



/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  #box

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ///////////////////////////////////////////////////////////////////
	PageTitle
/////////////////////////////////////////////////////////////////// */

#pageTitle{
	background: url(../common/pagettl/box.gif) no-repeat;
	background-position:7px 8px;
	background-size:28px 26px;
	-webkit-background:28px 26px;
	color:#0055CA;
	padding:12px 10px 8px 40px;
	font-size:18px;
	margin:0px 0px 18px 0px;
	border-bottom:2px #33AAD7 solid;
}

/* ///////////////////////////////////////////////////////////////////
	text00
/////////////////////////////////////////////////////////////////// */

#box .textbox p{
	width:94%;
	margin:0px auto 15px auto;
}

/* ///////////////////////////////////////////////////////////////////
	secTitle01
/////////////////////////////////////////////////////////////////// */

#box .secTitle01{
	background:#DDF0FB;
	padding:6px 10px 6px 10px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	overflow:hidden;
}

#box .secTitle01 span.icon01{
		background-color: #029BE1;
		height:20px;
		width: 5px;
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius: 0px;
		display:block;
		float:left;
		margin:0px 8px 2px 0px;
	}

#box .secTitle02{
	border-top:2px dotted #F7B3BD;
	border-bottom:2px dotted #F7B3BD;
	padding:6px 10px 6px 10px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	overflow:hidden;
	color:#D94733;
}

#box .secTitle03{
	border-top:2px dotted #9BD8FB;
	border-bottom:2px dotted #9BD8FB;
	padding:6px 10px 6px 10px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	overflow:hidden;
	color:#378ABF;
}

#box .att{
	font-size:11px;
	line-height:1.2em;
}

#box .imgbox{
	width:94%;
	margin:0px auto 15px auto;
}


#box dl.khu{
	overflow:hidden;
	margin-bottom:10px;
}

#box dl.khu dt{
	clear:left;
	float:left;
	padding:23px 5px;
	margin:5px;
	background:#ff8800;
	color:#fff;
	font-size:14px;
	width:24%;
	text-align:center;
	border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

#box dl.khu dd{
	padding:7px 5px;
	margin:5px;
}

#box dl.flow{
	overflow:hidden;
	margin-bottom:10px;
}

#box dl.flow dt{
	float:left;
	margin:0 5px 10px 5px;
	font-size:14px;
	width:28%;
	text-align:center;
		clear:both;
}

#box dl.flow dt{
	position:relative;
	padding-top:5px;
}
#box dl.flow dt img{
	width:100%;
}
#box dl.flow dt span{
	position:absolute;
	top:0;
	left:0;
	padding:5px 10px;
	background:#2184ED;
	color:#fff;
	font-size:14px;
	text-align:center;
}

#box dl.flow dd{
	margin:0 5px;
	border-top: 1px dotted #ccc;
	padding-top:5px;
}
#box dl.flow dd:after {
  content:'';
  display:block;
  clear:both;
}


