@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	background-image: url(https://www.showcaseconf.com/images/haikei.gif);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 1.6em;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {F
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.imgl {
             margin: 0px 10px 0px 0px;
             padding: 0;
             float: left;
             font-size: 12px;
             font-weight: bold;
             color: #666;
             text-align: center;
             }

.imgr {
             padding: 0;
             float: right;
             margin-top: 0px;
             margin-right: 0px;
             margin-bottom: 0px;
             margin-left: 10px;
             }




.aomidori_btn {
	width: 655px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color:#ff007f;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #5383c3;	/*リンクテキストの色*/
}
a:hover {
	color: #ff7f00;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 977px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ブロックの幅*/
	height:60px;	/*背景画像の読み込み＆リピートしない＆右側下部に配置*/
	position: relative;
	
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*h1タグの設定*/
header h1 {
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
	margin-right: 0px;
	margin-top: 4px;
	padding-top: 5px;
}
header h1 a, header h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの場所に配置*/
	top: 5px;	/*ヘッダーブロックに対して上から20pxの場所に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	border-top: 4px solid rgba(0,0,0,0);
	font-size: 12px;
	margin-left: 1px;
}
nav#menubar ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	width: 162px;	/*メニュー幅*/
	text-align: center;
	padding: 5px 0px;
	background-color: #89c3eb;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89c3eb), to(#2ca9e1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#89c3eb, #2ca9e1);	/*同上*/
	background-image: linear-gradient(#89c3eb, #2ca9e1);
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	margin-left: 0;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	background: #333;
	color: #FFF;
}
/*現在表示中メニュー。current*/
nav#menubar ul li#current {
	border-top: 4px solid #89c3eb;	/*上の線の幅、線種、色*/
}
nav#menubar ul li#current a {
	color: #89c3eb;	/*文字色*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
}



/*menu内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;	/*メニューテキストをセンタリング*/
	padding-left: 10px;
	padding-right: 10px;
}
/*ul.navmenu li {
	display: inline;
}*/
ul.navmenu li a {
	color:#630;
	background: url(https://www.showcaseconf.com/images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(https://www.showcaseconf.com/images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 977px;
	height: 474px;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 0.5%;
}




.sample {
	width: 85%;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	box-shadow: 2px 2px #555;
	padding: 20px;
	margin-right: 15px;
	margin-left: 0px;
}
 

/*口コミかこみ*/
.box17{
	position: relative;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 2em;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 710px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	background-color: #FFF;
}

#main ul {
	/*font-weight: bold;*/
	color: #000;
	margin-left: 10px;
	margin-bottom: 20px;
}



/*mainコンテンツのh2タグの設定*/
#main h2 {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	line-height: 1.3em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.5em;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
}
.ranking {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #e95295;
}
.binkan1 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #f19072;
}
.binkan2 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #88cb7f;
}
.binkan3 {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: bold;
	color: #6495ed;
}
.binkan4 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	color: #84a2d4;
}


.b {
	font-weight: bold;
}

.marker_yellow_hoso {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.akabig {
	font-weight: bold;
	font-size: 20px;
	color: #F00;
}
.brown {
	font-weight: bold;
	font-size: 20px;
	color: #933;
}
.answer {
	font-weight: bold;
	font-size: 25px;
	color: #89c3eb;
}


.line-through {
	text-decoration: line-through;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c7b370;
	color: #000;
	margin-left:15px;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0.4em;
	font-size: 125%;
	line-height: 1.3em;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 15px;
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	font-size: 130%;
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
	margin-left: 15px;
	margin-top: 30px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
/*mainコンテンツのh5タグの設定*/
#main h5 {
	margin-bottom: 5px;
	margin-top: 10px;
	color: #006699;
	margin-left: 10px;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006699;
}
/*mainコンテンツのh6タグの設定*/
#main h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #302833;
	margin-left: 20px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(https://www.showcaseconf.com/images/check_maru.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	
}
/*mainコンテンツの段落タグ設定*/
#main p {
	color: #000;
	padding-top: 0.5em;
	padding-right: 4%;
	padding-left: 4%;
	font-size: 15px;
	line-height: 1.6em;
	padding-bottom: 5%;
	margin-bottom: 10px;
}
.name {
	font-size: 18px;
	font-weight: bold;
}

