body{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	font-size:12px;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Arial, Helvetica;
	color:#000000;
	background: url(../img/bg.jpg);
	word-break:break-all;
}


@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
	#headfull{
		display:show;
	}

	#headhalf{
		display:none;
	}

	#headimg {
		width: 100%;
		background-image: url("../img/lower_header_moL2019.png");
		-moz-background-size:100% auto;
		-webkit-background-size:100% auto;
		-o-background-size:100% auto;
		-ms-background-size:100% auto;
		background-size:100% auto;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	#topleft{
		float: left;
		width: auto;
		line-height:100%;
		font-size: 22px;
		font-weight: bold;
		color: #ffffff;
		margin: 2px 0 5px 3px;
	}

	#topleft2{
		float: left;
		width: auto;
		line-height:100%;
		font-size: 22px;
		font-weight: bold;
		color: #ffffff;
		margin: 2px 0 5px 3px;
	}


	#topright{
		float: right;
		text-align: right;
		width: auto;
		line-height:100%;
		margin: 2px 3px 5px 0; 
	}

}

@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */

	#headfull{
		display:none;
	}

	#headhalf{
		display:show;
	}


	#headimg {
		width: 100%;
		background-image: url("../img/lower_header_mo2019.png");
		-moz-background-size:100% auto;
		-webkit-background-size:100% auto;
		-o-background-size:100% auto;
		-ms-background-size:100% auto;
		background-size:100% auto;
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	#topleft{
		float: left;
		width: auto;
		line-height:100%;
		font-size: 22px;
		font-weight: bold;
		color: #ffffff;
		margin: 2px 0 5px 3px;
	}

	#topleft2{
		float: left;
		width: auto;
		line-height:100%;
		font-size: 22px;
		font-weight: bold;
		color: #ffffff;
		margin: 2px 0 5px 3px;
		letter-spacing: -1px;
	}


	#topright{
		float: right;
		text-align: right;
		width: auto;
		line-height:100%;
		margin: 2px 3px 5px 0; 
	}

}

#container{
	background-color: #ffffff;
}


div.clr{
	clear: both;
}

a.navi:link{
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.navi:visited{
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.navi:hover{
	font-size:18px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a.naviB:link{
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
}

a.naviB:visited{
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	line-height:100%;
}

a.naviB:hover{
	font-size:22px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
	line-height:100%;
}


img {
	border: 0;
}

#inner{
	padding: 10px;
}


a.top:link{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.top:visited{
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.top:hover{
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}


p{
	margin: 0;
	padding: 0;
}

p.h1{
	margin: 0;
	padding: 1px 0 0 0;
}

p.h5{
	margin: 0;
	padding: 5px 0 0 0;
}

p.h10{
	margin: 0;
	padding: 10px 0 0 0;
}

#footer{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

img.auto{
	max-width:100%;
	height:auto;
}

h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}

h2.title{
	margin: 0;
	width: 100%;
	height: 28px;
	background: url(../img/title_line.gif) no-repeat left bottom;
	padding:0 0 0 1px;
	color: #004599;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

table.lines {
	border-collapse: collapse;
	border-top: 1px #004EA7 solid;
	border-left: 1px #004EA7 solid;
}

table.lines td, table.lines th {
	padding: 3px;
	text-align: left;
	border-bottom: 1px #004EA7 solid;
	border-right: 1px #004EA7 solid;
}

table.lines th {
	background-color: #E9F5F9;
}

table.lines td {
	background-color: #ffffff;
}

table.linesS {
	border-collapse: collapse;
	border-top: 1px #004EA7 solid;
	border-left: 1px #004EA7 solid;
}

table.linesS td, table.linesS th {
	padding: 1px 3px 1px 3px;
	text-align: center;
	border-bottom: 1px #004EA7 solid;
	border-right: 1px #004EA7 solid;
}

table.linesS th {
	background-color: #DFEEFF;
}

td.thSub {
	background-color: #DFEEFF;
}

table.nolines {
	border-collapse: collapse;
	border: 0;
}

table.nolines td, table.nolines th {
	border: 0;
	background-color: #ffffff;
}

.faqQ{
	color: #31A6D9;
	font-weight: bold;
}

.txtLO{
	color: #164B8F;
	font-size: 16px;
	font-weight: bold;
}

.txtL1{
	color: #8EC31E;
	font-size: 16px;
	font-weight: bold;
}

 /* ulマージン */
ul{
	margin: 0 0 0 23px;
	padding: 0;
}

.linebox{
	border-color: #EB6101;
	border-style: solid;
	border-width:2px;
	margin:0;
	padding:5px
}

 /* リンク全般 */
a{
	color: #0080FF;
}

a:hover{
	color: #EA3641;
}

h2.titleRed{
	margin: 0;
	width: 100%px;
	height: 28px;
	background: url(../../img/title_line_red.gif) no-repeat left bottom;
	padding:0 0 0 1px;
	color: #004599;
	font-size: 22px;
	font-weight: bold;
}

/* bootstrap */
.alert {
  padding: 8px 8px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
    font-weight: bold;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
    font-weight: bold;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
    font-weight: bold;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
    font-weight: bold;
}


img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-top: 4px;
}




 /* 20180625追記 (英語ページ)*/
.mt0{
	margin-top:0;
}

.en_contents_box{
	margin:0 3% 8%;
}

.en_tit{
	color: #004599;
	font-weight: bold;
	font-size:180%;
	border-bottom:solid 5px #88c139;
	padding-bottom:1%;
	margin-bottom:2%;
}
.en_s_tit{
	color: #004599;
	font-weight: bold;
	font-size:140%;
	margin-bottom:0;
}
.en_s_tit p:first-child{
	margin-bottom:0;
}


