

table {
        color: #666666;
	font-size:80%;
        border-collapse: collapse;
}        

tr.tabletitle{
        height: 20px;
        border-bottom: 1px #666666 solid;
}

th.check{
        width: 65px;
}

th.no{
        width: 30px;
}

th.isbn{
        width: 120px;
}

th.image{
        width: 60px;
}

th.title{
        width: 255px;
}

th.formtitle{
        width: 580px;
}

th.price{
        width: 70px;
}

tr.other {
        height: 80px;
        border-bottom: 1px #cccccc solid;
}

tr.formother {
        height: 20px;
        border-bottom: 1px #cccccc solid;
}

td {
max-height: 100%;
background-image: url(./img/1x1.gif);
text-align: center;
}

td.r {
text-align: right;
}

td.l {
text-align: left;
}

td.saturdayblue {
color: #0000ff;
}

td.sundayred {
color: #ff0000;
}

td.contact{
max-height: 100%;
width:600px;
border:1px solid #ccc;
padding:10px;
text-align:left;

}

th.contact{
width:200px;
	border:1px solid #ccc;
	padding:10px;
	background:#efefef;
	text-align:left;
}

td.cs{
max-height: 100%;
width:400px;
border:1px solid #ccc;
padding:10px;
text-align:left;

}
th.cs{
width:200px;
	border:1px solid #ccc;
	padding:10px;
	background:#efefef;
	text-align:left;
}



result {

        font-size:200%;

}

finish {

font-weight: bolder;
        font-size:120%;

}

body {
	margin-top:0px; 
}


#shadow {
	width:820px;
	background-image:url("img/shadow.jpg");
	background-repeat:repeat-y;
        margin-right:auto;  
	margin-left:auto;   
}
#sotowaku {
-webkit-text-size-adjust: 100%;
color: #666666;

	width: 800px;
	margin-right:auto;
	margin-left:auto;  
	border-bottom:1px solid #eeeeee;
}

/*******************************************************************************************************************
                                                     ヘッダー部分
*******************************************************************************************************************/

#header {
	margin-bottom:10px;
}
#header p{
	margin:0;
	padding:0;  
}
h1 {
	font-size: 4px;
	margin:0;
	font-weight:normal;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:2px;
}
h2 {
max-height: 100%;
background-image: url(./img/1x1.gif);
	margin:0px;
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	
	clear:both;
}
h3 {
	color:#666666;
	font-size: 14px;
	line-height:1.2em;
	padding: 3px
}
h4 {
	font-size:14px;
}


/*******************************************************************************************************************
                                                     メニュー部分
*******************************************************************************************************************/

#menu {
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
        display : -webkit-appearance: none;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:20px;
}


#menu input {

    cursor: pointer;
    width: 158px;
    height: 50px;
    font-size:16px;
    font-weight: bold;
}

#menu input:hover {
    background-color: #f8f8f8;
}

#menu input#search{

	background-color: #efcd94;
}

#menu input#search:hover{

	background-color: #fcf6ed;
}


#menu button {

    cursor: pointer;
    width: 158px;
    height: 50px;
    font-size:16px;
    font-weight: bold;
}

/*******************************************************************************************************************
                                                     検索欄部分
*******************************************************************************************************************/

#search {
	width:170px;
	float:left;
	margin-left:2px;
}

#search p {
max-height: 100%;
background-image: url(./img/1x1.gif);
	margin:0;
	color: #999999;
	line-height:130%;
	font-size:80%;
	padding:5px
}

#search input {
	cursor: pointer;

}

#search input:hover {
    background-color: #f8f8f8;

}

/*******************************************************************************************************************
                                                     検索結果部分
*******************************************************************************************************************/

#searchresult {
	width:600px;
	float:right;
	margin-right:10px;
}


#searchresult input:hover {
	background-color: #f8f8f8;
}

