/*
Theme Name: printing2021
Theme URI:
Author:Fukunaga
Author URI:
Description: printing-service
Version: 0.1
*/

/* ++++++++++ 基本デザイン　+++++++++*/
h4 {
	border-left:4px solid #1446AC;
	padding:5px 7px;
	margin-bottom: 0.5em;
}

.more-link{
	background-color: #fce0f3;
	padding: 5px;
	border: 1px solid #e16c84;
	text-decoration: none;
	display: block;
	width: 6em;
	margin: 5px 0;
}


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


table.form-table td span.mini{
 font-size:0.9em;
}

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


/* ++++++++++　一般テーブルデザイン　+++++++++++ */

.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:#b7e9f6;
 border-right:1px solid #999;
 padding:10px;
}

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

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

/* ++++++++++　pointデザイン　+++++++++++ */

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

.media_embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.media_embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.media_embed video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*トップスライド*/

.slideBox_wrap{
	max-width: 600px;
	margin: 20px auto;
}

.open_title{
	font-size: 2.2rem;
	font-weight: 500;
	border-bottom: 4px solid rgba(135,100,14,1.00);
	margin-bottom: 25px;
	position: relative;
}

.open_title a{
	display: block;
	text-decoration: none;
	color: #333;
}

.open_title span{
	position: absolute;
	right:0;
	top:0;
	z-index: -111;
}

#slideBox1,#slideBox2,#slideBox3{
	display:none;
}