﻿/* reset */
*{
    box-sizing:border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: bottom;
color: #333;
}

body {
	margin: 0 auto;
}

body {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	max-height: 999999px;
	line-height: 1.6;
	color: #333333;
	background: url("img/back.png");
	background-repeat: repeat-x;
}

a{/*リンクされた文字*/
    color:#2ca6e0;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#2ca6e0;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#2ca6e0;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#2ca6e0;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

* {
   margin: 0;
   padding: 0; 
}

a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

/*ID #serviceのpタグの文字を大きくしたくない場合*/
#service p {

/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;	
}

/* android クロームで文字がでかくなるバグ対策 */
h1, h2, h3, h4, p, ul, ol {
    max-height: 100%; 
 } 
 
 /* ヘッダー*/

/*============================
#区切り線グレイ1ピクセル
============================*/
hr.style3 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}


/*============================
#区切り線水色1ピクセル
============================*/
.line02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5ebde9;
}

/*============================
#画像ロールオーバーアルファ効果
============================*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*============================
#テーブル装飾
============================*/

table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width: 600px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


table.type03 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type03 th {
	width: 250px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type03 td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.type04 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type04 th {
		vertical-align: top;
	width: auto;
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f4f5b2;
}
table.type04 td {
	width: auto;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.table_resource{
	width:860px;
	margin:0px;
	padding:0px;
	line-height:1.7em;
	font-size: small;
}

.table_resource th{
	width:150px;
	margin:0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	border-bottom:solid 1px #bbbbbb;
}

.table_resource td{
	margin:0px;
	padding:5px 0px;
	border-bottom:solid 1px #bbbbbb;
	vertical-align:top;
}

.table_resource td.text{
	margin:0px;
	padding:5px;
	border-bottom:solid 1px #bbbbbb;
}


table.sample8{border:1px black solid;}
tr.gyo1{background-color:blue;}
td.green{
border:1px black solid;
background-color:#008260;
color:#ffffff;
}
td.green2{
border:1px black solid;
background-color:#cce6df;
}
td.purple{
border:1px black solid;
background-color:#784da4;
color:#ffffff;
}
td.purple2{
border:1px black solid;
background-color:#e4dbed;
}
td.mizuiro{
border:1px black solid;
background-color:#ccecfa;
}
td.glay{
border:1px black solid;
background-color:#eeeeef;
}
td.solido{
border:1px black solid;
}
td.kobetsu{
border:1px black solid;
background-color:yellow;
} 


/*============================
#テーブルbox
============================*/

.block {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 50px #ddd inset;
    -moz-box-shadow: 0 0 50px #ddd inset;
    -webkit-box-shadow: 0 0 50px #ddd inset;
}


/* =======================================
    ClearFixElements
======================================= */
#slideshow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#slideshow ul {
    display: inline-block;
    overflow: hidden;
}
.topcategory{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.topsection {
	width: 960px;
	margin: 0 auto;
}
 
.topcontentbutton {
	width: 300px;
	padding-top: 10px;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 12px;
}
.topcontentbutton-e {
	width: 358px;
	padding-top: 10px;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 12px;
}
.footerline {
	width: 100%;
	background:url(img/footerbackground.png);
	background-repeat: repeat-x;
	height: 300px;
	text-align: center;
}


.footer01 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center !important;
}


/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

#gnav  {
	background-color:#222;
}


#gnav ul {
	overflow:hidden; /*li要素のfloatの回り込みを解除*/
	margin-bottom:24px;
}

/*メニュー１個ごとの設定*/
#gnav ul li {
	width: 50%;
	float : left;
	border-bottom: 1px solid #513900;
	box-sizing: border-box;
}

#gnav ul li a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:15px;
	line-height:48px; /*高さを確保*/
}
	
	#gnav ul li a:hover{
	background: #6d510f;
}

/*奇数番目のメニューの設定*/
#gnav ul li:nth-child(odd) {
     border-right: 1px solid #513900;
}



/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

#gnav  {
	background-color:#222;
}


#gnav ul {
	overflow:hidden; /*li要素のfloatの回り込みを解除*/
	margin-bottom:24px;
	margin-left: 100px;
	margin-right: auto;
}

.ml400 {
	margin-left: 400px;
}

.ml200 {
	margin-left: 200px;
}
/*メニュー１個ごとの設定*/
#gnav ul li {
	width: 145px;
	float : left;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	box-sizing: border-box;
}

#gnav ul li a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:15px;
	line-height:48px; /*高さを確保*/
}
	
	#gnav ul li a:hover{
	background: #666666;
}

/*奇数番目のメニューの設定*/
#gnav ul li:nth-child(odd) {
     border-right: 1px solid #666666;
}

/*==========================================
 英語グローバルナビゲーションのスタイル
===========================================*/

#gnav-e  {
	background-color:#222;
}


