@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	min-width:320px;
}

#ie{
    width:100%;
    padding:30px 0;
    background-color:#FFF7E1;
    color:#333;
    text-align:center;
}
 
#ie p{
    font-size:18px;
    font-weight:bold;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

#current {
	background:#c11e16;
	background: linear-gradient(#db817c, #9f2f2a);
	background: -moz-linear-gradient(top, #db817c, #9f2f2a);
	background: -webkit-gradient(linear, left top, left bottom, from(#db817c), to(#9f2f2a));
	background: -o-linear-gradient(top, #db817c, #9f2f2a);
}

#crntSide {
	background-color:#ffd7d6;
}

.red {
	color:#941711;	
}


/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
}
/*logoの設定*/
header h1 {
	margin:0 auto;
	padding:15px 5px 7px 5px;
	width:90%;
}
header h1 img {
	width:100%;
	max-width:400px;
}
/*s_navの設定*/
header {
	/*#s_navのセンタリングに必要*/
	position:relative;
	overflow:hidden;
}
header ul#s_nav {
	margin-bottom:15px;
	/*#s_navのセンタリングに必要*/
	position:relative;
	left:50%;
	float:left;
}
header ul#s_nav li {
	float:left;
	/*#s_navのセンタリングに必要*/
	position:relative;
	left: -50%;
}
header ul#s_nav li a {
	display:block;
	font-size:0.9em;
	margin-right:20px;
	padding-left:20px;
}
header ul#s_nav li a img {
	width:15px;
	height:auto;
}

header ul#s_nav li.contact a {
	background:url(../images/icn_contact.jpg) no-repeat left center;
}
header ul#s_nav li.news a {
	background:url(../images/icn_news.jpg) no-repeat left center;
}
header ul#s_nav li.sitemap a {
	background:url(../images/icn_sitemap.jpg) no-repeat left center;	
}
/*topImageの設定*/
header p {
	width:100%;
}
header p img {
	width:100%;
	height:auto;
	max-width:960px;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
/*nav ul {
 	margin: 0 auto;
	width:100%;
}

nav ul li {
	background: #941711;
	background: linear-gradient(#b04943, #941711);
	background: -moz-linear-gradient(top, #b04943, #941711);
	background: -webkit-gradient(linear, left top, left bottom, from(#b04943), to(#941711));
	background: -o-linear-gradient(top, #b04943, #941711);
	text-align: center;
	float: left;
	width:50%;

	overflow:hidden;
}

nav ul li:hover {
	background:#c71f17;
	background: linear-gradient(#bf5852, #9d272c);
	background: -moz-linear-gradient(top, #bf5852, #9d272c);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf5852), to(#9d272c));
	background: -o-linear-gradient(top, #bf5852, #9d272c);
}
*/
/*css3 liの偶数指定*/
/*nav ul li:nth-child(odd) {
	width: 49.7%;
}
nav ul li a{
	color:#FFF;
	line-height:46px;
	height:46px;
	display: block;
	width: 100%;
}

nav ul li a img {
	width:15px;
	height:auto;
}

nav ul li a:hover {
	text-decoration:none;
	color:#FFF;	
}*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: #941711;
	background: linear-gradient(#b04943, #941711);
	background: -moz-linear-gradient(top, #b04943, #941711);
	background: -webkit-gradient(linear, left top, left bottom, from(#b04943), to(#941711));
	background: -o-linear-gradient(top, #b04943, #941711);
	box-shadow: 0 2px 3px #666;
	-moz-box-shadow: 0 2px 3px #666;
	-webkit-box-shadow: 0 2px 3px #666;
}


/* mod_nav
-----------------------------------------*/
nav	{
	float: left;
	width: 100%;
	margin:20px 0 20px 0;
}
.mod_nav{
	height:45px;
	background-color:#f8689e;
}
.mod_nav p.navtitle{
	display:none;
}
.mod_nav ul{
	margin:0 auto;
	width:880px;
}
.mod_nav ul li{
	float:left;
	line-height:45px;
	text-align:center;
	padding:0 20px 0 20px;
}

.mod_nav ul li a{
	display:block;
	color:#FFF;
}
.mod_nav ul li.current a{
	font-weight:bold;
}
.mod_nav ul li a:link    {color:#FFF; text-decoration:none;}
.mod_nav ul li a:visited {color:#FFF; text-decoration:none;}
.mod_nav ul li a:hover   {color:#FFF; text-decoration:none; background-color:#fca6c6;}
.mod_nav ul li a:active  {color:#FFF; text-decoration:none; background-color:#fca6c6;}

@media screen and (max-width:600px){
nav	{
	float: left;
	width: 100%;
	margin-bottom:0px;
}
.mod_nav{height:auto;}
.mod_nav p.navtitle{
	cursor:pointer;
	display:block;
	line-height:45px;
	color:#FFF;
	padding:0 0 0 50px;
	font-size:110%;
	font-weight:bold;
	background:transparent url('../images/bg_menu.jpg') no-repeat 9px 9px;
}
.mod_nav ul{width:100%; display:none;}
.mod_nav ul li{float:none;}
.mod_nav ul li{
	width:99%;
	padding:0 0% 0 1%;
	text-align:left;
	background-color:#fa88b3;
	border-bottom:solid 1px #f56b9f;
}
.mod_nav ul li a{}

}



/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents section#mainconts p {
	font-size:0.9em;
	text-align:left;
	line-height:1.6em;
}
/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2 {
  margin: 0 0 15px 5px;
  font-size:1.1em;
  line-height:1.5em;
}

div#contents section#work p {
	margin:0 7px;
	padding:0 0 10px;
	font-size:0.9em;
	line-height:1.6em;
	border-bottom:#000 double 1px;
}

div#contents section#work article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}


div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> WORKのスタイル
===========================================*/
div#contents section#mainconts {
  text-align: left;
  border:#CDCDCD 7px solid;
  padding:10px 10px;
  margin:0 0 20px 0;
}

div#contents section#mainconts p img {
	margin:10px 0;
	width:100%;
	height:auto;
}

/*==========================================
 コンテンツエリア -> MAINCONTENTSのスタイル
===========================================*/
div#contents section#mainconts h2#xlsConts {
  text-align: left;
  font-size:1.4em;
  line-height:1.3em;
  color:#118541;
  margin:0 0 10px 0;
  padding:0 0 5px 0;
  border-bottom:#118541 2px solid;
}

