/* テーマによるgmapの表示崩れを防ぐ */
#matome_map-canvas img {
	max-width: none !important;
}


/* ボタン */
button {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #6E6E6E;
    background: #FFFFFF;
    border: solid 2px #6E6E6E;
    border-radius: 3px;
    transition: .4s;
}

button:hover {
    background: #6E6E6E;
    color: white;
}

/* 必須 コンテンツ編集ボタン用非表示 */
.ce_edit_button {
	display: none;
}

/* 検索用ボックス */
.openmatome_search {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	border: solid 1px #A8A8A8;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:3px 3px 2px #989898;
	-moz-box-shadow:3px 3px 2px #989898;
	-webkit-box-shadow:3px 3px 2px #989898;
}

/* 一覧表示用ボックス */
#om_list_box {
	display: block;
	margin: 0px 0px 10px 0px;
	border: solid 1px #A8A8A8;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:3px 3px 2px #989898;
	-moz-box-shadow:3px 3px 2px #989898;
	-webkit-box-shadow:3px 3px 2px #989898;
}

#om_list_box .oml_title {

	font-size: 1.6em;
	font-weight: bold;
/*	position: relative; */
	margin: 0.5em 0 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 2px solid #B92A2C;
}
#om_list_box .oml_title a {
	text-decoration: none;
}

#om_list_box .oml_title::before {
	content: url(https://openmatome.net/matome/images/ma.png);
	display: inline;
}


/*
#om_list_box .oml_title::before{
	content: '\25A1';
	font-size: 150%;
	position: absolute;
	color: #ff6b6e;
	top: 0em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}
 
#om_list_box .oml_title::after{
	content: '\25A1';
	font-size: 150%;
	position: absolute;
	color: #B92A2C;
	top: -0.2em;
	left: 0;
	height: 12px;
	width: 12px;
}
*/

#om_list_box .oml_thum_image {
	margin: 5px 10px 5px 5px;
	float : left;
}

/*
#om_list_box .oml_thum_image img{
	width: 100%;
}
*/


#om_list_box .oml_description {
	padding: 5px;
	word-break : break-all;
}

#om_list_box .oml_floatclear {
	clear: both;
}

#om_list_box .oml_etcbox {
	margin: 5px 0px 5px 0px;
	border-top: 1px dashed #A0A0A0;
}

#om_list_box .oml_etcbox .oml_category{
	float : left;
	padding: 5px;
	font-weight: bold;
	color: #003366;
}

#om_list_box .oml_etcbox .oml_auther{
	float : right;
	padding: 5px;
}


/* 一覧表示ページネーション用 */
.om_pagenation {
clear:both;
margin: 10px 0;
/* padding:10px 0; */
position:relative;
font-size:12px;
line-height:13px;
border: 1px solid #000;
border-radius: 3px;
}
 
/* .om_pagenation span, .om_pagenation a { */
.om_pagenation span {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding: 10px;
text-decoration:none;
width:auto;
color:#000;
border-right: 1px solid #000;
/* color:#fff; */
/* background: #555; */
}

.om_pagenation span:last-child  {
 border-right: none;
}
 
.om_pagenation a:hover{
font-size: 20px;
background: lightgrey;
/* color:#fff; */
/* background: #3279BB; */
}
 

.om_pagenation .current{
background: #ECF0F1;
font-weight: bold;
}


.om_auther_title {
	position: relative;
	background: #ffd98a;
	padding: 2px 10px 2px 42px;
	font-size: 140%;
	font-weight: bold;
	color: #474747;
	border-radius: 0 10px 10px 0;
	left: 5px;
}

.om_auther_title:before {
	content: "\270E";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}



/* OpenMatomeコンテンツ表示用CSS */

/* OpenMatomeコンテンツView SNSボタン */
#social_button {
    display: inline;
    list-style: none;
}

#social_button li {
    float: left;
    display: block;
    vertical-align: middle;
    padding: 5px;
}

