@charset "Shift_JIS";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
	max-width: auto;
height: auto;
width /***/:auto;　
}
#container{
	width:auto;
}
*{

    margin:0;
    padding:0;
    /*border:dotted 1px #FF6600;*/
}

#wrap { 
    width: 900px;
    margin: 0px auto;
}

body{
    line-height: 1.4;
    font-size: 12px;
    color: #999999;
    text-align: left;
    background: url(image/body_back.jpg);
    }
    

h1  {
	text-decoration: none;
	padding: 20px 0 0px 0;
    font-weight: 15;
    padding-left: 15px;
    color: #922d59;
}


#header p {
	text-decoration: none;
	padding: 0px 0 0px 0;
    font-weight: 10;
    padding-left: 10px;
    color: #922d59;
     }




h2{
	margin-bottom: 10px;
    color: #f49a4e;
    line-height: 30px;
    font-weight: 100;
    }

h3{
     font-weight: 100;
     color: #f49a4e;
     font-weight: bold;
     border-bottom: 1px solid #f49a4e;
     margin-bottom: 10px;
     }
     
p{
    line-height:1.8em;
    margin: 0px;
    }
    
ul{
    list-style-type: none;
    margin: 0px 5px 5px 10px;
    line-height: auto;
    }

li{
     padding-left: 20px;
     background-image: url("image/check.gif");
     background-repeat: no-repeat;
     background-position:1px 7px;
     }
     
table{
     table-layout: auto;
     border: solid 1px #000000;
     border-collapse: collapse;
     margin: 10px 5px 20px 5px;
     }

th,td{
     padding:5px 10px;
     text-align: left;
     }
     
#header {
  	 height: 100px;
     width: 900px;
	 background-image: url(image/ttl_back.jpg);
     background-repeat: no-repeat;
     border : 3px #e8e8d5 solid;
     }









#come{
     width:900px;
     background-image: url("image/content_back.jpg");
     background-repeat: repeat-y;
     margin:0 auto 0;
     text-align: left;
     border-left: 3px #e8e8d5 solid;
     border-right: 3px #e8e8d5 solid;
     }

div#main{
     float: left;
     width: 560px;
     margin: 15px;
     }
#main p {
     padding: 0 0 10px 0;
     color: #232323;
     }
     
#side{
     float:right;
     margin:0px 15px 15px 15px;
     width: 250px;
     height: 100%;
     }

.side ul{
     margin:5px 0 10px 30px;
     }
     
.side li{
	list-style-type: none;
     }

.side li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #ff9900;
	position: relative;
	left: -10px;
	top: -3px;
}

.side span {
     color: #f49a4e;
     line-height: 2;
     }

div#footer{
     clear:both;
     width:900px;
     padding-top: 20px;
     text-align: center;
     color: #922d59;
     background: url(image/ttl_back.jpg) 
     left bottom no-repeat;
     height:80px;
     border: 3px #e8e8d5 solid;
     }

#footer p{
     color: #FFFFFF;
     }

a:link{
     text-decoration: underline;
     color: #0000FF;
     }
a:hover{
     text-decoration: none;
     color: #FF6600
     ;
}
a:active{
     text-decoration: underline;
     color: #0000FF;
     }
p .migi {
     float: right;
     margin-left: 2em;
     margin-bottom: 1em;
     }
     
.hidari {
     float: left;
     margin-right: 2em;
     margin-bottom: 1em;
}

/*文字装飾
-----------------------------------------*/

/* 背景マーカー処理 */

span.line { 
    background-color: #FFFF66;
}

 /* アンダーライン */
span.u {
     border-bottom: 1px solid ; 
}

/* 文字色 */

span.red {
     color: #cc0000; 
     } /* 赤 */ 
span.blue {
     color: #4169e1; 
     } /* 青 */ 
span.green {
     color: #339900; 
     } /* 緑 */ 
span.orange {
     color: #FF8C00; 
     } /* オレンジ */ 
