﻿@charset "UTF-8";
/*   h1{color:red; font-size:200%; border-style: dotted;border-width: 5px; border-color: blue; width : 400px;} */
body {
	margin: 30px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	/*(old) #fff */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.6;		/*行間(old 2)*/
	background: #E0FFFF;	/*背景色*/
	/*(old) #002a7e */
	-webkit-text-size-adjust: none;
}
h1{color:blue; font-size:170%;}
/* h1{background-color:yellow;} */
h2{color:blue; font-size:100%;}  
h3{color:orange; font-size:1.2em;}
/* table,td{border : solid 1px green;} */
/* table {border-collapse : collapse ; float: left;} */
p{color:#000; font-size:1em; line-height:1.5em; font-family:sans-serif;}  

.tarea{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
    line-height: 1.5;
    height: 6em;
}

.tarea2{
    width: 100%;
}


/*テーブル
---------------------------------------------------------------------------*/

.ta10 {
    border-collapse:collapse;
}


/*テーブル１行目に入った見出し部分（※caption）*/
.ta10 caption {
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字をセンタリング*/
/* 	font-weight: bold;	*/	/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta10 th.tamidashi {
	width: auto;
	/* text-align: center;*/	/*文字をセンタリング*/
}
/*ta1テーブルブロック設定*/
.ta10 {
	table-layout: fixed;
	width: 90%;
	margin: 0 auto 20px;
	background : #fff;  /* 色を付けてみた */
}
.ta10, .ta10 td, .ta10 th {
	word-break: break-all;
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	padding: 5px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta10 th {
	text-align: start;
	vertical-align: top;
	width: 20%;			/*幅*/
	font-weight: normal;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 30%;	/*画像の幅*/
	left: 35%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
}

header {
	height: 11em; 
}


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 50%;	/*画像の幅*/
	left: 25%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
}

header {
	height: 11em; 
}


/*コンテナー（headerとfooterをのぞくブロックを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	font-size: 12px;
	font-size: 2.93vw;
}

/*コンテンツ（上のcontainerの中のブロック）
---------------------------------------------------------------------------*/
/*コンテンツ内にあるh1(見出し)タグの指定*/

#contents h1 {
	font-size: 16px;	/*文字サイズ*/
}
/*コンテンツ内にあるh2(見出し)タグの指定*/

#contents h2 {
	font-size: 15px;	/*文字サイズ*/
}

/*コンテンツ内にあるh3(見出し)タグの指定*/
#contents h3 {
	font-size: 14px;	/*文字サイズ*/
}

/*Serviceページ
---------------------------------------------------------------------------*/
/*h4見出しの設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}

---------------------------------------------------------------------------*/
/*h5見出しの設定*/見出しの設定*/
h5 {
	font-size: 8px;	/*文字サイズ*/
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	padding: 0 0px 20px 35px;
}
ol {
	padding: 0 0px 20px 35px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 96%;}
.big1 {font-size: 22px;letter-spacing: normal;}

}