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: #d8ebf3;
	margin-left:auto;
	margin-right:auto;
	font-size: 24px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5em;
	word-wrap: break-word;
}

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

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

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

h2 {
  text-align: center;
  margin:15px 0px 0px 0px;
  font-size: 1.5em;
  font-weight: bold;

}

/*スマホのときのh2*/
@media screen and (max-width:1300px){
h2 {
  text-align: center;
  margin:20px 0px 20px 0px;
  font-size: 2.0em;
  font-weight: bold;

}
}

h3 {
	margin:10px 10px 10px 10px;
	padding:10px;
	border-width:0 0 0 10px;
	border-color: #fbd92d;
	border-style:solid;
	background:#15aecb;
	color:#EBF7FA;
	line-height:120%;
	font-weight:bold;
	text-align: left;
	font-size: 1.5em;
}


/*スマホのときのh3*/
@media screen and (max-width:1300px){
h3 {
	margin:10px 10px 10px 10px;
	padding:10px;
	border-width:0 0 0 10px;
	border-color: #fbd92d;
	border-style:solid;
	background:#15aecb;
	color:#EBF7FA;
	line-height:120%;
	font-weight:bold;
	text-align: left;
	font-size: 2.0em;
}
}

h4 {
	margin:10px 10px 10px 10px;
	font-size: 1.5em;
	font-weight:bold;
}


h5 {
	font-size: 14px;
	font-weight: bold;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-radius: 6px;
}


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

/*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: 4px;
  width: 290px;		/*スマホのときは下記に別途記載*/
  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: 48vw;	/*ビューポートの幅に対する割合*/
  	padding: 0px;
  	border: 0px solid #eee;
	}
}


.sidebar {
width:300px;
margin:0px 10px 0px 10px;
padding:5px 0px 10px 0px;
}

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

/* ブートストラップグリッドの.row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
 
/* 上記.row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-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: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;
}

/* 新規登録時のオプション入力の枠 */
.join_option {
  font-size: 14px;
  background: #efefef;
  height: auto;
  margin:15px 10px 15px 10px;
  padding:10px 10px 10px 10px;
  float: center;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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;
}

/* マイカードの表題部分の下地 */
.mycardtitle {
  background: #ffffff;
  height: auto;
  margin:10px 5px 10px 5px;
  padding:0px 10px 5px 10px;
  float: center;
  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;
  height: auto;
  width: 50%;
  margin: 0 auto;
  margin-top:10px;
  padding:0px 10px 5px 10px;
  float: center;
  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;
  overflow:auto;
}

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

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

/* ヘッダー */
.header {
  -webkit-text-size-adjust: 100%;
  background: #0d4d68;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  height: auto;
  margin:0px 0px 0px 0px;
  padding:10px 5px 10px 5px;
  vertical-align: middle;
}

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

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

/* SNSボタン */
.snsbutton {
	background: #FFFFFF;
    float: center;
 	text-align: center;
	font-weight: bold;
	margin:20px 5px 40px 5px;
	padding:15px;
	overflow: visible;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

}

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


/* 画像アップボタン関連 */
#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{
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 3px solid #ccddee;
	border-radius: 15px 15px 0px 0px;
	background: #eaf4fc;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
}

/* 入力フォーム：選択肢← */
.input_select_left {
	float: left;
	position: relative;
	border: 3px solid #cddecd;
	border-radius: 15px 0px 0px 15px;
	background: #e7fadb;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0px 10px 5px;
    width: 47.5%
}

/* 入力フォーム：選択肢→ */
.input_select_right {
	float: right;
	position: relative;
	border: 3px solid #eecdcd;
	border-radius: 0px 15px 15px 0px;
	background: #ffeeee;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 5px 5px 10px 0px;
    width: 47.5%;
}

/* 入力フォーム：選択肢↓ */
.input_select_down {
    clear: both;				/*選択肢←→の横並びdivをクリア*/
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 3px solid #eeddcc;
	border-radius: 0px 0px 15px 15px;
	background: #fff1cf;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	margin-top: 5px;
    margin-bottom: 5px;
    width: 50%;
}

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

/* カード */
.card {
    margin: 3px 3px 3px 3px;
    padding: 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;
}

/* カード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 0px 10px 0px;
    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 0px 10px 0px;

}

/* カード番号挿入ボタン */
.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: 14px;
    font-weight: ;
    color: #444444;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    width: 100%;
}

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

/* テキストウィンドウ（サムネ） */
.textwindow_s {
	position: relative;
	border: 0px solid #666666;
	border-radius: 4px;
	background: #2ca9e1;
	text-align:left;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    margin: 15px 0px 10px 0px;
    width: 100%;
}

/* テキストウィンドウ（サムネ）内のリンク */
.textwindow_s a{
    color: #ffff00;
	text-decoration: underline;
}

/* 選択肢↑ */
.select_up{
	position: relative;
    margin: 0 auto;				/*センタリング*/
	border: 0px solid #ddeeff;
	border-radius: 10px 10px 0px 0px;
	background: #ddeeff;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    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: #e7fadb;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 3px 0px 3px 3px;
    width: 47.0%;
}

/* 選択肢→ */
.select_right {
	float: right;
	position: relative;
	border: 0px solid #eecdcd;
	border-radius: 0px 10px 10px 0px;
	background: #ffeeee;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    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: #fff1cf;
	text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
	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;
    color: #444444;
    margin: 0px 0px 0px 5px;
}

/* 公式アイコンの表示 */
.official {
	font-size: 12px;
    margin: 0px 0px 0px 5px;
}

/* カテゴリーアイコンの背景（上） */
.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 20px 0px;
  padding:0px 10px 0px 10px;
  float: center;
  text-align: center;
  overflow:auto;
}

/* カテゴリーアイコンの表示 */
.category {
	font-size: 10px;
	line-height:2.8em;
    margin: 10px 5px 0px 5px;
	padding:5px 5px 5px 5px;
}

/* ページャーのデザイン調整 */
.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%;
}

/* 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: 20px;
    padding: 10px;
    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;
}

/* ひみつ文章 */
.himitsu_text {
	text-align: center;
	font-size:1.2em;
	line-height:1.5em;
	margin:15px;
}

/*スマホのときのひみつ文章*/
@media screen and (max-width:1300px){
.himitsu_text {
	text-align: center;
	font-size:1.7em;
	line-height:2.0em;
	margin:15px;
}
}


/* ページ下部文章 */
.info_text {
	font-size:1.2em;
	line-height:1.5em;
}

/*スマホ（画面大）のときのページ下部文章*/
@media screen and (max-width:1300px){
.info_text {
	font-size:2em;
}
}
