/* index_CSS */

/* index_h1 */
.index_h1	{margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:-7px;}

.text_large	{font-size:42px;}
.text		{font-size:30px;}

.annai_title	{font-size:40px;
		background-color:#eeeeee;
		padding:1px 1px 0px 3px;
		font-weight:bold;
		border-style:solid;
		border-color:brown;
		border-width:1px 7px 0px 7px;}

.annai_text	{font-size:30px;}

/* メディアクエリ開始 */
@media screen and (max-width:480px)
{

.img_title	{width:95%;
		height:95%;}

.text_large	{font-size:25px;}
.text		{font-size:20px;}

.annai_title	{font-size:25px;}

.annai_text	{font-size:20px;}

}
/* メディアクエリ終了 */