/*=====ブログページの設定=====*/
#blog {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

/*===== 過去記事フォーム =====*/
#blog .month-list {
	text-align: right;
}

/*===== 全記事の枠組み =====*/
#blog #posts {
	clear: both;
}

/*===== 記事枠組み =====*/
#blog .post {
	margin-bottom: 50px;
}

/*===== ブログタイトル、投稿日 =====*/
#blog .title {
	width: 560px;
	height: 40px;
	margin: 20px 0 10px;
	font-size: 20px;
	text-indent: 40px;
	line-height: 1.1;
	background: url(/../images/main/title_bg.png) no-repeat 0 0;
}
#blog .post-title {
}

#blog .date {
	font-size: 12px;
	font-weight: normal;
  margin-bottom: 8px;
  margin-right: 6px;
  color: #777;
}

/*===== 記事枠組み =====*/
#blog .body {
	padding: 0 10px;
	clear: both;
}

/*===== 記事内画像 =====*/
.image-right {
	margin: 0 0 0 10px;
	float: right;
}
/*===== メールページ =====*/
#contact {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

/*===== 稽古場案内 =====*/
#contact .info {
	width: 865px;
	margin: 50px 0;
	border-collapse: collapse;
	background: url(/images/profile_bg.png) repeat 0 0;
}

#contact .info_title {
	padding: 5px 0;
	color: #68699b;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
  vertical-align: middle;
	border-style: none none solid;
	border-width: 1px;
	border-color: #ddd;
	background: url(/images/page_title/page_title_bg.png) repeat-x 0 50%;
}

#contact .info_comment {
	padding: 10px 0;
}

/*===== テーブル左側 =====*/
#contact th.caption {
	width: 200px;
	border-style: solid none;
	border-width: 1px;
	border-color: #ddd;
	color: #555;
	background-color: #fff;
	background: url(/images/schedule_th_bg.png) repeat-y 0 0;
}

/*===== テーブル右側 =====*/
#contact td.body {
	padding: 10px;
	line-height: 1.6em;
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
}

#contact .top {
	padding: 10px 10px 0;
}

#contact .bottom {
	padding: 0 10px 10px;
}

/*===== メールフォーム =====*/
#contact .form {
	width: 865px;
	border-collapse: collapse;
	background: url(/images/schedule_bg.png) repeat 0 0;
}

/*===== メールフォーム左側 =====*/
#contact .left-box {
	width: 200px;
	padding: 10px 0;
	color: #555;
	background: url(/images/contact_th_bg.png) repeat-y 0 0;
}

#contact .first {
	padding: 20px 0 10px;
}

#contact .last {
	padding: 10px 0 20px;
}

#contact .must {
	font-weight: normal;
	color: #ff0000;
}

/*===== メールフォーム右側 =====*/
#contact .right-box {
	padding: 10px;
}

/*===== 個人情報入力 =====*/
#contact th.head {
	padding: 5px 0;
	color: #555;
}

/*===== 確認ボタン =====*/
#contact .submit {
	height: 50px;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
#information {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

#information .title {
	width: 835px;
	margin-top: 30px;
	padding: 0 0 10px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #68699b;
	background: url(/images/main_title_bg.png) no-repeat left bottom;
}

#information .date {
	margin-left: 3px;
	font-size: 12px;
	color: #808080;
}

#information .information_body {
	margin: 15px 0 40px;
	padding: 0 25px;
}

#information .image-right {
	margin-left: 5px;
	float: right;
}

#information .pagination {
	width: 850px;
	margin: 0 auto 15px;
	font-size: 16px;
	text-align: center;
}

#information .pagination a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 3px -2px #000;
}

#information .current {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 3px -2px #000;
	background-color: #909090;
}

#information .prev_page, .next_page {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: solid 1px #ccc;
}

#information a.next_page {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 3px -2px #000;
}

#information a.prev_page {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 3px -2px #000;
}

#information #month_menu {
  text-align: right;
}
/*===== リンクページ =====*/
#links {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

/*===== リンクテーブル =====*/
#links .links {
	width: 865px;
	margin: 0 0 35px;
	background: url(/images/links_comment_bg.png) repeat 0 0;
}

#links .link_contents {
	padding: 10px 20px 15px;
	border-bottom: 1px solid #ccc;
}

/*===== カテゴリタイトル =====*/
#links .title {
	width: 865px;
	height: 50px;
	font-size: 22px;
	line-height: 55px;
	text-indent: 25px;
	text-align: left;
	color: #68699b;
	font-weight: bold;
	background: url(/../images/main_title_bg.png) no-repeat 0 0;
}

