@charset "utf-8";
/* CSS Document */


body, td, th {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #452501;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #452501;
}
a:hover {
	text-decoration: underline;
	color: #F0F;
}
a:active {
	text-decoration: none;
	color: #000;
	width: auto;
}
.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.navi {
	box-shadow: 0 1px 0 #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	background-position: top;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.navi ul {
	line-height: 1;
	margin: auto;
	width: 100%;
}
.navi li {
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding: 10px;
	margin-left: 10px;
}
.navi a {
	color: #FFFFFF;
}
#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin: 0px;
	padding: 0px;
}

.donwload {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
	border-top: 1px dotted #CCCCCC;
	margin: 10px 0px;
}
#contentleft {
	width: 400px;
}
#content #contentleft h1 {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#content #contentleft h1 a {
	color: #000000;

}
#content #contentleft h2 {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#content #contentleft h2 a {
	color: #000000;

}
.con {
	border-radius: 10px;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
	            0 8px 20px rgba(0, 0, 0, 0.1);
}
.more-link {
	display: block;


	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;

	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(244,247,248,1.00)),color-stop( 100% , rgba(178,178,179,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(244,247,248,1.00) 0%,rgba(178,178,179,1.00) 100%);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(0deg,rgba(244,247,248,1.00) 0%,rgba(178,178,179,1.00) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #CCCCCC;
}
.more-link:hover{
	background-color: #26759e;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(244,247,248,1.00)),color-stop( 100% , rgba(178,178,179,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(244,247,248,1.00) 0%,rgba(178,178,179,1.00) 100%);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(0deg,rgba(244,247,248,1.00) 0%,rgba(178,178,179,1.00) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}
#content .left #contentleft .con p .more-link {
	color: #FFFFFF;
}
#content #contentleft .con p a .l {
	border-radius: 5px;
}
.main h1 {
	font-size: 10px;
	margin: 0px;
}
.main h3 {
	font-size: 10px;
	margin: 0px;
}
#l_sidebar {
	float: left;
	width: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 400px;
}
.left_sogo {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
	            0 8px 20px rgba(0, 0, 0, 0.1);
}
.left_sogo01 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
	            0 8px 20px rgba(0, 0, 0, 0.1);
}
#content #l_sidebar .left_sogo img {
	width: 260px;
	border-radius: 5px;
	border-style: none;
}
.sogo_com {
	background-color: #FBDEAB;
	border-radius: 5px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.sogo_com p {
    color: #452501 !important;
}
#content #l_sidebar .widgettitle {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#content .left #contentleft .widgettitle {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}
#r_sidebar {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	}
#content #r_sidebar .left_sogo img {
	width: 260px;
	border-radius: 5px;
	border-style: none;
}
#content #r_sidebar .widgettitle {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#footer {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 980px;
	background-color: #CCCCCC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.copy {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
}
.kouku {
	text-align: center;
}
.popo {
	width: 280px;
	margin-right: auto;
	border: 1px solid #CCC;
	margin-left: auto;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}
#content #l_sidebar #calendar-2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	width: 280px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
#content #l_sidebar #calendar-2 #calendar_wrap #wp-calendar {
	width: 260px;
	font-size: 10px;
}
#content #l_sidebar #search-2 #searchform div {
	width: 280px;
	list-style-type: none;
	list-style-position: inside;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#content #l_sidebar #recent-posts-2 {
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}
#content #l_sidebar #recent-posts-2 ul li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

#content #l_sidebar #recent-posts-2 ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#content #l_sidebar #newpostcatch-2 #npcatch {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content #l_sidebar #newpostcatch-2 #npcatch li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 280px;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-radius: 5px;
}
#content #l_sidebar #newpostcatch-2 #npcatch li .title {
	width: 182px;
	background-color: #CCC;
	display: block;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	margin-top: 0px;
}
#content #l_sidebar #newpostcatch-2 #npcatch li a img {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-radius: 5px;
}
#content #l_sidebar #newpostcatch-2 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}



#content #l_sidebar #newpostcatch-2 #npcatch li .title a {
	color: #000000;
}
#content #r_sidebar #wpp-2 div .popo a .wpp-thumbnail.wpp_def_noPath.wpp_featured {
	margin-top: 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-radius: 5px;
}
#content #r_sidebar #wpp-2 div .popo .popo_title .wpp-views {
	width: 0px;
}
.popo_title {
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	border-radius: 5px;
	margin-bottom: 5px;
}
#content #r_sidebar #wpp-2 div .popo .popo_title a {
	color: #000000;
}


