@charset "utf-8";
body {

}

body p{
	font-size:1.0rem;
	font-weight:bold;
	padding: 0 30px 0 30px;
}

#wrapper {
	text-align:center;
	list-style: none;
}

#wrapper li{
	font-size:1.0rem;
	font-weight:bold;
}

#company{
	margin-left: auto;
	margin-right: auto;
}

#company {
	border-collapse: collapse;
	width:100%;
}
#company th.t_top {
    border-top: #be1309 4px solid;
}
#company th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	width: auto;
}
#company td.t_top {
	border-top: #b3b3b3 4px solid;
}
#company td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	width: auto;
}
#company tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}

input, .content {
    display: none;
    background: #FFFFFF;
    line-height: 25px;
    padding: 5px 25px;
    color: #0688B5;
    font: normal 1em/150% Sans-Serif;
    min-width: 200px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

input, .content h2{
	font-size:1.4rem;
	font-weight:bold;
	border-bottom: double #4AB7E5;
	border-top: double #4AB7E5;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0688B5;
	text-align: center;
}

input, .content h3{
	font-size:1.2rem;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	background-color: #ED8166;
	color: #FFFFFF;
	text-align: center;
}



img {
	width: auto;
}

#one:checked ~ .one,
#two:checked ~ .two,
#three:checked ~ .three,
#four:checked ~ .four {display: block;}

label {
    cursor: pointer;
    background: #4AB7E5;
    height: 30px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font: normal 1em/150% Sans-Serif;
    margin-right: -3px;
    transition: background .25s linear;  
	width: 200px;
}

label:hover, input:checked + label {
	background: #FFFFFF;
	border-top:solid 2px #4AB7E5;
	color: #0688B5;
}

h2, h3, p {
    text-indent: 25px;
    text-align: justify;
}