@charset "UTF-8";
/* CSS Document */
--------------------------- */
ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}


 /* 表示領域が1001px以上の場合に適用するスタイル（パソコン向け） */
@media screen and (min-width: 1001px){

#responsive-string{
		font-size: 28px;
	}

#responsive-string2{
		font-size: 22px;
}


}

 /* 表示領域が1000px以下の場合に適用するスタイル（スマホ向け） */
@media screen and (max-width: 1000px) {

#responsive-string{
		font-size: 40px;
	}
	
#responsive-string2{
		font-size: 35px;
	}


}


#text {
    
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
	width:950px;
	margin:0 auto;
	color: #151515;
	 line-height: 1.7;
	 font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
	
}


#text_c {
    
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	width:950px;
	margin:0 auto;
	color: #151515;
	 line-height: 1.7;
	 font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
	
}


#text_count {
    
	text-align:center;
	padding-top:20px;
	width:870px;
	font-size:41px;
	margin:0 auto;
	color: #333333;
	font-weight: bolder;
	 line-height: 1.5;
	 font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
	
}

#text_count2 {
    
	text-align:center;
	padding-top:20px;
	width:870px;
	font-size:31px;
	margin:0 auto;
	color: #333333;
	font-weight: normal;
	 line-height: 1.7;
	 font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
	
}


/*文字装飾*/
.bold_back{
	color: #141212;
	font-weight:bold;
	background:#ff0;
}
.bold{font-weight: bold;}
.bold_u {font-weight: bold; border-bottom: 2px solid;}
.ul{color: #ea7902; font-weight:bold; border-bottom: 4px solid;}
.red{color: #dd0413; font-weight:bold;}
.red_u{color: #dd0413; font-weight:bold; border-bottom: 2px solid;}

.yellow{color: #f7f5b5; font-weight:bold;}
.l12{font-size: 1.2em; }
.l14{font-size: 1.4em;}
.l16{font-size: 1.6em;}



a .alpha{
	position: relative;
	left: 30px;
}

a.alpha:hover img {filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.img {margin: 0px auto;padding: 0px;text-align: center;}

a.bbb:hover img {filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.img {margin: 0px auto;padding: 0px;text-align: center;}


