?/*
Theme Name:design_960px_20151210horita
*/

@charset "utf-8";
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*{
margin:0;
padding:0;
font-size:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
margin:0;
padding:0;
}

html,  body { 
width:100%;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
body {
font-size:14px;
color: #080808;
background-color:#FFF;
background-image:url("img/bg.png");
font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;
line-height:1.7;
-webkit-text-size-adjust:none;
min-width:980px;
background-position:center top;
/* background-repeat:no-repeat; */
/* background-repeat:repeat-x; */
/* background-repeat:repeat-y; */

/* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
/* font-family:'Century Gothic','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku','MS UI Gothic'; */
}



img {
border:none;
}

a{
color:#000;
text-decoration:underline;
}

a:link {
color:#000;
}	

a:hover {
color:#666666;
text-decoration:none;
}

a:visited {
color:#000;
text-decoration:underline;
}

p{
margin:0;
padding:0;
}

ul{
list-style:none;
}

ol{
margin-left:25px;
}

hr{
overflow:hidden;
height:0;
border:#bdbdbd dotted 1px;
margin:5px 0 15px 0;
}



/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base{
/*background-image:url("https://udon-itsuki.com/wp-content/themes/standard_black_cmspro/img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}

#bg{

}

#wrapper{
margin:0px auto;
padding:0;
width:960px;
z-index: 1;
position: relative;
}


#simplegallery1{
clear:both;
margin-bottom:10px;
z-index:2;
}


#imagebox{
clear:both;
z-index:2;
}


#content {
background-color: white;
padding-top: 10px;
padding-bottom: 30px;
}

#content img{
}

#pan{
font-size:10px;
font-family:'Arial','Helvetica',sans-serif;
margin:2px 10px;
}

#content #main{
display:inline;
width:710px;
float:right;
margin-right:10px;
}

/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a,
#content #main .title a{
color:#ff6000;
text-decoration:none;
}
 
 
/* --------------------------------------
サイドタイトル
--------------------------------------*/

#content #side{
display:inline;
width:210px;
float:left;
margin-right:20px;
margin-left:10px;
}

#content #side h3{
width: 190px;
  height: 20px;
  padding: 8px 0 0 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFF;
  background-image: url("img/bg_title_side.png");
  background-repeat: no-repeat;
  border-top: 0px solid #ff6000;
  border-bottom: #FFF 1px solid;
  text-align: left;
  margin: 0;
}

/* --------------------------------------
サイドメニューリスト
--------------------------------------*/

#content #side ul{
background-color:#ededed;
background-image:url ("https://udon-itsuki.com/wp-content/themes/standard_black_cmspro/img/bg_side.png");
margin:0;
list-style:none;
_border-bottom:1px #FFF solid;
}

#content #side li{
font-size:13px;
border-bottom:#FFF 1px solid;
padding:5px 2px 5px 20px;
background-image:url("img/btn_side.png");
background-repeat:no-repeat;
background-position:left 12px;
text-align:left;
/* border-top:#FFF 1px solid; */
border-bottom:#767676 1px dotted;
}

#content #side li a{
display:block;
color:#000;
text-decoration:none;
font-weight: bold;
}

/* --------------------------------------
？
--------------------------------------*/

#content #side .blogtxt{
list-style:inside none; 
padding:3px 15px;
border-top:#FFF 1px solid;
border-bottom:#FFF 1px solid;
}

#content #side .blogtxt .blogday{
font-size:10px;
font-family:font-family:Arial,Helvetica,sans-serif;
}

/*サイドの各項目に適用*/
.side_area{
margin-bottom:15px;
}

.side_area select{
margin:3px 0 0 10px;
}

#side img{
text-align:center;
}

.banar{
margin-top:20px;
font-size:11px;
}

.ddsg -wrapper li{
list-style:lower-roman;
margin-left:30px;
} 


/* --------------------------------------
マウスオーバー設定
--------------------------------------*/

#content #main a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}


#content #side li:hover {
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60);/* ie */
-ms-filter: "alpha( opacity=60 )";
background:#FFF;
/* border-left:#ff6000 2px solid; */
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
#header{
width:960px;
height:129px;
overflow:hidden;
background-image:url("https://udon-itsuki.com/wp-content/themes/standard_black_cmspro/img/bg_header.png");
background-repeat:no-repeat;
background-position:left top;
background-color:white;
}

.header_l{
float:left;
width:575px;/*ここにlogo.pngの横幅を指定*/
}

