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


.pc{ display: block!important;}
.pc_inline{ display: inline-block!important;}
.sp{ display: none!important;}

/*/////////////////////////////////////////////////////////////////////////////////////////////

	Default

/////////////////////////////////////////////////////////////////////////////////////////////*/

body{
	background: #fff;
	color:#3d3d3d;
	font-size:16px;
	line-height:1.8;
	letter-spacing:0.05em;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}

a:hover img {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
a {
	color: #262163;
	text-decoration: none;
}
a:hover {
	color: #262163;
	text-decoration:underline;
}

/*Header
-----------------------------------------------------------*/

#HeadWrapper {
	width:100%;
	border-bottom:#f0f0f0 1px solid;
	background:#fff;
	z-index:100;
}
#Header {
	width:980px;
	margin:0 auto;
	position:relative;
}
#Header h1 {
	font-size:13px;
	padding:15px 0;
	/*margin:15px 0;*/
}
#Header .Phone {
	position:absolute;
	right:0;
	top:15px;
}

/*#Navi*/
#Navi {
	height:45px;
}
#Navi li {
	font-size:14px;
	line-height:45px;
	letter-spacing:0.02em;
	position:relative;
	float:left;
	padding-left:12px;
	display:inline;
	margin-right:35px;
	font-weight:bold;
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
}
#Navi li.end {
	font-size:14px;
	line-height:45px;
	letter-spacing:0.02em;
	float:left;
	padding-left:12px;
	display:inline;
	margin-right:0;
	font-weight:bold;
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
}
#Navi li a {
	color:#000;
	display:block;
}
#Navi li a:hover {
	color:#666;
	text-decoration:none;
}
#Navi li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #f8f9fc;
    -webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	z-index:1000;
	behavior: url(PIE.htc);
}
#Navi li ul.w155 {
  width: 155px;
  _width: 155px;/*IE6*/
  *width: 155px;/*IE7*/
}
#Navi li ul.w255 {
  width: 255px;
  _width: 255px;/*IE6*/
  *width: 255px;/*IE7*/
}
#Navi li ul.w130 {
  width: 130px;
  _width: 130px;/*IE6*/
  *width: 130px;/*IE7*/
}
/*#Navi li:last-child ul{
  left: -100%;
  width: 100%
}*/
#Navi li ul li{
  overflow: hidden;
  width:100%;
  background:none;
  line-height:30px;
  height: 0;
  padding-left:0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#Navi li ul li a{
  padding: 0px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color:#000;
}
#Navi li:hover ul li{
  overflow: visible;
  height: 30px;
  border-bottom: 1px solid #e0e0e0;
}
#Navi li:hover ul li:last-child{
  border-bottom: 0;
}
/*#Navi end*/

#CorporateNameBlock {
	width:100%;
	background:#fff;
	z-index:0;
}
#CorporateName {
	width:980px;
	height:70px;
	padding-top:15px;
	margin:0 auto;
	position:relative;
}
#CorporateName .Company {
	margin-top:12px;
}
#CorporateName .Address {
	position:absolute;
	top:45px;
	right:0px;
	font-size:12px;
	color:#000;
	letter-spacing:0.01em;
	line-height:1.5;
	text-align:right;
}
#CorporateName .Mark {
	position:absolute;
	display:block;
	top:18px;
	right:-3px;
	font-size:12px;
	color:#000;
	letter-spacing:0.01em;
	line-height:26px;
}
#CorporateName .Mark img {
	margin-left:5px;
	margin-top:-1px;
}




/*NewItemBnr
-----------------------------------------------------------*/
.NewItemBnr {
	position:absolute;
	top:220px;
	right:10%;
}
.NewItemBnr01 {
	position:absolute;
	top:242px;
	right:10%;
}
.NewItemBnr02 {
	position:absolute;
	top:372px;
	right:10%;
}


/*Content
-----------------------------------------------------------*/
.WhiteGroung {
	background:#fff;
	padding:50px;
}
.GrayGroung {
	background:#f4f4f4;
	padding:50px;
}
.GrayLineGroung {
	border-top:#e0e0e0 solid 1px;
	background:#fff;
	padding:50px;
}
.BlueGroung {
	background:#82badb;
	padding:50px;
}