#gnav-e ul {
	overflow:hidden; /*li要素のfloatの回り込みを解除*/
	margin-bottom:24px;
}

/*メニュー１個ごとの設定*/
#gnav-e ul li {
	width: 50%;
	float : left;
	border-bottom: 1px solid #513900;
	box-sizing: border-box;
}

#gnav-e ul li a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:15px;
	line-height:48px; /*高さを確保*/
}
	
	#gnav-e ul li a:hover{
	background: #6d510f;
}

/*奇数番目のメニューの設定*/
#gnav-e ul li:nth-child(odd) {
     border-right: 1px solid #513900;
}



/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

#gnav-e  {
	background-color:#222;
	width: 2000px;

}


#gnav-e ul {
	overflow:hidden; /*li要素のfloatの回り込みを解除*/
	width: 2000px;
	margin-bottom:24px;
	margin-left: 200px;
	margin-right: auto;
}

/*メニュー１個ごとの設定*/
#gnav-e ul li {
	width: 145px;
	float : left;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	box-sizing: border-box;
}

#gnav-e ul li a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:15px;
	line-height:48px; /*高さを確保*/
}
	
	#gnav-e ul li a:hover{
	background: #666666;
}

/*奇数番目のメニューの設定*/
#gnav-e ul li:nth-child(odd) {
     border-right: 1px solid #666666;
}

#header_sp {
	display: none
}

#header {
	display: block
}
.flex01 {
	display: flex;
	flex-direction: row;
}

.video{
  position:relative;
  width:560px;
  height:350px;
}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.auroratable
	 {
	width: 100%;
	font-size: 100%;
	}

.auroratable2
	 {
	width: 100%;
	font-size: 100%;
	}

.text_red {
	font-size: 18px;
	text-align: center;
	color: #C10307;
	font-weight: bold;
}

.red {
	color: #C10307;
}


.turquoise {
	color: #83ccd2;
}

.gaiyowaku {
	margin-top: 20px;
	text-align: left;
}

.gaiyowaku table { width: 90%; }
.gaiyowaku th, .gaiyowaku td  { padding: 10px; border: 1px solid #ddd; }
.gaiyowaku td  { width: 280px;}
.gaiyowaku th  { width: 30%; text-align: left; background: #eeeeee; }
.form-a {
	width: 80%;
}

.sp {
	display: none;
}

.pc {
	display: block;
	background: url("img/back.png");
}

#dropmenu{
	display: block;
}
.blue {
	font-size: 30px;
	color: #39C;
}
@media screen and (max-width:485px){
#dropmenu{
	display: none;
}
	
.sp {
	display: block;
}
	
.pc {
	display: none;
}
	
body {
    margin:0 auto;
	background: #FFFFFF;
	}
img {
	max-width: 100%;
	height: auto;
	}
html {
   font-size: 80%;
	} 
.auroratable2
	 {
	width: 80%;
	font-size: 50%;
	}
.gaiyowaku table { width: 100%; }
	
.video {
  position:relative;
  width:100%;
　padding-top:56.25%;
}

.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

	
.topcontentbutton-e {
	width: 300px;
	padding-top: 10px;
	padding-right: 20px;
	margin: auto;
	font-size: 12px;
}
	
#header {
	display: none
}

#header_sp {
	display: block
}
	
 #gnav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #gnav ul li {
width: 16.6666667%;
border-right: 1px solid #666666;
  }  
	
	
	/*1番目のメニューの設定*/
#gnav ul li:nth-child(1){
  border-left: 1px solid #666666;
}


	
header,div,article,section,footer,p,h1{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 0 1%;
	box-sizing: border-box;
	}
	

.toptitle {
	width: 100%;
	box-sizing: border-box;
	}
.contentbutton,.contentbutton01,.topsection,.contentbutton,.aurora01,.aurora02,.block600,.move,.topsection {
	width: 100%;
	}
	
.auroratable
	 {
	width: 90%;
	font-size: 80%;
	}

.auroratable02
	 {
	width: 80%;
	font-size: 80%;
	}
	
	
.topcategory {
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.topcontentbutton,.footer01 {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
}
.footerline {
	width: 100%;
	height: 350px;
}

.eng {
	width: 100%;
	padding-top: 0px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.gaiyo th,
.gaiyo td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo tr:first-child th { 
	border-top: 1px solid #ddd;
	}
.gaiyo2 th,
.gaiyo2 td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo2 tr:first-child th { 
	border-top: 1px solid #ddd;
	}
	
.gaiyo3 th,
.gaiyo3 td{
    width: 100%;
    display: block;
    border-top: none;
	background: #ccc;
    }
.gaiyo3 tr:first-child th { 
	border-top: 1px solid #ddd;
	}
	
table.type04 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type04 th {
		vertical-align: top;
	width: auto;
	padding: 2px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #f4f5b2;
}
table.type04 td {
	width: auto;
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.block880 {
		width: 100%;
	}
}

