@charset "utf-8";


/*========================
 Hide screen specific elements 
=========================*/
#header-bar, 
#site-header, 
#billboard, 
#site-footer,
#socialbuttons,
.sub-contents-wrapper, 
.ext-contents-wrapper, 
.printbutton {
	display: none;
}
/*====================
 Typography 
====================*/
body {
	background: #fff;
	font-size: 14pt !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.4;
	font-family: 
		"ヒラギノ明朝 Pro W3",
		"Hiragino Mincho Pro",
		 "平成明朝", 
		 "Heisei Mincho", 
		 "MS P明朝", 
		 "MS P Mincho", 
		 serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		 "メイリオ", 
		 Meiryo,
		 Osaka,
		 "MS Pゴシック", 
		 "MS P Gothic", 
		 sans-serif;
		 margin: 2em 0 0.5em;
		 text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

p {
	margin: 10pt;
	line-height: 1.5;
	font-size: 12pt;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:link:after,
a:visited:after {
	content: "(attr(href)")";
	font-size: 90%;
}

img {
	border: 0;
	max-width: 50%;
	height: auto;
	width: auto\9; /*ie8*/
}

h5 {
	font-size: 12pt;
	padding: 8px;
	background: #faefd9;
	border-top: 1px solid #e9a31a;
	border-bottom: 1px solid #e9a31a;
	margin: 20px;
	background-image: url(../images/openquote.gif) !important;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px; 
	line-height: 1.5;
}


/*====================
 wrapper 
====================*/
#wrapper {
	*zoom: 1;
}

#wrapper:before, #wrapper:after {
	content: "";
	display: table;
}

#wrapper:after {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}

/*====================
 contents 
====================*/
#contents {
	margin: 10px 40px 10px 40px;
	width: 920px;
	height: auto;
}

article {
	margin: 0 5px 30px 0;
}

article h1 {
	display: none;
}

