﻿@charset 'UTF-8';
/*
Theme Name: shimodai2022
Theme URL: http://www.printing-s.jp
Description: shimodai2022
Author: R.Fukunaga
*/


/* ++++++++++　全体のデザイン　++++++++** */

html{
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#333333;
	background:#ffffff url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height: 100%;
	}
	
@media only screen and (max-width: 668px) {
	body {
	background-image:none;
	}

}

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

h2 {
	margin: 0;
}


a {
	color:#005f8a;
	}
	
a:hover {
	color:#FF6699;
	}


.clear {
	clear:both;
	margin:0;
	}	
	
img {
 border:none;
}

a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    /*background: #fff;*/
}

/* ++++++++++　ヘッダー部分のデザイン　+++++++++++ */

#header .head_des{
	font-size:1.1rem;
	color:#666;
	margin: 0;
	width: 550px;
	height: 20px;
	margin: -20px 0 0 70px;
}

@media only screen and (max-width: 668px) {
	#header .head_des{
		font-size:1.1rem;
		color:#666;
		margin: 0;
		width: 100%;
		height: auto!important;
		margin: 5px 0 0 0;
	}	
}


#header .header_gnav ul li.menu1 a{
 background-image:url(images/menu_1.jpg);
}

#header .header_gnav ul li.menu2 a{
 background-image:url(images/menu_2.jpg);
}

#header .header_gnav ul li.menu3 a{
 background-image:url(images/menu_3.jpg);
}

#header .header_gnav ul li.menu4 a{
 background-image:url(images/menu_4.jpg);
}

#header .header_gnav ul li.menu5 a{
 background-image:url(images/menu_5.jpg);
}

#header .header_gnav ul li.menu6 a{
 background-image:url(images/menu_6.jpg);
}

#header .header_gnav ul li.menu1 a:hover{
 background-image:url(images/menu_1_ov.jpg);
}

#header .header_gnav ul li.menu2 a:hover{
 background-image:url(images/menu_2_ov.jpg);
}

#header .header_gnav ul li.menu3 a:hover{
 background-image:url(images/menu_3_ov.jpg);
}

#header .glomenu ul li.menu4 a:hover{
 background-image:url(images/menu_4_ov.jpg);
}

#header .header_gnav ul li.menu5 a:hover{
 background-image:url(images/menu_5_ov.jpg);
}

#header .header_gnav ul li.menu6 a:hover{
 background-image:url(images/menu_6_ov.jpg);
}


#header .weblist{
	position: absolute;
    right: 10px;
    top: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    box-sizing: border-box;
}

.sp_only{
	display: none;
}

@media only screen and (max-width: 668px) {
	#header .weblist{
		display: none;
	}
	
	.sp_only{
		display: block;
	}
	
	header .header_gnav ul li a.mypage{
		background-color: #DE527C;
	}
	
	header .header_gnav ul li a.system{
		background-color: #46A679;
	}
	
}


/* ++++++++++　メニュー部分のデザイン +++++++++++ */



#sidebar .printing{
	margin:10px auto;
	line-height:1.1;
	font-size: 1.0rem;
	text-align: center;
}

#sidebar .adminmenu{
	margin:10px auto;
	text-align:center;
	color:#669933;
}
	
#sidebar .adminmenu ul{
	list-style:none;
	padding:0;
	width:90px;
	background-image:none;
	margin: 0 auto;
}


#sidebar .adminmenu ul li{
	border:1px dotted #669933;
	font-weight: normal;
	padding:0;
	margin-top:5px;
	width:90px;
}

#sidebar .adminmenu ul li a{
	text-decoration:none;
		height:auto;
	display:block;
	background-image:none;
	padding:0;
	margin:0;
}

#sidebar .adminmenu ul li a:after{
	display: none;
}

#sidebar .adminmenu ul li a:hover{
background-image:none;
}

#sidebar .printing{
	margin:10px auto;
	line-height:1.1;
	}

#sidebar .printing img{
text-align:center;
}

#sidebar .search_title{
margin:20px auto;
}
#sidebar .search_title strong{
 background-image:url(images/search_title.jpg);
 width:217px;
 height:27px;
 display:block;
	margin: 0 auto;
 }

#sidebar .search_title strong span{
 display:none;
}

#sidebar #sidesearch{
	text-align: center;
}

#sidebar #sidesearch #ts{
	width: 60%;
	padding: 0;
}

#sidebar strong.menu_title{
	background-image:url(images/menu_title.jpg);
	width:240px;
	/*height:29px;*/
	background-position: bottom;
	background-repeat: no-repeat;
	display:block;
	padding: 5px 0;
	font-size: 16px;
	margin: 0;
}

