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

#main_visual img{
	width:100%;
}

.contents{
	width:94%;
	margin:10px auto 50px;
}

.title{
	color: #19b3d7;
    padding-top: 10px;
    text-align: center;
    font-size: 138.5%;
    font-weight: normal;
}

.text{
	color:#535353;
	padding:10px;
}

.pic img{
	display:block;
	width:60%;
	margin:10px auto;
	box-shadow: 5px 5px #19b3d7;
}

.red{
	display:block;
	color: #19b3d7;
	font-size:108%;
	padding-bottom:10px;
}

.s_text{
	font-size:90%;
}

/*ここからテーブル*/
.text_box{
	width:100%;
	margin:10px auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:93%;
}

.com_tbl th {
    padding: 7px 4px 7px 4px;
    text-align:center;
	vertical-align:middle;
    width:23%;
	color:#fff;
	background-color:#19b3d7;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	letter-spacing:1px;
}

.com_tbl td{
	padding:10px 5px;
	color:#535353;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.com_tbl td a{
	color:#535353;
	text-decoration:underline;
}


.btn a{
	display:block;
	width:90%;
	margin:40px auto;
	color:#fff;
	background-color: #eb6877;
	text-align:center;
	padding:10px 0;
	border-radius:5px;
}

.flow{
	padding-top:20px;
	display:block;
}