﻿/* メニュー*/
body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}

.slicknav_menu {
	display:none;
}

@media screen and (min-width:768px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
/* メニュー終わり */
/* ============アップデート書き込み窓=========*/
p.infobox {
   height: 3.5em;  /* 高さを制限(※) */
   overflow: auto; /* スクロールバーを表示(※) */
   border: blue 1px dashed;  /* 枠線を追加 */
   background-color: #fff0f0; /* 背景色を追加 */
}
/* ========アップデート書き込み窓終わり=========*/

/* ============テーブル=========*/

table.type11 {
            width: 98%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
            font-size : 12px;
	line-height: 1.2;
}
table.type11 th {
	width: px;
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
            font-size : 12px;
	color: #fff;
	background: #036;
}
table.type11 td {
	width: px;
	padding: 8px;
	vertical-align: top;
            font-size : 12px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

/* ========テーブル終わり=========*/


.sample_03{
width: 95%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.sample_03 th{
font-size: 9pt;
width:15%;
padding:2px;
text-align: left;
vertical-align: center;
color: #444;
background-color: #feedf3;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_03 td{
font-size: 9pt;
line-height: 120%;
width:85%;
padding: 3px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

/* ========テーブル終わり=========*/

table.gridtable {
            width: 98%;
	font-family: verdana,arial,sans-serif;
	font-size:9px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
/* ========フッター始まり=========*/


/* ========フッター終わり=========*/


p  { 
text-align: left;
font-size: 16px;
line-height: 1.6em;
margin-right: 25px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 25px;
color: #333333;
; font-weight: normal}

h1 { 
text-align: center;
color: #002040;
font-size: 18px; 
font-weight: bold; 
margin-top: 10px;
margin-right: 25px;
margin-left: 25px;
margin-bottom: 20px;
line-height: 1.4em;
background-image:url(../images/honeback.gif);
background-repeat:repeat;
padding-left: 0px;
padding-top:15px;
}
 
h2 { 
text-align: left;
color: #003366;
font-size: 17px; 
font-weight: normal;
margin-top: 20px;
margin-right: 25px;
margin-left: 25px;
margin-bottom: 20px;
line-height: 1.3em;
padding-left: 0px;
padding-top:15px;
border-bottom: solid 3px gray;
}

h3 { 
text-align: left;
font-size: 16px; 
line-height: 1.5em;
margin-right: 15px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: 15px;
color: #333333;
font-weight: normal;
border-left: 10px solid #cc3366; /* 左ボーダーを、10px幅の実線、線色#CC3366に */
border-bottom: 1px solid #CC3366;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

h4 { 
text-align: center;
font-weight: normal; 
font-style: normal; 
line-height: 100%;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
font-family:  "DFP太丸ゴシック体", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", "sans-serif"; 
font-size: 9pt;
color: #333333;
}

h6 { 
text-align: left;
font-size: x-small; 
line-height: 120%;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 4px;
color: #333333;
; font-weight: normal}

/* ボタン */

a.btn1{
width: 30%;
text-align: center;
font-size:16px;
font-weight: bold; 
display: block;
padding: 2px;
margin: 5px;
margin-left: 25px;
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
border-radius: 10px;
border: 1px solid #89671c;
font-weight: nomal;
background: #c0a42c -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0a42c), to(#89671c));
background: #c0a42c linear-gradient(#c0a42c, 89671c);
}

/* ボタン */
img {
border: none;
}

a { 
text-decoration:none; 
}

a:hover { 
text-decoration:underline;
}