div#contents section#mainconts h2#xlsConts img {
	max-width: 47px;
	height: auto;	
}

div#contents section#mainconts h2#acsConts {
  text-align: left;
  font-size:1.4em;
  line-height:1.3em;
  color:#9D2E80;
  margin:0 0 10px 0;
  padding:0 0 5px 0;
  border-bottom:#9D2E80 2px solid;
}

div#contents section#mainconts h2#acsConts img {
	max-width: 47px;
	height: auto;	
}

div#contents section#mainconts h2#stmConts {
  text-align: left;
  font-size:1.4em;
  line-height:1.3em;
  color:#941711;
  margin:0 0 10px 0;
  padding:0 0 5px 0;
  border-bottom:#941711 2px solid;
}

div#contents section#mainconts p.stmAtn img {
	width:25px;
	height:auto;
}

p.xlsPct1 {
	margin:0;
	padding:0;		
}
p.xlsPct1 img {
	/*max-width: 286px;*/
	
	max-width: 600px;
	width:100%;
	height: auto;
}

div.xlsPct2 {
	margin:-110px 0;
	padding:0;
	text-align:center;
}
div.xlsPct2 img {
	transform: rotate(90deg);  
    -webkit-transform: rotate(90deg);  
    -moz-transform: rotate(90deg); 
	max-width: 40px;
	width:47%;
	height: auto;

}

div#contents section#mainconts h3.xlsScd {
	background-color:#1C7B3D;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.4em;
	color:#FFF;
	margin:10px 0 0;
	padding:10px;
}