#content #l_sidebar #categories-2 {
	width: 280px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content #l_sidebar #archives-2 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content #l_sidebar #archives-3 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content #r_sidebar #tag_cloud-2  {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 280px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#content #r_sidebar #tag_cloud-2 .tagcloud .tag-link-3 {
	width: 280px;
}
#content #r_sidebar #tag_cloud-2 .tagcloud {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#content #r_sidebar #recent-comments-3  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 280px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

#content #r_sidebar #recent-comments-3 #recentcomments {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 280px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


#content #l_sidebar #calendar-2 #calendar_wrap #wp-calendar tbody tr td {
	text-align: center;
}

#content #l_sidebar #search-2 {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}
.pick_txt2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFBFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.pick_txt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: auto;
	padding-left: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.pick_txt21 {	padding-top: 5px;
	width: 300px;
	margin-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6633FF;
	background-color: #FFFBFF;
}
.koukoku2 {
	width: 1000px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.rss {
	width: 1000px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#content .rss h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#content .left #contentleft .con a .pick_img {
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}
#content #r_sidebar #wpp-2 {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}
#content #r_sidebar #tag_cloud-2 .widgettitle {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 280px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.widgettitle {
	font-size: 12px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
h2 widgettitle {
	font-size: 12px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.widget widget_tag_cloud {	
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 280px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.left_sogo a img {
	width: 260px;
}
.smaf {
	background-color: #6F9;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.kou {
	width: 280px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.kou img {
	float: right;
	border: 1px solid #000000;
}
.txt {
	float: left;
	width: 170px;
	padding-left: 3px;
}
img.l2 {
	border: 1px solid #999999;
	width: 360px;
	margin-left: 20px;
	border-radius: 5px;
}
.teikei {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.teikei p img {
	width: 33px;
	height: 20px;
	margin-left: 1px;
	margin-right: 1px;
}
.tpic {
	float: right;
	width: 570px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tpic_txt {
	width: 390px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content .tpic img {
	float: right;
}
.widgettitle {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
.st {
	border-radius: 5px;
}
.dougalink {
	color: #FFFFFF;
	margin-right: 10px;
	width: 200px;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	background-color: #E5CAFB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.toukou .dougalink {
	color: #FFFFFF;
	margin-right: 10px;
	width: 200px;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	background-color: #E5CAFB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fu {
	border: 1px solid #7306FC;
}
/* ブログCSS
---------------------------------------------------- */
img.l {
	float: left;
	border: 1px solid #999999;
	margin-right: 6px;
	margin-top: 0px;
	vertical-align: top;
}
.ll {
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-left: 10px;
}
p {
	margin: 0px;
	padding: 0px;
}
.toukou {
	width: 398px;
	margin-right: auto;
	margin-left: auto;
}

.main_dmm {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.pack_dmm {
	width: 245px;
	border: 1px solid #949292;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
.pack_mgs {
	width: 490px;
	border: 1px solid #949292;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
.dou001_dmm {
	background-color: #F82B77;
	padding: 10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px double #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	-webkit-box-shadow: 3px 3px 3px #7B7A7A;
	box-shadow: 3px 3px 3px #7B7A7A;
}

.dou002_dmm {
	background-color: #FBCB03;
	padding: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px double #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	-webkit-box-shadow: 3px 3px 3px #7B7A7A;
	box-shadow: 3px 3px 3px #7B7A7A;
	margin-top: 5px;
}
.dou002_dmm a {
	color: #6B5E03;
}
.dou001_mgs {
	background-color: #F82B77;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px double #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	-webkit-box-shadow: 3px 3px 3px #7B7A7A;
	box-shadow: 3px 3px 3px #7B7A7A;
}
.pack_dmm a img {
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #767575;
	box-shadow: 3px 3px 3px #767575;
}
.pack_mgs a img {
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #767575;
	box-shadow: 3px 3px 3px #767575;
}
.pack_dmm .dou001_dmm a {
	color: #FFFFFF;
}
.pack_mgs .dou001_mgs a {
	color: #000000;
}


.fam_rec {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.fam_rec a {
	/* バナーの横幅 */
	width: 250px;
	/* バナーの縦幅 */
	height: 208px;
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border: 2px solid #BBB;
	overflow: hidden;
}
.fam_rec a div span {
	/* テキストサイズ */
	font-size: 100%;	
	/* バナーの横幅 -10px */
	width:240px !important;
	/* バナーの横幅の半分をマイナスで指定 */
	margin-left:-125px !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }
.wpfp_users_favorites_widget_view {
    	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	width: 280px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;	
}

.left_sogo01 #calendar-2 #calendar_wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	width: 280px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.left_sogo01 #calendar-2 #calendar_wrap {
	width: 260px;
	font-size: 10px;
}
#calendar_wrap {
	width: 260px;
	font-size: 10px;	
}
.dou001_dmm10 {
    background-color: #D800FF;
    padding: 10px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: 1px double #000000;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 5px;
    -webkit-box-shadow: 3px 3px 3px #7B7A7A;
    box-shadow: 3px 3px 3px #7B7A7A;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}
.dou001_dmm10:hover {
	background-color: #EC85FF;
}
.comnt {
    color: #730204;
    font-weight: bold;
    font-size: 16pt;
}

/* === モダンデザイン適用セクション === */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.jyo, .sam_tou, .movie-pic2, .dl, .hanbai {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: 20px 0;
}

.jyo p:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  margin-bottom: 12px;
}

.sam_img {
  width: 31%;
  margin: 1%;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.sam_img:hover {
  transform: scale(1.03);
}

video {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  height: auto;
}

.dou001_dmm_mp4,
.dou001_dmm2 {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.dou001_dmm2 a {
  display: inline-block;
  padding: 8px 16px;
  background: #e03e2d;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 8px;
}
.dou001_dmm2 a:hover {
  background: #c92f21;
}
/* 1. .sam_tou の3列表示（そのままでOK） */
.sam_tou {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

/* aタグだけに適用（pなどは無視） */
.sam_tou > a {
  flex: 0 0 calc(33.333% - 16px);
  max-width: 180px;
  box-sizing: border-box;
  text-align: center;
}

/* 画像スタイル */
.sam_tou img.sam_img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.sam_tou img.sam_img:hover {
  transform: scale(1.03);
}
.movie-pic2 {
  text-align: center;
  margin: 16px auto;
  padding: 10px 0;
}

/* タイトル行の中央揃え */
.movie-pic2 > div[align="center"] {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/* 画像たちを並べるための共通処理 */
.movie-pic2 img {
  display: inline-block;
  width: 100px;
  height: auto;
  margin: 4px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  vertical-align: top;
}

.movie-pic2 img:hover {
  transform: scale(1.05);
}
.dou001_dmm_mp4 {
    background: #f4f4f4; /* 落ち着いたグレー背景 */
    padding: 12px 20px;
    width: 320px;
    margin: 16px auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); /* 軽めの自然な影 */
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: all 0.2s ease;
}

.dou001_dmm_mp4:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* ホバーでふんわり浮く */
    background-color: #fff;
    color: #000;
}
.dou001_dmm2 p {
  margin: 0;
}

.dou001_dmm2 p a {
  display: block;
  width: 100%;
  background-color: #e53935; /* 鮮やかな赤 */
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.dou001_dmm2 p a:hover {
  background-color: #c62828; /* 少し暗めの赤に */
}

/* 画像アイコンの中央寄せ調整 */
.dou001_dmm2 p a img {
  vertical-align: middle;
  margin-right: 8px;
}
.hanbai {
  text-align: center;
  margin-top: 20px;
}

.hanbai a img {
  display: inline-block;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.go-to-main,
.go-to-main:link,
.go-to-main:visited {
  display: block;
  width: 390px;
  margin: 0px auto;
  padding: 14px 0;
  text-align: center;
  color: #fff !important;  /* ← 強制的に白文字 */
  background: linear-gradient(to right, #e60033, #b80000);
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease;
}
video {
  width: 390px !important;
  height: 220px !important;
  object-fit: cover; /* または contain（用途による） */
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.go-to-main:hover {
  transform: scale(1.02);
  background: linear-gradient(to right, #cc0030, #990000);
  color: #fff !important;  /* ← ホバー時も白文字を保つ */
}
.maker-comment {
  max-width: 390px;
  margin: 20px auto;
  padding: 12px 16px;
  background: #fff8f5;
  border-left: 4px solid #ff6600; /* ← オレンジに変更！ */
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: "Noto Sans JP", sans-serif;
}
