td.details-control {
    background: url('images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}

table td
{
  word-wrap:break-word;  
  word-break:break-all;   
  overflow: hidden;
}

.noUse{
	color: red;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */

  -webkit-transform: scale(1); /* Safari and Chrome */
  padding: 10px;
}

.confirmtable td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}

.borderLeftRight {
	border-left:#CCC 1px solid ;
	border-right:#CCC 1px solid ;
}
.borderLeftRightBottom {
	border-left:#CCC 1px solid ;
	border-right:#CCC 1px solid ;
	border-bottom:#CCC 1px solid ;
}

.search{
	margin-left:-32px;
}
.firstPageDiv{
	border-radius: 10px;
	font-size:14px;
	text-align:center;
	border:solid 1px #ccc;
	background-color: #CCEEFF;
	padding:30px;
}
.firstPageArrow{
	text-align:center;
	font-size: 40px;
	padding:20px;
	color: green;
}
.firstPageDivSum{
	/*border-radius: 10px;
	font-size:14px;
	border:solid 1px;
	background-color: #E8EEF7;
	padding:30px;*/
	
	border: 1px solid #ccc; 
	/*background-color: #E8EEF7;*/
	padding: 0px;
	border-radius: 5px;
}

.firstPageDivSum .title{
	border-bottom: 1px solid #ccc;
	margin: 0px;
	background-color: green;
	color: white;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
} 

.firstPageDivSum .content{
	padding: 10px;
}

.firstPageDivInfo{
	/*border-radius: 10px;
	font-size:14px;
	border:solid 1px;
	background-color: #E8EEF7;
	padding:30px;*/
	
	border: 1px solid #ccc; 
	/*background-color: #E8EEF7;*/
	padding: 0px;
	border-radius: 5px;
}

.firstPageDivInfo .title{
	border-bottom: 1px solid #ccc;
	margin: 0px;
	background-color: green;
	color: white;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
} 

.firstPageDivInfo table{
	border: 0;
	margin-bottom: 0px;
}

i.nocol{
	color:#787878;
	font-style:normal
}

.hr2{
	border-bottom: 1px dashed #6D6D6D;
	margin-bottom: 14px;
}
.height36{
	height: 36px;
}

div.hacchu{
	width: 240px;
	height: 250px;
	text-align: center;
	font-size: 12px;
	border:1px solid #CCCCCC;
}

.pad0rig0left{
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;	
}
.hract{
	border-bottom: 1px dashed #6D6D6D;
	margin-top:10px;
	margin-left: 10px;
	width: 98%;
	margin-bottom: 0px;
}
.fullwidth{
	width: 100%;
}
.indextopshoppage {
   background: url('images/logo-shop.png') no-repeat left bottom;
    cursor: pointer;
}
.indextopleft {
    background: url('images/top.png') no-repeat right center;
    cursor: pointer;
}
.indextopmypage {
    background: url('images/logo.png') no-repeat left bottom;
    cursor: pointer;
}
.indextopmypage2 {
    background: url('images/topLOGO.png') no-repeat left bottom;
    cursor: pointer;
}
.tablemy{
	margin:0px 10px 10px 10px;
	width: 97%;
}
.tablemy td{
	border:1px solid #808080;
	height:30px;
	min-height: 30px;
}
.tdleft{
 	background-color: #CCCCCC;
}
.tdright{
 	padding-left: 4px;
}
.mymofifytable{
	background-color: #FFFFFF;
	margin:auto;
	margin-top: 10px;	
}
.mymofifytitle{
	background-color: #FC3BBC;
	color: #FFFFFF;	
}
.mymofifytablebutton{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mydiv{	
	border-top:1px solid #808080;
	background-color: #ffffff;
	width: 100%;
	min-height:10px;
	display: block;
	height: 600px;
	overflow-y: scroll;
}
.mytopbottom{
	margin-top: 4px;
	margin-bottom: 4px;
}

.footer{
    /*position:fixed;
 	margin-right:93px;
 	padding-right:15px;
 	 bottom:0;
 	margin-bottom:0; 
 	width:88%;
 	background: #F2F2F2;*/
 	text-align:center;
 	padding: 5px;
}

.footerMyPage{
    position:fixed;
	bottom:0;
	margin-bottom:0;
	width:100%;
	background: #F2F2F2;
	text-align:center;
	padding: 5px;
}

.footerMyPage2{
	margin-top:20px;
	width:100%;
	background: #F2F2F2;
	text-align:center;
	padding: 5px;
}