@charset "UTF-8";

body{
    font-family: 'Montserrat', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "メイリオ", Meiryo, sans-serif;
    color:#333;
    background:#fff;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 500;
}


/* レイアウト
*****************************************************/
#wrapper, .inner{
    margin:0 auto;
    width:960px;
    position: relative;
}
.inner{
    margin:0 auto;
    width:100%;
    position: relative;
}
#header{
    width: 100%;
    background: none;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #e5e5e0;
    z-index: 3;
}
#content{
    float:left;
    width:720px;
    padding:30px 0 50px;
}
#sidebar{
    float:right;
    width:200px;
    padding:30px 0 50px;
}
#footer{
    background: #fff;
    width: 100%;
    clear:both;
}

.box{
    padding:10px;
    font-size: 12px;
}
.box2{
    padding:5px;
    font-size: 12px;
}
.box3{
    padding:5px 10px;
    font-size: 14px;
}
.box4{
    padding:5px 10px;
    font-size: 12px;
    margin-bottom: 30px;
}
.no-overflow {
    overflow: hidden;
}


/* エレメント設定
------------------------------------------------------------*/
a{
    outline:0;
    background:transparent;
    color:#555;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
a:hover, a:active{
    outline: none;
    color:#999;
}
::selection {
    background:#ffcc00;
    color:#111;
}
::-moz-selection {
    background:#ffcc00;
    color:#111;
}
#header a{
    text-decoration:none;
}
strong {
    font-weight: bold;
    color: #333;
}
h2 {
    clear:both;
    padding: 0 0 0 55px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
}
h3{
    clear:both;
    position: relative;
    margin: 0 0 5px;
    padding: 10px 0 10px 5px;
    color: #222;
    border-top: 3px solid #7c5944;
    font-size: 14px;
    font-weight: bold;
}
h3 a{
    color: #222;
    text-decoration:none;
}
h3 a:hover{
    color: #666;
}
h3.h3tya{
    clear:both;
    position: relative;
    margin: 0px 0 15px;
    padding: 10px 15px 10px 15px;
    color: #fff;
    background: #4c3d35;
    border: none;
    border-left: 5px solid #87776b;
    font-size: 100%;
    font-weight: bold;
}
h4{
    clear:both;
    position: relative;
    margin: 20px 0 15px;
    padding: 10px 0 10px 10px;
    color: #222;
    border-top: 3px solid #71b8b8;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: bold;
}


/* ヘッダー
*****************************************************/

/* ヘッダートップ
----------------------------------*/
#header_top {
    width: 100%;
    background: #f7f7f2;
    padding: 5px 0px;
}

/* サイト説明文
----------------------------------*/
#header h1{
    float:left;
    margin: 4px 20px 0 20px;
    padding:0;
    color: #333;
    font-size:11px;
    font-weight:normal;
}

/* サブメニュー
----------------------------------*/
.subnavi ul{
    margin: 0 20px 0 0;
    float:right;
}
.subnavi ul li{
    display:inline;
    margin-left:20px;
    font-size:100%;
}
.subnavi ul li a{
    color:#333;
    font-size: 12px;
}
.subnavi ul li a:hover{
    color:#999;
}

/* サイトタイトル
----------------------------------*/
#header h2{
    width: 200px;
    padding: 30px 10px 30px;
    text-align: left;
}

/* サブスペース
----------------------------------*/
.hr_space {
    position: absolute;
    width: 550px;
    top: 55px;
    right: 5px;
    padding: 0 0 0 0;
}