.balloon {
  position: relative;
  width: 200px;
  height: 30px;
  background-color: #ccc;
  text-align: center;
}
.balloon .triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.box {
	width:400px;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
	background-color:#49a9d4;
	border-radius:5px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.gazou-nav {
	/*border-top: 1px solid #aaa;*/
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	padding-right: 0px;
	height: auto;
	margin-left: 4%;
	margin-bottom: 0px;
}
/*clearfix*/
.gazou-nav:after {
  content: "";
  clear: both;
  display: block;
}
.gazou-nav li {
	float: left;
	width: 30%;
	text-align: center;
	/* border-bottom: 1px solid #aaa;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1%;
	vertical-align: bottom;
}
/*奇数のli要素に適応*/
/*.gazou-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
}*/
.gazou-nav a {
	display: block;
}
/*.gazou-nav a:hover {
color: #000;
  background: #e6e6e6;
}*/


/*口コミまとめ　枠デザイン*/
.yoi {
    position: relative;
    margin:1em 1em;
    padding: 25px 10px 7px;
    border: solid 4px #ff9e9e;
}
.yoi .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 2px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #ff9e9e;
    color: #ffffff;
    font-weight: bold;
}
.yoi p {
    margin: 0; 
    padding: 0;
}


.bad {
    position: relative;
    margin: 1em 1em;
    padding: 25px 10px 7px;
    border: solid 4px #93c9ff;
}
.bad .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 2px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #93c9ff;
    color: #ffffff;
    font-weight: bold;
}
.bad p {
    margin: 0; 
    padding: 0;
}


/*めくれたテープ風わく*/
.box25{
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	color: #454545;
	margin-right: 35px;
	margin-left: 35px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}


/*topページメニュー部分
---------------------------------------------------------------------------*/
#mainmenu {
	float:none;/*回り込みなし*/
	width:auto;	/*サブコンテンツ幅*/
	background-color: #FFF;/*背景色*/
	padding: 0;	/*ボックス内の余白*/
	/*-webkit-box-shadow: 0px 0px 8px #CCC;*/	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	/*box-shadow: 0px 0px 8px #CCC;*/			/*同上*/
	/*border: 1px solid #CCC;*/	/*枠線の幅、線種、色*/
	margin-bottom: 0;
}
/*subコンテンツ内のh2タグ設定*/
#mainmenu h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 3px 0px;	/*左から、上下、左右への余白*/
	background-color: #bfa46f;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bfa46f), to(#c7b370));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bfa46f, #c7b370);	/*同上*/
	background-image: linear-gradient(#bfa46f, #c7b370);			/*同上*/
	color: #FFF;	/*文字色*/
}
/*メニュー全体の設定*/
#mainmenu ul.submenu {
	border-top: 1px solid #dcd3b2;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #dcd3b2;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #dcd3b2;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#mainmenu ul.submenu li a {
	border-bottom: 1px solid #dcd3b2;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #dcd3b2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcd3b2), to(#f8f4e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#dcd3b2, #f8f4e6);	/*同上*/
	background-image: linear-gradient(#dcd3b2, #f8f4e6);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
/*マウスオン時の設定*/
#mainmenu ul.submenu li a:hover {
	background: #726043;	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
}





/*もくじ */
.page-contents{
	list-style: none; /* 冒頭の数字が不要なので消す */
	padding-left: 5px; /* 左側の余白を5pxで調整する */
	padding-top: 10px;
	padding-right: 5px;	
}
.page-contents ul {
	
    list-style: none;
   /* width: 250px;*/
  /*  font-size: 0.8em;*/
    line-height: 1.3;
}

.page-contents li {

   /* margin-bottom: 5px;*/
    padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
   
}
.page-contents a{
/*text-decoration:none;*/ /* 装飾(下線)を消す */
 color:#007bbb;
}








