/*
============================ TOP CSS ============================

			デフォルト設定
				背景
　　　　　　　　　　　　　　　　緊急お知らせ
				タブレット用
                　　　　　　　　スマホ用
　　　　　　　　　　　　　　　　　　　記述あり


====================================================================
*/

/*背景*/

body{
	background-image: none;
	background-attachment: fixed;
	background-image: 
		linear-gradient(135deg, rgb(255,255,255) 0%, rgb(255,255,255) 26%,rgb(255,255,153) 26%, rgb(255,255,153) 28%,rgb(180,213,255) 28%, rgb(180,213,255) 80%,rgb(255,255,255) 80%, rgb(255,255,255) 100%);
	background-attachment: fixed;
}

#contentWrap{margin:2em auto 2em !important; min-height:0;}
#contentWrap img{
	width: 100%;
}

#bannerArea a.btn{
	position: relative;
    background: #000099;
    color: #fff;
    text-align: center;
    display: block;
    /*width: 100%;*/
    font-size: 15px;
	text-decoration: none;
    padding: 10px;
    border-radius: 50px;
    margin: 0 0 10px 0;
}
#infomation .infomationWrap {
    padding: 20px;
}
#infomation h2 {
    text-align: center;
    color: #000066;
    font-size: 1.857em;
    padding-bottom: 13px;
}
#infomation .update {
    width: 95%;
    line-height: 1.5;
    margin: 0 auto;
}


/*汎用*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}



/* 緊急お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#infomation{
	width:100%;
	padding: 50px 0;
	margin:0 auto;
	z-index:-2;
	line-height:1;
}

#infomation .inner{
	/*width: 1000px;*/
	/*margin: 0 auto;*/
}

#infomation .infomationWrap{
	/*padding:15px;*/
}

#infomation h2{
	text-align:center;
	color:#000066;
	font-size:1.857em;
	/*padding-bottom:13px;*/
}

/*緊急,警告*/
#infomation .emergency,#infomation .caveat{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .emergency .tag,#infomation .caveat .tag{
    width: 25%;
    padding: 15px 0;
    background: #ff0000;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .emergency .tag span,#infomation .caveat .tag span{
	font-size: 160%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .emergency .emergency_text,#infomation .caveat .caveat_text{
    width: 85%;
    background: #ffe4e4;
    padding: 20px;
    line-height: 1.3em;
}

#infomation .emergency .emergency_text a,#infomation .caveat .caveat_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .emergency .emergency_text a:hover,#infomation .caveat .caveat_text a:hover{
    color: #3333FF;
}


/*注意*/
#infomation .caution{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .caution .tag{
    width: 25%;
    padding: 15px 0;
    background: #e88800;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .caution .tag span{
	font-size: 160%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .caution .caution_text{
    width: 85%;
    background: #ffecd0;
    padding: 20px;
}

#infomation .caution .caution_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}

#infomation .caution .caution_text a:hover{
     color:#3333FF;
}

/*重要*/
#infomation .important{
    width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .important .tag{
    width: 25%;
    padding: 15px 0;
    background: #0bbf0b;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .important .tag span{
	font-size: 160%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .important .important_text{
    width: 85%;
    background: #ceffce;
    padding: 20px;
	display: flex;
}

#infomation .important .important_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .important .important_text a:hover{
     color:#3333FF;
}

/*注目*/
#infomation .Attention{
	width: 100%;
    display: flex;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0;
}

#infomation .Attention .tag{
    width: 25%;
    padding: 15px 0;
    background: #00a7b2;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
	position: relative;
}

#infomation .Attention .tag span{
	font-size: 160%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
}

#infomation .Attention .Attention_text{
    width: 85%;
    background: #d0fcff;
    padding: 20px;
}

#infomation .Attention .Attention_text a{
    color:#000;
    /* text-decoration: none; */
    line-height: 130%;
}
#infomation .Attention .Attention_text a:hover{
    color:#3333FF;
}

#infomation .reset{
    pointer-events: none;
}

#infomation dl.update{
	width:100%;
	line-height:1.2;
	overflow-y:scroll;
	height:160px;
	padding-top:5px;
	margin-top:10px;
}

#infomation dl.update dt{
	width:15%;
	float:left;
	clear:both;
	color:#231815;
	padding-top:.3em;
}

#infomation dl.update dd span{
	width: 12%;
    text-align: center;
    display: inline-block;
    background-color: #000099;
    color: #FFF;
    padding: 5px 10px 3px;
    font-size: .9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1em;
}
	
#infomation dl.update dd{
	width:85%;
	float:right;
	margin-bottom:10px;
}

#infomation dl.update dd a{
	color:#333333;
    display: block;
    float: right;
    width: 83%;
    padding-top: 3px;
}

/* タブレット用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
#contentWrap,
#footLinkArea{
	width: 90%;	
}

#infomation .caveat .tag span,	
#infomation .emergency .tag span,		
#infomation .caution .tag span,		
#infomation .important .tag span,	
#infomation .Attention .tag span{
	font-size: 120%;	
}
	
}

/* スマホ用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
@media only screen and ( max-width : 767px ){
body {
    background-image: none;
    background-attachment: fixed;
}
	
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: linear-gradient(
135deg, rgb(255,255,255) 0%, rgb(255,255,255) 26%,rgb(255,255,153) 26%, rgb(255,255,153) 28%,rgb(180,213,255) 28%, rgb(180,213,255) 80%,rgb(255,255,255) 80%, rgb(255,255,255) 100%);
  background-size:cover;
}		
	
	
#contentWrap {
    margin: 5% auto 0 !important;
    min-height: 0;
}	
	
			
	
/* 緊急お知らせ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
#infomation {
    width: 100%;
	padding: 10% 0;
}
		
#infomation .infomationWrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
	


/*警告・緊急・注意・重要・注目・*/
#infomation .caveat,
#infomation .emergency,
#infomation .caution,
#infomation .important,
#infomation .Attention{
    width: 100%;
    margin: 3% 0;
}

#infomation .caveat .tag,	
#infomation .emergency .tag,	
#infomation .caution .tag,	
#infomation .important .tag,
#infomation .Attention .tag{
    width: 28%;
    padding: 5% 0;
    letter-spacing: 0;
}
	
#infomation .caveat .tag span,	
#infomation .emergency .tag span,		
#infomation .caution .tag span,		
#infomation .important .tag span,	
#infomation .Attention .tag span{
    font-size: 100%;
}		

#infomation .caveat .caveat_text,	
#infomation .emergency .emergency_text,	
#infomation .caution .caution_text,	
#infomation .important .important_text,	
#infomation .Attention .Attention_text{
    width: 80%;
    font-size: 80%;
    padding: 5% 2%;
    line-height: 1.2;
}
	

}