/*共通================================================================*/
body {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6;
	color: #000000;
	background-color: #999999;
	margin-top: 0px;
	font-weight: bold;
}
p {
   color: #000000;

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

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}


/*AIUバナー*================================================================*/

.banner13_3_6 {
	margin-bottom:10px;
	
}



/*id*================================================================*/
#container {
	margin: auto;
	padding: 0px;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-color: #FFFFFF;
	clear: both;

}
/*ヘッダー*/
.header01 {
  display: flex;                  /* 横並びにする */
  justify-content: space-between; /* 左右に分ける */
  align-items: center;            /* 縦方向中央揃え */
  padding: 10px 20px;             /* 上下10px、左右20pxの余白 */
  flex-wrap: wrap;                /* 小さい画面では折り返す */
}

.headerText {
	text-align: left;               /* 左端固定 */
	font-size: 14px;                /* 文字サイズ調整 */
	flex: 1;                        /* 可能な限り横幅を広げる */
	font-weight: bold;
	padding-left: 10px;
}

.siteTitle img {
	height: 80px;                   /* 画像の高さ固定 */
	max-width: 100%;                /* 小さい画面で縮小 */
	display: block;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}



/* スマホ用調整 */
@media (max-width: 480px) {
  .headerTop {
    padding: 8px 12px;       /* 余白を少し小さく */
  }

  .headerText {
    font-size: 14px;         /* 文字サイズを少し小さく */
  }

  .siteTitle img {
    height: 24px;            /* 画像も少し小さく */
  }
}


/* タブレット用調整 */
@media (max-width: 768px) {
  .headerText {
    font-size: 15px;         /* 中サイズ画面用微調整 */
  }

  .siteTitle img {
    height: 28px;
  }
}

/*header_menu================================================================*/
.header_cf{
	font-size: 13px;
	text-align: right;
	color: #000099;
	margin-right: 10px;
}

.header_koko01{
	font-weight: bold;
	border: 2px solid #000099;
	padding: 3px;
	color: #000099;
}
.header_img01{
	line-height: 32px;
	padding-top: 4px;
}
/*main================================================================*/
#main {
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: left;
	background-color: #FFFFFF;
}
/*リンク*/
#main a:link {
	text-decoration: none;
	color: #003366;
}

#main a:visited {
	color: #000000;
	text-decoration: none;
}


#main a:hover {
	color: #990000;
	text-decoration: underline;
}
#main h1 {
	font-size: 28px;
	line-height: 65px;
	background-image: url(../../aiu_211005/images/plan/midasi_h1.gif);
	background-repeat: no-repeat;
	height: 71px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;

}
#main h2 {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	border-bottom: 1px solid #999999;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCFF;
	background-color: #336699;
}
#main h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	text-indent: 15px;
	color: #333333;
	background: url(../../aiu_211005/images/plan/midashi_h3.gif) no-repeat;
}
#main h4 {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 5px 20px;
	border-bottom: 1px solid #666666;
	border-left: 10px solid #CCCCFF;
}
#main h5 {
	font-size: 16px;
	text-indent:10px;
	line-height: 20px;
	border-bottom-color:#CCCCFF;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-left-color:#CCCCFF;
	border-left-width:8px;
	border-left-style:solid;
	color: #333333;
	background: #99CCFF;
	padding: 5px;

}
#main h6 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 5px 10px;
	border-left: 8px solid #CCCCFF;
}
.p_inner01 {
	margin: 0px 10px;
	padding: 5px 10px;
}
#main ul{
	line-height: 180%;
	margin: 5px 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main ol{
	line-height: 180%;
	margin: 5px 10px;
	padding-right: 10px;
	padding-left: 10px;
}


