/* HEADER */
#wrap-header {
    width: 100%;
    background: #ffffff;
}
.header {
    width: 960px;
    margin: 0 auto;
    height: 125px;
}
.topmenu {
    height: 40px;
    border-bottom: 1px dotted #555;
    padding-left: 600px;
}
.topmenu ul li.whatis a {
    width: 120px;
    color: #555555;
    float: left;
    font-size: 13px;
    text-indent: 16px;
    margin-top: 20px;
    text-decoration: none;
    background: url("../img/whatis.png") no-repeat;
}
.topmenu ul li.faq a {
    width: 120px;
    color: #555555;
    float: left;
    font-size: 13px;
    text-indent: 20px;
    margin-top: 20px;
    text-decoration: none;
    background: url("../img/faq.png") no-repeat;
}
.topmenu ul li.sitemap a {
    width: 120px;
    color: #555555;
    float: left;
    font-size: 13px;
    text-indent: 20px;
    margin-top: 20px;
    text-decoration: none;
    background: url("../img/sitemap.png") no-repeat;
}
.topmenu ul li a:hover {
    color: #FFA500;
    text-decoration: underline;
}
.title {
    float: left;
    width: 400px;
}
.banner {
    float: right;
    margin-top: 5px;
}
.tright {
    float: left;
}
.search {
    position: absolute;
    top: 77px;
    right: 500px;
}
.search input[type="text"] {
    font-size: 13px;
    width: 180px;
    height: 25px;
    padding-left: 8px;
    background-color: #eee;
    border: 1px solid #555;
}
.search input[type="submit"] {
    font-size: 14px;
    height: 25px;
    width: 50px;
    background-color: #eee;
    border: 1px solid #555;
}
.usr {
    position: absolute;
    top: 60px;
    right: 150px;
}
ul.user {
    width: 300px;
}
ul.user li a {
    font-size: 14px;
    float: left;
    margin-right: 10px;
    color: #555555;
    text-decoration: none;
}
ul.user li a:hover {
    text-decoration: underline;
    color: #FFA500;
}
#wrap-nav {
    width: 100%;
    background: #ffffff;
    /*border-bottom: 5px solid #892E53;*/
}
.nav {
    width: 960px;
    margin: 0 auto;
    background-image: url(../img/h4bg.jpg);
}
.nav ul {
    height: 25px;
    padding:10px 0px 10px 0px;
}
.nav ul li {
    font-size: 15px;
    color: #555;
    text-align: center;
    float: left;
    width: 128px;
    margin-top: 3px;
    border-left: 1px solid #aaa;
}
.nav ul li a {
    color: #555;
    text-decoration: none;
}
.nav ul li a:hover {
    text-decoration: none;
}

/* メニュー */
#container {
    width: 960px;
    margin: 0 auto;
    margin-top:15px ;
}

/* パン屑 */
.breadcrubms {
    font-size: 14px;
}

/* 2カラム */
.left2 {
    width: 470px;
    float: left;
}

.right2 {
    width: 470px;
    float: right;
}

/* 3カラム */
.left3 {
    float: left;
    width: 230px;
}

.center3 {
    float: left;
    width: 460px;
    margin-left: 20px;
    margin-right: 20px;
}

.right3 {
    float: right;
    width: 230px;
}

/* 4からむ */
ul.column4 {
    width: 960px;
    margin: 0 auto;
}
ul.column4 li {
    width: 230px;
    float: left;
    margin-right: 13px;
}
ul.column4 li:last-child {
    width: 230px;
    margin-right: 0px;
}

/* 3:1カラム */
.left3-4 {
    width: 700px;
    float: left;
    margin-right: 18px;
}
.right1-4 {
    width: 240px;
    float: right;
}

.right1-4 ul {
    background-color: #f2f2f2;
}

.right1-4 ul li {
    padding: 7px 15px 3px 15px;
}

.right1-4 ul li.recent_post {
    border-bottom: 1px solid #ddd;
}

.right1-4 ul.about_artist li {
    border-bottom: 1px solid #ddd;
}

.right1-4 ul li a {
    text-decoration: none;
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
    background: url(../img/arrow_r.png) no-repeat;
    width: 10px;
    height: 10px;
}
.slider-arrow--left {
    bottom: 50%;
    left: 30px;
    background: url(../img/arrow_l.png) no-repeat;
    width: 10px;
    height: 10px;
}
.slider-arrow--right:hover {
    bottom: 50%;
    right: 0px;
    background: url(../img/arrow_r_hover.png) no-repeat;
    width: 10px;
    height: 10px;
}
.slider-arrow--left:hover {
    bottom: 50%;
    left: 0px;
    background: url(../img/arrow_l_hover.png) no-repeat;
    width: 10px;
    height: 10px;
}

