@charset "utf-8";
/*
 Theme Name:   EmiEmi
 Theme URI:    http://josouconcierge.com/emiemi/
 Description:  Emi's Theme
 Author:       Emi Takahashi
 Author URI:   http://josouconcierge.com
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  emiemi
*/

@charset "utf-8";

/*=====================================
  Font familyの設定
======================================*/
@import url('https://fonts.googleapis.com/css?family=Belgrano');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

/* @font-face {
	font-family: "Belgrano";
	src: url('https://fonts.googleapis.com/css?family=Belgrano');
}
@font-face {
	font-family: "Abril Fatface";
	src: url('https://fonts.googleapis.com/css?family=Abril+Fatface');
	
}
	 */



/*=====================================
  全体の設定
======================================*/
body {
	color: #FFF;							/*全体の文字色*/
	background-color: #b709ff;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8006b2), to(#b709ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#8006b2, #b709ff 20%);	/*同上*/
	background-image: linear-gradient(#8006b2, #b709ff 20%);			/*同上*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズと行間、フォント指定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/* Tool */
.mt10 { margin-top: 10px;	}
.mt20 { margin-top: 20px;	}
.mt50 { margin-top: 50px;	}
.mb10 { margin-bottom: 10px;	}
.mb20 { margin-bottom: 20px;	}
.mb30 { margin-bottom: 30px;	}
.mb50 { margin-bottom: 50px;	}

/**/
.mb1e {	margin-bottom:	1em; }
.mb2e {	margin-bottom:	2em; }
.mb3e {	margin-bottom:	3em; }
.mb4e {	margin-bottom:	4em; }

.bold {
	font-weight: bold;
}

img.image-center, img.image-center-50p, img.image-center-100p,img.image-center-75p {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.image-center-50p {
	width: 50%;
	height:auto;
}	
img.image-center-100p {
	width: 100%;
	height:auto;
}
img.image-center-75p {
	width: 75%;
	height:auto;
}	

/* New icon */
.new-icon-small::after {
	display: inline-block;
	content: "";
	background: url("/wp/wp-content/themes/emiemi/assert/images/emi_new.gif") no-repeat;
	background-size: contain;
	width: 40px;
	height: 22px;
	vertical-align: bottom;
	margin-left: 10px;
}
/* 数字のリスト */
ol.number_list {
	list-style:none; 		/* olが数字を付けることをキャンセル */
	counter-reset:number; 	/* 名前を付けたカウンターをリセット */
	margin-left: 20px;
}
ol.number_list li::before{
	display: block;
	float: left;
	margin-left: -20px;
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number)'.'; /* 名前を付けたカウンターを呼び出し */
}


/* 丸に数字のリスト */
ol.number_list_marunum {
	margin-left: 30px;
}
ol.number_list_marunum li::before {
	margin-left: -30px;
	content: counter(number);
	background-color: #000;
	color: #fff;
	border: solid 1px #ffffff;
	display: block;
	float: left;
	line-height: 17px;
	text-align: center;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	margin-top: 4px;
}

ul.piriod_list {
	list-style:none; 		/* ulが数字を付けることをキャンセル */
	margin-left: 20px;
}
ul.piriod_list li::before{
	display: block;
	float: left;
	margin-left: -20px;
	content: '・';
}

/* 主に会員ページで使用（今後はこっち） */
.btn-tgl, .bar-tgl{
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	border-radius: 30px;
	transition: .2s background, .2s color;
}
.btn-tgl:active, .bar-tgl:active {  /* クリック時の設定 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.bar-tgl {
		border-radius: 0;
}

.btn-txt {
	display: block;
	color:inherit;
	text-decoration: none;
	width:100%;
	text-align: center;
	position: absolute;
	line-height:1em;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.btn-purple {
	box-shadow: 2px 4px 8px #b366ff;
	background: #bf80ff ;
    color: #bfff80;	
}
.btn-purple:hover {
	box-shadow: 2px 4px 8px #73994d ;
	background: #bfff80;
    color: #bf80ff;	
}

.btn-pink {
	box-shadow: 2px 4px 8px #fac8d7 ;
	background: #f9b1c7;
    color: #b1fae4;	
}
.btn-pink:hover {
	box-shadow: 2px 4px 8px #c8faeb ;
	background: #b1fae4;
    color: #f9b1c7;	
}

.btn-yellow  {
	box-shadow: 2px 4px 8px #ffffcc;
	background: #ffff80;
    color: #8080ff;	
}
.btn-yellow:hover {
	box-shadow: 2px 4px 8px #ccccff;
	background: #8080ff;
    color: #ffff80;	
}
.btn-green  {
	box-shadow: 2px 4px 8px #c8faeb;
	background: #b1fae4;
    color: #f9b1c7;	
}
.btn-green:hover {
	box-shadow: 2px 4px 8px #fac8d7;
	background: #f9b1c7;
    color: #b1fae4;	
}
.btn-tomato  {
	box-shadow: 2px 4px 8px #ff6666;
	background: #ff6666 ;
    color: #80ffff;	
}
.btn-tomato:hover {
	box-shadow: 2px 4px 8px #66ffff ;
	background: #80ffff;
    color: #ff8080;	
}


.btn-deeppink  {
	box-shadow: 2px 4px 8px #cc1074;
	background: #ff1493;
    color: #33041d;	
}
.btn-deeppink:hover {
/* 	box-shadow: 2px 4px 8px #10cc68 ;
	background: #14ff82;
    color: #4331a;	 */
	box-shadow: 2px 4px 8px #999900 ;
	background: #ffff00;
    color: #666600;	
}


.bar-tgl .btn-txt {
	color: #000;
}

div.btn-w200 {
	width: 200px;
}
div.btn-w150 {
	width: 150px;
}
div.btn-h70 {
	height: 70px;
}
div.btn-h35 {
	height: 35px;
}

.is-none {
	display:none;
}

/*=====================================
  リンク（全般）設定
======================================*/
/*リングタグ*/
a {
	color: #FFF;				/*リンクテキストの色*/
}

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

/*=====================================
  ヘッダー（サイト名ロゴが入ったブロック）設定
======================================*/
/*サイトヘッダー*/
.site_header {
}

/*ヘッダータイトル(H1)タグ設定*/
.site_header h1 {
	width: 980px;
	margin: 0px auto;
	font-size: 11px;			/*文字サイズ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする設定。*/
	text-align: right;			/*右寄せ*/
	line-height: 30px;		/*行間*/
}

/*ヘッダーブロック*/
.site_banner {
	width: 980px;																		/*幅*/
	height: 80px;																		/*ブロックの高さ*/
	margin: 0px auto;
	position: relative;
	background-color: #000;														/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#777, #000 30%);	/*同上*/
	background-image: linear-gradient(#777, #000 30%);				/*同上*/
	border-radius: 10px 10px 0px 0px;										/*角丸のサイズ。左上・右上・右下・左下の順。*/
}

/*ロゴの設定*/
.site_banner .logo {
	position: absolute;
	width: 300px;					/*幅*/
	height: 50px;					/*高さ*/
	left: 40px;						/*ヘッダーブロックに対して左から40pxの位置に配置*/
	top: 25px;						/*ヘッダーブロックに対して上から25pxの位置に配置*/
}

/*電話番号ボックスの設定*/
.site_banner address {
	position: absolute;
	top: 25px;						/*ヘッダーブロックに対して上から25pxの位置に配置*/
	right: 40px;					/*ヘッダーブロックに対して右から40pxの位置に配置*/
	font-size: 11px;				/*文字サイズ*/
	text-align: center;			/*文字をセンタリング*/
	line-height: 1.6;				/*行間*/
	letter-spacing: 0.2em;		/*文字間隔を少し広めにとる設定。*/
}

/*電話番号の文字設定*/
.site_banner address span {
	font-size: 18px;				/*文字サイズ*/
	display: block;
}

/*=====================================
  上部のメインメニュー設定
======================================*/
/*メニューブロック全体を含むブロックの設定*/
nav#menubar {
	width: 940px;																/*幅*/
	margin: 0px auto;
	background: #000;														/*背景色*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);		/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);					/*同上*/
	padding: 0px 20px 0px;												/*ボックス内の余白*/
	margin-bottom: 0px;													/*メニュー下の余白*/
}

/*メニューブロック全体の設定*/
nav#menubar ul {
	background-color: #FFF;														/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #cdcdcd);	/*同上*/
	background-image: linear-gradient(#FFF, #cdcdcd);				/*同上*/
	border-radius: 10px;															/*角丸のサイズ*/
	margin-bottom: 0px; /*25px;															/*メニュー下の余白*/
	height: 50px;
	padding-left: 4%;																/* 左余白  全サイズは( 4%+(16% *6)) */
}

/*メニュー１個ごとの設定*/
nav#menubar ul li {
	padding:0;
	margin:0;
	float: left;
	width: 16%;	/*メニュー幅*/
	text-align: center;
}

/*メニュー１個ごとの文字 */
nav#menubar ul li a {
	color: #333;		/*文字色*/
	text-decoration: none;
	display: block;
	line-height: 50px;
}