/*===== テーブル左側 =====*/
#links .site-name {
	margin-bottom: 10px;
	font-size: 16px;
}

#links .site-name a {
	font-weight: bold;
}

/*===== テーブル右側 =====*/
#links .comment {

}
/*===== プロフィール =====*/
#profile {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

/*===== サイトオーナー名 =====*/
#profile h3.name {
	width: 865px;
	height: 50px;
	margin: 0 0 30px;
	font-size: 24px;
	color: #68699b;
	line-height: 50px;
	text-indent: 30px;
	background: url(/images/main_title_bg.png) no-repeat 0 0;
}

#profile .kana {
	font-size: 14px;
	margin: 0 10px;
}

/*===== プロフィール写真 =====*/
#profile .image-right {
	float: left;
	margin: 0px 10px 0;
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 2px 1px #888;
  -moz-box-shadow: 2px 2px 2px 1px #888;
  box-shadow: 2px 2px 2px 1px #888;
  /*
  -moz-transform: scale(1) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
  -webkit-transform: scale(1) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
  -o-transform: scale(1) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
  -ms-transform: scale(1) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
  transform: scale(1) rotate(1deg) translate(0px, 0px) skew(0deg, 0deg);
  */
}

/*===== 性別～出身 =====*/
#profile .p-item {
	margin: 10px 0;
}

#profile .profile-caption {
	font-weight: bold;
}

#profile .p-body {
	padding-left: 25px;
}

/*===== 趣味～フリー項目 =====*/
#profile #dantai, #profile #katsudou {
  margin-top: 0;
  margin-left: 350px;
}
#profile #dantai {
  margin-bottom: 34px;
}
#profile .caption {
	padding: 0 0 5px 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #745399;
	background: url(/images/profile_point.png) no-repeat 0 0;
}

#profile .item {
	margin: 50px 0;
}

#profile .comment {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: url(/images/profile_bg.png) repeat 0 0;
}
/*===== スケジュール =====*/
#schedule {
	width: 965px;
	margin: 30px auto;
	border: 2px solid #ccc;
	background-color: #fff;
}

/*===== ページタイトル =====*/
#schedule h2.page-title {
	width: 597px;
	height: 70px;
	margin: 0;
	text-indent: -9999px;
	background: url(/images/title/schedule.png) no-repeat 0 0;
}

#schedule #font_selector {
  margin-left: 32px;
  text-align: left;
  vertical-align: baseline;
}
#schedule #month_menu {
  text-align: right;
  width: 834px;
  margin-top: -24px;
}

/*===== 月別表示 =====*/
#schedule .month {
	margin: 15px 0;
	text-align: center;
}

#schedule .this-month {
	font-size: 18px;
}

/*===== カレンダー =====*/
#schedule .calendar {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	border-collapse: collapse;
	border: solid 1px #909090;
}

#schedule table.calender td, #schedule table.calendar th {
	width: 80px;
	height: 50px;
	border: solid 1px #909090;
}

/*===== 曜日の背景＆文字色 =====*/
#schedule .calendar tr.dayName th {
	color: #808080;
	background: url(/images/page_title/page_title_bg.png) repeat-x 0 50%;
}

/*===== 当月の日にち表示 =====*/
#schedule table.calendar td.day {
	height: 50px;
	padding: 3px;
	vertical-align: top;
	border: solid 1px #909090;
}

/*===== 当月以外の日にち表示 =====*/
#schedule .calendar .otherMonth {
	padding: 3px;
	vertical-align: top;
	border: solid 1px #909090;
	background-color: #eee;
}

#schedule .calendar a {
  color: #745399;
  font-weight: bold;
}

#schedule .calendar .no-perform {
  color: #eaa2c7;
}
#schedule .calendar .no-perform  a {
  color: #eaa2c7;
  font-weight: normal;
}

/*===== スケジュール =====*/
#schedule table.schedule {
	width: 800px;
	margin: 20px auto 6px;
	border-collapse: collapse;
	background: url(/images/schedule_bg.png) repeat 0 0;
}

/*===== スケジュールタイトル =====*/
#schedule td.title {
	padding: 5px 0;
	color: #68699b;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
  vertical-align: middle;
	border-style: none none solid;
	border-width: 1px;
	border-color: #ddd;
	background: url(/images/page_title/page_title_bg.png) repeat-x 0 50%;
}
#schedule td.pink {
  color: #f7a;
  font-weight: normal;
}

