@charset "utf-8";
/*
20160824sato
*/


/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
* {
	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;
	vertical-align: bottom;
}
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("img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}
#bg {
}
.wrapper {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
.wrapper-header {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
#simplegallery1 {
	clear: both;
	margin-bottom: 10px;
	z-index: 2;
}
#imagebox {
	clear: both;
	z-index: 2;
	margin: 0 auto;
	width: 1000px;
	margin-top: 14px;
}
#imagebox2 {
    clear: both;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    background: #000;
}
#content {
	/* background-color: white; */
	padding-top: 20px;
	padding-bottom: 30px;
}
#content img {
}
#pan {
	font-size: 12px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	margin: 2px 10px 12px 10px;
}
#content #main {
	display: inline;
	width: 760px;
	float: right;
	margin-right: 0px;
}
/* --------------------------------------
各ページタイトル
--------------------------------------*/

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

#content #side {
	display: inline;
	width: 210px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
#content #side h3 {
	width: 210px;
	height: 34px;
	box-sizing:border-box;
	padding: 0 0 0 10px;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	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: #eaeaea;
/*	background-image: url("img/bg_side.png");*/
	margin: 0;
	list-style: none;
	_border-bottom: 1px #FFF solid;
}
#content #side li {
	font-size: 13px;
	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:#666 1px solid;
}
#content #side li a {
	display: block;
	color: #080808;
	text-decoration: none;
	padding: 5px 2px 5px 20px;
}
#content #side  ul.children, #content #side  ul.sub-menu {
	margin-left: 20px;
}
#content #side ul.children li:last-child, #content #side ul.sub-menu li:last-child {
	border: none;
}
/* --------------------------------------
サイドその他
--------------------------------------*/

.side_area {
	margin-bottom: 15px;
}
.side_area select {
	margin: 3px 0 0 10px;
}
#side img {
	text-align: center;
}

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

#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; */
/*}*/
#content #side a: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: 1000px;
	background-image: url("img/bg_header.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
}
.header_l {
    float: left;
    width: 317px;
    padding-top: 16px;
}
.header_r {
	float: right;
width:683px;/*ここにtel.pngの横幅を指定*/
}
/* --------------------------------------
フッター定義
--------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 0px solid #ff6000;
	background-color: #702801;
/*	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 {
	width:980px;
	margin: 10px auto;
}
#footermenu ul {
}
#footermenu ul li {
	*zoom: 1;
	font-size: 14px;
	padding: 0 10px;
	width: auto;
	margin-bottom:10px;
	text-align: left;

}

#footermenu ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
        border: transparent solid 4px;
    border-left-color: #ffffff;
    vertical-align: 0px;
}
#footermenu ul a {
	text-decoration: none;
}
#copyright {
	padding: 0 0 10px 20px;
}
#copyright a {
	text-decoration: none;
}



.footer_flex{
	display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

.footer_flex3{
	display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}

.footer_flex3 li{
width:40% !important;
}


.footer_flex_1{
	width:30%;
}

.footer_flex_2{
	width:30%;
}
.footer_flex_3{
	width:30%;
}

#footer h2 {
	clear: both;
	height: auto;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 3px 12px;
	background-color: transparent;
	background-image:none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left: 5px solid #ffffff;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: normal;
	margin-top: 0;
	text-align: left;
}
/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/
/* お客様編集時のためにここは変えない */
#content #main p {
	margin-bottom: 20px;
	padding: 0;
}
#content #main .singleline {
	overflow: hidden;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
/* --------------------------------------
ブログ系
--------------------------------------*/
.blog-eyecatch {
float: left;
margin: 0 20px 20px 0;
}

.blog-eyecatch img {
width: 100px;
height: 100px;
}
/* --------------------------------------
見出し設定
--------------------------------------*/
/* h1共通部分 */
#content #main h1, h1 {
/* 必要であれば調整。基本コンテンツ内にh1は使用しない */
}
/* コンテンツ中のh1上margin */
#content #main h1.singletitle,#content #main h1.title {
  margin-top: 0px;
  clear: both;
  height: auto;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 0 15px 10px;
  background-color: #ffffff;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 34px;
}

#content #main h1.new{
  margin-top: 0px;
  clear: both;
  height: 87px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  padding: 45px 0 0 30px;
  background-color: #ffffff;
  border-top: none;
  border-bottom: none;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: normal;