/* サブメニュー2
----------------------------------*/
.subnavi2 ul{
    padding:2px 10px 0 0;
    float:right;
}
.subnavi2 ul li{
    display:inline;
    margin-left:7px;
    font-size:100%;
    white-space:nowrap;
}
.subnavi2 ul li a{
    color:#333;
    font-size: 13px;
    border-radius: 3px;
}
.subnavi2 ul li.sn01 a{
    background: #ef8738;
    color:#fff;
    padding: 7px 10px;
    font-size: 13px;
}
.subnavi2 ul li.sn01 a:hover{
    background: #efa063;
    color:#fff;
}
.subnavi2 ul li.sn03 a{
    background: #ffcc00;
    color:#000;
    padding: 7px 15px;
    font-size: 13px;
}
.subnavi2 ul li.sn03 a:hover{
    background: #008740;
    color:#fff;
}
.subnavi2 ul li.sn03 a:hover i{
    color:#fff;
}
.subnavi2 ul li a:hover{
    color:#999;
}

/* 検索フォーム
----------------------------------*/
#cse-search-box {
    width: 200px !important;
    margin-top: 17px;
    float: right;
}
#cse-search-box td {
    padding: 0 !important;
}
#cse-search-box input.g_text {
    height: 29px;
    padding: 0 5px !important;
    width: 175px;
    background: #eee;
    box-shadow: none;
    border: none;
}
#cse-search-box input.g_submit {
    background: #d9d9d9 url("../images/search-submit.png") no-repeat 50% 50%;
    border: 0 none;
    color: #FFFFFF;
    height: 29px;
    margin-left: -29px;
    overflow: hidden;
    text-indent: -100px;
    width: 29px;
    -webkit-appearance: none;
    cursor: pointer;
}


/* パンくずリスト
----------------------------------*/
#pankuzu {
    width: 100%;
    padding: 7px 0 7px;
    color: #666;
}
#pankuzu a{
    color: #333;
}
#pankuzu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    font-size:12px;
}
#pankuzu ul li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 12px;
}
/*IJTC追記*/
#pankuzu ul li div{
	display: inline;
}


/* メイン画像
----------------------------------*/
.mainimg_wrapper {
    width: 100%;
    margin: 0;
    position: relative;
}


/* トップコンテンツエリア
----------------------------------*/
h3.rinen_bg {
    background: url(../images/top_rinen_bg.png) no-repeat left center;
    text-indent: -9988px;
    height: 40px;
    margin: 0 0 5px;
    border: none;
}
h3.shade_bg {
    background: url(../images/top_shade_bg.png) no-repeat left center;
    text-indent: -9988px;
    height: 40px;
    margin: 0 0 5px;
    border: none;
}
h3.features_bg {
    background: url(../images/top_features_bg.png) no-repeat left center;
    text-indent: -9988px;
    height: 40px;
    margin-top: 40px;
    border: none;
}
.description {
    padding: 0 4px 5px 4px;
    color: #999;
    font-size: 12px;
}

.voice_box {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
}
.voice_box span{
    display: block;
    font-size: 12px;
    color: #999;
}
.voice_box img{
    width: 80px;
}

/* ログインボタン
----------------------------------*/
.so_btn_google {
    display: block;
    width: 180px;
    background: #d14a39 url(../images/google_icon.png) no-repeat 20px center;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0 10px 63px;
    text-decoration: none;
    margin: 10px 8px;
}
.so_btn_google:hover {
    background: #e5705e url(../images/google_icon.png) no-repeat 20px center;
    color: #fff;
}
.so_btn_yahoo {
    display: block;
    width: 180px;
    background: #e7142a url(../images/yahoo_icon.png) no-repeat 20px center;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0 10px 63px;
    text-decoration: none;
    margin: 10px 8px;
}
.so_btn_yahoo:hover {
    background: #ef4f63 url(../images/yahoo_icon.png) no-repeat 20px center;
    color: #fff;
}
.so_btn_fb {
    display: block;
    width: 180px;
    background: #365692 url(../images/fb_icon.png) no-repeat 20px center;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0 10px 63px;
    text-decoration: none;
    margin: 10px 8px;
}
.so_btn_fb:hover {
    background: #567ab7 url(../images/fb_icon.png) no-repeat 20px center;
    color: #fff;
}
.so_desc {
    padding: 10px 8px 8px;
    font-size: 12px;
    color: #666;
}

