@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #808080;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFF url(../images/bg.jpg) no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆左右中央の上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #696969;	/*リンクテキストの色*/
}
a:hover {
	color: #818181;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 990px;	/*コンテナー幅*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: 250px;	/*ヘッダーブロックの高さ*/
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	width: 248px;	/*ブロック幅*/
	text-align: center;	/*センタリング*/
	background: #d70c0c url(../images/bg1.png);	/*背景色、背景画像の読み込み*/
	border-radius: 0 0 5px 5px;	/*各丸のサイズ。左から、左上、右上、右下、左下への指定*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	border-bottom: 1px solid rgba(255,255,255,0.5);	/*下の線*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線*/
	padding: 75px 0px;	/*余白。左から、上下、左右への指定*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 700px;	/*メインコンテンツ幅*/
	height: auto;
	float: right;	/*右側へ回り込み*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {
	clear: both;
	background: url(../images/round1.png) no-repeat 10px center, #d70c0c url(../images/bg1.png);	/*背景画像の読み込み。カンマ区切りで２つ指定。*/
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid rgba(255,255,255,0.5);	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	font-size: 120%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 3px 0px 3px 40px;	/*余白。左から、上、右、下、左への指定。*/
}

/*mainコンテンツのh1、チラシなどh1にしたい特殊タグの設定*/
#main h1.tokushu {
	background: none;
	border-radius: none;
	color: #808080;		/*文字色*/
	padding: 0px 10px;	/*余白。左から、上下、右左への指定。*/
	line-height: 1em;/*テキストの高さ。*/
}


/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #808080;		/*文字色*/
	padding: 0px 10px;	/*余白。左から、上下、右左への指定。*/
	line-height: 1em;/*テキストの高さ。*/
}

#main h3 {
	font-size: 130%;
	padding: 15px 0px 0px 10px;	/*余白。左から、上、右、下、左への指定。*/
	line-height: 0.3em;/*テキストの高さ。*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 10px 10px;	/*左から、上、左右、下への余白*/
}

#main p.small{
	size:80%;
	line-height: 0.5em;
	line-height: normal !important;
	color:#d70c0c;
	padding: 0px 10px 20px;	/*左から、上、左右、下への余白*/
}

/*トップページ-商品一覧のボックス内の写真設定*/
#main img.top {
	float: left;			/*画像を左へ回り込み*/
	margin: 15px 30px;		/*画像周囲の余白　左から、上下、左右。*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 10px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

a:hover img.top{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}

/* サンプルページの画像配列 */
img.sample{
	margin:auto;
	display:block;
	float:left;
	padding: 15px 10px;
	}

#main  ul{
	padding: 0px 35px 5px;	/*左から、上、左右、下への余白*/
	line-height:normal;
	list-style-type: disc;
}	


	/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 250px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}

#sub p.cal{text-align:center; font-size:110%;}

/*subコンテンツのh1タグの設定*/
#sub h1 {
	padding: 0px 10px;	/*左から、上下、左右への余白*/
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;	/*文字色*/
	background-color: #d72323;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d72323), to(#d70c0c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#d72323, #d70c0c);	/*同上*/
	background-image: linear-gradient(#d72323, #d70c0c);			/*同上*/
	border-bottom: 5px solid #d3d3d3;	/*下線の幅、線種、色*/
}
/*box1設定*/
#sub .box1 {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;	/*角丸のサイズ*/
	padding: 10px;		/*ボックス内の余白*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background-image: linear-gradient(#FFF, #f6f6f6);			/*同上*/
}