#schedule .image_links {
	margin: 5px 0 0;
}

#schedule .images img {
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #999;
}

#schedule .images a:hover img {
  border: 1px solid #f00;
}

#schedule .image_links a {
	margin: 0 10px;
	font-size: 14px;
}

/*===== テーブル左側 =====*/
#schedule th.caption {
	width: 150px;
	border-style: solid none;
	border-width: 1px;
	border-color: #ddd;
	color: #555;
	background-color: #fff;
	background: url(/images/schedule_th_bg.png) repeat-y 0 0;
}

/*===== テーブル右側 =====*/
#schedule td.body {
	padding: 10px;
	line-height: 1.6em;
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
}

#schedule td.body p {
	margin: 0;
	color: #aa4c8f;
}

/*===== 写真 =====*/
#schedule td.image {
	padding: 10px 0;
	text-align: center;
	border: solid 1px #ccc;
}

/*===== 会場HP＆地図 =====*/
#schedule td.caption {
	padding: 5px;
	text-align: center;
	border: solid 1px #ccc;
}

#schedule .slider {
  width: 760px; height: 300px;
}
div.anythingSlider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.back_div {
  text-align: right;
  margin: 6px auto 60px;
  width: 798px;
}

/* tweet button */
.twitter-button {
  display: inline;
  position: relative;
  top: -20px;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  background-color: #1b95e0;
  color: #fff;
  border-radius: 3px;
  font: normal normal normal 11px/18px 'Helvetica Neue', Arial, sans-serif;
  user-select: none;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.twitter-button:active, .twitter-button:focus, .twitter-button:hover {
  background-color: #0c7abf;
}
.twitter-button span {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-left: 3px;
  white-space: nowrap
}

a:link { color: #623497; }
a:hover { color: #65318e; }
a:visited { color: #623497; }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666666;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
}

.clearfix {zoom:1;}
.clearfix:after{
  content: ""; 
  display: block; 
  clear: both;}

/*=================================
													Wrapper
=================================*/
#wrapper {
	width: 100%;
	height: auto !important;
	_height: 100%;
	min-height: 100%;
	margin: 0 0 -60px;
	background: url(/images/index_body_bg.png) repeat 0 0;
}

/*=================================
														Header
=================================*/
.header_box {
	width: 100%;
	height: 102px;
	background-color: #fff;
  z-index: 50;
}

#header {
	width: 965px;
	height: 102px;
	margin: 0 auto;
}

.header_fixed {
	position: fixed;
	top: 0;
	left: 0;
}

#logo {
	width: 200px;
	height: 102px;
	margin: 0;
	float: left;
}

/*=================================
															Menu
=================================*/
#menu {
	width: 660px;
	height: 30px;
	margin: 45px 8px 0 0;
	background: url(/images/menu.png) no-repeat 0 0;
	float: right;
}

#menu li {
	float: left;
}

#menu li a {
	height: 30px;
	text-indent: -9898px;
	display: block;
}

#menu li.home a {
	width: 78px;
}

#menu li.profile a {
	width: 114px;
}

#menu li.schedule a {
	width: 99px;
}

#menu li.information a {
	width: 91px;
}

#menu li.links a {
	width: 85px;
}

#menu li.contact a {
	width: 193px;
}

/*=================================
													Page Title
=================================*/
#page_title_box {
	width: 100%;
	height: 105px;
	margin: 102px 0 0;
	background: url(/images/page_title/page_title_bg.png) repeat-x 0 0;
}

.page_title {
	width: 965px;
	height: 105px;
	margin: 0 auto;
}

/*=================================
												Top Comment
=================================*/
#top-comment {
	width: 865px;
	margin: 20px auto;
}

/*=================================
												Main Contents
=================================*/
#contents {
	padding: 15px 50px;
}

/*=================================
														Footer
=================================*/
#push {
	height: 60px;
	clear: both;
}

#footer {
	width: 100%;
	height: 60px;
	background: url(/images/index_footer_bg.png) repeat-x 0 0;
}

#footer .inner {
	width: 965px;
	height: 60px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 40px;
	color: #cccc99;
}

/* widgets */
.widgets {
  margin: 0 auto -140px;
  padding-top: 115px;
  width: 960px;
  text-align: right;
}

.widgets-schedule {
  text-align: right;
  margin: -20px 10px 0;
}

.widgets-information {
  text-align: right;
  margin-top: -28px;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *








 */