span.aqua {
     color: #008080; 
     } /* アクア */ 
span.brown {
     color: #A52A2A; 
     } /* 茶色 */ 
span.pink {
     color: #FF1493; 
     } /* ピンク */ 
span.bl {
     color: #000; 
     } /* 黒 */ 




/*コンテンツ・リンク右寄せ
-------------------------------------------------------------------*/

div.next {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next a {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next2 a {
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: normal;
}




/*--------------------▽右に画像、左に画像*/


img.right{
	float: right;
	margin:0 0px 2px 5px;
}



img.left{
	float: left;
	margin:0 10px 10px 0px;
}





/*--------------------▽左に画像、右に文章*/

.left{

	float: left;
	margin: 0 10px 10px 0px;
}

/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:0 0px 10px 10px;
}





}

.right{float: right; margin-left: 10px; margin-right: 10px;}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
	max-width: auto;
height: auto;
width /***/:auto;　
}
#container{
	width:auto;
}
/* 書体 */
*{

    margin:0;
    padding:0;
}

#wrap { 
    width: 500px;
    margin: 0px auto;
}

body{
    line-height: 1.4;
    font-size: 12px;
    color: #999999;
    text-align: left;
    background: url(image/body_back.jpg);
    }
    

h1  {
	text-decoration: none;
	padding: 0px;
    font-weight: 20;
    padding-left: 20px;
    color: #922d59;
}


#header p {
	text-decoration: none;
	padding: 0px 0 0px 0;
    font-weight: 10;
    padding-left: 10px;
    color: #922d59;
     }



h2{
	margin-bottom: 10px;
    color: #f49a4e;
    line-height: 30px;
    font-weight: 100;
    }

h3{
     font-weight: 100;
     color: #f49a4e;
     }
     
p{
    line-height:1.8em;
    margin: 0px;
    }
    
ul{
    list-style-type: none;
    margin: 0px 5px 5px 10px;
    line-height: auto;
    }

li{
     padding-left: 20px;
     background-image: url("image/check.gif");
     background-repeat: no-repeat;
     background-position:1px 7px;
     }
     
table{
     table-layout: auto;
     border: solid 1px #000000;
     border-collapse: collapse;
     margin: 10px 5px 20px 5px;
     }

th,td{
     padding:5px 10px;
     text-align: left;
     }
     
#header {
  	 height: 150px;
	 width: 500px;
	 border-top: 3px #e8e8d5 solid;
	 border-right: 3px #e8e8d5 solid;
	 border-left: 3px #e8e8d5 solid;
	 background-image: url(image/ttl_back.jpg);
     background-repeat: no-repeat;
     }
     
#come{
     width:500px;
     background: url("image/content_back.jpg") repeat-y;
     padding:0px;
     margin:auto;
     text-align: left;
     border: 3px #e8e8d5 solid;
     }
     
div#main{
     width: 440px;
     margin: 20px;
     }
#side{
     margin:0px 15px 15px 15px;
     width: 500px;
     height: 100%;
     }

.side ul{
     margin:5px 0 10px 30px;
     }
     
.side li{
	list-style-type: none;
     }

.side li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #ff9900;
	position: relative;
	left: -10px;
	top: -3px;
}

.side span {
     color: #f49a4e;
     line-height: 2;
     }

     
div#footer{
     padding-top: 20px;
     text-align: center;
     color: #922d59;
     background: url(image/ttl_back.jpg) 
     left bottom no-repeat;
     height:40px;
     border-bottom: 3px #e8e8d5 solid;
	 border-right: 3px #e8e8d5 solid;
	 border-left: 3px #e8e8d5 solid;
     }

#footer p{
     color: #FFFFFF;
     }

a:link{
     text-decoration: underline;
     color: #0000FF;
     }
a:hover{
     text-decoration: none;
     color: #FF6600
     ;
}
a:active{
     text-decoration: underline;
     color: #0000FF;
     }