.header_r{
float:right;
width:385px;/*ここにtel.pngの横幅を指定*/
}

.header_r {
height:129px;
background:url("img/tel.png") no-repeat 0 0;
position: relative;
}

.header_r a {
position: relative;
}

.header_r a:hover img{
opacity:0.60; /* opera  firefox safari */
filter: alpha(opacity=60); /* ie */
-ms-filter: "alpha( opacity=60 )";
}

#gocart {
top: 80px;
left: 9px;
}

#mypage {
top: 80px;
left: 0;
}

#member {
top: 80px;
left: 5px;
}



/* --------------------------------------
フッター定義
--------------------------------------*/
#footer{
clear:both;
text-align:center;
font-size:10px;
padding-top:8px;
padding-bottom:8px;
border-bottom:0px solid #ff6000;
background-color:#F5F3F3;
background-image:url("img/footer.png");
background-repeat:repeat-x;
background-position:bottom;
_margin-bottom:0px;
*margin-bottom:0px;
}

/* フッター文字色定義 */
#footer,
#footermenu ul a,
#copyright a{
color:#fff;
}

#footermenu{
margin:10px 10px;
text-align: center;
}

#footermenu ul{
display:inline;
}

#footermenu ul li{
display: inline-block;
*display: inline;  
*zoom: 1;
font-size:11px;
padding:0 10px;
width: auto;
white-space: nowrap;

}

#footermenu ul a{
text-decoration: none;
}

#copyright{
padding:0 0 10px 20px;

}

#copyright a{
text-decoration:none;
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p{
margin-bottom: 20px;
padding:0;
}


#content #main .singleline{
overflow:hidden;
}


.dotted{
border-bottom:1px dotted #ccc;
margin-bottom:15px;
}


/* --------------------------------------
見出し設定
--------------------------------------*/

h1.toph1 {
background-image: none;
  position: absolute;
color: rgb(112, 87, 121);
  top: 11px;
  left: 2px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}


/* h1共通部分 */
#content #main h1.singletitle,
#content #main h1,h1{
clear:both;
height:23px;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding:5px 0 0 20px;
background-image:url("img/bg_title_h1.png");
background-repeat:no-repeat;
background-position:left 0;
border-top:0px solid #ff6000;
letter-spacing:2px;
margin-bottom:10px;
line-height:normal;
margin-top:45px;
}

/* コンテンツ中のh1上margin */
#content #main h1.title {
margin-top:0px;
}

#content #main h2,h2{
clear:both;
height:22px;
color:#000;
font-size:16px;
font-weight:bold;
padding:4px 0 0 7px;
background-image:url("img/bg_title_h2.png");
background-repeat:no-repeat;
background-position:left 0;
letter-spacing:2px;
margin:30px 0 10px 0;
line-height:normal;
}

#content #main h2.new{
clear:both;
height:auto;
color:#000;
font-size:16px;
font-weight:bold;
padding:0;
background-image:none;
background-repeat:no-repeat;
background-position:left 0;
letter-spacing:2px;
margin:30px 0 0 0;
line-height:normal;
}

#content #main h2.txt,#content #main h1.h1txt{
clear:both;
height:96px;
color:#000;
font-size:27px;
font-weight:bold;
padding:12px 0 0 0;
background-image:url("img/top_b1_hl_bg.png");
background-repeat:no-repeat;
background-position:right top;
letter-spacing:normal;
margin:30px 0 0 0;
line-height:150%;
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content #main h2.txt2{
clear:both;
height:73px;
color:#000;
font-size:27px;
font-weight:bold;
padding:35px 0 0 0;
background-image:url("img/top_b1_hl_bg.png");
background-repeat:no-repeat;
background-position:right top;
letter-spacing:normal;
margin:30px 0 0 0;
line-height:150%;
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

span.fs22{
font-size:22px !important;
}

#content #main h2.new2{
clear:both;
height:26px;
color:#ffffff;
font-size:14px;
font-weight:bold;
padding:0 0 0 23px;
background-image:url("img/hl_bg1.png");
background-repeat:no-repeat;
background-position:left 0;
letter-spacing:2px;
margin:30px 0 10px 0;
line-height:normal;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content #main h3,h3{
  clear: both;
  color: #3A3106;
  border-bottom: #3A3106 dotted 1px;
  font-size: 15px;
  margin: 25px 0 3px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0 4px 0;
  /* height: 19px; */
}

