@charset "utf-8";
/*
Theme Name: cloudtpl_917_momoyama
Theme URI: http://c-tpl.com/
Description: cloudtpl_916
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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, ol, ul, li, 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:middle;}
:focus {outline: 0;}

ol, ul {list-style: none;}
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background:#f8f8f8;
-webkit-text-size-adjust: none;
}


.clear{
	clear:both;
}
strong{
	font-weight:bold;
	line-height:1;
	vertical-align:middle;
}
/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#3c81c6;
}

a:hover, a:active{
outline: none;
color:#D04155;
}

a img:hover{opacity:.8;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after,ul.banners:after{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news,ul.banners{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="email"],
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{

    height: 5em;
    line-height: 1.5;
    width: 90%;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
padding:3px 10px;
background: #0a9b47;
background: -moz-linear-gradient(top, #0a9b47 0%, #027a3c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a9b47), color-stop(100%,#027a3c));
background: -webkit-linear-gradient(top, #0a9b47 0%,#027a3c 100%);
background: -o-linear-gradient(top, #0a9b47 0%,#027a3c 100%);
background: linear-gradient(to bottom, #0a9b47 0%,#027a3c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9b47', endColorstr='#027a3c',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
text-shadow: 0 -1px 0 #007230;

}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
background: #027a3c;
background: -moz-linear-gradient(top, #027a3c 0%, #0a9b47 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#027a3c), color-stop(100%,#0a9b47));
background: -webkit-linear-gradient(top, #027a3c 0%,#0a9b47 100%);
background: -o-linear-gradient(top, #027a3c 0%,#0a9b47 100%);
background: linear-gradient(to bottom, #027a3c 0%,#0a9b47 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027a3c', endColorstr='#0a9b47',GradientType=0 );
cursor:pointer;
text-shadow: 0 1px 0 #007230;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header,.inner{
margin:0 auto;
width:940px;
}

#content{
float:left;
width:700px;
padding:20px 0 50px;
}

#toppage #content{
/*width:100%;*/
}

#sidebar{
float:right;
width:220px;
padding:20px 0 50px;
}

#footer{
clear:both;
background:#ececec url(images/border2.png) repeat-x 0 0;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header .area_h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
float:left;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header .area_h2{
clear:both;
float:left;
padding:20px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* ロゴ　右サイド
----------------------------------*/
#logo_right_area{
float:right;
padding:0px 0 10px;
}

#logo_right_area img{margin-left:5px;}

#header .search_area{
	text-align:right;
	line-height:1.3;
	color:#666;
	font-size:12px;
}
#header .search_area #searchform {
    padding: 0px 0;
}
#header .tel_area{
	margin:0px 0 0;
	float:left;
	width:220px;
	text-align:right;
	line-height:1.3;
	color:#666;
	font-size:12px;
}
.area_tel{
	color:#D04155;
	font-weight:bold;
	font-size:16px;
}
.shop_name{
	font-weight:bold;
	font-size:15px;
}
.nichiji{
	font-size:11px;
}

#footer_right_area .area_tel,
#logo_right_area .area_tel{
padding:3px 0 3px 28px;
	background:url(images/iconTel2.png) no-repeat 0 5px rgba(0, 0, 0, 0);;

}
.post .area_tel{
	padding:3px 0 3px 28px;
	background:url(images/iconTel2.png) no-repeat 0 .5em rgba(0, 0, 0, 0);;

}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:10px 10px 0 10px;
background:#fff;
border:1px solid #fff;
border-radius:5px;
box-shadow:0 0 1px #ccc;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h1.title,
h2.title{
    clear: both;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}
#toppage h1.title{
    font-size: 20px;

}

h1.title span,
h2.title span{
padding-left:22px;
background:url(images/headingBg.png) no-repeat 3px 50%;
}

.dateLabel{
text-align:right;
}

#content .post{
	font-size:14px;
}

.post p{padding-bottom:1em;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h1,
.post h2{
	clear:both;

font-size:125%;
font-weight:bold;
color: #fff;
letter-spacing: 1px;

    background-color: #008a3d;
    line-height: 1.5;
    margin: 20px 0 20px -11px;
    padding: 8px 5px 8px 10px;

	-moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
	box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
}
.post h1.red,
.post h2.red{
    background-color: #d21d30;
}
.post h3{
	clear:both;

font-size:115%;
font-weight:bold;
color: #333333;
letter-spacing: 1px;

	border:1px solid #c7d3cb;

border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

    line-height: 1.5;
    margin: 10px 0;
    padding: 7px 5px 7px 34px;
background:url(images/headingBg3.png) no-repeat 12px 12px #f4fffb;
}

.post h4{
    border-left: 3px solid #027a3c;
    color: #027a3c;
    font-size: 110%;
    font-weight: 500;
    margin: 10px 0;
    padding: 4px 8px;
}


.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #027a3c solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
color:#fff;
border:1px #000 solid;
border-width: 0 0 1px 1px;
background:#027a3c;
}