.searchresultcontents p {
max-height: 100%;
background-image: url(./img/1x1.gif);
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:90%;
	padding:5px
}
/*
.searchresultcontents caution {
	color: #ff0000;
	font-size:80%;
}
*/
.searchresultcontents input.other {
	cursor: pointer;
	    width: 20px;
	    height: 20px;
	    vertical-align:middle;

}

.searchresultcontents input.button {
	cursor: pointer;
}


/*******************************************************************************************************************
                                                     メインコンテンツ部分
*******************************************************************************************************************/

#right {
//	width:600px;
//	float:right
}

.contents {
	margin-left:10px;
	margin-right:10px;
}


.contents p {
max-height: 100%;
background-image: url(./img/1x1.gif);
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:90%;
	padding:5px
}

normal.p {
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:5px
}

.contents input.indexbutton{
	background-color: #efcd94;
	cursor: pointer;
    width: 159px;
    height: 50px;
    font-size:16px;
    font-weight: bold;   
]
	
}

.contents input.indexbutton:hover {
	background-color: #fcf6ed;
}

.contents input.formbutton {
	cursor: pointer;
}

.contents input.formbutton:hover {
	background-color: #f8f8f8;
}

caution {
        color: #ff0000;
        
}

emp {
        color: #ba55d3;
        
}

emp1 {
        font-size:120%;
        font-weight:bold;
}

emp2 {
        font-size:100%;

}

caution.soto {
        color: #00ff00;
        font-size:80%;
}


/*******************************************************************************************************************
                                                     その他情報部分
*******************************************************************************************************************/

#info {
//	width:200px;
//	float:left;
	margin-left:10px;
	margin-right:10px;

}

.infoInside{
	width:380px;
	//float:left;
}

.cal1, .cal2{
	width:170px;
	margin-bottom:20px;
	float:left;
}


#info p{
	margin-top:10px;
	padding:5px;
	font-size:13px;
	color:#999;
	line-height:120%;
	float:left;
}

/*******************************************************************************************************************
                                                     フッター部分
*******************************************************************************************************************/

#footer{
	clear:both;
	text-align:center;
	font-size:13px;
	color: #999999;
	margin-top:10px;
	margin-right:10px ;
	margin-left:10px;
	border-top:1px dotted #ccc;
}
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}

address {
	
	color: #999999;
	text-align:center;
	font-size:13px;
	font-style:normal;
}
address a {
	color:#999;
	text-decoration:none;
}
/*画像を右に右寄せにし、続くテキストを左に回りこませるための指定
こうしておくことで右側に寄せたい画像に対して<p class="floatright">とすればいいわけです。
このような指定は便利なテクニックなので、覚えておくといいですよ＾＾*/
.floatright{
	float:right;	
}



@media (max-width: 820px) {
	table {
        color: #222222;
        font-size:90%;
	}        

	tr.tabletitle{
	        border-bottom: 1px #222222 solid;
	}
	tr.other {
	        border-bottom: 1px #222222 solid;
	}

	tr.formother {
	        border-bottom: 1px #222222 solid;
	}

	emp1 {
background-image: url(./img/1x1.gif);
        font-size:120%;
		color: #222222;
}
	#shadow {
		width:800px;
		background-image: none;

   	}
	#sotowaku {
	//    width: 800px;

	}
	#search p {
		font-size: 16px;
	}
	#search input {
	    width: 159px;
	    height: 50px;
	    font-size:16px;
	    font-weight: bold;
	}
	.searchresultcontents input.other {
	    width: 17px;
	    height: 17px;

	      -webkit-transform: scale(1.5);
  transform: scale(1.5);

	}
	.searchresultcontents input.button {
	    width: 159px;
	    height: 50px;
	    font-size:16px;
	    font-weight: bold;
	
	}
	.contents p {
	     font-size: 16px;
	     color: #222222;
	}
	.contents input.formbutton {
	    width: 159px;
	    height: 50px;
	    font-size:16px;
	    font-weight: bold;
	}
	caution.soto {
        font-size:80%;
	}
	h2 {
		font-size: 16px;
		border-bottom:2px solid #DEBA89;
	}
}