.Content {
	width:940px;
	margin:0 auto;
}
.TxT-Left {
	text-align:left;
}
.TxT-Center {
	text-align:center;
}

.GrayTitle {
	font-size:42px;
	color:#929292;
}
.BlTitle {
	font-size:36px;
	color:#000;
	text-shadow: 1px 1px 1px #fff; /*CSS3*/
	-moz-text-shadow: 1px 1px 1px #fff; /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1px #fff; /* Google Chrome, Safari用*/
	behavior: url(PIE.htc);
}
.BlTitleS {
	font-size:30px;
	color:#000;
	text-shadow: 1px 1px 1px #fff; /*CSS3*/
	-moz-text-shadow: 1px 1px 1px #fff; /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1px #fff; /* Google Chrome, Safari用*/
	behavior: url(PIE.htc);
}
.BlTitleSLine {
	font-size:30px;
	color:#000;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom:16px;
	text-shadow: 1px 1px 1px #fff; /*CSS3*/
	-moz-text-shadow: 1px 1px 1px #fff; /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1px #fff; /* Google Chrome, Safari用*/
	behavior: url(PIE.htc);
}
.WhTitle {
	font-size:42px;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000; /*CSS3*/
	-moz-text-shadow: 1px 1px 1px #000; /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1px #000; /* Google Chrome, Safari用*/
	behavior: url(PIE.htc);
}
.WhTitle a {
	color:#fff;
}
.WhTitle a:hover {
	color:#edf1f6;
	text-decoration:none;
}

.QuarterBox {
	float:left;
	width:220px;
	display:block;
	text-align:justify;
}
.QuarterBox dl {
	color:#333;
	font-size:20px;
	letter-spacing:0;
}
.QuarterBox dt {
	font-size:13px;
	letter-spacing:0em;
}
.QuarterBox dt a {
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
	padding-left:12px;
}

/*トップページ*/

#TopicNavi li {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	/*font-weight:bold;*/
	background:url(../img/common/icon_navi_arrow_green.gif) no-repeat left center;
	width:221px;
	float:left;
	display:inline;
}
#TopicNavi li a {
	color:#000;
}
#TopicNavi li a:hover {
	color:#666;
	text-decoration:none;
}
#TopicNavi strong {
	font-weight:normal;
}

.GokoInfo {
	margin:60px auto 0px;
	width:700px;
	padding:18px;
	background:#f1f4f6;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.TopBuyBtn {
	font-size:13px;
	margin-top: 10px;
	background-color:#6fbc32;
	width:220px;
	display:block;
	position:relative;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
.TopBuyBtn a {
    position:absolute;
    top:0px;
    left:0;
	right:0;
	margin:auto;
    width:220px;
    height:100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align:center;
  font-weight:bold;
}
.TopBuyBtn a:hover {
    background-color:#fff;
	text-decoration:none;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}


.TopBuyBtn ul {
	font-size:13px;
	line-height:1.5;
	padding:30px 0 5px 10px;
  color:#fff;
}
.TopBuyBtn ul li {
	list-style:inside;
	list-style-type:disc;
}

.TopBuyBtnBlue {
	font-size:13px;
	margin-top: 10px;
	background-color:#6eb1fd;
	width:220px;
	display:block;
	position:relative;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
.TopBuyBtnBlue a {
    position:absolute;
    top:0px;
    left:0;
	right:0;
	margin:auto;
    width:220px;
    height:100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align:center;
  font-weight:bold;
}
.TopBuyBtnBlue a:hover {
    background-color:#fff;
	text-decoration:none;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}


.TopBuyBtnBlue ul {
	font-size:13px;
	line-height:1.5;
	padding:30px 10px 5px 10px;
  color:#fff;
}
.TopBuyBtn ul li {
	list-style:inside;
	list-style-type:disc;
}

.TopSpecialOrder {
	width:750px;
	height:200px;
	margin:0 auto;
	padding-top:1px;
	position:relative;
	background:url(../img/top/bg_special_order.png) top left no-repeat;
}
.SpecialOrderCopy {
	margin:15px 20px 0px 200px;
	color:#333;
	font-size:14px;
	line-height:1.6;
}
.ClientLink a {
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
	padding-left:12px;
}


/*Facebook_Feed
-----------------------------------------------------------*/
.FB_FeedBox {
	width:700px;
	float:left;
	display:block;
}
.FB_FeedBoxAll {
	width:100%;
	display:block;
}
#FeedBox {
	margin-top:50px;
}
#FeedBox .BlogHead {
	font-size:22px;
	text-align:left;
	margin-bottom:12px;
	color:#333;
	border-bottom:#e0e0e0 solid 1px;
}
#feed {
	text-align:left;
	overflow:scroll;
	/*height:200px;*/
	font-size:16px;
}
#feed li {
	margin-bottom:7px;
}
#feed li span {
	color:#666;
	margin-right:20px;
}

