@charset "UTF-8";

/* ページトラック */

#track {
	overflow: hidden;
	width: 95%;
	margin: 10px auto 0;
}

#track dl {
	width: 100%;
	font-size: x-small;
}

#track dt {
	background: url("../img/common/track_bg.gif") no-repeat right center;
	margin: 0 5px;
	padding-right: 20px;
	float: left;
}

#track dt a {
	text-decoration: underline;
}

#track dd {
	margin: 0 5px;
	float: left;
}

.first{
	border: 1px solid #E0CEB4;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(245, 237, 224, 0.71);
    }

/*---------- ナビ ----------*/

nav {
	width: 90%;
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px auto 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
}

nav ul {
	width: 100%;
}

nav li {
	width: 100%;
	height:44px;
	line-height:44px;
	border-bottom:1px solid #ddd;
	position:relative;
}

nav li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

nav li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

nav li a {
	text-decoration: none;
	display:block;
	padding-left:10px;
}

nav li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

nav li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

nav li a:hover {
	background-color: #e1d6cc;
}

.arrow {
	width: 8px;
	height: 13px;
	background: url("../img/common/arrow.png") 0 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 15px;
}

a:hover .arrow {
	background-position: 0 -13px;
}

/*---------- ボタンリンク ----------*/

.btn {
	width: 90%;
	margin: 0 auto;
}

.btn li {
	width: 100%;
	text-align:center;
	border: 1px solid #ddd;
	margin:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top,#fff 0%,#eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

.btn li a {
	display: block;
	padding: 10px 0;
}

/*---------- デザインカタログ ----------*/

.thumbnail {
	width:96%;
	text-align:center;
	margin: 10px auto;
}

.thumbnail img {
	width:100%;
	max-width: 360px;
	height: auto;
}

.design {
	width:98%;
	text-align:center;
	margin: 10px auto;
}

.design img {
	width:100%;
	max-width: 368px;
	height: auto;
}

.image {
	text-align:center;
	margin: 10px auto;
}

/*---------- 料金表 ----------*/

.price {
	margin: 0 auto;
}

.price td {
	white-space: nowrap;
}

.price span {
	font-size: xx-small;
}

/* メールフォーム */


form {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 5%;
}

.must {
	color: #c00;
}

.fieldset {
	width: 90%;
	margin: 5%;
	outline: none;
	border: none;
}

.legend {
	width: 100%;
	font-weight: bold;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#mailform input,
#mailform textarea,
#mailform select {
	width: 100%;
	font-size: medium;
	border: 2px solid #ccc;
	border-radius: 5px;
    padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

#mailform select {
	width: 47%;
	margin: 1%;
}

#mailform ul {
	border: 2px solid #ccc;
	border-radius: 5px;
}

#mailform ul li {
	position: relative;
}

#mailform input {
	height: 44px;
}

#mailform ul.list_view input{
	position: absolute;
	top:-5px;
}

#mailform textarea {
	height: 100px;
	border: 2px solid #ccc;
	border-radius: 5px;
}

#mailform select {
	height: 50px;
	background: url("../img/select.png") no-repeat 94% center;
	background-size: 35px;
    padding: 0 10px;
}

#mailform input[type="radio"] {
    opacity : 0;  
    width: 100%;  
    height: 100%; 
}

#mailform input[type="radio"] + p {
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    background: url("../img/radio_off.png") no-repeat 94% center;
    background-size: 35px;
    padding: 15px 10px;
}

#mailform input[type="radio"]:checked + p {
    background: url("../img/radio_on.png") no-repeat 94% center;
    background-size: 35px;
}

#mailform input[type="checkbox"] {
    opacity : 0;
    width: 100%;
    height: 100%;
}

#mailform input[type="checkbox"] + p {
    display: block;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    background: url("../img/check_off.png") no-repeat 94% center;
    background-size: 35px;
    padding: 15px 10px;
}

#mailform input[type="checkbox"]:checked + p {
    background: url("../img/check_on.png") no-repeat 94% center;
    background-size: 35px;
}

#mailform li:first-child p {
    border-radius: 5px 5px 0 0;
}

#mailform li:last-child p {
    border-bottom: none;
	border-radius: 0 0 5px 5px;
}

#mailform input.zip {
	width: 49%;
	height: 44px;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	float: left;
}

#mailform input.zip_button {
    display: block;
    width: 49%;
    color: #fff;
	font-size: small;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    background:#888;
    padding: 10px;
	float: right;
}

#mailform .save_button{
    display: block;
    width: 94%;
	font-size: medium;
    font-weight: bold;
    text-align: center;
	border: 1px solid #ddd;
	margin:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top,#fff 0%,#eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    margin: 0 3%;
    padding: 10px;
}


/*---------- アコーディオン ----------*/

dl.accordion {
	width:98%;
	margin:0 auto;
}

