@charset "utf-8";

/*フォント指定
-------------*/
body {
	color: #333;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
	sans-serif;
    word-wrap: break-word;
}
/* --IE8用ハック--- */
html>/**/body {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
}
table {
  word-break: break-all;
  word-wrap: break-word;
}
/*リンク指定
-------------*/
a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}
a {
  color: #EE4154;
}
a:hover,
a:focus {
  color: #AAA;
  text-decoration: none;
}
em {
    font-family: 'ＭＳ Ｐ明朝';
    font-style: italic;
}
/*画像middle,center（書き方基本）
------------------*/
.imgvmd {
	width: 700px;
}
.imgvmd li {
	float: left;
	display: inline;
}
.imgvmd li div {
	display: table-cell;
	width: 90px;
	height: 90px;
	layout-grid-line: 90px; /*IE7以下用*/
	vertical-align: middle;
	text-align: center;
}
/*レイアウト（non-Responsive含む）
-------------*/
body {
	min-width: 1170px;
}
body>.container-fluid>.container,
body>header>nav>.container,
body>footer>.container-fluid>.container,
body>.container {
	width: 1170px;
	max-width: none !important;
}
body>.container {
	padding-top: 80px;
}

/*円
------------------*/
.circle {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #FFF;
}

/*header ナビ
-------------*/
header .navbar .container {
	padding-top: 15px;
	padding-bottom: 10px;
}
header .navbar-nav {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.929em;
}
header .navbar-default {
	background-color: #FFF;
	border-color: #CCC;
}
header .navbar-nav > li {
	float: left;
}
header .navbar-nav.navbar-right {
	float: right;
}
header .navbar-nav.navbar-right a {
	font-size: 0.929em;
}
header .navbar-nav h1 {
	font-size: 0.714em;
	color: #555;
	padding: 0;
	margin: 0;
}
header .navbar-nav.navbar-right li:last-child {
	margin-right: 0;
}

/*footer
-------------*/
footer .container-fluid,
footer .container-fluid a {
	color: #FFF;
}
footer .container-fluid a:hover,
footer .container-fluid a:active {
	color: #EE4154;
}
footer .container-fluid {
	background: #444;
	padding: 15px 0;
	font-size: 0.786em;
}
footer .container-fluid .row:first-child .col-xs-2 {
	text-align: right;
}
footer .container-fluid .row:first-child .col-xs-10 {
	font-size: 1.143em;
}
footer .container-fluid:first-child {
	background: #666;
	font-size: 0.929em;
	padding: 50px 0;
	line-height: 1.5;
}
footer .container-fluid:first-child p:first-child {
	margin-bottom: 15px;
}
footer .container-fluid:first-child .row .col-xs-5 {
	text-align: right;
}
footer .container-fluid:first-child .row .col-xs-5 li {
	text-align: center;
}

