/************************************************************
         main.css
*************************************************************/



/************************************************************/
/*************************************************** ボディ */
body	{
	font-family: 'Yu Mincho','HiraMinProN',serif;
	background-color: #ffffff;
	margin: 0;
	}
/* font-family: serif 変更    ****** 2020.05.06 */


a	{
	color: #017acd;
	}



/************************************************************/
/************************************************* コンテナ */
div#container	{
	width: 1000px;
	padding-top: 	0px;
	padding-right: 	40px;
	padding-bottom: 0px;
	padding-left: 	40px;
	margin-top: 	0px;
	margin-right: 	auto;
	margin-bottom: 	0px;
	margin-left: 	auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 50px #ffffff;
	box-shadow: 0px 0px 50px #ffffff;
	background-image: url(../img03/square_B.jpg), url(../img03/square_Y.jpg), url(../img03/square_R.jpg);
	background-repeat: no-repeat;
	background-position: 230px 440px, 280px 480px, 250px 520px;
	background-size: 70px 70px, 50px 50px, 60px 60px;
	position: relative;
	overflow: hidden;
	}



/************************************************************/
/************************************************* ヘッダー */
header#page_header	{
	background: none;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	}


header#page_header h1	{
	color: #666666;
	text-align: right;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	5px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	font-weight: normal;
	}

header#page_header h2	{
	color: #666666;
	text-align: right;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	font-weight: normal;
	}

header#page_header h2 a	{
  text-decoration: none;
}
/* TELアンダーライン消去    ****** 2020.05.03 */

header#page_header h3	{
	color: #666666;
	text-align: right;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	font-weight: normal;
	}

header#page_header h4	{
	color: #666666;
	float: right;
	margin: 0;
	text-align: right;
	padding-top: 	3px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	10px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	font-weight: normal;
	}


/* ロゴ */
figure#logo	{
	float: left;
	padding-top: 	10px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	30px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	}

figure#logo	 img	{
	width: 400px;
	height: 75px;
	}


/* 店舗情報 */
hgroup#note	{
	width: auto;
	float: right;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	}



/* トップメニュー */
header#page_header	nav	{
	clear: both;
	}


header#page_header	nav ul	{
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	height: 30px;
	background-color: #dddddd;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee), color-stop(50%, #eeeeee), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff 0%, #eeeeee 50%, #eeeeee 51%, #dddddd 100%);
	background: -moz-linear-gradient(#ffffff 0%, #eeeeee 50%, #eeeeee 51%, #dddddd 100%);
	background: -o-linear-gradient(#ffffff 0%, #eeeeee 50%, #eeeeee 51%, #dddddd 100%);
	background: -ms-linear-gradient(#ffffff 0%, #eeeeee 50%, #eeeeee 51%, #dddddd 100%);
	}

header#page_header	nav ul li	{
	list-style-type: none;
	float: left;
	}

header#page_header	nav ul li a	{
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	border-right: solid 1px rgba(255,255,255,0.8);
	}

header#page_header	nav ul li a:hover	{
	background-color: rgba(255,255,255,0.5);
	}

header#page_header	nav ul li:first-of-type a:hover	{
	border-radius: 5px 0 0 5px;
	}


/***** index_page *****/
header#index_page	{
	clear: both;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px; 
	margin-top: 	200px; 
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	overflow: hidden;
	text-align: center;
	}

header#index_page figure#index_image01	{
	margin-right: 	300px;
	}
header#index_page div#index_counter	{
	margin-left:  	400px;
	}



/************************************************************/
/*********************************************** コンテンツ */


article	{
	width: 80%;
	float: right;
	}


/* article header */
article header	{
	border: solid 1px #eeeeee;
	line-height: 1.0;
	padding-top: 	18px;
	padding-right: 	18px;
	padding-bottom: 18px;
	padding-left: 	18px;
	margin-top: 	20px;
	margin-right: 	0px;
	margin-bottom: 	10px;
	margin-left: 	0px;  
	border-radius: 1px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
	}
/* #aaaaaa ==> #eeeeee    ****** 2020.05.03 */


article header figure	{
	text-align: right;
	}

article header h1	{
/*															border: solid 1px #00ffff;
*/
	background: none;
	font-weight: bolder;
	color: #000000;
	line-height: 45px;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	120px; /******* 2020.05.03 */
	font-weight: normal;
	}

article header p	{
	line-height: 1.5;
	color: #444444;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	120px;

	}





