@charset "utf-8";
/* 
====================================================================================================
■ common (下層ページ共通設定)
■ .news /news/ （新着情報）
■ .contact /contact/ （お問い合わせ）
■ .class_name /folder_name/ （下層ページ）【★】※ページ毎のbodyに付与したclass名称を利用
■ .class_name /folder_name/ （下層ページ）【★】
■ ※以下は必要に応じ追加
■ 
■ 
----------------------------------------------------------------------------------------------------
※font-sizeに関しては、リセット後、#wrapperに18px相当で指定済み。そこからの相対指定で行うこと。
　（親要素に既に%指定済みの場合、子孫要素は基準が変わるので注意して下さい。）
※【★】のコメントがある箇所は、文字列検索し必ずサイトに応じた設定を見直すこと。
　（その際、不要と思われるコメント及び、【★】の文字列は削除推奨。）
====================================================================================================
■ common (下層ページ共通設定)
---------------------------------------------------------------------------------------------------- */



/* 
====================================================================================================
■ .news /news/ （新着情報）
---------------------------------------------------------------------------------------------------- */
#wrapper img.shd{
	padding:1px;
	border:solid 1px #ccc;
}

.news_box{
	margin:0px 0px 30px;
	padding:10px;
	border:solid 1px #e1e1e1;
}

.ntit{
	font-size:72.3%;
	font-weight: bold;
	border-bottom:solid 1px #e1e1e1;
	position: relative;
	margin-top:0px;
        padding:18px 5px 5px 5px;
}

.ntit .date{
        position: absolute;
        top:5px;
        left:5px;
        font-weight: normal;
        font-size:90%;
}



.news_box .news_contents{
	padding:10px 0px 0px 0px;
}


.phot{
	float:left;
	margin:0px 10px 10px 0px;
	position:relative;
}
.icon { position: absolute; right:5px; bottom:5px; }


.phott{
	margin:0px 0px 0px 0px;
	position:relative;
}

.phottr{
	float:right;
	position:relative;
	margin:0px 0px 10px 0px;
}

.photll{
	float:left;
	position:relative;
}

.photrr{
	float:right;
	position:relative;
}

/* 
====================================================================================================
■ .jirei/ （ 制作事例）
---------------------------------------------------------------------------------------------------- */
.jtit{
	font-size:72.3%;
	font-weight: bold;
	border-bottom:solid 1px #e1e1e1;
	margin:0px 0px 10px 0px;
        padding:5px 5px 5px 5px;
}

.j_box{
box-shadow:1px 1px 1px 1px #fff inset,-1px -1px 1px 1px #fff inset;
background:url(../common_img/bg_fotter.png) repeat;background-size: 100px;
padding:10px;
border:solid 1px #ccc;
margin:10px 0px 10px 0px;
color:#fff;
}

/* 
====================================================================================================
■ .ring_list/ （製品ラインナップ）
---------------------------------------------------------------------------------------------------- */

.list_box{
width:140px;
margin-bottom:10px;
}

.list_tt{font-weight:bold;font-size:75%;margin-bottom:5px;}
.list_img{margin-bottom:5px;}



.btn01 {
        background:#906c52;
	padding:4px 0px 4px 0px;
	margin:10px auto 10px;
	width:90%;
}

.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:70%;
	display:block;
	text-align:center;
	text-shadow:#925a2e 1px 1px 1px;
}

.btn01 a:before { content:'▲'; float:right;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); margin:3px 5px 0px 10px;font-size:70%;}


.list_com{
background:url(../common_img/line.png) no-repeat 0 center;
margin:20px 0 10px;
}

.list_com span{
background:#fff;
font-size:72.3%;
font-weight:bold;
padding-right: 5px;
}

.list_com02{
background:url(../common_img/line03.png) repeat-y 0 center;background-size: 9px;
margin:0px 0 10px;
padding:3px 0px 3px 15px;
width:180px;
float:left;
font-size:80%;
font-weight:bold;
}

.orderBox{
border: 1px solid #9E673F;
padding:10px;
margin:10px 0;
}

.order_tt{
border-bottom: 1px dotted #9E673F;
padding:5px;
font-size:72.3%;
font-weight:bold;
margin:10px 0 5px;
}

.intro{
overflow: hidden;
margin: 0px auto 0px;
font-size:72.3%;
}

