/* @media (min-width: 769px) {
#contents,#header{
 display: none;
}
}

@media (max-width: 768px) { */

/*共通項目*/
html{

}

body{
 margin: 0;
 font-family: meiryo;
}

div#logospace{
 background-color: #32A2D3;
 text-align: center;
}

div#pc-message{
 display: none;
}

/*　DIV関連　*/
	/*　上部ロゴエリア　*/
div#logospace{
 background-color: #32A2D3;
 text-align: center;
}

	/*　ヘッダーエリア　*/
div#header{
width: auto;
 background-color: #32A2D3;
 font-size: 1em;
 text-align: center;
 color: #fff;
 padding: 5px;
}

	/*　フッターエリア　*/
div#footer{
margin: 50px auto;
 width: 80%;
 text-align: center;
 border-top: solid 1px #777;
 padding: 10px;
 color: #777;
}

#footer a{
 text-decoration: none;
 color:#777;
}

	/*　コンテンツエリア　*/
div#contents{
 width: 100%;
 font-size: 1.3em;
 margin-top: 20px;
 min-height:300px;
 color : #000000;
 background-color :#ffffff;
 line-height: 1.5em;
 text-align : center;
}

div#textpage{
 text-align: left;
 width: 95%;
 margin: auto;
}

	/*　設定項目エリア　*/
div#pvsettings{
 padding: 15px 0 20px 0;
}

/*　P関連　*/
p{
 margin: 0.5px;
}
	/*　補足文　*/
p.sup{
 font-size: small;
 color: #666;
 line-height:1.2;
 margin-top:5px;
}

	/*　所持PT　*/
p.hvpt{
background-color: #ade3e2;
 padding: 3px;
 border-radius: 5px;
 margin: 15px auto;
 width: 80%;
 font-size: 17px;
 color: #17396c;
}

	/*　項目大見出し　*/
p.l-stitle{
 color: #444;
 margin-bottom: 10px;
}

	/*　項目小見出し　*/
p.stitle{
font-size: 18px;
  text-align: left;
  width: 60%;
  margin: auto;
  color: #333;
}

p.btitle{
 background: #32A2D3;
 color: #fff;
 width: 80%;
 font-weight: bold;
    }

	/*　本文　*/
p.maintxt{
 font-size: 20px;
 color: #222;
 line-height: 1.2;
 max-width: 80%;
 margin: auto;
}

	/*　情報表示　*/
p.infomation{
font-size: 17px;
 text-align: left;
 width: 80%;
 margin: auto;
 color: #333;
}

/*　フォーム・ボタン関連　*/
	/*　更新・決定ボタン　*/
input[type="submit"].mod, a.mod{
 font-size: 18px;
 padding: 10px;
 width: 50%;
 background: #32A2D3;
 border: 0.5px #8b8c95 solid;
 border-radius: 8px;
 color: #fff;
 font-weight: bold;
 margin-top: 10px;
 text-decoration: none;
}

	/*　戻る等のボタン・遷移リンク　*/
input[type="submit"].menubtn,a.linkbtn{
 font-size: 18px;
 padding: 10px;
 width: 80%;
 background: #fff;
 border: solid #999;
 border-width: 0.1px 1px 2px 0.1px;
 border-radius: 5px;
 color: #444;
 margin-bottom: 7px;
 text-decoration: none;
}

	/*　通話リンク　*/
input[type="text"].clink{
 font-size: 17px;
 width: 60%;
 border-radius: 5px;
 border: solid 1px #888;
}

	/*　設定項目テキストフォーム　*/
#pvsettings input[type="number"], input[type="text"]{
 font-size: 17px;
}

/*　装飾部品関連　*/
	/*　区切り線　*/
hr{
 border: dotted #85b3ab;
 border-width: 0 0 4px 0;
 width: 90%;
 margin-bottom: 15px;
}

	/*　リスト　*/
ul{
 width: 80%;
 margin: auto;
}

li{
 font-size: 16px;
 text-align: left;
 color: #333;
 list-style: disc;
}

span.sup{
 font-size: small;
 color: #666;
}

span.caution{
 color: #ff0000;
}

/* } */


	/*　rulesページ特例　*/
div#rules{
 margin: 15px;
 text-align: left;
}

#rules p{
 font-size: medium;
}