/*↓20150519追加*/
#feed dl {
	margin-bottom:10px;
}
#feed dt {
	width:100px;
	float:left;
}
#feed dd {
	float:left;
}

.fb-page {
	width:460px;
	height:500px;
	float:left;
	margin-right:20px;
}
.Inner220 {
	width:220px;
	float:left;
}
/*↑20150519追加*/
.title-border {
  position: relative;
  text-align: center!important;
  font-size: 20px;
  margin-bottom: 20px;
}
.title-border span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #f4f4f4;
  text-align: left;
}
.title-border::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}


/* Back to top button 
---------------------------------------*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index:1000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #636569 url(../img/common/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #9bb3d0;
}

#back-top2 {
	display: none;
}


/*Footer
-----------------------------------------------------------*/
#Footer {
	background:#f4f4f4;
	padding:40px;
	z-index:1000;
	margin-bottom:-5px;
}
#Footer .Inner {
	width:940px;
	margin:0 auto;
	background:#f4f4f4;
}
#Footer #FootNavi {
	width:630px;
	float:left;
	display:block;
	position:relative;
}
#Footer #FootNavi .FootEco {
	position:absolute;
	left:-6px;
	top:70px;
}
#Footer #FootNavi .Navi01 {
	width:160px;
	float:left;
	display:block;
}
#Footer #FootNavi .Navi02 {
	width:260px;
	float:left;
	display:block;
}
#Footer #FootNavi .Navi03 {
	width:200px;
	float:left;
	display:block;
}

#Footer #FootNavi li {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	/*font-weight:bold;*/
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
}
#Footer #FootNavi li.Blank {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	/*font-weight:bold;*/
	background:url(../img/common/icon_navi_blank.gif) no-repeat left center;
}
#Footer #FootNavi li.Indent {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	margin-left:14px;
	font-weight:normal;
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
}
#Footer #FootNavi li a {
	color:#000;
}
#Footer #FootNavi li a:hover {
	color:#666;
	text-decoration:none;
}



#Footer #Information {
	width:292px;
	float:right;
	display:block;
	margin-top:-12px;
	position:relative;
}

#Footer #Information .Contact {
	margin-top:30px;
}
#Footer #Information .Btn_fb {
	position:absolute;
	left: 246px;
	top: 84px;
}


#Footer .Copyright {
	width:940px;
	margin:50px auto 0;
	text-align:center;
	font-size:12px;
	color:#3e4146;
}



/*Table
-----------------------------------------------------------*/
/*Table
-----------------------------------------------------------*/
/*standard*/
table.standard {
	border-collapse:collapse;
	width:100%;
}
table.standard thead th {
	background:#f9f9f9;
	text-align:left;
	border:1px solid #ddd;
	padding:12px;
}
table.standard tbody th {
	background:#edf1f6;
	text-align:left;
	border:1px solid #ddd;
	color:#000;
	padding:12px;
}
table.standard tbody td {
	background:#fff;
	text-align:left;
	border:1px solid #ddd;
	padding:12px;
}
table.standard dl {
	width:100%;
}
table.standard dt {
	float:left;
}
table.standard dd {
	float:left;
}


/*company*/
table.company {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0px 10px;
	font-size:15px;
}
 
table.company td {
    padding: 15px 0 15px 30px;
	text-align:left;
	background:#fff url(../img/corporate/profile_arrow.png) left center no-repeat;
}
 
