@charset "utf-8";
/* 表紙index */ /* 新規追加 */
h1 {
	background-color: #fff0f5 /* 800080 */ ; color: white;
	border-style: none; border-width: 1;
	margin-left: 100px; margin-right: 100px; margin-top: 10px;
	font-size: 20pt; font-weight: bold; font-family: Verdana; 
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;4
	

}
h3.item-title7 {
	 
	background-image: url(globalloop1.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	height:247px;
	/* width: 800px; */
	color:red;
	padding: 5px 5px 5px 5px;
	border-radius: 7px 7px 7px  7px;
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	text-align: center;
	box-shadow: 5px 5px 10px grey;
	margin-left: 5px; margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

.fusengata  {width:450px;/* 250px */
	height:550px;/* 250px */
	background:#ffffa8;
	font-size:14pt;/* 18pt */
	color:#1f3134;
	text-align:left;/* center */
	-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),20px 10px 0 -5px #ffffa8,20px 10px 1px -4px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),20px 10px 0 -5px #ffffa8,20px 10px 1px -4px rgba(0,0,0,0.2);
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),20px 10px 0 -5px #ffffa8,20px 10px 1px -4px rgba(0,0,0,0.2);
	padding:10px 20px 10px 30px;
}
/* topicPath */

#topicPath_01 {

    margin:10px 0;
    clear: both;
}

#topicPath_01 li {
	  
    display:inline;
    line-height:110%;
    list-style-type:none;
    border-style: solid; border-color: RED; border-width: 0 0 1px 0;
    
}

/* 横幅640px以下の場合のみ適用 */
@media (max-width: 640px) {
  img{
    max-width: 98%;
    height: auto;
  }
}

