@charset "utf-8";
/* charset
 */

/*===============================================
     sp css
===============================================*/

#contents {
    padding: 0 8px;
}
.info_lef:before {
	display:none;
	content: "";
	width: 0;
	height: 0;
}
#medyinfo  {
	padding: 3px;
}

/* table layout 変更 */
table.twap tr {
	display: block;
	width: 100%;
	height: auto;
	white-space: normal;
	border-bottom: 1px solid #96D0FA;
	background-color: #ecf7ff;
	border-top: 0px;
}
table.twap tr:last-child {
	border-bottom: 0px;
}

th.left_form {
	width: 100%;
	border-right: 0px;
	line-height: 1;
	    padding: 2% 2% 0 2%;
}
td.right_form,th.left_form  {
	display:inline-block;
	width: 100%;
	height: auto;
}
.inbox {
    padding: 0;
    border: 1px solid #187fc4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.info_lef {
	width: 100%;
	background-color: #187fc4;
	font-weight: 600;
	color: #ffffff;
	display: block;
	max-width: 100%;
	padding: 1% 2%;
	margin-top: 20px;
}

#contents section {
	margin: 0;
}
.boxline {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 20px 0;
}
.hatenaico {
    width: 18px;
    height: 18px;
    background-image: url("../img/description.png");
}

.footer {
	color: #A9A9A9;
	text-align:center;
	margin-top: 20px;
	font-size: 11px;
}