@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {line-height: 1;-webkit-text-size-adjust: 100%;}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin:0 12px;
}
p{margin:12px;}
strong{font-weight:bold;}
img{vertical-align:middle;}
/*--reset--*/
a{
	text-decoration:none;
	color:#0042c0;
}
a:hover{
	text-decoration:underline;
}
body{
	background:#fcfaf4;
	color:#330f06;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.3;
}
/*ヘッダ 透過オレンジはc23400を81％*/
header{
	width:1200px;
	margin:0 auto;
}
header #headerbar{
	background:url(../img/headerbar_artposter.jpg) no-repeat;
	width: 100%;
	height:105px;
	margin:0;
	overflow: hidden;
}
h1{
	padding:5px 12px 0;
	width:66.6%;
	float: left;
	height:105px;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	line-height: 160px;
	z-index: 1010;
}
#logo{
	position:absolute;
	left:0;
	right:0;
	margin: auto;
}
header address{
	width:157px;
	margin:60px 10px 0 0;
	color: #fff;
	font-weight:bold;
	float: right;
	z-index: 1010;
}
header address a{
		color: #fff !important;
	}
header address a:hover{
		text-decoration: none;
		cursor: default;
	}
/*グローバルリンク*/
#globallink{
	margin:2px 0 2px 0;
	background:#330f06;
	color:#fcfaf4;
	font-weight:bold;
	font-size:85%;
	overflow: hidden;
}
#globallink a{
	display: block;
	color:#fcfaf4;
	padding:11px 0;
}
#globallink li{
	float: left;
	width:16.666%;
	text-align:center;
	border-right:2px solid #d4ccb7;
	cursor:pointer;

}
#globallink li:last-child{
	border-right: none;
}
#globallink li:hover{
	background:#5d372e;
}
#globallink a:hover{
	text-decoration:none;
}
/*サービスリンク トップにはない*/
#servicelink{
	overflow:hidden;
}
#servicelink a{
	display:block;
	color:#330f06;
	padding-left:55px;
}
#servicelink li{
	float:left;
	width:25%;
	height: 60px;
	border-right:2px solid #fcfaf4;
	border-bottom:2px solid #fcfaf4;
	line-height: 60px;
}
#servicelink li:hover{
	opacity:0.8;
	cursor:pointer;
}
#servicelink a:hover{
	text-decoration: none;
}
#s > a:first-letter, #l > a:first-letter{
	font-size: 130%;
	color:#c32000;
}
#t > a:first-letter, #o > a:first-letter{
	font-size: 130%;
	color:#008679;
}
#s{
	background:url(../img/servicelink1.jpg)no-repeat;
}
#l{
	background:url(../img/servicelink2.jpg)no-repeat;
}
#t{
	background:url(../img/servicelink3.jpg)no-repeat;
}
#o{
	background:url(../img/servicelink4.jpg)no-repeat;
	border-right:none;
}
/*サイドメニュー トップにはない*/
#sidemenu{
	float:left;
	width:200px;
	font-size:80%;
	background:#f1ede3;
}
.side1, .side2, .sideservice{
	color:#fff;
	font-weight:bold;
	padding:10px;
	margin:0;
}
.side1{
	background:url(../img/sidemenu1.jpg)no-repeat;
	padding: 0;
}
.side2{
	background:url(../img/sidemenu2.jpg)no-repeat;
	border-top:10px solid #fcfaf4;
	padding: 0;
}
.sideservice{
	background:url(../img/sidemenu3.jpg)no-repeat;
	border-top:10px solid #fcfaf4;
	padding: 10px;
}
.side1 >a, .side2 > a{
	display: block;
	padding:10px;
	color:#fff;
}
.side1 >a:hover, .side2 > a:hover{
	text-decoration: none;
}
.side1:hover, .side2:hover{
	opacity: 0.8;
}
.side3{
	font-weight:bold;
	padding:5px;
	margin:0;
	background:#d4cdbb;
}
.side_l{
	margin:10px;
	line-height:2.8;
}
.side_l img{
	margin:0 3px 3px 0;
}
#sidemenu a:hover img{
	opacity:0.8;
}
/*メイン トップにはない*/
#container{
	width:1200px;
	margin:10px auto 20px;
	clear:left;
	position:relative;
	overflow:hidden;
}
#main{
	float:left;
	width:980px;
	margin-left:20px;
}
/*ぱんくず トップにはない*/
.bread{
	width:100%;
	margin:0px auto 10px;
	font-size:80%;
}
/*ページ内ナビ*/
.pnav{
	overflow: hidden;
	margin: 0 auto 18px;
}
.pnav ul{
	overflow: hidden;
}
.pnav li{
	width: 25%;
	border-right:2px solid #fcfaf4;
	border-bottom:2px solid #fcfaf4;
	float:left;
	background: #e6e3da;
}
.pnav li:hover{
	opacity:0.8;
}
.pnav a{
	display: block;
	padding:5px 5px 5px 20px;
	color:#330f06;
}
.pnav a:hover{
	text-decoration: none;
}
/*コンテンツ トップにはないモノがある*/
#pagetitle{
	font-size:140%;
	margin:0 0 20px 0;
	padding:15px 0px 15px 20px;
	background:#f1ede3;
	border-bottom:5px solid #d4cdbb;
	border-left:none;
	border-radius: 5px;
}
#content{
	margin:20px 0;
	line-height:1.6;
	font-size:90%;
}
section{
	background:#f2efe7;
	padding:20px;
	clear:left;
	margin-top: 20px;
}
section > div{
	font-size:90%;
	line-height:1.8;
	margin:20px 0;
}
section > *:first-child{
	margin-top:0;
}
section > *:last-child{
	margin-bottom:0;
}
h3{
	width:100%;
	font-weight:bold;
	border-left:solid 15px #c32000;
	margin:15px 0 15px 0;
	padding:5px 0 5px 5px;
	text-align:left;
	clear:left;
	background:#e6e3da;
}
h4{
	background:#fcfaf4;
	color:#867B5B;
	font-size: 105%;
	margin-top:30px;
	margin-bottom:10px;
	padding:5px 5px 5px 15px;
	font-weight:bold;
	border-radius:15px;
}
h5{
	color:#867B5B;
	margin:15px 0 10px;
	font-weight:bold;
	margin-left: 12px;
}