.hatena {
    padding-right: 10px;
}


/* OpenMatomeコンテンツView ヘッダ */
.om_view_title {
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
	padding: 0.0em 0.5em 0.5em 2.0em;
	border-bottom: 2px solid #B92A2C;
}
 
.om_view_title::before{
	content: '\25A1';
	font-size: 150%;
	position: absolute;
	color: #ff6b6e;
	top: 0em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}
 
.om_view_title::after{
	content: '\25A1';
	font-size: 150%;
	position: absolute;
	color: #B92A2C;
	top: -0.2em;
	left: 0;
	height: 12px;
	width: 12px;
}

.om_view_description {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding:10px 10px;
	background-color: #FFFFFF;
	border:1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1);
	white-space:pre-wrap;
	word-wrap: break-word;
}

.om_view_category {
	font-size: 0.8em;
/*	font-weight: bold; */
	margin: 0px 0px 2px 0px;
	padding: 4px 5px;
	text-align: right;
}

.om_view_category::before{
	content: "Category : ";
	font-size: 1.0em;
/*	font-weight: bold; */
	padding: 4px 5px;
	text-align: right;
}

.om_view_tag {
	font-size: 0.8em;
/*	font-weight: bold; */
	margin: 0px 0px 2px 0px;
	padding: 4px 5px;
	text-align: right;
}

.om_view_tag::before{
	content: "Tag : ";
	font-size: 1.0em;
/*	font-weight: bold; */
	padding: 4px 5px;
	text-align: right;
}

.om_view_update {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 4px 5px;
	text-align: right;
}

.om_view_author {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 4px 5px;
	text-align: right;
}

/* OpenMatomeコンテンツView 本体 */


/* 1024px以上の場合 */
@media screen and (min-width: 1025px) {

#curation_box {
/*	background-color: white; */
	margin: 0px;
	padding: 5px;
}

/* 大見出し */
#curation_box .ce_oomidashi {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-left: 8px solid #3498db;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
}

#curation_box .ce_oomidashi::first-letter {
	margin-right: 3px;
	font-size: 32px;
}
#curation_box .ce_oomidashi::after{
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	font-weight: bold;
}

/* 小見出し */
#curation_box .ce_komidashi {
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
	background-color: #f6f6f6;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
}


/* テキストボックス */
#curation_box .ce_plane_text {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: dashed;
	
	word-wrap: break-word;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}
#curation_box .ce_plane_text .text_value{
	white-space: pre-wrap;
}

/* 引用テキストボックス */
#curation_box .ce_inyou_text {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
	
	background: url(./images/inyou.png) 5px 5px no-repeat;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_inyou_text .inyou_text_value{
	padding: 0px 0px 0px 20px;
	white-space: pre-wrap;
	font-style: oblique;
}

#curation_box .ce_inyou_text .inyou_source{
	display: none;
}

#curation_box .ce_inyou_text .inyou_url{
	display: none;
}
/* 引用リンク */
#curation_box .ce_inyou_text .inyou_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

#curation_box .ce_inyou_text .inyou_link::before{
	content: "Source : ";
	display: inline;
}

/* 引用コメント */
#curation_box .ce_inyou_text .inyou_comment_value{
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_inyou_text .inyou_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}


/* リンク集 */
#curation_box .ce_link {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_link .link_title_value{
	padding: 5px;
	white-space: pre-wrap;
	border: 1px solid #27A246;
	border-left: 10px solid #27A246;
	font-size: 18px;
	font-weight: bold;
}

#curation_box .ce_link .link_url1{
	display: none;
}

#curation_box .ce_link .link_text1_value{
	display: none;
}

#curation_box .ce_link .link_url2{
	display: none;
}

#curation_box .ce_link .link_text2_value{
	display: none;
}

#curation_box .ce_link .link_url3{
	display: none;
}

#curation_box .ce_link .link_text3_value{
	display: none;
}