/* 記事 写真なし */
section.item {
	margin: 6px 6px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

section.item-sub {
	margin: 10px 6px;
	padding-bottom: 5px;
	width: 800px;
}

section.item h2 {
	width: 800px;
	font-size: 20pt;
	line-height: 22px;
	color: #333;
	margin-bottom: 5px;
	padding-top: 3px;
	margin-left: 0px;
	font-weight: bold;
}

section.item h3, section.item-sub h3 {
	width: 800px;
	font-size: 18pt;
	line-height: 20px;
	margin-top: 20px;
	padding: 0 5px 5px 1em;
	color: #666;
	font-weight: bold;
}

section.item h4, section.item-sub h4 {
	width: 800px;
	font-size: 16pt;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 1em;
	color: #333;
	border-bottom: 1px solid #32a339;
	font-weight: bold;
}

section.item p {
	width: 800px;
	margin-top: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12pt;
}

/* item-keyword */
.item-keyword {
	position: relative;
	margin: 20px 10px 10px 10px;
	padding-bottom: 5px;
}

.item-keyword h2 {
	font-size: 12pt;
	font-weight: bold;
	width: 443px;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 0.5em;
	border-left: 3px solid #25bb21;
}

.item-keyword ul {
	margin: 0;
	padding: 0;
	margin-right: -10px;
	overflow: hidden;
	list-style: none;
	zoom:1;
}

* html .item-keyword ul { /* for IE6 */
	margin-right: -20px;
}

.item-keyword ul li {
	float:left;
	margin-right: 10px;
	padding: 5px 0 10px;
	list-style: none;
	text-decolation: none;
}
.item-keyword ul li a {
	margin-left: 10px;
	color: #333;
}
.item-keyword ul li a:hover {
	color: #32a339;
}

/* 記事 写真あり */
section.item-thumbnail {
	position: relative;
	overflow:auto;
	margin: 6px 6px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
}

section.item-thumbnail img.eyecatch {
	float: none;
	width: 100px;
	overflow:auto;
	border: 1px solid #999;
	margin: 2px 14px 10px 0px;
}

section.item-thumbnail h2 {
	width: 443px;
	font-size: 20pt;
	line-height: 22px;
	color: #333;
	margin-bottom: 5px;
	padding-top: 3px;
	margin-left: 120px;
	font-weight: bold;
}

section.item-thumbnail h3 {
	font-size: 18pt;
	line-height: 20px;
	margin-top: 20px;
	padding: 0 5px 5px 1em;
	color: #333;
	font-weight: bold;
}

section.item-thumbnail h4 {
	font-size: 16pt;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 1em;
	color: #333;
	border-bottom: 1px solid #32a339;
	font-weight: bold;
}

section.item-thumbnail p {
	width: 444px;
	margin-top: 3px;
	margin-left: 120px;
	padding-top: 5px;
	padding-right: 5px;
	word-wrap:break-word;
	font-size: 12pt;
}

p.more {
	font-size: 12pt;
	text-align: right;
	padding-right: 10px;
	color: #333;
	clear: none;
}

div.view {
	position: absolute;
	top: 3px;
	right: 10px;
	width: 18px;
	height: 14px;
	border: none;
}

div.view img {
	text-align: right;
}

.item-thumbnail header.subttl, .item header.subttl {
	margin: 0px;
	margin-left: 120px;
	width: 290px;
}

.item header.subttl {
	margin-top: 0;
	margin-left: 0;
	width: 290px;
}

.item-thumbnail header.subttl .auth, 
.item header.subttl .auth {
	margin-top: 3px;
	font-size: 11pt;
	color: #a9a9a9;
	float: left;
	width: 75px;
}

.item-thumbnail header.subttl .date,
.item header.subttl .date {
	margin: 3px 0 0 10px;
	font-size: 11pt;
	color: #a9a9a9;
}

section.item-thumbnail hr,
section.item hr {
  display: block;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

section.item-thumbnail ul,
section.item ul, section.item-sub ul {
	width: 530px;
	margin: 10px 0 10px 2.0em;
	padding-left: 2em;
}

section.item-thumbnail ul li,
section.item ul li, section.item-sub ul li {
	margin: 0 0 4px 0em;
	list-style: disc;
	line-height: 140%;
}

section.item-thumbnail ol,
section.item ol, section.item-sub ol {
	width: 530px;
	margin: 10px 0 10px 2.0em;
	padding-left: 2.5em;
}

section.item-thumbnail ol li,
section.item olli, section.item-sub ol li {
	margin: 0 0 4px 0em;
	list-style: decimal;
	line-height: 140%;
}

.fig-frame {
	display: block;
	margin: 20px auto;
	border: 1px solid #ccc;
	padding: 10px;
}

.fig-frame .caption {
	color: #666;
	font-size: 12pt;
	display: block;
	text-align: center;
}

div.pageNum {
	position: absolute;
	top: 30px;
	right: 0;
	width: 55px;
	height: 20px;
}

div.pageNum span {
	font-size: 11pt;
	text-align: right;
	color: #a9a9a9;
}

/*blockquote { */
h5 {
	font-size: 14pt;
	padding: 8px;
	background: #faefd9;
	border-top: 1px solid #e9a31a;
	border-bottom: 1px solid #e9a31a;
	margin: 20px;
	background-image: url(../images/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px; 
	line-height: 1.5;
}
blockquote {
	font-size: 14pt;
	padding: 8px;
	background: #faefd9;
	border-top: 1px solid #e9a31a;
	border-bottom: 1px solid #e9a31a;
	margin: 20px;
	background-image: url(../images/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px; 
	line-height: 1.5;
}

/*====================
 mokuji 
====================*/
.toc dl {
  text-align: right;
}

.toc dt {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-right: 100px;
}

.toc dd {
  padding-right: 10px;
  font-size: 10pt;
  lign-height: 1.8;
}
.toc dd:after {
  content: "■" ;
  color: #32a339;
}


/*====================
 ボタン 
====================*/
.btn-login, .btn-save, .btn-next, .btn-check, .btn-search, .btn-dele, .btn-sele, .btn-change, .btn-download, .btn-regist {
	text-align: center;
}

.btn-login .btn, .btn-save .btn, .btn-next .btn, .btn-check .btn, .btn-search .btn, .btn-dele .btn, .btn-sele .btn, .btn-change .btn, .btn-download .btn, .btn-regist .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1:
	width: 50%;
	padding: 5px 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
.btn-login .btn {
	width: 80px;
}

.btn-login .btn:hover, .btn-login .btn:active,
.btn-save .btn:hover, .btn-save .btn:active,
.btn-next .btn:hover, .btn-next .btn:active,
.btn-check .btn:hover, .btn-check .btn:active,
.btn-search .btn:hover, .btn-search .btn:active
.btn-dele .btn:hover, .btn-dele .btn:active
.btn-regist .btn:hover, .btn-regist .btn:active {
	color: #32a339;
}

 /* 横並びボタン */
.btn-multi {
	text-align: center;
}

.btn-multi li {
	display: inline;
	margin: 0 0.5em;
}

.btn-multi .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1:
	width: 50%;
	padding: 5px 15px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}

.btn-multi .btn:hover, .btn-multi .btn:active {
	color: #32a339;
}

 /* 表内削除ボタン */
input.del {
	border-top: 1px solid #ccc;	
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;	
	border-left: 1px solid #ccc;	
	width: 50px;
	padding: 0px 5px;
	font-weight: bold;
	cursor: pointer;	
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
}



/* 必須 */
span.essential {
	color: #cc0000;
	font-weight: normal;
}

/* info */
span.info {
	color: #666;
	width: 300px;
	font-size: 80%;
	padding-left: 11em;
}

/*====================
 ソーシャルボタン 
====================*/
ul.social-icons {
	border-top: 2px dashed #AAA19F;
	width: 80px;
	height: 25px;
	padding-top: 5px;
	margin: 20px 0px 0px 120px; 
}
ul.social-icons li,
ul.social-icons li a {
	width: 17px;
	height: 17px;
	float: left;
	display: block;
	text-indent: -9999px;
}
.social-icons li.bt-twitter {
	background: url(../images/sns1.jpg) 2px top no-repeat;
}
.social-icons li.bt-mixi {
	background: url(../images/sns2.jpg) 2px top no-repeat;
}
.social-icons li.bt-facebook {
	background: url(../images/sns3.jpg) 2px top no-repeat;
}