/*上へ戻る*/
.pt{
	text-align: right;
	font-size:120%;
	font-weight: bold;
}
.pt a{
	color:#330f06;
}
.pt a:hover{
	text-decoration: none;
	color:#5d372e;
}


/*フッター*/
footer{
	clear: left;
	background:#330f06;
	border-top: double 10px #fcfaf4;
	padding:15px 0 5px;
}
footer > div{
	width:1200px;
	margin:5px auto 0;
	overflow: hidden;
}
footer ul{
	width:25%;
	float:left;
	font-weight:bold;
	font-size:80%;
	letter-spacing:2px;
	text-align:center;
}
footer a{
	display: block;
	padding:5px 0;
	color:#E6DAD6;
}
footer address a{
	color:#330f06;
}
footer a:hover{
	background:#5d372e;
	color:#fcfaf4;
	cursor: pointer;
	text-decoration: none;
}
footer address{
	width: 60%;
	padding:10px;
	background:#d4cdbb;
	border-radius: 10px;
	margin: 25px auto 0;
	font-size:80%;
	font-weight: bold;
	text-align:center;
	line-height:20px;
}
footer p{
	text-align: center;
	color:#E6DAD6;
}
small{
	font-size: 70%;
}

/*汎用テーブル*/
.wtable td,.wtable th{
	border:3px solid #f2efe7;
	padding:15px;
}
.wtable th{
	color:#fff;
	background:#A9A7A1;
	font-weight:bold;
	vertical-align:middle;
}
.wtable td{
	background:#fff;
	vertical-align:middle;
}

.wtable tr span{
	font-size:80%;
}

/*--default--*/
input,textarea{
	color:#555;
	padding:3px;
	border:none;
}
button{
	font-size:90%;
}
.size80{
	font-size:80%!important;
}
.size120{
	font-size:120%!important;
}
.size150{
	font-size:150%!important;
}
.red{
	color:#aa0000;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}

/*文字装飾*/
.bold{
	font-weight: bold;
}
.br{
	display: inline-block;
}
.nobr{
	white-space: nowrap;
}

/*共通部分レスポンジブ*/

.slicknav_menu{
	display:none;
}
#menu{
	display:none;
}
@media screen and (max-width:1199px){
	header, #container, footer > div{
		width: 1024px;
	}
	#main{
		width:804px;
	}
}
@media screen and (max-width:1023px){
	header, #container, footer > div{
		width: 768px;}
	#main{
		width:548px;
	}
	#servicelink{
		font-size: 85%;
	}
}
@media screen and (max-width:767px){
	header, #container, footer > div{
		width: 100%;
	}
	#main{
		width:96%;
		margin:0 2%;
	}
	#sidemenu, #globallink, #servicelink{
		display:none;
	}
	.slicknav_menu{
		display:block;
	}
	#logo{
		height:70px;
		position:fixed;
	}
	#headerbar{
		height: 80px !important;
		background: url(../img/slicknav_menu.jpg) !important;
	}
	header h1{
		line-height: normal;
		position:fixed;
		height: 80px;
	}
	header address{
	position:fixed;
	margin:35px 0 0 15px;
	}
	footer address{
		width: 92%;
	}
}
@media screen and (max-width:600px){
	#logo{
		height:60px;
		top:20px;
	}
	header h1{
		font-size:70%;
	}
	header address{
		font-size:70%;
		margin-top:45px;
	}
	.pnav li{
		width: 100%;
	}
	footer ul{
		width:50%;
	}
}
@media screen and (max-width:414px){
	header, #container, footer > div{
	}
	header h1{
		font-size:2.5vw;
		top:58px;
		height: 22px;
	}
	header address{
		width:100%;
		margin:6px 0 0 40vw;
		font-size:2.5vw;
		top: 58px !important;
	}
	#logo{
		top:2px !important;
	}
	header address span{
		margin-left:20px;
	}
	footer ul{
		width: 100%;
	}
}