dl.accordion dt {
	background: #eee;
	margin: 15px 0 10px;
	padding: 5px;
	cursor:pointer;
}

dl.accordion dd {
	background:#FFF;
	padding:10px;
	line-height:1.5;
	display:none;
}


/*アコーディオン--------------------------------------------------------------*/
/*幅とマージン設定 */
.menu{margin-bottom: 10px;}
.ac-container{
    
}
 
/*クリックできるようにする設定とか */
.ac-container label{
    padding: 5px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    line-height: 33px;
    background-color: #eee;
	color: #4d2e1a;
	font-weight: 700;
}

.ac-container label img{
	vertical-align:middle}
 

 
/*クリック時にチェックボックスをオンにする */
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    
}
 
/*下向き矢印アイコンを入れる */
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../design/img/arrow_down.png) no-repeat center center;  
}
 
/*選択後に表示される上向きの矢印アイコンを入れる */
.ac-container input:checked + label:hover:after{
    background-image: url(../design/img/arrow_up.png);
}
 
/*ラジオボタンを隠す */
.ac-container input{
    display: none;
	margin:0
}
 
/*コンテンツ部分の表示・非表示の設定 */
.ac-container article{
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: 
        height 0.3s ease-in-out, 
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
 
}

 
/*コンテンツの部分のスタイル変更 */
.ac-container article p{
    color: #4D2E42;
    line-height: 20px;
    font-size: 13px;
	padding:0
}
.ac-container article p small{
	line-height:13px}

 
/*３つのクラスの高さを定義する */
.ac-container input:checked ~ article.ac-small{
    height: auto;
}


.ac-container article h1{
	color: #4D2E4C;
    font-size: 13px;
    line-height: 1.2;
    border: 1px solid #B29E90;
    margin: 0;
    padding: 7px;
    background-color: rgba(240, 233, 226, 0.38);
    text-align: center;
    background-image: none;
}
.ac-container article h2{
	color: #4D2E4C;
    font-size: 15px;
    line-height: 1;
	padding-top:10px;
    margin: 0 10px 0 10px;
    background-color: rgba(240, 233, 226, 0.38);
    text-align: center;
	width:80%;
	margin:auto
}
.ac-container article h3{
	color: #4D2E4C;
	font-size: 15px;
    line-height: 2.5;
    border: 1px solid #B29E90;
    margin: 10px 10px 0 10px;background-color: rgba(240, 233, 226, 0.38);
	text-align:center
}
/*テーブル */
.sample_02{
    padding: 0 10px;
	font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px;
	width:100%
}
.sample_02 tr{
    line-height: 2.8;
}
.sample_02 th{
    width: 28%;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    color: #444;
    border-bottom: 1px solid #B29E90;
	font-weight: 100;
}
.sample_02 td{
width:75%;
padding:4px;
border-bottom: 1px solid #B29E90;
}

.sample_03{
    width: 95%;
	padding: 10px;
	font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px;
	margin: auto;
}
.sample_03 tr{
    line-height: 2;
}
.sample_03 th{
    width: 60%;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    color: #444;
    border-bottom: 1px dotted #B29E90;
	font-weight: 100;
}
.sample_03 td{
width:75%;
padding:4px;
border-bottom: 1px dotted #B29E90;
text-align:right
}

.sample_04{
    padding: 10px;
	font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px;
	width:100%
}
.sample_04 tr{
    line-height: 2;
}
.sample_04 th{
    width: 75%;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    color: #444;
    border-bottom: 1px dotted #B29E90;
	font-weight: 100;
	line-height:20px
}
.sample_04 td{
width:75%;
padding:4px;
border-bottom: 1px dotted #B29E90;
}

.sample_05{
    padding: 10px;
	font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px;
	width:100%
}
.sample_05 tr{
    line-height: 2.8;
}
.sample_05 th{
    width: 41%;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    color: #444;
    border-bottom: 1px solid #B29E90;
	font-weight: 100;
	line-height: 20px;
}
.sample_05 td{
width:75%;
padding:4px;
line-height: 20px;
border-bottom: 1px solid #B29E90;
}


.float_left{
	float:left;
	width:50%}

.volumelush{
	border: 1px solid #8A5C1A;
    padding: 10px 0px;
    margin-top: 10px;
    border-radius: 4px;
    }
.osusume{
	border: 1px solid #8A5C1A;
    border-radius: 11px;
    width: 90%;
    margin: auto;
	    padding: 5px 5px 10px;
    background-color: #F0E9E2;}
.center{ text-align:center}
small{ font-size:80%}
.menu_last {
	text-align: center;
    border: 1px solid #B29E90;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.34);
}
.menu_color {
	text-align: center;
    border: 1px solid #B29E90;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.34);
	width: 70%;
    margin: auto;
}




/* menu/menu.html */
.category_ttl {
margin-top: 30px;
margin-bottom: 2px;
margin-left: 5px;
font-weight: bold;
}





