/* CSS Document */

#contents{
	margin:0 auto 10px;
}
#contents h1 {
	color: #00bfbb;
	padding-left:0;
}
#contents section:first-child > img {
    margin-bottom: 15px;
}
#contents section:first-child > img + h1{
    padding: 0 0 0 7px;
}
#contents section:first-child > h1 + p {
    width: 95%;
    margin: 0 auto 1rem;
}


/* --------------------------------
    text
-------------------------------- */
#contents .txt02 {
	color:#00bfbb;
	padding: 0 10px;
}


 /* --------------------------------
    list
-------------------------------- */
#contents .list02{
	width:95%;
	margin: 0 auto;
}
#contents .list02 li{
	float: left;
	margin: 0 25px 10px 0;
	line-height: 1;
	background: url(/smartphone/yogurtlibrary/laboratory/researcher/images/arrow02.png) left 0px no-repeat;
	background-size: 10px;
	padding-left: 15px;
	width: 38%;
}
#contents .list02 li:nth-child(2n){
	margin-right:0;
}
#contents .list02 li a{
	color: #057ed8;
	font-size: 14px;
}
#contents .list04 {
	display: table;
	width:100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px 0;
}
#contents .list04 li {
	display: table-cell;
	vertical-align: middle;
	width:50%;
	padding: 0 10px;
}


.list_disc {
	overflow: hidden;;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
.list_disc li {
	list-style-type: disc;
	margin-bottom: 1rem;
	width: 95%;
}
.list_decimal {
	overflow: hidden;;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}
.list_decimal li {
	list-style-type: decimal;
	margin-bottom: 1rem;
	width: 95%;
}

 
 /* --------------------------------
    image
-------------------------------- */
#contents img.photo01{
	width:80%;
	margin:0 auto;
}

.img_2column {
	width: 95%;
	margin: 0 auto 1rem;
	overflow: hidden;
}
.img_2column .fL ,.img_2column .fR {
	width: 48%;
}


 /* --------------------------------
    box
-------------------------------- */
#contents .area{
	display:box;
	display:-webkit-box;
	display:-moz-box;
	box-pack:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
}


 /* --------------------------------
    hr
-------------------------------- */
.bb_dot_black {
	width: 95%;
	margin: 0 auto 10px;
}
.bb_dot_blue {
	width: 95%;
	margin: 0 auto;
}


 /* --------------------------------
    /mitsuoka/02/
-------------------------------- */
#mituoka_profile_box img.photo {
	padding:0 10px 20px 0;
	width:30%;
}
#mituoka_profile_box .fR {
	width: 65%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mituoka_profile_box .fR p {
	font-size:12px;
	margin-bottom: 10px;
}
#mituoka_profile_box .fR h2 {
	font-size:18px;
	line-height:1rem;
	margin-bottom: 10px;
}
#mituoka_profile_box .bb_solid_black {
	margin-bottom: 20px;
}
#mituoka_profile_box ul {
	overflow: hidden;
	margin-bottom: 0.8rem;
}
#mituoka_profile_box li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
#mituoka_profile_box li.last {
	margin-right: 0;
}
#mituoka_profile_box p.tr {
	font-size:12px;
	line-height:1.3;
	margin-bottom: 0.8rem;
}
#mituoka_history_box {
	width: 90%;
	margin: 0 auto 1rem;
	overflow: hidden;
}
#mituoka_history_box dt {
	float: left;
	width: 15%;
	clear: both;
	margin-bottom: 0.5rem;
}
#mituoka_history_box dd {
	float: right;
	width: 85%;
	margin-bottom: 0.5rem;
}
