@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding: 0px;
}
body {
    width: 100%;
    max-width: 100%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	background-color: #e3e3e3;
	font-size: 	0.875em;
	line-height: 1.75em;
	color:#333333;
}

body#top {
    background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}


a {
    color: #777777;
}
a:hover {
    text-decoration: none;    
}
a:hover img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.txt-right{
	text-align: right;
}
.txt-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.kasen {
    text-decoration: underline;
} 
.torikeshi {
    text-decoration: line-through;
}
.sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.5em;
}
.sub{
    font-size: 70%;
    vertical-align: bottom;
    position: relative;
    top: 0.3em;    
}
.italic{
    font-style: italic;
}

.red{
	color: #F91F00;
}

.m-t_0{
	margin-top: 0px !important;
}
.m-t_10{
	margin-top: 10px !important;
}
.m-t_20{
	margin-top: 20px !important;
}
.m-t_30{
	margin-top: 30px !important;
}
.m-t_40{
	margin-top: 40px !important;
}
.m-t_50{
	margin-top: 50px !important;
}

.m-b_0{
	margin-bottom: 0px !important;
}
.m-b_10{
	margin-bottom: 10px !important;
}
.m-b_20{
	margin-bottom: 20px !important;
}
.m-b_30{
	margin-bottom: 30px !important;
}
.m-b_40{
	margin-bottom: 40px !important;
}
.m-b_50{
	margin-bottom: 50px !important;
}

.m-r_0{
	margin-right: 0px !important;
}
.m-r_10{
	margin-right: 10px !important;
}
.m-r_20{
	margin-right: 20px !important;
}
.m-r_30{
	margin-right: 30px !important;
}
.m-r_40{
	margin-right: 40px !important;
}
.m-r_50{
	margin-right: 50px !important;
}

.m-l_0{
	margin-left: 0px !important;
}
.m-l_10{
	margin-left: 10px !important;
}
.m-l_20{
	margin-left: 20px !important;
}
.m-l_30{
	margin-left: 30px !important;
}
.m-l_40{
	margin-left: 40px !important;
}
.m-l_50{
	margin-left: 50px !important;
}

.p-t_0{
	padding-top: 0px !important;
}
.p-t_10{
	padding-top: 10px !important;
}
.p-t_20{
	padding-top: 20px !important;
}
.p-t_30{
	padding-top: 30px !important;
}
.p-t_40{
	padding-top: 40px !important;
}
.p-t_50{
	padding-top: 50px !important;
}

.p-b_0{
	padding-bottom: 0px !important;
}
.p-b_10{
	padding-bottom: 10px !important;
}
.p-b_20{
	padding-bottom: 20px !important;
}
.p-b_30{
	padding-bottom: 30px !important;
}
.p-b_40{
	padding-bottom: 40px !important;
}
.p-b_50{
	padding-bottom: 50px !important;
}

.p-r_0{
	padding-right: 0px !important;
}
.p-r_10{
	padding-right: 10px !important;
}
.p-r_20{
	padding-right: 20px !important;
}
.p-r_30{
	padding-right: 30px !important;
}
.p-r_40{
	padding-right: 40px !important;
}
.p-r_50{
	padding-right: 50px !important;
}

.p-l_0{
	padding-left: 0px !important;
}
.p-l_10{
	padding-left: 10px !important;
}
.p-l_20{
	padding-left: 20px !important;
}
.p-l_30{
	padding-left: 30px !important;
}
.p-l_40{
	padding-left: 40px !important;
}
.p-l_50{
	padding-left: 50px !important;
}

.w-10pc {
    width: 10% !important;
}
.w-15pc {
    width: 15% !important;
}
.w-20pc {
    width: 20% !important;
}
.w-30pc {
    width: 30% !important;
}
.w-40pc {
    width: 40% !important;
}
.w-50pc {
    width: 50% !important;
}
.w-60pc {
    width: 60% !important;
}
.w-70pc {
    width: 70% !important;
}
.w-80pc {
    width: 80% !important;
}
.w-90pc {
    width: 90% !important;
}
.w-100pc {
    width: 100% !important;
}

.underline{
	text-decoration: underline;
}
.line-through{
	text-decoration: line-through;
}
.longurl {
    word-break: break-all;
}

.font-12px{
    font-size: 0.857em !important;
}
.font-13px{
    font-size: 0.929em !important;
}
.font-15px{
    font-size: 1.071em !important;
}
.font-16px{
    font-size: 1.143em !important;
}
.font-17px{
    font-size: 1.214em !important;
}
.font-18px{
    font-size: 1.286em !important;
}
.font-19px{
    font-size: 1.357em !important;
}
.font-20px{
    font-size: 1.429em !important;
}

header{
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
header h1{
    max-width: 100vw;
}
header h1 img{
    margin-left: auto;
    margin-right: auto;
}

div#main {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}
div#main h2{
	font-size: 1.714em;
	font-weight: bold;
	padding: 0 0 0.3em ;
	border-bottom: 3px solid #bcbcbc;
	position: relative;
	margin-bottom: 20px;
	text-indent: 0.2em;
}
div#main h2:before{
	content:"";
	display:block;
	width:30%;
	border-bottom: 3px solid #767676;
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
}
div#main h3{
    color: #595959;
    font-size: 1.357em;
    background-color: #ececec;
    border-left: 10px solid #898989;
    padding: 0.25em 0 0.25em 10px;
}
div#main h4{
    font-size: 1.286em;
    color: #8b8b8b;
    border-left: 10px solid #b8b8b8;
    border-bottom: 3px solid #b8b8b8;
    padding-left: 0.5em;
    padding-top: 0.25em;
    margin: 1.25em 0em  0.75em 0em;
    font-weight: bold;
}

