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

/* ++++++++++ 基本デザイン　+++++++++*/

.more-link{
	background-color: #EDF9E6;
	padding: 5px;
	text-align: center;
	border: 1px solid #9ED467;
	text-decoration: none;
	display: block;
	width: 6em;
	margin: 5px 0 5px auto;
}

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

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

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


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

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

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


/* ++++++++++　スライドショー　+++++++++++ */
.ngg-slideshow {
border: 4px solid #eee;
}

.wpcf7-recaptcha div{
	margin: 0 auto;
}

/* ++++++++++　アクセスカウンタ　+++++++++++ */

.access {
    width: 1000px;
    height: 17px;
    margin: 0 auto 10px auto;
    text-decoration: none;
	text-align: right;
    padding: 0;
}

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

	.access {
		width: 100%;
		text-align: center;
	}

}