/* チェックマーク付きリスト*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}




.defaultlist li{
	list-style-type: none !important;
	list-style-image: none !important;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
 
.list4 li{
	position:relative;
	padding-left:20px;
}
 
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#ff69b4; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}


/*囲み枠デザイン*/
#kakomi{
	margin: 20px;
	padding: 20px;
	border: 1.5px solid #000;
	color: #000;
	font-weight: nomal;
}
.box14{
	padding: 2em 2em;
	margin: 2em 1.5em;
	background: #ede4cd;
	box-shadow: 0px 0px 0px 10px #ede4cd;
	border: dashed 2px white;
	color: #3f312b;
}
.box14 p {
margin: 0;
padding: 0;
} 

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	background-color: #FFF;/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
	-webkit-box-shadow: 0px 0px 8px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 8px #CCC;			/*同上*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 3px 0px;	/*左から、上下、左右への余白*/
	background-color: #a59564;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a59564), to(#c7b370));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#a59564, #c7b370);	/*同上*/
	background-image: linear-gradient(#a59564, #c7b370);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	color:#333;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background: #726043;	/*背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
	-webkit-box-shadow: none;	/*内側への影をリセットする*/
	box-shadow: none;			/*同上*/
}

/*サブコンテンツ　製品情報ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box1 {
	font-size: 11px;	/*文字サイズ*/
	border-bottom: 1px solid #CCC;	/*下の線の幅、線種、色*/
	line-height: 1.5;	/*行間*/
	overflow: hidden;
}
#sub section.box1 a {
	color:#333;
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub section.box1 a:hover {
	background-color: #726043;	/*マウスオン時のボックス色*/
	color: #FFF;				/*マウスオン時の文字色*/
}
/*h4見出しタグ*/
#sub section.box1 h4 {
	margin-left: 68px;	/*左の画像とバランスをとって設定する*/
	font-size: 125%;
	line-height: 1.3em;
}
/*h5見出しタグ*/
#sub section.box1 h5 {
	margin-left: 68px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
}
/*段落タグ*/
#sub section.box1 p {
	margin-left: 68px;	/*左の画像とバランスをとって設定する*/
}
/*写真の設定*/
#sub section.box1 figure {
	float: left;	/*左に回り込みさせる設定*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	color: #FFF;				/*文字色*/
	background-color: #f5b199;	/*背景色*/
	padding-top: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}





/*menu.html内のメニュー案内の各ブロック1カラム用
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	width: 630px;	/*ボックス内の余白*/
	border: 1px solid #f5b1aa;	/*枠線の幅、線種、色*/
	border-radius: 10px;		/*角丸のサイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fef4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #fef4f4);	/*同上*/
	background-image: linear-gradient(#FFF,#fef4f4);			/*同上*/
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 30%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 120%;
	color: #ff389b;	/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #ff389b;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 12px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #ff389b;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}



/*menu内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;	/*メニューテキストをセンタリング*/
}
/*ul.navmenu li {
	display: inline;
}*/
ul.navmenu li a {
	background: url(https://www.showcaseconf.com/images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(https://www.showcaseconf.com/images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}



/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 94%;
	color:#302833;

}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #494a41;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 31%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta1 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 31%;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #494a41;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.4em;
}


/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 96%;
	color:#302833;

}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #000000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 32%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta2 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 32%;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;	/*背景色*/
	border: 1px solid #000000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.4em;
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: 24%;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 90%;
	color:#302833;

}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta3 td{
	width: 68%;
	padding: 10px;
}
.ta3 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 28%;
	padding: 10px;
	text-align: center;
	background-color: #faf0e6;	/*背景色*/
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル4
---------------------------------------------------------------------------*/
.ta4 {
	width: 96%;
	color:#302833;

}