.post table td{
padding:10px;
border: 1px #027a3c solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 0px 15px 15px;
display:inline;
}

img.alignleft{margin:0px 15px 15px 0px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
.widgetWrap, section.widget ul{
margin:10px 0 20px 0;
padding:10px 10px 10px 10px;
background:#f8f8f8;
border:1px solid #fff;
border-radius:5px;
box-shadow:0 0 1px #d5d5d5;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul.banners{
width:220px;
margin:0px 0;
}

#sidebar ul.banners li{
float:none;
margin:0 0 10px;
width:220px;
height:80px;
}

section.widget h3{
clear:both;
margin:0 0 -5px;
padding:5px 5px 5px 17px;
font-size:110%;
background:url(images/headingBg.png) no-repeat 0 50%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow3.png) no-repeat 0 50%;
border-bottom:1px dashed #e4e4e4;
}
section.widget li a:hover{

background:url(images/arrow3.png) no-repeat 4px 50%;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

#searchform{padding:20px 0;}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{color:#027a3c;font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 -10px;
padding:7px 10px 7px 17px;
font-size:110%;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#027a3c;}


/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer .boxWrap{
width:980px;
margin-right:-40px;
}

#footer .box{
float:left;
width:450px;
margin-right:40px;
padding:20px 0;
}

.box .widgetWrap, .box section.widget ul{
padding-left:10px;
background:transparent;
border:0;
box-shadow:none;
}


#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
background:url(images/border2.png) repeat-x 0 100%;
}

#footer h3 span{
padding-left:17px;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.contact img.logo{margin-bottom:10px;}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(images/iconHome.png) no-repeat 4px 0;
}

.contact p.mail{background-image:url(images/iconMail.png);margin: 0 0 0 6px;}
.contact p.tel{background-image:url(images/iconTel.png);}
.contact p.fax{background-image:url(images/iconFax.png);}
.contact p.tw{background-image:url(images/iconTW.png);}
.contact p.fb{background-image:url(images/iconFB.png);}

#copyright{
clear:both;
padding:15px 0 10px;
text-align:center;
font-size:90%;
background:#ccc url(images/border2.png) repeat-x 0 0;
}

#footer_right_area .tel_area{
	margin:10px 0 10px;
	width:49%;
	float:left;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.banners,ul.post{
width:940px;
padding-bottom:0px;
margin:0 auto 0;
}

ul.banners li,ul.post li{
float:left;
width:220px;
margin-right:20px;
}
ul.banners li.last{
margin-right:0px;
}

ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;
}

ul.post img{
max-width:220px;
height:auto;
}

ul.post h3{
margin:10px 0;
padding:5px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
background:url(images/border.png) repeat-x 0 100%;
border-radius: 0;
letter-spacing: 0;
}

p.readon{font-size:90%;}



/* メインメニュー
------------------------------------------------------------*/
nav#mainNav ul{
clear:both;
position:relative;
z-index:200;
width:940px;
margin:0 auto;
border:1px solid #e8e8e8;
border-radius:5px;
box-shadow:0 0 5px #eee;
background:url(images/mainnavBg.png) repeat-x 0 0;

}

nav#mainNav ul li{
float: left;
position: relative;
background:url(images/mainNavSep.png) repeat-y 100% 0;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:48px;
line-height:48px;
font-size:110%;
font-weight:bold;
margin-right:2px;
padding:0 30px;
color:#4b4b4b;
text-shadow:1px 1px 1px #fbfbfb;
background:url(images/mainnavBg.png) repeat-x 0 0;
}

nav#mainNav ul li:first-child a{border-radius:5px 0 0 5px;}
nav#mainNav ul li:first-child li a,nav#mainNav ul li li:first-child a{border-radius:0;}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#fff;
text-shadow: 0 -1px 0 #007230;
background:url(images/mainnavBg.png) repeat-x 0 -48px;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display:none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:48px;
left:0;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:35px;
line-height:35px;
width:160px;
background:none;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-parent li a,nav#mainNav ul li.current-menu-item li a{
width:100%;
height:35px;
padding:0 0 0 10px;
line-height:35px;
font-size:95%;
text-align:left;
background:url(images/mainnavBg.png) repeat-x 0 -2px;
}

nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li.current-menu-parent li a{
color:#4b4b4b;
text-shadow:1px 1px 1px #fbfbfb;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{
color:#fff;
text-shadow: 0 -1px 0 #007230;
background-position:0 100%;
}
/*
slider
*/
#slider_wrap{
	margin:20px auto 0px;
	width:940px;
	height:240px;
}
#slider_wrap img{
	border-radius:5px;
}
/* slider tab */
.rslides_tabs {
  list-style: none;
  padding: 0;

  font-size: 14px;
  list-style: none;
  margin: 0 auto 0px;
  max-width: 960px;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  background:#F4F4F4;


border:1px solid #fff;
background-color:#fff;
box-shadow:0 0 2px rgba(0,0,0,0.2);

  }

.rslides_tabs a {
  width: auto;
  line-height: 8px;
  padding: 1px 8px;
  height: auto;
  background: transparent;
  display: inline;
  color:#008a3d;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs li.rslides_here {
background: #008a3d;

}
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
}
/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
 clear: both;
    overflow: hidden;
}

.list:last-child{border:0;}

.post .list p{padding:0;}
.post .list p.dateLabel{
    font-size: 12px;
    padding: 10px 0;
}

.list span{padding-left:10px;}
/*アーカイブ*/
.thumb_img_area img{
	float:left;

    border: 1px solid #CCCCCC;
    margin: 2px 15px 5px 0;
    padding: 1px;
	height:128px;
	width:200px;
}
.thumbWrap ul.thumb img{
    border: 1px solid #CCCCCC;
    padding: 1px;
}
a.loop_title{
	font-size:16px;
	font-weight:bold;
}
.dateLabel {
    text-align: right;
}

.post p.dateLabel2 {
    padding-bottom: 0;
    text-align: right;
}
/* トップページ */
.post#front_page_new p {
	font-size:11px;
}
/* 沿革 */
table.enkaku{
	border: medium none;
}
table.enkaku td{
	border: medium none;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;	
}
/* フォーム */
.wpcf7 .hissu{
	color:#d04155;
}
.wpcf7 .form-wrap{
    clear: both;
    padding: 5px;
	overflow: hidden;
}
.wpcf7 .form-label{
	width:24%;
	float:left;
}
.wpcf7 .form-input{
	width:74%;
	float:left;
}
/*ボタン */
a.detail_box  {
    background-color: #D04155;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.2;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
    width: 210px;

}
#sidebar a.detail_box  {
	width: 220px;
}
a.detail_box:hover{
    background-color: #e05165;

}
/* おすすめ */
ul.top-news-list li img {
    float: right;
    margin: 0 0 0 5px;
    padding: 0px;
    height: auto !important;
    width: 66px !important;
}
section.widget ul.top-news-list li a {
	border:none;
	padding: 0px 0 0px 12px;
}
ul.top-news-list li{
    border-bottom: 1px dashed #CCCCCC;
    line-height: 1.4;
    margin: 0 0 10px;
    min-height: 50px;
    overflow: hidden;
    padding: 0 0 5px;
}
ul.top-news-list li .entry-meta2{
	display:none;
}
section.widget a.thum_img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
section.widget a {
	font-size:12px;
}
section.widget div.ichiran{
	margin: -20px 0 0 10px;
}
section.widget div.ichiran a {
    background: url("images/arrow3.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: block;
    padding: 7px 0 7px 12px;
}
section.widget div.ichiran a:hover{
background-position: 2px 50%;
}
/* デジタルカタログリンク */
.post ul.catalog{
	font-size:16px;
}
.post ul.catalog li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 5px;
    padding-left: 0px;
}
.post ul.catalog li a{
    background: url("http://www.momoyama-okinawa.co.jp/sys/wp-content/uploads/catalog_icon.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	margin-bottom: 10px;
    padding-left: 40px;
	line-height:32px;
}
.post ul.catalog li a:hover{
    background: url("http://www.momoyama-okinawa.co.jp/sys/wp-content/uploads/catalog_icon.png") no-repeat scroll 4px 50% rgba(0, 0, 0, 0);
}
/* サイドバナー　*/
#sidebar .side_banners{
    display: block;
    height: 80px;
    margin: 0 0 10px;
    width: 220px;
}
#sidebar .side_banners2{
    display: block;
    height: 127px;
    margin: 0 0 10px;
    width: 220px;
}
/* 記事下のサムネ */
.thumbWrap{
	width:693px;
	margin-right: -15px;
}
.thumbWrap img.alignleft {
    margin: 0px 15px 15px 0px;
	width:216px;
	height:137px;
}
/* ヘッダーサーチ */