background-image: url("img/title_h1_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#content #main h2, h2 {
	clear: both;
	height: 34px;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 10px;
	/*background-color: #ffffff;*/
	background-image: url("img/bg_title_h2.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 0px solid #ff6000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 34px;
	margin-top: 45px;
}

#content #main h2.new {
	clear: both;
	height: 49px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 0 18px;
	/*background-color: #ffffff;*/
	background-image: url("img/title_h2_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	border-top: none;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: normal;
}

#content #main h2.new2,#content #main h3.new2 {
	clear: both;
	height: 47px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 0 0 32px;
	/*background-color: #ffffff;*/
	background-image: url("img/title_h2_bg2.png");
	background-repeat: no-repeat;
	background-position: left top;
	border-top: none;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: normal;
}
#content #main h3, h3 {
	clear: both;
	height: 30px;
	color: #0b0b0b;
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 0 10px;
	/*background-image: url("img/bg_title_h3.png");
	background-repeat: no-repeat;
	background-position: left bottom;*/
	letter-spacing: 2px;
	margin: 30px 0 10px 0;
	line-height: 30px;
        border-bottom: 1px solid #9e9b9c;
        font-weight: bold;
}

#content #main h3.new,
#content #main p.new {
	clear: both;
	height: auto;
	color: #0b0b0b;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 1px 8px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
border-left:3px solid #bf9534;
	letter-spacing: normal;
	margin: 10px 0 20px 0;
	line-height: 140%;
}
#content #main h4, h4 {
	clear: both;
	color: #0b0b0b;
	border-bottom: #0b0b0b dotted 1px;
	font-size: 16px;
	margin: 25px 0 3px 0;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 0 0 0 0;
}
/*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: #fbe9bb;
	border: 1px solid #bf9534;
	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: #bf9534;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: left;
}
/* 右寄せ */
.tdstyle3 {
	border-color: #bf9534;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: right;
}
/* 中央寄せ */
.tdstyle4 {
	border-color: #bf9534;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: center;
}
/*special css*/

/*end special css*/



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

/* 色:グレー */
.sq1 {
	border: 1px solid #c09628;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
	border: 3px solid #c09628;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
	border: 1px solid #FFE8E8;
	background-color: #fff1f4;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
	border: 5px solid #fff1f4;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	;
}
/* 囲み：赤 */
.sqred {
	border: 1px solid #f29e9e;
	background-color: #fffafa;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */
.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */
.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */
.radious {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*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%;
}
/*special css*/

/*end special css*/





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

.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	margin: 10px 0;
	line-height: 1.7;
}
.fs2 {
	font-size: 114.2857%;
}
.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;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}

.italic{
font-style:italic !important;
}

.pr20{
padding-right:20px !important;
}
/*テキスト装飾*/
.tk1 {
	color: #e60000;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 1) 40%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  text-shadow: 0px 2px 0px rgb(255, 255, 255);
  padding-bottom: 3px;
}
.red {
color:#bf0000;
}
.yellow {
color:#f8fb15;
}
.brown {
color:#c09628;
}
.bold {
font-weight:bold;
}

/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
/*チェックボックスの付くリスト*/
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 {
  position: relative;
  background-color: #fbe9bb;
  color: #562304;
  padding: 14px 4px 4px 60px;
  font-weight: bold;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  letter-spacing: -1px;
}
.q:before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #70311e;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.a {
  position: relative;
  padding: 7px 4px 7px 60px;
  border-bottom: #CCC 1px solid;
  margin: 10px 0 20px 0;
  min-height: 50px !important;
}
.a:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #888586;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}





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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
  /**/
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
#headnav {
	width: 1000px; /*ナビ全体の横幅*/
	height: 50px;/*ナビの高さ*/
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#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: 112px;
}
#menu li a#head_navi2 {
	background-image: url(img/gloval_navi2.png); /*ナビの画像2*/
	width: 111px;
}
#menu li a#head_navi3 {
	background-image: url(img/gloval_navi3.png);/*ナビの画像3*/
	width: 111px;
}
#menu li a#head_navi4 {
	background-image: url(img/gloval_navi4.png); /*ナビの画像4*/
	width: 111px;
}
#menu li a#head_navi5 {
	background-image: url(img/gloval_navi5.png); /*ナビの画像5*/
	width: 111px;
}
#menu li a#head_navi6 {
	background-image: url(img/gloval_navi6.png); /*ナビの画像6*/
	width: 111px;
}

#menu li a#head_navi7 {
	background-image: url(img/gloval_navi7.png); /*ナビの画像7*/
	width: 111px;
}

#menu li a#head_navi8 {
	background-image: url(img/gloval_navi8.png); /*ナビの画像8*/
	width: 111px;
}

#menu li a#head_navi9 {
	background-image: url(img/gloval_navi9.png); /*ナビの画像9*/
	width: 111px;
}


/*LightBoxへの影響回避*/
#headnav {/*IE7対策*/
	position: relative;
	z-index: 100;
}
#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;   /* 上部メニューボタンの文字色（リンクなし）が設定できます */
}

/* --------------------------------------
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
----------*/

