/*
Theme Name: printing
Theme URI:
Author:
Author URI:
Description: Printing Base theme
Version: 0.1
*/

/* ++++++++++ 基本デザイン　+++++++++*/
h4 {
	border-left:4px solid #b00000;
	padding:5px 7px;
	color:#b00000;
}

.more-link{
	background-color: #fce0f3;
	padding: 5px;
	border: 1px solid #e16c84;
	text-decoration: none;
	display: block;
	width: 6em;
	margin: 5px 0;
}

.entry-main-title-main a{
color: #fff;
text-decoration: none;
}

.header_login_ps{
	position:absolute;
	min-width:348px;
	right:0px;
	top:35px
}

.header_login_ps a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	 
}

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

	.header_login_ps{
		position: relative;
		width: 100%;
		min-width: inherit;
		max-width: 348px;
		right: auto;
		top: auto;
	}

}

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


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

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


/* ++++++++++　卒回リストデザイン　+++++++++++ */

table.pssotsuki th{
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
}

table.pssotsuki td{
 padding:5px;
 border:1px solid #ccc;
}

/* ++++++++++　一般テーブルデザイン　+++++++++++ */

.table1 th{
	padding:5px;
}

.table1 td{
	padding:5px;
}

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

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


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

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

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


/* ++++++++++　フッター事務所詳細デザイン　+++++++++++ */

.ps_footer_b {
	width:900px;
	margin:0 auto 10px auto;
}

.ps_footer_b .address{
	width:520px;
	height:90px;
	border:1px dotted #005f8a;
	background:#FFFFFF;
	padding:5px;
}


/* ++++++++TOP++++++++*/
.whats_new_list {
	margin: 0;
	padding: 10px;
	list-style: none;
	height: 350px;
	overflow: auto;
	background-color: #F5F5F5;
}
.whats_new_list	li {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #D5D5D5;
}

.whats_new_list	li:first-child {
			margin-top: 0;
			padding-top: 0;
			border-top: none;

}

.whats_new_list a {
		color: #333;
		text-decoration: none;
}

.topics_date {
	display: inline-block;
	margin-right: 10px;
}
