@charset "shift_jis";

/* body
----------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	color: #333;
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
/* -- link -- */
a:link {
	color: #fb9915;
	text-decoration: underline;
}
a:visited {
	color: #fb9915;
	text-decoration: none;
}
a:hover {
	color: #fb9915;
	text-decoration: none;
}
a:active {
	color: #fb9915;
	text-decoration: none;
}

/* header
----------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
}
/*topsocial*/
#topsocial {
	width: 960px;
	height: 42px;
}
/* clearfix */
#topsocial:before,
#topsocial:after {
	content: " ";
	display: table;
}
#topsocial:after {
	clear: both;
}
/* clearfix for ie6,ie7 */
.ie6 #topsocial,
.ie7 #topsocial {
	zoom: 1;
}
#topsocial ul {
	float: right;
	padding: 12px 0 0 0;
}
/* clearfix */
#topsocial ul:before,
#topsocial ul:after {
	content: " ";
	display: table;
}
#topsocial ul:after {
	clear: both;
}
/* clearfix for ie6,ie7 */
.ie6 #topsocial ul,
.ie7 #topsocial ul {
	zoom: 1;
	}
#topsocial ul li {
	float: left;
}
#topsocial ul li.logo img {
	margin: 0 0 0 20px;
}
#topsocial ul li,
#topsocial ul li img {
	line-height: 1.0;
	vertical-align: baseline;
}

/*Clearfix*/
.clr {
	/zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/* gnav
---------------------------------------------------*/
#navi {
	background: url(/brand/shijirakku/img/header_gnavi_bg.png) repeat-x;
	height: 101px;
	min-width: 960px;
}
#navi #inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
#navi h1 {
	width: 205px;
	float: left;
}
.subNavi {
	width: 200px;
	float: right;
	height: 27px;
}
.subNavi li{
	float: left;
	margin-left: 5px;
}
.gNavi{
	width: 740px;
	float: right;
}
.gNavi li{
	float: left;
}

/* contents
---------------------------------------------------*/
#contents{
	width: 960px;
	margin: 0 auto;
}

/* pagetop
---------------------------------------------------*/
.pagetop{
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 0 0 15px;
}


/*------------------------------------------------------------
	bottombnr
------------------------------------------------------------*/

div.btm {
	border-top: 1px solid #ebebeb;
	overflow:hidden;
	clear:both;
	padding:40px 0 0;
	background-color:#f7f7f7;
	min-width: 960px;
	font-size: 12px;
}
div.bottomBnr {
	width: 960px;
	margin: 0 auto;
	border-bottom: 1px solid #d7d7d7;
}
div.bottomBnr .bottomBnrInner {
	overflow:hidden;
	width: 869px;
	margin: 0 auto;
	padding-bottom: 20px;
}
div.bottomBnr .bottomBnrInner > dt {
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 12px;
	font-weight: bold;
}
div.bottomBnr .bottomBnrInner > dd {
	float: left;
	margin-left: 40px;
}
div.bottomBnr .bottomBnrInner dd.first {
	margin-left: 0;
}
div.bottomBnr .bottomBnrInner dl dd {
	background: none;
	padding: 0;
	color: #007cca;
	margin: 0;
	padding: 10px 0 0;
}
div.bottomBnr .bottomBnrInner dl dd a {
	color: #007cca;
	text-decoration: none;
}
div.bottomBnr .bottomBnrInner dl dd a:hover {
	text-decoration:underline;
	color: #007cca;
}
div.bottomBnr .alpha a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}



/* footer
----------------------------------------------------*/
div.foot {
    overflow: hidden;
    clear: both;
    padding: 40px 0 63px 45px;
    background-color: #f7f7f7;
    font-size: 12px;
    text-align: left;
    min-width: 915px;
    margin-bottom: -33px;
}
/* clearfix */
div.foot:before,
div.foot:after {
	content: " ";
	display: table;
}
div.foot:after {
	clear: both;
}
/* clearfix for ie6,ie7 */
.ie6 div.foot,
.ie7 div.foot {
	zoom: 1;
}
div.foot .footinner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
    padding-left: 60px;
}
div.foot .footinner p {
	padding: 0 0 27px 0;
}
div.foot .footinner p,
div.foot .footinner p a,
div.foot .footinner p img {
	vertical-align: baseline;
	line-height: 1.0;
}
div.foot .footinner dl {
	float: left;
	width: 240px;
}
div.foot .footinner dl dt {
	padding: 0 0 6px 0;
}
div.foot .footinner dl dt,
div.foot .footinner dl dt img {
	line-height: 1.0;
	vertical-align: baseline;
}
div.foot .footinner dl dd {
	background: url(/brand/shijirakku/img/cmn_foot_arow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 0 0 13px;
	line-height: 1.5em;
}
div.foot .footinner dl dd.last {
	margin: 0 0 17px 13px;
}
div.foot .footinner dl dd a {
	color: #666;
	text-decoration: none;
}
div.foot .footinner dl dd a:hover {
	text-decoration: underline;
}
/* ページトップ
---------------------------------------------*/
.pageTop {
  width: 1028px;
  margin: 0 auto;
  text-align: right;
}
.pageTop img:hover {
  cursor: pointer;
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter:"alpha( opacity=50 )";
}

div.footsub {
  border-top: 2px solid #0080cc;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
div.footsub .inner {
  width: 1028px;
  margin: 0 auto;
  padding: 20px 0 30px;
  font-size: 12px;
  overflow: hidden;
}
div.footsub ul {
	margin-bottom: 16px;
}
div.footsub ul li {
  display: inline-block;
  padding: 1px 9px 1px 11px;
  border-left: 1px solid #0080cc;
  line-height: 1;
}
div.footsub ul li:first-child {
  border: none;
  padding-left: 0;
}
div.footsub ul li a {
  color: #0080cc !important;
  text-decoration: none;
  font-size:11px;
}
div.footsub ul li a:hover {
  text-decoration: underline;
}
div.footsub p {
  float: right;
  margin-right: 28px;
}
div.footsub p.copyright {
	color:#666;
}

/* button
---------------------------------------------*/
.c-btn-arrow01 {
  color: #FFF !important;
  box-sizing: border-box;
  background-color: #b21a2a;
  display: inline-block;
  min-width: 560px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 10px;
  transition: 0.3s;
  padding: 10px 20px;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.c-btn-arrow01 span {
  content: "";
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.c-btn-arrow01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  margin-left: 15px;
}

/* area
---------------------------------------------*/
.c-btn-area01 {
  padding-top: 35px;
  padding-bottom: 60px;
  text-align: center;
}

/* padding
---------------------------------------------*/
.u-pl05per { padding-left: 5% !important; }
.u-pr05per { padding-right: 5% !important; }