table.company th {
    vertical-align: middle;
    text-align: left;
    position: relative;
    color: #000;
    font-weight: bold;
	width:220px;
	border-left:1px solid #fff;
	background:#edf1f6;
	padding-left:20px;
}




/*下層ページ共通
-----------------------------------------------------------*/

img.bg {
  /* Set rules to fill background */
  min-width: 1200px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  background-position:top center;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative; 
}



#MainObj {
	padding-top:45px;
	height:310px;
	margin:0 auto;
}
#MainObj220 {
	padding-top:60px;
	height:220px;
	margin:0 auto;
}
#MainObj150 {
	padding-top:60px;
	height:150px;
	margin:0 auto;
}

.PageArrow {
	background:url(../img/common/ancho_arrow.png) top center no-repeat;
	padding-top:15px;
	color:#FFF;
}
.PageArrow a {
	color:#FFF;
	text-shadow: 2px 2px 1px #000; /*CSS3*/
	-moz-text-shadow: 2px 2px 1px #000; /* Firefox用*/
	-webkit-text-shadow: 2px 2px 1px #000; /* Google Chrome, Safari用*/
	behavior: url(PIE.htc);
}
.PageArrow a:hover {
	color:#9bb3d0;
	text-decoration:none;
}


/*Breadcrumb
-----------------------------------------------------------*/
#Breadcrumb {
	border-top:#e0e0e0 solid 1px;
	background:#fff;
}
#Breadcrumb ul {	
	width:980px;
	text-align:left;
	font-size:12px;
	line-height:12px;
	margin:10px auto;
}
#Breadcrumb li a {
	float:left;
	background:url(/img/common/bread_arrow.gif) top right no-repeat;
	padding-right:15px;
	display:inline;
}


/*company*/


/*Corporate
-----------------------------------------------------------*/

dl.History {
}
dl.History dt {
	background:url(../img/corporate/green_round.gif) no-repeat center left;
	width:110px;
	height:80px;
	margin:20px auto 0;
	font-weight:bold;
	color:#fff;
	font-size:17px;
	padding-top:40px;
}

ul.CustomerList li {
	background:url(../img/common/icon_dot_Lblue.png) no-repeat 0 6px;
	width:215px;
	padding-left:20px;
	float:left;
	text-align:left;
	display:inline;
}


/*HowTo
-----------------------------------------------------------*/
#Comment {	
	width:420px;
	margin:0 auto;
}
#Comment li {
	background:url(../img/howto/icon_comment.jpg) 0 3px no-repeat;
	margin-left:50px;
	text-align:left;
	padding-left:28px;
	color:#000;
}

.BackGreenArrow {
	background:url(../img/howto/arrow_green_top.gif) top center no-repeat;
	padding-top:15px;
}
.BackGreen {
	background-color:#6fbc32;
	padding:20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	behavior: url(PIE.htc);
}

.ThirdBox {
	float:left;
	width:270px;
	display:block;
	text-align:justify;
}
.ThirdBox dl {
	color:#333;
	font-size:28px;
	letter-spacing:0;
	text-align:center;
}
.ThirdBox dt {
	font-size:18px;
	letter-spacing:0em;
	text-align:center;
}
.ThirdBox dt a {
	background:url(/img/common/icon_navi_arrow.gif) no-repeat left center;
	padding-left:12px;
}