/*トップページ1
------------------*/
.slide1 {
	background: #FF823A url(../img/header_01.png) no-repeat center top;
	height: 576px;
	margin: 0;
	padding: 0;
}
.slide1 .container:first-child {
	height: 520px;
}
.slide1 .container .jumbotron {
	border-radius: 0;
	background: url(../img/jumbo_bg.png);
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.slide1 h1 {
	font-weight: bold;
	margin: 30px 0;
	font-size: 1.917em;
	color: #222;
}
.slide1 .news {
	background: url(../img/news_bg.png);
	width: 970px;
	margin: 100px auto 0 auto;
}
.slide1 .dl-horizontal dt {
	background: #E3C800;
	color: #FFF;
	width: 70px;
	clear: left;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 0.786em;
	padding: 7px;
}
.slide1 .dl-horizontal dd {
	margin-left: 80px;
	font-size: 0.786em;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #FFF;
	padding: 7px;
}
.slide1 .dl-horizontal dd a {
	color: #FFF;
}
.slide1 .dl-horizontal dd a:hover,
.slide1 .dl-horizontal dd a:active {
	color: #EE4154;
}
.slide1 .news time {
	margin-right: 10px;
}
.slide1 .row>div {
	padding: 10px;
}
.slide1 .row>.col-xs-3 {
	text-align: right;
}
.slide1 .sns .sns-bt {
	margin-top: 8px;
	margin-right: 10px;
	display: inline-block;
}
.fb-like,
.fb_iframe_widget {
	margin: 0;
	padding: 0;
	line-height: 0.6;
}
/*新着☆イベント一覧
------------------*/
.slide0 {
	background: #FC9;
	padding: 60px 0;
}
.slide0 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.slide0 h4 a {
	color: #346767;
}
.slide0 h4 a:hover {
	color: #F60;
}
.slide0 .media-heading {
	font-size: 0.929em;
	padding: 10px 10px 0 10px;
}
.slide0 .media-heading+a {
	display: block;
	border-bottom: #EEE 1px solid;
	border-top: #EEE 1px solid;
}
.slide0 .media-object {
	max-height: 150px;
	overflow: hidden;
	margin: 0 auto;
}
.slide0 .media {
	margin-bottom: 15px;
	background: #FFF;
}
.slide0 .media p {
	margin-bottom: 0;
	padding: 10px;
	line-height: 1.2;
}
/*イベント主催者のためのイベント支援サービス
------------------*/
.slide2 {
	background: #FFF7BD url(../img/top_img1.png) no-repeat left bottom;
	padding: 60px 0;
}
.slide2 .tilebox2 {
	background: #FFF;
	color: #554234;
	padding: 20px;
	margin: 10px;
	text-align: left;
	font-size: 0.857em;
	border: 3px #FFCC99 solid;
	border-radius: 0;
	box-shadow: none;
}
.slide2 h2,
.slide2 p {
	text-align: center;
}
.slide2 h3 {
	font-weight: bold;
	font-size: 1.125em;
}
/*イベントをつくるイベントをさがす
---------------------*/
.slide3 {
	background: #95CFB7 url(../img/top_img2.png) no-repeat right bottom;
	padding: 60px 0;
}
.slide3 .tilebox {
	background: rgba(255,255,255,0.5);
	padding: 40px;
	margin: 10px;
}
.slide3 .tilebox h2 {
	text-align: center;
}

/*トップページ4
-----------------------*/
.slide4 {
	background-color: #F4F4F4;
	padding: 60px 0;
}
.slide4 .row:first-child {
	margin-bottom: 20px;
}
.slide4 .row:first-child p {
	text-align: right;
}
.slide4 h2,
.slide4 h3 {
	text-align: center;
}
.slide4 dt {
	font-weight: normal;
}
.slide4 dd {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #EEE 1px solid;
}
.slide4 .siteinfo {
	background: #FFF;
	padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
}
/*イベント詳細
---------------------*/
.detailBox {
	background-color: #FCFBFB;
}
.detailBox .daytime+.h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 120px;
	padding-top: 5px;
}
.detailBox .daytime+.h3+p {
	background-color: #F0F0F0;
	line-height: 1.5;
	padding: 20px;
	padding-left: 120px;
}
.detailBox>section {
	margin-bottom: 40px;
	min-height: 122px;
}
.detailBox>section:first-child {
	background: #F0F0F0;
}
.detailBox .mainImg {
	text-align: center;
	margin: 0 auto;
	background: #CCC;
}
.detailBox .mainImg img {
	max-width: 100%;
}
/*--.row余白なし--*/
.detailBox .row.cottonNone {
	margin-left: 0;
	margin-right: 0;
}
.detailBox .row.cottonNone .dl-horizontal {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
}
.detailBox .row.cottonNone .dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.detailBox .row.cottonNone .col-xs-6 {
	padding: 0;
}
.detailBox .row.cottonNone .dl-horizontal dd {
	margin-left: 140px;
}
/*--.col-xs-6 1つ目--*/
.detailBox .row.cottonNone>div:first-child {
	background-color: #111;
	color: #FFF;
	height: 120px;
}
.detailBox .row.cottonNone>div:first-child>dl>dt {
	background: url(../img/time.png) no-repeat center bottom;
	padding: 0 0 60px 0;
}
.detailBox .row.cottonNone>div:first-child>dl>dd {
	font-size: 1.500em;
	padding: 7px 0 0 0;
}
.detailBox .row.cottonNone>div:first-child>dl>dd p {
	font-size: 0.625em;
	line-height: 1.3;
}
/*--.col-xs-6 2つ目--*/
.detailBox .row.cottonNone>div:nth-child(2) {
	background-color: #333;
	color: #FFF;
	/*height: 120px;*/
}
.detailBox .row.cottonNone>div:nth-child(2)>dl:first-child dt {
	background: url(../img/people.png) no-repeat center bottom;
	padding: 0 0 60px 0;
}
.detailBox .row.cottonNone>div:nth-child(2)>dl>dd {
	text-align: right;
}
.detailBox .row.cottonNone>div:nth-child(2)>dl>dd span {
	font-size: 3.0em;
	font-weight: bold;
}
.detailBox .row.cottonNone>div:nth-child(2)>dl>dd p {
	color: #EE4154;
}
/*--.col-xs-6 3つ目--*/
.detailBox .row.cottonNone .tile2 {
	padding: 0;
	min-height: 480px;
	background-color: #F6F6F6;
	color: #333;
}
/*--.col-xs-6 4つ目--*/
.detailBox .row.cottonNone .tile2 .line2 {
    padding: 10px;
}
.detailBox .row.cottonNone .line2 p {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 0;
	padding: 7px 0 5px 0;
	border-top: dotted 1px #E6E6E6;
	color: #333;
	line-height: 1.3;
}
.detailBox .row.cottonNone .line2 p:before,
.detailBox .row.cottonNone .line2 p:after {
	display: table;
	content: " ";
}
.detailBox .row.cottonNone .line2 p:after {
	clear: both;
}
.detailBox .row.cottonNone .line2 h2 {
	background: url(../img/pay.png) no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.0em;
}
.detailBox .row.cottonNone .line2 h2.option {
	background: none;
	padding: 0;
}
.detailBox .row.cottonNone .line2 .multiple {
	float: right;
	display: inline-block;
	margin-left: 10px;
}
.detailBox .row.cottonNone .line2 .multiple strong {
	font-size: 2.0em;
	font-weight: bold;
}
.detailBox .row.cottonNone .tile2 .table th {
	font-size: 0.929em;
	font-weight: normal;
	white-space: nowrap;
}
.detailBox .row.cottonNone .tile2 .table td {
	font-size: 0.929em;
}

