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

a.white:link {
color : #ffffff; 
}
a.white:visited {
color : #ffffff; 
}
a.white:active {
text-decoration : underline; 
color : #ffffff; 
}
a.white:hover {
text-decoration : underline; 
color : #ffffff; 
}

/*
	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 およびそれ以下. */

.allbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:100%;
}
.imagebox {
	width:95%;
	margin:0 0 0 10px;
}
.head {
	width:100%;
	margin:0 auto 0 auto;
	font-size:16px;
	color:#333;
	line-height:150%;
}
.head img {
	width:auto;
	margin:0 0 0px 0;
}
.head span {
	font-size:20px;
	font-weight:bold;
	line-height:50%;
	color:#FF7C80;
}
.oubohouhou {
	font-size: 18px;
}
.colorichiran {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-start;
}
.colorichiran div {
	width: 23%;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
	margin: 1px 0;
    font-size: 5px;
}

.brandname{
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-size:20px;
	margin-top:30px;
	margin-bottom:20px;
	padding:5px;
}

.makermenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.makermenu div {
	width: 33%;
	border-radius: 3px;
	font-size: 15px;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
}

.howtoreallyall {
   width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;     
}
    
.howtoall {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
    display: block;
    }
    
.howtoicon {
    width: 100%;
    float: left;
    margin: 5px 0;
    text-align: center;
}
    
.howtobun {
    width: 100%;
    float: left;
    margin: 5px 0 5px 5px ;
    text-align: center;
}
    
.howtobun p {
    text-align: left;
    margin: 5px 0 0 5px;
}


.clearfix {
  display: block;
  clear:both;
}
.br-sp {
	display: inline;
}
.pagereturn {
	width:100%;
	text-align:right;
	padding-right:10px;
	font-size:16px;
	margin:10px 0 0 0;
}
.main.col-lg-12.tab-content.topSync .allbox .sorry {
	background-color: antiquewhite;
	border: #0486E4 1px solid;
	font-size: large;
}

.oneboximage {
	width: 100vw;
	margin: -40px 0 10px -15px;
}
.oneboximage img {
	width: 100%;
}


.ichiranbox {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
    }

.syohinbox {
    width: 95%;
    margin: 30px 0 40px 0;  
    display: block;
    }

.syohinboxphoto {
    width: 50%;
    float: left;
    margin: 3px 0 0 0;
    text-align: center;
}

.syohinboxsyoukai {
    width: 48%;
    float: left;
    margin: 3px 0 5px 4px ;
    text-align: center;
}

.syohinboxsyoukai p {
    text-align: left;
    margin: auto;
    font-size: 15px;
}


 






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

@media only screen and (min-width: 769px) {
.allbox {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 0px;
}
.imagebox {
	width:950px;
	margin:0;
}
.head {
	width:950px;
	margin:0 0 0 0;
	font-size:20px;
	color:#333;
	line-height:150%;
}
.head img {
	width:950px;
	margin:0 0 10px 0;
}
.head span {
	font-size:30px;
	font-weight:bold;
	line-height:50%;
	color:#FF7C80;
}
.oubohouhou {
	font-size: 22px;
}



.clearfix {
  display: block;
  clear:both;
}
.br-sp {
	display:none;
}
.pagereturn {
	width:100%;
	text-align:right;
	padding-right:0px;
	font-size:16px;
	margin:10px 0 30px 0;
}
    
    
.makermenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.makermenu div {
	width: 30%;
	text-align: center;
	margin: 3px 0;
}
    
.brandname{
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:30px;
	margin-bottom:20px;
	padding:5px;
}
    
.colorichiran {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-start;
}
.colorichiran div {
	width: 11%;
	text-align: center;
	margin: 2px 5px;
    font-size: 6px;
}
    
.ichiranbox {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
    }
    
.syohinbox {
    width: 49%;
    margin: 30px 0 50px 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    display: block;
    }
    
.syohinboxphoto {
    width: 49%;
    float: left;
    margin: 5px 0;
    text-align: center;
}

.syohinboxsyoukai {
    width: 49%;
    float: left;
    margin: 5px 0 5px 5px ;
    text-align: center;
}
    
.syohinboxsyoukai p {
    text-align: left;
    margin: 5px 0 0 5px;
}
    
    
	
}

.howtoreallyall {
   width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;     
}
    
.howtoall {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    display: block;
    }
    
.howtoicon {
    width: 30%;
    float: left;
    margin: auto;
    text-align: center;
}
    
.howtobun {
    width: 60%;
    float: left;
    margin: auto;
    text-align: center;
}
    