/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	color: #ff7ddf;
	background-color: #cdcdcd;												/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#cdcdcd, #FFF);	/*同上*/
	background-image: linear-gradient(#cdcdcd, #FFF);				/*同上*/
}

/*メニューブロック全体のタイトル(h1)設定*/
nav#menubar h2{
	display:none;			/*画面に非表示*/
}

/*メニューナビアイコン（スマホ用）設定*/
nav#menubar #navi_menu_open,
nav#menubar #navi_menu_close {
	display: none;
}

/*メニューバー本体の設定*/
nav#menubar #menu-front-main {
	display:block;
}

#menubar_hdr {
	display: none;
}


/*=====================================
  トップページのスライドショー設定
======================================*/
/*メイン画像（スライドショウを含むブロック）*/
#mainimg {
	width:  940px; 															/* ブロックの横幅 */
	height: 300px; 															/* ブロックの高さ */
	background: #000;														/*背景色*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);		/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);					/*同上*/
	margin: 0px auto;
	padding: 20px 20px 0px;
}

/*メイン画像スライドショウ全体*/
#mainimg .viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;									/*角丸のサイズ*/
}

/*メイン画像スライドショウul*/
#mainimg .viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*メイン画像スライドショウ画像毎の指定*/
#mainimg .viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

