/* CSS Document */

/*
Theme Name: itteki
Description: This is itteki theme.
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
}

body {
	color: #333;
	font-family: Helvetica,sans-serif;
	*font-size: small;/* IE6、IE7 */
	*font: x-small;/* IE 5-5.5､6 */
	margin: 0;
}

TABLE {
  width             : 100%;
  border            : none;
  font-size         : 13pt;
}

LI{
  font-size         : 13pt;
  list-style-image  : url(images/list_a.gif);
  padding-bottom    : 3pt;
}

IMG {
  border            : none;
}

INPUT, TEXTAREA, SELECT  {
  font-size         : 13pt;
  font-family       : Arial,"ＭＳ Ｐゴシック",sans-serif;
}

/*システムタイトル*/
.systitle {
  font-size         : 20pt;
  color             : #ffffff;
  text-align        : center;
  background        : #1088b3;
  font-family       : Arial,"ＭＳ Ｐゴシック",sans-serif;
}

/*ページタイトル*/
.pgtitle {
  font-size         : 16pt;
  font-weight       : bold;
  color             : #000000;
  background        : #d6e5cf;
  padding-top       : 1px;
  padding-bottom    : 1px;
  padding-left      : 10px;
  border-left       : 15px solid #b1cca3;
  border-bottom     : 2px solid #b1cca3;
}

/*ページフッター*/
.pgfooter {
  background        : #d6e5cf;
  border-left       : 15px solid #b1cca3;
}

/*単票形式のテーブル*/
.sngtable {
  width             : 99%;
  border            : none;
  border-collapse   : collapse;
  margin-top        : 10px;
  margin-bottom     : 10px;
  margin-left       : 3px;
  margin-right      : 3px;
  font-family       : Arial,"ＭＳ Ｐゴシック",sans-serif;
}
.sngth {
  font-size         : 13pt;
  background-color  : #60a6bf;
  color             : #ffffff;
  border-top        : 1px solid #e8e8e8;
  border-bottom     : 1px solid #e8e8e8;
  border-left       : 1px solid #e8e8e8;
  border-right      : 1px solid #e8e8e8;
  padding-top       : 2px;
  padding-bottom    : 2px;
  padding-left      : 4px;
  padding-right     : 4px;
}
.sngtd {
  font-size         : 13pt;
  border-top        : 1px solid #e8e8e8;
  border-bottom     : 1px solid #e8e8e8;
  border-left       : 1px solid #e8e8e8;
  border-right      : 1px solid #e8e8e8;
  padding-top       : 2px;
  padding-bottom    : 2px;
  padding-left      : 4px;
  padding-right     : 4px;
  background		: #fff;
}

/*帳票形式のテーブル*/
.lsttable {
  border            : none;
  border-collapse   : collapse;
  margin-top        : 2px;
  margin-bottom     : 10px;
  margin-right      : 2px;
}
.lstth {
  background-color  : #666666;
  color             : #ffffff;
  border-top        : 1px solid #e8e8e8;
  border-bottom     : 1px solid #e8e8e8;
  border-left       : 1px solid #e8e8e8;
  border-right      : 1px solid #e8e8e8;
  padding-top       : 2px;
  padding-bottom    : 2px;
  padding-left      : 2px;
  padding-right     : 2px;
}
.lsttd {
  background: #fff;
  vertical-align    : top;
  border-top        : 1px solid #999999;
  border-bottom     : 1px solid #999999;
  border-left       : 1px solid #e8e8e8;
  border-right      : 1px solid #e8e8e8;
  padding-top       : 2px;
  padding-bottom    : 2px;
  padding-left      : 2px;
  padding-right     : 2px;
}
.lsttr {
  background-color  : #cccccc;
}

/*詳細検索の履歴テーブル*/
.searchhist {
  border-top        : 2px dotted #b1cca3;
  border-bottom     : 2px dotted #b1cca3;
  border-left       : 2px dotted #b1cca3;
  border-right      : 2px dotted #b1cca3;
  width             : 180px;
  padding-top       : 6px;
  padding-left      : 5px;
  padding-right     : 2px;
}

/*読み取り専用のINPUT BOX*/
.roinput {
  text-align        : right;
  background-color  : #eeffe6;
}

