﻿body {
    font-family: sans-serif, 'Microsoft JhengHei', '微軟正黑體';
    color: #555555;
    padding: 0;
    margin: 0;
}


div{
    width:100%;
    text-align: center;
}

div.warn_pic {
    margin-top: 9vh;
    background-color: #e4393c;
}

.warn_pic img {
    width: 520px;
}

.warn_txt h2 {
    margin-top: 50px;
    font-size: 2.5em;
}

.warn_txt p {
    line-height: 1.8;
    font-size: 1.2em;
}

/*Mobile設定*/

div.warn_pic_m {
    margin-top: 10vh;
    background-color: #e4393c;
}

.warn_pic_m img {
    width: 95%;
}
.warn_txt_m h2 {
    margin-top: 8%;
    font-size: 3.8em;
}

.warn_txt_m p {
    line-height: 1.8;
    font-size: 2.3em;
}

.warn_pic_m h1 {
    margin-top: -13%;
	font-size:5rem;
	color:white;
}

.warn_pic h1 {
    margin-top: -4%;
	font-size:3rem;
	color:white;
}

.warn_pic_m h3 {
    margin-top: -6%;
	font-size:2rem;
	color:white;
}

.warn_pic h3 {
    margin-top: -2%;
	font-size:1.5rem;
	color:white;
}