.ThirdBox280 {
	float:left;
	width:280px;
	display:block;
	background:#fff;
	position:relative;
}
.ThirdBox280 a {
    position:absolute;
    top:0px;
    left:0;
	right:0;
	margin:auto;
    width:100%;
    height:100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ThirdBox280 a:hover {
    background-color:#6cb3d8;
	text-decoration:none;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.External {
	text-align:center;
	margin:30px 0 10px 0;
}
.External img {
	border:1px #eee solid;
    border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */  
}
.External dt {
	margin-top:10px;
	color:#000;
}
.External dd {
	font-size:14px;
	color:#000;
}

.HalfBox {
	float:left;
	width:450px;
	display:block;
	text-align:justify;
}
.Half460Box {
	float:left;
	width:460px;
	display:block;
	text-align:justify;
}
.HalfBox dl {
	color:#333;
	font-size:28px;
	letter-spacing:0;
	text-align:center;
}
.HalfBox dt {
	font-size:18px;
	letter-spacing:0em;
}

dl.HowToFlow {
	background:url(../img/common/ancho_arrow.png) center bottom no-repeat;
	padding-bottom:11px;
	color:#000;
}
dl.HowToFlowEnd {
	background:none;
	padding-bottom:15px;
	color:#000;
}
dl.HowToFlow dt ,
dl.HowToFlowEnd dt {
	margin-bottom:1px;
	text-align:left;
}
dl.HowToFlow dd ,
dl.HowToFlowEnd dd {
	margin-left:32px;
	font-size:13px;
	text-align:left;
	margin-bottom:10px;
}

dl#QandA {	
	margin:0 auto;
	text-align:left;
}
dl#QandA dt.Q {
	background:url(../img/howto/icon_q.gif) 0 3px no-repeat;
	text-align:left;
	padding-left:32px;
	color:#5a9004;
}
dl#QandA dd.A {
	background:url(../img/howto/icon_a.gif) 0 0px no-repeat;
	margin-bottom:10px;
	text-align:left;
	padding-left:32px;
	color:#000;
}
dl#OthersInfo {	
	margin:0 auto;
	margin-top:8px;
}
dl#OthersInfo dt.InTitle {
	background-color:#edf1f6;
	text-align:center;
	color:#000;
}
dl#OthersInfo dd.InCopy {
	background:url(../img/howto/others_info_arrow.gif) top center no-repeat;
	margin-bottom:25px;
	padding-top:10px;
	text-align:left;
	color:#000;
}


/*Howto下層
-----------------------------------------------------------*/
#Description {
	width:100%;
}
.HowtoLeft {
	float:left;
	width:375px;
	display:block;
	text-align:justify;
}
.HowtoRight {
	float:right;
	width:510px;
	display:block;
	text-align:justify;
}



.HowtoAttention {
	background:#fff;
	margin:0 auto 30px;
	padding:6px;
	border:#F00 1px solid;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
.HowtoAttention p {
	color:#F00;
	font-size:18px;
}



/*pressrelease　20150520追加
-----------------------------------------------------------*/
#btn {
	overflow: hidden;
	margin-bottom: 40px;
	background-color:#82badb;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
#btn li {
	float: left;
	margin: 10px;
	cursor: pointer;
	color:#000;
	text-decoration:underline;
}
#btn li:hover {
	color:#006cc7;
}
#btn .active {
	color:#eee;
	text-decoration:none;
}


#animationList {
	overflow: hidden;
}
#animationList dl {
	width: 440px;
	height:210px;
	padding: 10px;
	float: left;
}
#animationList dl span {
	display: block;
	width: 400px;
	height:170px;
	padding: 20px;
	background-color:#f9f9f9;
	text-align:left;
}
#animationList .Box {
	border:1px solid #ccc;
}
#animationList dl dt {
	float:left;
	width:120px;
	margin-right:20px;
	position:relative;
}
#animationList dl dt .Icon {
	position:absolute;
	left:5px;
	bottom:5px;
}
#animationList dl dt .Icon img {
	border:none;
}
#animationList dl dt img {
	border:1px solid #ddd;
}
#animationList dl dd {
	float:left;
	margin-top:-5px;
	color:#000;
}
#animationList dl dd p {
	width:260px;
}
#animationList .BodyCopy {
	font-size:14px;
	text-align:justify;
	width:250px;
	background:#fff;
	padding:5px;
	margin-top:5px;
}


/*Topic
-----------------------------------------------------------*/

#TopicBox {
	width:680px;
	float:left;
	display:block;
	text-align:justify;
}
#TopicBox .TopicHead {
	font-size:22px;
	text-align:left;
	margin-top:30px;
	margin-bottom:12px;
	color:#333;
	border-bottom:#e0e0e0 solid 1px;
}
#TopicBox .BCopy {
	text-align:justify;
}




/*SiteMap
-----------------------------------------------------------*/

#SiteMap {
	width:680px;
	float:left;
	display:block;
	text-align:justify;
}