/*メイン画像スライドショウ画像*/
#mainimg .viewer ul li img {
	width: 100%;
}

/*メイン画像スライドショウの後始末*/
#mainimg .viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/*メイン画像スライドショウの後始末*/
#mainimg .viewer ul {
	display: inline-block;
	overflow: hidden;
}

/*メイン画像スライドショウのタイトル(h1)設定*/
#mainimg h2{
	display:none;			/*画面に非表示*/
}

/*=====================================
  コンテンツ（front_main,front_subを囲むブロック）設定
======================================*/
/*コンテンツ（front_main,front_subを囲むブロック）*/
#contents {
	width: 940px;																/*幅*/
	margin: 0px auto;
	background: #000;														/*背景色*/
	border-radius: 0 0 10px 10px;										/*角丸のサイズ。左上・右上・右下・左下の順。*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);		/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);					/*同上*/
	padding: 20px;															/*ボックス内の余白*/
}

/*コンテンツclearfix設定*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}


/*ウイジェットコンテンツ */
.sub_widget {
	width: 200px;
	margin: 0 2px 0;
}

/*=====================================
  サブコンテンツ内のメニュー設定
======================================*/
/*メニューブロック全体の設定*/
nav#submenu ul {
	margin-bottom: 15px;
	border-top: 1px solid #555;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #555;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #555;		/*左側の線の幅、線種、色*/
}

/*メニュー１個ごとの設定*/
nav#submenu ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #555;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
}

/*マウスオン時の設定*/
nav#submenu ul li a:hover {
	background-color: #111;	/*背景色*/
}

/*=====================================
  フッター設定
======================================*/
/*フッターブロック全体の設定*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*フッターのコピーライト表示*/
footer .cpright {
		font-size: small;	/**/
}

/*リンクタグ*/
footer a {
	text-decoration: none;
	color: #FFF;
}

/*リンクタグ（マウスオン時の設定）*/
footer a:hover {
	color: #FFF;
}

/*=====================================
  テーブル設定
======================================*/
/*テーブル1*/
.ta1 {
	width: 100%;
}

/*テーブルの線*/
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #555;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}

/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #111;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
}

/*=====================================
  PAGE TOPブロック設定
======================================*/
/*PAGE TOPブロック全体の設定*/
#pagetop {
	clear: both;
}

/*リンクタグ*/
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}

/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;					/*文字色*/
}

