﻿



/*スマホサイト**********************************************************************/
@media screen and (max-width:700px) {



* {margin: 0;padding: 0}
a {text-decoration : none}
ul, ol {list-style : none}
img {
	vertical-align : middle;
	max-width : 100%;
	height:auto;
}

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
.floatClear-sp {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

html {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    font-size : 14px; /*ブラウザデフォルト16px / 16×0.625=10 / 以降em指定はこれを基準に */
	line-height : 20px;
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
}
br.br-pc {
	display: none;
}

.only_sp {
}
.only_pc {
    display: none;
}



p#greeting {
    width: 96vw;
    padding: 10vw 2vw 10vw 2vw;
    margin-bottom: 0px;
}
#url {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:701px) {



/*defaultCSS------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html {
overflow-y: scroll;
scroll-behavior: smooth;
}

img, object, embed {
vertical-align:bottom;
border: 0px;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
	display: none;
}

ul {
padding: 0;
margin: 0;
list-style-position:outside;
}

ol {
padding: 0;
margin: 0;
list-style-position:inside;
}

form, input {
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------defaultCSS*/

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

/*body部分--------------------------------------------------------------------------------------------*/
body {
    min-width: 1310px;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #222222;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/*--------------------------------------------------------------------------------------------body部分*/



br.br-sp {
	display: none;
}
br.br-pc {
}

.only_sp {
    display: none;
}
.only_pc {
}



p#greeting {
    padding: 50px 50px 50px 50px;
    margin: 0px 0px 0px 0px;
}
#url {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



}