/* ページめくり
----------------------------------*/
.mekuri {
    text-align: right;
    padding: 5px;
}
.mekuri a{
    font-size: 18px;
    margin: 0 6px;
}

/* ページ
----------------------------------*/
.look_btn {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
}

.box_inner {
    padding: 3px;
    text-align: center;
}
.box_inner a{
    display: block;
    text-decoration: none;
    font-size: 11px;
}
.kiji-desc {
    background: #f7f7f7;
    padding: 30px;
    font-size: 13px;
    margin: 20px 0 10px;
}
.low_text {
    background: #e9f3f3 url(../images/low_text_bg.png) no-repeat top center;
    padding: 45px 30px 30px 30px;
    font-size: 13px;
    margin: 40px 0 10px;
    color: #333;
}

.style_box {
    display: block;
}
/*カーテンお見積*/
.style_box_inner {
    width: 85px;
    float: left;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 5px 15px 5px;
}
.style_box_inner img{
    display: block;
}
.mt-syosai {
    background: #fff;
    border: 3px #e0f1e9 solid;
    padding: 10px;
}


/* サイド メインメニュー
*****************************************************/
ul.sidemain {
    margin: 0;
    padding: 0;
}
ul.sidemain li{
    font-size: 13px;
    padding: 2px 0;
}
ul.sidemain li a{
    color: #333;
    text-decoration: underline;
}
ul.sidemain li a:hover{
    color: #888;
    text-decoration: none;
}

/* サイド サブメニュー
*****************************************************/
#sidebar h3 {
    background: #f3f3f3;
    color: #333;
    text-align: center;
    padding: 4px 0;
    margin: 30px 0 5px 0;
    border: none;
    font-size: 12px;
}


/* フッター
----------------------------------*/
#pageTop {
    position: fixed;
    margin: 0px;
    bottom: 0px;
    right: 10px;
    width:40px;
    height:40px;
    text-align: center;
    z-index: 1;
}
#pageTop a {
    display: block;
    font-size: 240%;
    background: #222 url(../images/pagetop.png) no-repeat center center;
    color: #fff;
    width:40px;
    height:40px;
}
#pageTop a:hover{
    background: #bbb url(../images/pagetop.png) no-repeat center center;
}

.footer-guide {
    background: #f7f7f7 url(../images/footer-guide_bg.png) no-repeat center top;
    padding: 40px 0 10px;
    text-align: left;
}
.footer-guide a{
    color: #3391c1;
}
.footer-guide dl dt{
    font-weight: bold;
    color: #222;
    padding: 0 0 10px 0;
}
.footer-guide dl dd{
    padding: 0 0 15px 18px;
    color: #555;
    font-size: 13px;
}

#footer ul.footer_list {
    display: none;
    padding: 20px 0 10px;
}
#footer ul.footer_list li{
    display: inline;
    padding: 5px;
}

.company_info {
    color: #333;
    border-top: 1px solid #ddd;
    padding:20px 0 5px;
    text-align:center;
    margin: 0;
}
.copyright {
    color: #666;
    padding:10px 0 20px;
    text-align:center;
    font-size:75%;
    margin: 0;
}

/* 全般テキストボックス(naka)
*****************************************************/
.focus {
    background: #ccccff;
}