#page-top {
	position: fixed;
	bottom: 0;
	right:0;
	display:none;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background: #333;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FFCC00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}

/*=====================================
  18禁のモーダルウインドウ設定
======================================*/
/*18禁のモーダルウインドウブロック全体の設定*/
.modal {
	position:fixed;
	display:none; 
	z-index:9999; 
	top:40%; 
	left:50%; 
	width:400px; 
	height:190px; 
	margin:-116px 0 0 -221px; 
	padding:20px; 
	color:#FFF; 
	text-align:center; 
	border:1px solid #FFF; 
	border-radius:10px;
}

/*18禁のモーダルウインドウ イメージ設定*/
.modal img { 
	vertical-align:bottom;
}

/*18禁のモーダルウインドウ 文字表示設定*/
.modal p { 
	margin-bottom:10px; 
}

/*18禁のモーダルウインドウ リンク設定*/
.modal a {
	cursor:pointer;
}

/*18禁のモーダルウインドウ タイトル(h2)設定*/
.modal h2 {
	display: none;			/*画面に非表示*/
}


/*=====================================
  バナー表示の設定
======================================*/
/*バナーブロック全体の設定*/
.banner_notitle  {
	margin-bottom: 15px;
}

.banner_notitle  a {
	display: block; 
}

.banner_notitle img  {
	width:	200px;
	height: 	80px;
	margin: 	0;
}

/*バナーブロックのタイトル(H1)*/
.banner_notitle h2 {
	display:none;			/*画面に非表示*/
}










































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

/*=====================================
  ヘッダー（サイト名ロゴが入ったブロック）設定
======================================*/
/*ヘッダーブロック*/
.site_banner  {
	width: auto;																		
	margin: 0 10px 0;
}

/*ヘッダータイトル(H1)タグ設定*/
.site_header h1 {
	margin: 0 10px 0;
	width: auto;
}

/*=====================================
  上部のメインメニュー設定
======================================*/
/*メニューブロック全体を含むブロックの設定*/
nav#menubar {
	width: auto;																		
	margin: 0px 10px 0px;
}

/*=====================================
  トップページのスライドショー設定
======================================*/
/*メイン画像（スライドショウを含むブロック）*/
#mainimg {
	width: auto;					/*メインコンテンツ幅*/
	height: auto;
	margin: 0px 10px 0px;
}

/*=====================================
  コンテンツ（front_main,front_subを囲むブロック）設定
======================================*/
/*コンテンツ（front_main,front_subを囲むブロック）*/
#contents {
	width: auto;																/*幅*/
	margin: 0px 10px 0px;
}


}

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

/*=====================================
  ヘッダー（サイト名ロゴが入ったブロック）設定
======================================*/
/*ヘッダータイトル(H1)タグ設定*/
.site_header h1 {
	display: none;
}

/*ヘッダーブロック*/
.site_banner {
	width: auto;																		/*幅*/
	margin: 10px 10px 0px;
	text-align: center;
	padding: 0px;
}

/*ロゴの設定*/
.site_banner .logo {
	position: static;
	margin: 0 auto;				/*マージン０ 余白は左右に割り振る*/
	width: 270px;					/*幅*/
	height: 45px;					/*高さ*/
}

/*電話番号ボックスの設定*/
.site_banner address {
	position: static;
	line-height: 1.4;				/*行間*/
	font-size: 10px;				/*文字サイズ*/
}

/*電話番号の文字設定*/
.site_banner address span {
	font-size: 16px;				/*文字サイズ*/
}

/*=====================================
  上部のメインメニュー設定
======================================*/
/*メニューブロック全体を含むブロックの設定*/
nav#menubar {
	width: auto;																		
	margin: 0px 10px 0px;												/*ボックス外の余白(上/左右/下)*/
	padding: 10px 20px 0px;												/*ボックス内の余白(上/左右/下)*/
}

/*メニューブロック全体の設定*/
nav#menubar ul {
	background: none;
	border-radius: 0px;
	height: auto;
	padding-left: 0;
	overflow: hidden;
}

/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 50px;
	width: 49%;								/*幅*/
	background-color: #FFF;				/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #cdcdcd);	/*同上*/
	background-image: linear-gradient(#FFF, #cdcdcd);				/*同上*/
	border-radius: 8px;
	margin-bottom: 5px;
}

