﻿@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
    color: #555;
    font: 14px verdana,"ヒラギノ丸ゴ Prpx verdana","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
    line-height: 1.5;
    background: #fff;
    margin: 5px;
    padding: 5px;
    -webkit-text-size-adjust: 100%;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#cd8e29;text-decoration:none;}
a:hover{color:#a06019;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}

/* タイトル欄
------------------------------------------------------------*/
.bsHeadline {
    padding: 3px 0 3px 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #27900d;
    color: #FFFFFF;
}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:5px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.grid ul {
    margin-left: -20px;
    font-size: 12px;
}


.grid h3{
padding:3px 0;
margin-bottom:5px;
font-weight:bold;
border-top:1px solid #cd8e29;
border-bottom:1px solid #cd8e29;
}

.grid p{
padding:5px 0;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
border:0;
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}


h3.heading{
padding:3px 0;
margin-bottom:10px;
font-size:16px;
border-bottom:2px solid #cd8e29;
}

#ImgHyoushi{
width:300px;
height:auto;
padding-left:10px;
}

#okuzuke{
width:300px;
float:right;
margin:50px 0 0 0;
}

#okuzuke #seisaku {
    width: 250px;
    float: right;
    margin: 10px 0 0 0;
    font-size:12px;
}

#okuzuke #seisaku td {
    padding:0 5px 0 5px;
    border-bottom:1px dotted grey;
    }


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #cd8e29;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#a06019;
border-left:#cd8e29 5px solid
}

table.table td{border-left:#cd8e29 3px double}

/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#cd8e29;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){	
    body{
    font-size:16px;
    }
	
    #wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}

    /* 注文フォーム----------------------*/
    #dvChumon, #dvCheck {
        width: 500px;
    }
        .soku {width: 100px;}
        .hon {width: 377px;}
        .td1{font-size:14px;}

}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
    body {
        font-size: 16px;
    }
	
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}

    /* 注文フォーム----------------------*/
    #dvChumon, #dvCheck {
        width: 500px;
    }

    .soku {
        width: 100px;
    }

    .hon {
        width: 377px;
    }

    .td1 {
        font-size: 14px;
    }


}


/* iPad 縦 */
@media only screen and (max-width:768px){
    body {
        font-size: 14px;
    }

    #ImgHyoushi {
        width: 250px;
        height: auto;
        padding-left: 10px;
    }

    /* 注文フォーム----------------------*/
    #dvChumon, #dvCheck {
        width: 500px;
    }

    .soku {
        width: 100px;
    }

    .hon {
        width: 377px;
    }

    .td1 {
        font-size: 14px;
    }

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
    body {
        font-size: 14px;
    }

    #ImgHyoushi {
        width: 200px;
        height: auto;
        padding-left: 10px;
    }
    /* 注文フォーム----------------------*/
    #dvChumon, #dvCheck {
        width: 500px;
    }

    .soku {
        width: 100px;
    }

    .hon {
        width: 377px;
    }

    .td1 {
        font-size: 14px;
    }

}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
    body {
        font-size: 14px;
    }

    #ImgHyoushi {
        width: 150px;
        height: auto;
        padding-left: 10px;
    }

    /* 注文フォーム----------------------*/
    #dvChumon, #dvCheck {
        width: 340px;
    }

    .soku {
        width: 70px;
    }

    .hon {
        width: 247px;
    }

    .td1 {
        font-size: 12px;
    }
}