/* article section */
article section	{
	clear: both;
	border: solid 1px #eeeeee;
	padding-top: 	8px;
	padding-right: 	8px;
	padding-bottom: 8px;
	padding-left: 	8px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	10px;
	margin-left: 	0px;
	border-radius: 1px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff 0%, #eeeeee 100%);
	background: -moz-linear-gradient(#ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(#ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(#ffffff 0%, #eeeeee 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	}
/* #dfdfdf ==> #eeeeee    ****** 2020.05.03 */
/* #aaaaaa ==> #eeeeee    ****** 2020.05.03 */

article section h1	{
/*															border: solid 1px #00ff00;
*/
	background: none;
	font-weight: normal;
	line-height: 20px;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	5px;
	margin-right: 	5px;
	margin-bottom: 	5px;
	margin-left: 	5px;
	}

article section p	{
/*															border: solid 1px #aaaaaa;
*/
	line-height: 1.0;
	padding-top: 	3px;
	padding-right: 	0px;
	padding-bottom: 3px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	width: auto;
	}




/* フッター */
footer	{
	color: #888888;
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	30px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	clear: both;
	border-top: solid 1px #aaaaaa;
	}

small	{

	font-style: normal;
	text-align: left;
	display: block;
	}

small::before	{
	content: 'Your family, your story, your photos.';
	display: block;
	width: 400px;
	padding: 5px 0;
	background-color:rgba(255,0,0,0.3);
	color: #ffffff;
/*	font-family: 'Righteous', cursive;*/
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-30deg) translate(100px, 0px);
	-moz-transform: rotate(-30deg) translate(100px, 0px);
	-o-transform: rotate(-30deg) translate(100px, 0px);
	-ms-transform: rotate(-30deg) translate(100px, 0px);
	}


/* 画像の配置 */
figure	{
/*															border: solid 1px #ff0000;
*/
	padding-top: 	0px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	}






figure.gradation150_tate, 
figure.gradation100_tate, 
figure.gradation070_tate, 
figure.gradation050_tate, 
figure.gradation150_yoko, 
figure.gradation100_yoko, 
figure.gradation070_yoko, 
figure.gradation050_yoko  {
    position: relative;
}
figure.gradation150_tate:after, 
figure.gradation100_tate:after, 
figure.gradation070_tate:after, 
figure.gradation050_tate:after, 
figure.gradation150_yoko:after, 
figure.gradation100_yoko:after, 
figure.gradation070_yoko:after, 
figure.gradation050_yoko:after 	{
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 20px 20px #fff;
    -webkit-box-shadow: inset 0px 0px 20px 20px #fff;
    box-shadow: inset 0px 0px 20px 20px #fff;
    content: " ";
	}



figure.shadow150_tate img, 
figure.shadow100_tate img, 
figure.shadow070_tate img, 
figure.shadow050_tate img, 
figure.shadow150_yoko img, 
figure.shadow100_yoko img, 
figure.shadow070_yoko img, 
figure.shadow050_yoko img,
figure.shadow_obi img,
figure.shadow_ondine01 img, 
figure.shadow_ondine02 img, 
figure.shadow_pcard01_tate img,
figure.shadow_pcard01_yoko img	{
	border: solid 1px #aaaaaa;
	opacity:1.0;
	filter: alpha(opacity=100);
	-webkit-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
	}


article section:nth-of-type(odd) figure	{
	float: right;
	padding-top: 	5px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	0px;
	margin-bottom: 	0px;
	margin-left: 	10px;
	}

article section:nth-of-type(even) figure	{
	float: left;
	padding-top: 	5px;
	padding-right: 	0px;
	padding-bottom: 0px;
	padding-left: 	0px;
	margin-top: 	0px;
	margin-right: 	10px;
	margin-bottom: 	0px;
	margin-left: 	0px;
	}




/* 画像タイトルの配置 */
article section figcaption	{
	color: #666666;
	display: block;
	}

article section:nth-of-type(odd) figcaption	{
	text-align: right;
	}

article section:nth-of-type(even) figcaption	{
	text-align: left;
	}


/* 画像リンク挙動 */
a img.css-hover	{
	border-style: none;
	opacity:1.0;
	filter: alpha(opacity=100);
	-webkit-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
	}
a:hover img.css-hover	{
	border-style: none;
	opacity:0.4;
	filter: alpha(opacity=40);
	-webkit-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
	}

a img.btn-hover	{
	border-style: none;
	opacity:1.0;
	filter: alpha(opacity=100);
	}
a:hover img.btn-hover	{
	border-style: none;
	opacity:0.4;
	filter: alpha(opacity=40);
	}


/* サイドバー */
div#side_bar	{
	width: 18%;	
	float: left;
	margin-bottom: 25px;
	}

