@charset "utf-8";

/* ---------- reset ---------- */
body,
div,
section,article,
header,footer,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
   margin: 0px; 
   padding: 0px; 
}

table {
   border-collapse: collapse;
   border-spacing: 0px; 
}

fieldset,img {
   border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style: normal;
   font-weight: normal;
}

ol,ul {
   list-style: none;
}

caption,th {
   text-align: left;
}

h1,h2,h3,h4,h5,h6 {
   font-size: 100%;
   font-weight: normal;
}

q:before,
q:after {
   content:'';
}
a {
  text-decoration: none;
  color: #000000;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
img a {
  border: none;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}
a:hover {
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}


/* --------------- style --------------- */
body{
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  padding:0;
  margin:0;
	color: #333333;
}
#container {
	width: 100%;
}


/* --------------- header --------------- */
#header {
	background:#ffffff;
	width: 100%;
	height: 80px;
	border-bottom: solid 5px #c60635;
	/* position: fixed;
	top: 0;
	z-index: 999; */
}
#header_in {
	width: 955px;
	height: 70px;
	margin: 0 auto;
	padding: 14px 20px 0 0;
	position: relative;
}
#header h1#logo {
	float: left;
	padding-top: 12px;
}

#header_r {
  position: absolute;
	right: 20px;
  bottom: 0;
	text-align: right;
}

#header_top ul {
	text-align: right;
}
#header_top li {
	/* float: left; */
	display: inline;
	margin-left: 3px;
}


/* --------------- gnav --------------- */
#btn_menu {
	display: none;
}
#gnav {
}
#gnav ul {
	margin: 0 auto;
	text-align: right;
}
#gnav li {
	/* float: left; */
	display: inline;
	margin-left: 3px;
}
#gnav li:first-child {
	margin-left: 0;
}
/*for IE6 */
* html #gnav li{
display: inline;
zoom: 1;
}/*for IE7 */
*:first-child+html #gnav li{
display: inline;
zoom: 1;
}


/* --------------- container --------------- */
#container {
	background: #f3f3f3;
	padding-top: 20px;
}

/* --------------- wrapper --------------- */
#wrapper {
	width: 975px;
	margin: 0 auto;
}
#wrapper .clmn {
	padding: 0 0 3%;
}

/* --------------- contents --------------- */
#contents {
	width: 755px;
	float: right;
	padding-bottom: 80px;
}

/* ---------- clmn_box ---------- */
.clmn_box {
	width: 720px;
	margin: 0 auto 15px;
}
.shadow_b_top {
	/*
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_b_bg_top.gif) no-repeat top left;
	*/
	background: url(/company/lib/images/1802/business/common/clmn_b_bg_top.png) no-repeat top left;
	padding-top: 10px;
	position: relative;
	width: 720px;
	margin: 0 auto;
}
.shadow_b_btm {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_b_bg_btm.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
.shadow_b {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_b_bg.gif) repeat-y;
	padding: 14px 5px 30px;
}

/* ---------- pan ---------- */
#pan {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 20px;
	font-size: 10px;
	border-bottom: solid 1px #cf2651;	
	width: 715px;
}
/*
.pan01 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/pan_bg01.gif) no-repeat top left;
}
.pan02 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/pan_bg02.gif) no-repeat top left;
}
*/
#pan ul li:first-child a {
	background-image: url(../../company/lib/images/1802/business/common/icon_home.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	background-position: center center;
	background-size: cover;
	display: inline-block;
}

#pan ul li:first-child a img {
	display: none;
}


#pan ul li {
	float: left;
	margin: 3px 8px;
}

#pan ul li:before {
    content: ">";
    display: inline-block;
    margin-right: 13px;
    color: #333333;
}

#pan ul li:first-child:before {
    content: "";
	margin-right: 0;
}

#pan ul li a,
#pan ul li.pan2,
#pan ul li.pan2 a {
	color: #333333;
	display: inline-block;
	/*width: 45px;*/
}


#ttl_box {
	height: 35px;
	border-bottom: solid 4px #cf2651;
	font-size: 22px;
	margin-bottom: 35px;
	padding: 35px 0 35px 40px;
}


#page_top {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 5%;
	right: 5%;
	z-index: 999;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}


/* --------------- side --------------- */
#side {
	width: 219px;
	float: left;
}
#side .shadow_s_top {
	margin-bottom: 30px;
	margin-left: -8px;
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg_top.gif) no-repeat top left;
	padding-top: 15px;
}
#side .shadow_s_btm {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg_btm.gif) no-repeat bottom left;
	padding-bottom: 15px;
}
#side .shadow_s {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_bg.gif) repeat-y;
	  padding: 0 3px 0 5px;
	height: 400px;
}
#side .shadow_s_top ul {
	margin: 20px 0 0 18px;
}
#side .shadow_s_top ul li {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_list.gif) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}
#side .shadow_s_top h3 {
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px;
	height: 24px;
	line-height: 24px;
}
#side #category01 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon01.gif) no-repeat 60px center;
	padding: 0 0 0 40px;
}
#side #category02 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon02.gif) no-repeat 60px center;
	padding: 0 0 0 30px;
}
#side #category03 h3 {
	background: url(//sslimg.shimamura.gr.jp/group_data/images/clmn_icon03.gif) no-repeat 60px center;
	padding: 0 0 0 40px;
}

#side ul#shop {
	font-size: 12px;
	margin-bottom: 25px;
}
#side ul#shop li {
	padding: 10px;
	border-bottom: solid 1px #dcdcda;
}
#side ul#shop li:first-child {
	border-top: solid 1px #dcdcda;
}
#side ul#shop li a {
	display: block;
}
#side ul#shop li img {
	width: 46px;
	float: left;
	margin-right: 15px;
}

#bnr_box {
	margin-bottom: 100px;
}


/* --------------- footer --------------- */
#footer {
	width: 100%;
	background: #333333;
	font-size: 12px;
}
#footer a {
	color: #ffffff;
}
#totop {
	width: 955px;
	margin: 0 auto;
	position: relative;
}
#totop img {
	position: absolute;
	top: -20px;
	right: 20px;
}
#footer_in {
	position: relative;
}

#foot_nav {
	height: 55px;
	border-bottom: solid 1px #2a2a2a;
}
#foot_nav ul {
	width: 955px;
	margin: 0 auto;
	padding: 20px 20px 0 0;
}
#foot_nav li {
	display: inline;
	margin-right: 20px;
	background: url(//sslimg.shimamura.gr.jp/group_data/images/foot_list.gif) no-repeat left center;
	padding-left: 10px;
}

#foot_menu {
	border-top: solid 1px #535353;
}
#foot_menu_in {
	width: 955px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 20px 0 0;
}
#foot_menu_in ul {
	float: left;
}
#foot_menu li {
	display: inline;
	margin-right: 20px;
}

address {
	float: right;
	color: #9e9e9e;
}


.arign_r {
	text-align: right;
}


/* --------------- clearfix --------------- */
.clearfix:after {
	clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}