/* -------
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;
}
/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/
ul.li_1 {
	margin-bottom: 20px;
}
ul.li_1 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_1 li:before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #c09628;
	position: absolute;
	font-weight: normal;
	left: -1.5em;
}
ul.li_2 {
	margin-bottom: 20px;
}
ul.li_2 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_2 li:before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: -20px;
	top: 2px;
}
ul.li_3 {
	margin-bottom: 20px;
}
ul.li_3 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_3 li:before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_4 {
	margin-bottom: 20px;
}
ul.li_4 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_4 li:before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_5 {
	margin-bottom: 20px;
}
ul.li_5 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_5 li:before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_6 {
	margin-bottom: 20px;
}
ul.li_6 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_6 li:before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_7 {
	margin-bottom: 20px;
}
ul.li_7 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_7 li:before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_8 {
	margin-bottom: 20px;
}
ul.li_8 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_8 li:before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_9 {
	margin-bottom: 20px;
}
ul.li_9 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_9 li:before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -15px;
}
ul.li_10 {
	margin-bottom: 20px;
}
ul.li_10 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_10 li:before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_11 {
	margin-bottom: 20px;
}
ul.li_11 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_11 li:before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.li_12 {
	margin-bottom: 20px;
}
ul.li_12 li {
	position: relative;
	margin-left: 23px;
	margin-bottom: 5px;
}
ul.li_12 li:before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: -20px;
}
ul.b_gray li:before {
	color: #D9D8D8;
}
ul.b_pink li:before {
	color: #F79698;
}
ul.b_green li:before {
	color: #CAFDB1;
}
ul.b_skyblue li:before {
	color: #A0DFF3;
}
ul.b_blue li:before {
	color: #608AEB;
}
ul.b_gold li:before {
	color: #D9B087;
}
ul.b_orange li:before {
	color: #FB8230;
}
ul.b_yellow li:before {
	color: #F8EE6D;
}
ul.b_azuki li:before {
	color: #731F21;
}
ul.b_purple li:before {
	color: #AA79E7;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/

.two_box {
	width: 49.2957%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 15px 1.408%;
}
.two_box:first-child {
	margin-left: 0;
}
.three_box {
	width: 32%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 15px 2%;
}
.three_box:first-child {
	margin-left: 0;
}
.four_box {
	width: 23.94366%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	margin: 0 0 0px 1.408%;
}
.four_box:first-child {
	margin-left: 0;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/

.link_green {
  display: block;
  margin: 10px 0;
}
.link_green a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #334C19;
  padding: 0px 15px;
	border: 1px solid #A8BF75;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -moz-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -ms-linear-gradient(top, #ffffff, #cee6b3);
	background-image: -o-linear-gradient(top, #ffffff, #cee6b3);
	background-image: linear-gradient(to bottom, #ffffff, #cee6b3);
}
.link_green a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_pink {
  display: block;
  margin: 10px 0;
}
.link_pink a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #E37677;
  padding: 0px 15px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -moz-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -ms-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: -o-linear-gradient(top, #ffffff, #FFF0F1);
  background-image: linear-gradient(to bottom, #ffffff, #FFF0F1);
  border: 1px solid #F4B1B2;
}
.link_pink a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_skyblue {
  display: block;
  margin: 10px 0;
}
.link_skyblue a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	color: #4593D4;
	padding: 0px 15px;
	border: 1px solid #9EDDF8;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -moz-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -ms-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: -o-linear-gradient(top, #ffffff, #EDFBFF);
	background-image: linear-gradient(to bottom, #ffffff, #EDFBFF);
}
.link_skyblue a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}

.link_blue {
  display: block;
  margin: 10px 0;
}
.link_blue a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #0C354D;
  padding: 0px 15px;
	border: 1px solid #9EB0CF;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -moz-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -ms-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: -o-linear-gradient(top, #ffffff, #E4F2FD);
	background-image: linear-gradient(to bottom, #ffffff, #E4F2FD);
}
.link_blue a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_gold {
  display: block;
  margin: 10px 0;
}
.link_gold a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #71542C;
  padding: 0px 15px;
	border: 1px solid #C0AA8D;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -moz-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -ms-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: -o-linear-gradient(top, #ffffff, #FCEDD9);
	background-image: linear-gradient(to bottom, #ffffff, #FCEDD9);
}
.link_gold a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_orange {
  display: block;
  margin: 10px 0;
}
.link_orange a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
	border: 1px solid #EF963E;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -moz-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -ms-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: -o-linear-gradient(top, #F7BB6F, #FCA26D);
	background-image: linear-gradient(to bottom, #F7BB6F, #FCA26D);
}
.link_orange a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_yellow {
  display: block;
  margin: 10px 0;
}
.link_yellow a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #929940;
  padding: 0px 15px;
	border: 1px solid #E3DEA2;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -moz-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -ms-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: -o-linear-gradient(top, #ffffff, #F8FDC3);
	background-image: linear-gradient(to bottom, #ffffff, #F8FDC3);
}
.link_yellow a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_azuki {
  display: block;
  margin: 10px 0;
}
.link_azuki a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
	border: 1px solid #BC8F90;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -moz-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -ms-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: -o-linear-gradient(top, #AF5C5D, #7C2829);
	background-image: linear-gradient(to bottom, #AF5C5D, #7C2829);
}
.link_azuki a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_purple {
  display: block;
  margin: 10px 0;
}
.link_purple a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #87419E;
  padding: 0px 15px;
	border: 1px solid #EECCF3;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -moz-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -ms-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: -o-linear-gradient(top, #ffffff, #F7E5FD);
	background-image: linear-gradient(to bottom, #ffffff, #F7E5FD);
}
.link_purple a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.link_red {
  display: block;
  margin: 10px 0;
}
.link_red a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0px 15px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #F47B7D, #D85658);
  background-image: -moz-linear-gradient(top, #F47B7D, #D85658);
  background-image: -ms-linear-gradient(top, #F47B7D, #D85658);
  background-image: -o-linear-gradient(top, #F47B7D, #D85658);
  background-image: linear-gradient(to bottom, #F47B7D, #D85658);
  border: 1px solid #F96062;
}
.link_red a:hover {
	opacity: 0.60; /* opera  firefox safari */
	filter: alpha(opacity=60); /* ie */
	-ms-filter: "alpha( opacity=60 )";
}
/* --------------------------------------
フォームボタン
--------------------------------------*/
p.sbtn_1 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #96cff5;
	background-image: -webkit-linear-gradient(top, #96cff5, #3297d6);
	background-image: -moz-linear-gradient(top, #96cff5, #3297d6);
	background-image: -ms-linear-gradient(top, #96cff5, #3297d6);
	background-image: -o-linear-gradient(top, #96cff5, #3297d6);
	background-image: linear-gradient(to bottom, #96cff5, #3297d6);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_2 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #fac871;
	background-image: -webkit-linear-gradient(top, #fac871, #eb7f36);
	background-image: -moz-linear-gradient(top, #fac871, #eb7f36);
	background-image: -ms-linear-gradient(top, #fac871, #eb7f36);
	background-image: -o-linear-gradient(top, #fac871, #eb7f36);
	background-image: linear-gradient(to bottom, #fac871, #eb7f36);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_3 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #f0a3a3;
	background-image: -webkit-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -moz-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -ms-linear-gradient(top, #f0a3a3, #f07171);
	background-image: -o-linear-gradient(top, #f0a3a3, #f07171);
	background-image: linear-gradient(to bottom, #f0a3a3, #f07171);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_4 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #ebd3b0;
	background-image: -webkit-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -moz-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -ms-linear-gradient(top, #ebd3b0, #b38541);
	background-image: -o-linear-gradient(top, #ebd3b0, #b38541);
	background-image: linear-gradient(to bottom, #ebd3b0, #b38541);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.sbtn_5 input[type="submit"] {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: #f0ece4;
	background-image: -webkit-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -moz-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -ms-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: -o-linear-gradient(top, #f0ece4, #bdb8b3);
	background-image: linear-gradient(to bottom, #f0ece4, #bdb8b3);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	margin-top: 10px;
}
p.maru input[type="submit"] {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	padding: 8px 20px 8px 20px;
	text-shadow: 1px 1px 3px #666666;
	box-shadow: 0px 0px 6px 3px #e6e6e6;
	-moz-box-shadow: 0px 0px 6px 3px #e6e6e6;
	-webkit-box-shadow: 0px 0px 6px 3px #e6e6e6;
}
p.sbtn_1 input:hover{
	background: #409FDB;
}
p.sbtn_2 input:hover{
	background: #ec802e;
}
p.sbtn_3 input:hover{
	background: #ee6d6d;
}
p.sbtn_4 input:hover{
	background: #b38746;
}
p.sbtn_5 input:hover{
	background: #bbb6af;
}

/* --------------------------------------
お問い合わせバナー用
--------------------------------------*/
.contact {
border:2px solid #b20000;
background-image:url("img/bg_contact.jpg");
background-repeat:no-repeat;
background-position:right top;
height:282px;
margin:30px 0 20px 0;
}
.contact_inner {
width:60%;
margin:10px 20px;
text-align:center;
}
.contact_inner p {
padding:0!important;
margin:0!important;
}
.tel {
font-size:52px;
font-weight:bold;
}
.mail {
font-size:28px;
font-weight:bold;
}
/*special css*/

/*end special css*/

/*買取フロー*/
.flow_none{
	display: none;
}
img.flowtop {
    margin: 0 auto;
    display: block;
}
.two_box {
	width: 100%;
}
/* --------------------------------------
LP 実績
--------------------------------------*/
#link-jisseki {
background-image:url("img/bg_jisseki.png");
background-repeat:no-repeat;
background-position:center top;
text-align:center;
padding:10px 20px 20px 20px;
}
#link-jisseki2 {
text-align:center;
padding:10px 20px 20px 20px;
}
#content #main #link-jisseki h1 {
background-image:none;
font-weight:bold;
font-size:40px;
color: #000;
font-weight:bold;
}
#link-jisseki dl {
    background-image: url(img/bg_jisseki_box2.png);
    background-repeat: repeat-y;
    background-position: center center;
    border: 1px solid #aa5605;
    box-shadow: 1px 1px;
    padding: 10px;
    text-align: left;
    height:120px;
	/*height:225px;*//*商品画像追加時開放*/
}
/*商品画像追加時開放 none->block */
#link-jisseki dl .item_image{
	display:none;
}

#link-jisseki2 dl {
background-image:url("img/bg_jisseki_box.png");
background-repeat:no-repeat;
background-position:center bottom;
border:1px solid #aa5605;
box-shadow: 1px 1px;
padding: 20px;
text-align: center;
}
div#link-jisseki dl dt {
    width: 35%;
    float: left;
    vertical-align: top;
}
div#link-jisseki dl dd {
    width: 65%;
    float: left;
}



/* --------------------------------------
見出しを上書き
--------------------------------------*/

#content #main .sq1 h3,
#content #main .sq2 h4 {
margin-top: 0;
}

/* --------------------------------------
LP 一覧
--------------------------------------*/
#content #main #lp h2.spe {
	clear: both;
	height: 30px;
	color: #0b0b0b;
	font-size: 17px;
	font-weight: normal;
	padding: 0 0 0 10px;
	letter-spacing: 2px;
	margin: 30px 0 10px 0;
	line-height: 30px;
        border-bottom: 1px solid #9e9b9c;
        font-weight: bold;
text-align:left;
}
#content #main #lp h2 {
background-image:none;
text-align:center;
font-size:40px;
color: #000;
border-bottom:1px solid #000;
height: auto;
line-height:1em;
font-weight:bold;
padding-bottom:10px;
margin-bottom:20px;
}
.small_t {
color:#c09628;
font-size:26px;
}
.list_box {
background-image:url("img/bg_list.jpg");
background-repeat:no-repeat;
background-position:right bottom;
margin: 10px 0 30px 0;
padding: 20px 0;
}
.list_box ul li {
background-image:url("img/check_list.png");
background-repeat:no-repeat;
background-position:left top;
position: relative;
margin-bottom: 8px;
padding-left:27px;
}

.list_box2 {
background-image:url("img/list_box2_bg.jpg");
background-repeat:no-repeat;
background-position:right top;
margin: 10px 0 30px 0;
padding: 20px 0;
}
.list_box2 ul li {
background-image:url("img/check_list.png");
background-repeat:no-repeat;
background-position:left center;
position: relative;
margin-bottom: 8px;
padding-left:27px;
font-size:18px;
font-weight:bold;
}
.list_text {
background-color:#737373;
padding:15px 0;
text-align:center;
color:#fff;
font-weight:bold;
margin:10px 0;
font-size:18px;
}
.list_text2 {
background-color:#fbf3dd;
padding:10px 0;
text-align:center;
font-weight:bold;
margin:10px 0;
font-size:16px;
}
/* --------------------------------------
LP ステップ
--------------------------------------*/
.step_ttl {
border:2px solid #b20000;
padding:10px;
text-align:left;
}
.step_ttl p {
background-image:url("img/bg_step.png");
background-repeat:no-repeat;
background-position:left top;
color:#b20000;
font-size:28px;
padding:0!important;
margin:0!important;
font-weight:bold;
}
.step_ttl .text1 {
color:#fff;
padding:10px 25px;
margin-right:25px;
}
.step_ttl .text2 {
font-size:30px;
}
#step_box {
background-color:#eeeeee;
border:2px solid #e4e4e4;
margin: 10px 0 0 0;
padding: 20px;
}
#content #main #step_box h3 {
background-image:none;
height: auto;
padding:0 0 20px 0;
margin:10px 0;
font-size:28px;
font-weight:bold;
border-bottom:1px solid #fff;
}
#step_box .number {
background-color:#c09628;
text-align:center;

padding:12px 20px;
font-weight:bold;
font-style: italic;
color:#fff;
margin-right:10px;
font-size:35px;
}
.step_left {
float:left;
width:80%;
}

.step_left2 h3{
font-style:italic !important;
}

.step_left2 {
float:left;
width:78%;
}
.step_right {
float:right;
}
.bnr1 {
background-image:url("img/bg_bnr1.png");
background-repeat:no-repeat;
height:153px;
width:760px;
vertical-align:middle;
display: table-cell;
	display: none;
}
.bnr1 p {
width:60%;
color:#fff;
font-weight:bold;
margin:20px;
font-size:22px;
text-align:center;
}
/* LP */
#step_box_top {
background-color:#eeeeee;
border:2px solid #e4e4e4;
margin: 10px 0 0 0;
padding: 20px;
height:200px;
}
#content #main #step_box_top h3 {
background-image:none;
height: auto;
padding:0 0 15px 0;
margin:10px 0;
font-size:24px;
font-weight:bold;
border-bottom:1px solid #fff;
}
#step_box_top .number {
background-color:#c09628;
text-align:center;
padding:7px 17px 7px 12px;
font-weight:bold;
font-style: italic;
color:#fff;
margin-right:10px;
font-size:35px;
}
#content #main #step_box_top img {
float:right;

