@charset "UTF-8";
/*--------------------------------------------
colorboxサンプルcss始まり    
---------------------------------------------*/
/*
.photo-box{
    float: left;
    margin: 0 .5em .5em 0;
}

.photo-box p{
    margin: .5em 0 0 0;
    text-align: right;

}
*/
.photo-info-link{
    font-weight: bold;
}
.info-box{
    /*float: right;*/
   /* width: 400px;*/
}

.basic-info-title,

.basic-info-detail{
    margin: 0 0 1em 0;
}

#photo-info-main{
    width: 850px;
}
/*
.photo-info-image{
    float: left;
    margin: 0 .5em .5em 0;
}

.photo-info{
    float: right;
    width: 280px;
}
*/
/*-----------------------------------------
	 colorboxサンプルCSS終わり
-----------------------------------------*/




/* サンプルスクリプト一覧
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0 0 60px 0;
width: 100%;
}

th#name {
	width: 280px;
}
th#date {
	width: 80px;
}
td time {
	color: gray;
}
td, th {
	border: 1px #CCC solid;
	padding: 4px;
	font-size: 14px;
	vertical-align: top;
}

td a {
	font-size: 14px;
	color: blue;
	text-decoration: underline;
	font-weight: normal
}
td a:hover {
	color: purple;
	font-weight: normal
}
th {
text-align:left;
white-space: nowrap;
font-weight:normal;
}

th[scope="col"] {
background: #666;
color: #FFF;
font-size: 14px;
}

th[scope="row"] {
background: #F8F8F8;
}


