/*  初期値設定-----------------------------------------------*/
body { 
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
text-align:center;
font-size:14px;
}


*, p, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, table, th, td, label { 
padding:0; 
margin:0; 
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
text-align:justify;
font-size:15px;
line-height:1.5em;
color:#333333;
}

input, textarea, select {
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
font-size:13px;
color:#333333;

}

*, * focus {
outline: none;
}

keshi {
display: inline;
text-decoration: line-through;
}

red {
display: inline;
color: red;
}
/*  センタリング -----------------------------------------------*/
body {
text-align:center;
}
body div {
margin:0 auto;
text-align:justify;
}

/*  ページ全体外枠　-----------------------------------------------*/

div.container {
padding:0;
background: #fff;
/*border-left:1px solid #bbbbbb;
border-right:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
*/}
div.container_in {
/*padding:0 10px;
*/}

/*  上部タイトルバナー-----------------------------------------------*/
header {

}


/*  上部パンくずリスト -----------------------------------------------*/

nav.topicpath {
padding:7px;
}

nav.topicpath p {
display:inline;
background:url(../images/mark/topic_path.gif) no-repeat left center;
background-size:7px;
padding:0 0 0 20px;
margin:0 0 0 13px;
}

/*  コンテンツ外枠 ----------------------------------------------*/
div.container {
}

div.container_in {
margin:10px 15px;
min-height:500px;
}

/*  左メニュー -----------------------------------------------*/
aside {

padding:0 10px 100px 10px;
}

/* 右コンテンツ ----------------------------------------------*/

section {
text-align:justify;
min-height:550px; 
color:#333;
padding-bottom:50px;
}

/*  左メニュー */
aside ul {
list-style-type:none;
list-style-position:inside;

margin:0 0 20px 0;
}
aside ul li {
}

aside ul li a {
display:block;
font-size:14px;
line-height:20px;
padding:5px 0;
border-top:1px dotted #bfe0ff;
color:#065ca7;
}
aside ul li a:hover {
color:#c23732;
}

aside p {
	text-align: left;
}
@media (min-width: 768px) {

aside p {
	text-align: right;
}
aside ul li a {
	text-align: right;
	
	}
	}

/* フッタ ----------------------------------------------*/

footer p {
text-align:right;
margin:0 10px;
color:#021A8B;
}

footer {
border-top:5px solid #021A8B;
text-align:right;
padding:10px;
}

/*   リンク-----------------------------------*/
a {
color: #03C;
text-decoration:none;
}

a:hover {
color:#03C;
text-decoration:none;
}


a img {
display:inline;
margin:0;
border:none;
}


img.example { border: 1px #cfcfd8 solid; margin:10px;}



/*   コンテンツ共通 -----------------------------------*/
.domain::before {
   content: '@';
   color:inherit;
}



h2 {
font-weight:normal;
font-size:15px;
color:#021A8B;
border-left:5px solid #021A8B;
line-height:1;
padding:0 5px;
margin:30px 0 10px 0;
}

h3 {
clear:both;
font-weight:bold;
color:#021A8B;
font-size:20px;
border-left:5px solid #021A8B;
line-height:1;
padding:20px 0 0 10px;


margin:30px 0 20px 0;
}


h4 {
clear:both;
font-weight:bold;
color:#0168b5;
font-size:18px;
margin:20px 0 10px 0;
}

img {
margin:0;
}


tm {
font-size: 14px;
font-weight: normal;
display: inline;
}

tt {
font-size: 20px;
display: block;
color:#021A8B;
}

nm {font-size: 16px;

color:#021A8B;
display: block;
margin-top:15px;
}

af {font-size: 13px;
display: block;
}


img {
margin:0;
}


p {
margin:10px 0 10px 15px;
text-align:justify;
}
blockquote {
margin:5px 0 5px 30px;
padding:10px;

}

strong {
color:#000000;
font-weight:bold;
}

em {
	font-weight:bold;
	font-style:normal;
}

table tr td.tb-mds {
color: #000000;
background: #eeeeee;
font-size: 16px;
line-height: 1;
text-align: center;
}

table tr th,
table tr td {
text-align: left;
}

/*  定義リスト */



dl.dl-horizontal dd {
margin-bottom:5px;
}


@media (min-width: 768px) {

dl.dl-horizontal {
}

dl.dl-horizontal dt {
    width: 200px;
	}

.dl-horizontal dd {
    margin-left: 220px;
}

}
ul.ul-none {
list-style: none;
margin-left:30px;


}

ul.ul-sq {
list-style: square;
margin-left:30px;

}

ul.ul-none li, ul.ul-sq li {
line-height: 1.5;
margin-left:15px;}
