@charset "utf-8";
/* CSS Document */

/*
Designed by En-Graphiction koo Templates
http://en-graphiction.com
*/


body {
	font-size: 16px;
	word-wrap:break-word;
}

/*==========================================================
　　　　　　　　　　　　　ロゴ部分
==========================================================*/

header{
	width:100%;
	height:70px;
	background:#fff !important;
	position:fixed;
	top:0;
	z-index: 90;
	border-bottom:#40220F 2px solid !important;
	-webkit-box-shadow:0 1px 3px 0px #999;
	-moz-box-shadow:0 1px 3px 0px #999;
	box-shadow:0 1px 3px 0px #999;
}
.ccm-toolbar-visible header{
	top: 48px;
}
#logoarea{
	width:960px;
	margin:0 auto;
}

#logo {
	margin:10px 0px 0 auto;
	float:left;
}

#logo img{
	margin:0;
	height:45px;
	width:auto;
}

#logo h1, #logo p,#logo a {
	display:block;
	margin: 0 auto;
	line-height: normal;
	font-weight: normal;
	text-decoration:none;
	padding:0;
	font-size:24px;
	color:#000;
}
#logo a:hover{
	color:#333;
}

/*==========================================================
　　　　　　　　　　　　　メニュー
==========================================================*/

#menuback{
	margin:0;
	padding:0;
	zoom: 1;
	float:right;
}

.menuarea {
	height:70px;
	line-height:70px;
	position: relative;
	text-align:left;
	margin: 0 auto;
}

/* Flexnav Base Styles */
ul#menu {
	position:relative;
}

#menu li {
    font-size:16px;
	text-align: center;
	float:left;
	font-family:"eisuu";
}
#menu li a {
	cursor:pointer;
    display: block;
    padding:0px 18.3px;
	text-decoration:none;
	height:70px;
	line-height:70px;
	color:#40220F;
}
#menu li a:hover{
	background:#efefef;
	height:68px;
}

/* サブメニュー */

ul#menu ul{
	position:absolute;
	background:#fff;
	z-index:91;
	zoom:100%;
	top:50px;
	border-top:#40220F 1px solid;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
}

ul#menu ul>li{
	line-height:1.5;
	float:none;
	min-width:150px;
	position:relative;
}

ul#menu ul>li a{
	border-bottom:#40220F 1px solid;
	display:block;
	height:50px;
	line-height:50px;
}
ul#menu ul>li a:hover{
	border-bottom:#40220F 1px solid;
}

ul#menu{
	zoom: 100%;
}
ul#menu:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
#menu ul.sub-menu li ul.sub-menu{
	position:absolute;
	background:#fff;
	z-index:91;
	zoom:100%;
	left:100%;
	top:0;
}
#menu ul.sub-menu  ul>li{
	line-height:1.5;
	float:none;
	text-align:center !important;
}
#menu ul.sub-menu  ul>li a{
	border-bottom:#40220F 1px solid;
	display:block;
}
.mobile-nav{
	display:none;
}
#default-menu{
	display:none;
}
.default{
	display:none;
}
.slicknav_menu {
	display:none;
}

/*==========================================================
　　　　　　　　　　　　　ページ
==========================================================*/

#page {
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	padding:70px 0 0px 0;
}

/*==========================================================
　　　　　　　　　　コンテンツ部分
==========================================================*/

#content {
	float: left;
	width: 640px;
	background:#FFFFFF;
	padding:0px;
	margin:0 0 0px;
}

#content_full {
	clear:both;
	width:100%;
	margin:0 auto 50px;
	padding:0;
	text-align:center;
}

#content_left {
	float: right;
	width: 640px;
	background:#FFFFFF;
	padding:0px;
	margin:0;
}

#fullpage,#bottom_area{
	width:960px;
	clear:both;
	margin:0 auto;
	padding:0px;
}

/*==========================================================
　　　　　　　　　    　共通
==========================================================*/
/*　白い基本背景
----------------------------------------------------------------*/
.whtbg{
	clear:both;
	margin:50px auto;
	padding: 30px;
	background:#fff;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
}

/*　アイコンフォント
----------------------------------------------------------------*/
.material-icons{
	position:absolute;
	font-size:16px !important;
	margin:2px 0 0 5px !important;
	text-decoration:none !important;
	display:inline !important;
	color:#888;
}

.newline{/*　PCのみ改行させる　*/
	display:block;
}