#sidebar strong.menu_title a{
 text-decoration:none;
 color:#333333;
 }

#sidebar .cate_list{
border:1px solid #ccc;
margin-top:3px;
}

#sidebar ul.cate{
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul.cate li{
	font-size: 1.2em;
	border-bottom:1px dotted #a1b6c5;
	background-color:#ffffff;
}

#sidebar ul.cate li.top{
 border-bottom:none;
}

#sidebar ul.cate li.parent{
 border-bottom:none;
}

#sidebar ul.cate li a{
	text-decoration:none;
	height:30px;
background-image:url(images/mark1.jpg);
	background-repeat:no-repeat;
	background-position:5px 13px;
	padding:10px 0 0 25px;
	display:block;
}

#sidebar ul.cate li.top {
  background-color: #f6f6f6;
  border-bottom: 1px dotted #a1b6c5;
}

#sidebar ul.cate li.top a,#sidebar ul.cate li.parent a{
	text-decoration:none;
	height:30px;
background-image:url(images/mark2.jpg);
	background-repeat:no-repeat;
	background-position:5px 13px;
	padding:10px 0 0 25px;
	display:block;
}

#sidebar ul.cate li.current,#sidebar ul.cate li.current_page_item{
background-image:url(images/menu_bg.jpg);
background-repeat:no-repeat;
background-position:center;
}

@media only screen and (max-width: 668px) {


	#sidebar ul.cate li.current,#sidebar ul.cate li.current_page_item{
		background-image:none;
		background-color: #F9DADA;
	}


}

#sidebar ul.cate ul{
 margin-left:10px;
 padding:0;
 list-style:none;
}

#sidebar ul.cate ul li.mago{
 font-size: 1.0em;
}

#sidebar ul.cate li ul li.mago a{
background-image:url(images/mark3.jpg);
}

#sidebar ul.cate li.current ul li.mago a{
 background-color:none;
}


.banner {
margin:15px 0;
text-align:center;
}

.banner img{
margin-bottom:7px;
}

.link {
margin:10px 0;
}

.link ul{
margin:0;
padding:0;
list-style:none;
}

.link ul li{
background-image:url(images/mark1.jpg);
background-repeat:no-repeat;
background-position:0 3px;
padding:3px 0 3px 12px;
}

/* ++++++++++　コンテンツ部分のデザイン　+++++++++++ */

.topimg{
/*width:369px;
height:270px;*/
width:41%;
float:left;
margin:0;
}

.slide{
	margin:0 auto;
	position:relative;
	height: 270px;
	/*width: 525px;*/
	width:58%;
	padding:0;
	float: right;
}

.slide img{
 padding:0;
 border:none;
 background-color:none;
 margin:0;
}



/* ++++++++  トップスライドショー ++++++++*/
.sliderbutton {float:left; width:10px; height:270px; cursor:pointer;}

#slideleft {background:url(images/icons.gif) 0 0 no-repeat;}

#slideright {background:#ccc url(images/icons_r.gif) 0 0 no-repeat;}


#slider {
	position:relative;
	overflow:auto;
	/*width:505px;*/
	height:270px;
	width:calc(100% - 20px);
	float:left;
}

#slider ul {
	position:absolute;
	list-style:none;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width: 505px;
}
#slider li {
	float:left;
	width:505px;
	height:270px;
	margin:0;
	padding:0;
}


@media only screen and (max-width: 668px) {

	.topimg{
		width:369px;
		height:270px;
		float:none;
		margin:0 auto;
	}
	
	.slide{
		height: 197px;
		width:369px;
		float: none;
		margin: 10px auto;
	}
	
	.sliderbutton{
		display: none;
	}

	#slider {
		height: 197px;
		width:369px;
	}

	#slider li {
		height: 197px;
		width:369px;
	}

}