p .migi {
     float: right;
     margin-left: 2em;
     margin-bottom: 1em;
     }
     
.hidari {
     float: left;
     margin-right: 2em;
     margin-bottom: 1em;
} 

文字装飾
-----------------------------------------*/

/* 背景マーカー処理 */

span.line { 
    background: #FFFF66;
}

 /* アンダーライン */
span.u {
     border-bottom: 1px solid ; 
}

/* 文字色 */

span.red {
     color: #cc0000; 
     } /* 赤 */ 
span.blue {
     color: #4169e1; 
     } /* 青 */ 
span.green {
     color: #339900; 
     } /* 緑 */ 
span.orange {
     color: #FF8C00; 
     } /* オレンジ */ 
span.aqua {
     color: #008080; 
     } /* アクア */ 
span.brown {
     color: #A52A2A; 
     } /* 茶色 */ 
span.pink {
     color: #FF1493; 
     } /* ピンク */ 
span.bl {
     color: #000; 
     } /* 黒 */ 






/*コンテンツ・リンク右寄せ
-------------------------------------------------------------------*/

div.next {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next a {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next2 a {
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: normal;
}




/*--------------------▽右に画像、左に画像*/


img.right{
	float: right;
	margin:0 0px 2px 5px;
}



img.left{
	float: left;
	margin:0 10px 10px 0px;
}





/*--------------------▽左に画像、右に文章*/

.left{

	float: left;
	margin: 0 10px 10px 0px;
}

/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:0 0px 10px 10px;
}







#container img{
	display:block;
	width:auto;
	max-width:80%;
	height:auto;
	margin:5px auto 10px;	
}

img.size100{
	width:100%;
	max-width:none;
}

img.size90{
	width:90%;
	max-width:none;
}

img.size80{
	width:80%;
	max-width:none;
}

img.size70{
	width:70%;
	max-width:none;
}

img.size60{
	width:60%;
	max-width:none;
}

img.size50{
	width:50%;
	max-width:none;
}

img.size40{
	width:40%;
	max-width:none;
}

img.size30{
	width:30%;
	max-width:none;
}

img.size20{
	width:20%;
	max-width:none;
}

img.size10{
	width:10%;
	max-width:none;
}

img.auto{
	width:auto;
	max-width:none;
}/*




}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

img.right{
	float: right;
	width:50%;
	height:50%;
	margin:0 0px 2px 5px;	
}
img.left{
	float: left;
	width:50%;
	margin:0 10px 10px 0px;	

}
#container{
	width:auto;
}
/* スマホ */

#wrap { 
    width: 300px;
    margin: 0px auto;
}
*{
 font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
 font-size:14px;
 color:#000000;
 margin:0;
 padding:0;
}


body{
    text-align: left;
    background-image: url("image/body_back.jpg");
    }


h1{
    font-size:16px;
    padding: 0px 10px 0px 10px;
    }



#header p {
	text-decoration: none;
	padding: 0px 0 0px 0;
    font-weight: 8
    font-size:8px;
    color: #922d59;
     }




h2{
    font-size:16px;
    color #FF8C00;
    padding: 5px 5px 5px 10px;
    margin: 20px 0px 20px 0px;
    }
    

    
ul{
    list-style-type: none;
    margin: 0px 5px 5px 10px;
    line-height: 2em;
    }

li{
     padding-left: 20px;
     background-image: url("image/check.gif");
     background-repeat: no-repeat;
     background-position:1px 7px;
     }
     
table{
     table-layout: auto;
     border: solid 1px #000000;
     border-collapse: collapse;
     margin: 10px 5px 20px 5px;
     }

th,td{
     padding:5px 10px;
     text-align: left;
     }
     
#header {
  	 height: 100px;
	 width: 300px;
	 border-top: 3px #e8e8d5 solid;
	 border-right: 3px #e8e8d5 solid;
	 border-left: 3px #e8e8d5 solid;
	 background-image: url(image/ttl_back.jpg);
     background-repeat: no-repeat;
     }
     
