@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.bx-wrapper {
	margin-bottom: 30px;
}
.content1 .txtKeywords{
	font-size:19px;
	vertical-align:middle;
	width: 17em;
}
.content1 .imgKeySearch{
	vertical-align:middle;
}
.categorys .item{
	display:inline-block;
	background-color: #69CBEE;
	width: 43%;
	margin: 5px;
	padding:10px 5px;
	font-size: 17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:top;
}
.categorys .item:hover{
	background-color: #8ED5F2;
}
.categorys a{
	text-decoration:none;
	color:#000;
}
.categorys a:hover{
	color:#000;
}
.recommendItem{
	display:inline-block;
	width:100%;
	vertical-align:top;
	margin-right: 0;
	margin-bottom:10px;
}
.recommendItem p{
	margin:0;
}
.itemPhoto {
	height: 113px;
	width:200px;
	overflow:hidden;
  float: left;
  margin-right: 10px;
}
.itemPhotoBox {
	width:200px;
	height:500px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top: -194px;
}
.itemPhoto img{
	width: 200px!important;
	height: auto!important;
}
.promiseList{
	margin-bottom: 40px;
	font-size:14px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.promiseList dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0.5em;
}
.promiseList dd{
	margin-left: 1em;
	margin-bottom: 2em;
}
.promiseList img{
	float:right;
	margin: 10px;
	width:40%;
}
ol  {
	position: relative;
	margin:0;
	padding:0
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin-left:0em;
	padding-left:1.25em;
	font-size:19px;
	line-height: 170%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
ol li span {
	position: absolute;
	left:0;
	margin:0
}
.whatsNew {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.whatsNewTable{
	width: 100%;
}
.whatsNewItem{
	float: none;
	width: 100%;
	overflow: hidden;
	text-align:left;
}
.whatsNewItem img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40% !important;
	height:auto !important;
}

.whatsNewItem p{
	text-align: left;
}
.content2 {
	width: 100%;
	background-color: #726256;
	vertical-align: middle;
	margin-bottom: 100px;
}
.content2Box {
	 width:95%;
	 background-color: #726256;
	 text-align:center;
	 margin-left: auto;
	 margin-right: auto;
}
.textBlock {
	margin-top: 40px;
	width: 100%;
	color: #FFF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align:left;
}
.content2Image {
	margin-top:10px;
	margin-bottom: 40px;
}
.errMsg {
	display:none;
	color:#F00;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.categorys .item{
	width: 30%;
}
.promiseList img{
	width:100%;
	margin: 20px;
}
.whatsNew {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.odd{
	clear:both;
	margin-right: 10px;
}
.even{
	clear:none;
}
.whatsNewItem{
	float: left;
	width: 47%;
	overflow: hidden;
	text-align:left;
}
.whatsNewItem img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40% !important;
	height:auto !important;
}
.whatsNewTable td {
  line-height:20px;
  padding-right:10px;
}
.content2 {
	width: 100%;
	background-color: #726256;
	vertical-align: middle;
	margin-bottom: 100px;
}
.content2Box {
	 width:95%;
	 background-color: #726256;
	 text-align:center;
	 margin-left: auto;
	 margin-right: auto;
}
.textBlock {
	margin-top: 40px;
	width: 100%;
	color: #FFF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align:left;
}
.content2Image {
	margin-top: 10px;
	margin-bottom: 40px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.categorys .item{
	width: 30%;
}
.recommendItem{
	margin-right: 10px;
	width:48.5%;
}
.content2 {
	width: 100%;
	background-color: #726256;
	vertical-align: middle;
	margin-bottom: 100px;
}
.content2Box {
	 width:100%;
	 background-color: #726256;
}
.textBlock {
	float:left;
	margin-left: 40px;
	margin-top: 40px;
	width: 55%;
	color: #FFF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align:left;
}
.content2Image {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

}