#SiteMap li.Map {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
	width:316px;
	float:left;
	display:inline;
}
#SiteMap li.Blank {
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	background:url(../img/common/icon_navi_blank.gif) no-repeat left center;
	width:316px;
	float:left;
	display:inline;
}
#SiteMap li a {
	color:#000;
}
#SiteMap li a:hover {
	color:#666;
	text-decoration:none;
}

#SiteMap .TopicHead {
	font-size:22px;
	text-align:left;
	margin-top:30px;
	margin-bottom:12px;
	color:#333;
	border-bottom:#e0e0e0 solid 1px;
}

/*contact*/

/*Contact
-----------------------------------------------------------*/

.inp {
border:0;
padding:10px;
font-size:1.3em;
color:#6b6b6b;
border:solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	behavior: url(PIE.htc);
}
.inp2 {
border:0;
padding:10px;
font-size:1.3em;
color:#6b6b6b;
border:solid 1px #ccc;
width:520px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	behavior: url(PIE.htc);
}
input:focus ,
textarea:focus {
    border:solid 1px #EEA34A;
}


input#submit {
    padding: 15px 40px;
	margin:40px;
    font-size: 1.2em;
    background-color: #262163;
    color: #fff;
    border-style: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#submit:hover {
    background-color: #4a58c2;
	cursor:pointer;
}

input#reset_button {
    padding: 15px 40px;
	margin:40px;
    font-size: 1.2em;
    background-color: #eaeaea;
    color: #333;
    border:1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#reset_button:hover {
	background-color:#efefef;
	cursor:pointer;
}

input#back {
    padding: 15px 40px;
	margin:40px;
    font-size: 1.2em;
    background-color: #eaeaea;
    color: #333;
    border:1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#back:hover {
	background-color:#efefef;
	cursor:pointer;
}
.ERR {
	color:#900;
}


select {
border: #6b6b6b solid 1px;
height: 2em;
font-size:1.3em;
color:#6b6b6b;
}

option {
margin: -1px 0 0;
line-height: 1.5em;
color:#6b6b6b;
font-size:16px;
}



/*バネの用語辞典
-----------------------------------------------------------*/
#DictionaryNavi ,
#DictionaryAnswer {
}

#DictionaryNavi ul {
	margin-bottom:50px;
	width:100%;
}
#DictionaryAnswer ul {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}

#DictionaryNavi li {
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
	font-size:14px;
	letter-spacing:0.02em;
	padding-left:14px;
	margin-bottom:10px;
	/*font-weight:bold;*/
	background:url(../img/common/icon_navi_arrow_green.gif) no-repeat left center;
	width:33%;
	float:left;
	display:inline;
}
#DictionaryNavi li a {
	color:#000;
}
#DictionaryNavi li a:hover {
	color:#666;
	text-decoration:none;
}
#DictionaryNavi strong {
	font-weight:normal;
}


#DictionaryAnswer ul.CircleList li {
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
	background:url(../img/common/icon_dot_Lblue.png) no-repeat 0 6px;
	width:215px;
	padding-left:20px;
	text-align:left;
	float:none;
	display:block;
	width:100%;
}
#DictionaryAnswer .Box {
	margin-bottom:40px;
}
#DictionaryAnswer .Box:last-child {
	margin-bottom:0;
}



/*バネの用語辞典
-----------------------------------------------------------*/

#Use dl {
	position:relative;
	display:inline-block;
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
	margin-bottom:26px;
	margin-right:10px;
	margin-bottom:16px;
	width:160px;
	float:left;
}
#Use dt {
	background-color:#fff;
}
#Use dt img {
	border:2px #91c4e2 solid;
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */ 
}
#Use dd {
	position:absolute;
	background-color: rgba(216,236,253,0.8);
	top:140px;
	left:10px;;
	width:130px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	padding:4px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}




/* Balloon-Answer */
.Balloon-Answer {
	font-weight:bold;
	position: relative;
	display: inline-block;
	padding: 4px 0 0;
	width: 50%;
	height: 40px;
	line-height: 34px;
	color: #18275f;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #cedef1;
	margin-bottom:10px;
	z-index: 0;
}
.Balloon-Answer:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.Balloon-Answer:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #cedef1 transparent transparent transparent;
	z-index: -1;
}



