@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
/* ---------------------------------------------------------------------------------
Copyright© R-FAITH  All Rights Reserved.

HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td
 {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
   vertical-align: middle;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

div.clear {
	clear: both;
	height: 0;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
/*.clearfix {
	overflow:hidden;
}*/

.none {
	display: none;
}


/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
	height: 167px;
	width: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 3;
}
#header-wrapper header {
	height: 77px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper header h1 {
	height: 70px;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper header h1 a {
	display: block;
	height: 70px;
	width: 140px;
	background-image: url(../img/common/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header-wrapper header nav.nav {
	background-image: url(../img/common/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 45px;
}
#header-wrapper header nav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header-wrapper li {
	display: block;
	float: left;
}

#header-wrapper header nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #F3F1ED;
	background-image: none;
	padding-top: 22px;
	padding-bottom: 11px;
	border-bottom: 1px solid #DCDCDC;
}


#header-wrapper header #anc-contanct {
	position: absolute;
	top: 0px;
	right: 0px;
}



/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper article {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	position: relative;
	z-index: 0;
}
#contents-wrapper header {
	width: 100%;
	min-width: 1000px;
}
#contents-wrapper header h2 {
	background-color: #EA2B22;
	text-align: center;
	height: 60px;
	padding-top: 26px;
	position: relative;
}
#contents-wrapper header h2:after {
	display: block;
	height: 55px;
	width: 40px;
	background-image: url(../img/common/icon_ttl.png);
	background-repeat: no-repeat;
	margin-left: -20px;
	position: absolute;
	left: 50%;
	top: 48px;
	content:"";
}
#contents-wrapper header div#header-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 13px;
}

div#topicpath {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	color: #333;
}
div#topicpath a {
	color: #333;
}	

div#topicpath .current {
	text-decoration: underline;
}
div#sns-block {
	width: 240px;
	float: right;
}
div#sns-block #facebook_like,
div#sns-block #twitter {
	float: left;
	width: 120px;
}



#contact-area {
	padding: 30px 0px 25px 65px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
}
#contact-area > div {
	float: left;
	width: 250px;
	padding-right: 30px;
}
#contact-area > div h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	padding-bottom: 8px;
	padding-left: 12px;
	border-bottom: 1px solid #CCC;
}
#contact-area p {
	font-size: 14px;
	line-height: 1.6em;
	color: #000;
	padding-top: 12px;
	padding-left: 12px;
}

#contact-area p img {
	padding-right: 18px;
}  

#contact-area #address {
}
#contact-area #mail {
}
#contact-area #sns {
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
	background-color: #EA2B22;
	width: 100%;
	padding-top: 40px;
}
#footer-wrapper footer {
	padding: 0px 100px 50px;
}
#footer-wrapper footer #footer01 {
	text-align: center;
	padding-bottom: 65px;
}
#footer-wrapper footer #footer01 a {
	display: inline-block;
    *display: inline;  
    *zoom: 1; 
	font-size: 14px;
	color: #FFF;
	padding-right: 20px;
	line-height: 14px;
	background-image: url(../img/common/icon_f_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#footer-wrapper footer #footer02 {
	text-align: center;
}
#footer-wrapper footer #footer02 a {
	display: inline-block;
    *display: inline;  
    *zoom: 1;
	padding-right: 25px;
	padding-left: 25px;
	border-left: 1px solid #FFF;
}
#footer-wrapper footer #footer02 a:last-child {
	border-right: 1px solid #FFF;
}

#footer-wrapper #page-top {
	font-family: "Open Sans Condensed", sans-serif;
	background-image: url(../img/common/btn_pagetop.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
	background-color: #FFF;
	width: 100%;
	cursor: pointer;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../img/common/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../img/common/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../img/common/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../img/common/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../img/common/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../img/common/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../img/common/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../img/common/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../img/common/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}








