
.pc_only {
	display:block;
}
@media screen and (max-width:768px) {
.pc_only {
	display:none;
}
}
.pc_only_span {
	display:inline;
}
@media screen and (max-width:768px) {
.pc_only_span {
	display:none;
}
}

.sp_only {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only {
	display:block;
}
.sp_only a{
	color:#fff;
}
}
.sp_only_span {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only_span {
	display:inline;
}
}


body {
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #F0F0F0;
    //background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #bbeeff), color-stop(.5, transparent), to(transparent));
    //background-image: -moz-linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    //background-image: -o-linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    //background-image: linear-gradient(#bbeeff 50%, transparent 50%, transparent);
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    word-wrap: break-word;
    line-height:1.6;
}

a {
	text-decoration: none;
	color: #38a1db;
}

a:hover{
	text-decoration: none;
	color: #cc4444;
}

h1 {
  margin:5px;
  padding:0px;
  font-size: 28px;
  font-weight: bold;
}

h2 {
  text-align: left;
  margin:0px 0px 0px 0px;
  padding:10px 4px 4px 4px;
  font-size: 22px;
  font-weight: bold;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;

}

h3 {
	margin:10px 0px 0px 0px;
	padding:5px;
	border-width:0 0 0 10px;
	border-color: #555555;
	border-style:solid;
	background:#888888;
	color:#FFFFFF;
	line-height:120%;
	font-weight:bold;
	text-align: left;
	font-size: 18px;
}

h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}


h5 {
	font-size: 14px;
	font-weight: bold;
	padding: .5em .5em;
	background-color: #666666;
	color:#FFFFFF;
	border-radius: 15px;
}


label {
  font-size: 16px;
  margin:0 0 10px 0;
  padding:0px 5px;
  border-width:0 0 5px 0 ;
  border-color:#aaaaaa;
  border-style:solid;
  background:#;
  color:#333333;
  line-height:140%;
  font-weight:bold;
}

.no_label_view{
  font-size:;
  margin:0;
  padding:0;
  border-width:0;
  border-color:;
  border-style:;
  background:;
  color:;
  line-height:;
  font-weight:;
}

.text_shadow_1{
  text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000;
}

.text_shadow_2{
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}

.text_shadow_white_1{
  text-shadow: 1px 1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF, -1px -1px 0px #FFF;
}

.text_shadow_white_2{
  text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}


/*Masonry http://www.webdesignleaves.com/wp/jquery/1340/ */

#wrapper {
  position: relative;
  max-width: ;
  margin: 0 auto;   /*全体の中央寄せ*/
}
#container {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}
.item {
  margin: 0px;
  width: 284px;		/*スマホのときは下記に別途記載*/
  padding: 0px;
  border: 0px solid #eee;
}
.item.x2 {
  width: 300px;
}
.item.x3 {
  width: 500px;
}
.item img {
  width: 100%;
}


/*スマホのときの.item_card*/
@media screen and (max-width:640px){
	.item {
  	margin: 0px;
  	width: 49vw;	/*ビューポートの幅に対する割合*/
  	padding: 0px;
  	border: 0px solid #eee;
	}
}

.top-main {
margin-right:10px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.top-main {
  	margin-right: 0px;
	}
}

.sidebar {
	width:300px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.sidebar {
	width:100%;
  	margin: 0px;
  	padding: 0px;
	}
}

.sidebar {
width:300px;
}

/*スマホのときの.sidebar*/
@media screen and (max-width:640px){
	.sidebar {
	width:100%;
  	margin: 0px;
  	padding: 0px;
	}
}


.sidebar_twitter {
width:100%;
}

/*スマホのときの.sidebar_twitter*/
@media screen and (max-width:640px){
	.sidebar_twitter {
	width:100%;
	margin: 0px 15px 0px 15px;
	}
}


/* ブートストラップグリッドの..containerと.row のpaddingとmarginを0にする */
.sukima-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
 
/* 上記の中にあるカラムの左右の隙間も0にする */
.sukima-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* メイン領域 */
.main {
  max-width: 100%;
}