#curation_box .ce_link .link_url4{
	display: none;
}

#curation_box .ce_link .link_text4_value{
	display: none;
}

#curation_box .ce_link .link_url5{
	display: none;
}

#curation_box .ce_link .link_text5_value{
	display: none;
}

#curation_box .ce_link .link_ul ul{
	list-style-image: url( https://openmatome.net/matome/images/link.png );
}

#curation_box .ce_link .link_ul ul li{
	margin-top: 3px;
	margin-bottom: 3px;
	word-break: break-all;
}


#curation_box .ce_link .link_comment_value{
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_link .link_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}



/* 写真ボックス */
#curation_box .ce_photo {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_photo .photo_image {
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_photo .photo_image img{
	max-width: 480px;
	max-height: 480px;
}

#curation_box .ce_photo .photo_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_photo .photo_title_value::after{
	display: inline;
}

#curation_box .ce_photo .photo_source{
	display: none;
}

#curation_box .ce_photo .photo_source_url{
	display: none;
}

#curation_box .ce_photo .photo_url{
	display: none;
}

#curation_box .ce_photo .photo_thum_url{
	display: none;
}

/* 写真ボックスリンク */
#curation_box .ce_photo .photo_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

#curation_box .ce_photo .photo_link::before{
	content: "Source : ";
	display: inline;
}

#curation_box .ce_photo .photo_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 写真ボックスコメント */
#curation_box .ce_photo .photo_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_photo .photo_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* 写真ボックス回りこみクリア */
#curation_box .ce_photo .photo_floatclear {
	clear: both;
}

/* wikimedia */
#curation_box .ce_wikimedia {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_wikimedia .wikimedia_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_wikimedia .wikimedia_image img{
	max-width: 480px;
	max-height: 480px;
}

#curation_box .ce_wikimedia .wikimedia_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_wikimedia .wikimedia_title_value::after{
	display: inline;
}

#curation_box .ce_wikimedia .wikimedia_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#curation_box .ce_wikimedia .wikimedia_url{
	display: none;
}

#curation_box .ce_wikimedia .wikimedia_thum_url{
	display: none;
}

/* Wikimediaリンク */
#curation_box .ce_wikimedia .wikimedia_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

#curation_box .ce_wikimedia .wikimedia_link::before{
	content: "Source : ";
	display: inline;
}

/* wikimediaコメント */
#curation_box .ce_wikimedia .wikimedia_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_wikimedia .wikimedia_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* Wikimedia回りこみクリア */
#curation_box .ce_wikimedia .wikimedia_floatclear {
	clear: both;
}





/* ブログ */
#curation_box .ce_blog {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_blog .blog_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_blog .blog_image img{
	max-width: 480px;
	max-height: 480px;
}

#curation_box .ce_blog .blog_image iframe{
	width: 480px;
	height: 300px;
}

#curation_box .ce_blog .blog_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_blog .blog_title_value::after{
	display: inline;
}

#curation_box .ce_blog .blog_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
#curation_box .ce_blog .blog_description_value::after{
	content: "...";
}
*/

#curation_box .ce_blog .blog_source{
	display: none;
}

#curation_box .ce_blog .blog_thum_url{
	display: none;
}

#curation_box .ce_blog .blog_image_type{
	display: none;
}

#curation_box .ce_blog .blog_video_url{
	display: none;
}

/* ブログリンク */
#curation_box .ce_blog  .blog_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

/* ブログリンク */
#curation_box .ce_blog  .blog_link::before{
	content: "Source : ";
	display: inline;
}

/* ブログコメント */
#curation_box .ce_blog .blog_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_blog .blog_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}


/* ブログ写真回りこみクリア */
#curation_box .ce_blog .blog_floatclear {
	clear: both;
}


/* 地図 */
#curation_box .ce_map {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_map .map_image{
	padding: 5px 20px 5px 5px;
	float: left;
}