/*エラーメッセージ*/
.errmsg {
  font-size         : 13pt;
  color             : #ea0075;
  font-weight       : bold;
}
.errmsg_b {
  font-size         : 13pt;
  color             : #ffffff;
  background-color  : #ea0075;
  font-weight       : bold;
}

/*強調文字*/
.impact {
  font-size         : 13pt;
  color             : #005f80;
  font-weight       : bold;
}

/* フィールドごとの幅の設定*/
#bookid {
  width             : 100px;
}
#title {
  width             : 300px;
}
#titlewide {
  width             : 350px;
}
#volume {
  width             : 80px;
}
#author {
  width             : 160px;
}
#publisher {
  width             : 160px;
}
#possess {
  width             : 100px;
}
#isbn {
  width             : 97px;
}
#series {
  width             : 100px;
}
#bookimage {
  width             : 150px;
  text-align        : center;
  padding           : 10px;
}
#userid {
  width             : 100px;
}
#username {
  width             : 130px;
}
#username2 {
  width             : 300px;
}
#userpath {
  width             : 135px;
}
#address {
  width             : 300px;
}
#tel {
  width             : 120px;
}
#mail {
  width             : 135px;
}

/*カレンダ*/
.calentblmain {
  width             : 300px;
  border-collapse   : collapse;
}
.calentd {
  font-size         : 14pt;
  border            : 1px solid #b1cca3;
  text-align        : center;
}
.sunday {
  background-color  : #ff0066;
  font-size         : 14pt;
  color             : #ffffff;
  border            : 1px solid #b1cca3;
  text-align        : center;
}
.normaltoday {
  font-size         : 10pt;
  font-weight       : bold;
  border            : 2px solid #1088b3;
  text-align        : center;
}
.resttoday {
  background-color  : #ff0066;
  font-size         : 10pt;
  font-weight       : bold;
  color             : #ffffff;
  border            : 2px solid #1088b3;
  text-align        : center;
}

/*みんなの感想のリスト*/
.voicetbl {
  width             : 99%;
  border            : none;
  border-collapse   : collapse;
}
.voicetd {
  font-size         : 13pt;
  border            : 1px solid #b1cca3;
  vertical-align    : top;
  padding-top       : 2px;
  padding-bottom    : 8px;
  padding-left      : 2px;
  padding-right     : 2px;
}
#vcomnt {
  width             : 550px;
}
#chara {
  width             : 150px;
}
#editbtn {
  width             : 90px;
}

h1{
	float: left;
}

h2{
	background: url(../../wp-content/themes/itteki/img/bg_midashi.gif) repeat-x left top #4E3F28;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 1.4em;
	padding: 0px 0 0 10px;
	margin: 0 0 15px 0;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

h3 {
	background: url(../../wp-content/themes/itteki/img/bg_midashi02.gif) no-repeat left bottom;
	padding: 0 0 8px 0;
	font-size: 1.3em;
	margin: 30px 0 10px 0;
	clear: both;
}
h4 {
	border-left: 7px solid #4f422e;
	background: #f1f2de;
	padding-left: 10px;
	font-size: 1.1em;
	margin-bottom: 15px;
	line-height: 30px;
	clear: both;
}

a img{
	border: 0;
	opacity:1.0;
	filter: alpha(opacity=100); 
}

a:hover img{ 
	opacity:0.7;
	filter: alpha(opacity=70); 
}

img.alignright {
	float: right;
	margin: 0px 0 10px 10px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

div img {
	vertical-align: text-bottom;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clear {
	clear:both;
}

a:link {
	color: #3A9A2D;
	text-decoration: none;
}

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

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

#bottommenu p {
	float: left;
	margin: 20px 15px 0 0;
}

.c {
	text-align: center;
}

.marginT15px {
	margin-top: 15px;
}

.marginT20px {
	margin-top: 20px;
}

.marginB15px {
	margin-bottom: 15px;
}

ul.item {
	margin: 0 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ul.item li {
	border: 2px solid #ECECEC;
	font-size: 1.0em;	
	margin: 0 0 7px 0;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}

ul.item li a {
	background: url(../images/bg_arrow.gif) no-repeat left #fff;
	display: block;
	padding: 0 0 0 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: bold;
	line-height: 30px;
}

ul.item li a:hover{
	background: url(../images/bg_arrow.gif) no-repeat left #eee;
}
