
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
}

a{
	text-decoration	: none;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
}


/** header **/

header{
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

header h1{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#mtop a{
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	width: 150px;
	height: 55px;
	text-indent: -9999px;
}

#navToggle button{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display:block;
	width: 40px;
	height: 35px;/** header,nav,SAME HEIGHT **/
	text-indent: -9999px;
	border-width: 1px;
	border-style: solid;
	border-radius: 1px;
	background: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#navToggle button span,
#navToggle button span:before,
#navToggle button span:after{
	display: inline-block;
	width: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#navToggle button span{
	position: absolute;
	top: 9px;
	right: 8px;
}

#navToggle button span:before{
	content			: "";
	display			: block;
	clear			: both;
	position: absolute;
	top: 6px;
	right: 0;
}

#navToggle button span:after{
	content			: "";
	display			: block;
	clear			: both;
	position: absolute;
	top: 12px;
	right: 0;
}

#navToggle .closebt span{
	position: absolute;
	top: 15px;
	right: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#navToggle .closebt span:before{
	content			: "";
	clear			: both;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	opacity:0; 
}

#navToggle .closebt span:after{
	content			: "";
	display			: block;
	clear			: both;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}



nav{
	width: 190px;
	height: 100vh;
	text-align: left;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: -200px;
	top: 55px;/** header,nav,SAME HEIGHT **/
	z-index: 1000;
	overflow: hidden;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 0 55px 0;
}

nav.opennav{
	width: 190px;
	height: 100vh;
	overflow: visible;
	right: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

nav.opennav::-webkit-scrollbar {
  display: none;
}

nav ul{
	padding: 0 10px;
	margin: 0 0 80px 0;
}

nav li a{
	display: block;
	font-size		: 13px;
	line-height		: 20px;
	text-decoration: none;
	padding: 15px 0 14px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: url(http://www.v3tmp.fucolle.site/ipn/img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 24px 10px;
	background-size: 24px 10px;
}

nav li .bt1 , nav li .bt1:hover{
	font-size: 13px;
	margin: 10px 0 0 0;
	line-height: 15px;
	border: none;
}


/** page-top **/

#page-top{
	width			: 100%;
	display			: none;
	vertical-align	: top;
	font-size		: 0;
	line-height		: 0;
	text-align		: right;
	position		: fixed;
	z-index			: 10;
	right			: 0;
	bottom			: 0;
	padding			: 5px 0;
}

#page-top a , #page-top a:hover{
	color			: #ffffff;
}

#page-top table{
	width			: 100%;
}

#page-top tr{
	vertical-align	: middle;
}

#page-top td{
	padding			: 0 1px;
}

#page-top tr td:first-child{
	padding-left	: 3px;
}

#page-top tr td:last-child{
	padding-right	: 3px;
}

#page-top td.pg_td{
	width			: 33px;
}

.pg_tel1{
	display			: block;
	height			: 35px;
	text-align		: left;
	border-radius		: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
}

.pg_tel1 a{
	display			: block;
	height			: 35px;
	position		: relative;
	text-decoration	: none;
	font-weight: bold;
}

.pg_tel1 a.icon-tel:before,
.pg_tel2 a.icon-tel:before{
	position: absolute;
	left: 5px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}

.pg_tel1 a em{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	position		: absolute;
	display			: inline-block;
	font-size		: 10px;
	line-height		: 20px;
	top				: 50%;
	left			: 35px;
	margin-top		: -8px;
}

.pg_tel1 a span{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	display			: inline-block;
	font-size		: 15px;
	line-height		: 34px;
	padding			: 0 0 0 108px;
}

.pg_tel2{
	display			: block;
	height			: 35px;
	text-align		: left;
	border-radius		: 3px;
	-moz-border-radius	: 3px;
	-webkit-border-radius	: 3px;
}

.pg_tel2 a{
	position: relative;
	display			: block;
	height			: 35px;
	text-decoration	: none;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	font-weight: bold;
}

.pg_tel2 a em{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	display			: block;
	font-size		: 10px;
	line-height		: 12px;
	padding			: 5px 0 0 33px;
}