#curation_box .ce_map .map_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_map .map_title_value::after{
	display: inline;
}

#curation_box .ce_map .map_lat_value{
	display: none;
}

#curation_box .ce_map .map_lon_value{
	display: none;
}

#curation_box .ce_map .map_heading_value{
	display: none;
}

#curation_box .ce_map .map_pitch_value{
	display: none;
}

#curation_box .ce_map .map_zoom_value{
	display: none;
}

#curation_box .ce_map .map_g_zoom_value{
	display: none;
}

#curation_box .ce_map .map_latlon_value{
	display: none;
}



/* マップコメント */
#curation_box .ce_map .map_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_map .map_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* マップ回りこみクリア */
#curation_box .ce_map .map_floatclear {
	clear: both;
}

/* マップ折りたたみ用 追加 2016-05-11*/
#curation_box .ce_map .map_fold_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box  .ce_map .map_fold_image img{
	max-width: 100px;
}


#curation_box .ce_map .map_fold_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

/* 折りたたみ地図のリンク */
#curation_box .ce_map .map_fold_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

#curation_box .ce_map .map_fold_link a:hover{
	background-color: #550055;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}



/* 動画ボックス */
#curation_box .ce_movie {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_movie .movie_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_movie .movie_image video{
	width: 480px;
	height: 300px;
}

#curation_box .ce_movie .movie_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_movie .movie_title_value::after{
	display: inline;
}

#curation_box .ce_movie .movie_source{
	display: none;
}

#curation_box .ce_movie .movie_source_url{
	display: none;
}

#curation_box .ce_movie .movie_url{
	display: none;
}

#curation_box .ce_movie .movie_thum_url{
	display: none;
}

/* 動画ボックスリンク */
#curation_box .ce_movie .movie_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

#curation_box .ce_movie .movie_link::before{
	content: "Source : ";
	display: inline;
}

/* 動画ボックスコメント */
#curation_box .ce_movie .movie_comment_value{
	padding: 5px 5px 5px 15px;
/*
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
*/
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_movie .movie_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* 動画ボックス回りこみクリア */
#curation_box .ce_movie .movie_floatclear {
	clear: both;
}


/* ビジュアルリンク 追加 2016-05-09*/
#curation_box .ce_vlink {
	position:relative;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	background-color: WhiteSmoke;
}

#curation_box .ce_vlink .blog_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_vlink .blog_image img{
	max-width: 100px;
}


#curation_box .ce_vlink .blog_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_vlink .blog_title_value::after{
	display: inline;
}

#curation_box .ce_vlink .blog_description_value{
	display: none;
}


#curation_box .ce_vlink .blog_source{
	display: none;
}

#curation_box .ce_vlink .blog_thum_url{
	display: none;
}

#curation_box .ce_vlink .blog_image_type{
	display: none;
}

#curation_box .ce_vlink .blog_video_url{
	display: none;
}

/* ビジュアルリンクのリンク */
#curation_box .ce_vlink .blog_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

#curation_box .ce_vlink .blog_link a:hover{
	background-color: #550055;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

/* ビジュアルリンクコメント */
#curation_box .ce_vlink .blog_comment_value{
/*	display: none; */
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_vlink .blog_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* ビジュアルリンク写真回りこみクリア */
#curation_box .ce_vlink .blog_floatclear {
	clear: both;
}


/* 写真ドロップ用 */
#ce_dropzone{
	border: 1px solid #000;
	width: 160px;
	height: 120px;
	margin: 0px 10px 0px 0px;
	float : left ;
}

#ce_dropzone img {
	max-width: 158px;
	max-height: 118px;
}

.ce_dropzone_floatclear{
	clear: both;
}

/* ブログ写真ドロップ用 */
#blog_ce_dropzone{
	border: 1px solid #000;
	width: 160px;
	height: 120px;
	margin: 0px 10px 0px 0px;
	float : left ;
}

