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

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

.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;
}

textarea{
width: 95%;
}

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


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;
}