@charset "utf-8";
/* CSS Document */

#main_contents ul {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 0;
	font-size: 14px;
	line-height: 180%;
	background: url(../images/img_index_ul.jpg) right top no-repeat;
}
#main_contents h3 {
    background: #B0BEC5;
    padding: 4px 8px;
    margin-bottom: 0;
}
#main_contents dl {
    margin: 0 0 4em;
    padding: 13px;
	border: 1px solid #B0BEC5;
    height: 150px;
    overflow: auto;
}
#main_contents dt {
    font-weight: bold;
    color: #FF5722;
}
#main_contents dd {
    margin-left: 0;
    border-bottom: 1px dotted #B0BEC5;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
#mainvisual {
	width: 960px;
	margin: 0 auto;
}
#mainvisual img {
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
}
#index_box {
	padding: 4px 10px;
	border: 1px dotted #999;
	margin-bottom: 40px;
	width: 668px;
	border-radius: 5px;
}

.wrapper.row4 caption {
	background-color: #cccccc;
	font-size: 18px;
	
}