.pg_tel2 a span{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	display: block;
	font-size		: 10px;
	line-height		: 12px;
	padding			: 0 0 0 33px;
}

#pg_top,
#pg_up{
	display			: block;
	width			: 33px;
	height			: 35px;
}

#pg_top a{
	display			: block;
	width			: 33px;
	height			: 35px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}

#pg_up a{
	display			: block;
	width			: 33px;
	height			: 35px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}

#move-page-top{
	text-decoration	: none;
	display			: block;
	cursor			: pointer;
}


/** main **/

main{
	text-align: left;
	padding: 55px 0 0 0;
}

#topimg{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(180 / 320 * 100%);
}

#topimg h2{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}


/** headline **/

#headline{
	position: relative;
	width: 100%;
}

#headline .ticker{
	font-size		: 11px;
	line-height		: 25px;
	text-align		: left;
}

div.ticker{
	position		: relative;
	overflow		: hidden;
}

div.ticker ul{
	height			: 25px;
}

div.ticker ul li{
	float			: left;
	display			: inline;
	clear			: both;
	text-align		: left;
	position		: relative;
	line-height		: 25px;
	margin-bottom	: -25px;
}

div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}


/** top_telopen **/

.top_telopen{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 9px 0;
}

.top_telopen a{
	font-size: 16px;
}


/** title **/

.title{
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	height: 60px;
	padding-top: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.title em{
	font-size: 22px;
}

#right .title{
	height: 80px;
	padding-top: 26px;
}

.s_title{
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title em{
	font-size: 11px;
	font-weight: normal;
}


/** sp_icon_menu **/

.link_bnr{
	text-align: center;
	padding: 10px 0 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.link_bnr_in{
	width	: 314px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.link_bnr_in a,
.link_bnr_in em{
	display: inline-block;
	margin: 0 3px 6px 3px;
}

.link_bnr_in em{
	width: 150px;
	height: 39px;
	background: rgba(153,153,153,0.3);
}

.sp_icon_menu{
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sp_icon_menu li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 3px 0;
	text-align: center;
}

.sp_icon_menu li a{
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sp_icon_menu li a em{
	display: inline-block;
	width: 70px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.sp_icon_menu li a:before{
	font-size: 38px;
	line-height: 54px;
}


/** sp_text_menu **/

.sp_text_menu{
}

.sp_text_menu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sp_text_menu li a{
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 14px 10px;
	background: url(http://www.v3tmp.fucolle.site/ipn/img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 24px 10px;
	background-size: 24px 10px;
}


/** link_menu **/

.link_menu{
	text-align: left;
}

.link_menu li{
	display			: table;
	width			: 100%;
	min-height		: 48px;
	font-size		: 13px;
	line-height		: 16px;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	background: url(http://www.v3tmp.fucolle.site/ipn/img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 24px 10px;
	background-size: 24px 10px;
}

.link_menu li:last-child{	border-bottom: none;}

.link_menu li a{
	display			: table-cell;
	vertical-align		: middle;
	padding			: 8px 0px 7px 10px;
}

.link_menu li span{
	font-size: 10px;
}


/** footer **/

footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 0 0 60px 0;
	border-top-width: 5px;
	border-top-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#footer{
}

#finfo{
	padding: 20px 0;
}

#finfo h2{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 3px 0;
}

#finfo p{
	font-size: 11px;
	line-height: 15px;
}

#finfo div{
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 0 0;
}

#ad{
	width: 220px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 20px auto;
}

#ad dt{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	font-size: 10px;
	line-height: 16px;
	text-align: right;
}

#ad dd{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 16px;
	text-indent: 5px;
	text-align: left;
}

#copy{
	font-size: 10px;
	line-height: 16px;
}

.bt, .bt:hover{	color: #fff;}

#error{
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#error span{
	color: #ff0000;
}

#over{
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#over span{
	color: #ff0000;
}

#c_ban{
	margin-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
}

/*
.title,
.s_title,
.top_telopen,
.telopen,
footer,
.font1{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}
*/

/**

{
	font-size: 10px;
	line-height: 20px;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
}

**/
