@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(images/bg.gif);
}

textarea {
	font-size: 11px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
a {
	color: #0033ff;
}
a:hover {
	color: #0033ff;
}
img {
	border: none;
}
.look {
	background: #efefef;
}



/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}



/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
}
.box img {
	padding: 4px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
.box td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	padding-bottom: 0.5em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #1D9A02;	/*カーソルオーバー時のボックスのフチ色（緑色）設定*/
}




/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;
	text-align: left;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/
#header {
	height: 220px;
}
#header h1 {
	font-size: 11px;		/*h1タグの文字サイズ*/
	color: #81511c;			/*文字色（ここでは茶色）*/
	line-height: 1.2em;
	font-weight: normal;	/*通常の文字の太さに設定。もし太字にしたいならこの１行を削除する*/
	padding-left: 20px;
	padding-top: 8px;
}

#header h2 {
  margin: 0;
  text-align: left;
  letter-spacing: 1px;
}

#table-left{
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 150%;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 0 10px 2px 0;
  line-height: 150%;
  text-decoration: none;
}



/*メインメニュー
---------------------------------------------------------------------------------------
■画像なのでdisplay:inlineでもいいんですが、ビルダー編集画面で縦に並ぶので今回はfloat処理
---------------------------------------------------------------------------------------*/
ul#menu {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: 898px;
	padding-top: 3px;
	margin-right: auto;
	margin-left: auto;
}



/*メイン（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 600px;
	display: inline;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
}
#main h2 {
	font-size:  21px;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat;	/*h2の背景画像設定*/
	color: #333333;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 80px;
}
#main h3 {
	font-size:  18px;
	background: #FFFFFF url(images/h3ba.gif) no-repeat;	/*h3の背景画像設定*/
	color: #000000;		/*h3の文字色（ここでは白）*/
 text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
line-height: 35px;
}
#main h4 {
	font-size:  18px;
	background: #FFFFFF url(images/h4ba.gif) no-repeat;	/*h4の背景画像設定*/
	color: #000000;		/*h3の文字色（ここでは白）*/
 text-align: left;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
line-height: 35px;
}
#main p {
	padding: 0.5em 10px 0.5em;	/*メインコンテンツ内の段落タグ<p>設定*/
}
strong {
    background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}


/*サイド（左側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-bottom: 100px;
}
#side h3 {
	font-size: 14px;
	background: #1D9A02 url(images/h3_bg.gif);	/*h3の背景画像設定*/
	color: #FFFFFF;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}
#side p {
	padding: 0px 10px 1em;	/*サイドコンテンツ内の段落タグ<p>設定*/
}

}.twitter_widget_style { 


2     width: 200px; 


3 } 

/*サイドメニュー
---------------------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 20px;
}
ul.sidemenu li a {
	line-height: 36px;
	background: url(images/submenu_bg.gif) no-repeat;	/*サイドメニューの背景画像*/
	height: 36px;
	width: 220px;
	padding-left: 20px;
	display: block;
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	background: url(images/submenu_bg_over.gif) no-repeat;	/*カーソルオーバー時のサイドメニューの背景画像*/
	color: #333333;
}



/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			/*mainとsideのフロート処理解除*/
	width: 100%;
	background: #1D9A02;	/*フッターの背景色*/
	text-align: center;		/*文字のセンタリング*/
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	color: #FFFFFF;
}

