@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Homemade+Apple);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
body {
	background-image: url(../images/common/topcommon.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
	background-color: rgba(255,255,255,0.50);
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;


}
.head {
	margin-top: 100px;
	text-shadow: 1px 1px 3px #000000;
	margin-bottom: 100px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
font-family: 'Homemade Apple', cursive;
}
.contents {
	width: 90%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contents  ul {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.contents li {
	list-style-type: none;
	float: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline-block;
/*	width: 120px;
	height: 120px;*/
	overflow-x: hidden;
	overflow-y: hidden;

}
.contents ul:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cntents01 {
}
.cntents02 {
}
.cntents03 {
}
.cntents04 {
}

.contents li img {
	 -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.contents li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.contents li p {
	top: -160px;
	position: relative;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	color: rgba(255,255,255,1.00);
	background-color: rgba(161,0,0,0.75);
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