/* メイン領域（白） */
.bodymain {
  background: #ffffff;
  height: auto;
  margin:10px 5px 10px 5px;
  padding:10px 10px 20px 10px;
  float: center;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  overflow:auto;
}

/* 新規登録時のオプション入力の枠 */
.join_option {
  font-size: 14px;
  background: #efefef;
  height: auto;
  margin:0px;
  padding:10px 10px 10px 10px;
  float: center;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
  overflow:auto;
}

/* リストページの表題部分の下地 */
.listpage_title {
  margin:10px 5px 10px 5px;
  padding:10px;
  background: #ffffff;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  overflow:auto;
}

/* もっと見る */
.mottomiru {
  background: #ffffff;
  font-size:16px;
  padding:10px 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
  -moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
}

.mottomiru:hover {
  background: #fffcfc;
  font-weight:bold;
}


/* divをクリア */
.clear {
    clear: both;
}

/* センタリング */
.center {
    margin: 0 auto;	
    text-align:center;
}

/* ヘッダー */
.header {
  background-color: #777777;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  vertical-align: middle;
}

/* ヘッダーのリンク文字色 */
.header a{
  color: #ffff00;
}

/* フッター */
.footer {
  -webkit-text-size-adjust: 100%;
  background: #444444;
  color: #ffffff;
  font-size: 20px;
  /* width: 640px; */
  height: auto;
  margin: 15px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  vertical-align: middle;
  text-align:center;
}

/* スマホ版のフッター */
@media screen and (max-width:768px){
.footer {
  -webkit-text-size-adjust: 100%;
  background: #444444;
  color: #ffffff;
  font-size: 20px;
  /* width: 640px; */
  height: auto;
  margin: 15px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  vertical-align: middle;
  text-align:center;
}
}




/* SNSボタン */
.snsbutton {
    float: center;
 	text-align: center;
	margin:5px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	overflow: visible;
}

/* フッターのTwitterフォローボタン */
.twitterfollow {
    float: center;
 	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	overflow: visible;
}

/* 画像アップボタン関連 */
#upload {
        width:200px;
        height:35px;
        text-align:center;
        line-height:35px;
        border-radius:4px;
        color:#fff;
        background-color:#4385bf;
        margin:10px 0;
        cursor:pointer;
      }

#results {
        border: 0px solid #4385bf;
        background-color:#ffffff;
        padding: 0px;
        margin: 0px;
      }

#results img {
        border:0px solid #000;
        margin:0px 0px 0px 0px;
      }

.file {
        opacity:0;
      }


/* 入力フォーム */
.input {
	height: 40px;
	font-size: 16px;
}

