@charset "UTF-8";

body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color:white;
	color:black;
	line-height: 1.6;
}


header {
	width:1000px;
	margin:0 auto;
}

footer {
	font-size:13px;
	width:1000px;
	margin:0 auto;
}

/* リンクはアンダーライン無し、マウスオーバーで色反転*/
a:link {	text-decoration:none; color:#164ab8;}
a:visited {	color:#730073}
a:hover { color: orange; }

/* 文字装飾 */
h1{font-size:16px; margin:0;}


#topheadernew h2 { /* h2はtophwadernewの中については文字は小さめ13px */
	font-size:13px;
	color:white;
	width:100%;
}

h2 {
	font-size:15px; font-weight:normal;
}

h3{
	font-size:15px;
	color:white;
	background-color:#3355ff;
	font-weight:normal;
}

h4
{
	font-size:15px;
	background-color:#c8dafd;
	width:100%;
	margin:0px;
}


h5
{
	font-size:14px;
	background-color:#3355ff;
	color: white;
	width:100%;
}



.textbluebold {
	color:#3355ff;
	font-weight:bold;
}

.textblue {
	color:#3355ff;
}

.textdarkorange {
	color:#b07c71;
}

.textdarkorangebold {
	color:#b07c71; font-weight:bold;

}


.textmildred {color:#d65858; font-weight:bold;}


.textsizeup
{
	font-size:medium;
}

.textpurpleunderline {
   color: #d7a9ca;
   text-decoration: underline;
}

.textsize_medium_bold {
   font-size: medium;
   font-weight: bold;
}

.textpurplebold {
   font-size: medium;
   font-weight: bold;
   color: #730073;
}


.textpurplesmall {
   font-size: small;
   color: #730073;
}


.textpurple {color:#730073;}


/* img のborderはすべて0、中央寄せ */
img{
	border:0;
	vertical-align:middle;
}


.imgsita16px {
   margin-bottom: 16px;
}


/* table */
table{font-size :14px; margin: 0 auto;}

table.wakucolor {
border-collapse: collapse;
}


table.wakucolor,
table.wakucolor th,
table.wakucolor td {
width:900px;
border: 1px #ddeeff solid;
text-align:left;
vertical-align:top;
padding-top:16px;
}

table.wakucolor td {
	width:50%;
}

table.wakucolorw {
border-collapse: collapse;
}
table.wakucolorw,
table.wakucolorw th,
table.wakucolorw td {
text-align:left;
border: 1px #ffffff solid;
}


/* table スマホで一列にするバージョン・枠線廃止 */
table.wakucolornew {
border-collapse: collapse;
}


table.wakucolornew,
table.wakucolornew th,
table.wakucolornew td {
width:900px;
border: 1px #bddefe solid;
text-align:left;
vertical-align:top;
}

table.wakucolornew td {
	width:50%;
}

table.wakucolornew td:nth-child(2) {
padding-top:32px; /* PCのときのみ文字テーブルを下にずらす */
}


/* 未使用なら消去予定 */
table.wakucolorw {
border-collapse: collapse;
}
table.wakucolorw,
table.wakucolorw th,
table.wakucolorw td {
text-align:left;
border: 1px #ffffff solid;
}



/* 囲みをつける */
.kakoi{
 padding: 5px;
 margin-top:5px;
 margin-bottom: 5px;
 box-sizing: border-box;
 border:1px solid #cccccc;
}

/* .kakoi a {
 text-decoration:none; color:#444444;
}
*/


/* feed 専用　囲み*/

.feedboxgazou {
 width:154px;
 height:80px;
 text-align:left;
 float:left;
 margin : 0 auto;
 border:1px solid #cccccc;

}

.feedboxtext {
 height: 80px;
 text-align:left;
 margin : 0 auto;
 border:1px solid #cccccc;
}


.block {/* 全頁リニュ後これは不要になるので削除する */
position: absolute;
top:5px; /* #contents内の上から何pxか */
left: 210px; /* #contents内の左から何pxか */
}



/* ---- コンテナ定義---- */

/* ヘッダのインディゴブルー部分 */
#topheadernew{
width:1000px;
height:150px;
background-image:url('img/header1000250.jpg');
text-align: left;
color:white;
margin:0 auto;
/*position: relative;	*/
}


/* ヘッダの左の地球マーク部分 */
#topheadernew_logo{
	width:200px;
	float:left;
/*	clear:both; */
}


/* h2の解説文用 */
#topheadernew_h2 {
	width: 750px;
	height: auto;
	float:none;
}

/* adsリンク用  */
#topheadernew_ad {
	width:900px;
	height:auto;
	float:none;
	clear:both;
}



/* index以外のヘッダ */