/*左側のメインメニュー
---------------------------------------------------------------------------*/
/*各メニューの設定*/
nav#mainmenu ul li a {
	width: 213px;		/*メニューの幅*/
	display: block;
	color:#808080;
	background: rgba(255,255,255,0.7) url(../images/arrow_menu1.png) no-repeat 10px center;/*左のカンマ区切りの4つの数値は、左3つはRGBカラーでの色指定で4つめは透明度(0.7＝70％)。背景画像の読み込み、リピートしない、左から10px、上下中央に配置。*/
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 5px;			/*角丸のサイズ*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	margin-bottom: 1em;			/*メニュー間のスペース*/
	padding: 3px 0px 3px 35px;	/*左から、上、右、下、左への余白*/
	text-decoration: none ;
}
/*マウスオン時の設定*/
nav#mainmenu ul li a:link {
	background: rgba(255,255,255,0.7) url(../images/arrow_menu1.png) no-repeat 10px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}
nav#mainmenu ul li a:visited {
	background: rgba(255,255,255,0.7) url(../images/arrow_menu1.png) no-repeat 10px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}
nav#mainmenu ul li a:hover {
	background: #f8f8ff url(../images/arrow_menu2.png) no-repeat 10px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}
nav#mainmenu ul li a:active {
	background: #f8f8ff url(../images/arrow_menu2.png) no-repeat 10px center;	/*背景色、背景画像の読み込み、リピートしない、左から12px、上下中央に配置。*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: left;	/*左よせ*/
	position: relative;
	padding: 15px 0px 15px ;	/* 上　左右　下*/
	height: auto;	/*フッターブロックの高さ*/
	width: 100%;	/*フッターブロックの幅*/
	background: #d70c0c url(../images/bg1.png);	/*背景色、背景画像の読み込み*/
	color:#ffffff;
	
}
footer .pr {
	display: block;
	font-size: 80%;
}


footer p.copyright {
	display: block;
	font-size: 80%;
	text-align:center;
	padding: 10px 10px 0 ;	/* 上　左右　下*/
}

footer p{
	font-size: 90%;
	line-height: normal;
	text-align:left;
	padding: 10px 50px;	/* 上下　左右*/
}

footer p.about_viss1{
	font-size: 95%;
	font-weight: bolder;
	letter-spacing: 0.2em ;
	text-align:left;
	padding: 0 50px;	/* 上下　左右*/
}

footer p.about_viss2{
	font-size: 85%;
	text-align:left;
	padding: 0px 50px 0px 50px;	/* 上下　左右*/
}

footer hr{
	margin: auto;
	width: 90%;
	border-width: 0px 0 1px 0 ;
	border-color: #FFF;
	padding: 5px 50px 5px 50px;	/* 上下　左右*/
}


footer a {
	text-decoration: none;
}

footer p a:hover{
	text-decoration: underline;
	color:#FFF;
}

/*フッター　リンク設定  -----------------------------------------------------*/

footer a {
	color: #ffffff;	/*リンクテキストの色*/
}
footer a:hover {
	color: #000000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



/*service.php 内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	border-radius: 6px;			/*角丸のサイズ*/
	margin-bottom: 1.5em;			/*ブロック間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background-image: linear-gradient(#FFF, #f6f6f6);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #c9c9c9, 0px 0px 2px #FFF inset;	/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	color:#808080;
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}
/*ボックス内のh1タグ設定*/
#main section.list article h1 {
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #c9c9c9;	/*下線の幅、線種、色*/
	color: #818181;						/*文字色*/
	padding: 0px 0px 0px 5px;			/*左から、上、右、下、左への余白*/
	font-size: 100%;
	margin-bottom: 0.5em;
}

/*ボックス内の料金タグ設定*/
#main section.list article p.bigred {
	float:right;
	color: #d72323;	/*文字色*/
	padding: 0px 10px 0px 0px;	/*左から、上、右、下、左への余白*/
	font-weight:bolder;
	font-size:200%;
}

/*リンク設定*/
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	border-radius: 6px;	
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #f5f5f5;	/*マウスオン時のボックス色*/
}

/*各商品紹介ページの設定
---------------------------------------------------------------------------*/