#blog_ce_dropzone img {
	max-width: 158px;
	max-height: 118px;
}

.blog_ce_dropzone_floatclear{
	clear: both;
}


/* 予約フォーム */
#curation_box .ce_yoyaku {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
}

#curation_box .ce_yoyaku .yoyaku_title{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_form_id{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_event_name_prt{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	border: solid 3px Chocolate;
}

#curation_box .ce_yoyaku .yoyaku_event_name{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_date{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_capa{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price_type{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price_unit{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price1{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price2{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price3{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price4{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price5{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price1_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price2_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price3_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price4_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price5_description{
	display: none;
}


#curation_box .ce_yoyaku .yoyaku_pay1{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_pay2{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_pay3{
	display: none;
}


#curation_box .ce_yoyaku .yoyaku_bikou{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_send_mail{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_send_cc_mail{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_tel_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_address_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_age_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_type{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_tel_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_address_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_age_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_mail_auth{
	display: none;
}


/* 予約フォーム用参加費表示 */
#curation_box .om_yoyaku_price_out {
	margin: 0px 0px 10px 15px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	width : 80%;
}

#curation_box .om_yoyaku_price_out .kingaku {
	padding: 4px;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	background-color: #fafafa;
	border-left: 3px solid #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	width : 100px;
}

#curation_box .om_yoyaku_price_out td {
	font-size: 80%;
	padding: 4px;
	text-align: left;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#curation_box .om_yoyaku_price_out tr:nth-child(even) td {
	background-color: #f0f0f0;
}

/* 閲覧パスワード非表示 */
#curation_box .ce_password {
	display: none;
}

}










/* 1024px以下の場合 */
@media screen and (max-width:1024px) {
 
#curation_box {
/*	background-color: white; */
	margin: 0px;
	padding: 2px;
}

/* 大見出し */
#curation_box .ce_oomidashi {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border-left: 8px solid #3498db;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
}

#curation_box .ce_oomidashi::first-letter {
	margin-right: 3px;
	font-size: 26px;
}
#curation_box .ce_oomidashi::after{
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	font-weight: bold;
}

/* 小見出し */
#curation_box .ce_komidashi {
	margin: 5px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
	background-color: #f6f6f6;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
}


/* テキストボックス */
#curation_box .ce_plane_text {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: dashed;
	
	word-wrap: break-word;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}
#curation_box .ce_plane_text .text_value{
	white-space: pre-wrap;
}

/* 引用テキストボックス */
#curation_box .ce_inyou_text {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
	
	background: url(https://openmatome.net/matome/images/inyou.png) 5px 5px no-repeat;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_inyou_text .inyou_text_value{
	padding: 0px 0px 0px 20px;
	white-space: pre-wrap;
	font-style: oblique;
}

#curation_box .ce_inyou_text .inyou_source{
	display: none;
}

#curation_box .ce_inyou_text .inyou_url{
	display: none;
}
/* 引用リンク */
#curation_box .ce_inyou_text .inyou_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
	white-space: pre-wrap;
}

#curation_box .ce_inyou_text .inyou_link::before{
	content: "Source : ";
	display: inline;
}

/* 引用コメント */
#curation_box .ce_inyou_text .inyou_comment_value{
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_inyou_text .inyou_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}


/* リンク集 */
#curation_box .ce_link {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_link .link_title_value{
	padding: 5px;
	white-space: pre-wrap;
	border: 1px solid #27A246;
	border-left: 10px solid #27A246;
	font-size: 18px;
	font-weight: bold;
}

#curation_box .ce_link .link_title_value::after{
	display: inline;
}

#curation_box .ce_link .link_url1{
	display: none;
}

#curation_box .ce_link .link_text1_value{
	display: none;
}

#curation_box .ce_link .link_url2{
	display: none;
}

#curation_box .ce_link .link_text2_value{
	display: none;
}

#curation_box .ce_link .link_url3{
	display: none;
}