#content #main h3.new{
  clear: both;
  color: #000000;
  border-bottom: #aeaeae solid 1px;
  font-size: 20px;
  margin: 25px 0 12px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 0 0 3px 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#content #main h4,h4{
clear:both;
color:#3A3106;
font-size:15px;
margin:20px 0 2px 0;
font-weight:bold;
letter-spacing:2px;
line-height:normal;
}


/*special css*/

/*end special css*/


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table{
border-collapse: collapse;
width:100%;
margin-bottom:5px;
}

td{
border:1px solid #c7c7c7;
padding:10px;
}


/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle{
border-collapse: collapse;
width:100%;
margin-bottom:5px;
}

.tdstyle{
background-color:#F5F3F3;
border:1px solid #d2d2d2;
padding: 8px 10px;
width:30%;
text-align:center;
}

.tdstyle_none{
background-color:#F5F3F3;
border:1px solid #d2d2d2;
padding: 8px 10px;
text-align:center;
}

/* 左寄せ */
.tdstyle2{
border-color:#d2d2d2;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:left;
}

/* 右寄せ */
.tdstyle3{
border-color:#d2d2d2;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:right;
}

/* 中央寄せ */
.tdstyle4{
border-color:#d2d2d2;
border-style:solid;
border-width:1px;
padding: 8px 10px;
text-align:center;
}


/*special css*/

/*end special css*/



/* --------------------------------------
<div class="square?"></div>での 飾り設定
--------------------------------------*/

/* 色1グレー 背景 */
.square1{
border:1px solid #d2d2d2;
background-color:#F3F3F3;
margin:10px 0;
padding: 20px 20px 0 20px;
}

/* 色1グレー 囲み */
.square2{
  border: 4px solid #F4F0DE;
background-color: #fff;
margin:10px 0;
padding: 20px 20px 0 20px;
}

/* 色2 背景 */
.square3{
border:1px solid #d2d2d2;
background-color:#fff1f4;
margin:10px 0;
padding: 20px 20px 0 20px;
}

/* 色2 囲み */
.square4{
border:4px solid #fff1f4;
background-color: #fff;
margin:10px 0;
padding: 20px 20px 0 20px;;
}

/* 色3 背景 */
.square5{
border:1px solid #d2d2d2;
background-color:#efffe9;
margin:10px 0;
padding: 20px 20px 0 20px;
}

/* 色3 囲み */
.square6{
border:4px solid #efffe9;
background-color: #fff;
margin:10px 0;
padding: 20px 20px 0 20px;
}

/* 囲む：赤い線 */
.squarered{
border:1px solid #f29e9e;
background-color:#fffafa;
margin:10px 0;
padding: 20px 20px 0 20px;
}


/*special css*/

/*end special css*/


/* --------------------------------------
便利ボタン１
--------------------------------------*/
.line{
color:#ff6000;
border-bottom:2px solid #ff6000;
padding-bottom:2px;
}

.line a{
color:#ff6000;
text-decoration:none;
}