/* カートボックス(naka)
*****************************************************/
div.cart {
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding:0;
    text-align:center;
    margin: 10px 0 0 0;
}
div.cart_last {
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #666;
    padding:0;
    text-align:center;
    margin: 10px 0 0 0;
}
div.cart_last_nobtn {
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #666;
    padding:0;
    text-align:center;
    margin: 10px 0 0 0;
}
p.cart_title {
    background: #4c3d35;
    color: #fff;
    width: 58px;
    padding:5px 0 0 0;
    height:24px;
    text-align:center;
    font-weight: bold;
    font-size:90%;
    margin: 0;
}
p.cart_value {
    width: 58px;
    padding: 25px 0 0 0;
    height:45px;
    text-align:center;
    font-weight: bold;
    font-size:90%;
    margin: 0;
    line-height: 1.1em;
}
p.cart_value_gazo {
    width:58px;
    padding:12.5px 0 13px 0;
    height:45px;
    text-align:center;
    font-weight: bold;
    font-size:90%;
    margin: 0;
}
/* カート価格(naka) */
table.tble_01 {
    width: 100%;
    border-spacing: 0;
}
table.tble_01 th, table.tble_sample th {
    vertical-align: middle;
    padding: 3px 1px;
    line-height: 1.3em;
    font-size: 85%;
    color: #FFF;
    background:#4c3d35;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
table.tble_01 tr td, table.tble_sample tr td {
    padding: 8px 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}
.tble_01 dt{
    float: left;
    width: 250px;
    margin: 0px 0px 10px;
}
.tble_01 td, tble_sample td{
    vertical-align: middle;
}

.sakujo_btn{
    padding: 0;
}
.btn-smart.btn, .btn-smart.btn:visited { 
    font-size: 100%;
    padding: 13px 20px 13px;
}

/* サンプルカート(naka) */
table.tble_sample {
    width: 400px;
    border-spacing: 0;
}
/* 生地サンプル請求のフォーマット/配送先(naka) */
table.tble_02 {
	width: 100%;
	border-spacing: 0;
}
table.tble_02 th {
	width:92px;
	vertical-align: middle;
	padding: 3px 1px;
	line-height: 1.3em;
	font-size: 85%;
	color: #333;
	background:#f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
table.tble_02 tr td {
	padding: 8px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}
.tble_02 td.chui{
	color:#FF0000;
	font-weight: bold;
}
.tble_02 td{
	vertical-align: middle;
}
.tble_02 td.chui{
	width:200px;
}

/*今までにお見積した生地リスト(naka)*/
.omitsumori_waku{
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 10px 10px 0;
}
.omitsumori_img{
	width: 60px;
	height: 60px;
	margin: 0;
}

/* カーテンレール(naka) */
.rail_page{
	text-align:right;
	font-size:15px;
	margin:0 10px 0 0;
}
.rail_img{
	float:left;
	vertical-align: bottom;
}
.saki{
	vertical-align: bottom;
}
.rail_img_exp{
	width:100px;
	height:60px;
	padding:107px 0 0 5px;
	text-size:90%;
	float:left;
	vertical-align:bottom;
}
.tenjo_zu{
	margin:40px 0 20px 0;
}
.tenjo_zu_img{
	float:left;
	text-align:center;
	margin:0 0 10px 0;
}
.tenjo_zu_img_exp{
	float:left;
	width:150px;
	padding:30px 0 0 5px;
}

.sunpo_zu{
	margin:10px 0 20px 0;
}
.sunpo_zu_img_exp{
	float:left;
	width:35px;
	padding:40px 0 0 0;
}
.sunpo_zu_img_exp2{
	float:left;
	width:35px;
	padding:10px 0 0 0;
}
.sunpo_zu_img_ueaki{
	float:left;
	text-align:center;
	margin:0 0 10px 0;
	padding:20px 10px 0 10px;
}
.sunpo_zu_img{
	float:left;
	text-align:center;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
}

/* カーテンレール(naka) */
table.tble_03 {
	width: 100%;
	border-spacing: 0;
}
table.tble_03 th {
	width:92px;
	vertical-align: middle;
	padding: 3px 1px;
	line-height: 1.3em;
	font-size: 85%;
	color: #333;
	background:#f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
table.tble_03 tr td {
	padding: 8px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
.tble_03 td{
	vertical-align: middle;
}
.tble_03 td.tax{
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: right;
}
.arumi{
	width: 230px;
	padding: 0;
	float: left;
	text-align: center;
}
.rail_1080{
	width: 350px;
	margin: 0 0 0 40px;
	padding: 0 0 0 50px;
	float: left;
}
.rail_6026{
	width: 350px;
	margin: 0;
	padding: 0;
}

/* 納期・送料・お支払い方法・返品・お直しについて(naka) */
p.chu_midashi{
	color: #83193f;
	font-weight:bold;
	padding: 5px;
}
p.setsu{
	padding: 10px;
}

/* カーテンの採寸方法、サイズ測り方、横幅、丈高さ(naka) */
div.gazou_midashi, div.gazou_midashi2{
	clear: both;
	float: left;
	text-align: center;
	padding: 0 5px 15px 0;
}
div.setsu_migi, div.setsu_migi2{
	text-align: left;
	float: left;
	width: 200px;
	padding: 0 5px 15px 0;
}
div.gazou_narabi{
	text-align: center;
	float: left;
	padding: 0 5px 15px 0;
}
/* 2倍ヒダ、3つ山のカーテン(naka) */
img.nibai_hida{
	vertical-align: bottom;
}

/* 1.5倍ヒダ、2つ山・・カーテンを通販で本格オーダー(naka) */
div.seihin, div.seihin2{
	text-align: left;
	float: left;
	padding: 0;
}
div.seihin_setsu, div.seihin_setsu2{
	text-align: left;
	float: left;
	padding: 0 10px;
}

/* ギャザーのカーテン(naka) */
div.gaher_img{
	width: 180px;
	padding: 5px;
	float: left;
	size: 90%;
	margin: 0 10px 15px 0;
}

/* フラット、ヒダなしのカーテン(naka) */
div.flat_img{
	width: 290px;
	padding: 5px;
	float: left;
	size: 90%;
	margin: 0 10px 15px 0;
}
div.ajuster_fuc{
	width: 250px;
	padding: 5px;
	float: left;
	size: 90%;
	margin: 0 10px 15px 0;
}

/* ハトメ(naka) */
div.hatome_img{
	width: 70px;
	padding: 5px;
	float: left;
	size: 90%;
	margin: 0 10px 15px 0;
}

/* ローマンシェード(naka) */
p.roman_img{
	float: left;
	margin: 0 0 25px 0;
}
p.roman_setsu{
	float: left;
	width: 400px;
	padding: 10px;
}
p.roman_toku{
	float: left;
	margin: 0 35px 0 0;
}

/* ローマンシェードの取り付け方(naka) */
p.romanfix_img{
	text-align: center;
	width: 220px;
	margin: 0 0 30px 0;
}
div.romanfix_gr{
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}
img.yajirusi{
	margin: 0 0 0 75px;
}
p.romanbraket_img{
	text-align: left;
	width: 369px;
	margin: 0 0 30px 0;
}
div.romanfix_gr2{
	float: left;
	width: 369px;
	margin: 0 0 0 50px;
}

/* ベッドカバー(naka) */
div.bed_img1{
	width: 180px;
	padding: 10px;
	float: left;
	size: 90%;
	margin: 0 10px 15px 0;
}
div.bed_img2{
	width: 480px;
	padding: 10px;
	float: left;
	size: 90%;
	margin: 0 0 15px 0;
}
p.setsu_bed{
	padding: 10px;
}

/* クッション(naka) */
div.cushion_img1{
	width: 286px;
	padding: 10px;
	float: left;
	margin: 0 10px 15px 0;
}
div.cushion_img2{
	width: 380px;
	padding: 10px;
	float: left;
	size: 90%;
	margin: 0 0 15px 0;
}
div.cushion_img_plain{
	width: 150px;
	padding: 5px;
	float: left;
	text-align: center;
	size: 90%;
	margin: 0 10px 20px 0;
}

/* カーテン＆トータルコーディネート(naka) */
div.curtain_coordinate{
	width: 106px;
	padding: 0;
	float: left;
	text-align: center;
	size: 90%;
	line-height: 1.1em;
	margin: 0 30px 20px 10px;
}
div.curtain_coordinate2{
	width: 106px;
	padding: 0;
	float: left;
	text-align: center;
	size: 90%;
	line-height: 1.1em;
	margin: 0 0 20px 10px;
}

/* インテリアのカラー心理(naka) */
p.color_img1{
	clear: both;
	width: 170px;
	padding: 0;
	text-align: center;
	font-size: 130%;
	margin: 0 auto 25px auto;
}
p.color_img2{
	width: 170px;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 130%;
	margin: 0 0 5px 0;
}
div.color_waku{
	width: 350px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* よくある問い合わせ(naka) */
div.question_hidari{
	width: 130px;
	padding: 5px;
	float: left;
	font-size: 90%;
}
div.question_migi{
	width: 560px;
	padding: 5px;
	float:left;
}

/* 特注の見積り */
#redcol{
	color: #FF0000;
}

/* カーテンの洗濯、洗い方、手入れ方法 */
p.sentaku_img{
	width: 100px;
	float: left;
	margin:0 0 20px 12px;
}
p.sentaku_img_exp{
	width: 560px;
	padding: 5px;
	float: left;
}

/* サイトマップ */
dl.site_map{
	float: left;
	margin: 0 20px 0 0;
}
dl.site_map_last{
	float: left;
	margin: 0;
}
dl.site_map dt, dl.site_map_last dt{
	width: 205px;
	background: #f0ded2;
	padding: 10px;
}
dl.site_map dd, dl.site_map_last dd{
	padding: 10px;
}










/* 959px以下
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
    #wrapper, #header {width:100%;}
    .inner {width:95%; margin: 0 auto;}
    #header  {
        padding:0 0 15px 0;
        text-align: center;
    }
    #header h1 {
        float: left;
        display: inline;
        text-align: left;
        padding:0 10px;
    }
    #header h2{
        width: auto;
        padding: 20px 10px 30px;
        text-align: center;
    }
    .subnavi ul{
        margin: 5px 0 0 0;
        float:none;
        display: inline;
    }
    .subnavi ul li{
        margin: 0 3px;
    }
    .hr_space {
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 0;
        margin: 0 auto 10px;
    }
    #header h2 {
        float:none;
        text-align: center;
        padding:25px 0px 20px;
    }
    .subnavi2 ul li {
        margin-right: 0px;
    }
    .subnavi2 ul li.sn01 a, .subnavi2 ul li.sn03 a{
        font-size: 12px;
        padding: 6px 7px;
    }
    .subnavi2 ul li i{
        display: none;
    }
    #cse-search-box {
        float:none;
        text-align: center;
        margin: 20px auto 0;
    }
    .mainimg_wrapper {
        margin: 0;
    }
    #content, #sidebar, .post{
        clear:both;
        width:95%;
        float:none;
        margin:0 auto;
        padding:10px 0;
    }
    #sidebar {
        text-align: center;
    }
    ul.sidemain li{
        display: inline;
        font-size: 13px;
        padding: 2px 0;
        margin: 0 5px;
    }
    
    #footer{margin:0;border:0;text-align:center;}
    #footer ul.footer_list {display: block;}
    #footer ul {text-align:center;}

    .no-mobile {
        display: none;
    }
}


/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#header ul{float:none;}
	    .alignright,.alignleft{float:none;}
	#footer ul{text-align:center;padding:15px;}
	#footer ul li{padding:5px;}
	#footer ul li a{
	    font-size: 90%;
	    color: #333;
	    padding:0 5px;
	}
	#footer ul ul{padding:0;}

	/* カートボックス(naka)*/
	div.cart, div.cart_last_nobtn{
	    width: 48%;
            border-right: 1px solid #ccc;
	}
	div.cart_last {
            padding:0;
	    width: 95%;
            height:0;
            margin: 0 0 80px 0;
	    border-top: none;
	    border-left: none;
	}
	p.cart_title {
            padding:2px 0 5px 0;
	    width: 100%;
	    font-size:120%;
	}
	p.cart_value {
	    width: 100%;
	    font-size:120%;
	}
	p.cart_value_gazo {
	    width:100%;
	    font-size:120%;
	}
	.cart_last p.cart_title, .cart_last p.cart_value {
	    background: none;
            height:0;
            padding:0;
	}
	.sakujo_btn{
            width:100%;
            padding: 5px 0;
	    font-size:110%;
	    margin-left: 6px;
	}

	/* カート価格(naka) */
	table.tble_01 {
	    width: 95% !important;
	    margin-left: 7px;
	    margin-right: 5px;
	}
	table.tble_01 th {
	    font-size: 120%;
	}
	table.tble_01 tr td {
	    font-size: 150%;
	}
	/* サンプルカート(naka) */
	table.tble_sample {
	    width: 95%;
	    margin-left: 6px;
	    margin-right: 5px;
	}
	table.tble_sample th {
    	    padding: 5px;
	    font-size: 120%;
	}
	table.tble_sample tr td {
    	    padding: 5px;
	    font-size: 120%;
	}

	.btn-smart.btn, .btn-smart.btn:visited {
	    width:95%;
	    font-size: 100%;
	    padding: 13px 0;
	}
	.mgl5 {
	    margin-top: 5px;
	    margin-left: 5px;
	}
	.mgr5 {
	    margin-right: 5px;
	    margin-bottom: 5px;
	}

	/* 生地サンプル請求のフォーマット/配送先(naka) */
	.tble_02 td.chui{
		display:none;
	}
	.tble_02 .smaho{
	    width:100%;
	}

	/*カーテンお見積(naka)*/
	.style_box_inner {
	    width: 81px;
	    margin: 0 6px 15px 6px;
	}

	/*今までにお見積した生地リスト(naka)*/
	.omitsumori_waku{
		width: 93px;
		height: 93px;
		margin: 0 10px 40px 0;
	}
	.omitsumori_img{
		width: 100px;
		height: 100px;
		margin: 0;
	}

	/* カーテンレール(naka) */
	.rail_img_exp{
		padding:0 0 10px 0;
	}
	.tenjo_zu_img_exp{
		width:100%;
		padding:0 0 0 5px;
	}

	/* カーテンレール(naka) */
	table.tble_03 th {
		padding: 0;
		line-height: 1.1em;
		font-size: 75%;
	}
	table.tble_03 tr td {
		padding: 0;
		font-size: 75%;
	}

	.arumi{
		width: 230px;
		padding: 0;
		clear: both;
		text-align: center;
	}
	.rail_1080{
		width: 100%;
		margin: 20px 0;
		padding: 0;
		clear: both;
	}
	.table1080{
		width: 100%;
	}
	.rail_6026{
		width: 100%;
		margin: 10px 0 20px 0;
		padding: 0;
	}

	/* カーテンの採寸方法、サイズ測り方、横幅、丈高さ(naka) */
	div.gazou_midashi{
		clear: both;
		text-align: center;
		float: left;
		padding: 0 5px 15px 0;
	}
	div.setsu_migi{
		text-align: left;
		clear: both;
		width: 100%;
		padding: 0 5px 15px 0;
	}
	div.gazou_midashi2{
		clear: both;
		width: 40%;
		text-align: center;
		padding: 0 5px 15px 0;
	}
	div.setsu_migi2{
		text-align: left;
		float: left;
		width: 40%;
		padding: 0 5px 15px 0;
	}

	/* 2倍ヒダ、3つ山のカーテン(naka) */
	img.tsumami{
		margin: 10px 0 0 0;
	}

	/* 1.5倍ヒダ、2つ山・・カーテンを通販で本格オーダー(naka) */
	div.seihin{
		clear: both;
	}
	div.seihin2{
		clear: both;
		margin: 25px 0 0 0;
	}
	div.seihin_setsu2{
		text-align: left;
		float: left;
		padding: 25px 0 10px 10px;
	}

	/* ギャザーのカーテン(naka) */
	div.gaher_img{
		width: 100%;
		clear: both;
		size: 100%;
		text-align: center;
	}

	/* フラット、ヒダなしのカーテン(naka) */
	div.flat_img{
		width: 100%;
		clear: both;
		size: 100%;
		text-align: center;
	}
	div.ajuster_fuc{
		width: 100%;
		clear: both;
		size: 100%;
		text-align: center;
	}

	/* ローマンシェード(naka) */
	p.roman_img{
		clear: both;
		margin: 0;
	}
	p.roman_setsu{
		clear: both;
		width: 100%;
		padding: 5px 0 0 0;
		margin: 0 0 25px 0;
	}
	p.roman_toku{
		clear: both;
		margin: 10px 0 10px 10px;
	}

	/* ローマンシェードの取り付け方(naka) */
	p.romanfix_img{
		width: 100%;
		margin: 0 0 30px 0;
	}
	div.romanfix_gr{
		clear: both;
		width: 100%;
		margin: 0;
	}
	img.yajirusi{
		margin: 0;
	}
	p.romanbraket_img{
		text-align: center;
		width: 100%;
		margin: 0 0 30px 0;
	}
	div.romanfix_gr2{
		clear: both;
		width: 100%;
		margin: 0;
	}

	/* ベッドカバー(naka) */
	div.bed_img1{
		width: 100%;
		clear: both;
		text-align: center;
		margin: 0 0 15px 0;
	}
	div.bed_img2{
		width: 100%;
		clear: both;
		size: 110%;
		text-align: center;
		margin: 0 0 15px 0;
	}
	p.setsu_bed{
		padding: 10px;
		text-align: center;
	}

	/* クッション(naka) */
	div.cushion_img1{
		width: 100%;
		clear: both;
		text-align: center;
		margin: 0 0 15px 0;
	}
	div.cushion_img2{
		width: 100%;
		clear: both;
		text-align: center;
		size: 120%;
	}
	div.cushion_img_plain{
		width: 140px;
		size: 120%;
		margin: 0 5px 20px 0;
	}
	img.img_plain{
		width: 140px;
	}

	/* インテリアのカラー心理(naka) */
	div.color_img{
		width: 100%;
		font-size: 150%;
		margin: 0 0 5px 0;
	}

	/* インテリアのカラー心理(naka) */
	p.color_img1{
		width: 150px;
		font-size: 130%;
		margin: 0 auto 15px auto;
	}
	p.color_img2{
		width: 150px;
		font-size: 130%;
		margin: 0 auto 25px auto;
	}
	div.color_waku{
		width: 100%;
		clear: both;
	}
	p.hidari_sp{
		padding: 0 0 0 22%;
	}

	/* よくある問い合わせ(naka) */
	div.question_hidari{
		width: 97%;
		clear: both;
		font-size: 120%;
		border-bottom: solid 3px #17b576;
	}
	div.question_migi{
		width: 97%;
		clear: both;
	}

	/* カーテンの洗濯、洗い方、手入れ方法 */
	p.sentaku_img{
		width: 100%;
		clear: both;
		margin:0;
		text-align: center;
	}
	p.sentaku_img_exp{
		width: 100%;
		clear: both;
		padding: 5px 0 25px 0;
		font-size: 120%;
		text-align: center;
	}

	/* サイトマップ */
	dl.site_map{
		width: 94%;
		clear: both;
		margin: 10px;
	}
	dl.site_map_last{
		width: 94%;
		clear: both;
		margin: 10px;
	}
	dl.site_map dt, dl.site_map_last dt{
		width: 94%;
		background: #f0ded2;
		padding: 10px;
	}
	dl.site_map dd, dl.site_map_last dd{
		padding: 10px;
	}










}

/* 幅450px以下
------------------------------------------------------------*/
@media only screen and (max-width: 450px){
	/* インテリアのカラー心理(naka) */
	p.hidari_sp{
		padding: 0;
	}

}