margin-left:10px;
}

/* --------------------------------------
LP 理由
--------------------------------------*/
#reason_box {
background-image:url("img/bg_reason2.png");
background-repeat:no-repeat;
background-position:right bottom;
border:1px solid #aa5605;
box-shadow: 1px 1px;
padding: 15px;
margin-bottom:20px;
}
#content #main #reason_box h3 {
background-image:url("img/bg_reason_ttl.png");
background-repeat:no-repeat;
background-position:center top;
margin:10px 0;
padding:15px 30px;
font-size:23px;
font-weight:bold;
color:#fff;
text-shadow: 2px 2px 4px #000,
-2px 2px 4px #000,
2px -2px 4px #000,
-2px -2px 4px #000;
border: none;
}

#reason_box2,
.reason_box3 {
background-image:url("img/bg_reason2.png");
background-repeat:no-repeat;
background-position:right bottom;
border:1px solid #aa5605;
box-shadow: 1px 1px;
padding: 15px;
margin-bottom:20px;
}
#content #main #reason_box2 h3 {
background-image:url("img/bg_reason_ttl2.png");
background-repeat:no-repeat;
background-position:center top;
margin:10px 0;
padding:15px 10px 15px 30px;
font-size:20px;
font-weight:bold;
color:#010101;
letter-spacing:1px;
border: none;
}