#curation_box .ce_link .link_text3_value{
	display: none;
}

#curation_box .ce_link .link_url4{
	display: none;
}

#curation_box .ce_link .link_text4_value{
	display: none;
}

#curation_box .ce_link .link_url5{
	display: none;
}

#curation_box .ce_link .link_text5_value{
	display: none;
}

#curation_box .ce_link .link_ul ul{
	list-style-image: url( https://openmatome.net/matome/images/link.png );
}

#curation_box .ce_link .no_link_ul ul{
	list-style-type: square;
}

#curation_box .ce_link .link_ul ul li{
	margin-top: 3px;
	margin-bottom: 3px;
	word-break: break-all;
}

#curation_box .ce_link .no_link_ul ul li{
	margin-top: 3px;
	margin-bottom: 3px;
	word-break: break-all;
}


#curation_box .ce_link .link_comment_value{
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_link .link_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}



/* 写真ボックス */
#curation_box .ce_photo {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_photo .photo_image{
	padding: 5px 0px 5px 0px;
/*	float: left; */
}
#curation_box .ce_photo .photo_image img{
	max-width: 100%;
	max-height: 100%;
}

#curation_box .ce_photo .photo_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_photo .photo_title_value::after{
	display: inline;
}

#curation_box .ce_photo .photo_source{
	display: none;
}

#curation_box .ce_photo .photo_source_url{
	display: none;
}

#curation_box .ce_photo .photo_url{
	display: none;
}

#curation_box .ce_photo .photo_thum_url{
	display: none;
}

/* 写真ボックスリンク */
#curation_box .ce_photo .photo_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
	white-space: pre-wrap;
}

#curation_box .ce_photo .photo_link::before{
	content: "Source : ";
	display: inline;
}

#curation_box .ce_photo .photo_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 写真ボックスコメント */
#curation_box .ce_photo .photo_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_photo .photo_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* 写真ボックス回りこみクリア */
#curation_box .ce_photo .photo_floatclear {
	clear: both;
}

/* wikimedia */
#curation_box .ce_wikimedia {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_wikimedia .wikimedia_image{
	padding: 5px 0px 5px 0px;
/*	float: left; */
}
#curation_box .ce_wikimedia .wikimedia_image img{
	max-width: 100%;
	max-height: 100%;
}

#curation_box .ce_wikimedia .wikimedia_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_wikimedia .wikimedia_title_value::after{
	display: inline;
}

#curation_box .ce_wikimedia .wikimedia_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#curation_box .ce_wikimedia .wikimedia_url{
	display: none;
}

#curation_box .ce_wikimedia .wikimedia_thum_url{
	display: none;
}

/* Wikimediaリンク */
#curation_box .ce_wikimedia .wikimedia_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
	white-space: pre-wrap;
}

#curation_box .ce_wikimedia .wikimedia_link::before{
	content: "Source : ";
	display: inline;
}

/* wikimediaコメント */
#curation_box .ce_wikimedia .wikimedia_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_wikimedia .wikimedia_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* Wikimedia回りこみクリア */
#curation_box .ce_wikimedia .wikimedia_floatclear {
	clear: both;
}





/* ブログ */
#curation_box .ce_blog {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_blog .blog_image{
	padding: 5px 0px 5px 0px;
/*	float: left; */
}
#curation_box .ce_blog .blog_image img{
	max-width: 100%;
	max-height: 100%;
}

#curation_box .ce_blog .blog_image iframe {
	width: 100%;
	height: 300px;
}

#curation_box .ce_blog .blog_image video {
	width: 100%;
	height: 300px;
}


#curation_box .ce_blog .blog_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_blog .blog_title_value::after{
	display: inline;
}

#curation_box .ce_blog .blog_description_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
#curation_box .ce_blog .blog_description_value::after{
	content: "...";
}
*/

#curation_box .ce_blog .blog_source{
	display: none;
}

