@charset "utf-8";

@charset "utf-8";

/**************************
全体基本(編集禁止ここから)
**************************/
*{
	margin:0;
	padding:0;
	font-style:normal;
}
body{
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size:100%;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul,li{
	list-style-type:none;
}
img{
	border:none;
	vertical-align: bottom;
}
table,td,th{
	border:none;
	text-align:left;
	/*vertical-align:top;*/
	font-weight:normal;
}
#wrapper{
	width:922px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
a {
	color: #333333;
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover{
	color: #3333FF;
	color: #0000ff;
	text-decoration: underline;
}
/*------------clearfix------*/
/*ie以外のモダンwebブラウザ向けの指定*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* ie7およびmac版ie5向け */
.clearfix{display:inline-block;}
/* ie6以前向け */
/* Hides from IE-mac\ */
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
/* ------------clearfix------ */
/**************************
 全体基本(編集禁止ここまで) 
**************************/

#wrapper2 {
	background-position: left top;
	height: auto;
	width: 922px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}


/*****************以下コンテンツ内容(以下編集可)********************/
/*---------------------------
1.メインメニュー
---------------------------*/
#mainmenu{
	height:30px;
	padding-top:9px;
	padding-left:5px;
	background-image: url(../../images/portal/futo/bg-mainmenu.jpg);
	background-repeat: no-repeat;
}
#mainmenu li{
	display:block;
	float:left;
	padding:0 10px;
	background-image: url(../../images/portal/futo/mainmenubar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size:13px;
	font-weight:700;
}
#mainmenu li a{
	color:#555555;
}
#mainmenu li a:hover{
	color: #3333FF;
}
#mainmenu li.last a{
	display:block;
	height:auto;
	padding-right:10px;
	background-image: url(../../images/portal/futo/mainmenubar.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/*---------------------------
2.ショッピングカート･注文状況の確認
---------------------------*/
#confirmation .price {
	height:25px;
	padding-bottom:2px;
	text-align: right;
	clear:both;
}
#confirmation .price .cart {
	padding:10px 0 0 0px;
	font-size:12px;
}
#confirmation .price .cart img{
	margin-right:5px;
	vertical-align: -17%;
}
#confirmation .price .order {
	margin-left:10px;
	padding:6px 0 0 0px;
	font-size:12px;
}
#confirmation .price .order span{
	vertical-align: bottom;
}
#confirmation .price .order img{
	margin-right:5px;
	vertical-align: -17%;
}

/*---------------------------
3.メインコンテンツ
---------------------------*/

/*3-1.メイン画像・メインテキスト*/
#main {
	display:inline;
	float: right;
	width:685px;
}
#appeal{
	padding-bottom:5px;
}
#appeal img{
	margin-bottom:10px;
}
#appeal p{
	font-size:12px;
	line-height:130%;
}
ul.appeal li{
	margin:0 0 10px 20px;
	font-size:12px;
	list-style-type: disc;
}
/*各デザイン一覧サムネール外周ボーダー*/
.designlist img{
	border:1px solid #999999;
}

/*3-2おすすめデザイン*/
.attention{
	margin-top:10px;
}
.attention p.details{
	margin:8px 0;
	font-size:12px;
	line-height:140%;
}
.attention .designlist{
	padding:15px 13px 5px;
	border:1px solid #B2B2B2;
	background-color:#FFFCE3;
	text-align:center;
	height: 250px;
}
.attention .designlist .designwrap{
	display:inline;
	float:left;
	width:210px;
	margin:0px 3px 5px;
	text-align:center
}
.attention .designlist .designwrap p{
	font-size:13px;
	font-weight:700;
	vertical-align: text-botom;
}
.attention-name{
	margin-top:5px;
	
}
.attention-name span{
	vertical-align:bottom;
}
.attention-name img{
	margin-right:3px;
	border:none;
}