.tac{/* 強制真ん中寄せ */
	text-align:center !important;
}

/*　独自マージン
-------------------------------------------------*/
.mrgntp0{
	margin-top:0 !important;
}
.mrgnbtm0{
	margin-bottom:0 !important;
}

.mrgntp15{
	margin-top:15px !important;
}
.mrgnbtm15{
	margin-bottom:15px !important;
}

.mrgn50auto{/* 強制マージン50px auto */
	margin:50px auto !important;
}

/*　強制横幅調整
-------------------------------------------------*/
.wdth100,.wdth60,.wdth50,.wdth45,.wdth40,.wdth30,.imgwdth100 img{
	height:auto !important;
}
.wdth100,.imgwdth100 img/* 画像横幅調整 */{
	width:100% !important;
}
.wdth60{
	width:60% !important;
}
.wdth50{
	width:50% !important;
}
.wdth45{
	width:45% !important;
}
.wdth40{
	width:40% !important;
}
.wdth30{
	width:30% !important;
}


/*　float画像
-------------------------------------------------*/
.fltimg_l img,.fltimg_r img{
	width:300px;
	height:auto;
}

.fltlftbx,.fltimg_l img{/* float-left */
	float:left;
	margin:0 20px 0 0 !important;
}

.fltrghtbx,.fltimg_r img{/* float-right */
	float:right;
	margin:0 0 0 20px !important;
}

.clrbth{
	clear:both;
}

.rtt_3 img{/* -3度回転 */
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

/*　ボタン
----------------------------------------------------*/
.orngbtn{
	width:50%;
	height:auto;
	margin:50px auto;
}
.orngbtn a,.blubtn a{
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-size:18px;
	padding:20px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.orngbtn a{
	background:#f80;
	-webkit-box-shadow:0 3px 0 #f60;
	-moz-box-shadow:0 3px 0 #f60;
	box-shadow:0 3px 0 #f60;
}
.orngbtn a:hover {
	background:#F93;
	color:#fff;
	-webkit-box-shadow:0 3px 0 #f80;
	-moz-box-shadow:0 3px 0 #f80;
	box-shadow:0 3px 0 #f80;
	text-decoration:none;
}
.orngbtn a:active{
	box-shadow:none;
	margin:53px auto -3px;
}

/*-----青ボタン-----*/
.blubtn{
	width:75%;
	height:auto;
	margin:30px auto 0 0;
}
.blubtn a{
	background:#001EAA;
	-webkit-box-shadow:0 3px 0 #00188C;
	-moz-box-shadow:0 3px 0 #00188C;
	box-shadow:0 3px 0 #00188C;
}
.blubtn a:hover {
	background:#0026DB;
	color:#fff;
	-webkit-box-shadow:0 3px 0 #001EAA;
	-moz-box-shadow:0 3px 0 #001EAA;
	box-shadow:0 3px 0 #001EAA;
	text-decoration:none;
}
.blubtn a:active{
	box-shadow:none;
	margin:33px auto -3px;
}


/* --------------------  ----------------------- */
.dashedbox{
    border: 1px dashed #40220F;
	padding:0px 20px 20px;
	text-align:left;
	margin:0;
}
.dashedbox > .blubtn{
	width:55%;
	margin: 20px 0 0;
}
.dashedbox > .blubtn a{
	padding:15px 0;
	z-index:1;
}
.dashedbox > .blubtn a:active{
	margin:3px auto -3px;
}

/* --------------------  ----------------------- */
.roughbox{
	width:960px;
	margin:50px auto;
	padding:20px;
	border:solid 5px #40220F;
	border-radius: 965px 80px 965px 30px/40px 965px 50px 965px;
	-moz-border-radius: 965px 80px 965px 30px/40px 965px 50px 965px;
	-webkit-border-radius: 965px 80px 965px 30px/40px 965px 50px 965px;
	text-align:left;
}
.roughbox h2{
	text-align:center;
	margin:10px auto 20px;
}
.roughbox > .fair_schedule{
	text-align:center;
	margin:20px auto;
	font-size:28px;
}

/*　
--------------------------------------------------*/
.borderbox{
	width:100%;
	margin:20px auto !important;
	padding:30px;
	text-align:left;
	border:#ccc 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.borderbox p:before{
	content:"・";
}

.borderbox h2{
	text-align:center;
	margin:0px auto 30px;
}

.fltbox_l h5,.fltbox_r h5{
	margin:10px auto 20px !important;
}

.fltbox_l span,.fltbox_r span{
	display: block;
    margin: 0 0 20px 0;
}

.fltbox_l > .price,.fltbox_r > .price{
	color:#f00;
	font-size:18px;
	font-weight:bold;
}

.fltbox_l{
	float:left;
}
.fltbox_r{
	float:right;
}

.fltbox_r > .orngbtn,.fltbox_l > .orngbtn{
	width:250px;
}

.fltimg_l > .blubtn,.fltimg_r > .blubtn{
	width:30%;
	margin:30px auto 0;
	clear:both;
}

/*　真ん中寄せボックス
---------------------------------------------*/
.centerbox{
	width:100%;
	margin:50px auto;
	padding:0;
	text-align:center;
}
.centerbox h2{
	margin:30px auto;
}




/*==========================================================
　　　　　　　　　　　　各タイトル
==========================================================*/

h2 { font-size: 36px; }

h3 { font-size: 28px; }

h4 { font-size: 18px; }


h1 {
	font-size: 44px;
	margin: 0;
	font-weight: bold;
	color: #000;
	text-align:left;
	-webkit-text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	-moz-text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	-ms-text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	-o-text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
}

#content_full h2,#content h2,#fullpage h2,#bottom_area h2 {
	clear:both;
	zoom: 1;
}

#content_full h3,#content h3,#fullpage h3,#bottom_area h3{
	clear:both;
	width:100%;
	text-align:left;
	padding:0 0 10px 0px;
	margin:50px auto 15px;
	border-bottom:#40220F 1px solid;
	font-family: "eisuu";
	color:#40220F;
	font-weight:500;
}
#content_full h3:before,#content h3:before,#fullpage h3:before,#bottom_area h3:before{
	content:url(../images/scissors_icon.png);
	position: relative;
    top: 5px;
    margin: 0 8px 0 0;
}