/*内部ボックス#main*/
.mabox01 {
	margin: 0px;
	padding: 15px 0px 0px 15px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 250px;
	float: left;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*内部ボックス#menu*/
.mebox01 {
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*center/*================================================================*/
.center00 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

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

/*font/*================================================================*/
/*上部font*/
.font01 {
	font-size: 15px;
	font-weight: bold;
	line-height: 180%;
	color: #333333;
}

.font_18 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.font04 {
	font-size: 10px;

}
.font04cf {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}
.sen01 {
	font-size: 10px;
	background-image: url(../../aiu_211005/images/index/sen01.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 635px;
}
.font11 {
	font-size: 11px;
	color: #333333;
}
.font11rna {
	font-size: 11px;
	line-height: 140%;
	margin-left: 10px;
}
.font_11b {
	color: #3366CC;
	font-size: 11px;
}
.font_11bb {
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
}

.font_12b {
	color: #0033CC;
	font-size: 12px;
}
.font_12bb {
	color: #000000;
	font-size: 12px;
}
.font_13b {
	font-size: 13px;
	font-weight: bold;
}
.font14 {
	font-size: 14px;
}
.font_pik {
	color: #F36;
}

.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font20b {
	font-size: 20px;
	font-weight: bold;
}
.font22 {
	font-size: 22px;
	font-weight: bold;
}

.font24 {
	font-size: 24px;
}
.font_br {
	font-weight: bold;
	color: #FF3300;
}
.font_bb {
	font-weight: bold;
	color: #000099;
}
.font18_br {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.font_kakomi01 {
	padding: 5px 25px;
	border: 2px solid #336699;
	margin-top: 30px;
	margin-bottom: 30px;
}
.font_kakomi01_r {
	padding: 5px 10px;
	border: 2px solid #FF3333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.font_r01 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 300px;
}
.font13_99 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.font_rig_12  {
	font-size: 12px;
	color: #666666;
	text-align: right;
	margin: 0px 15px 0px auto;
}
/*img/*================================================================*/
img.img_syousai_l01 {
	clear: both;
	float: right;
	margin-right: 25px;
}
img.img_ad_l01 {
	float: left;
	padding: 2px 2px 2px 3px;
}
img.img_center01 {
	padding: 0px;
	text-align: center;
	margin: 2px auto;
	clear: both;
}

/*余白/*================================================================*/

.pad01 {
	margin: 0px;
	padding-left: 15px;
}
.pad02 {
	margin: 0px;
	padding-left: -15px;
	padding-top: 15px;
}



/*menu_右サイド25=============================================================*/

.me_siro{
	color: #FFFFFF;
	text-decoration: none;	
}





#menu ul {
	list-style: none;        /* ドットを消す */
	margin: 0;               /* 上下余白を消す */
	padding: 0;              /* 左のインデントを消す */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#CCCCCC;
}

#menu li {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
	background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);
	line-height: 130%;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}


.me_midashi01{
	background-color: #0066cc;
	text-align: center;
	color: #FBFBFB;
	font-weight: bold;
	margin-top: 1em;
	background-position: top;
	font-size: 15px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
}
.menumidashi01 {
	background-color: #0066cc;
	text-align: center;
	color: #FBFBFB;
	font-weight: bold;
	margin-top: 1em;
	background-position: top;
	font-size: 15px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
.me_midashi02{
	background-color: #0066cc;
	padding: 1em;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	margin: 3px;
	font-size: 110%;
}
.me_midashi03_02{
	text-align: left;
	line-height: 120%;
	color: #000;
	text-align: center;
	color: #FFF;
	text-align: center;
	border: 2px solid #666;
	background-position: top;
	font-weight: bold;
	font-size: 110%;
	background-color: #0066cc;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.me_midashi03{
	padding: 0.2em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	line-height: 120%;
	color: #000;
	text-align: center;
	margin: 2px;
	padding: 2px;
	color: #000;
	text-align: center;
	margin: 3px;
	padding: 3px;
	border: 1px solid #666;
	background-position: top;
	font-weight: bold;
	font-size: 110%;
}

.menufont01 {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
.menuback01 {
	height: auto;
	width: 218px;
	border: 1px solid #999;
}
.menuback01_ad {
	padding: 10px 5px;
}
.menuback02 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	text-indent: 10px;
	height: 40px;
	width: 218px;
	background-image: url(../../aiu_211005/images/index/navi02/nabi02_01.gif);
	background-repeat: no-repeat;
}

.font04cf_r {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}


/*右navi 囲み====================================================================*/
.menuback03 {
	height: auto;
	width: 218px;
	border: 1px solid #666666;
	font-size: 14px;
	line-height: 14%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



/*topページ====================================================================*/

/*リード*/
.read p{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-top: 0px;
}
/*ANApr=============================*/
.pr_top01{
	font-size: 22px;
	line-height: 130%;
	font-weight: bold;
	margin: 10px;
	padding: 5px 10px;
	text-align: center;
	border: 2px solid #000099;
	background: url(../../aiu_211005/images/index/an_pr01.jpg) repeat;
}
.pr_top02{
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	margin: 5px 10px 0px 60px;
	text-align: left;
}



/*見出しphoto背景（グレー）*/

.mida01 {
	font-size: 23px;
	font-weight: normal;
	line-height: 50px;
	text-indent: 35px;
	background-image: url(../../aiu_211005/images/index/midashi/m01.gif);
	background-repeat: repeat;
	width: 635px;
	height: 51px;
	color: #333333;
}

/*小見出し*/
.komi01 {
	font-size: 23px;
	font-weight: bold;
	color: #336699;
	line-height: normal;
}
/*小見出し(サービス）*/
.komi02 {
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
	line-height: 25px;
}
.komi02g {
	font-size: 19px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
}

/*現地の言葉ができなくても大丈夫！*/

.gtable01 {
	height: 100px;
	border: 1px solid #999999;
}

.gtable01 th {
	background-color: #CCCCFF;
	text-align: left;
	padding-left: 10px;
	padding-left: 10px;
	width: 300px;
	font-size: 14px;
	border: 1px solid #999999;
	color: #333333;
}


.gtable01 td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999999;

}

.toptd01 {
	width:220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
.toptd02 {
	width:220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 7px;
}
/*表内小見出しfont*/
.font02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #FF9900;
}
.font03 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #336699;
}



/*事故例と世界の医療事情*/
.hyobox01{
	background-image: url(../../aiu_211005/images/index/hyo02/back01.gif);
	height: 500px;
	background-repeat: no-repeat;
	width: 635px;
}
.hyobox02{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	width: 595px;
}

.hyotd01{
	width: 245px;
}
.hyotd02{
	width: 105px;
}
.tophyomi01{
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
	line-height: 180%;
}
.tophyomi01b{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	line-height: 17px;
}



/*ＡＩＵ海外旅行保険　商品の特徴 商品一覧*/
.backmi01{
	background-image: url(../../aiu_211005/images/index/syouhin/back02.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 635px;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;

}
.toptd03 {
	width:90px;
	padding-right: 10px;
}
.toptd04 {
	padding-left: 10px;

}
/*box====================================================================*/
.box_link_l01 {
	width:90%;
	padding: 5px 10px;
	border: 4px solid #CCCCFF;
	margin: 10px;
	line-height: 200%;
	font-size: 14px;
}
.box_link_ul01 {
	line-height: 200%;
	padding-left: 10px;
	padding-right: 10px;
}
/*table*================================================================*/
table.gaiyou01 {
	line-height: 180%;
	font-size: 13px;
	margin: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
table.gaiyou01 td,th {
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
table.gaiyou01 th {
	text-align: center;
}
/*table-form*================================================================*/
table.form01 {
	line-height: 180%;
	font-size: 14px;
	margin: 5px;
	border-top: 1px solid #000099;
	padding: 2px;
}
table.form01 th {
	text-align: center;
	background: #E7EEFF;
	width: 28%;
	padding: 5px;
	border-bottom: 1px solid #000099;
	border-left: 1px solid #CCCCCC;
	margin: 3px;
	font-size: 13px;
	color: #666666;
}
table.form01 td {
	padding: 5px;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 3px;
}


/**************************/

#main h2.subtitle {
	font-size: 28px;
	line-height: 65px;
	background-image: url(../../aiu_211005/images/plan/midasi_h1.gif);
	background-repeat: no-repeat;
	height: 66px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	
	background-color:transparent;
	border-width:0;
	text-indent:0;
}

#header h1{
	margin:0;
	font-weight:normal;
}

/*kako====================================================================*/
.au_kako_r01 {
	text-align: right;
	clear: both;
	float: right;
}

.au_kako_r02{
	text-align: right;
	margin-right: 10px;
	margin-left: auto;
}