.howtobun p {
    text-align: left;
    margin: 40px 0 5px 0;
}





/* ここから追加　白岩*/	


@charset "euc-jp";
/* 標準可変メディア
   メモ : 可変メディアでは、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 およびそれ以下. */

.allbox {
	width:100%;
	margin:0 auto;
	padding-top:55px;
}


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

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

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

.maker_blue{
background: linear-gradient(transparent 60%, #9FF 60%);
}

.strong {
	font-weight:bold;
	color:#F66;
}

.strong2 {
	font-weight:bold;
	color:#F66;
	font-size:16px;
	margin-top:0px;	
}

.strong3 {
	font-weight:bold;
	color:#FF0000;
	font-size:16px;
	margin-top:0px;	
}

.midashi {
	color:#639;
	font-size:18px;
	font-weight:bold;
}

/* メーカー一覧タイトル */
.ttl_menu{
	background-color:#F36;
	text-align:center;
	color:#FFF;
	font-size:20px;
	margin-top:20px;
	margin-bottom:0px;
	padding:5px;
}

/* 黒いブースタイトル */
.ttl_expo{
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-size:20px;
	margin-top:30px;
	margin-bottom:20px;
	padding:5px;
}

/* 冒頭イベント概要部分 */
.text_box {
	text-align:left;
	font-size:14px;
	line-height:160%;
	margin:10px 10px 10px 0px;
}

/* ↓ブース内容１まとまり↓ */
.img_left {
	width:100%;
	
	
}

.img_left img{
	width:100%;
	
	
	
}

.text_right {
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:180%;
	padding:10px;	
}
.text_right img {
	width: 100%;
}

/* ↑ブース内容１まとまり↑ */


/* ↓クラスルーム１まとまり↓ */
.teacher_img {
	width:100%;
	float:none;
	margin-right:3%;
}

.teacher_img img{
	width:100%;
}

.contents {
	width:95%;
	float:none;		
	text-align:left;
	font-size:14px;
	line-height:180%;
	margin-left:2%;	
}
/* ↑クラスルーム内容１まとまり↑ */



/* トップへ戻るボタン */
.jump-bnr {
	font-size:16px;
	margin-top:30px;
}

.jump-bnr a{
	color:#333;
}

/* ブースマップへ戻るボタン */
.to-map {
	background-color:#FFF;
	color:#666;
	border:#666 1px solid;
	text-align:center;
	font-size:14px;
	width:150px;
	padding:5px;
	margin-top:30px;	
	margin-left: auto;
	margin-right: 10px;
}

.to-map a {
	color:#666;
}

/* ブランドメニューボタン */
.blandmenu {
	background-color:#FFF;
	color:#666;
	border:#666 1px solid;
	text-align:center;
	font-size:12px;
	width:178px;
	padding:5px;
	margin:15px 3px 0px 3px;
	margin-right:5px;
	float:left;
}

.blandmenu a {
	color:#666;
}

.blandmenu a:visited {
	color:#666;
}

.gentei {
	width:100%;
	padding:10px;
	background-color:#FF9;
	border:#F36 3px solid;
	margin-top:15px;
	font-size:16px;
}

.gentei_ttl {
	width:100%;
	padding:5px;
	background-color:#F36;	
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}


.intro {
	font-size:14px;
	width:95%;
	text-align:left;
	margin:10px auto 10px auto;	
}

.intro p{
	font-size:20px;
	line-height:150%;	
	font-weight:900;
}

.detail {
	font-size:16px;
	line-height:150%;
	width:95%;
	text-align:left;
	margin:10px auto 10px auto;
}

.detail h1 {
	font-size:16px;
	background-image: linear-gradient(#FCF 80%, #906);
	padding-left:15px;
	height:30px;
	line-height:30px;
}

.box_wrap2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.guest {
	padding:10px;
	text-align:center;
	font-size:10px;
}

.button-box a {
   background-color: #F63; /* ボタンの色 */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 10px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: 300;         /* ボタンの文字を太字に */
   font-size: 20px;         /* ボタンの文字サイズ */
   margin:20px auto 20px auto;
}

.button-box a:hover {
   background-color: #F96;     /* ボタンにマウスが乗ったら明るい色に変化 */
   color:#FFF;
   }

.button-box a:visited {
   background-color: #F96;     /* ボタンにマウスが乗ったら明るい色に変化 */
   color:#FFF;
   }

.pagejump {
	margin-top:15px;
	padding-top:-15px;
}

.gazaou img{
	border:solid 1px #ccc; 
	padding:4px;
}

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

@media only screen and (min-width: 769px) {
.allbox {
	width:100%;
	max-width:960px;
	font-family: "メイリオ";
	margin:0 auto;
	padding-top:50px;
}


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

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

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

.maker_blue{
background: linear-gradient(transparent 60%, #9FF 60%);
}


.strong {
	font-weight:bold;
	color:#F66;
}

.strong2 {
	font-weight:bold;
	color:#F66;
	font-size:16px;
	margin-top:0px;
}

	.strong3 {
	font-weight:bold;
	color:#FF0000;
	font-size:16px;
	margin-top:0px;	
}
.midashi {
	color: #639;
	font-size: 24px;
	font-weight: bold;
}


/* メーカー一覧タイトル */
.ttl_menu{
	background-color:#F36;
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:30px;
	margin-bottom:0px;
	padding:5px;
}


/* 黒いブースタイトル */
.ttl_expo{
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:30px;
	margin-bottom:20px;
	padding:5px;
}

/* 冒頭イベント概要部分 */
.text_box {
	text-align:left;
	font-size:18px;
	line-height:160%;
	margin:20px 10px 10px 0px;	
}


/* ↓ブース内容１まとまり↓ */
.img_left {
	width:30%;
	float:left;
	margin-right:3%;
}

.img_left img{
	width:100%;
}

.text_right {
	width: 65%;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
	margin-left: 2%;
}
.text_right img {
	width: 50%;
}

.text_right2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
	margin-left: 0%;
}

.box_wrap {
    width:100%;
	margin-bottom: 20px;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
/* ↑ブース内容１まとまり↑ */


/* ↓クラスルーム１まとまり↓ */
.teacher_img {
	width:30%;
	float:left;
	margin-right:3%;
}

.teacher_img img{
	width:100%;
}

.contents {
	width:65%;
	float:left;		
	text-align:left;
	font-size:14px;
	line-height:180%;
	margin-left:2%;	
}
/* ↑クラスルーム内容１まとまり↑ */



/* トップへ戻るボタン */
.jump-bnr {
	font-size:16px;
	margin-top:30px;
}

.jump-bnr a{
	color:#333;
}

/* ブースマップへ戻るボタン */
.to-map {
	background-color:#FFF;
	color:#666;
	border:#666 1px solid;
	text-align:center;
	font-size:14px;
	width:200px;
	padding:5px;
	margin-top:30px;	
	margin-left: auto;
	margin-right: 0px;
}

.to-map a {
	color:#666;
}

/* ブランドメニューボタン */
.blandmenu {
	background-color:#FFF;
	color:#666;
	border:#666 1px solid;
	text-align:center;
	font-size:14px;
	width:180px;
	padding:5px;
	margin-top:15px;
	margin-right:5px;	
	float:left;
}

.blandmenu a {
	color:#666;
}

.blandmenu a:visited {
	color:#666;
}

.gentei {
	width:100%;
	padding:10px;
	background-color:#FF9;
	border:#F36 3px solid;
	margin-top:15px;
	font-size:16px;
}

.gentei_ttl {
	width:100%;
	padding:10px;
	background-color:#F36;	
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}

.intro {
	font-size:18px;
	width:95%;
	text-align:left;
	margin:10px auto 10px auto;	
}

.intro p{
	font-size:30px;
	line-height:150%;	
	font-weight:900;
}

.detail {
	font-size:16px;
	line-height:150%;
	width:95%;
	text-align:left;
	margin:10px auto 10px auto;
}

.detail h1 {
	font-size:16px;
	background-image: linear-gradient(#FCF 80%, #906);
	padding-left:15px;
	height:30px;
	line-height:30px;
}

.box_wrap2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.guest {
	padding:10px;
	text-align:center;
}

.button-box a {
   background-color: #F63; /* ボタンの色 */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 10px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: 300;         /* ボタンの文字を太字に */
   font-size: 20px;         /* ボタンの文字サイズ */
   margin:20px auto 20px auto;
}

.button-box a:hover {
   background-color: #F96;     /* ボタンにマウスが乗ったら明るい色に変化 */
   color:#FFF;
   }

.button-box a:visited {
   background-color: #F96;     /* ボタンにマウスが乗ったら明るい色に変化 */
   color:#FFF;
   }

.pagejump {
	margin-top:15px;
	padding-top:-15px;
}
	
.gazaou img{
	border:solid 1px #ccc; 
	padding:0 4px 10px ;
}	
.oneboximage {
	width: 100%;
	margin: 0 0 30px 0;
}
.oneboximage img {
	width: 100%;
}
}