#content_full h4,#content h4,#fullpage h4,#bottom_area h4{
	clear:both;
	margin:20px auto 10px;
	padding:7px 10px;
	border-bottom:#555 1px dotted;
	width:100%;
	border-left: #555 3px solid;
	font-weight:normal;
}

#content_full h5,#content h5,#fullpage h5,#bottom_area h5{
	font-size:18px;
	margin:30px auto 10px;
}
#content_full h5:before,#content h5:before,#fullpage h5:before,#bottom_area h5:before{
	content:"●";
}


div.ccm-block-field-group h2{
	  font-size: 1.5em;
}

.no-sidebar{
	width:960px !important;
	margin:0 auto !important;
}


/*==========================================================
　　　　　　　　　　　　フッター
==========================================================*/
/*　フッターエリア
------------------------------------------------------------------------------*/
footer{
	clear:both;
	font-size:12px;
	color:#333;
	border-top:#40220F 2px solid !important;
}

#footerarea{
	width:960px;
	margin:0 auto;
	background:#fff;
    height:90px;
}

.ftrlogo{
	width:auto;
	height:30px;
	margin:10px 20px 0 0;
}

/*　コピーライト
-------------------------------------------------------------------------------*/
#footercopy{
	float:right;
	margin:0;
	padding:0;
	height:90px;
	line-height:90px;
}

/*　フッターコンテンツ
-------------------------------------------------------------------------------*/
#footercontent{
	float:left;
	margin: 0 auto;
	padding:20px 0;
	display:table;
}

#footercontent img,#footercontent span{
	display:table-cell;
    vertical-align:middle;
}
#footercontent span{
	line-height:1.4;
}

/*==========================================================
　　　　　　　　　各ページヘッダ
==========================================================*/
#headertitle{
	width: 100%;
	margin: 0 auto;
	padding:50px 0;
	background:url(../images/bg_wood.jpg);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
}

#headertitle h2{
	border:none;
	font-size:2rem;
	text-align:center;
	color:#40220F;
	font-family:"eisuu";
	-webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	-ms-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/*==========================================================
　　　　　　　カテゴリーページページリスト
==========================================================*/
.ccm-block-page-list-title a{
	text-decoration:none;
}
.ccm-block-page-list-title a:before{
	content:"≫";
	margin:0 5px 0 0;
}



/*==========================================================
　　　　　  　　お問い合わせフォーム調整
==========================================================*/
table{
	width:100%;
}