/*スマートフォン用
---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 736px) {
	html {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		font-size: 62.5%;
	  overflow-y:scroll;
		height:100%;
	}
	body {
		font-family:Verdana,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
		font-size:1.4rem;
		line-height: 1.6;
		width:100%;
	  background: #fff;
	}
	*{
		box-sizing: border-box;
	}
	img{
		width:100%;
		height: auto;
		margin: 0;
	}
	#container{
		width:100%;
		background: none;
		padding:0;
	}
	#header{
		height: auto;
　　　　　　　width:100%;
	}
	#contents{
		width:96%;
		margin: 0 auto;
	}
	#main,#side{
		float:none;
		width:100%;
	}

	/*******************************************
	ヘッダー/グローバルナビ
	**************************************************/
	#header h1{
		padding:0.5em 0 1em 0;
		text-align: center;
	}

  /* line 32, _scss/_sp.scss */
  #header table,
  #header tbody,
  #header tr,
  #header th,
  #header td {
    display: block;
  }

  /* line 36, _scss/_sp.scss */
  #table-left h2 {
    padding: .5em .5em 0;
    text-align: center;
  }

  /* line 41, _scss/_sp.scss */
  #table-right {
    padding: 0 .5em;
    text-align: center;
    display: block;
  }


	ul#menu{
		width:100%;
		overflow: hidden;
		height: auto;
	}
	#menu li:nth-child(1),
	#menu li:nth-child(2),
	#menu li:nth-child(3){
		width:33.333%;
		border:1px solid #189c00;
	}
	#menu li:nth-child(4),
	#menu li:nth-child(5),
	#menu li:nth-child(6),
	#menu li:nth-child(7){
		width:25%;
		border:1px solid #189c00;
	}
	/*******************************************
	メイン
	**************************************************/
	#main{
		margin: 0;
		padding: 0;
		display: block;
	}
	#main h2{
		line-height: normal;
		font-size:1.8rem;
		background-position: center center;
		background-size: cover;
		padding:0.3em;
		text-align: left;
		margin-top: 1em;
	}
	#main p {
    padding: 0.5em 0 1em;
		font-size:1.5rem;
	}
	#main table,#main tbody,
	#main tr,#main td{
		width:100%;
		height: auto;
		display: block;
	}
	#main table{
		margin: 1em 0 0 0;
	}
	#main b{
		display: inline-block;
		text-align: left;
	}
	#main font b{
		display: inline;
	}
	#main font{
		font-size: 1em !important;
	}
	#main iframe{
		width:100%;
	}
	/*******************************************
	サイド
	**************************************************/
	#side{
		width:80%;
		margin: 0 auto;
		padding-bottom:0;
	}
	ul.sidemenu li{
		margin:5px 0 0 0;
	}
	ul.sidemenu li a{
		background:none;
		border-left:3px solid #189c00;
		border-bottom:1px dotted #999;
		height: auto;
		width:100%;
	}
	ul.sidemenu li a img{
		width:auto;
		height: auto;
		vertical-align: middle;
	}
	#side iframe{
		width:100%;
	}
	.fb-like{
		margin: 0 auto;
		padding: 1em 0;
		display: block !important;
		width: 80%;
	}
	/*******************************************
	フッター
	**************************************************/
	#footer table,#footer tbody,
	#footer tr,#footer td{
		width:100%;
		display: block;
	}
	#footer table{
		overflow: hidden;
		padding: 1em 0;
	}
	#footer td{
		width: 50%;
		float:left;
		text-align: left;
		padding-left:1em;
	}
	/***home*/
	#main .suisen table{
		display: table;
	}
	#main .suisen tr{
		display: table-row;
	}
	#main .suisen td{
		width:50%;
		display: table-cell;
	}
	#main .suisen td img{
		padding-right:1em;
	}
	/*******************************************
	下層ページ
	**************************************************/
	#main > p:nth-child(1){
		font-size:1.2rem;
	}
	#main p:first-child img{
		margin-top: 1em;
	}
	.videoBox{
	  position: relative ;
	  margin-top: 1.2em ;
	  margin-bottom: 1.2em ;
	  padding-bottom: 56.25% ;
	  overflow: hidden ;
	}
	.videoBox iframe {
	  position: absolute ;
	  top: 0 ;
	  left: 0 ;
	  height: 100% ;
	  width: 100% ;
	}
	.qa table img{
		width:auto;
		height: auto;
	}
	.formTable input[type=text],
	.formTable textarea{
		width:100%;
	}
	.formTable + p{
		text-align: center;
	}
	.formTable + p input[type=submit]{
		width:150px;
		padding: 0.5em 0;
	}
} // end of media query

@media only screen and (max-width: 375px) {
	body {
		font-family:Verdana,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
		font-size:1.3rem;
		line-height: 1.5;
		width:100%;
	  background: #fff;
	}
	#main h2{
		line-height: normal;
		font-size:1.6rem;
		background-position: center center;
		background-size: cover;
		padding:0.3em;
		text-align: left;
		margin-top: 1em;
	}
	#main p {
    padding: 0.5em 0 1em;
		font-size:1.3rem;
	}
} // end of media query