.btn_40px{
background-image:url("img/btn_bg40px.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


.btn_60px{
background-image:url("img/btn_bg60px.png");
background-repeat:repeat-x;
border:#CCCCCC 1px dotted;
color:#ff6000;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:40px;
line-height:150%;
}



/* --------------------------------------
簡単ボタン２
--------------------------------------*/
.btn1 a,
.btn2 a,
.btn3 a,
.btn4 a,
.btn5 a{
font-weight:bold;
font-size:16px;
color:#ff6000;
text-decoration:none;
}

.btn6 a{
font-weight:bold;
font-size:16px;
color:#FFF;
text-decoration:none;
}

 /* yellow */
.btn1{
background-image:url("img/btn1.png");
background-repeat:repeat-x;
border:#ffc12f 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* green */
.btn2{
background-image:url("img/btn2.png");
background-repeat:repeat-x;
border:#bbe243 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* blue */
.btn3{
background-image:url("img/btn3.png");
background-repeat:repeat-x;
border:#badaff 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* pink */
.btn4{
background-image:url("img/btn4.png");
background-repeat:repeat-x;
border:#ffcae4 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

 /* vage */
.btn5{
background-image:url("img/btn5.png");
background-repeat:repeat-x;
border:#ddcbb8 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}

/* yellow */
.btn6{ 
background-image:url("img/btn6.png");
background-repeat:repeat-x;
border:#ff9800 1px solid;
color:#FFF;
font-size:14px;
width:198px;
_width:196px;
padding:10px 5px;
text-align:center;
vertical-align:middle;
font-weight:bold;
height:20px;
line-height:150%;
}


a.b01 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30023f+0,30023f+50,200728+50,200728+100 */
background: #30023f; /* Old browsers */
background: -moz-linear-gradient(top,  #30023f 0%, #30023f 50%, #200728 50%, #200728 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #30023f 0%,#30023f 50%,#200728 50%,#200728 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #30023f 0%,#30023f 50%,#200728 50%,#200728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30023f', endColorstr='#200728',GradientType=0 ); /* IE6-9 */

  color: #fff;
  padding: 15px 40px;
text-decoration:none;
display: inline-block;
}
a.b01:hover {
opacity:0.6;
}

/*special css*/

/*end special css*/





/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku{
color:#5a5a5a;
font-size:90%;
margin:10px 0;
line-height:1.7;
}


.fs2{
font-size:110%;
}

.fs3{
font-size:130%;
}

.fs4{
font-size:160%;
}

.fs5{
font-size:200%;
}

.mt0 {
margin-top:0px !important;
}

.mt10 {
margin-top:10px !important;
}

.mt20 {
margin-top:20px !important;
}

.mb0 {
margin-bottom:0px !important;
}

.mb10 {
margin-bottom:10px !important;
}

.mb20 {
margin-bottom:20px !important;
}

.tc {
text-align:center;
}

.yellow{
   background-color:#FFFF85;
   padding:4px 5px 2px 5px;
   font-weight:normal;
}

.azuki{
   color:#e60000;
}

.uline{
   color:#F00;
   text-decoration:underline;
   font-style:italic;
}


/*チェックボックスの付くリスト*/
ul.check_red li{/*赤*/
background-image:url(img/check_red.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_blue li{/*青*/
background-image:url(img/check_blue.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.check_green li{/*緑*/
background-image:url(img/check_green.png);
padding-left:33px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:21px;
}
ul.check_yellow li{/*黄*/
background-image:url(img/check_yellow.png);
padding-left:25px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:19px;
}
ul.arrow li{
background-image:url(img/arrow.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:15px;
}
ul.arrow2 li{
background-image:url(img/arrow2.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 2px;
margin:2px 0;
min-height:13px;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q{
background-color:#F3F3F3;
color:#33173C;
padding:4px;
font-weight: bold;
}

.a{ 
padding:7px 4px;
border-bottom: #CCC 1px dotted;
margin: 5px 0 20px 1em;
text-indent: -1em;
}

/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
	}


/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height:  auto;
  overflow: hidden;
  /**/
}

.fixmargin{
margin-top:-23px;
}


/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
#headnav {
 
width:960px; /*ナビ全体の横幅*/
height: 50px;/*ナビの高さ*/ 
}
 
#menu {
margin: 0;
padding: 0;
list-style-type: none;
overflow:hidden; 
}
 
#menu li{
float:left;
}
 
#menu li a{
display: block;
height:50px;/*ナビの高さ*/
text-decoration: none;
text-indent:-9999px;
background-repeat:no-repeat;
background-position:0 0;
 
}
#menu li a:hover{
background-position:0 -50px;/*ナビの高さ*/
}
 
 
#menu li a#head_navi1{
background-image: url(img/gloval_navi1.png) ;/*ナビの画像1*/
width:193px;
}
 
#menu li a#head_navi2{
background-image: url(img/gloval_navi2.png); /*ナビの画像2*/
width:191px;
}
 
#menu li a#head_navi3{
background-image: url(img/gloval_navi3.png);/*ナビの画像3*/
width:191px;
}
 
#menu li a#head_navi4{
background-image: url(img/gloval_navi4.png); /*ナビの画像4*/
width:190px;
}
 
#menu li a#head_navi5{
background-image: url(img/gloval_navi5.png); /*ナビの画像5*/
width:195px;
}
 
 
 
 
/*LightBoxへの影響回避*/
#headnav{/*IE7対策*/
position:relative;
z-index:100;
overflow:hidden;
}
#overlay{
z-index:1000 !important;
}
#lightbox{
z-index:9999 !important;
}