#top_line {
    height: 30px;
}
#header_search{
    float: right;
    text-align: right;
	margin-top:2px;
}

#header_search #searchform {
    padding: 0px 0;
}
#header_search #searchform input[type="text"] {
    height: 16px;
    vertical-align: text-top;
    width: 158px;
}

#header_search #searchform  input[type="submit"] {
    background: linear-gradient(to bottom, #0A9B47 0%, #027A3C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 1.2;
    padding: 2px 8px;
    text-shadow: 0 -1px 0 #007230;
}
/* クーポンバナー */
#coupon_banner{
	margin-bottom:8px;
}
/* リストの横並び */
ul.partition3{
	width:100%;
}
ul.partition3 li{
	width:30%;
	float:left;
}
ul.partition_160px li {
    float: left;
    width: 160px;
}
/* OA導入までの流れ */
#flow_oa,
#flow_office{
	padding:0 30px 0;
}

.post #flow_oa h3 {
    background: url("images/headingBg4.png") no-repeat scroll 12px 12px #0265cb;
    border:medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 10px -10px 10px -10px;
    padding: 7px 5px 7px 34px;
}
.post #flow_office h3 {
    background: url("images/headingBg4.png") no-repeat scroll 12px 12px #3BB111;
    border:medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 10px -10px 10px -10px;
    padding: 7px 5px 7px 34px;
}
/* 注文フォーム */
#item_th1{width:36em;}
#item_th2{width:15em;}
#item_th3{width:6em;}
#item_th4{width:6em;}
#item_th5{width:3em;}
#item_th6{width:3em;}

#syukka .wpcf7-list-item-label,
#toriyose .wpcf7-list-item-label{
	height:1px;
	background-color:red;
	display:none;
	}
#toriyose input,
#syukka input{
	display:inline;
}
table#order input{
    height: 20px;
    line-height: 20px;
}
.post table#order td{
	padding:5px 10px;
}
/* タグ表示 */
.wp-tag-cloud{
	overflow:hidden;
}
.wp-tag-cloud li{
	float:left;
	margin: 0 10px 0 0;
	position:relative; /* for ie6,7 */
	white-space:nowrap;  /* for ie6,7 */
}
.wp-tag-cloud li a{
}
/* ジャンル */
.post ul.float_list li{
	float:left;
	margin: 0 10px 0 0;
	position:relative; /* for ie6,7 */
	white-space:nowrap;  /* for ie6,7 */
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding:0;
}
/* jquery lightbox */
#imageDetails #titleText{
    font-size: 13px;
    padding: 0 0 10px;
}
/*  disp_cat_post */
.post ul.disp_cat_post{
	padding:0;
	margin:0;
    margin-right: -15px;
    width: 693px;
}
.post ul.disp_cat_post li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0px;
	float:left;
	width:216px;
	height:auto;
	margin:0 15px 15px 0;
	text-align:center;
}
.post ul.disp_cat_post li .post_excerpt{
	font-size:12px;
}
/* sns */
.sns_clear{
	clear:both;
	margin:0 0 10px;
}
.font-bold{
	font-weight:bold;
}
/* オフィスオーダーフォーム */
#order2  #item_th1{
	width:6em;
}


#order2 input[type="email"], 
#order2 input[type="text"] {
    margin: 5px 10px;
    max-width: 30%;
    width: 8em;
}
#order2 .wide input[type="email"], 
#order2 .wide input[type="text"] {
    width: 16em;
	max-width:60%;
}
.shiharai .wpcf7-list-item{
	display:block;
}
/* 絞り込み検索 */
#uwpqsf_id{
	margin:5px 0 10px;
    border: medium none !important;
	padding:5px;
}

.uwpqsf_class > span[class*="taxolabel-"], .uwpqsf_class > span[class*="cmflabel-"] {
    padding: 0 !important;
    width: 24% !important;
}
.uwpqsf_class select {

    width: 70% !important;
}

.uwpqsf_submit {
    margin-bottom: 0px !important;
    text-align: right !important;
}
/* 価格 */
.kakaku{
	color: #c7243a;font-weight:bold;
}
.kakaku_num{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 2.5em;
    margin: 0 6px 10px 0;
    vertical-align: middle;
}
/*配達エリア*/
.haitatu_area{
	}
.footer_map{
	float:left;
	margin-right:10px;
}
/*footer*/
#footer .widget{
	margin-bottom:10px;}
/**/
#categories-2{
	margin-bottom:15px;
}
#categories-2 select{
	margin:10px 0;
	font-size: 17px;
}
/*過去の記事*/
#archives-2.widget{
	margin:0 0 10px;
}