div#contents section#mainconts h4.xlsDtl1 {
	margin:20px 0 10px 0;
	background:url(../images/dbsc_xls_dot1.gif) no-repeat left top;
	padding:0 0 0 20px;
	color: #1C7B3D;
	font-size:1.0em;
	font-weight:bold;	
	line-height:1.4em;
}

div#contents section#mainconts h4.acsDtl1 {
	margin:20px 0 10px 0;
	background:url(../images/dbsc_acs_dot1.gif) no-repeat left top;
	padding:0 0 0 20px;
	color: #9D2E80;
	font-size:1.0em;
	font-weight:bold;	
	line-height:1.4em;
}

div#contents section#mainconts h3.acsScd {
	background-color:#9D2E80;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.4em;
	color:#FFF;
	margin:10px 0 0;
	padding:10px;
}

div#contents section#mainconts dl.xlsDtl {
	margin:0;
	padding:0;	
}

div#contents section#mainconts dl.xlsDtl dt {
	font-weight:bold;
	font-size:0.9em;
	margin:0 0 5px 0;
	padding:5px 0 3px 7px;
	/*border-bottom:#1C7B3D 1px solid;*/
}

div#contents section#mainconts dl.xlsDtl dd {
	margin:0 0 5px 10px;
	padding:0 0 0 20px;
	font-size:0.9em;
	background:url(../images/dbsc_xls_dot1.gif) no-repeat left top;
	background-size:10px 20px;
	line-height:1.4em;
}

div#contents section#mainconts dl.acsDtl {
	margin:0;
	padding:0;	
}

div#contents section#mainconts dl.acsDtl dt {
	font-weight:bold;
	font-size:0.9em;
	margin:0 0 5px 0;
	padding:5px 0 3px 7px;
	/*border-bottom:#9D2E80 1px solid;*/
}

div#contents section#mainconts dl.acsDtl dd {
	margin:0 0 5px 10px;
	padding:0 0 0 15px;
	font-size:0.9em;
	background:url(../images/dbsc_acs_dot1.gif) no-repeat left top;
	background-size:10px 20px;
	line-height:1.4em;
}

div#contents section#mainconts dl.xlsPct3 {
	margin:10px 0 0 0;
	padding:0;		
}

div#contents section#mainconts dl.xlsPct3 dt {
	margin:0 0 10px 10px;
	padding:0;
	font-size:0.9em;	
}

div#contents section#mainconts dl.xlsPct3 dd {
	margin:0 0 15px 0;
	padding:0;		
}

div#contents section#mainconts dl.xlsPct3 dd img {
	max-width: 522px;
	height: auto;
	width: 100%;
}

div#contents section#mainconts dl.acsPct3 {
	margin:10px 0 0;
	padding:0;		
}

div#contents section#mainconts dl.acsPct3 dt {
	margin:0 0 10px 10px;
	padding:0;
	font-size:0.9em;
	color:#9D2E80;		
}

div#contents section#mainconts dl.acsPct3 dd {
	margin:0 0 15px 0;
	padding:0;
	font-size:0.9em;	
}

div#contents section#mainconts dl.acsPct3 dd img {
	max-width: 521px;
	height: auto;
	width: 100%;
}

div#contents section#mainconts cntDtl {
	margin:0;
	padding:0;		
}


video {
	width:100%;
	margin:0;
	padding:0;
}

video p {
	width:100%;
	margin:0;
	padding:0;
}

.xlsGazo {
	clear:both;
	margin:20px 0 0 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

.xlsEachcnt,.acsEachcnt {
	clear:both;
	margin:20px 0 0 0;
	padding:0;
}

.acsEachcnt blockquote {
	margin:0;
	padding:5px;
	/*background-color:#ffe7e6;*/
	background-color:#E8FFFE;
	font-size:0.8em;
	line-height:1.5em;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
}

.acsEachcnt p.dtl1P,.xlsEachcnt p.dtl1P {
	margin:0;
	padding:0;
	font-size:1.2em;
}

p.yajirushi {
	margin:20px 0 0;
	padding:0;
}

p.yajirushi img {
	width:100%;
	height:auto;	
}

#stmMain {
	width:100%;
}


