@CHARSET "UTF-8";

header	{
}

.head_in {
    overflow: hidden;
    height: 70px;
    border-bottom: 5px solid #eb9530;
}

.header_in {
    width: 980px;
    margin: 0px auto;
    padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.header_in a {
    text-decoration: none;
}

.header01	{
	position: absolute;
	top: 8px;
	left: 0px;
    text-align: center;
    width: 180px;
}

.header01 img  {
    max-width: 180px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.header02	{
	position: absolute;
	top: 15px;
	left: 175px;
}

.header03	{
	position: absolute;
	top: 5px;
	left: 980px;
	width: 500px;
	text-align: left;
}

.header21	{
	position: absolute;
	top: 25px;
	left: 200px;
	font-weight: 800;
}

.header0301	{
	background: url('../img/icon_human.png') no-repeat left center;
	text-indent: 25px;
}

.header0302	{
	border: 2px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	width: 150px;
	background-color: white;
	margin-top: 5px;
}

.header0302 a	{
	display: block;
	color: #000;
	padding: 5px 0px;
}

.header11	{
	width: 980px;
	margin: 20px auto;
	text-align: left;
}

.header11 th	{
	font-size: 140%;
	vertical-align: middle;
}

.header11 a.btn_skyblue  {
	text-align:center;
}

.header12	{
	text-align: left;
	padding-right: 15px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.header13	{
	width: 300px;
	text-align: center;
}

.header14	{
	padding-left: 30px;
}

.auth_color03 th	{
	color: white;
	background-color: #ea5504;
}

.auth_color02 th	{
	color: white;
	background-color: #004ea2;
}

.auth_color01 th	{
	color: white;
	background-color: #00a24e;
}

.header_logo {

}

.header_menu {
    text-align: left;
    overflow:hidden;
}

.header_menu li {
	display: block;
	float: left;
	width: 150px;
	background-color: #efefef;
	font-size: 110%;
	font-weight: 800;
	text-align: center;
	border-right: 3px solid white;
}

.header_menu li a {
	padding-top: 15px;
	color: white;
}

.header_menu li.now {
	background-color: #eb9530;
	color: black;

}

.header_menu li.now a {
	color: white;
}

.header_menu li:hover {
	background-color: #eb9530;
	color: black;

}

.header_menu li:hover a {
	color: white;
}

.header_menu li a {
    color: #777777;
    display: block;
    height: 50px;
}

.header_auth {
    float: left;
    overflow:hidden;
    width: 24em;
    text-align: left;
    margin-left: 200px;
}

.header_auth a.btn_skyblue {
    min-width: 100px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width:1229px) {

.header_menu li {
    display: inline-block;
    width: auto;
    min-width:120px;
}
.header03 {
    left:auto;
    right: 0;
    display: inline-block;
    width: auto;
}
}


.header_profile {
    float: right;
    width: 20em;
    overflow:hidden;
    text-align: right;
}

.header_profile>div {
    display: inline;
    min-width: 100px;
    margin-right: 20px;
}


main {
    width: 980px;
    margin: 0px auto;
    text-align :left;
    padding: 10px 5px 50px;;
}

.mail_detail	{
	border: 3px solid #e1e1e1;
	padding: 40px;
}

.mail_detail01	{
	border-bottom: 3px solid #e1e1e1;
	padding-bottom: 5px;
	overflow: hidden;
}

.mail_detail0101	{
	font-size: 120%;
	font-weight: 800;
	color: #ec951d;
	padding-left: 10px;
}

.mail_detail0102	{
	float: right;
	padding-top: 6px;
	text-align: right;
}

.mail_detail0103    {
	font-weight: 600;
	color: #ec951d;
}

.mail_detail0104    {
    font-weight: 400;
}

.mail_detail02	{
	padding: 0px 10px;
	margin: 30px 0px;
}

.mail_detail03	{
	border-top: 3px solid #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	padding: 30px 0px;
}

.mail_detail0401	{
	margin: 30px 0px;
}

.mail_detail0402	{
	margin: 30px 0px;
}

.mail_detail0402 th	{
	padding-right: 40px;
}

.mail_detail0402 th a	{
	height: 50px;
	display: block;
	width: 160px;
	text-align: center;
	text-decoration: none;
	padding-top: 25px;
	border: 2px solid #d0d1d1;
	color: #d0d1d1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

.mail_detail0402 th a.mail_detail0402_now	{
	background-color: #ec951d;
	border: 2px solid #ec951d;
	color: white;
}

.mail_detail0402 th a:hover	{
	background-color: #ec951d;
	border: 2px solid #ec951d;
	color: white;
}

.mail_detail0402 td input	{
	font-size: 13px;
	width: 200px;
}

.mail_detail0402 td textarea	{
	font-size: 13px;
	width: 400px;
	height: 50px;
}

.mail_detail0402 td input.disabled   ,
.mail_detail0402 td textarea.disabled    {
	background-color: #dddddd;
}

.mail_detail0402b    {
    display: block;
}

.mail_detail0402b tr    {
    display: block;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: -20px;
    max-width: 585px;
}

.mail_detail0402b tr th    {
    display: block;
    padding-right: 30px;
    margin-bottom: 20px;
}


.mail_detail0403	{
	padding: 10px 0px;
}

.mail_detail0404    {
    margin-left: auto;
    margin-right: auto;
}

.mail_detail06	{
	margin: 30px 0px;
	text-align: center;
}

.mail_detail06 input[type=submit] {
    height: 50px;
    width: 250px;
    text-align: center;
    text-decoration: none;
    background-color: #ec951d;
    border: 2px solid #ec951d;
    color: white;
    font-size: 1.4em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 3px 3px 1px #c2ccdc;
    -moz-box-shadow: 3px 3px 1px #c2ccdc;
    -webkit-box-shadow: 3px 3px 1px #c2ccdc;
}

.mail_detail06 input[type=submit] {
    height: 50px;
    width: 250px;
    text-align: center;
    text-decoration: none;
    background-color: #ec951d;
    border: 2px solid #ec951d;
    color: white;
    font-size: 1.4em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 3px 3px 1px #c2ccdc;
    -moz-box-shadow: 3px 3px 1px #c2ccdc;
    -webkit-box-shadow: 3px 3px 1px #c2ccdc;
    opacity: 1;
}

.mail_detail06 input[type=submit]:hover {
    opacity: 0.85;
	}

.mail_detail06 input.btn_correction {
    background-color: #aaaaaa;
    border: 2px solid #aaaaaa;
}

.mail_detail07 {
    font-weight: 600;
    color: #ec951d;
	text-align:center;
	font-size: 150%;
	margin: 50px auto;
}

.mail_switch {
	font-weight: 600;
	margin: 20px auto 10px;
	width: 30px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	font-size: 1.2rem;
    box-shadow: 3px 3px 1px #c2ccdc;
	background-color: #ec951d;
	color: white;
}

.mail_switch:hover {
	opacity: 0.85;
}

.ecoAd_box_sample ,
.ecoAd_box {
    width: 300px;
}

.ecoAd_box_sample {
    height: 250px;
/*    border: 2px dotted #e2e2e2;*/
}

.ecoAd_box2x_sample ,
.ecoAd_box2x {
    margin-top: 20px;
    margin-left: 15px;
    height: 200px;
    width: 640px;
}

.ecoAd_box2x_sample {
    border: 2px dotted #e2e2e2;
}

.ecoAd_box2x img {
    width:auto;
    max-width: 100%;
}

.ecoAd_box img {
    width:auto;
    max-width: 250px;
}

.ecoAd_containerRow {
    width: calc(980px - 310px); /*970px;*/
    float: left;
    height: 254px;
    margin: 30px auto;
    overflow: hidden;
}

.ecoAd_containerRow .ecoAd_box {
    float: left;
    margin-right: 30px;
}

.ecoAd_containerRow .ecoAd_box:last-child {
    margin-right: 0px;
}

.ecoAd_containerRow.ecoresponsive{
	width: 100%;
	float: none;
	margin: 30px auto;
	height:auto;
}
.ecoAd_containerRow.ecoresponsive .ecoAd_box2x{
	width: 100%;
	margin: 30px auto;
	height:auto;
}
.ecoAd_containerCol {
    width: 304px;
    min-height: 830px;
    overflow: hidden;
    float: right;
    margin-top:80px;
}

.ecoAd_containerCol .ecoAd_box {
    margin-left: 30px;
    margin-bottom: 30px;
}

.ecoAd_containerCol .ecoAd_box:last-child {
    margin-bottom: 0px;
}

#mainmenu ,
#mainarea {
    float: left;
    width: calc(980px - 310px);
    margin-bottom: 30px;
}



.paginate {
    margin : 7px auto;
    font-size:10pt;
}

.paginateList {
    font-size:2px;
}

.paginate a {
    font-size:9.5pt;
    border: 1px solid #8a8bb0;
    padding: 5px;
    color: #404768;
    margin: 0px !important;
    background-color: #d4f0d8;
    text-decoration: none;
}

.paginate a.bold {
    background-color: #fcce80;
}

.paginate a:hover   {
    background-color: #404768;
    color: #ffffff;
    text-decoration: underline;
}

.paginate a.disabled ,
.paginate a.disabled:hover {
    color: #404768;
    background-color: #cccccc;
    text-decoration: none;
    pointer-events: none;
}

.ansListBox {
    margin-left: 30px;
}

.resComment {
	border-top: 1px dashed #aaaaaa;
	margin-top: 5px;
	padding-top: 5px;
	color: #4466ee;
	letter-spacing: -0.3px;
}

th .resComment {
	white-space: nowrap;
}

.resFile {
	width: 85px;
	word-break: break-all;
	font-size: 0.7rem;
	letter-spacing: -0.3px;
}

.resFile a {
	display: inline-block;
	margin-bottom: 5px;
}