#contactform{
	margin:30px auto;
	text-align:left;
}

#contactform>table td{
	padding: 20px 0 15px 10px;
}

#contactform>table th{
	width:25%;
	margin:0;
	padding:23px 0 23px;
	font-size:16px;
	color:#333;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom:#40220F 1px solid !important;
	line-height:1.5;
}

.ccm-input-text,.form-control,.ccm-input-email{
	padding: 1% 1% !important;
	margin:0;
	border: #ccc 1px solid !important;
}
.ccm-input-text,.form-control,.ccm-input-email{
	width:98%;
}
#p_postal{
	width:30%;
}

#p_name,#p_kana,#p_tel,#p_fax{
	width:47%;
}

.formsubmitbutton{
	width:30%;
	padding:20px 0px;
	margin:30px auto 0;
	display: block;
	background: #40220F;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border:#40220F 2px solid;
	text-decoration:none;/*問い合わせボタン用*/
	clear:both;

}
.formsubmitbutton:hover{
	background:none;
	border:#40220F 2px solid;
	cursor:pointer;
	color:#40220F;
	box-shadow:none !important;
}
.formsubmitbutton:active{
	box-shadow:none;
}

.errors li{
	font-weight:bold;
	color:#f00;
}

#contactform .required{
	float:right;
	color:#f00;
	margin:0 10px 0 0;
	filter: alpha(opacity=60);
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	opacity: 0.6;
}
#contactform .required:after{
	content:"必須";
	font-size: 12px;
}

/* お電話でのお問い合わせ */
.contact-phone{
	margin:50px auto;
	padding:20px;
	display:table;
	border:#40220F 1px dotted;
	color:#40220F;
}
.contact-phone h4{
	font-size:24px;
	text-align:center;
	margin:0 auto 10px !important;
	padding:0 0 10px 0 !important;
	border-bottom:#40220F 1px dotted !important;
	border-left:0 !important;
}
.contact-phone li {
	display: table-cell;
	padding:0 40px;
	vertical-align: middle;
}
.contacttime{
	border-left:#fff 1px dotted;
}
.contacttime p{
	margin:0px auto;
}
.phonenumber{
	font-size: 28px;
	border-right:#40220F 1px dotted;
}

/*　個人情報保護
-------------------------------------------------------*/
.privacybox{
	width:100%;
	height:300px;
	border: 1px solid #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:left;
	margin:15px auto 0;
}

.privacybox h4{
	margin:10px auto !important;
}

.privacybox li{
	display: table-row;
	counter-increment:number;
}

.privacybox li:before{
	content: counter(number) ".";
	display: table-cell;
	padding-right:1%;
	white-space: nowrap;
}

/*==========================================================
　　　　　　　　　　　　会社概要
==========================================================*/
.tableout,.tableout_f{
	display: table;
    padding: 0;
    margin:30px auto;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.tableout{
    width: 100%;
}

.tableout>.row,.tableout_f>.row,.tablelayout>.row {
	display:table-row;
}

.leftcell,.rightcell,.leftcellb{
	display: table-cell;
    margin: 15px;
    padding: 15px;
    border: #ccc 1px solid;
    vertical-align: middle;
    line-height: 150%;
}

.leftcell,.leftcellb{
	background:#efefef;
    font-weight: normal;
    vertical-align: top;
}
.leftcell{
	width:20%;
}

.tableout>.row>p,.tableout_f>.row>p,.tablelayout>.row>p{
	margin:0;
	padding:0;
}

.tableout>.row>img,.tableout_f>.row>img,.tablelayout>.row>img{
	width:100%;
	height:auto;
}

.rightcellfloatr,.rightcellfloatl{
	width:50%;
}
.rightcellfloatr p,.rightcellfloatl p{
	line-height:150%;
	margin: 8px auto 9px;
	font-size: 13px;
}
.rightcellfloatr{
	float:right;
}
.rightcellfloatl{
	float:left;
}

.rightcellfloatr h5,.rightcellfloatl h5{
	font-size:16px !important;
	margin:0 auto !important;
}
.rightcellfloatr h5:before,.rightcellfloatl h5:before{
	content:"■" !important;
}

#fullpage .rightcell ul{
}
#fullpage .rightcell li{
	margin:0 auto 10px 15px !important;
	line-height:150%;
}
#fullpage .rightcell li:before{
	content:"・";
	margin: 0 -15px 0 0;
	position: relative;
	left: -15px;
}