/*++++++++++++++++ nav button set ++++++++++++++++*/
.button a {
       float: left;
       border-right: 1px solid #7A0114;   /* 上部メニューボタンの区切り線の色が設定できます */
       background: #C58D9A;   /* 上部メニューボタンの背景色が設定できます */
       height:30px;
       margin: 0;
       padding: 7px 15px 7px 15px;
       text-decoration: none;
       font-family: Verdana, Arial, sans-serif;
       font-size: x-small;
       font-weight: bold;
       color: #fff; /* 上部メニューボタンの文字色が設定できます */
       display : block;
       }
html>body .button a { height: 16px; font-size: small; }

.button a.active, .button a:hover {
       background: #fff;   /* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
       }


.button a.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時）が設定できます */
       }

.button a:active.selected, .button a:hover.selected {
       background: #fff;   /* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
       color: #C58D9A;   /* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */

       }

.button a.nolink {
       background: #C58D9A;   /* 上部メニューボタンの背景色（リンクなし）が設定できます */
       color: #ccc;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
       }
	   

/* --------------------------------------
tenmpalte2用
--------------------------------------*/
.profile {
	width:550px;
	height:100%;
	margin-left:120px;
}


/* --------------------------------------
RSS用
--------------------------------------*/
#feed_new{
background-color:#F5F3F3;
font-size:11px;
color:#ff6000;
padding:5px 10px 0 10px;
_padding:5px 10px 0 10px;
margin:0px;
line-height:130%;
}

#feed_new li{
border-bottom:#CCCCCC dotted 1px;
list-style:none;
padding-bottom:5px;
}


#feed_new a{
font-size:13px;
}


/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/
/* -------
div
----------*/
#main div:after{
content: ".";/* 新しい要素を作る */
display: block;/* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

#main div{
min-height: 1px;
}

* html #main div{
height: 1px;

}

/* -------
p
----------*/
/*20151104よりコメントアウトで様子見
#main p:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#main p{
min-height: 1px;
}

* html #main p{
height: 1px;

}
*/


/* -------
fontcontrol
----------*/
#control {
position: absolute;
top: 5px;
right: 5px;
}

#control a {
color:white;
text-decoration:none;
}

#control a:hover {
text-decoration:underline;
}

span#intro {
font-size: 13px;
margin-right: 5px;
}

span#f-big {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-medium {
background-color: black;
padding: 2px 4px;
margin-right: 2px;
}

span#f-small {
background-color: black;
padding: 2px 4px;
}




/*special css*/

/* フッターを最下部に */

#wrapper {
min-height: 850px;
}

#content {
padding-bottom: 100px;
min-height: 500px;
}

#footer {
position: absolute; 
bottom: 0;
width: 100%;
height: 70px;
padding: 0;
margin: 0;
}

/* リード */

.lead {
border: double #200728;
padding: 20px;
margin-bottom: 10px;
}

.lead-title {
font-size: 20px;
color: #200728;
font-weight: bold;
text-align: center;
padding :5px 0;
border-bottom:1px dotted #200728;
}

/* ナンバー付きリスト */

ul.number-list {
  margin: 10px 0 30px 40px;
}

.number-list li{
margin-bottom: 15px;
    font-size: 18px;
border-bottom:#9A8445 1px dashed;
}

.number{
background: #9A8445;
    color: #fff;
    line-height: 1;
    margin: 0 10px;
    margin-left: -27px;
    border-radius: 50%;
    font-size: 18px;
    padding: 3px 8px;
    font-family: Century Gothic;
}

/* リストマーク */

ul.arrow26 li{
background-image:url(img/arrow26.png);
padding-left:21px;
background-repeat:no-repeat;
background-position:left 6px;
margin:2px 0;
min-height:15px;
}

/* PDFリンク */

ul.pdf li{
background-image:url(https://udon-itsuki.com/wp-content/themes/standard_black_cmspro/img/Adobe_PDF_file_icon_24x24.png);
padding-left:28px;
background-repeat:no-repeat;
background-position:left 2px;
margin:10px 0;
min-height:15px;
}

/* お問い合わせエリア　リンクボタン */

.btn_contact {
margin: 20px auto;
  text-align: center;
  background: #C38C56;
  display: block;
  text-decoration: none;
  color: #fff;
}

.contact_area {
  width:80%;
margin: 80px auto 50px auto;
}

.contact_area a {
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.btn_contact:hover {
opacity:.6;
}

/* 商品ページ */

.area-gazou {
  width: 300px;
  float: left;
}

#itempage .itemimg {
margin-bottom: 20px;
text-align:center;
width:300px;
}

.area-detail {
float: right;
width: 400px;
}

#itempage .field {
margin-left: 0;
margin: 10px 0;
padding: 5px 0;
}