/* トップのスライド */
.slider {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.slides {
    height: 100%;
    /* Clear fix */
    overflow: hidden;
    *zoom: 1;
    /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.slide {
    height: 100%;
    float: left;
    clear: none;
    list-style: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}
.box1 {
    background-image: url(../img/back01.jpg);
    height: 240px;
    position: relative;
}
.box11 {
    position: absolute;
    top: 100px;
    left: 100px;
}
.box2 {
    background-image: url(../img/back02.jpg);
    height: 240px;
    position: relative;
}
.box22 {
    height: 200px;
    width: 300px;
    position: absolute;
    left: 100px;
    top: 100px;
}
.box3 {
    background-image: url(../img/youtube.jpg);
    height: 240px;
    position: relative;
}
.box3:hover {
    opacity: 0.8;
}
.box33 {
    position: absolute;
    left: 100px;
    top: 100px;
    background-image: url(../img/YouTube-icon-full_color.jpg);
}

.dayImage {
    padding: 10px;
    text-align: center;
    vertical-align:middle;
    width: 210px;
    height: 100px;
    display:table-cell;
    layout-grid-line:100px;
}

.dayImage img {
    max-width: 150px;
    max-height: 100px;
    vertical-align:middle;
    -ms-interpolation-mode: bicubic;
}

.dayImageP {
    text-align: center;
    margin: 0px;
    font-size: 90%;
}

/* footer */
#footer {
    margin-top: 50px;
    height: 400px;
    background: url(../img/h4bg.jpg);
}

.banner img:hover {
    opacity: 0.8;
}

/* Images/detail */
.detail {
    margin: 15px 0px;
    padding: 20px 15px;
    border: 1px solid #eee;
    -moz-box-shadow: 1px 1px 5px #555; /* Firefox用 */
    -webkit-box-shadow: 1px 1px 5px #555; /* Safari,Google Chrome用 */
}
#works{
    word-wrap: break-word;
}
#works td{
    float:left;
    width: 330px;
    margin: 20px 0px;
    text-align: center;
}
#works img{
    padding: 5px;
    background: #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    height: 110px;
}
#works img:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#artist{
    font-size: 14px;
    text-align: center;
}
#title{
    font-size: 16px;
    text-align: center;
}
#detail{
    text-align: center;
}
#detail img{
    padding: 0px;
    margin-top: 5px;
    width: 70px;
    height:20px;
}
/*view.ctp*/
#work-detail{
    width: 572px;
    margin: 0 auto;
    padding: 15px 15px 30px 15px;
    border: 1px solid #000;
}
#detail-artist{
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    text-indent: 20px;
}
#detail-title{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    text-indent: 20px;

}
#detail-image{
    margin-top: 7px;
    text-align: center;
}
#detail-image img{
    max-width: 350px;
    max-height: 500px;
    margin-bottom: 15px;
}
#works-inqury{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.works-inqury a{
    color: #00008B;
}
.works-inqury a:hover{
    text-decoration: none;
    color: #FF8C00;
}
table {
    border-collapse : collapse;
    border-spacing : 0px;
}
.work_detail_2{
    margin: 0 auto;
    font-size: 12px;
    width: 300px;
    height: 90px;
    border: 1px solid #000;
    border-collapse:collapse;
}
.work_detail_2 td{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px;
}
.work_form_btn{
    margin: 5px 10px 5px 10px;
    float: right;
}
#all-artists{
    width: 575px;
    border: 1px solid #000;
}
#all-artists th{
    vertical-align: top;
    background: #ddd;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dotted #aaa;
}
th.category{
    font-size: 120%;
    background: #fff;
    line-height: 40px;
    border: none;
}
#all-artists td{
    border-bottom: 1px dotted #aaa;
    padding: 10px 20px;
}
.paging{
    font-size: 14px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 15px;
}
.sidebar-info{
    float: right;
    width: 29%;
    border: 2px solid #bbb;
}
.sidebar-artists{
    float: right;
    width: 29%;
    border: 2px solid #bbb;
}
.sidebar-artists th{
    color: #ffffff;
    background: #924B66;
    font-size: 18px;
    text-align: center;
    line-height: 2.5em;
    border: 2px solid #bbb;
}
.sidebar-artists td{
    font-size: 16px;
    text-indent: 10px;
    border: 2px solid #bbb;
}

.sidebar-artists td.kana{
    width: 16px;
    background: #ede9ed;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    padding: 3px;
}
.sidebar-artists td.artists{
    width: 180px;
    font-size: 14px;
    padding: 4px;
    text-align: left;
}
img{
    max-width: 100%;
}
.button_url{
    font-size: 18px!important;
/*
    color: #ffffff!important;
*/
    color: #3352ce!important;
    width: 100%;
    padding: 15px 0px!important;
    border: 1px solid #3352ce;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family:arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration:none;
    display:inline-block;
/*
    border:1px solid #1905b2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size:12px;
    font-family:arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    text-decoration:none;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    color: #FFFFFF;
    background-color: #2107E8; background-image: -webkit-gradient(linear, left top, left bottom, from(#2107E8), to(#1A05B5));
    background-image: -webkit-linear-gradient(top, #2107E8, #1A05B5);
    background-image: -moz-linear-gradient(top, #2107E8, #1A05B5);
    background-image: -ms-linear-gradient(top, #2107E8, #1A05B5);
    background-image: -o-linear-gradient(top, #2107E8, #1A05B5);
    background-image: linear-gradient(to bottom, #2107E8, #1A05B5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2107E8, endColorstr=#1A05B5);
*/
}
.button_url .small {
    font-size: 12px;
}
.button_url:hover{
    color: #0028cc!important;
    border: 1px solid #0028cc;
    background-color: #e0ebff;

 /* 
 border:1px solid #130485;
 background-color: #1805A6; background-image: -webkit-gradient(linear, left top, left bottom, from(#1805A6), to(#2107E8));
 background-image: -webkit-linear-gradient(top, #1805A6, #2107E8);
 background-image: -moz-linear-gradient(top, #1805A6, #2107E8);
 background-image: -ms-linear-gradient(top, #1805A6, #2107E8);
 background-image: -o-linear-gradient(top, #1805A6, #2107E8);
 background-image: linear-gradient(to bottom, #1805A6, #2107E8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1805A6, endColorstr=#2107E8);
 */
}