#come{
     width:300px;
     background-coloer: #ffffff;
     padding:0px;
     margin:auto;
     text-align: left;
     border: 3px #e8e8d5 solid;
     }

#contents{
     width:auto;
     margin:0 auto 0;
     background-color: #FFFFFF;
     text-align: left;
          }
     
div#main{
     width:250px;
     padding:10px 10px 20px 10px;
     word-wrap:break-word;
     }

div#side{
     width:250px;
     padding:10px 5px 0px 5px;
     }

div#footer{
     background-color: #778899;
     padding:10px;
     text-align: center;
     }

#footer p{
     color: #FFFFFF;
     }

#side h2{
     background-image: none;
     background-color: #778899;
     padding: 5px 5px 5px 10px;
     margin: 10px 0px 0px 0px;
     }
     
#side ul{
     list-style-type: none;
     margin: 0px 0px 20px 0px;
     line-height:2em;
     }
     
#side li{
     padding: 5px 5px 5px 20px;
     background-image: url("image/side_mark.gif");
     background-position:5px 12px;
     border-bottom: 1px #778899 dotted;
     }
     
     
a:link{
     text-decoration: underline;
     color: #0000FF;
     }
a:hover{
     text-decoration: none;
     color: #FF6600
     ;
}
a:active{
     text-decoration: underline;
     color: #0000FF;
     }
     
     
  @media (max-width: 700px) {
    #content{
        width: auto;
    }
    }
        img{
    width : 100%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
    max-width : 500px; /* サイズの上限を設定する */
    margin: 0 auto; /* 上下のマージンをゼロに、左右のマージンを自動に */
    }
     
文字装飾
-----------------------------------------*/

/* 背景マーカー処理 */

span.line { 
    background: #FFFF66;
}

 /* アンダーライン */
span.u {
     border-bottom: 1px solid ; 
}

/* 文字色 */

span.red {
     color: #cc0000; 
     } /* 赤 */ 
span.blue {
     color: #4169e1; 
     } /* 青 */ 
span.green {
     color: #339900; 
     } /* 緑 */ 
span.orange {
     color: #FF8C00; 
     } /* オレンジ */ 
span.aqua {
     color: #008080; 
     } /* アクア */ 
span.brown {
     color: #A52A2A; 
     } /* 茶色 */ 
span.pink {
     color: #FF1493; 
     } /* ピンク */ 
span.bl {
     color: #000; 
     } /* 黒 */ 







/*コンテンツ・リンク右寄せ
-------------------------------------------------------------------*/

div.next {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next a {
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: bold;
}

div.next2 a {
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	color: #0000FF;
	font-weight: normal;
}




/*--------------------▽右に画像、左に画像*/


img.right{
	float: right;
	margin:0 0px 2px 5px;
}



img.left{
	float: left;
	margin:0 10px 10px 0px;
}





/*--------------------▽左に画像、右に文章*/

.left{

	float: left;
	margin: 0 10px 10px 0px;
}

/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin:0 0px 10px 10px;
}







#container img{
	display:block;
	width:auto;
	max-width:80%;
	height:auto;
	margin:5px auto 10px;	
}

img.size100{
	width:100%;
	max-width:none;
}

img.size90{
	width:90%;
	max-width:none;
}

img.size80{
	width:80%;
	max-width:none;
}

img.size70{
	width:70%;
	max-width:none;
}

img.size60{
	width:60%;
	max-width:none;
}

img.size50{
	width:50%;
	max-width:none;
}

img.size40{
	width:40%;
	max-width:none;
}

img.size30{
	width:30%;
	max-width:none;
}

img.size20{
	width:20%;
	max-width:none;
}

img.size10{
	width:10%;
	max-width:none;
}

img.auto{
	width:auto;
	max-width:none;
}/*



}