#content #main #reason_box2 h4{
clear: both;
	color: #000000;
	border-bottom: #000000 solid 1px;
	font-size: 17px;
	margin: 25px 0 3px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 0 0 0 0;
}
#content #main .reason_box3 h3 {
background-image:url("img/bg_reason_ttl3.png");
background-repeat:no-repeat;
background-position:-9px -16px;
margin:10px 0;
padding:15px 10px 15px 30px;
font-size:20px;
font-weight:bold;
color:#fff;
letter-spacing:1px;
    border: none;
}
.reason_text_bg {
background-image:url("img/reason_text_bg.jpg");
background-repeat:no-repeat;
background-position:right 0;
padding-right: 264px;
}

a.link-color {
color: #bf9534;
}

/* --------------------------------------
LP 声
--------------------------------------*/
#content #main #voice h2 {
background-image:url("img/bg_voice.png");
text-align:right;
font-size:24px;
color: #fff;
height: 159px;
line-height:135px;
font-weight:bold;
padding:0 10px;
margin-bottom:20px;
border-bottom:none;
}
#content #main #voice h3 {
background-image:none;
background-color:#fbe9bb;
margin:0 0 10px 0;
padding:10px;
font-size:20px;
font-weight:bold;
color:#562304;
}
.voice_box {
border:1px solid #c09628;
padding:20px;
margin-bottom:20px;
}
.voice {
  border-bottom:1px solid #c09628;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.voice dt {
float: left;
width: auto;
padding: 3px 10px;
background: #412f1c;
margin-right: 7px;
font-weight: bold;
color:#fff;
}
.voice dd {
padding: 3px 0;
margin-bottom: 5px;
}
/* --------------------------------------
LP スタッフ
--------------------------------------*/
.staff_box {
background-color:#f3f3f3;
border-bottom:1px solid #000;
padding:20px 20px 10px 20px;
}