/* 画像選択ボタン */
.fileInput {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

/* 入力フォーム：コメント */
.input_comment {
	position: relative;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background: #ffffff;
	text-align:left;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    width: 100%;
	height: 60px;
}

/* 入力フォーム：選択肢↑ */
.input_select_up{
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #ccddee;
	border-radius: 15px 15px 0px 0px;
	background: #eff7ff;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/* 入力フォーム：選択肢← */
.input_select_left {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #cddecd;
	border-radius: 15px 0px 0px 15px;
	background: #f2ffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%
}

/* 入力フォーム：選択肢→ */
.input_select_right {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eecdcd;
	border-radius: 0px 15px 15px 0px;
	background: #fff4f4;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/* 入力フォーム：選択肢↓ */
.input_select_down {
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eeddcc;
	border-radius: 0px 0px 15px 15px;
	background: #ffffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}


/* 入力フォーム補足書きテキスト */
.hosoku{
	font-size: 14px;
	color: #999999;
	padding:5px 0px 20px 0px;
}


/* LPモードの背景 */
.lpmode_bg {
    width:100%;
    max-width:1170px;
    margin:0px auto;
    float: center;
    text-align:center;
    background: #ffffff;
	overflow:auto;
}


/* カード */
.card {
    margin:0px;
    padding: 5px;
    float: center;
    text-align:center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	overflow:auto;
}

/* カード（白固定） */
.card_white {
    margin:0px;
    padding: 5px;
    float: center;
    text-align:center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(140, 140, 140, 0.2);
	overflow:auto;
}


/* カードIDの表示 */
.card_id {
	font-size: 16px;
    margin: 0px 5px 0px 0px;
}

/* リサイクルカードIDの表示 */
.recycle_card_id {
	font-size: 12px;
    margin: 0px 5px 0px 0px;
}

/* 最近のカード確認リンク */
.saikincardlist {
	border-radius: 4px;
	background: #99ddff;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    margin: 0px 0px 0px 5px;
    padding: 5px;
	box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
}

/* 絵 */
.picture {
	text-align:center;
}

.picture img {
	height:auto;
	max-width:100%;
	margin: 0px auto 0px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* 絵（小さいサムネ） */
.picture_s {

}

.picture_s img {
	height: 40px;
	margin: 0px 0px 0px 5px;
}


/* 他サイト埋め込み部品 */
.embed {
	text-align:center;
	height:auto;
	max-width:100%;
	margin: 5px auto 10px auto;
}

/* カード番号挿入ボタン */
.card_number_in {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

/* テキストウィンドウ */
.textwindow {
	position: relative;
	border: 0px solid #dddddd;
	border-radius: 4px;
	background: #ffffff;
	text-align:left;
    font-size: 16px;
    color: #000;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    width: 100%;
	word-break: break-all;
}

/* テキストウィンドウ内のリンク */
.textwindow a{
	text-decoration: none;
    color: #38a1db;
}

.textwindow a:hover{
	text-decoration: none;
	color: #cc4444;
}

/* テキストウィンドウ内のリンク（一覧表示時） */
#textwindow_list{
	text-decoration: none;
    color: #000;
}


/* 選択肢↑ */
.select_up{
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #ddeeff;
	border-radius: 10px 10px 0px 0px;
	background: #eff7ff;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 60%;
}

/* 選択肢← */
.select_left {
	float: left;
	position: relative;
	border: 0px solid #cddecd;
	border-radius: 10px 0px 0px 10px;
	background: #f2ffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: 3px 0px 3px 3px;
    width: 47.0%;
}

/* 選択肢→ */
.select_right {
	float: right;
	position: relative;
	border: 0px solid #fff4ea;
	border-radius: 0px 10px 10px 0px;
	background: #fff4f4;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: 3px 3px 3px 0px;
    width: 47.0%;
}

/* 選択肢↓ */
.select_down {
    clear: both;				/*選択肢←→の横並びdivをクリア*/
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #eeddcc;
	border-radius: 0px 0px 10px 10px;
	background: #ffffe5;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
	margin-top: 3px;
    margin-bottom: 3px;
    width: 60%;
}

/* 警告黒背景 */
.keikokubg{
    margin: 15px 10px 15px 10px;
    padding: 200px 0px 200px 0px;
    float: center;
    text-align:center;
    border: 1px solid #000000;
    background: #000000;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 1px 1px 2px 1px;
	overflow:auto;
}

/* 警告メッセージ */
.keikoku {
	position: relative;
	border: 4px solid #ffffff;
	background: #44617b;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-align:center;
    font-size: 20px;
    color: #ffffff;
    padding: 5px;
    margin: 0 auto;
    width: 80%;
}

/* 日時表示の文字 */
.datetime {
    font-size: 10px;
    color: #999999;
    margin: 0px 0px 0px 5px;
}

/* 投稿者の名前の文字 */
.cardusername {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0px 0px 0px 0px;
}

/* 公式アイコンの表示 */
.official {
	font-size: 8px;
    color: #e6b422;
    margin: 0px 0px 0px 0px;
}

/* カテゴリーアイコンの背景（上） */
.categorybg {
  height: auto;
  margin:10px 0px 0px 0px;
  padding:0px 10px 0px 10px;
  float: center;
  text-align: center;
  overflow:auto;
}

/* カテゴリーアイコンの背景（下） */
.categorybg_footer {
  height: auto;
  margin:0px 0px 10px 0px;
  padding:0px 10px 0px 10px;
  float: center;
  text-align: center;
  overflow:auto;
}


/* カテゴリーアイコン（すべて）「の表示 */
.category_all {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category_all a{
	color: #ffffff;
}


/* カテゴリーアイコンの表示 */
.category {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #77aacc;
	border: 1px solid #77aacc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category a{
	color: #ffffff;
}

/* カテゴリーアイコン２の表示 */
.category2 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #77ccaa;
	border: 1px solid #77ccaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category2 a{
	color: #ffffff;
}

/* カテゴリーアイコン３の表示 */
.category3 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #eec362;
	border: 1px solid #eec362;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category3 a{
	color: #ffffff;
}

/* カテゴリーアイコン４の表示 */
.category4 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #ee827c;
	border: 1px solid #ee827c;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category4 a{
	color: #ffffff;
}


/* カテゴリーアイコン５の表示 */
.category5 {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #a69abd;
	border: 1px solid #a69abd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

.category5 a{
	color: #ffffff;
}


/* アタッチ種類の表示 */
.attach {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}


/* 会員種別の表示 */
.view_icon {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	color: #aa9944;
	background-color: #ffffff;
	border: 1px solid #aa9944;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}

/* 下書き */
.view_icon_draft {
	display:inline-block;
	line-height:1.4em;
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc4444;
	border: 1px solid #cc4444;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    margin: 0.2em 0.2em 0.4em 0.2em;
	padding:0.2em 0.7em;
}






/* ページャーのデザイン調整 */
.pager_design {
  margin: 20px 10px 20px 10px;
  padding: 0px 0px 0px 0px;
  -webkit-text-size-adjust: 100%;
  background: ;
  font-size: 16px;
  height: auto;
  vertical-align: middle;
}

/* 埋め込みムービーサイズのレスポンシブ対応 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 埋め込みムービー（MixChannel）のレスポンシブ対応 */
.movie-wrap_mc {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap_mc iframe {
    position: center;
    max-width: 100%;
}

/* 埋め込み地図（GoogleMasp）のレスポンシブ対応 */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* TOPに戻るボタンのCSS */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
}
#page-top a {
    background: #308d51;
    text-decoration: none;
    color: #ffffff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 4px;
}
#page-top a:hover {
    text-decoration: none;
    background: #308d51;
}

/* まとめリスト */
.matome_list {
    margin: 10px 5px 0px 5px;
    float: center;
    text-align:center;
    border: 0px solid #eeeeee;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	-webkit-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	-moz-box-shadow:rgba(196, 153, 133, 0.298039) 0px 0px 2px 0px;
	overflow:auto;
}


/* bxSliderで最初画像が縦並びで出ちゃう問題の対処（JS実行まで画像出さなくする） */
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}


/* ローディングアイコンを最初消しとく */
#loader {
    display: none;
}

#loader2 {
    display: none;
}