#curation_box .ce_blog .blog_thum_url{
	display: none;
}

#curation_box .ce_blog .blog_image_type{
	display: none;
}

#curation_box .ce_blog .blog_video_url{
	display: none;
}

/* ブログリンク */
#curation_box .ce_blog  .blog_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
	white-space: pre-wrap;
}

/* ブログリンク */
#curation_box .ce_blog  .blog_link::before{
	content: "Source : ";
	display: inline;
}

/* ブログコメント */
#curation_box .ce_blog .blog_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_blog .blog_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}


/* ブログ写真回りこみクリア */
#curation_box .ce_blog .blog_floatclear {
	clear: both;
}


/* 地図 */
#curation_box .ce_map {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;

/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}
#curation_box .ce_map iframe {
	width: 100%;
	height: 300px;
}

#curation_box .ce_map .map_image{
	padding: 5px 5px 5px 5px;
/*	float: left; */
}

#curation_box .ce_map .map_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_map .map_title_value::after{
	display: inline;
}

#curation_box .ce_map .map_lat_value{
	display: none;
}

#curation_box .ce_map .map_lon_value{
	display: none;
}

#curation_box .ce_map .map_heading_value{
	display: none;
}

#curation_box .ce_map .map_pitch_value{
	display: none;
}

#curation_box .ce_map .map_zoom_value{
	display: none;
}

#curation_box .ce_map .map_g_zoom_value{
	display: none;
}

#curation_box .ce_map .map_latlon_value{
	display: none;
}



/* マップコメント */
#curation_box .ce_map .map_comment_value{
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(https://openmatome.net/matome/images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_map .map_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}


/* マップ回りこみクリア */
#curation_box .ce_map .map_floatclear {
	clear: both;
}

/* マップ折りたたみ用 追加 2016-05-11*/
#curation_box .ce_map .map_fold_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box  .ce_map .map_fold_image img{
	max-width: 100px;
}


#curation_box .ce_map .map_fold_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

/* 折りたたみ地図のリンク */
#curation_box .ce_map .map_fold_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

#curation_box .ce_map .map_fold_link a:hover{
	background-color: #550055;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}


/* 動画ボックス */
#curation_box .ce_movie {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	
/*	box-shadow:3px 3px 2px gray;
	-moz-box-shadow:3px 3px 2px gray;
	-webkit-box-shadow:3px 3px 2px gray; */
}

#curation_box .ce_movie .movie_image{
	padding: 5px 20px 5px 5px;
/*	float: left; */
}
#curation_box .ce_movie .movie_image video{
	width: 100%;
	height: 300px;
}

#curation_box .ce_movie .movie_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_movie .movie_title_value::after{
	display: inline;
}

#curation_box .ce_movie .movie_source{
	display: none;
}

#curation_box .ce_movie .movie_source_url{
	display: none;
}

#curation_box .ce_movie .movie_url{
	display: none;
}

#curation_box .ce_movie .movie_thum_url{
	display: none;
}

/* 動画ボックスリンク */
#curation_box .ce_movie .movie_link {
	text-align: right;
	background: #F7F7F7;
	cursor: pointer;
	padding: 0 3px;
}

#curation_box .ce_movie .movie_link::before{
	content: "Source : ";
	display: inline;
}

/* 動画ボックスコメント */
#curation_box .ce_movie .movie_comment_value{
	padding: 5px 5px 5px 15px;
/*
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
*/
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_movie .movie_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* 動画ボックス回りこみクリア */
#curation_box .ce_movie .movie_floatclear {
	clear: both;
}

/* ビジュアルリンク 追加 2016-05-09*/
#curation_box .ce_vlink {
	position:relative;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	overflow:auto;
	background-color: WhiteSmoke;
}

#curation_box .ce_vlink .blog_image{
	padding: 5px 20px 5px 5px;
	float: left;
}
#curation_box .ce_vlink .blog_image img{
	max-width: 100px;
}