div#main div#updt,
div#main div.cont{
    background-color: #fff;
    padding: 1.5em 40px;
    margin-bottom: 50px;
    position: relative;
}
div#main ul,
div#main ol,
div#main p,
div#main dl{
	margin: 0px 0px 15px;
}
div#main ul{
    list-style: none;
}
div#main ul li{
    background-image: url("../images/blt_circle.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0px 0px 5px 15px;
}
div#main ul.list-none li {
    background: none;
	padding: 0px 0px .5em 0px;
}
div#main div.cont ul.list-kome li {
    list-style-type: none;
    text-indent: -1em;
    background-image: none;
}
div#main div.cont ul.list-kome li:before {
    display: inline;
    content: "※";
}

div#main ol li{
	margin-left: 15px;
    padding-bottom: 5px;
}

div#main div.cont table {
    border : 1px solid #333333;
    border-collapse: collapse;
    margin-top: 20px;
}
div#main div.cont table tr th,
div#main div.cont table tr td{
    padding: 0.5em;
    border: 1px dotted #333333;
}

div#main div.cont table.tbl-dsgn tr th{
    background-color: #eaeaea;
}


div#main div.cont dl.dl-dsgn{
    margin-top: 20px;
}
div#main div.cont dl.dl-dsgn dt{
    float: left;
    font-weight: bold;
    padding: 0.5em 0;
    color: #666666;
}
div#main div.cont dl.dl-dsgn dd{
    padding: 0.5em 0;
    border-bottom: 1px dotted #333333;
}
dt.w3 {
    width: 3em !important;
}
dt.w4 {
    width: 4em !important;
}
dt.w5 {
    width: 5em !important;
}
dt.w6 {
    width: 6em !important;
}
dt.w7 {
    width: 7em !important;
}
dt.w8 {
    width: 8em !important;
}
dt.w9 {
    width: 9em !important;
}
dt.w10 {
    width: 10em !important;
}
dd.w3 {
    padding-left: 3em !important;
}
dd.w4 {
    padding-left: 4em !important;
}
dd.w5 {
    padding-left: 5em !important;
}
dd.w6 {
    padding-left: 6em !important;
}
dd.w7 {
    padding-left: 7em !important;
}
dd.w8 {
    padding-left: 8em !important;
}
dd.w9 {
    padding-left: 9em !important;
}
dd.w10 {
    padding-left: 10em !important;
}


div#main div#updt dl {
    max-height: 150px; /*　適宜調整してください　*/
    overflow: auto;
    margin-bottom: 0px;
}
div#main div#updt dl dt{
    float: left;
    width: 10em;
    padding: 0.5em 0;
}
div#main div#updt dl dd {
    padding: 0.5em 0;
    padding-left: 10em;
    border-bottom: 1px #aaa dotted;
}
div#main div#updt dl dd:last-child {
    border-bottom: none;
}




footer {
    background-color: #424242;
    color: #ffffff;
    text-align: center;
	height: auto;
	padding: .5em 0;
    min-width: 1010px;
}
footer p{
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

#page-top {
	position: fixed;
	right: 0px;
	bottom: 100px;
}
#page-top img:hover {
	filter: alpha( opacity=85 );         /* ie 6 7 */
	-ms-filter: "alpha( opacity=85 )";   /* ie 8 */
	opacity: 0.85;
	zoom:1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

p.btn-area {
    text-align: center;
    border: 2px solid #aaaaaa;
    width: 210px;
    padding: 2em;
    margin-left: 25px !important;
    margin-bottom: 25px !important;
    float: right;
}
p.btn-area a{
    margin-bottom: 15px !important;
}

a.button,
a.button_red,
a.button_gray {
	display: inline-block;
	width: 210px;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding-top: .75em;
	padding-bottom: .75em;
    color: #FFFFFF;
    font-size: 1.143em;
	line-height: 150%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
a.button {
    background: #8d8d8d;
	background-image: -webkit-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -moz-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -ms-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -o-linear-gradient(top, #adadad, #5c5c5c);
  	background-image: linear-gradient(to bottom, #adadad, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad',  endColorstr='#5c5c5c', GradientType=0 );
    border-color: #5c5c5c;
}
a.button:hover {
    background: #7e7e7e;
	background-image: -webkit-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -moz-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -ms-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -o-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: linear-gradient(to bottom, #dbdada, #7e7e7e);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdada',  endColorstr='7e7e7e', GradientType=0 );
}

a.button_red {
    background: #c72b29;
	background-image: -webkit-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -moz-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -ms-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -o-linear-gradient(top, #f5a3a2, #c72b29);
  	background-image: linear-gradient(to bottom, #f5a3a2, #c72b29);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a3a2',  endColorstr='#c72b29', GradientType=0 );
    border-color: #c72b29;

}
/*
a.button_red:hover {
	background: #d75352;
	background-image: -webkit-linear-gradient(top, #fabab9, #d75352);
  	background-image: -moz-linear-gradient(top, #fabab9, #d75352);
  	background-image: -ms-linear-gradient(top, #fabab9, #d75352);
 	background-image: -o-linear-gradient(top, #fabab9, #d75352);
 	background-image: linear-gradient(to bottom, #fabab9, #d75352);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab9',  endColorstr='d75352', GradientType=0 );
}
*/

a.button_gray {
    background: #8d8d8d;
	background-image: -webkit-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -moz-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -ms-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -o-linear-gradient(top, #adadad, #5c5c5c);
  	background-image: linear-gradient(to bottom, #adadad, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad',  endColorstr='#5c5c5c', GradientType=0 );
    border-color: #5c5c5c;
}