.description {
margin:20px 0;
}




/* 商品一覧ページ */

.items {
overflow:hidden;
margin:20px 0;
}

.thumbnail_box {
    width: 28%;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 10px 10px 0;
    height: 220px;
    padding: 25px 12px;
}

.items .thumimg {
margin: 0 auto 10px auto;
    width: 180px;
}

.items .thumtitle,
.items .price-box {
text-align: left;
    width: 180px;
    margin: 0 auto;
}

.items .price-box {
color:#5D311C;
font-weight:bold;
}

/* サイドバー 送料無料 */

.square_banner {
padding: 15px;
    border: 1px solid #6E2E83;
    margin-bottom: 10px;
    text-align: center;
    background: #EDEDED;
}

.freeshipping {
font-weight:bold;
color:#e60000;
display:block;
    font-size: 130%;
}

/* サイドバー カレンダー */

.cal_wrapper {
margin:10px 0;
}

.cal_wrapper p {
    background: #eee;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/* ---------------------
堀田 レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
display:block;
}

#mobile_logo {
display:none;
}

/* デスクトップでは非表示にする */
#navbutton,
#spnav,
#mobile_side,
.mobile_only,
#panel {
display: none;
}

/******************************
Media Queries モバイル表示の設定
******************************/



@media screen and (max-width: 640px) {

/* 構造 */

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

body {
min-width:320px;
overflow-x:hidden;
}

#wrapper,
#header {
width: 100%;
height:100%;
margin: 0;
}

body,
.home {/* 背景画像を非表示にしています */
background: none;
background-color: #fff;
}

#header h1 {/* h1はなしにしています */
display:none;
}

#header h1.toph1 {
  background-image: none;
  position: absolute;
  top: 15px;
  left: 122px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  display: block;
  z-index: 100;
  width: 150px;
}

#headnav,
#header .header_r img, 
#footermenu {/* tel画像、フッターメニューを非表示にしています */
display: none;
}

#content #side {/* PC用のサイドバーを非表示にしています */
display: none;
}

#content #main {
width: 90%;
float: none;
display: block;
margin: 10px auto;
}

#content #main .singletxt {
width: 100%;
word-break: break-all;
}

#content img,
#content iframe {
max-width: 100%;
height: auto;
}

#pan {
margin-bottom:40px;
}

.mobile_only {/* モバイルにだけ表示させたいものに使用する */
display:block;
}

/* ヘッダー */

#pc_logo {
display:none;
}
#mobile_logo {
display: inline-block;
}

#mobile_logo img {/* モバイル用ロゴ画像の幅の半分の値を入れます */
width: auto;
    height: 50px;
}

#header {
background: none;
    margin-top: 0;
    height: 51px;
    position: relative;
    background-color: #33173C;
    border-bottom: 1px solid #691684;
}
	
#header .header_l {
position: relative;
width: 100%;
height: 100%;
}

.header_r {
display:none;
}

/* ハンバーガーボタン */


#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
/*  margin: 20px 0 10px;*/
  background: #33173C;
}
#panel-btn:hover{
  background: #633571;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -2px 0 0 -15px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#navbutton {
display: block;
position: absolute;
top: 0;
right: 0px;
}


/* モバイル用のメニュー */


#panel {
display: none;
top: 50px;
background-color: rgba(255, 255, 255, 0.8);
padding: 40px;
width: 100%;
height:100%;
right: 0;
position: absolute;
z-index: 5;
}

#panel li a {
text-decoration: none;
  font-size: 87%;
  line-height: 1.3;
  padding: 10px 15px;
  border-radius: 5px;
  color: #200728;
  width: 220px;
  display: block;
  margin: 0 auto 12px;
  font-weight: bold;
}

#panel .menu_list1 li a {/* 固定ページのリスト部分 */
  background-color: #9A8445;
}

#panel .menu_list2 li a {/* 投稿カテゴリのリスト部分 */
  background-color: #ccc;
color:#333;
}


/* メイン画像 */

#imagebox img {
max-width:100%;
}

#imagebox {
margin: 0;
text-align: center;
}


/* 見出し */

#content #main h1,
#content #main h2 {
height: 100%;
line-height: 1.3;
background: #C9B23C;
padding-left:5px;
}

/* フッター（サイド） */

