﻿@charset "utf-8";
body{
    background-color: #FFFFFF;
    background-image: url(../images/bg/wg_stained_canvas_backgrounds_1.jpg);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 5px 0;
    background-color: rgba(15,15,15,0.65);
    color: #FFF;
    -webkit-box-shadow: 0 2px 15px 5px rgba(15,15,15,0.65);
    border-bottom: 1px solid #7C7C7C;
}
header img{
    margin-left: 40px;
    margin-top: 20px;
    width: 210px;
    height: auto;
}
#top_index{
    width: 100%;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 200px;
}
#top_index a img{
    opacity: 0.7;
    width: 150px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 20px rgba(15,15,15,0.65);;
}
#top_index a:hover img{
    opacity: 1;
    border: 2px solid #725C3E;
}
.caption_mintyou{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px #FFFFFF;
}
.consept{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: rgba(245,245,245,0.65);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
}
.lia_desigin{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: rgba(245,245,245,0.65);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
}
.item-wrapper{
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-size: cover;
    height: auto;
}
.clear{
    clear: left;
}
.lia_art img{
    width: 200px;
    height: auto;
}
.lia_art img{
    float: left;
    border: 1px solid #8E8E8E;
    -webkit-box-shadow: 1px 1px 3px #C6C6C6;
    box-shadow: 1px 1px 3px #C6C6C6;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.model_name{
    font-family: "Arial Black", Gadget, sans-serif;
    color: #555555;
    font-style: italic;
    font-weight: bold;
    font-size: 42px;
    text-shadow: 2px 2px #FFFFFF;
}
.designer{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
.designerprof{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.price{
    font-family: "Arial Black", Gadget, sans-serif;
    color: #CD0B0E;
    font-weight: bold;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0px;
    margin-top: 15px;
    font-style: italic;
}

.lia_item{
    float: left;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
}
.lia_item img{
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
.gender{
    width: 250px;
}
.men_select{
}
.men_select a {
    color: #FFFFFF;
    background-color: #6B9CB4;
    width: 100px;
    float: left;
    border: 1px solid #7C7C7C;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
}
.men_select a:hover {
    background-color: #F5A207;
}

.ladies_select a {
    color: #FFFFFF;
    background-color: #BC88AE;
    width: 100px;
    float: left;
    border: 1px solid #7C7C7C;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
}
.ladies_select a:hover {
    background-color: #F5A207;
}

.ladies_select{
}
.none-size{
    color: #CCCCCC;
    background-color: #9C9C9C;
    width: 100px;
    float: left;
    border: 1px solid #7C7C7C;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
    font-family: "Arial Black", Gadget, sans-serif;
    text-decoration: none;
}
#pagetop {
	display: block;
	position: fixed;
	right: 0;
	top: 90%;
	background-color:black;
	background:rgba(0,0,0,0.5);
	padding: 8px 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
