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

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


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

h4 {
	background-color: #C3E6FB;
	padding:5px 7px;
	margin-bottom: 20px;
}

.more-link{
	background-color: #479AD2;
	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%;
}

.movie{
	position:relative;
	width:100%;
}

.movie::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}

.movie iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important; }

.movie video{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important; }

.cat_des{

margin: 20px auto;
}

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

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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


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


/*+++ TopLink +++*/


.links {
	margin:10px;
}

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

.links ul li{
	background-image:url(img/mark1.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:3px 0 3px 15px;
}

.links ul li a{
	text-decoration:none;
}


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

	.ad_banner a{
		width:48%;
		margin-left: 2%;
		display: inline-block;
	}

	.ad_banner a:nth-child(odd){
		margin-left: 0;
	}

}

/* ++++++++++　卒業生の活躍　+++++++++++ */

/*******************************
* 左からの吹き出し
********************************/

.balloon {
 padding:20px 0;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

.left_thumb{
width:75px;
float:left;
}

.left_author{
	padding-left:15px;
	display:none;
}

.left_content{
	width: 520px;
	float: left;
	position: relative;
}

.left_balloon {
	background: #c7e9f2;
	/*border: 1px solid #777;*/
	margin:0 10px;
	padding: 10px;
	border-radius: 10px;
	/*margin-right: 20%;*/
	position: relative;
	max-width: 490px;
	float: left;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #c7e9f2;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #c7e9f2;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 右からの吹き出し
********************************/

.right_thumb{
width:75px;
float:right;
}

.right_author{
	padding-right:15px;
	text-align:right;
	display:none;
}

.right_content{
width:520px;
float:right;
position: relative;
}

.right_balloon {
    position: relative;
    background: #c7e7b8;
   /* border: 1px solid #777;*/
    margin:0 10px;
    padding: 10px;
    border-radius: 10px;
    /*margin-left: 20%;*/
    max-width: 490px;
    float: right;
}
.right_balloon:after,
.right_balloon:before {
    right:-14px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #c7e7b8;
    border-width: 7px;
    margin-top: -7px;
}
.right_balloon:before {
    /*border-color: rgba(119, 119, 119, 0);*/
	border-color: rgba(0, 0, 0, 0);
    border-left-color: #c7e7b8;
    border-width: 8px;
    margin-top: -8px;
}

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

/*reCAPTCHAの表示消し*/
.recaptcha_str{
	font-size:0.9em;
	background-color: #f5f5f5;
	padding: 5px;
}
.recaptcha_str a{
	color: #0F95E0;
}
.grecaptcha-badge { visibility: hidden; }


.ad_banner{
	margin-top: 20px;
}
.banner_title{
	color: #3a62a3;
	border-bottom:#3a62a3 solid 4px;
	font-size:1.4rem;
	text-align: center;
	font-weight: 600;
}
