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

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


h3 {
	border-left:4px solid #bd86c4;
	padding:5px 7px;
}

h4 {
	background-color: #f7e6f9;
	padding:5px 7px;
}

.more-link{
	background-color: #E8DBF4;
	padding: 5px;
	text-align: center;
	border: 1px solid #CCA6DD;
	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%;
}

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


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

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

/* ++++++++++　名簿テーブルデザイン　+++++++++++ */

.list_table th,.list_table td{
	padding:5px;
	text-align: center;
}


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

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


.list_table th {
 font-weight:bold;
 border-bottom:1px solid #999;
 background-color: rgb(255, 204, 255);
 border-right:1px solid #999;
}

.list_table .t_name,.t_namekana{

}

.list_table .t_sex,.t_yakuin{
	width:20%;
}

.list_table .t_sex{
	width:10%;
}

/* ++++++++++　支部リスト　+++++++++++ */

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

ul.sibu_list li{
	margin:0 0 5px 2%;
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	width:23.5%;
	text-align: center;
	font-weight: bold;
	white-space:nowrap;
	box-sizing: border-box;
}

ul.sibu_list li:first-child,ul.sibu_list li:nth-child(4n+1){
	margin-left:0; 
}

ul.sibu_list:after{
    content: "";
    display: table;
    clear: both;
}


/* ++++++++++吹き出し++++++++*/
.fukidasi {
 	position: relative;
	display: inline-block;
 	margin: 1.5em auto;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	background: #e0edff;
	border-radius: 15px;
}

.fukidasi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.fukidasi_l {
 	position: relative;
	display: inline-block;
 	margin: 1.5em auto;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 440px;
 	color: #555;
	background: #e0edff;
	border-radius: 15px;
}

.fukidasi_l:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #e0edff;
	z-index: 2;
}
@media only screen and (max-width: 668px) {

	.fukidasi_l {
		position: relative;
		display: inline-block;
		margin: 1.5em auto;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		background: #e0edff;
		border-radius: 15px;
	}

	.fukidasi_l:before{
		content: "";
		position: absolute;
		top: -15px;
		left: 30%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #e0edff;
	}

}

.fukidasi_l .name{
	font-weight: bold;
	display: block;}

.intervew:after{
    content: "";
    display: table;
    clear: both;
}

.intervew .hitokoto-photo{
	border: 5px solid #fff;
	box-shadow: 0 0 4px #999;
	float: left;
	margin-right: 5px;
}

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

/*+++++++++++　アクセスカウンタ　+++++++++*/
.access{
	width:900px;
	margin: 0 auto;
	text-align: right;
}

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

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

}

