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

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

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

h3 a{
	text-decoration: none;
}

h3 a:hover{
	text-decoration:underline;
}

h4 {
	background-color: #DDC0EC;
	color: #834AB9;
	padding:5px 7px;
}


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

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

	.table1 {
		width:100% !important;
		float: none;
	}
}

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

/* ++++++++++ googlemap +++++++++++++++*/

.gmap{
	width: 340px;
	height: 377px;
	float: left;
	margin-right: 10px;
}

.gmap iframe{
	width: 100%;
	height: 377px;
}

@media only screen and (max-width: 668px) {
.gmap{
	width: 100%;
	height: 250px;
	float: none;
	margin-right: 0;
}

.gmap iframe{
	width: 100%;
	height: 100%;
}

}

/* +++++++++ 会誌 ++++++++++*/

.kaisi img:first-child{
	float: left;
	margin-right: 10px;
}

.kaisi p{
	padding-top: 100px;
}

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

/*++++++++会則++++++++++++*/

.kaisoku dl{
	clear:both;
}

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

.kaisoku dt{
	float: left;
	display: block;
	box-sizing: border-box;
	width: 4em;
}

.kaisoku dd{
	margin-left: 5em;
	box-sizing: border-box;
}

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

.kaisoku dt{
	float: none;
	display: block;
	box-sizing: border-box;
}

.kaisoku dd{
	margin-left: 1em;
	display: block;
	box-sizing: border-box;
}

}


/*++++++++side_text+++++++*/

.side_text{
	margin-top: 20px;
	padding: 10px;
	background-color: #F4F4F4;
}

.glogo span{

	display:block;
	float:left;
}

.glogo span.logo1{
	width:67.6%;

}

.glogo span.logo2{
	width:32.4%;
}

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