@charset "utf-8";
/* common */

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;d
}
body { 
	font-size: 1.6rem;
	line-height: 1.4;
	width: 100%;
	height: 100%;
    background: #000000;
	
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}
body {
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* Default Link Color */
a:link {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}
a:focus {
    color: #FFFFFF;
}
a:active {
    color: #FFFFFF;
}
/* 明朝体 */
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}
/*Ul Style*/
ul,ol{
    list-style: none;
}
.cb {
    clear: both;
}
.cf:after {
    content:" ";
    display:block;
    clear:both;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 768px) {
.spOnly{
	display: none !important;
}
br.pcbr {
    display: block;
}
br.spbr {
    display: none;
}  
.inner{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}  
}
/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 767px) {
    
body { 
	font-size: 3.4vw;
    line-height: 1.4;
}
.pcOnly{
	display: none !important;
}
br.pcbr {
    display: none;
}
br.spbr {
    display: block;
}
.inner{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
img {
    max-width: 100%;
    height: auto;
}
.tel_link a{
    text-decoration: none;
}