div#side_bar h1	{
	background: none;
	color: #000000;
	padding-top: 20px;
	line-height: 30px;
	padding-left: 0;
	margin: 0;
	font-weight: normal;
	}


div#side_bar p	{
	color: #010101;
	}

/* サイドバー  nav */
div#side_bar nav ul	{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
	}

div#side_bar nav ul li	{
	list-style-type: none;
	}

div#side_bar nav ul li a	{
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	}

div#side_bar nav ul li a:hover	{
	background-color: #eeeeee;
	}


/* サイドバー  aside */
div#side_bar aside	{
	margin-bottom: 10px;
	}

div#side_bar aside p	{
	margin-bottom: 10px;
	}

div#side_bar aside a	{
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px;
	}

div#side_bar aside img	{
	border: none;
	vertical-align: middle;
	}




/* セクション(子) */
article section:nth-of-type(odd) div.part	{
	float: right;
	
	padding-top: 	10px;
	padding-right: 	10px;
	padding-bottom: 10px;
	padding-left: 	10px;
	margin-top: 	10px;
	margin-right: 	5px;
	margin-bottom: 	5px;
	margin-left: 	5px;
	}


article section:nth-of-type(even) div.part	{
	float: left;
	
	padding-top: 	10px;
	padding-right: 	10px;
	padding-bottom: 10px;
	padding-left: 	10px;
	margin-top: 	10px;
	margin-right: 	5px;
	margin-bottom: 	5px;
	margin-left: 	5px;
	}




div.part01	{
	clear: none;
	border: solid 1px #eeeeee;
	border-radius: 1px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	}
/* #aaaaaa ==> #eeeeee    ****** 2020.05.03 */

div.part02	{
	clear: none;
	border: solid 1px #eeeeee;

	border-radius: 5px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	}
/* #aaaaaa ==> #eeeeee    ****** 2020.05.03 */