#main section h2.head2 {
	clear: both;
	background: url(../images/square1.png) no-repeat 10px center, #d70c0c url(../images/bg1.png);	/*背景画像の読み込み。カンマ区切りで２つ指定。*/
	border-radius: 5px;	/*角丸のサイズ*/
	border: 1px solid rgba(255,255,255,0.5);	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
	font-size: 120%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 8px 35px;	/*余白。左から、上下、右左への指定。*/
	margin-top: 30px; /*赤いボックス上部からの余白。 */
	}

#main section u{ color: #cc0000; }

#main section hr{ 
			height: 1px;
			background-color: #dcdcdc;
			border: none;
			color: #dcdcdc;
			}
			

/*用紙説明の設定 ---*/
#main section dl{
	margin: 5px 10px 0px;
	padding-bottom: 0px;
}	/*overflow: auto; height: 150px; ←高さ指定を超えるとiframe風にスクロールが出る設定にしたい場合はこの行を追加する。*/
	
/*用紙の重さ*/
#main section dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 18%;
}
/*用紙の特徴*/
#main section dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色。*/
	padding-left: 18%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	margin: 5px 10px 0px;
}	/*overflow: auto; height: 150px; ←高さ指定を超えるとiframe風にスクロールが出る設定にしたい場合はこの行を追加する。*/
	
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色。*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}



/*問い合わせ・ご注文後のサンクスページのsection　スタイル
---------------------------------------------------------------------------*/

section#thx_page{
			margin:auto;
			font-size:90%;
			text-align:center;
			}
			
section#thx_page h1.thx{
			background: url(none) no-repeat center, #d70c0c url(../images/bg1.png);	/*背景画像の読み込み。カンマ区切りで２つ指定。*/
			border-radius: 30px;	/*角丸のサイズ*/
			border: 1px solid rgba(255,255,255,0.5);	/*枠線の幅、線種、色。色については左３つの数値はRGBカラーでの色指定。一番右は透明度（0.5＝50％）の指定。*/
			font-size: 140%;	/*文字サイズ*/
			letter-spacing:0.3em ;/*文字間隔*/
			color: #FFF;		/*文字色*/
			line-height:normal;
			padding: 5px 20px ;	/*余白。左から、上、右、下、左への指定。*/
			}
			
section#thx_page h2{
			font-size: 110%;	/*文字サイズ*/
			letter-spacing:0.2em ;/*文字間隔*/
			padding: 40px 0px 0px 0px ;	/*余白。左から、上、右、下、左への指定。*/
			}
			
section#thx_page p{
			text-align:left;
			font-size: 110%;	/*文字サイズ*/
			line-height:normal;
			letter-spacing:normal ;/*文字間隔*/
			padding: 30px 55px 0px 55px ;	/*余白。左から、上、右、下、左への指定。*/
			}

section#thx_page p.tell{
			text-align:center;
			color:#d70c0c;
			font-size: 150%;	/*文字サイズ*/
			letter-spacing:normal ;/*文字間隔*/
			font-weight:bolder;
			padding: 20px 55px ;	/*余白。左から、上下、右左への指定。*/
			}
			
			

section#thx_page .button {
					display: inline-block;
					width: 180px;
					height: 50px;
					font-size:120%;
					letter-spacing: 0.2em;
					font-weight: normal;
					text-align: center;
					text-decoration: none;
					line-height: 50px;
					outline: none;
					background-color: #c0c0c0;
					color: #fff;
					}
					
section#thx_page .button::before,
section#thx_page .button::after {
						position: absolute;
						z-index: -1;
						display: block;
						content: '';
					}
section#thx_page .button,
section#thx_page .button::before,
section#thx_page .button::after {
						-webkit-box-sizing: border-box;
						-moz-box-sizing: border-box;
						box-sizing: border-box;
						-webkit-transition: all .5s;
						transition: all .5s;
					}
					
section#thx_page .button:hover {
					background-color: #808080;
					}
					
/*制作過程ページのsection　スタイル
---------------------------------------------------------------------------*/
section#work_flow h2{
			margin:30px 0px 0px 0px ;	/*余白。左から、上、右、下、左への指定。*/
			font-size: 140%;	/*文字サイズ*/
			font-weight:normal;
			color:#808080;
			letter-spacing:0.2em ;/*文字間隔*/
			padding: 0px 0px 0px 0px ;	/*余白。左から、上、右、下、左への指定。*/
			}
			