ul#stmList {
	margin:20px 0 0 0;
	padding:0;
	font-size:0.9em;
}

ul#stmList a {
	text-decoration:underline;
}

ul#stmList li {
	margin:0 0 15px 0;
	padding:0 0 0 20px;
	line-height:1.4em;
}

ul#stmList li:first-child {
	background:url(../images/lst_yajirushi.gif) no-repeat left center;	
}

ul#stmList li li {
	background:url(../images/lst_yajirushi.gif) no-repeat left center;
	/*margin:0 0 0 15px;*/
	margin-left:15%
	padding:10px 0 10px 20px;
}

ul#stmList li li img {
	width:15px;
	height:auto;	
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 サイドメニューのスタイル
===========================================*/

div#sideMnw {
	width:95%;
	margin:0 auto;
	padding:0;
}

div#sideMnw ul#sideNv {
	margin:0 auto;
	padding:0;
	width:100%;
}

div#sideMnw ul#sideNv li {
	float:left;
	margin:0 0 10px 0;
	padding:0;
	width:47.7%;
	height:48px;
	border:#941711 1px solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}

div#sideMnw ul#sideNv li:hover {
	background-color:#ffd7d6;	
}

div#sideMnw ul#sideNv li:first-child,
div#sideMnw ul#sideNv li:nth-last-child(2)
 {
	letter-spacing:-0.1em;
}

div#sideMnw ul#sideNv li:nth-child(odd) {
	margin-right:10px;
}

div#sideMnw ul#sideNv li a {
	font-size:0.9em;
	display: block;
	text-decoration: none;
	padding: 7px 7px 7px 10px;
	/*height:48px;
	line-height:48px;*/
}

div#sideMnw ul#sideNv li a span {
	display: inline-block;
	margin:0;
	padding: 0 0 0 7px;
	border-left:#941711 5px solid;
	line-height:35px;
}

div#sideMnw ul#sideNv li a img {
	width:15px;
	height:auto;
}

div#sideMnw ul#dbBner {
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

div#sideMnw ul#dbBner li {
	margin:0 0 10px 0;
	padding:0;
}

div#sideMnw ul#dbBner li img {
	width:100%;
	/*max-width:px;
	height:auto;*/
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
	margin:20px 0 0 0;
	padding:10px 0;
	/*background: -moz-linear-gradient(top,rgba(100,100,100,1) 0%,rgba(20,20,20,1));
	background: -webkit-gradient(linear, left top, left bottom,from(rgba(255,255,255,1)),to(rgba(200,200,200,1)));*/
	background-color:#666;
}
footer div#ftMtm {
	margin: 20px auto 0;
	/*width:97%;*/
}

footer dl#ftJusho {
	margin:0 5px 10px;
	padding:0 0 5px 0;
	font-size:0.85em;
	color:#FFF;
	line-height:1.6em;
	border-bottom:#FFF 1px solid;
}

footer dl#ftJusho dt {
	margin:0;
	padding:0;
	font-weight:bold;
}

footer dl#ftJusho dd {
	margin:0 0 0 5px;
	padding:0;
}

footer div p {
	margin:0 5px 10px;
	padding:0 5px;
	font-size: 0.9em;
	line-height: 1.6em;
	color:#FFF;
	border-bottom:#FFF 1px solid;
}

footer div p a{
	color:#FFF;	
}

footer div p a:hover{
	color:#FFF;	
}

footer small {
	clear:both;
	text-align:center;
	margin:20px auto 0;
	padding:0;
	color:#FFF;
	font-size: 0.6em;
}

footer div div#cmpnyInfo img,
footer div div#otherLink img
 {
	width:15px;
	height:auto;	
}