div.part03	{
	clear: none;
	border: solid 1px #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, # 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	}
/* #aaaaaa ==> #eeeeee    ****** 2020.05.03 */


div.part00	{
	clear: none;
	border: none;
	overflow: hidden;
	}

div.click 	{
	float: none;
	clear: none;
	border: solid 1px #aaaaaa;
	padding-top: 	10px;
	padding-right: 	10px;
	padding-bottom: 10px;
	padding-left: 	10px;
	margin-top: 	10px;
	margin-right: 	5px;
	margin-bottom: 	5px;
	margin-left: 	5px;
	border-radius: 5px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, # 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	}

div.part01	p {
	color: #010101;
	}
div.part02	p {
	color: #010101;
	}
div.part03	p {
	color: #010101;	
	}


div.part	p.red_18 {
	color: red;	
	}

div.part	p.blue_18 {
	color: blue;	
	}

div.part	p.orange_18 {
	color: orange;	
	}

div.part	p.purple_18 {
	color: purple;	
	}

div.part	p.silver_18 {
	color: silver;	
	}



div.part	p.red_14 {
	color: red;	
	}

div.part	p.blue_14 {
	color: blue;	
	}


div.part	p.bluebox120_14 {
	color: blue;	
	width: 120px;
	padding-left: 	10px;
	background-color: #c4ebf9;
	}

div.part	p.info_data {
	color: #888888;	
	padding-left: 	20px
	}


div.click a	{color: #0000ff}
div.click a:hover	{color: #660000}


/**************************************************** For section background color white */
article section.white	{
/**	border: solid 1px #888888; */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background: -moz-linear-gradient(#ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(#ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset}

/**************************************************** For SLIDE */
header#page_header figure#logo img	{width: 400px;	height: 75px}

header#page_header hgroup#note	{margin-bottom: 0px}

header#page_header figure#title_image img	{width: 1000px;	height: 280px}

header#page_header nav ul	{margin-top: 0px}	


/**************************************************** For SLIDE */
header#page_header div#for_slide{ overflow: hidden;}	

header#page_header div#for_slide figure#logo img	{width: 400px;	height: 75px}

header#page_header div#for_slide hgroup#note	{margin-bottom: 0px}

header#page_header div#for_slide figure#slide {width: 1000px;	height: 280px;	margin-top: 100px} 

header#page_header div#for_slide figure#slide img	{width: 1000px;	height: 280px;	margin-top: -100px} 

header#page_header div#for_slide figure#slide ul#list li {top: 90px}

header#page_header div#for_slide nav ul	{margin-top: 0px}




/**************************************************** For SLIDE01 */
section.white figure#logo img	{width: 400px;	height: 75px}

section.white hgroup#note	{margin-bottom: 0px}

section.white figure#title_image img	{width: 1000px;	height: 280px}

section.white nav ul	{margin-top: 0px}	


/**************************************************** For SLIDE01 */
section.white div#for_slide01{ overflow: hidden;}	

section.white div#for_slide01 figure#logo img	{width: 400px;	height: 75px}

section.white div#for_slide01 hgroup#note	{margin-bottom: 0px}

section.white div#for_slide01 figure#slide {width: 680px;	height: 280px} 

section.white div#for_slide01 figure#slide img	{width: 680px;	height: 280px;	margin-top: -80px; margin-left: 50px} 

section.white div#for_slide01 figure#slide ul#list li {top: 90px}

section.white div#for_slide01 nav ul	{margin-top: 100px}



/**************************************************** FONT SIZE */

header#page_header h1	{font-size: 14px}
header#page_header h2	{font-size: 32px}
header#page_header h3	{font-size: 14px}
header#page_header h4	{font-size: 10px}

header#page_header nav ul	{font-size: 12px}

article header h1	{font-size: 32px}
article header p	{font-size: 12px}



article section h1	{font-size: 24px}
article section p	{font-size: 12px}
article section figcaption	{font-size: 10px}


small	{font-size: 10px}
small::before	{font-size: 12px}

div#side_bar h1	{font-size: 24px;}
div#side_bar p	{font-size: 12px}

div#side_bar nav ul	{font-size: 12px}
div#side_bar nav ul li a	{font-size: 12px}

div#side_bar aside a	{font-size: 12px}


div.part01	p {font-size: 16px}
div.part02	p {font-size: 12px}
div.part03	p {font-size: 10px}
div.part00	p {font-size: 12px}

div.part	p.red_18	{font-size: 18px}
div.part	p.blue_18	{font-size: 18px}
div.part	p.orange_18	{font-size: 18px}
div.part	p.purple_18	{font-size: 18px}
div.part	p.silver_18	{font-size: 18px}

div.part	p.red_14	{font-size: 14px}
div.part	p.silver_14	{font-size: 14px}

div.part	p.bluebox120_14 {font-size: 14px}
div.part	p.info_data {font-size: 10px}


/**************************************************** IMAGE SIZE */

header#index_page figure#index_image01 img	{width: 200px;	height: 40px}
header#index_page figure#index_image02 img	{width: 500px;	height: 150px}

figure.start_icon img	{width: 320px;	height: 90px}
figure.button240x50 img	{width: 240px;	height: 50px}

figure.access_tenpo img	{width:  400px;	height: 280px}
figure.access_map img	{width:  250px;	height: 250px}
figure.access_staff img	{width:  100px;	height: 136px}
figure.daishi img	{width:  200px;	height: 125px}


figure.img150_tate img, figure.shadow150_tate img, figure.gradation150_tate img	{width:  420px;	height: 600px}
figure.img100_tate img, figure.shadow100_tate img, figure.gradation100_tate img	{width:  280px;	height: 400px}
figure.img070_tate img, figure.shadow070_tate img, figure.gradation070_tate img	{width: 196px;	height: 280px}
figure.img050_tate img, figure.shadow050_tate img, figure.gradation050_tate img	{width: 140px;	height: 200px}


figure.img150_yoko img, figure.shadow150_yoko img, figure.gradation150_yoko img	{width:  600px;	height: 420px}
figure.img100_yoko img, figure.shadow100_yoko img, figure.gradation100_yoko img	{width:  400px;	height: 280px}
figure.img070_yoko img, figure.shadow070_yoko img, figure.gradation070_yoko img	{width:  280px;	height: 196px}
figure.img050_yoko img, figure.shadow050_yoko img, figure.gradation050_yoko img	{width:  200px;	height: 140px}

figure.shadow_obi img	{width:  240px;	height: 80px}

figure.shadow_ondine01 img	{width:  90px;	height: 135px}
figure.shadow_ondine02 img	{width:  140px;	height: 200px}

figure.shadow_pcard01_tate img	{width:  90px;	height: 135px}
figure.shadow_pcard01_yoko img	{width:  135px;	height: 90px}

section figure.access_qr img	{width:  150px;	height: 150px}
aside figure.access_qr img	{width:  100px;	height: 100px}

figure.calendar img	{width: 162px;	height: 150px}

click img	{width: 162px;	height: 150px}

.blur, .blur > img {
    margin: 0; padding: 0;    border: 0;}
.blur {
    position: relative;    display: inline-block;    font-size: 0;    line-height: 0;}
.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;
    content: " ";
}
