@charset "utf-8";

/* ********************************************* */
/** サイト毎の設定
/** common.css
/** 横断幕・懸垂幕専門店
/* ********************************************* */


/********************************
コンテナレイアウト設定
********************************/
.bodyArea {
	width:1024px;
	margin:0 auto;
}
.topBodyArea {
	width:890px;
	margin:0 auto;
}

/* トップページ */
.topSection{
	padding: 70px 0;
}

.topLightblueBack{
	background-color: #EFF7FF;
}

/* h1直下 */
.underlayer {
	margin: 0 15px;
}

/* h2直下 */
.contentUnderlayer {
	padding: 15px;
	margin-bottom: 55px;
}

/* 黄色Box */
.attentionBox {
	padding: 15px;
	background-color: #fffff5;
	border: 2px solid #e4e1d8;
}

/* 囲みBox */
.attentionBorder {
	padding: 15px;
	border: solid 2px #959595;
}

/* 表
nyukou.html / illustlator.html / logo.html */
.nyukuoList{
	background-color:#d8ebfe;
	border-bottom:1px solid #a7a7a7;
}
.nyukuoList dt{
	float:left;
	width:8em;
	padding:5px;
	border-top:1px solid #a7a7a7;
}
.nyukuoList dd{
	padding:5px;
	margin:0 0 0 8.5em;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}
/* hide hack from Mac-IE5 \*/
* html .nyukuoList dd{
	height:1%;
}
/* end hiding */

/********************************
画像　hoverしたら透過する
********************************/
.hoverWhite img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/********************************
親Boxを指定して子Boxを配置
********************************/
/*親BOX*/
.posParent{
	position:relative;
}
/*子Box*/
.posChild{
	position:absolute;
}

/********************************
パンナビ
********************************/
.pannavi{
	display: flex;
	font-size:90%;
	margin: 15px 0 12px 5px;
}
.pannavi li::after{
	content: "　>　";
}
.pannavi li:last-child::after{
	content: none;
}

/********************************
見出し
********************************/
h1.normal {
	padding: 24px 0 27px 8px;
	background-color: #F9F9F9;
	border-left: 10px solid #004EA2;
	font-size: 250%;
	margin: 0 0 50px 0;
}

h2.top{
	font-size: 250%;
	text-align: center;
	margin-bottom: 35px;
	line-height: 120%;
}
h2.topTitle{
	color: #004EA2;
	font-size: 2.1rem;
	margin-bottom: 26px;
	line-height: 2.5rem;
	background: #FFF;
	border-top:3px solid #004EA2;
	border-bottom:3px solid #004EA2;
	padding:.6rem 1rem;
	text-align: center;
}
span.topCenterLeft{
	text-align: left;
	display: inline-block;
}


h2.normal {
	font-size:180%;
	padding:3px 0 4px 8px;
	line-height:32px;
	border-left:6px solid #004EA2;
	border-bottom:4px solid #004EA2;
}

h3.top{
	display: inline-block;
	font-size: 160%;
	margin-bottom: 20px;
	line-height: 140%;
}

h3.top:after{
	content: "";
	display: block;
	height: 3px;
	width: 700px;
	background: linear-gradient(to right, rgba( 0, 0, 0, 0 ) 0%,rgba( 0, 0, 0, 1 ) 25%, rgba( 0, 0, 0, 1 ) 75%,rgba( 0, 0, 0, 0 ) 100%);
}
h3.topTitle{
	color: #004EA2;
	font-size: 1.4rem;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
h3.topTitle > .topTitleInner{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 .5em;
	background-color: #EFF7FF;
	text-align: left;
}
h3.topTitle::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #004EA2;
}

h3.normal {
	font-size: 120%;
	padding: 3px 5px 3px 6px;
	border-left: 5px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;
}

h4.top{
	font-size: 150%;
	margin-bottom: 15px;
}
h4.topTitle{
	font-size: 1.2rem;
	margin-bottom: 10px;
	text-align: center;
}



/********************************
グローバルメニュー
********************************/
nav{
	width: 100%;
	background-color:#f6f6f6;
}

nav ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width:1024px;
	margin: 0 auto;
}

nav li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #cfcfcf;
}

nav li:last-child {
	border-right: 1px solid #cfcfcf;
}

nav li a:link {
	color: #333333;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	line-height: 19px;
	text-decoration: none;
}

nav li a:visited {
	color: #000;
}

nav li:hover{
	background-color:#D1D1D1;
}

/********************************
レスポンスデバイス
********************************/
.bigResArea {
	background-color: #FFF0BE;
	padding: 30px 10px;
}

/***** ★★★電話大きいバージョン★★★ *****/
.quicklyText {
	text-align: left;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.9em;
}

/*.quicklyText span {
	font-size: 130%;
}*/