.detailBox .row.cottonNone .col-xs-12 .line2 h2 {
    float: left;
    margin-top: 10px;
}
.detailBox .row.cottonNone .col-xs-12 .line2 p {
    margin-left: 250px;
}
.detailBox .row.cottonNone .col-xs-12 table th {
    width: 250px;
}

/*--詳細テキスト--*/
.content {
	padding: 0 34px 34px 34px;
	line-height: 1.8;
}
.content h2 {
	background: #888;
	color: #FFF;
	font-size: 1.286em;
	line-height: 2.0;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content h2.h2 {
	background-color: #E6E6E6;
	color: #666;
}
.content .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.content .well-sm {
	padding: 12px;
	border-radius: 0;
	line-height: 1.5;
}
.content .sns {
	text-align: right;
	margin-top: 20px;
}
.content .sns .sns-bt {
	margin-top: 8px;
	margin-right: 10px;
	display: inline-block;
}
.content.mediaBox {
	background-color: #F0F0F0;
	padding: 34px;
}
.content.mediaBox>.media {
	border-bottom: 1px #FFF solid;
	font-size: 0.786em;
}
.content.mediaBox>form {
	margin-top: 20px;
}
.content.mediaBox .collapse form {
	margin-bottom: 20px;
}
.form-control {
	border-radius: 0;
}
.questionnaire {
	background: #EEE;
	text-align: center;
}
.content .dl-horizontal dt {
	float: left;
	width: 110px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.content .dl-horizontal dd {
	margin-left: 110px;
	margin-bottom: 10px;
}

/*
------------------*/
.help-inline {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
}
.help-notes {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.help-block+.help-notes {
	margin-top: 0;
	margin-bottom: 0;
}
.has-error .help-block {
	margin-bottom: 0;
}

/*
-------------------*/
.alert {
	border-radius: 0px;
}
.alert-success {
	color: #19B574;
	background-color: #DFF0E9;
	border-color: #95CFB7;
}
.alert-success hr {
  border-top-color: #95CFB7;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #009FD9;
	background-color: #E9F2F5;
	border-color: #3EA4CF;
}
.alert-info hr {
	border-top-color: #3EA4CF;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #FF5E00;
	background-color: #FFEDE3;
	border-color: #FF823A;
}
.alert-warning hr {
	border-top-color: #FF823A;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #F00020;
	background-color: #FAF0F0;
	border-color: #F04155;
}
.alert-danger hr {
	border-top-color: #F04155;
}
.alert-danger .alert-link {
	color: #843534;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #F00020;
}
.has-error .form-control {
	border-color: #F00020;
}

/*
------------------*/
.modal-content {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
	box-shadow: 0 3px 3px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-header {
	background-color: #222;
	color: #FFF;
}

/*イベント詳細（年月日表示部）
---------------------*/
.daytime {
	position: absolute;
	display: block;
	width: 100px;
	height: 122px;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.daytime p:first-child {
	display: block;
	background: #222;
	width: 100px;
	height: 100px;
	overflow: hidden;
	color: #FFF;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}
.daytime .month {
	display: inline-block;
	width: 50px;
	background: #888;
	font-weight: bold;
	font-size: 1.714em;
	line-height: 1.5;
}
.daytime .year {
	display: inline-block;
	width: 50px;
	margin-left: -5px;
}
.daytime .day {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.2;
}
.daytime .week {
	display: block;
	margin-top: -5px;
	line-height: 0;
}
.daytime .state {
	display: block;
	background: #F04155;
	color: #FFF;
	text-align: center;
	height: 22px;
	line-height: 1.5;
}

.view {
	display: block;
	position: absolute;
	background: #F0F0F0;
	color: #AAA;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 1.0;
	padding: 25px 0;
	left: -70px;
	top: 20px;
}
.view span {
	font-size: 1.500em;
	font-weight: bold;
}
.view:after {
	left: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 130, 58, 0);
	border-left-color: #F0F0F0;
	border-width: 14px;
	margin-top: -14px;
}

/*サイド
---------------------*/
aside {
	background-color: #F6F6F6;
	padding-bottom: 30px;
}
aside h4 {
	background-color: #777;
	color: #FFF;
	font-size: inherit;
	line-height: 2.0;
	padding: 0 10px;
}
aside:first-child h4 {
	background-color: #222;
}
aside .media {
	padding: 0 15px;
	font-size: 0.786em;
	line-height: 1.4;
	margin-top: 10px;
}
aside .media .media-object {
	width: 32px;
    height: 32px;
}
aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside ul a {
	display: block;
	border-bottom: 1px #FFF solid;
	padding: 5px 10px;
	color: #333;
}

/*下層幅100%のページ（ログイン・新規登録）
------------------*/
.slide5 {
	background-color: #FCFBFB;
	padding: 80px 0;
}
.slide5 .h2 {
	text-align: center;
	margin-bottom: 50px;
}
.slide6 {
	background-color: #F4F4F4;
	padding: 80px 0;
}
.slide6 .h2 {
	text-align: center;
	margin-bottom: 50px;
}
.slide6 .btn+.help-block {
	margin-top: 20px;
}

/*snsボタン
----------------*/
.btn-facebook {
	background: #3B5998 url(../img/facebook_bt.png) no-repeat 10px center;
	color: #FFF;
}
.btn-twitter {
	background: #5EA9DD url(../img/twitter_bt.png) no-repeat 10px center;
	color: #FFF;
}
.btn-google {
	background: #4585F1 url(../img/google_bt.png) no-repeat 10px center;
	color: #FFF;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google:hover {
	color: #FFF;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}

/*マイページ
---------------------*/
.mypageBox {
	background-color: #FCFBFB;
}
.userPhoto {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.mypageBox .userText .h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
}
.mypageBox .userPhoto+.userText .h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 90px;
}
.mypageBox .userText {
	background-color: #F0F0F0;
}
.userTextInner {
	padding: 20px;
}
.mypageBox .userPhoto+.userText dl {
	padding-left: 70px;
}
.mypageBox .userPhoto+.userText ul {
	padding-left: 70px;
}
.mypageBox .userPhoto+.userText dt {
	text-align: left;
	width: 100px;
	line-height: 2.0;
}
.mypageBox .userPhoto+.userText dd {
	margin-left: 0;
	padding-left: 110px;
	line-height: 2.0;
	border-bottom: 1px solid #FFF;
}
.mypageBox>section {
	margin-bottom: 40px;
}
.mypageBox>section table th {
	width: 150px;
}
.mypageBox>section table td {
	text-align: right;
}
.mypageBox>section table th+td {
	text-align: left;
}
.mypageBox>section table thead th:last-child {
	text-align: right;
}
.mypageBox>section .table-condensed td {
	vertical-align: middle;
	text-align: right;
}
.mypageBox>section .table-condensed td:first-child {
	vertical-align: middle;
	text-align: left;
}

/*
-----------------*/
.input-group-addon {
	border-radius: 0;
}

/*イベントページ
---------------------*/
.eventBox {
	background-color: #FCFBFB;
}
.eventBox .eventText .h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
}
.eventBox .eventText {
	background-color: #F0F0F0;
}
.eventTextInner {
	padding: 20px;
}
.eventBox>section {
	margin-bottom: 40px;
}
.eventBox .table td,
.eventBox .table th {
	vertical-align: middle;
}
.eventBox .table th:first-child,
.eventBox .table td:first-child {
	min-width: 15%;
	white-space: nowrap;
}
.eventBox .table td:last-child,
.eventBox .table th:last-child {
	width: 15%;
	white-space: nowrap;
	text-align: center;
}
.eventBox .table-bordered {
	background: #FFF;
}
.eventBox .table-bordered strong {
	font-size: 2.0em;
}
.eventBox .table .dropdown-menu li {
	text-align: left;
}
.eventBox .table.entryList tbody td:first-child,
/*.eventBox .table.entryList tbody td:nth-child(2),
.eventBox .table.entryList tbody td:nth-child(4),*/
.eventBox .table.entryList tbody td:last-child {
	white-space: nowrap;
}
tfoot {
	border-top: 2px #DDD solid;
}
.table.invoice-table>tbody>tr>td {
	border-top: none;
	width: 2%;
	text-align: center;
	white-space: nowrap;
}
.table.invoice-table>tbody>tr>td:last-child {
	border: 1px #DDD solid;
	background: #FFF;
	font-size: 1.385em;
}
.popover .popover-content {
    width:276px;
    height:170px;
}

/*
-------------*/
.eventBox>section .content .graphList {
	padding-left: 0;
}
.eventBox>section .content .graphList li {
	clear: both;
	border-bottom: #CCC 1px dashed;
	list-style-position: inside;
	padding: 5px 0;
}
.progress {
	border-radius: 0;
	box-shadow: none;
	margin: 2px 0 0 0;
	border: 1px #CCC solid;
}
.progress-bar {
	box-shadow: none;
}
.eventBox>section .content .progress {
	width: 500px;
	float: right;
}
.eventBox>section .content .freetextList {
	padding-left: 0;
}
.eventBox>section .content .freetextList li {
	clear: both;
	border: #CCC 1px solid;
	list-style: none;
	font-size: 0.857em;
	padding: 5px;
	margin-bottom: 10px;
}
.eventBox>section .content .freetextList li p {
	float: right;
	margin: 0;
}
.eventBox>section .entryList thead th {
	white-space: nowrap;
	text-align: center;
}
.eventBox>section .entryList tbody td {
	text-align: left;
	vertical-align: middle;
}
.dropdown-menu {
	border-radius: 0;
}

@media print {
	.container .no-print+.row>.col-xs-9 {
		width: 100%;
	}
}

/*検索ページ
---------------------*/
.searchBox {
	background-color: #FCFBFB;
}
.searchBox .searchText .h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
}
.searchBox .searchText {
	background-color: #F0F0F0;
}
.searchTextInner {
	padding: 20px;
}
.searchBox>section {
	margin-bottom: 40px;
}
.searchBox .media {
	border: 1px #CCC solid;
	padding: 15px;
}
.media-body .table {
	margin-bottom: 10px;
}
.searchBox .media-body p {
	line-height: 1.4;
	margin-bottom: 0;
}
.searchBox .media-heading {
	line-height: 1.5;
}

aside .media-body .table {
	margin-bottom: 0;
}
aside .media {
	border-bottom: 1px solid #FFF;
}

/*その他のページ
---------------------*/
.normalBox {
	background-color: #FCFBFB;
}
.normalBox .normalText .h3 {
	background-color: #F6F6F6;
	line-height: 1.5;
	margin-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
}
.normalBox .normalText .h4 {
	background: #888;
	color: #FFF;
	font-size: 1.286em;
	line-height: 2.0;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.normalBox .normalText h3 span {
	background: #888;
	color: #FFF;
	font-size: 0.857em;
	padding: 0 10px;
}
.normalBox .normalText {
	background-color: #FCFBFB;
}
.normalTextInner {
	padding: 40px 40px 0 40px;
	line-height: 1.8;
}
.normalTextInner:last-child {
	padding: 40px;
}
.normalTextInner dd,
.normalTextInner>ol>li {
	line-height: 1.8;
	margin-bottom: 20px;
}
.normalTextInner dd>p,
.normalTextInner>ol>li>p {
	text-indent: 1em;
}
.normalBox>section {
	margin-bottom: 40px;
}
.normalTextInner>form {
	/*margin-top: 50px;*/
}

.newsText dd {
	border: 1px solid #CCC;
	padding: 10px;
}
.normalText .well {
	background-color: #FFF;
	border: 5px dotted #0099CC;
	border-radius: 5px;
	box-shadow: none;
}
.normalText .well.well-sm.tile2 {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: none;
}
.normalBox .normalText .well.well-sm.tile2 .h4 {
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 3px;
}

/*--.col-xs-6 開催日時、参加希望者/定員 --*/
.detailBox .row.cottonNone .tile2-short {
	padding: 0;
	min-height: 120px;
}
/* FAQ
---------------------*/
.normalBox .normalText.faq .h4 {
	background: #888;
	color: #FFF;
	font-size: 1.286em;
	line-height: 2.0;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.normalBox .normalText.faq ul {
	margin-bottom: 40px;
}
.normalBox .normalText.faq .collapse {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 7px 10px;
	background: #FFF;
	line-height: 1.5;
}

/*
-----------*/
.pager li>a, .pager li>span {
	padding: 5px 14px;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pager {
	margin: 0;
}
.pagination {
	margin: 0;
	border-radius: 0;
}

/*ページの先頭へ
------------------*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 100px;
	margin: 0;
	z-index: 1000;
}
.pagetop a {
	display: block;
	background: url(../img/pagetop_img.png) no-repeat;
	width: 133px;
	height: 126px;
}

/*パンくず
------------------*/
.breadcrumb {
	font-size: 0.786em;
	background: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\00bb";
}

/*ボタンカスタム
----------------------*/
.btn-danger {
	color: #fff;
	background-color: #F04155;
	border-color: #F04155;
	border-radius: 0;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-color: #ED122E;
	border-color: #ED122E;
}
.btn-warning {
	color: #fff;
	background-color: #FF823A;
	border-color: #FF823A;
	border-radius: 0;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-color: #FF690F;
	border-color: #FF690F;
}
.btn-lg, .btn-sm, .btn,
.btn-group-lg>.btn {
	border-radius: 0;
}
.btn-lg {
	font-size: 1.571em;
}
.btn-default {
	color: #FFF;
	background-color: #777;
	border-color: #777;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.btn-gray {
	background: #CCC;
	color: #fff;
	border-color: #CCC;
	border-radius: 0;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	background-color: #999;
	border-color: #999;
}
/*
------------------*/
blockquote {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 1.000em;
	border-left: none;
}
blockquote p {
	margin: 0;
}

/*
---------------------*/
.ticketpage .container {
	width: 980px;
}
.ticketpage header .container {
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
}
.ticketpage header small {
	float: right;
	display: block;
	font-size: 0.500em;
	border: 1px #CCC solid;
	padding: 3px;
}
.ticketpage footer .container {
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 0.786em;
	padding: 10px;
}
.ticketpage main,
.ticketpage header {
	margin-bottom: 20px;
}
.bg-default {
	padding: 5px;
}
.ticketpage .panel {
	border-radius: 0px;
}
.ticketpage .panel h3 {
	margin-bottom: 0;
}
.ticketpage .panel img {
	max-width: 100%;
}
.ticketpage .table th {
	width: 160px;
}

@media print {
	section {
		display: block;
		page-break-before: always;
	}
	pre code {
		page-break-after: always;
	}
	@page {
		margin-top:1cm;
		margin: 1cm;
	}
	p a, code, pre {
		word-wrap: break-word;
	}
	.no-print {
		display:none;
	}
    a.no-link[href]:after {
      content: "";
    }
}

.linkBox:hover {
    cursor: pointer;
    background-color: #eee;
}

/* 詳細画像
-----------------------*/
.detailBox section>.content img {
	max-width: 100%;
}
.text-danger {
	color: #C00;
}
.text-info {
	color: #09C;
}

/* コメント
-----------------------*/
ul.comments > li {
    border-bottom: 1px #ccc dashed;
}
i.fa-btn {
    position: absolute;
    left: 34px;
    font-size: 20px
}
/*
--------------*/
.nav.navbar-right.linkimg>li>a {
	padding: 0;
	margin: 7px 2px;
}

.checkbox-inline, .radio-inline, .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
}
/*
----------------*/
.thumbnail {
	border: 1px solid #CCC;
	border-radius: 0;
	padding: 0;
}
.thumbnail h3 {
	font-size: 1.000em;
	line-height: 1.4;
	margin-bottom: 5px;
}
.thumbnail h3 span {
	font-size: 0.786em;
}
.thumbnail span.label {
	border-radius: 0;
	line-height: 1.0;
}
.thumbnail h3 a {
	color: #333;
}
.thumbnail h3 a:hover,
.thumbnail h3 a:active,
.thumbnail h3 a:focus {
	color: #999;
}
/*
----------------------*/
.ticket div {
	border: 5px solid #cfcfcf;
	padding: 10px;
    margin-bottom: 10px;
}
.ticketshadow a {
	display: block;
}
.ticketshadow {
	position: relative;
	-webkit-box-shadow:0 1px 3px  #cccccc;
    -moz-box-shadow:0 1px 3px #cccccc;
    box-shadow:0 1px 3px #cccccc;
}
.ticketshadow p {
	text-align: right;
	margin-bottom: 0;
	font-size: 1.125em;
	font-weight: bold;
}

#codeModal textarea {
    overflow: hidden;
}

.strike {
    text-decoration:line-through;
}