.staff-area {
    border: 3px solid #bf9534;
    margin-bottom: 30px;
    padding: 0 20px 20px 20px;
border-radius:10px;
}
#content #main .staff-area h3 {
    height: 47px;
    padding: 0px;
    border: none;
    background: #fbe9bb;
    color: #562304;
    line-height: 47px;
}
#content #main .staff-area h3 .staff-ttl {
    display: inline-block;
    padding: 0px 30px 0 20px;
    background-image: url(img/staff_ttl_bg.png);
    background-repeat: no-repeat;
    background-color: #70311e;
    background-position: right center;
    color: #fff;
}
#content #main .staff-area h4 {
    color: #562304;
    border-bottom: 1px solid #bf9534;
    font-size: 21px;
    font-weight: bold;
}

/* --------------------------------------
画像
--------------------------------------*/
.image-box img {
	width:180px;
	height: auto;
}

.yaji {
  display: block;
  margin: 0 auto;
}

/* --------------------------------------
リスト
--------------------------------------*/

/* ・をつける */

.listmark {
list-style-type: disc;
    padding-left: 30px;
}
/* --------------------------------------
文字関連
--------------------------------------*/

.message {
  margin-top: 20px;
  padding: 0;
  font-size: 120%;
  color: #e23c58;
  font-weight: bold;;
}