.telWhiteBox {
	width: 890px;
	background: #fff;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}

.quicklyTextWrap{
	display:flex;
	justify-content: center;
}
.quicklyTextBox{
	border:1px solid #A2A2A2;
	padding:5px;
	margin-right: 10px;
}
.quicklyTextBox:last-child{
	margin-right: 0;
}

.telNumber {
	font-size: 450%;
	color: #f00;
	font-weight: bolder;
	line-height: 1.2em;
}
.telNumber img {
	vertical-align: baseline;
}

.bgResBtn {
	background-color: #f20000;
	vertical-align: middle;
	text-align: center;
	width: 60%;
	margin: 0 auto 35px;
	border-radius: 15px;
	box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-moz-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
}

.bgResBtn a {
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
}

.bgResBtn:hover{
	background-color:#124FA9;
}
/* FAXボタン */
.resFaxBox{
	display: flex;
	justify-content: center;
}
.resFaxBox a{
	text-decoration: none;
	color: #333333;
}
.resFaxBox a:hover{
	text-decoration: none;
	color: #f20000;
}
.resFaxBtn{
	border:3px solid #004ea1;
	padding:5px;
	background: #FFF;
	font-weight: bold;
	margin-right: 20px;
}
.resFaxBtnInner{
	display:flex;
	justify-content: center;
	align-items: center;
}

/* FAX・LINEリンク */
.FaxLineBox{
	width: 800px;
	margin: 25px auto 0px;
}

.FaxLineBox li p{
	font-size: 115%;
}

.FaxLineBox li a{
	padding: 15px 0 10px 55px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	text-decoration: underline;
}
.FaxLineBox li a span{
	font-weight: bold;
	font-size: 105%;
}

/* Fax */
.FaxLineBox li:first-child a{
	background-image: url(../images/line/fax_icon.gif);
}
/* LINE */
/*.FaxLineBox li:last-child a{
	background-image: url(../images/line/line_icon.gif);
}*/

/***** ★★★バナーたくさんバージョン★★★ *****/
/* フォーム・電話ボックス */
.FormTelBoxArea{
	display: flex;
	justify-content: center
}
.FormTelBoxArea li{
	float: left;
	width: 500px;
	height: 205px;
	background: #fff;
	/*border-radius: 10px;*/
	margin-bottom: 15px;
}
.FormTelBoxArea li:last-child{
	margin-left: 10px;
}
/* フォーム */
.formArea p,
.telArea p{
	line-height: 1.4em;
}

.formArea 
/* フォームボタン */
.middleResBtn{
	background-color:#f20000;
	text-align:center;
	width: 74%;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.middleResBtn a{
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding:12px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.2em;
	text-decoration: none;
}
.middleResBtn:hover{
	background-color:#124FA9;
}

/* 電話 */
.middletelNumber{
	font-size:290%;
	color:#f00;
	font-weight:bolder;
}

.middletelNumber img{
	margin-right:8px;
	margin-top:10px;
	vertical-align: baseline;
}

/* FAX・LINE・来店ボックス */
.FaxLineVisitBoxArea{
	display: flex;
	justify-content: center;
}
.FaxLineVisitBoxArea li{
	width: 330px;
	height: 137px;
	background: #fff;
	/*border-radius: 10px;*/
}
.FaxLineVisitBoxArea li:last-child{
	margin-left: 10px;
}

.FormTelBoxArea li h3,
.FaxLineVisitBoxArea li h3{
	background: #004EA2;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	/*border-radius: 10px 10px 0 0;*/
	padding: 4px 0 4px 0;
}

.formArea, .telArea, .faxArea, .lineArea, .visitArea{
	padding: 8px;
	text-align: center;
}

/* FAX・LME・来店ボタンの上エリア */
.smallResArea{
	display: inline-block;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 8px;
}

/* FAX・LME・来店ボタンエリア */
.smallResBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 90%;
	margin:0 auto;
	border-radius: 10px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.smallResBtn a{
	display:block;
	padding:8px 7px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.3em;
	text-decoration: none;
}
.smallResBtn:hover{
	background-color:#124fa9;
}

/********************************
topに戻る/サイトメニューへ
********************************/
#page_top{
	text-align: center;
	position: fixed;
	bottom: 128px;
	right: 100px;
	width:80px;
	height:65px;
	padding-top: 13px;
	background:#124fa9;
	color:#FFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
	vertical-align:middle;
}
#page_top:hover{
	background:#004ea2;
}

#main_menu{
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 100px;
	width:80px;
	height:62px;
	padding-top: 18px;
	background:#004ea2;
	color:#FFFFFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
}
#main_menu:hover{
	background:#124fa9;
}

/********************************
下部サイトメニュー
********************************/
#mainmenu {
	background:#FBFBFB;
	margin-bottom:20px;
	padding:20px;
}

#mainmenu h2{
	padding-bottom: 10px;
	font-size:160%;
}

.mainmenuList{
	font-size: 85%;
	line-height: 200%;
	margin-left: 15px;
}

.mainmenuList li a{
	text-decoration: none;
}
.mainmenuList li span{
	font-size: 80%;
}

/********************************
共通フッター
********************************/
/*facebook*/
.fb-like-box{
	border:1px solid #dddddd;
	margin-right:15px;
}

.calendarPosition{
	margin-right: 15px;
	
}

.calendarTitle{
	width:502px;
	height:38px;
}

.calendarArea{
	border:1px solid #dcdcde;
	border-top:none;
	padding-top:5px;
	width:500px;
	background:#ffffff;
}
.calendarBox{
	width:488px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#d8f7ff;
}

/*お知らせ*/
.oshiraseBox{
	border: 1px solid #2367E7;
	color: #000;
	width: 215px;
	float: left;
	padding: 10px;
	margin: 0;
}

/********************************
グループナビ
********************************/
#groupnavi
{
	width:1024px;
	margin:30px 0 0 0;
}
#groupnavi .groupnaviBox,.groupnaviBoxS
{
	width:1024px;
	margin:10px auto 20px auto;
	overflow:hidden;
}
#groupnavi .groupnaviBox ul
{
	width:241px;
	float:left;
	margin:0 5px;
	padding:0;
	display:inline;
	overflow:hidden;
	list-style:none;
}
#groupnavi .groupnaviBoxS ul
{
	width:155px;
	float:left;
	margin:0 8px 0 5px;
	padding:0;
	display:inline;
	overflow:hidden;
	list-style:none;
}
#groupnavi li img
{
	display:block;
}
#groupnavi li a
{
	display:block;
}
#groupnavi li
{
	margin:0;
}

