/* 全ページ共通　文字の色設定(変更可能) */
body{color:#ffffff;}

/* 全ページ共通　リンクの色と装飾の設定(変更可能) */
a:link{color:white;
text-decoration:none;}
a:visited{color:white;
text-decoration:none;}

/* 全ページ共通 div枠など */

.wrap{width:100%;}

.contents{
    max-width:1300px;
    margin-left: auto;
    margin-right: auto;
    height:auto;}

.head{width:100%;
      text-align:left;
      padding-left:50px;}

ul{list-style: none;
   margin-top:50px;}

.float_wrap{
  display: block;
}
.float_wrap li{
  float:left;}
.float_wrap li:nth-child(3n+1){
  clear: left;
}

h1{font-size:150%;
   font-weight:bold;}

h2{font-size:150%;
   font-weight:bold;
   padding-left:50px;}

.index2{font-size:125%;
max-width:550px;
line-height:200%;}

.linkpage{font-size:150%;
max-width:600px;
font-weight:bold;}

.space{padding:20px;
       padding-top:0px;}

.fortop{text-align:right;}



/* index、index2、linkページの背景画像の設定(変更可能) */
.body {
		background-color:#CC99CC;
		background-image: url("../images/back01.jpg");	/* 1000x650 */
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		}

/* infoページの背景画像の設定(変更可能) */
.infobody {
		background-color:#CC99CC;
		background-image: url("../images/back02.jpg");	/* 1000x650 */
		background-size: cover;
		background-attachment: fixed;
		background-position: center center;
		}


/* indexの文字サイズ、フォントの設定 */
.style1 {
	font-size: 36pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:1.5em;}


/* タブレットサイズに合わせた設定 */
@media screen and (max-width: 1200px) {

.head{width:100%;
      text-align:left;}
.contents{
    max-width:100%;
    height:auto;}

ul{list-style: none;
margin-top:0px;}

.index2{font-size:125%;
max-width:95%;}

.linkpage{font-size:150%;
max-width:95%;}
}


/* スマートフォンサイズに合わせた設定 */
@media screen and (max-width: 600px) {

.headimage{width:60px;
height:auto;}

.head{width:100%;
      text-align:left;
      padding-left:0px;}

ul{list-style: none;
padding-left:0px;}

.contents{
    max-width:100%;
    height:auto;}

.index2{font-size:125%;
max-width:100%;}

.linkpage{font-size:150%;
max-width:100%;}

}