.total{
font-size:100%;
color:#ff0000;
font-weight:bold;
margin:20px 20px 20px 100px;
text-align:right;
}

.total:before{ content:'合計金額'; float:left; margin:0px 10px 0 0 ;font-size:70%;color:#fff;background:#9e673f;padding:5px 10px;}

div.open_txt02 { padding:0 5px; text-align:right;font-size:72.3%; }
div.detail_txt02 .close_txt02 { padding:0 5px; text-align:right; display:block; font-size:77.8%;}

/* 
====================================================================================================
■ テーブル
---------------------------------------------------------------------------------------------------- */

.contact_bnr{
width:100%;
border:solid 1px #e9d7cb;
}


.table_style02 {
    margin: 0px auto 0px;
    border-collapse: separate;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-size:72.3%;
    color:#333;
}

.table_style02 th{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    background:#f0f0f0;
    padding:5px 10px 5px 10px;
    vertical-align:top;
    text-align:left;
    font-weight:bold;
}

.table_style02 td{
    padding:5px 5px 5px 5px;
    background:#fff;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

.table_style03 {
    margin: 0px auto 0px;
    border-collapse: separate;
    font-size:72.3%;
}

.table_style03 th{
    color:#333;
    padding:5px 10px 5px 10px;
    vertical-align:top;
    text-align:left;
    font-weight:bold;
}

.table_style03 td{
    padding:5px 5px 5px 5px;
    background:#fff;
}

.contact_link {
	padding:4px 10px 4px 10px;
	font-weight:bold;
	font-size:85%;
	margin:10px 0 20px;
	margin-bottom:10px;
}

.contact_link:before { content:'▲'; float:left;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); margin-right:10px;color:#8f796c; }


.step_list {
	border: 1px solid #010101;
	padding: 3px;
}
.step_list_inner {
	background: url(../order/images/bg.jpg) repeat left top;
	-webkit-background-size: 480px auto;
	background-size: 480px auto;
	padding: 10px 15px;
	position: relative;
}
.step_list_inner .bx-prev {
	background: url(../order/images/arrow_left.png) no-repeat left top;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	height: 30px;
	left: 2px;
	position: absolute;
	text-indent: -99999px;
	top: 65px;
	width: 10px;
}
.step_list_inner .bx-next {
	background: url(../order/images/arrow_right.png) no-repeat left top;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	height: 30px;
	right: 2px;
	position: absolute;
	text-indent: -99999px;
	top: 65px;
	width: 10px;
}

.step_list ul { overflow: hidden; }
.step_list li {
	display: block;
	float: left;
	background-color: #633412;
	-webkit-background-size: 10px;
	background-size: 10px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px !important;
	width: 85px !important;
	text-align: center;
}
.step_list li img { max-width: 100%; }
.step_list li .info { height: 60px; }
.step_list li.current { border: 1px solid #c82626; }
.order__table { width: 100%; }
.order__table input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
.w100p { width: 100% !important; }
.price { font-weight: bold; }
.total_table { width: 100%;border-collapse: collapse;border: 1px dashed #af988b;margin-top: 20px; }
.total_table th { background-color: #9e673f;color: #fff;font-size: 15px;width: 70px;padding: 5px 10px; }
.total_table td { color: #d90000;font-size: 18px;text-align: right;padding: 5px;font-weight: bold; }

.contact .contact__form table {
	width: 100%;
	border: 1px solid #e4e4e4;
}
.contact .contact__form table tr {
	border-bottom: 1px solid #e4e4e4;
}
.contact .contact__form table th {
	background-color: #f0f0f0;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
}
.contact .contact__form table td {
	padding: 5px;
}
.contact .contact__form table th.hissu:before {
	display: block;
	float: left;
	content: "必須";
	color: #fff;
	background: #f21b23;
	width: 40px;
	height: 20px;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.contact .contact__form table th.ninni:before {
	display: block;
	float: left;
	content: "任意";
	color: #fff;
	background: #1b46f2;
	width: 40px;
	height: 20px;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.contact .contact__form input[type="text"], .contact .contact__form input[type="email"], .contact .contact__form textarea, .contact .contact__form select {
	border: 1px solid #d5d5d5;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.pp_content ul {
	background-color: #eeeeee;
	padding: 15px;border: 1px solid #d4d4d4;
	margin-top: 20px;
}