#mobile_side h3 {
width:100%;
height: 27px;
background: #6E2E83;
    color: #fff;
    padding: 6px 0 3px 5px;
}

#mobile_side ul {
background-color: #ededed;
}

#mobile_side ul li {
padding: 5px 2px 5px 20px;
    background-image: url("img/btn_side.png");
    background-repeat: no-repeat;
    background-position: left 12px;
    border-bottom: #767676 1px dotted;
}

#mobile_side {
display:block;
width: 98%;
margin: 0 auto;
}

.side_area img {
display:block;
margin:0 auto;
}

/* フッター最下部に */

#footer {
height:auto;
/*position: static;*/
margin-top:30px;
}

#mobile_side {
margin-bottom:50px;
}

.post {
padding-bottom:30px;
}

#content {
padding-bottom:0;
}

/* 商品ページ */


.area-gazou,
.area-detail,
#itempage .itemimg {
float:none;
width:100%;
}

#itempage .itemimg {
margin-top:30px;
}

/* 一覧ページ */

.thumbnail_box {
width:48%;
height:250px;
}

/* テーブル */

.tablestyle {
  border-collapse: collapse;
  width: 100% !important;
}




/* 固定ページ */

.alignright,
.alignleft {
float:none;
display:block;
margin: 10px auto;
}

.lead-title {
text-align:left;
}

/* ボタンリンク */

.btn {
    width: 80%;
}

/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
}

.wpcf7-text {
width: 90%;
}

.wpcf7-form-control {
width: 100%;
height: 30px;
margin: 10px auto;
}

.wpcf7 td {/* フォームの行を縦に並べる */
display: block;
    width: 100%;
}

.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
text-align:left;
}

.square_banner {
/*margin-top: 5px;*/
    padding: 5px;
border: none;
border-bottom:1px solid #CFBBD6;
}

.freeshipping {
display:inline;
}
a.b01 {
  width: 40vw;
  display: inline-block;
}


.top_block1 ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  width: 46%;
}
.top_block1 ul li:nth-child(even) {
  margin-right: 0;
}


.btnbox1 a img {
  margin-bottom: 5px;
}

#content #main h2.txt,#content #main h1.h1txt{
clear:both;
height:auto;
color:#000;
font-size:22px;
font-weight:bold;
padding:12px 0 5px 0;
background-image:url("img/top_b1_hl_bg.png");
background-repeat:no-repeat;
background-position:right bottom;
background-size:90%;
background-color:transparent;
letter-spacing:normal;
margin:30px 0 0 0;
line-height:150%;
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#content #main h2.txt2{
clear:both;
height:auto;
color:#000;
font-size:22px;
font-weight:bold;
padding:25px 0 25px 0;
background-image:url("img/top_b1_hl_bg.png");
background-repeat:no-repeat;
background-position:right bottom;
background-size:90%;
background-color:transparent;
letter-spacing:normal;
margin:30px 0 0 0;
line-height:150%;
text-align:center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

span.fs22{
font-size:22px !important;
}

}

@media screen and (max-width: 320px) {
.thumbnail_box {
width:100%;
height:250px;
}

}

.top_block1{
padding:17px 24px 0 24px;
}

.top_block1 ul{
margin:0 auto;
text-align:center;
}



.top_block1 ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
}



.btnbox1 a img {
  margin-bottom: 5px;
}


.top_block1 ul li img{

}

.mr0{
margin-right:0 !important;
}

.mr28{
margin-right:28px !important;
}

.pb20{
padding-bottom:20px !important;
}
.btnbox1{
text-align:center;
margin:20px auto 0;
}

ul.top_block2{
padding:24px 19px;
background-color:#f4f2ee;
}
.top_block2{
padding:24px 19px;
background-color:#f4f2ee;
}

ul.top_block2 li{
margin-bottom:12px;
background-position:left center;
background-repeat:no-repeat;
padding-left:59px;
padding-top:5px;
min-height:39px;
font-size:18px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul.top_block2 li.list1{
background-image: url("img/top_b2_list1.png");
}

ul.top_block2 li.list2{
background-image: url("img/top_b2_list2.png");
}

ul.top_block2 li.list3{
background-image: url("img/top_b2_list3.png");
}

.top_block3{
padding:22px 19px 22px 30px;
border:1px solid #d7d7d7;
}

.top_block4{
padding:22px 19px 22px 19px;
border:1px solid #d7d7d7;
}

/*end special css*/