/*3-3.人気デザイントップ3*/
.popularity{
	margin-top:10px;
}
.popularity p.details{
	margin:8px 0;
	font-size:12px;	
}
.popularity .designlist{
	padding:15px 13px 5px;
	border:1px solid #B2B2B2;
	background-color:#FFFCE3;
	height: 250px;
}
.popularity .designlist .designwrap{
	display:inline;
	float:left;
	width:210px;
	margin:0px 3px 5px;
	text-align:center
}
.popularity .designlist .designwrap p{
	font-size:13px;
	font-weight:700;
}
.popularity-name{
	margin-top:5px;
}
.popularity-name span{
	vertical-align:bottom;
}
.popularity-name img{
	margin-right:2px;
	border:none;
}

/********** デザイン封筒一覧部分 ***********/
/* 商品パネルの下地 2008.10.21 YT　p101.cssより移植 */

div.item_panel	{
	background-color: #eeefea;
}

/* デザイン封筒 仕様見本 2008.10.21 YT　p101.cssより移植 */

p.top_bc_samples_head	{
	margin-top: 16px;
	text-align: center;
	font-size: small;
	line-height: 1.5;
}

p.futoinfo-link	{
	padding-top: 10px;
	padding-left:10px;
	font-size:12px;
}

p.futoinfo-link a	{
	margin-left: 8px;
	padding-left: 18px;
	background: url(../../images/portal/futo/ico-login2.jpg) no-repeat left;
}


p.top_bc_samples_head img	{
	vertical-align: middle;
}


/*封筒サムネール表示部分*/
div.top_ev_samples	{
	width: 560px;
	margin: 8px auto;
	background:#FFFFFF;
}
div.top_ev_samples .futodesign_wrap{
	padding:15px 10px 10px;
	border-bottom:1px dashed #009999;
}
div.top_ev_samples .futodesign {
	width: 170px;
	float: left;
	margin: 3px 3px;
	padding: 0;
	font-size: 12px;
	text-align: left;
}

div.top_ev_samples .futodesign .futothumb	{
	text-align: center;
	margin-bottom: 10px;
}

div.top_ev_samples .futodesign img.k2	{
	margin-top: 5px;
}

div.top_ev_samples .futodesign img.k3	{
	margin-top: 32px;
}


div.top_ev_samples .futodesign p.ev_name	{
	font-size: 12px;
	margin-bottom: 4px;
}

div.top_ev_samples .futodesign p.ev_name a	{
	font-weight: bold;
}

.btn-designlist{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}
/*---------------------------
4.サブコンテンツ
---------------------------*/
#sub{
	display:inline;
	float: left;
	width:220px;
}

/*お気に入りに追加ボタン*/
#wrapper #sub div.btn-favorite {
	margin-bottom:10px;
	text-align:center;
}

/*4-1.ログインボックス*/
#member-btn{
	margin-bottom:10px;
	text-align:center;
}
#loginbox{
	text-align:center;
}
.loginboxcontents{
	margin-bottom:15px;
	padding:5px 0 8px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.loginboxcontents p{
	margin:1px 0 0 10px;
	font-size:12px;
	text-align:left;
}
.loginboxcontents .point{
	margin:0px 0px 10px 10px;
	font-size:12px;
	font-weight:700;
}
.loginboxcontents p a{
	height:15px;
	padding-left:20px;
	text-align:left;
	background-image: url(../../images/portal/futo/ico-login2.jpg);
	background-repeat: no-repeat;
	background-position: left center;	text-decoration: underline ;
	color:#006699;
}
.loginboxcontents p a:hover{
	color:#0000FF;
}
.loginboxcontents p.annotation{
	text-align:center;
	margin:2px 0 0 0;
	padding:0;
}
#loginbox dl{
	width:200px;
	margin:0 auto 10px;
	text-align:left;
}
#loginbox dd{
	margin-bottom:5px;
}
#loginbox dt{
	font-size:12px;
	font-weight:700;
}
#loginbox dd input{
	width:195px;
}
#loginbox input.btn-login{
	margin-bottom:3px;
}