.hissu {
color:#e60000;
}

.name {
  text-align: right;
  font-size: 120%;
}

/* --------------------------------------
電話エリア
--------------------------------------*/

.telarea {
    display: block;
border: 1px solid #c09628;
text-align:center;
}

.teltext {
    color: #e60000;
}

.list_no{
margin-bottom:20px;
}

.list_no li{
margin-bottom:20px;
background-position:left top;
background-repeat:no-repeat;
padding:3px 0 0 36px;
font-size:15px;
font-weight:bold;
}

.list_no1{
background-image:url("img/list_no1.png");
}

.list_no2{
background-image:url("img/list_no2.png");
}
.list_no3{
background-image:url("img/list_no3.png");
}
.list_no4{
background-image:url("img/list_no4.png");
}
.list_no5{
background-image:url("img/list_no5.png");
}

.list_check{
margin-bottom:20px;
}

.list_check li{
margin-bottom:10px;
background-image:url("img/list_check_icon.png");
background-position:left center;
background-repeat:no-repeat;
padding:0 0 0 28px;
font-size:16px;
font-weight:bold;
}

.kaitori_text {
    border: 5px solid #b20000;
    padding: 15px;
    font-weight: bold;
}
.kaitori_text_bg {
    display: inline-block;
    background-image:url("img/kaitori_txt_bg.png");
    background-position:left center;
    background-repeat:no-repeat;
    padding: 13px 50px 13px 18px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
}
.kaitori_text_red {
    display: inline-block;
    color: #b20000;
    font-size: 30px;
    line-height: 1;
}
#content #main .kaitori_text p {
    margin: 0;
}

#link-jisseki dl,
.step_ttl,
#step_box,
#step_box_top,
#reason_box,
#reason_box2,
.voice_box,
.contact,
.sq1,
.telarea {
 border-radius: 5px!important;
 -moz-border-radius: 5px!important;
 -webkit-border-radius: 5px!important;
}

#content #main .hidarisen {
border-left:2px #000 solid;
padding:0 0 0 7px;
}

/*newarchivephp*/
#content #main .post{
margin-bottom:20px;
}

.post .date,
.single .date{
font-size:12px;
color:#666;
padding-bottom:10px;
text-align:right;
}
.post .entry a{
background-color:#f2f2f2;
padding:5px 20px 5px 40px;
float:right;
position:relative;
text-decoration:none;
}
.post .entry a:before{
     content: " \f054";
     font-family: FontAwesome;
     color: #ccc;
     position: absolute;
     left:15px;
     top:5px;
}
.post .entry a:hover{
background-color:rgba(180,180,180,0.3);
}
blockquote {
    position: relative;
    padding: 20px 60px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*end of newarchivephp*/

/**買取表スタイル*/
table.LIST tr.maker {
    display: block;
    width: 18%;
    /*height: 95px;*/
    float: left;
    margin: 0;
}
table.LIST th.hpdai {
    width: 100%;
    display: block;
	border-right: none;
	border-left: none;
	border-top: none;
}
table.LIST span.title {
    display: none;
}
table.LIST td {
    width: 100%;
    display: block;
	/*height: 30px;いったん削除します。*//*80px>30px*/
    box-sizing: border-box;
    text-align: center;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 0;/*もともと設定されているpadding: 10px => 0*/
}
table.LIST td.money:last-of-type {
	border-right: none;
}
table.LIST tr.goods_name {
    display: block;
    width: 70%;
    /*height: 95px;*/
    margin: 0;
    float: left;
	border-left: 1px solid;
    border-right: 1px solid;
    box-sizing: border-box;
}
table.LIST tr.price {
    display: block;
    width: 12%;
    margin: 0;
    float: left;
}

/*サイドスタイル追加*/
li.page_item.page-item-9.page_item_has_children,
li.page_item.page-item-361.page_item_has_children,
li.page_item.page-item-374.page_item_has_children,
li.page_item.page-item-375.page_item_has_children,
li.page_item.page-item-380.page_item_has_children,
li.page_item.page-item-382.page_item_has_children,
li.page_item.page-item-391.page_item_has_children,
li.page_item.page-item-544.page_item_has_children,
li.page_item.page-item-818.page_item_has_children{
	position: relative;
}
li.page_item.page-item-9.page_item_has_children ul.children,
li.page_item.page-item-361.page_item_has_children ul.children,
li.page_item.page-item-374.page_item_has_children ul.children,
li.page_item.page-item-375.page_item_has_children ul.children,
li.page_item.page-item-380.page_item_has_children ul.children,
li.page_item.page-item-382.page_item_has_children ul.children,
li.page_item.page-item-391.page_item_has_children ul.children,
li.page_item.page-item-544.page_item_has_children ul.children,
li.page_item.page-item-818.page_item_has_children ul.children{
    display: none;
	width: 0;
	position: absolute;
    left: 190px;
	transition: all 1s;
}

#content #side  ul.children ul.children{
	margin-left: 0px;
}