.pagination {position:absolute; top:0px; right:30px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, .pagination li.current {background:#fff}


.r_contents .top_posts{
margin:10px 0;
}

.topics_wrap h2.topics {
	background-image:url(images/topics_title.jpg);
	height: 31px;
	margin-top:20px;
	background-repeat: no-repeat;
}

.topics_wrap h2.topics span{
 display:none;
}



.topics_wrap .top_b h2 span,.whats_new_wrap h2.whatsnew_title span{
 display:none;
}


.whats_new_wrap h2.whatsnew_title{
	background-image:url(images/whatsnew_title.jpg);
	text-align:right;
	height:31px;
	background-repeat:no-repeat;
	border:none;
	margin-top:20px;
}

.top_info{
border:1px solid #3366CC;
background-color:#f4f4f4;
padding:10px;
margin-top:20px;
}

.fb_timeline{
	margin-top: 20px;
}


/**/



.r_contents .posts .post_day {
	text-align:right;
	display:block;
	padding:2px;
	color:#005074;
	height:20px;
	/*font-size:0.9em;*/
}

.contents .title{
 border-left:6px solid #11266a;
 padding:0px 0 0 5px;
 margin-bottom:20px;
}

.contents .posts .title .post_day {
	text-align:right;
	display:block;
	padding:2px;
	color:#005074;
	height:15px;
	background-color:#ebf0f2;
}

.contents h3{
	font-weight:bold;
	background-repeat:no-repeat;
	padding:5px 5px 0 0px;
	font-size:1.4em;
	color: #005074;
}

.contents h3 a{
 text-decoration:none;
 color: #005074;
}
	
.r_contents .posts {
	margin:10px 0px 20px 0px;
	;
}

.posts .post_alt{
	margin:20px 0 5px 0;
	padding:3px;
	color:#666666;
	background-color:#f4f4f4;
	border-bottom:1px solid #ccc;
	text-align:right;
}

.more-link {
  background-color: #e5f0f0;
  padding: 5px;
  border: 1px solid #2d5e5f;
  text-decoration: none;
}

.pagenav{
text-align:center;
}

.posts h5{
	border-left:4px solid #00a3c8;
	padding-left:8px;
	font-weight:bold;
	margin:0 0 10px 0;
}


.posts h4{
	border-left:4px solid #c8003f;
	padding-left:8px;
	font-weight:bold;
	margin:0 0 10px 0;
}


.posts .post{
	margin:0 5px 5px 5px;
}


.r_contents #sibukai{
	padding:10px;
	/*height:60px;*/
	margin:10px 10px 10px 0;
	width:100%;
	border-bottom:1px solid #CCCCCC;
	box-sizing: border-box;
	zoom: 100%;
}

.r_contents #sibukai:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.r_contents #sibukai ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}

.r_contents #sibukai ul li{
	margin:0;
	float:left;
	padding:0 10px 5px 0;
	
}

.r_contents #sibukai ul li a{
	display:block;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #99CCFF;
	padding:3px;
	
}

.r_contents #sibukai ul li a:hover{
	background-color:#EDF9FA;
	
}

.r_contents .cate_des{
margin:10px 0;
padding:10px;
border-bottom:1px dotted #ccc;
}

.r_contents .cate_des ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}

.r_contents .cate_des ul li{
	margin:0;
	float:left;
	padding:0 10px 5px 0;
	
}

.r_contents .cate_des ul li a{
	display:block;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #99CCFF;
	padding:3px;
	
}

.r_contents .cate_des ul li a:hover{
	background-color:#EDF9FA;
	
}