section#work_flow img{
			margin:40px 20px 10px 0px ;	/*余白。左から、上、右、下、左への指定。*/
			float:left;
			padding: 50px 0px 0px 0px ;	/*余白。左から、上、右、下、左への指定。*/
			}



/*よくある質問ページ内　
---------------------------------------------------------------------------*/
/*q-and-a のブロックの全体の設定*/


section#work_flow dl{
	width: 100% ;
	margin: 15px 15px 0px;
	color:#666666;
	text-align: left;
	line-height:normal;
}	/*overflow: auto; height: 150px; ←高さ指定を超えるとiframe風にスクロールが出る設定にしたい場合はこの行を追加する。*/
	
/*Aのエリア*/
section#work_flow dt{
	padding: 5px 10px;
	width: 30px ;
	font-weight: bolder;	/*太字にする設定。標準がいいならこの行削除。*/
	}
	
/*Qのエリア*/
section#work_flow dt.question {
	background-color: #f5f5f5 ;
	font-weight: bolder;	/*太字にする設定。標準がいいならこの行削除。*/
	}
		
/*Aの文章エリア*/
section#work_flow dd {
	width: auto ;
	border:none;
	padding:5px 0px 5px 50px  !important;
	}

/*Qの文章エリア*/
section#work_flow dd.question {
	background-color: #f5f5f5;
	}
	
/*Aの文章エリア リンク設定*/
section#work_flow dd a{
	color: #666666;	
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	}
section#work_flow dd a:hover {
	color: #666666;			/*マウスオン時の文字色（全体）*/
	font-weight:bolder;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	}

/*Aの文章エリア 画像の設定*/
section#work_flow img{
	margin: 0px 10px;
	float:right;
	}

/*q-and-a ul リストの設定*/

section#work_flow ul{
	width: 100% ;
	margin: 15px 5px 0px;
	color:#666666;
	text-align: left;
	line-height: 2 ;
}	/*overflow: auto; height: 150px; ←高さ指定を超えるとiframe風にスクロールが出る設定にしたい場合はこの行を追加する。*/

section#work_flow ul a{
	color:#666666;
	text-decoration:none;
}	/*リンク設定文字*/

section#work_flow ul a:hover{
	color: #d72323;
}	/*マウスオン時　文字色赤*/




/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
	background: #f6f6f6;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #f8d6d6;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #f7f4cc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f6e3), to(#f7f4cc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f7f6e3, #f7f4cc);	/*同上*/
	background-image: linear-gradient(#f7f6e3, #f7f4cc);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
	margin: 30px 0 ;	/*周囲余白、上下、左右*/
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;			/*ボックスの幅*/
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	padding: 5px 0px ;	/*枠内余白、上下、左右*/
}
#pagetop a:hover {
	border: 1px solid #818181;	/*マウスオン時の枠線の幅、線種、色*/
}

/*その他 class
---------------------------------------------------------------------------*/
.look {
	background: #e8e8e8;
	color: #818181;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #818181;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	text-align:right;
	font-size: 90%;
}
	figcaption a{
		text-decoration:none;
		}
	figcaption a:hover {
		background-color: #f7f4cc;	/*マウスオン時のボックス色*/
		font-weight:bolder;	
		}


.mini1 {
	font-size: 12px;
	line-height: 1.6;
}
.mini2 {
	font-size: 85%;
	line-height: 1em;
}

.red {
	color: #d72323;	/*文字色*/
	line-height: 1.5;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
	}
	
.right {
	display: block;
	float:right;
	vertical-align:top; 
	}
	
.sikaku {
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "MS PGothic", "sans-serif";
	color: #d72323;
	}	
	
/*商品画像上のテキスト設定 ---*/
.discription{
	font-size: 100%;
	line-height: normal;
}				
		