li.page_item.page-item-9.page_item_has_children ul.children,
li.page_item.page-item-361.page_item_has_children ul.children,
li.page_item.page-item-374.page_item_has_children ul.children,
li.page_item.page-item-375.page_item_has_children ul.children,
li.page_item.page-item-380.page_item_has_children ul.children,
li.page_item.page-item-382.page_item_has_children ul.children,
li.page_item.page-item-391.page_item_has_children ul.children,
li.page_item.page-item-544.page_item_has_children ul.children,
li.page_item.page-item-818.page_item_has_children ul.children{
	top: 0px;
}

/*特定リストhover時、表示・非表示切り替え*/
li.page_item.page-item-9.page_item_has_children:hover ul.children,
li.page_item.page-item-361.page_item_has_children:hover ul.children,
li.page_item.page-item-374.page_item_has_children:hover ul.children,
li.page_item.page-item-375.page_item_has_children:hover ul.children,
li.page_item.page-item-380.page_item_has_children:hover ul.children,
li.page_item.page-item-382.page_item_has_children:hover ul.children,
li.page_item.page-item-391.page_item_has_children:hover ul.children,
li.page_item.page-item-544.page_item_has_children:hover ul.children,
li.page_item.page-item-818.page_item_has_children:hover ul.children {
    display: block;
	width: 280px;
}

/*LPコンテンツ追加　スタイル20180917*/
#content #main #lp0 .lp_block0{
	padding: 5px 8px 0 8px;
}
#content #main #lp0 .lp_block0 .block00{
	display: inline-block;
	width: 235px;
	height: 315px;
	margin: 5px 5px 0 5px;
}
#content #main #lp0 .lp_block0 .block00 .item-price .ttl0{
	background: #b81b22;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
#content #main #lp0 .lp_block0 .block00 .item-price .price{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	/*display: inline-block;*/
    vertical-align: middle;
	color: #fff;
	font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
    /*position: absolute;*/
    right: 0;
	text-align: center;
	line-height: 1.5;
	background: #b74101;
}
#content #main #lp0 .item-price .price .smallfont{
	font-size: 50%;
}
#content #main #lp0 .lp_block0 img{
	/*display: inline-block;
	margin:10px 5px 10px;*/
}
#content #main #lp0 .lp_block1{
	padding: 5px 13px 0 13px;
}

#content #main #lp0 .lp_block1 .block01{
	display: inline-block;
	width: 180px;
	height: 200px;
}
#content #main #lp0 .lp_block1 .item-price {
    padding-top: 1px;
    width: 100%;
    background: #fff;
    clear: both;
}
#content #main #lp0 .maker {
    background: #b74101;
    color: #fff;
	text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

#content #main #lp0 .lp_block1 .item-price .ttl {
    display: inline-block;
    vertical-align: middle;
    color: #8c2300;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 4px;
    float: left;
}
#content #main #lp0 .lp_block1 .item-price .price{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	display: inline-block;
    vertical-align: middle;
    color: #dc211f;
	font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
    /*position: absolute;*/
    right: 0;
	text-align: center;
}

#content #main #lp0 h2{
	background: #8c2300;
	background-image: none;
	color: #fff;
	margin: 0;
	height: 40px;
    line-height: 40px;
	font-weight: bold;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
}
#content #main .display_none{
	display: none;
}
#content #main #lp0.none{
	display: block;
}

@media screen and (max-width: 480px) {
	/*th.hpdai {
    width: 100%;
    display: block;
    border: none;
	}
	td {
    display: block;
	}
	tr.price {
    display: block;
    margin-bottom: 50px;
	}*/
}

