@charset "UTF-8";
/* CSS Document */
img{
    max-width: 100%;
    height: auto;
    /*width:auto;　*/
}

.linkbox a:hover {
	color: #333;
}

.pcNon {
	display: none;
}


/* =================================================================== 
 * style info : header
 * =================================================================== */


#header {
	width:100%;
	max-width: 100%;
	text-align:left;
	border-bottom: 1px solid #333;
	padding:0;
}


#hdMain h1 {
	padding-top: 10px;
}

/* =================================================================== 
 * style info : mainContent
 * =================================================================== */
/*メインイメージ　下層ページ*/

#mainImage {
	width: 960px;
	margin: 0 auto;
	} 

/*カラム設定*/
#rightContent {
	width: 74.5%;/*715px*/
	float: right;
}

#leftContent {
	width: 23%;/*220px*/
	float: left;
}


	

/* =================================================================== 
 * style info : simpleSlideShow
 * =================================================================== */


.simpleSlideShow img {
	display : none;
}
.simpleSlideShowWrapper {
	margin : 0 auto;
	position : relative;
}
.simpleSlideShowWrapper img {
	position : absolute;
	left : 0;
	top : 0;
}
.simpleSlideShowNav ul li {
	cursor : pointer;
}

.simpleSlideShowCaption {
	display : none;
}

/* =================================================================== 
 * style info : YouTube
 * =================================================================== */
.vWrap{
position: relative;
margin-top: 1.2em;
margin-bottom: 1.2em;
padding-bottom: 50%;
padding-top: 69px;
overflow: hidden;
}

.vWrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/* =================================================================== 
 * style info : footer
 * =================================================================== */
#bottomArea {
	width: 100%;
	max-width: 100%;
	background: url(images/common/bg_btm.gif) top repeat-x #eeebde;
}

footer {
	width: 100%;
	max-width: 100%;
	background: url(images/common/bg_foot.gif) top repeat-x #e5dfcc;
}

#page-top {
    bottom: 30px;
    position: fixed;
    right: 10px;
}
#page-top a {
    color: #BBBBBB;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 40px;
}
#page-top a:hover {
    color: #000000;
}
#page-top span {
    background: url(images/common/topicon.png) no-repeat scroll center center #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    display: block;
    height: 40px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 40px;
}
#page-top a:hover span {
    background-color: #777777;
}
