/* CSS Document */

div#content .inner {
	padding: 10px 0 30px 0;
}

div#content .inner #main p {
	margin-bottom: 1em;
}

div#content .inner ul,div#content .inner ol {
	margin-bottom: 1em;
}

div#content .inner dl {
	margin-bottom: 1em;
}

div#content .inner dl dt {
	font-weight: bold;	
}

div#content .inner dl dd {
	padding-bottom: 0.4em;	
}

dl.ico dt,
h3.ico {
	background-image: url(../img/h3_ico.png);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	border-bottom: 1px dotted #FFEFBF;
	margin-bottom: 5px;
}

ul.ico li {
	background-image: url(../img/dot_list.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;	
	padding-left: 17px;
	padding-bottom: 0.4em;
}

h3.kado {
	padding: 3px 8px;
    background-color: #C63;
    border-radius: 3px;
	color: #fff;
	margin: 15px 0;
}

h3.kadomaru,
#introduce h3,
#facilities h3 {
    background-color: #FFEFBF;
    border-radius: 3px;
    line-height: 1.4;
    padding: 5px 10px 5px 10px;
	margin: 15px 0;
}

#introduce .photo {
	max-width: 100%;
	width: 500px;
	margin: 5px auto;		
}
#facilities .photo {
	width: 400px;
	margin: 5px auto;	
}

#introduce .photo img,
#facilities .photo img {
    border-radius: 3px;
}

#introduce .caption {
	max-width: 100%;
	width: 500px;
	text-align: left;
	margin: 5px auto;
}
#facilities .caption {
	width: 400px;
	text-align: left;
	margin: 5px auto;	
}

.photo3col {
	overflow: hidden;	
}

.box {
	text-align: center;	
	width: 190px;
	padding: 10px 5px;
	margin: 0px;
	float: left;
	display: block;
}

.box p {
	text-align: center;	
}

#ryakureki {
		
}

#ryakureki dt {
	float: left;	
}

#ryakureki dd {
	padding-left: 100px;
}

#profilephoto {
	width: 300px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

#profile {
	
}

#profile .left,
#profile .right {
	width: 49%;
}

.kadomaruBox {
    border-radius: 3px;
	background-color: #FFEFBF;
}

.kadomaruBox ul,
.kadomaruBox ol {
	padding: 8px;
}

.kadomaruBox ol li {
	margin-left: 2em;
	text-indent: -2em;
}


.sankouBox {
    border-radius: 3px;
	background-color: #F4F4F4;
}

.sankouBox dl {
	padding: 8px;
}

.sankouBox dl dt {
	background: none;
	padding: 0;
	font-weight: bold;
}

div#content .sankouBox dl dd {
	padding-bottom: 0px;
	margin-left: 2em;
	text-indent: -2em;
}

.photoRight {
	margin: 10px;
	float: right;	
}

dl.accessInfo dt {
	line-height: 25px;
	float: left;
}

div#content .inner dl.accessInfo dd {
	line-height: 25px;
	padding-left: 80px;
	padding-bottom: 0;	
}

.size10 { width: 20%; }
.size30 { width: 50%; }
.size50 { width: 80%; }
.size70 { width: 100%; }

.photoBox {
		
}

.photoBox img {

}

div#content .photoBox p {
	margin: 5px 0;
	padding: 5px;
	text-align: center;
}

div#content .inner .calBox p {
    margin-bottom: 0;
}

.newsBody {
    margin-bottom: 15px;
}
.newsBody h3 {
    background-color: #ffefbf;
    background-image: url("../img/news_ico.png");
    background-position: 3px 0.25em;
    background-repeat: no-repeat;
    border-radius: 3px;
    line-height: 2;
    padding-left: 25px;
	word-break: break-all;
}
.newsBody h3 span {
    float: right;
    padding-right: 5px;
}

.newsBody h3 span:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.pageGuide {
	text-align: center;	
}

dl#qa {
	
}

dl#qa dt {
    color: #FF6610;
}

dl#qa dd {
	padding-left: 1.8em;
	padding-bottom: 2em;
}

ol.indent li,
ul.indent li {
	text-indent: -1.8em;
	padding-left: 1.8em;
}

.blue {
  color: #3780F1;
}

div#content .inner #main p.list-name {
  margin-bottom: 0em;
}
ol.indent-num li {
	text-indent: -1.4em;
	padding-left: 1.4em;
}


