@charset "UTF-8";


@import url('pc.css');



/* --- --- */

* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color:transparent;	
}


.nopc {
	display:block;
}


.section-title  {
	/*height: 28px;*/
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	clear: both;
	display: block;	/*margin-bottom:25px;*/
	border-bottom: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	background-color: #E7E7E7;
}










#header {
	width:auto;
	min-width:inherit;
}
#header .inner {
	width:auto;
	min-width:inherit;
	height:auto;
	padding: 8px;
}
#header .inner .text {
	display:none;	
}

#header .inner .catch {

    position:relative;
    display: block;
    left:auto;
    top:auto;
    /*font-size: 13px;
    color: #666;*/
    width: 100%;
	/*
    text-align: left;
    line-height: 1.4em;	*/
}


#header .inner .lang {
	display:none;	
}
#header .inner .tel {
	display:none;	
}
#header .inner .address {
	display:none;	
}

#header .logo {
	/*height:100%;
	width: 100%;
	*/
	position:relative;
	display: block;
	
	left:auto;
	top: auto;
	/*font-size: 1px;
	text-indent: -9999px;
	*/
	margin: 15px auto 12px auto;
}
#header .logo a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../common_img/logo.png);
	/*background-repeat: no-repeat;*/
	background-position: center center;
}




#navi {
	/*display: block;*/
	display:none;
	margin-bottom: 15px;
	width:100%;
	min-width:100%;
	background-color: transparent;
	/*background-color: #535353;*/
}
#navi .inner {
	width: 100%;
	min-width:100%;
}
#navi ul {
	display: block;
	list-style-type: none;
}
#navi ul li.first {
	width: 49.6%;
}
#navi ul li {
	/*display: block;
	vertical-align:middle;
	list-style-type: none;
	*/
	float: left;
	width: 49.6%;
	/*
	text-align: center;
	font-size: 12px;
	*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left: none;
	border-top: none;
}
#navi ul li a {
}




#pankuzu {
	width: 100%;
	min-width: 100%;
}
#pankuzu .inner {
	width: 100%;
	min-width: 100%;
}

#topimage {
	width: 100%;
	min-width:100%;
	background-color:#F00;
	font-size:1px;
}
#topimage .inner{
	width: 100%;
	min-width:100%;
	height:auto;
}
#topimage img {
	width: 100%;
	max-width:100%;
}

#footer {
	width: 100%;
	min-width: 100%;
}
#footer .inner {
	width: 100%;
	min-width: 100%;
}

/* CON */
#con {
	width: 100%;
	min-width: 100%;
}
#con .inner {
	width:auto;
	display:block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}



/* PANES */
.panes {
	
	width: 100%;
	margin-bottom: 25px;	
	/**/
}
.panes ul {
	/*
	list-style: none;
	*/
}

.panes ul li {
	list-style: none;
	display: block;
	/*width: 460px;*/
	width: 100%;
	
	margin: 0px 40px 25px 0px;
	float: left;
}
.panes ul li.break {
	/*
	margin-right: 0px;
	*/
}
.panes ul li.begin {
	clear:none;
}
.panes ul li .title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	display:block;
	padding-top:10px;
	padding-bottom:15px;
}
.panes ul li .text {
	font-size: 15px;
	color: #666;
	line-height: 1.4em;
}
.panes ul li img {
	display:block;
	margin:0px auto;
	max-width:100%;
}




/* FOOTER LIST */


#footer .link ul {
	display:block;
	margin-bottom:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#footer .link ul li {
	display: block;
	list-style-type: none;
	font-size: 20px;

	text-decoration: none;
	border-left: none;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;

	line-height:1.1em;
	
	height: auto;

	margin: 0px;
	padding:0px;

	
}
#footer .link ul li.nopc {
	/*display: none;*/
	display: block;
}
#footer .link ul li.first {
	border-left-style: none;
}
#footer .link ul li a {


	background-image: url(../common_img/i/listArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	
	
	display: block;
	text-decoration: none;
	line-height:none;


	padding-top: 20px;
	padding-right: 26px;
	padding-bottom: 20px;
	padding-left: 10px;
	
}

#footer .link ul a:hover {
	color: #F00;
}





#footer .name {
	display:none;
}
#footer .text {
	display:none;
}

#copyright {
	clear:both;	
	width:100%;
	min-width:100%;
	padding:0px;
}
#copyright .inner {
	width:auto;
	min-width:auto;
	padding:25px;
}




/* PERMA LINK */
a.permalink {
	float:none;
}




/* MENU LINK */
.menulink {
}
.menulink ul li {
	float: none;
	width: auto;
	
}


/* VIMEO ASPECT */
.aspect_16_09 {
	width: 474px;
	height: 266px;
}