.r_contents .cate_des:after{
	  content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

.r_contents .posts ul,.topics_wrap .info ul{
 margin:0;
 padding:0;
}

.r_contents .posts ul li,.topics_wrap .info ul li{
background-image:url(images/mark1.jpg);
background-repeat:no-repeat;
background-position:0px 5px;
display:block;
margin:3px 0 0 5px;
padding: 3px 0 3px 20px;
}



dl.type01 {
	padding:6px 0 ;
}
dl.type01 dt {
	font-weight:bold;
	padding-left:12px;
	padding-top:6px;
}
dl.type01 dd {
	padding-left:24px;
}


/* フォトアルバムトップ */

.photo_album {
 width:760px;
 margin:0 auto 5px auto;
 padding-top:20px;
  display: inline-table;
  min-height: 1px;
}

.photo_album .photo_roop{
	width: 190px;
	height: 300px;
	margin: 4px 0px 0px 4px;
	/*overflow: hidden;*/
	float: left;
 }

.photo_album:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .photo_album {
  height: 1px;
}
.photo_album {
  display: block;
}


.photo_album .thumimg {
	padding:7px 0 0 9px;
	width:176px;
	height:132px;
	background-image:url(images/bg-photo-thumbnail.gif);
	background-repeat:no-repeat;
}

.photo_roop .day {
 font-size:1.0em;
 color:#999999;
}

.photo_roop .thumtitle {
	width: auto;
	margin: 5px 0;
	padding: 0px;
	font-weight:bold;
}

.photo_roop .album_link {
text-align:right;
}

/* ++++++++++　送信フォームデザイン　+++++++++++ */

table.form{
width:600px;
margin:5px;
}

table.form td {
 border:1px solid #eee;
 padding:10px;
}


table.form th {
 font-weight:bold;
 border:1px solid #eee;
 background-color:#f4f4f4;
 border-left:4px solid #3a62a3;
 padding:10px;
}

table.form td span{
 font-size:0.9em;
}


/* ++++++++++　テーブル装飾　+++++++++++ */

table.table_hight td,table.table_hight th{
padding:5px 0;
}


table.table1{
max-width:630px;
	width:100%;
margin:0;
padding:0;
border:1px solid #666666;
border-collapse:collapse;
empty-cells:show;
}

table.table1 td {
 border-bottom:1px dotted #666;
 border-right:1px solid #666666;
 padding:10px;
 margin:0;
}


table.table1 th {
 font-weight:bold;
 border-bottom:1px solid #666;
 background-color:#D3E9EF;
 border-right:1px solid #666666;
 padding:10px;
}

table.table1 td.slast{
border-right:none;
}

table.table1 td.blast{
border-bottom:none;
}

table.table1 td span{
 font-size:0.9em;
}


table.table2{
margin:0;
padding:0;
border:1px solid #666666;
border-collapse:collapse;
empty-cells:show;
}

table.table2 td {
 border-bottom:1px dotted #666;
 border-right:1px solid #666666;
 padding:5px;
 margin:0;
}


table.table2 th {
 font-weight:bold;
 border-bottom:1px solid #666;
 background-color:#D3E9EF;
 border-right:1px solid #666666;
 padding:10px;
}

table.table2 td.slast{
border-right:none;
}

table.table2 td.blast{
border-bottom:none;
}

table.table2 td span{
 font-size:0.9em;
}


/* ++++++++++　コメントデフォルトスタイル　+++++++++++ */


.commentlist li {
	margin: 0;
	padding: 5px 5px 3px;
	list-style: none;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist {
	margin:10px 0;
	padding:0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	}
	
#comentop p {
	line-height: 1.4em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata {
	color: #777;
	}

.nocomments {
border:1px solid silver; margin:5px; padding:5px; text-align:center;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.entry{
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
	
.entry .postmetadata {
	text-align:left;
	}
	
.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt a {
	text-decoration:none;
	}
	
.alt2 {
	border-bottom: 1px solid #DDD;
	}
	
.alt2 a {
	text-decoration:none;
	}
	
.author {

}

.commentlist .avater img{
float:left;
margin:0 10px 8px 0;
vertical-align:bottom;
}

/* ++++++++++　コメント部分のデザイン　+++++++++++ */
#comments {
	background-color:#EDF4F8;
	padding:5px;
	color:#006699;
	}
	
#commentlogin {

	}

h3#respond {
	/*width:600px;
	border-bottom:none;
	border-left:solid 4px #f6cccc;
	color:#006699;
	padding:0 5px 0 5px;*/
	background-image:url(images/h3_bg2.jpg);
	}
	
.com {
	/*font-size:0.75em;*/
	border-bottom:solid 1px #99CCCC;
	padding-bottom:8px;
	margin-bottom:12px;
	}

.com p {
	margin:5px 0;
	}
	
.commeta {
	color:#666;
	text-align:right;
	}
	
#tb {
	/*font-size:0.75em;*/
	border:dotted 1px #666;
	padding:8px;
	line-height:150%;
	}

/* ++++++++++　ぱんくずリストのデザイン　+++++++++++ */

.bread {
	text-align:right;
	clear:both;
	color:#999;
	font-size:0.9em;
	display:block;
	margin: 20px 0 0 auto;
	}

@media only screen and (max-width: 668px) {
	.bread{
		display: none;
	}
}

.bread a{
	color:#999;
	text-decoration:none;
	}

.bread a:hover{
	text-decoration:underline;
	}

/* ++++++++++　アルバムのデザイン　+++++++++++ */


.album dl dt{
   width: 7em;
   float: left;
	 color:#FF9900;
}

.album dl dd{
    margin-left: 7em;
    _height: 1%;
}

.album dl dd:after{
	  content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}



/* ++++++++++　リンク集のデザイン　+++++++++++ */

#link {
border-collapse:collapse;
margin:20px 0 20px 20px;
}

#link {
	width:90%;
	}

#link th,#link td {
	text-aligin:left;
	padding:10px 5px;
	border:solid 1px #ccc;
	}

#link th {
	width:200px;
	background-color:#EBFAED;
	}


/* ++++++++++　送信フォームデザイン　+++++++++++ */


table.form td span{
 font-size:0.9em;
}

.r_contents .form tr td input[type="text"].psnum{
 width:40%;
}