@charset "utf-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*/--------------------------------------------------------------------------/*/
/* ===== HEADER ===== */
/*/--------------------------------------------------------------------------/*/

header{
	width:100%;
	height:100px;
	position:relative;
	z-index:50;
}

#header_wrapper{
	width:100%;
	background-color:rgba(255,255,255,0.8);
	overflow:hidden;
}

#header_inner{
	width:940px;
	margin:0 auto;
}

header h1{
	width:205px;
	height:54px;
	margin-top:12px;
	background:url(../img/header_logo.png) no-repeat;
	float:left;
}

header h1 a{
	width:205px;
	height:54px;
	display:block;
	text-indent:-9999px;
}

header .sub_nav{
	width:100%;
	height:20px;
	background: -moz-linear-gradient(top, #B80E12, #9A0C0F);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#B80E12),to(#9A0C0F));/* Safari,Google Chrome用 */ 　
}

header ul{
	list-style-type:none;
	overflow:hidden;
	position:relative;
}

header .sub_nav ul{
	width:940px;
	margin:0 auto;
	color:#FFF;
	font-size:68%;
}

header .sub_nav ul li{
	height:20px;
	margin-left:20px;
	padding:3px 0 0 10px;
	background:url(../img/header_arrow.gif) no-repeat;
	float:right;
}

/* Firefox hack */
header .sub_nav ul li, x:-moz-any-link, x:only-child{
	padding:1px 0 0 10px;
}

/* iPhone hack */
@media screen and (max-device-width: 480px) {
header .sub_nav ul li{
	padding:1px 0 0 10px;
	}
}

/* iPad hack */
@media screen and (max-device-width: 1028px) {
header .sub_nav ul li{
	padding:1px 0 0 10px;
	}
}

header .sub_nav ul li a:link,
header .sub_nav ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

header .sub_nav ul li a:hover,
header .sub_nav ul li a:active{
	color:#E0E0E0;
	text-decoration:none;
}

header .sub_nav ul .blog{
	width:60px;
	padding:0;
}

/* nav */

header #nav{
	margin-top:20px;
	float:right;
}

header #nav li{
	margin-top:20px 0 0 30px;
	float:right;
}

/*/--------------------------------------------------------------------------/*/
/* ===== ARTICLE ===== */
/*/--------------------------------------------------------------------------/*/

article{
	width:100%;
	padding-bottom:60px;
	background:url(../img/bg.gif) repeat;
}

article #title{
	width:100%;
	height:220px;
}

article #title h1{
	height:220px;
	background:no-repeat;
	text-indent:-9999px;
}

article #pankz{
	width:100%;
	height:20px;
	background:#372D20;
	line-height:18px;
}

article .pankz_wrapper{
	width:940px;
	margin:0 auto;
}

article #pankz:after{
	width:100%;
	height:2px;
	content:"";
	border-bottom:1px solid #000;
	display:block;
}

article #pankz p{
	padding-top:1px;
	color:#FFF;
	font-size:68%;
}

/* Firefox hack */
article #pankz:after, x:-moz-any-link, x:only-child{
}
article #pankz p, x:-moz-any-link, x:only-child{
}
/* end */

/* Saferi, Chrome hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 article #pankz:after  {
		height:2px;
        }
 article #pankz p{
		padding-top:1px;
        }
}

/* iPhone hack */
@media screen and (max-device-width: 480px) {
article #pankz:after{
	height:2px;
	}
article #pankz p{
	padding-top:1px;
	}
}

/* iPad hack */
@media screen and (max-device-width: 1028px) {
article #pankz:after{
	height:2px;
	}
article #pankz p{
	padding-top:1px;
	}
}

article #pankz a:link,
article #pankz a:visited{
	color:#FFF;
}

article #pankz a:hover,
article #pankz a:active{
	color:#CCC;
	text-decoration:none;
}

article #main{
	width:940px;
	margin:30px auto 0 auto;
}

/*/--------------------------------------------------------------------------/*/
/* ===== FOOTER ===== */
/*/--------------------------------------------------------------------------/*/

footer{
	width:100%;
	padding-top:1px;
	background: linear-gradient(#720A0C, #9A0C0F);
	background: -moz-linear-gradient(top, #720A0C, #9A0C0F);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#720A0C),to(#9A0C0F));/* Safari,Google Chrome用 */ 　
}

footer #footer_wrapper{
	width:100%;
	border-top:1px solid #FFF;
}

footer #footer_wrapper .footer_inner{
	width:940px;
	margin:0 auto;
}

footer ul,
footer address{
	font-size:68%;
}

footer ul{
	margin-top:10px;
	color:#FFF;
	float:left;
	list-style-type:none;
}

footer ul li{
	height:10px;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #FFF;
	float:left;
	line-height:1.1;
}

footer ul li:last-child{
	margin-right:0;
	padding-right:0;
	border-right:0;
}

footer ul li a:link,
footer ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

footer ul li a:hover,
footer ul li a:active{
	color:#CCC;
	text-decoration:none;
}

footer .pagetop{
	width:80px;
	height:24px;
	float:right;
}

footer address{
	padding:10px 0;
	color:#FFF;
	clear:both;
}


/*/--------------------------------------------------------------------------/*/
/* ===== FOOTER PORTAL ===== */
/*/--------------------------------------------------------------------------/*/

.footer_portal{
clear:both;
width:940px;
height:70px;
padding:10px 0 5px 0;
margin:0 auto;
}

.footer_portal ul{
width:100%;
height:60px;
padding:5px 0 5px;
margin: 0;
list-style:none;
}

.footer_portal li{
display:inline;
}

.footer_portal a{
width:100%;
height:60px;
display:block;
text-indent:-9999px;
}


.footer_portal .castellino{
width:233px;
height:60px;
padding-left:20px;
padding-right:0;
margin-right:0;
border-left:rgba(255, 255, 255, 0.15) 1px solid;
border-right:none;
}

.footer_portal .castellino a{
background-image:url(../img/footer_portal/la-mariee-castellino.png);
background-repeat:no-repeat;
background-position:0 0;
}


.footer_portal .past_collection{
width:193px;
height:60px;
padding-left:20px;
padding-right:0;
margin-left:20px;
margin-right:0;
border-left:rgba(255, 255, 255, 0.15) 1px solid;
border-right:none;
}

.footer_portal .past_collection a{
background-image:url(../img/footer_portal/pasukore.png);
background-repeat:no-repeat;
background-position:0 0;
}


.footer_portal .past_collection_studio{
width:241px;
height:60px;
padding-left:20px;
padding-right:20px;
margin-left:20px;
margin-right:0;
border-left:rgba(255, 255, 255, 0.15) 1px solid;
border-right:rgba(255, 255, 255, 0.15) 1px solid;
}

.footer_portal .past_collection_studio a{
background-image:url(../img/footer_portal/past-collection-studio.png);
background-repeat:no-repeat;
background-position:0 0;
}




