@charset "utf-8";

#contents h2.h2-title{
    background: url("../../tips/image/title.jpg") center center;
    background-size: cover;
}
#tips{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#tips:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #tips { 
	height: 1px;
	overflow: visible;
}
/**/

#tips .illust{
    text-align: center;
    padding: 20px 0;
}
#tips table{
    border-collapse: collapse;
    border: 1px solid #999;
    margin-bottom: 60px;
}
#tips table th{
    border: 1px solid #999;
    background: #4e2f1f;
    color: #fff;
    text-align: center;
    padding: 10px;
}
#tips table td{
    border: 1px solid #999;
    padding: 10px;
}