/*-ログイン時-*/
p.n101-login{
	margin-top:3px;
}
div.n101-logoutbtn{
	margin-bottom:10px;
}
p.n101-login a{
	height:15px;
	background-image: url(../../images/portal/futo/ico-login2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/*4-2.年賀状・データ入稿・喪中・宛名印刷ボックス*/

/*デザイン年賀状ボックス*/
.boxdesignfuto{
	margin-bottom:15px;
	padding-bottom:10px;
	border:1px solid #B1B3B2;
	border-top:none;
}
.boxdesignfuto p{
	margin:0 0 15px;
	padding:10px 8px 0px;
	font-size:12px;
	line-height:130%;
}
.boxdesignfuto span{
	display:block;
	text-align:center;
}
.boxdesignfuto span a{
	display:block;
	width:150px;
	margin:0 auto;
	padding:0px 0 3px 34px;
	background-image: url(../../images/portal/futo/btn-side-box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-decoration: none;
	vertical-align: middle;
	line-height: 200%;
}
.boxdesignfuto span a:hover{
	text-decoration:none;
}

/*データ入稿商材トップへのリンク*/
.boxdatanyuko{
	margin:0 0 15px;
}

/*ポータルトップへのリンク*/
.linkportaltop{
	margin-bottom:15px;
}
/*4-2.取扱商品一覧*/
.boxsyouzai{
	margin-bottom:15px;
	padding-top:10px;
	border:1px solid #B1B3B2;
	border-top:10px solid #09c;
}
.boxsyouzai li{
	margin:0px 10px 10px;
	padding:0 0 3px 15px;
	border-bottom:1px dashed #999999;
	background-image: url(../../images/portal/futo/ico-sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	}
	
/*4-3.ご注文について・当店について*/
.sidemenu{
	margin-bottom:15px;
}
.sidemenu li{
	margin:5px 10px;
	padding:0 0 3px 15px;
	border-bottom:1px dashed #999999;
	background-image: url(../../images/portal/futo/ico-sidemenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
}

/*4-4.デザイン素材の著作権表記について*/
#copyright-sozai{
	margin-bottom:15px;
	padding:5px 10px;
	border:1px solid #999999;
	border-top:10px solid #999999;
}
#copyright-sozai h2{
	margin-bottom:10px;
	font-size:12px;
	font-weight:700;
}
#copyright-sozai p{
	font-size:12px;
	line-height:140%;
}

/*自社サイトバナー*/
#company{
	text-align:center;
}
#company img{
	margin:0 auto 15px;
}

/*SSL*/
#ssl-seal{
	margin-bottom:15px;
	text-align:center;
}
#ssl-seal img{
	margin:0 auto;
}
p.ssl-caption{
	margin-top:10px;
	padding:0 10px;
	font-size:10px;
	text-align:left;
	line-height:140%;
}



#side {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 235px;
}
#main2 h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-style: normal;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-right: 10px;
}
#main2 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #900;
	font-style: normal;
	line-height: 11px;
	background-color: #FF6;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 50px;
	width: 160px;
	text-align: justify;
	padding: 5px;
}
#main2 {
	padding: 0px;
	float: right;
	height: auto;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#main2 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 16px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main2 .size {
	padding: 5px;
	float: left;
	height: 350px;
	width: 187px;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	text-align: center;
	border: 1px solid #693;
}
#main2 .size p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main2 .size h4 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #9C6;
	text-decoration: none;
	display: block;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #79D6F4;
	border-right-color: #79D6F4;
	border-bottom-color: #79D6F4;
	border-left-color: #79D6F4;
}
#main2 .size h4 a:hover {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9C1818;
	background-color: #9CF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 47px;
	width: 922px;
	background-color: #e5e5e5;
}
#main2 ul {
	list-style-type: none;
}
#main2 ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main2 ul li a {
	padding: 0px;
	height: 75px;
	width: 167px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main2 .box1 {
	padding: 0px;
	height: auto;
	width: 670px;
	text-align: justify;
	border-right-color: #693;
	border-bottom-color: #693;
	border-left-color: #693;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	font-size: 12px;
	line-height: 18px;
}
.left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px;
}
.center {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


.orange {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FECB68;
}
.link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
	font-style: normal;
	text-decoration: underline;
	text-align: right;
	margin-left: 0px;
	margin-right: 20px;
}
.boldblue {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: underline;
	text-align: center;
}
.caption {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: justify;
	background-color: #FFC;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
}