@charset "UTF-8";


* {
	font-family: sans-serif;
    font-size: 12px;
}
h1 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
body {
	background-color: #EEE;
	text-align: center;
    margin: 0;
}
div#wrapper {
	width: 640px;
	text-align: left;
	background-color: #FFF;
	margin: 30px auto;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #bcbcbc;
    box-sizing: border-box;
}

div#wrapper div#header {
	border-radius: 6px 6px 0 0;
    background-color: #e8b13c;
    box-sizing: border-box;
}
div#wrapper ul {
    margin: 0px;
    padding: 5px 20px
}
div#wrapper ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin-right: 5px;
    border-right: 1px solid #fff;
    font-size: 12px;
    font-weight: bold;
}
div#wrapper ul li:last-child {
    border: none;
}
a{
    color: #fff;
    text-decoration: none;
}
div#header h1 {
    width:640px;
    height: 98px;
}
div#wrapper div#container {
	padding: 0px 20px;
}
#container p {
    text-align: justify;
}
div#wrapper div#footer {
    background-color: #e8b13c;
    border-radius: 0 0 6px 6px;
	color: #FFF;
	/*clear: both;*/
	padding: 20px;
	font-size: 12px;
    box-sizing: border-box;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
@media screen and (max-width: 767px) {
	body {
		padding: 0px;
		margin: 0px;
	}
	div#wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}
	div#wrapper div#header {
		border-radius: 0px;
        box-sizing: border-box;
        width: 100%;
	}
    div#wrapper div#header h1 {
        width: 100%;
        height: auto;
    }
    
	div#wrapper div#header h1 img {
		width: 100%;
        height: auto;
        vertical-align: bottom;
	}
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 10px;
		text-align: left;
        height: auto;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 0 10px 10px 10px;
		font-size: 12px;
		line-height: 1.5em;
        height: auto;
	}
    form#mailformpro dl dd input[type="text"],input[type="email"] ,textarea{
        width: 100%;
        box-sizing: border-box;
    }
    .must {
        margin: 0 10px 0 0;
    }
    #footer {
        border-radius: 0px;
    }
	div.mfp_buttons button {
		font-size: 14px;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}