#curation_box .ce_vlink .blog_title_value{
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#curation_box .ce_vlink .blog_title_value::after{
	display: inline;
}

#curation_box .ce_vlink .blog_description_value{
	display: none;
}


#curation_box .ce_vlink .blog_source{
	display: none;
}

#curation_box .ce_vlink .blog_thum_url{
	display: none;
}

#curation_box .ce_vlink .blog_image_type{
	display: none;
}

#curation_box .ce_vlink .blog_video_url{
	display: none;
}

/* ビジュアルリンクのリンク */
#curation_box .ce_vlink .blog_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

#curation_box .ce_vlink .blog_link a:hover{
	background-color: #550055;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

/* ビジュアルリンクコメント */
#curation_box .ce_vlink .blog_comment_value{
/*	display: none; */
	padding: 5px 5px 5px 15px;
	border-top-width: 1px;
	border-top-color: silver;
	border-top-style: dotted;
/*	font-size: 80%; */
	white-space: pre-wrap;
	word-wrap: break-word;
/*	background: url(./images/comment.png) 5px 5px no-repeat; */
}

#curation_box .ce_vlink .blog_comment_value::before {
	content: url(https://openmatome.net/matome/images/comment.png);
	display: inline;
}

/* ビジュアルリンク写真回りこみクリア */
#curation_box .ce_vlink .blog_floatclear {
	clear: both;
}

/* 予約フォーム */
#curation_box .ce_yoyaku {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	
	word-wrap: break-word;
}

#curation_box .ce_yoyaku .yoyaku_title{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_form_id{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_event_name_prt{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	border: solid 3px Chocolate;
}

#curation_box .ce_yoyaku .yoyaku_event_name{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_date{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price_type{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price_unit{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_capa{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price1{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price2{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price3{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price4{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price5{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price1_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price2_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price3_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price4_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_price5_description{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_pay1{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_pay2{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_pay3{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_bikou{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_send_mail{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_send_cc_mail{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_tel_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_address_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_age_check{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_type{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_tel_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_address_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_age_use{
	display: none;
}

#curation_box .ce_yoyaku .yoyaku_mail_auth{
	display: none;
}

/* 予約フォーム用参加費表示 */
#curation_box .om_yoyaku_price_out {
	margin: 0px 0px 10px 15px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	width: 90%;
}

#curation_box .om_yoyaku_price_out .kingaku {
	padding: 4px;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
	background-color: #fafafa;
	border-left: 3px solid #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	width: 100px;
}

#curation_box .om_yoyaku_price_out td {
	font-size: 80%;
	padding: 4px;
	text-align: left;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#curation_box .om_yoyaku_price_out tr:nth-child(even) td {
	background-color: #f0f0f0;
}

/* 閲覧パスワード非表示 */
#curation_box .ce_password {
	display: none;
}

}



/* 20181228 テスト枠線消す */
/*冒頭分 */
.om_view_description {
	border: 0px;
	box-shadow: 0px 0px;
}
/* テキストボックス */
#curation_box .ce_plane_text {
	border-width: 0px;
}
/* 引用テキストボックス */
#curation_box .ce_inyou_text {
	border-width: 0px;
}
/* リンク集 */
#curation_box .ce_link {
	border-width: 0px;
}
/* 写真ボックス */
#curation_box .ce_photo {
	border-width: 0px;
}

/* wikimedia */
#curation_box .ce_wikimedia {
	border-width: 0px;
}
/* ブログ */
#curation_box .ce_blog {
	border-width: 0px;
}
/* 地図 */
#curation_box .ce_map {
	border-width: 0px;
}
/* 動画ボックス */
#curation_box .ce_movie {
	border-width: 0px;
}
/* ビジュアルリンク */
#curation_box .ce_vlink {
	border-width: 0px;
}
/* 予約フォーム */
#curation_box .ce_yoyaku {
	border-width: 0px;
}

