@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #F05A24;
	text-decoration: none;
}
a:visited {
	color: #F05A24;
	text-decoration: none;
}
a:hover {
	color: #FAC237;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	background-color: #060508;
}

.wrapper {
margin:0 auto;
width:1000px;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}


/*ヘッダー&タイトル
 * --------------------------------------------------------*/
.header {
}

.header .top .titlemain{
text-align:center;
}

/*曼荼羅
 * --------------------------------------------------------*/
 .mandara {
 /* margin-left: -100px; */
 width:1000px;
 height: 1070px;
 background-image: url(../images/mandara_end.jpg);
 background-size: 1000px;
 }

 .currypop {
	 padding-top:177px;
	 padding-left:655px;
 }


 /*動画
  * --------------------------------------------------------*/
  .movie {
		padding-top:0px;
		padding-left:250px;
  }

	.youtube {
		padding-top:50px;
		padding-left:120px;
		}


	/*NEWS
   * --------------------------------------------------------*/
   .news {
		width:405px;
		height: 35px;
		background-image: url(../images/base_news.jpg);
		font-size:15px;
		font-family: "凸版文久見出し明朝", "Georgia", "Times New Roman", "Times", "HiraMinProN-W3", "MS 明朝", serif;
		padding-top:14px;
		padding-left:95px;
		margin-top:15px;
		margin-left:250px;
		}


/*本文
 * --------------------------------------------------------*/
 .content {
 margin:0 auto;
 }

.content .text{
  /* width: 720px; */
  text-align: center !important;
  font-size:20px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align:center;
  padding-top:20px;
  /*padding-left:72px;*/
  padding-bottom:20px;
  font-family: "凸版文久見出し明朝", "Georgia", "Times New Roman", "Times", "HiraMinProN-W3", "MS 明朝", serif;
}

.content .text .title{
	padding-top:80px;
	padding-bottom:20px;
}

.content .text .big{
	font-size:32px;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align:center;
}

.content .text .cap{
	font-size:16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #FFF;
	text-align:center;
}


/*プロフィール
 * --------------------------------------------------------*/
.prof {
width: 760px;
margin:0 auto;
overflow: hidden;
padding-left:15px;
}
.prof .photo {
	width: 300px;
float:left;
}
.prof .photo .img {
text-align:center;
}
.prof .right {
float:right;
width: 430px;
font-family: "凸版文久見出し明朝", "Georgia", "Times New Roman", "Times", "HiraMinProN-W3", "MS 明朝", serif;
font-size:18px;
color: #000000;
line-height: 1.8em;
}


/*ライン
 * --------------------------------------------------------*/
.line{
text-align:center;
margin-left:-50px;
padding-top:25px;
padding-bottom:25px;
}

/*ナビゲーション
 * --------------------------------------------------------*/
.articleFooter img{
width: 80%;
}

.articleFooter {
	margin-top: 15px;
	text-align: center;
	padding-bottom: 60px;
}

.articleFooter ul {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

.articleFooter ul > li {
	font-size: 14px;
	min-height: 60px;
}

.articleFooter ul > li > a {
	display: block;
	font-weight: bold;
	color: #404040;
}

.articleFooter ul > li:first-child {
	display: inline-block;
}


.articleFooter ul .top {
	padding-top: 28px;
	width: 205px;
}
.articleFooter ul .prev {
	float: left;
	width: 111px;
}

.articleFooter ul .next {
	float: right;
	width: 111px;
}



/*フッター
 * --------------------------------------------------------*/
.date {
text-align:center;
font-size: 14px;
letter-spacing: 0.1em;
color: #666666;
padding-top:40px;
padding-bottom:40px;
}

#footer{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	margin-left: 70px;
	}

#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}

#btn_fb {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}

.copyright {
	font-size: 11px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
	clear: both;
	padding-top: 50px;
	color: #FFF;
	letter-spacing: 0.02em;
	}
