@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 15;
font-size : 15px ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a:link { color: #195DD3; }
a:visited { color: #195DD3; }
a:hover { color: #195DD3; text-decoration: underline;}
a:active { color: #195DD3; }
}

.tete {
	color: initial;
	font-size: initial;
	text-shadow: initial;
font-size : 10px ;
font-color : #ccc;
}




a.page{
display: block;
position: relative;
padding: 20px 4px 20px 0px;/**上右下左*/

border-bottom: 1px solid  	#808080;
background: #FFF;
color: #000;
font-size: 19px;
font-weight: bold;
text-decoration: none;
width:auto;
height: auto; 
}

a.page:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #7d8d8b;
border-right: solid 2px #7d8d8b;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

input { width: 45%;}
img{max-width : 100%;}


.textarea {
width: 45%;
height: 10em;
}

input.classname {
    font-size: 1em;
font-weight: bold;
padding: 3px 10px;
width: 25%;
height: 35px;
}


table.type07 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
  padding: 50px; margin: 15;
}
table.type07 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #000;
}
table.type07 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type07 tbody th {
	width: 300px;
	min-width: 350px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;

}
table.type07 td {
	width:  auto;
	min-width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


table.type06 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
  padding: 50px; margin: 15;
}
table.type06 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #000;
}
table.type06 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type06 tbody th {
	width:  130px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;

}
table.type06 td {
	width:  120px;
	min-width: 130px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

/* -- ヘッダーの外枠 -- */
#header {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

/* -- ヘッダーブロックの幅はここで指定 -- */
#header-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* -- コンテンツ サイドバーブロックの幅はここで指定 -- */
#container {
  text-align: left;
  width: 1000px;
margin: 0 auto;

}

/* -- サイドバーの幅分マイナス -- */
#container-inner {
  float: right;
  width: 100%;
  margin-left: -310px;
}

/* -- サイドバーの幅分余白 -- */
#contents {
  margin-left: 310px;

}

/* -- サイドバーの幅指定 -- */
#sidebar {
  float: left;
  width: 300px;
}

#undernavi {
  clear: both;
  text-align: right;
  padding: 0.5em 0 1em;
}

/* -- フッターの外枠 -- */
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 2em;
  background: #0099ff;
  color: #000000;
}

/* -- フッターブロックの幅はここで指定 -- */
#footer-inner {
  width: 800px;
  margin: 0 auto;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #0099ff;
  color: #ffffff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #0099ff;
  color: #ff0000;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #undernavi内の指定 */
#undernavi p { text-align: center; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds { display: none; }

#footerr {
  margin: 15px;
}