/*バネの製造工程
-----------------------------------------------------------*/
#Process dl h4 {
	display:block;
	font-size:30px;
	line-height:50px;
	margin-bottom:12px;
}
#Process dl h4 div {
	background:#028cc1;
	width:50px;
	height:50px;
	text-align:center;
	color:#fff;
	float:left;
	margin-right:10px;
}
#Process dl {
	width:100%;
	margin-bottom:36px;
}
#Process dl dt {
	float:left;
	width:310px;
}
#Process dl dd {
	float:right;
	width:350px;
}



/*SNS_button
-----------------------------------------------------------*/
.share {
	margin-top:30px;
}
.share .twitter, .share .facebook, .share .google_plus, .share .hatena {
  display: inline-block;
  vertical-align: top;
}
.share .facebook {
  width: 69px;
  overflow: hidden;
  margin-top:1px;
}
.google_plus {
	margin-top:2px;
}
.share .hatena {
	margin-top:2px;
}


/*FontSize
-----------------------------------------------------------*/
.TxtSiz10 {
	font-size:10px;
}
.TxtSiz13 {
	font-size:13px;
}
.TxtSiz14 {
	font-size:14px;
}
.TxtSiz15 {
	font-size:15px;
}
.TxtSiz17 {
	font-size:17px;
}
.TxtSiz18 {
	font-size:18px;
}
.TxtSiz19 {
	font-size:19px;
}
.TxtSiz20 {
	font-size:20px;
}


/*FontColor
-----------------------------------------------------------*/
.DarkBlue {
	color:#272064;
}
.Orange {
	color:#F60;
}
.TxtWhite {
	color:#fff;
}
.TxtRed {
	color:#ff0000;
}
.TxtBL {
	color:#000;
}


/*Margin
-----------------------------------------------------------*/
.MgT5 {
	margin-top:5px;
}
.MgT10 {
	margin-top:10px;
}
.MgT20 {
	margin-top:20px;
}
.MgT30 {
	margin-top:30px;
}
.MgT40 {
	margin-top:40px;
}
.MgT50 {
	margin-top:50px;
}
.MgT100 {
	margin-top:100px;
}

.MgB10 {
	margin-bottom:10px;
}
.MgB20 {
	margin-bottom:20px;
}
.MgB25 {
	margin-bottom:25px;
}
.MgB30 {
	margin-bottom:30px;
}
.MgB40 {
	margin-bottom:40px;
}
.MgB50 {
	margin-bottom:50px;
}

.MgL10 {
	margin-left:10px;
}
.MgL20 {
	margin-left:20px;
}
.MgL30 {
	margin-left:30px;
}
.MgL35 {
	margin-left:35px;
}
.MgL40 {
	margin-left:40px;
}
.MgL50 {
	margin-left:50px;
}
.MgL60 {
	margin-left:60px;
}
.MgL70 {
	margin-left:70px;
}

.MgR10 {
	margin-right:10px;
}
.MgR15 {
	margin-right:15px;
}
.MgR20 {
	margin-right:20px;
}
.MgR30 {
	margin-right:30px;
}
.MgR40 {
	margin-right:40px;
}
.MgR50 {
	margin-right:50px;
}



span.dummy { display:none; }

.MOVLIST {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.MOVLIST a:hover img {
  opacity: 1.0!important;
}
.MoveBlock {
    width: 45%;
    display: block;
    padding: 20px
  }
.MoveBlock dd {
  background-color: #f7f7fa;
  padding: 10px;
}
.MoveBlock dd div {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.MoveBlock dd span {
  background-image: url(/img/mov/icon_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 25px;
}


/*2018.06.25トップチューニング追加分
-----------------------------------------------------------*/

#TopicNavi{
	overflow: hidden;
}

.QuarterBox dt {
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
}

.QuarterBox dd {
  font-size: 13px;
  letter-spacing: 0em;
}


.QuarterBox dd a {
	background:url(../img/common/icon_navi_arrow.gif) no-repeat left center;
	padding-left:12px;
}