#subheadernew{
width:1000px;
height:90px;
background-image:url('img/header1000250.jpg');
text-align: left;
color:white;
margin:0 auto;
/*position: relative;	*/
}

#subheadernew h1 { font-size:22px; color:#ffffff; margin: 0; }
#subheadernew h2 { font-size:22px; color:#ffffff; margin: 0; }

/* ヘッダの左の地球マーク部分 */
#subheadernew_logo{
	width:200px;
	float:left;
/*	clear:both; */
}


/* h2の解説文用 */
#subheadernew_h2 {
	width: 750px;
	height: 60px;

vertical-align: central;
	float:none;
}



/* --------------------------- */


#title2{
width:1000px;
text-align:left;
position: relative;
background-image: url(img/haikei.jpg);
background-repeat: repeat;
margin:0 auto;
}

#osirasewaku {
	width:1000px;
	text-align:left;
	background-color:#ffffff;
	margin: 0 auto;
	position:relative;
}

#osirasewakul {
	width: 600px;
	text-align:left;
	float:left;
}

#osirasewakur {
	width: 390px;
	text-align:left;
	float:left;
	margin-left:10px;
	color:#191970;
	font-size:13px;
}


#gallery_komidasi_l{
width:490px;
float:left;
max-width:100%;
background-color:white;
}

#gallery_komidasi_r{
width:336px;
float:left;
max-width:100%;
background-color:white;
}

#review_l{
width:633px;
float:left;
max-width:100%;
background-color:white;
}

#review_r{
width:232px;
float:right;
max-width:100%;
background-color:white;
}


#youkoso_oowaku{
width:1000px;
background-color: #ffffff;
text-align:left;
position: relative;
margin:0 auto;
}

#youkoso_l{
 width:600px;
 float:left;
 max-width:100%;
 background-color:white;
 font-size: small;	
}


#youkoso_l_komado{
 width:250px;
  float:left;
 height:220px;
 margin:15px;
}


#youkoso_r{
width:320px;
float:right;
max-width:100%;
background-color:white;
font-size:small;
}

#footer{
width:1000px;
background-color: #ffffff;
text-align:left;
}

#ads{
width:350px;
float:left;
max-width:100%;
background-color:white;
}


/* 作り方ページ用コンテナ */
#tukurikatatitle { 
	width:1000px;
	background-color: #1c1f7f;
	text-align:left;
	color:white;
	margin:0 auto;
}

#tukurikatatitle h1 { font-size:22px; color:#ffffff; margin: 0; }
#tukurikatatitle h2 { font-size:22px; color:#ffffff; margin: 0; }


/* MS名は黄色くアクセントつけて目立たせ表示 */
.tukurikata-highlight {
   color: #ffee00;
text-shadow: #7873e7 1px 1px 0px, #7873e7 -1px 1px 0px,
             #7873e7 1px -1px 0px, #7873e7 -1px -1px 0px;}



/* 各種ページ用共通コンテナ */

.sns {
	width:800px;
	text-align:right;
}

.w900{
width:900px;
text-align:left;
margin : 0 auto;
}

.w440{
width:440px;
float:left;
max-width:100%;
}


.w400{
width:400px;
float:left;
max-width:100%;
}


.gallery_oowaku {
	width: 900px;
	text-align:left;
	overflow: hidden;
	margin:0 auto;
}

.gallery_oowaku h1 {
	background-color:#3355ff;color:white; font-size:16px;
}


.w550{
	width:550px;
	float:left;
	max-width:100%;
}

.w600pclayout {
	width:590px;
	text-align:left;
	float:left;
}

.w300pclayout {
	width:280px;
	text-align:left;
	float:right;
}

.w300{
width:300px;
float:left;
max-width:100%;
}

.w440l{
width:440px;
text-align:left;
float:left;
max-width:100%;
}

.w440r{
width:440px;
text-align:left;
float:right;
max-width:100%;
}


#mokuji{
width:500px;
float:left;
font-size: 14px;
padding:3px;
background-image:white;
background-color:#fef7f2;
display:block;
}

#mokuji h2 {
	font-size:medium;
}


.clearboth {
	clear:both;
}

#sitaobi {
	width 100%;
	background-color:#1c1f7f;
	height: auto;
	color:white;
}


/* ショートカット */
#shortcut{
width:100%;
float:left;
max-width:100%;
font-size: 14px;
padding-top: 3px;
padding-bottom 3px;
background-image:white;
background-color:#f6f6ff;
display:block;
}

#shortcut h2 {
	font-size:medium;
}



/*ダミー*/
.resizeimage4 {
}
.resizeimage4 img {
	 border:1px solid #cccccc;
}

/* facebook　ボタンを均一に並ばせる*/
.fb_iframe_widget > span { vertical-align: baseline !important; }