.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta4 td{
	width: 40%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta4 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta4 th{
	width:  16%;
	padding: 10px;
	text-align: center;
	background-color: #f2f2b0;	/*背景色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}




/*テーブル5
---------------------------------------------------------------------------*/
.ta5 {
	width: 96%;
	color:#302833;

}

.ta5, .ta5 td, .ta5 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta5 td{
	width: 96%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta5 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta5 th{
	width:  96%;
	font-size:120%;
	color:#069;
	
	text-align: center;
	background-color: #ebf6f7;	/*背景色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル6
---------------------------------------------------------------------------*/
.ta6 {
	width: 64%;
	color: #302833;
	margin-left: 20px;

}

.ta6, .ta6 td, .ta6 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta6 td{
	width: 32%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta6 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta6 th{
	width:  32%;
	padding: 10px;
	text-align: center;
	background-color: #f2f2b0;	/*背景色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル7
---------------------------------------------------------------------------*/
.ta7 {
	width: 96%;
	color:#302833;

}

.ta7, .ta7 td, .ta7 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta7 td{
	width: 24%;
	padding: 10px;
}
.ta7 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta7 th{
	width: 24%;
	padding: 10px;
	text-align: center;
	background-color: #f2f2b0;	/*背景色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル8
---------------------------------------------------------------------------*/
.ta8 {
	width: 96%;
	color:#302833;

}

.ta8, .ta8 td, .ta8 th{
	border: 1px solid #808080;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.4;
	vertical-align: text-top;
}
/*テーブル内の右側*/
.ta8 td{
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	width: 33%;
	line-height: 1.3em;
}
.ta8 td img.wa{
	height: auto;
	width: 100%;
}
/*テーブル内の左側の見出し部分*/
.ta8 th{
	width: 33%;
	padding: 10px;
	line-height:1em;
	text-align: center;
	background-color: #ebf6f7;	/*背景色*/

}
/*テーブル１行目に入った見出し部分*/
.ta8 th.tamidashi{
	width: auto;
	text-align: left;
	
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta8 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

/*テーブル9
---------------------------------------------------------------------------*/
.ta9 {
	width: 96%;
	color:#302833;

}

.ta9, .ta9 td, .ta9 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}


/*テーブル内の右側*/
.ta9 td{
	width: 50%;
	padding: 10px;
}
.ta9 td img.wa{
	height: auto;
	width: 50%;
}



/*テーブル10
---------------------------------------------------------------------------*/
.ta10 {
	width: 96%;
	color:#302833;

}

.ta10, .ta10 td, .ta10 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta10 td{
	width: 49%;
	padding: 10px;
}
.ta10 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta10 th{
	width: 47%;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;	/*背景色*/
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル１1
---------------------------------------------------------------------------*/
.ta11 {
	width: 96%;
	color:#302833;

}

.ta11, .ta11 td, .ta11 th{
	border: 1px solid #404040;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.4;
	vertical-align: middle;
}
/*テーブル内の右側*/
.ta11 td{
	width: 24%;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.ta11 th{
	width: 24%;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #a89dac;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*COUPONページ
---------------------------------------------------------------------------*/
/*クーポンブロック全体の設定*/
#coupon {
	width: 100%;
	position: relative;
}
#coupon img {
	width: 100%;
	height: auto;
}
/*クーポン内の説明文設定*/
#coupon p {
	font-size: 20px;
	position: absolute;
	height: 250px;	/*ボックスの高さ*/
	width: 270px;	/*ボックスの幅*/
	top: 50px;		/*couponブロックに対して上から50pxの位置に配置*/
	right: 50px;		/*couponブロックに対して右から50pxの位置に配置*/
	padding: 20px;
	background: rgba(0,0,0,0.7);
	color: #FFF;
}

/*FAQ・LINKページ
---------------------------------------------------------------------------*/
.faq {
	padding: 0px 15px;
}
.faq dt {
	color: #000;
	font-weight: bold;
}
.faq dd {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em,
.mb15 {
	margin-bottom: 1em;
}
.pt15 {
	padding-top: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.color1big {
	color: #f61468;
	font-size: 150%;
	font-weight: bold;
}
.pinkfuto {
	color: #f61468;
	font-weight:bold;
}
.colorao {
	color: #19448e;
}
.coloraka {
	color: #e2041b;
}
.pr {
	font-size: 11px;
	line-height: 1.2em;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
img.fl {
	margin: 0px 10px 10px 0px;
	float: left;
}
img.fr {
	margin: 0px 0px 10px 10px;
	float: left;
}
img.wa {
	max-width: 100%;
	height: auto;
}

.cha {
	color: #963;
}
.ki {
	color: #fcc800;
	font-size: 18px;
}

.blue_big {
	color: #399;
	font-size: 25px;
	font-weight: bold;
}
.blue_20 {
	color: #2a83a2;
	font-size: 20px;
	font-weight: bold;
}

.white {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
}

.q{
	color: #2ca9e1;
	font-size: 30px;
	font-weight: bold;
}
.anser{
	color: #eb6ea5;
	font-size: 30px;
	font-weight: bold;
}

.line {
	font-weight: normal;
	background-color: #FFFFCC;
}



/*商品詳細ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #eaf4fc;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaf4fc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaf4fc);	/*同上*/
	background-image: linear-gradient(#FFF, #eaf4fc);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#main section.btn{
	float:left
	
}

/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
	margin-top: 10px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #48b796;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #48b796;	/*文字色*/
}



/*一覧ページの商品詳細ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list table {
	font-size: 11px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list table td,
#main section.list table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list table th{
	width: 80px;
	text-align: center;
	font-weight: normal;
	background: #dfe0c8;
	font-size: 15px;
}
#main section.list table td {
	width: 140px;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 13px;
	line-height: 1.2em;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header h1 {
	display: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 49%;
	/*margin: 0 0 5px 1%;*/
	margin: 0 0 0 0;
	border: 1px solid #89c3eb;
	box-sizing: border-box;
}
nav#menubar ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menubar ul li#current {
	box-sizing: border-box;
	border: 1px solid #ff8989;
}
/*奇数番目のメニューの設定*/
nav#menubar li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}


/*ボックスの設定*/
#main section.list {
	width: auto;	/*ボックスの幅*/
}



/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){



.aomidori_btn {
	width: 90%;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #ff007f;
	border-radius: 5px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 25px;
}
/*header h1 {
	display: none;
}*/
/*ロゴ画像の設定*/
header #logo img {
	width: 50%;	/*画面に対して75％の幅に*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	/*margin: 0 0 5px 1%;*/
	margin: 0 0 0 0;
	border: 1px solid #89c3eb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menubar ul li#current {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #89c3eb;
}
/*奇数番目のメニューの設定*/
nav#menubar li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}




/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}
#main p {
	padding: 1;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*menu.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	width: auto;
}

/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(https://www.showcaseconf.com/images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(https://www.showcaseconf.com/images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(https://www.showcaseconf.com/images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h2.close {
	background: url(https://www.showcaseconf.com/images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(https://www.showcaseconf.com/images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(https://www.showcaseconf.com/images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: 50%;
	padding: 2px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 50%;
	padding: 2px;
	line-height:1em;
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 96%;

}


/*テーブル内の右側*/
.ta2 td{
	width:32%;
	padding: 2%;
	
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width:32%;
	padding: 2%;

}
/*COUPONページ
---------------------------------------------------------------------------*/
/*クーポン内の説明文設定*/
#coupon p {
	font-size: 14px;
	position: absolute;
	height: 100px;	/*ボックスの高さ*/
	width: 100%;	/*ボックスの幅*/
	top: 0px;		/*couponブロックに対して上から0pxの位置に配置*/
	left: 0px;		/*couponブロックに対して左から0pxの位置に配置*/
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

}

/*パンくずリスト
---------------------------------------------------------------------------*/
ul#pan li {
	display: inline;
	padding-left: 5px;

}
.question {
	font-size: 16px;
	font-weight: bold;
	color: #69C;
}


ul#pan li a{
	padding-right: 15px;
	background-image: url(../images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}





/*角丸かこみ
---------------------------------------------------------------------------*/
.boad-kadomaru_bl{
	width: auto;
	border: 1.5px solid #000000;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin: 10px;
}
.boad-kadomaru_bl_b{
	width: auto;
	border: 1.5px solid #000000;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin: 10px;
}
.boad-kadomaru{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
	color: #666;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ffeaea;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boad-kadomaru2{
	width: auto;
	border: 2px solid #c7dc68;
	line-height: 1.4em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
	background-color: #e0ebaf;
	color: #633;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	margin-right: 15px;
}

.boad-kadomaru3{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: normal;
	background-color: #eaf4fc;
	color: #666;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	margin-right: 15px;
}
.boad-kadomaru4{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #ff1493;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	margin-right: 15px;
	border: 2px solid #ff1493;
}
.boad-kadomaru5{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #89c3eb;
	text-align: left;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 15px;
	margin-right: 15px;
	background-color:#fbfbfb;
}

.boad-kadomaru6{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1.5px solid #c7b370;
}
.boad-kadomaru7{
	width: auto;
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffea;
}
/*角丸かこみここまで*/

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 96%;
	color:#302833;

}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #494a41;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 32%;
	padding: 10px;
	line-height: 1.4em;
	vertical-align: text-top;
}
.ta1 td img.wa{
	height: auto;
	width:  100%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 32%;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #494a41;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.4em;
}


/*フラットボタン*/
.btn {
	width: 85%;
	font-size: 17px;
	font-weight: nomal;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #49a9d4;
	border-radius: 5px;
	/*box-shadow: 2px 2px #1a6ea0;*/
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}