/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 2%;
}

/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
}

/*=====================================
  トップページのスライドショー設定
======================================*/
/*メイン画像（スライドショウを含むブロック）*/
#mainimg {
	width: auto;
	height: auto;
	margin: 0px 10px 0px;												/*ボックス外の余白(上/左右/下)*/
	padding: 10px 20px 0px;												/*ボックス内の余白(上/左右/下)*/
}

/*=====================================
  コンテンツ（front_main,front_subを囲むブロック）設定
======================================*/
/*コンテンツ（front_main,front_subを囲むブロック）*/
#contents {
	width: auto;	/*コンテンツの幅*/
	height: auto;
	margin: 0px 10px 10px;
}

}

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

/*=====================================
  H1タグ設定
======================================*/
h1 {
	display: none;
}

/*=====================================
  ヘッダー（サイト名ロゴが入ったブロック）設定
======================================*/
/*ヘッダータイトル(H1)タグ設定*/
.site_header h1 {
	display: none;
}

/*ヘッダーブロック*/
.site_banner {
	width: auto;																		/*幅*/
	margin: 10px 10px 0px;
	text-align: center;
	padding: 0px;
}

/*ロゴの設定*/
.site_banner .logo {
	position: static;
	margin: 0 auto;			/*マージン０ 余白は左右に割り振る*/
	width: 270px;				/*幅*/
	height: 45px;				/*高さ*/
}

/*電話番号ボックスの設定*/
.site_banner address {
	position: static;
	line-height: 1.4;				/*行間*/
	font-size: 10px;				/*文字サイズ*/
}

/*電話番号の文字設定*/
.site_banner address span {
	font-size: 16px;				/*文字サイズ*/
}

/*=====================================
  上部のメインメニュー設定
======================================*/
/*メニューブロック全体を含むブロックの設定*/
nav#menubar {
	width: auto;																		
	margin: 0px 10px 0px;												/*ボックス外の余白(上/左右/下)*/
	padding: 10px 20px 0px;												/*ボックス内の余白(上/左右/下)*/
}

/*メニューブロック全体の設定*/
nav#menubar ul {
	background: none;
	border-radius: 0px;
	height: auto;
	padding-left: 0;
	overflow: hidden;
	display: none;
}

/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	height: 40px;
	width: 49%;	/*幅*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#cdcdcd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #cdcdcd);	/*同上*/
	background-image: linear-gradient(#FFF, #cdcdcd);			/*同上*/
	border-radius: 8px;
	margin-bottom: 5px;
}

/*メニュー１個ごとの文字 */
nav#menubar ul li a {
	line-height: 40px;
}

/*偶数番目のメニューの設定*/
nav#menubar ul li:nth-child(even) {
	margin-left: 2%;
}

/*マウスオン時の設定*/
nav#menubar ul li a:hover {
	border-radius: 8px;
	pointer: pointer;
}

/*メニューナビアイコン（スマホ用）設定*/
nav#menubar #navi_menu_open {
	display: inline;
}
nav#menubar #navi_menu_close {
	display: none;
}

/*メニューバー本体の設定*/
nav#menubar #menu-front-main {
	display:none;
}

/*=====================================
  トップページのスライドショー設定
======================================*/
/*メイン画像（スライドショウを含むブロック）*/
#mainimg {
	width: auto;
	height: auto;
	margin: 0px 10px 0px;												/*ボックス外の余白(上/左右/下)*/
	padding: 10px 20px 0px;												/*ボックス内の余白(上/左右/下)*/
}

/*=====================================
  コンテンツ（front_main,front_subを囲むブロック）設定
======================================*/
/*コンテンツ（front_main,front_subを囲むブロック）*/
#contents {
	width: auto;																/*コンテンツの幅*/
	height: auto;
	margin: 0px 10px 0px;												/*ボックス外の余白(上/左右/下)*/
	padding: 10px 20px 0px;												/*ボックス内の余白(上/左右/下)*/
/* 	padding: 20px;															/*ボックス内の余白*/ */
}

/*=====================================
  サブコンテンツ内の設定
======================================*/
/*ウイジェットの設定*/
.sub_widget  {
	display:block;
	margin: 0 auto;	
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 5px;
}
.ta1 p {
	padding: 0px !important;
}



}

