@charset "shift_jis";


/*------------------------- PC・スマホ共通のスタイル指定 -------------------*/

body, all, header, main, footer {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 10pt;
  color:#333333;
}

header, footer {
  display: block;
}

ol, ul {
  /*display: flex;*/
  list-style: none;
  text-align: left;
}

input, select {	cursor:hand;}
table {font-size: 10pt;  color:white;}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

table{ 
  text-align:center; 
  font-size:10pt;
  /*color:white;*/
}

.sample1 { 
font-size:14pt; 
text-decoration:none; 
color:blue; 
font-weight:bold;
}

.ru { 
position:absolute; 
font-size:28pt; 
font-weight:bold; 
color:#0000ff;
}

img.picture {
  float: left;
  margin: 0 10px 10px 0;
}

a:link { color: black;}
a:visited { color: blue;}
a:hover { color: red;}
a { text-decoration: none; }

.size7{font-size: 7pt;}
.size8{font-size: 8pt;}
.size9{font-size: 9pt;}
.size10{font-size: 10pt;}
.size11{font-size: 11pt;}
.size12{font-size: 12pt;}
.size14{font-size: 14pt;}
.size16{font-size: 16pt;}
.size20{font-size: 20pt;}

.normal{font-weight: normal;}
.border1 {border:1px solid silver;}
.left {float: left; display: inline;}
.right {float: right; display: inline;}
.sita {vertical-align: bottom;}		/*インライン要素とテーブルセルのみ*/


/*---------------------------- PC向けのスタイル ----------------------------*/
@media only screen and (min-width: 680px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  -webkit-text-size-adjust: none;
}

/*------------ ALL ------------*/

#all {
  width: 1000px;
  overflow: hidden;
  margin: 20px auto 50px auto;
  padding: 0 10px 10px;
  border-radius: 10px; 
  border:2px solid #e5e4e6;
  background-color: #E7E1D2;		//#C7E5E1;
}

/*---------- ヘッダー ----------*/

#header {
  width: 780px;
  margin: 0 auto 0 auto;
  /*background-image: url(../img/header.png);  -- 背景 --*/
  /*background-repeat: repeat-x;*/
}

#header ul {
  width:600px;
}

#header li {
  width:50%;
  float: left;
}

#header h1 {
  margin: 0 auto 0 auto;
  width: 100%;
  padding: 2px 0 0 5px;
  /*font-weight: normal;*/
  font-size: 20pt;
  color: gold;
}

#header #mes {
  /*position:absolute;*/
  margin-top:-10px;
  margin-left:337px;
  padding:10px 20px 7px;
  width:430px;
  border-radius: 10px; 
  border:1px solid silver;
  line-height: 130%;"
  text-align: left;
  background-color:white; 
  color:#333333;
  display: block;
}


/*------------ MAIN ------------*/

#main {
  clear: both;
  width:830px;
  margin: -30px 0 0;
  padding: 0 10px;
  line-height: 130px;
}

#main h2 {
  height: 45px;
  margin: 0 0 10px 0;
  padding: 11px 0 0 26px;
  font-size: 18px;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat;
}

#main table.max {
  width:100%;
}

#main table.medium {
  width:55%;
  height:90px;
}

#main table.small {
  width:220px;
}

.startBotan{
	display: block;
	width: 200px;
	height: 70px;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid rgba(0,0,0,0.5);
	padding: 7px 0 0 0;
	border-radius: 10px;
	cursor: pointer;
	background: linear-gradient(#fff,#797979);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	transition: .3s;
}
.startBotan:hover{
	color: orange;
	box-shadow: unset;
	transform: translateY(1px);
}
/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 0 0px;
  padding: 0;
  line-height: 130%;
  font-size: 10pt;
}


}/*-------- PC向けのスタイル end ----------*/




/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:680px) and (max-width:920px) {


/*------------- ALL ------------*/


#main {
  min-width: 780px;
}

#main table.medium {
  width:55%;
  height:90px;
}

#main table.small {
  width:220px;
}

}/*----- タブレット向けのスタイル end -----*/



/*---------------------------- スマートフォン向けのスタイル ----------------------------*/
@media only screen and (max-width: 679px) {


/*---------- ページ全体の指定 ----------*/

body {
  width: 107%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: auto;
  padding: 0;
  background-color: #cccccc;
  -webkit-text-size-adjust: none;
}

/*------------ ALL ------------*/

#all {
  width: 100％;
  overflow: hidden;
  margin: 20px 5px 20px;
  padding: 0 5px 10px;
  border-radius: 10px; 
  border:2px solid #e5e4e6;
  background-color: #C7E5E1;
}

/*---------- ヘッダー ----------*/

#header {
  width: 100%;
  margin: 0;
  /*background-image: url(../img/header.png);  -- 背景 --*/
  /*background-repeat: repeat-x;*/
}

#header #mes {
  margin:0 0 -5px;
  width:90%;
  border-radius: 10px; 
  border:1px solid silver;
  padding: 10px 5px;
  line-height: 130%;"
  text-align:left;
  background-color:white; 
  color:#333333;
  display: block;
}


/*------------ MAIN ------------*/

#main {
  clear: both;
  width:100%;
  margin: 0 0 0 -5px;
  padding: 0;
  line-height: 130px;
}

#main h2 {
  height: 45px;
  margin: 0 0 10px 0;
  padding: 11px 0 0 26px;
  font-size: 18px;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat;
}

#main table.max {
  width:100%;
}

#main table.medium {
  width:55%;
  height:90px;
}

#main table.small {
  width:220px;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  line-height: 130%;
  font-size: 10pt;
}


}/*-------- スマホ向けのスタイル end ----------*/