/* タブレット向けのレイアウトの指定：480px～768px */
@media only screen and (min-width: 481px) {
/*logoの設定*/
header h1 {
	text-align:left;
	padding:15px 5px 7px 5px;
	width:280px;
	float:left;
}
header h1 img {
	width:100%;
}
header {
	/*#s_navのセンタリングの解除*/
	position:static;
	overflow:visible;
}
header ul#s_nav {
	float:right;
	margin-top:0;
	/*#s_navのセンタリングの解除*/
	position:static;
}
header ul#s_nav li {
	float:left;
	/*#s_navのセンタリングの解除*/
	position:static;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
/*  nav {
	clear:both;
    text-align: center;
    margin: 0 auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 33.3%;
  }
  
  nav ul li:nth-child(odd) {
    width: 33.3%;
  }
  nav ul li a{
    display: block;
  }*/
  
  div#contents section#work article {
    width: 33%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  
  div#contents section#mainconts p {
	/*width:100%;*/
	font-size:0.85em;
	text-align:left;
	line-height:1.6em;
}

div#contents section#mainconts .cntDtl {
	width:45.2%;
	margin:0;
	padding:0;
	float:left;		
}

p.xlsPct1 {
	margin:0;
	padding:0;		
}

p.xlsPct1 img {
	/*max-width: 286px;*/	
	max-width: 600px;
	width:100%;
	height: auto;
}

div.xlsPct2 {
	margin:0;
	padding:100px 10px 0;
	float:left;
}

div.xlsPct2 img {
	max-width: 20px;
	width:100%;
	height: 200px;
	margin:0;
	padding:0;
	transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg); 
	float:left;
}

/*==========================================
 サイドメニューのスタイル
===========================================*/

div#sideMnw ul#dbBner {
	clear:both;
	margin:30px auto 0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

div#sideMnw ul#dbBner li {
	float:left;
	margin:0 0 10px 0;
	padding:0;	
	width:48.5%;	
}

div#sideMnw ul#sideNv li:first-child,
div#sideMnw ul#sideNv li:nth-last-child(2) {
	letter-spacing:normal;
}

div#sideMnw ul#dbBner li:nth-child(odd) {
	margin-right:10px;
}


div#sideMnw ul#dbBner li img {
	width:100%;
}

}


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～960px */
@media only screen and (min-width: 768px) {
/*logoの設定*/
header h1 {
	text-align:left;
	padding:15px 5px 7px 5px;
	width:280px;
	float:left;
}
header h1 img {
	width:100%;
}
header {
	/*#s_navのセンタリングの解除*/
	position:static;
	overflow:visible;
}
header ul#s_nav {
	float:right;
	margin-top:0;
	/*#s_navのセンタリングの解除*/
	position:static;
}
header ul#s_nav li {
	float:left;
	/*#s_navのセンタリングの解除*/
	position:static;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
  /*nav {
    text-align: center;
    margin: 0 auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 16.6%;
  }
  
  nav ul li:nth-child(odd) {
    width: 16.6%;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }*/
    div#contents section#work article {
    width: 33%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }

div#contents section#mainconts dl.xlsPct3 {
	float:left;
	margin:10px 20px 0 0;
	padding:0;
	width:30%;	
}

div#contents section#mainconts dl.xlsPct3 dt {
	margin:0 0 10px 10px;
	padding:0;
	font-size:0.9em;	
}

div#contents section#mainconts dl.xlsPct3 dd {
	margin:0 0 15px 0;
	padding:0;		
}

div#contents section#mainconts dl.xlsPct3 dd img {
	width:100%;
	height: auto;
	max-width: 250px;
	border:#333 solid 1px;
}

/*==========================================
 サイドメニューのスタイル
===========================================*/
div#sideMnw ul#sideNv li {
	float:left;
	margin:0 10px 5px 0;
	padding:0;
	width:30%;
	height:48px;
	border:#941711 1px solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#sideMnw ul#sideNv li a {
	font-size:0.9em;
	display: block;
	text-decoration: none;
	padding: 7px 7px 7px 10px;
}