/*-------地図---------*/
.abtmp{
	display:block;
	width:500px;
	height:auto;
	margin:30px auto;
}

.googleMapCanvas{
	margin:0 auto 10px;
}

/*==========================================================
　　　　　　　　　　　　代表挨拶
==========================================================*/
.ceomessage{
	margin:20px auto 0 !important;
}

.imgright30{
	width:30%;
	margin:0px 0 0px 100px;
	padding:0 0 0 0px;
	float:right;
}
.imgright30 img{
	width:100%;
	height:auto;
}

.ceomessage h5,.ceomessage h6{
	color: #003E7B;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	margin:30px auto !important;
	padding:0;
}
.ceomessage h5{
	font-size:36px !important;
}
.ceomessage h5:before{
	content:"" !important;
}
.ceomessage h6{
	font-size:24px;
	margin:30px auto 50px;
}

.ceosign{
	margin:60px auto;
	text-align:right;
}
.ceosign img{
	width:40%;
	height:auto;
}

/*==========================================================
　　　　　　　　　　　メニュー
==========================================================*/
.tablelayout{
	margin:0 auto 50px;
	display:table;
	text-align:left;
}

.tablelayoutrow{
	display:table-row;
}

.cell1,.cell2 {
	padding:3% 1%;
	text-align:left;
	vertical-align:top;
	display:table-cell;
	clear:both;
	line-height:1.5;
}

.cell1 {
	border-bottom: 1px solid #ccc;
	width:70%;
}

.cell2 {
	border-bottom: 1px solid #ccc;
	margin:0px;
	text-align: right;
}

.cell1 h5,.cell2 h5{
	font-size:16px;
	margin:0 auto;
}
.cell1 h5:before,.cell2 h5:before{
	content:"■";
}

/*==========================================================
　　　　　　　　　　　お客様の声
==========================================================*/
/*　背景をノートに
-------------------------------------------------*/
.bg_note{
	width:100%;
	padding:5% 4% 3% 8%;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
	position: relative;
    background-color: #ffffe7;
    background-image:
	linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
	linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
	linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
}
.bg_note:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:3em;
    background-color: #ffffe7;
    background-image:
	linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
	linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px);
}
.bg_note p{
	margin:0px auto 24.3px;
	line-height:1.5;
}

/*==========================================================
　　　　　　　　　トップページ
==========================================================*/
/*　スライドショーの上に重ねた文字
-----------------------------------------*/
#slideshowbox{
	position:relative;
	margin: 0px auto 0;
	overflow:hidden;
}

.toppile_message{
    position: absolute;
    display:block;
    z-index:80;
    top:20px;
    left:30px;
    color:#fff;
    font-size:28px;
    font-weight:bold;
    line-height:130%;
    text-align:left;
    -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*　トップバナー
-------------------------------------------------------------------*/
.topbnrarea,.toplnkarea,.flxbox{
	width:100%;
	margin:50px auto;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
    justify-content: space-between;
	flex-direction:row;
	-moz-box-pack:justify;
	-ms-box-pack:justify;
	box-pack:justify;
	flex-pack:justify;
}
.topbnrarea a,.toplnkarea a{
	display:block;
	text-decoration:none;
	width:280px;
	height:210px;
}
.topbnrarea img{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	border:#ccc 1px solid;
}
.topbnrarea img:hover{
}

.topbnrarea span{
	display:block;
	width:100%;
	color: #fff;
	font-size:26px;
	font-weight:bold;
	text-align:right;
	margin: 0 auto;
	position: relative;
	top:-40px;
	right:20px;
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.topbnrarea span:hover{
}


/*　インフォメーションエリア
-----------------------------------------------------*/
.newsblock{
	width:100%;
	height:450px;
	padding:0;
	margin:0px auto;
}

.newsblock h3{
	margin:0 auto 20px !important;
}

.newsscroll{
	overflow-y: scroll;
	width:100%;
	height:335px;
	padding:0;
	text-align:left;
}

.newsscroll p{
	border-bottom:#CCC 1px dotted;
	margin:0 0 5px 0;
	padding:0 0 5px 17px;
}
.newsscroll p:before{
	content:"●";
	color:#40220F;
	font-size: 10px;
    position: relative;
    top: -3px;
    left: -13px;
    margin: 0px -12px 0 0;
}