#loader_header {
    display: none;
}

.loader_preview {
    display: none;
}


/* 検索結果表示 */
.search_result {
	color: #666666;
}

.search_result a {
	color: #666666;
}


/* 検索結果で画像部分が貼り付けだった場合の表示の囲い */
.attach_name {
    text-align: center;
	width: 100%;
	padding: 5px;
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


/* カードのリストのサムネイル */
.card_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 180px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}


/*スマホのときの カードのリストのサムネイル*/
@media screen and (max-width:768px){
  .card_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: 'object-fit: cover; object-position: center center;'
  }
}


/* まとめのリストのサムネイル */
.matome_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}

.matome_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  font-family: 'object-fit: cover; object-position: center center;'
}

@media screen and (max-width:768px){
  .matome_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 140px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  font-family: 'object-fit: cover; object-position: center center;'
}
}

/* アルバムリストのサムネイル */
.album_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}

.album_thumbnail_grid {
  object-fit: cover;
  width: 100%;
  height: 240px;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  font-family: 'object-fit: cover; object-position: center center;'
}

/* ホームのカバー画像の背景 */
.home_cover_bg {
  background-image:;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.home_cover_bg:before{
  content: "";
  display: block;
  position: absolute;
  background: inherit;
  filter: contrast(70%) brightness(170%) blur(24px);
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px;
  z-index: -1;
}

/* ホームのカバー画像 */
.home_cover_img {
  object-fit: contain;
  width: 100%;
  max-height: 480px;
  border: 0px solid #ccc;
  border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  font-family: 'object-fit: contain; object-position: center center;'
  z-index: 1;
}

/*スマホのときの.home_cover_img*/
@media screen and (max-width:768px){
.home_cover_img {
  object-fit: contain;
  width: 100%;
  max-height: 240px;
  border: 0px solid #ccc;
  border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  font-family: 'object-fit: contain; object-position: center center;'
  z-index: 1;
	}
}


/* アルバムのトップ */
.album_top_image {
  position: relative;
}

.album_top_image h1{
  position: absolute;
}


.topimage {
	width:762px;
	height:400px;
	object-fit:cover;
	font-family: 'object-fit: cover; object-position: center center;'
	position: relative;
}

/*スマホのときの.topimage*/
@media screen and (max-width:768px){
.topimage {
	width:400px;
	height:210px;
	object-fit:cover;
	font-family: 'object-fit: cover; object-position: center center;'
	position: relative;
	}
}


/*トップ画像部のピックアップコンテンツ情報表示部*/
.topimage_contents_info{
	width:100%;
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0px;
	padding: 30px 10px 10px 10px;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	color:#fff;
}

.topimage_contents_info a{
	color:#fff;
}

.topmain {
	padding-right:10px;
	margin-left:-10px;
}
	
/*スマホのときの.topmain*/
@media screen and (max-width:768px){
.topmain {
	padding-right:0px;
	margin-left:0px;
	}
}


.topmain-topimagearea {
	width:100%;
	height:398px;
	position:relative;
	overflow:hidden;
	}

/*スマホのときの.topmain-topimagearea*/
@media screen and (max-width:768px){
.topmain-topimagearea {
	width:100%;
	height:220px;
	position:relative;
	overflow:hidden;
	}
}


.header_button a{
    font-size:10px;
	outline:none;
    text-align:center;
    padding:7px 7px;
    color:#fff;
    background-color:rgba(0,0,0,0.2);
    border:0px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.header_button a:hover {
    color:#fff;
    background-color:rgba(0,0,0,0.4);
}

.mypagelist {
    display: inline-block;
    margin: 4px;
    padding: 10px;
    font-size:120%;
    outline:none;
    text-align:center;
    background-color:rgba(0,0,0,0.04);
    border:0px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.mypagelist_makebutton {
    display: inline-block;
    margin: 10px auto 0px auto;
    padding: 5px;
    font-size:80%;
    font-weight:bold;
    outline:none;
    text-align:center;
	color:#fff ;
    background-color:rgba(0,0,0,0.4);
    border:0px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*コメントふきだし*/
.comment_balloon {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	min-width: 0;
	max-width: 100%;
	color: #444;
	font-size: 16px;
	background: #e0edff;
	border-radius: 10px;
}

.comment_balloon:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-left: -14px;
	border: 12px solid transparent;
	border-top: 15px solid #e0edff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment_balloon p {
	margin: 0;
	padding: 0;
}

/*コメントふきだし（自分の）*/
.comment_balloon_me {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	min-width: 0;
	max-width: 100%;
	color: #444;
	font-size: 16px;
	background: #fdeff2;
	border-radius: 10px;
}

.comment_balloon_me:before{
	content: "";
	position: absolute;
	top: 45%;
	left: 100%;
	margin-left: -14px;
	border: 12px solid transparent;
	border-top: 15px solid #fdeff2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment_balloon_me p {
	margin: 0;
	padding: 0;
}


/* ネタバレ */
.netabare {
	color: #fff;
	margin: 5px;
	padding: 15% 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#cccccc;
	font-weight:bold;
}

.netabare_open_button {
	width:80%;
	color: #ffff00;
	font-size:12px;
	font-weight:bold;
	background-color:#aaaaaa;
	margin: 10px auto;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border: 2px solid #ffffff;
}




/* お気に入りボタンのCSS */
.btn_favorite {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_favorite:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 2px;
	outline : none;
}

/* お気に入りボタンのCSS（お気に入り済み） */
.btn_favorite_on {
	min-width: 20px;
	min-height: 20px;
	background: #999;
	border: 1px solid #999;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_favorite_on:hover {
	background: #999;
	color: #fff;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 1px;
	outline : none;
}


/* お気に入り数のふきだし */
.favorite_arrow_box {
	position: relative;
	color: #aaa;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.favorite_arrow_box:after {
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #eee;
	border-width: 5px;
	margin-top: -5px;
}



/* リアクションボタンのCSS */
.btn_reaction {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.15);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_reaction:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 2px;
	outline : none;
}

/* リアクションボタンのCSS（リアクション済み） */
.btn_reaction_on {
	min-width: 20px;
	min-height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #777;
	font-size: 12px;
	font-weight: ;
	padding: 10px 10px;
	display: float;
	text-align: center;
	box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	-webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.05);
	transition: background-color 0.0s ease-in;
	-webkit-transition: background-color 0.0s ease-in;
	outline : none;
}

.btn_reaction_on:hover {
	background: #fff;
	color: #777;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 1px;
	outline : none;
}




/* リアクション数のふきだし */
.reaction_arrow_box {
	outline:none;
    border-style: none;
	position: relative;
	color: #aaa;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.reaction_arrow_box:after {
	outline:none;
    border-style: none;
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #eee;
	border-width: 5px;
	margin-top: -5px;
}

.reaction_arrow_box:hover {
	outline:none;
    border-style: none;
	position: relative;
	color: #aaa;
	background: #ddeeff;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.reaction_arrow_box:hover:after {
	outline:none;
    border-style: none;
	right: 95%;
	top: 50%;
	border: solid transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(179, 213, 207, 0);
	border-left-color: #ddeeff;
	border-width: 5px;
	margin-top: -5px;
}


/* カレンダーの件数表示 */
.calendar_count {
	outline:none;
    border-style: none;
	position: relative;
	color: #444;
	background: #eee;
	font-size:10px;
	font-weight:bold;
	padding:4px 8px;
	margin-right:4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* Bootstrapのグリッドの高さを揃えるためのクラス */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


/* ホームの名称の下地 */
.homename {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}



/* トップメニューの表示 */
.topmenu {
	display:inline-block;
    margin: 0.2em 0.2em 0.3em 0.2em;
	padding:0.5em 0.5em;
	line-height:1.4em;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
	background-color:rgba(255,255,255,0.8);
	opacity: 1.0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.topmenu a{
	color: #777;
}

.topmenu:hover {
	background-color: #bbb;
	color: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.topmenu_bg {
	margin:0 auto;
	padding:5px 0;
	background-color: #777777;
	text-align:center;
}

.append_set_balloon {
	position: relative;
	display: inline-block;
 	margin: 20px 10px 0px 10px;
	padding: 5px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #eefaff;
}

.append_set_balloon:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #eefaff;
}


.kirikae_button_on {
  position: relative;
  text-align: left;
  height:34px;
  font-size:14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 32px 5px 10px;
  display: inline-block;
  line-height: 1.4;
  background: #44aa22;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_on:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #227722;
}

.kirikae_button_on:hover {
	background: #66cc44;
	border:2px solid #fff;
}

.kirikae_button_off {
  position: relative;
  text-align: right;
  height:34px;
  font-size:14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 5px 32px;
  display: inline-block;
  line-height: 1.4;
  background: #cc2244;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_off:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #772222;
}

.kirikae_button_off:hover {
	background: #ee4466;
	border:2px solid #fff;
}