div#sideMnw ul#sideNv li a span {
	display: inline-block;
	margin:0;
	padding: 0 0 0 7px;
	border-left:#941711 5px solid;
	line-height:35px;
}

div#sideMnw ul#dbBner {
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

div#sideMnw ul#dbBner li {
	float:left;
	margin:20px 10px 10px 0;
	padding:0;
	width:30.5%;
}

div#sideMnw ul#dbBner li img {
	width:100%;
}


/*==========================================
 コンテンツエリア -> MAINCONTENTSのスタイル
===========================================*/
.acsEachcnt p.dtl1P,.xlsEachcnt p.dtl1P {
	margin:0 0 0 15px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
	clear:both;
	text-align:center;
}

footer div {
	text-align:left;
	width:100%;
	margin:10px auto 20px;
	padding:0;
	overflow:hidden;
	zoom:1;	
}

footer div div#cmpnyInfo {
	float:left;
	margin:0;
	padding:0 10px 0;
	width:33%;
	font-size:1.0em;
	color:#FFF;
}

footer div div#cmpnyBranch {
	margin:0;
	padding:0 10px 0;
	float:left;
	width:42%;
	font-size:0.85em;
	color:#FFF;
	border-left:#FFF 1px solid;	
	border-right:#FFF 1px solid;	
}

footer div div#otherLink {
	margin:0;
	padding:0 0 0 10px;
	float:left;
	width:15%;
	font-size:0.85em;
	color:#FFF;	
}

footer dl#ftJusho {
	margin:0 5px 10px;
	padding:0 0 5px 0;
	font-size:0.85em;
	color:#FFF;
	line-height:1.6em;
	border-bottom:#FFF 1px solid;
}

footer dl#ftJusho {
	border-bottom:none;	
}

footer dl#ftJusho dt {
	margin:0;
	padding:0;
	font-weight:bold;
}

footer dl#ftJusho dd {
	margin:0 0 0 5px;
	padding:0;
}

footer div p {
	margin:0 5px 10px;
	padding:0 5px;
	font-size: 0.9em;
	line-height: 1.6em;
	color:#FFF;
	border-bottom:#FFF 1px solid;
}

footer div p {
	border-bottom:none;	
}

footer small {
	clear:both;
	font-size: 0.6em;
	text-align:center;
	margin:20px auto 0;
	padding:0;
	color:#FFF;
}

}

/* PC向けレイアウトの指定：960px以上では固定レイアウト */
@media only screen and (min-width: 960px) {
/* header */
header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
header h1 {
	
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

  div#contents {
    max-width: 960px;
    margin: 0 auto;
  }
  div#contents section#work article {
    width: 20%;
  }
  div#contents section#work article h3 {
    line-height: 2.2em;
  }
  
  div#contents div#mainMnw {
	float:right;
    width: 72%; 
  }

  footer {
    text-align: center;
  }
  
/*==========================================
 サイドメニューのスタイル
===========================================*/
div#sideMnw {
	margin:0;
	padding:0;
	float:left;
	width:240px;
}

div#sideMnw ul#sideNv {
	margin:0;
	padding:0;
}

div#sideMnw ul#sideNv li {
	display: block;
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	height:48px;
	border:#941711 1px solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#sideMnw ul#sideNv li a {
	font-size:1.0em;
	display: block;
	text-decoration: none;
	padding: 4px 7px 0 8px;
	height:48px;
	line-height:0px;
}

div#sideMnw ul#sideNv li a span {
	display: inline-block;
	margin:2px 0 0 0;
	/*padding: 5px 0 0 7px;*/
	padding:-2px 0;
	border-left:#941711 5px solid;
}


div#sideMnw ul#dbBner {
	margin:30px 0 0 0;
	padding:0;
}

div#sideMnw ul#dbBner li {
	margin:0 0 10px 0;
	padding:0;	
	width:100%;	
}

div#sideMnw ul#dbBner li img {
	width:100%;
	max-width:240px;
}

/*==========================================
 フッターのスタイル
===========================================*/

footer div {
	width:960px;
}
