@charset "UTF-8";

body {
	color: #1E2C4F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* layout */

.wrapper {
	max-width: 900px;
	width: 900px;
	margin: auto;
}

.wrapper2 {
	max-width: 900px;
	width: 95%;
	margin: auto;
}
.main-column {
	width: 900px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.main-column2 {
	width: 50%;
	margin: 0;
	float: left;
}

.main-column3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.sub-column {
	display: inline;
	float: right;
	width: 23.5937%;
}

#footer {
	clear: both;
	position: fixed;
	height: 100px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

/* レイアウト確認用 */
/*
#header,
#footer,
.wrapper,
.wrapper2,
.main-column,
.sub-column,
.column2-left,
.column2-right,
#main ul li {
	color: #fff;
	background: url(../images/white30.png);
}
*/
/* column (List)
------------------------------------------------------------------------- */

/* 2column */

.list-2column li {
	width:30%;
	margin: 0 3% 2em 0;
	display: inline;
	float: left;
	position: relative;
}

.list-2column li:nth-child(2n) {
	margin-right: 0;
}

/* 3column */

.list-3column li {
	display: inline;
	float:  left;
	position: relative;
	width: 210px;
	height: 350px;
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 1%;
}

.list-3column li:nth-child(3n) {
	margin-right:0;
}

/* 4column */
.list-4column li {
	position: relative;
	margin-top: 0%;
	margin-right: 15px;
	margin-bottom: 1%;
}
#main  hgroup2 h1, #main hgroup2 h2, #main hgroup2 h4{
	margin-left: 0px;
}

section p {
	color: #1E2C4F;
}

/* clearfix */

#main:after,
#footer:after {
	content: "";
	display: block;
	clear: both;
}

/* header
------------------------------------------------------------------------- */

#header {
	margin-bottom: 30px;
	background-size: 100%;
}

#header #title {
	font-size: 30px;
	line-height: 1;
	text-align:center;
	color:#1E2C4F;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	position:absolute;
	left: 20px;
	width: 100%;
	top: 30px;
	height: auto;
}


#header #title span {
	display:block;
	margin: 0.2em;
}

#header #title .line1 {
	font-size: 18px;
	margin-top: 40px;
}

#header #title .line2 {
	font-size: 26px;
}

#header #title .jpname {
	font-size: 8px;
	margin-top: 1em;
	font-weight: bold;
}

#header #title a {
	color:#fff;
	display:block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#header #title a:hover {
	color: #F60;
}


#header #mainNav {
	background-color: rgba(255, 255, 255, 0.6);
	height: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#header #mainNav2 {
	background-color: rgba(255, 255, 255, 0.6);
	height: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#header nav {
	display: inline;
}

#header nav ul {
	display: inline;
	float: left;
}

#header nav ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

#header nav .gNav {
	float: none;
	height: 50px;
}

#header nav .gNav li {
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6B718C;
	border-left-color: #6B718C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#header nav .gNav a span {
	font-size: 10px;
  font-weight:bold;
	display: block;
}

#header nav .gNav a {
	color: #1E2C4F;
	text-align: center;
	font-size: 14px;
	text-decoration:none;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	height: 10px;
	padding: 9px;
}

.news #header nav .gNav li.gNav01 a,
.works #header nav .gNav li.gNav02 a,
.concept #header nav .gNav li.gNav03 a,
.company #header nav .gNav li.gNav04 a ,
.recruit #header nav .gNav li.gNav05 a ,
.recruit #header nav .gNav li.gNav06 a,
.recruit #header nav .gNav li.gNav07 a {
	border-bottom: 5px solid #f90;
}

#header nav .gNav a:hover {
	background: #fff;
	color: #1E2C4F;
	font-family:"Helvetica CY";
}

.btn-social {
	display: block;
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/btn-social.png) no-repeat 0 0;
}

.btn-social:hover {
	opacity: 0.6;
}

.socialNav li {
	margin: 30px 3px;
}

.btn-fb {
	background-position: 0 0;
}

.btn-tw {
	background-position: -31px 0;
}


.logo {
	width: 150px;
	height: auto;
	margin-top: 13px;
	margin-right: 25px;
	float: left;
	}
	
		
.logo:hover {
	opacity: 0.6;
}


.main-contact {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background-image: url(../images/contact1.gif);
	margin-left: 15px;
	text-indent: -9999px;
	display: inline;
	background-position: center center;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
.main-contact:hover {
	opacity: 0.6;
}
/* main
------------------------------------------------------------------------- */

#main #lead {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
	float: right;
}


.list-4column li {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.list-4column2 li {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 48%;
}


.list-4column3 li {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
	float: left;
	margin: -20px 20px 20px 20px;
}


.list-4column4 li {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 45%;
}

#main hgroup {
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E2C4F;
}

#main hgroup h1,
#main hgroup h2,
#main hgroup h4 {
	color: #1E2C4F;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#main hgroup h2 {
	font-size: 30px;
	font-family:Helvetica CY;
}

#main hgroup h2 span {
	font-size: 15px;
	margin-left: 0.6em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#main hgroup h4 span {
	font-size: 12px;
	margin-left: 0.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Osaka-mono, monospace;
}

h5 {
	font-size: 15px;
	text-align: left;
	float: none;
}
h6 {
	font-size: 24px;
	font-family: "Helvetica CY";
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 34px;
}
h7 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: lighter;
}
h8 {
	font-size: 16px;
	font-weight: bold;
}


.copyright {
	text-align: center;
	font-size: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}


#main hgroup2 {
	margin-bottom: 5px;
	width: 100%;
}

#main hgroup2 h1,
#main hgroup2 h2,
#main hgroup2 h4 {
	color: #1E2C4F;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	line-height: 14px;
}

#main hgroup2 h2 {
	font-size: 20px;
	font-family:Helvetica CY;
	color: #1E2C4F;
}

#main hgroup2 h2 span {
	font-size: 12px;
	margin-left: 0.6em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #1E2C4F;
}

#main hgroup2 h3 {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1E2C4F;
	background-color: #DAE1E5;
	text-indent: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
}


#main article section {
	margin-bottom: 2%;
	line-height: 20px;
	font-size: 12px;
	height: auto;
	margin-left: 7%;
	float: right;
	width: 93%;
}

#main article section2 {
	margin-bottom: 5%;
	width: 95%;
	line-height: 20px;
	font-size: 12px;
	height: auto;
	margin-left: 7%;
}


section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
	line-height: 1.6;
	color: #1E2C4F;
	font-size: 12px;
}


.side-rcm-product {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: left;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


.side-rcm-product2 {
	width: 100%;
	float: left;
	padding: 0;
}


.side-rcm-product h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 30%;
}

.side-rcm-product4 {
	width: 100%;
	float: right;
	padding: 0;
}

.side-rcm-product5 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	float: right;
}


aside section h3 {
	font-weight: bold;
	font-size: 20px;
}

aside section h4 {
	font-weight: bold;
	font-size: 16px;
}

.side-rcm-product .inner li a:hover {
	color: #930;
}

.side-rcm-product .inner li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.side-rcm-product .inner li a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#main hgroup2 h3 span {
	font-size: 10px;
	margin-left: 0.6em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #1E2C4F;
	font-weight: normal;
}



/* footer
------------------------------------------------------------------------- */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/HAIR06_P-header.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	height: 50px;
	width: 100%;
	margin-top: 30px;
	visibility: hidden;
}

#footer .footer-inner {
	overflow: hidden;
}

#footer .copyright {
	clear: both;
	padding: 10px;
	text-align: center;
}
.outlinebox-fukudai  {
	overflow: hidden;
	width: 30%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	float: right;
}

.column2-left,
.column2-right {
	width:48.5%;
	display: inline;
}

.column2-left {
	float: left;
}

.column2-right {
	float: right;
	padding-left: 2%;
}

#footer h4 {
	margin-bottom: 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f60;
}

#footer nav {
	overflow: hidden;
	border-left: 1px solid #333;
	padding-left: 20px;
}


/* webfont */

@font-face {
  font-family: 'BoostLightSSi';
  src: url('http://www.powerdesign.co.jp/test8/font/boost_light_ssi_light-webfont.eot'),
       url('http://www.powerdesign.co.jp/test8/font/boost_light_ssi_light-webfont.woff'),
       url('http://www.powerdesign.co.jp/test8/font/boost_light_ssi_light-webfont.ttf'),
       url('http://www.powerdesign.co.jp/test8/font/boost_light_ssi_light-webfont.svg');
}

.webfont {
	font-family:Helvetica CY;
	font-size: 20px;
}

/* Side Twitter widget
---------------------------*/

.twtr-widget {
}

.twtr-widget h3,
.twtr-widget h4 {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

.twtr-widget .twtr-hd h4 a {
	font-size: 14px;
}

.twtr-widget .twtr-bd {
	padding: 0;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 8px 10px !important;
}

.twtr-widget .twtr-tweet-text p {
	font-size: 11px;
}
.submit-btn   {
	font-size: 7px;
}

/* Side facebook widget
---------------------------*/

#facebook {
}

#facebook p {
	line-height: 1.4;
}

#facebook .plugin {
	margin-top: 20px;
}

#facebook iframe {
	border: none;
	overflow: hidden;
	width: 100%;
	height: 25px;
}

/* align
------------------------------------------------------------------------- */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aligncenter2 {
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}


.alignleft,
.alignright {
	display: inline;
	width: 48.5%;
}

.alignleft {
	float: left;
	margin: 0 3% 0.6em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.6em 3%;
}

.alignleft img,
.alignright img {
	width: 150%;
}

/* Concept
------------------------------------------------------------------------- */
.concept img.alignleft,
.concept img.alignright {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* table1
----------------------------------------------------- */

.table1 {
	margin: 0px;
	width: 800px;
	padding: 0px;
}

.table1 th,
.table1 td {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.table1 th {
	font-weight: normal;
	white-space: nowrap;
	background-color: rgba(255,255,255,0.6);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.table1 td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table1 td .list {
	margin-bottom: 0;
}


/* table2
----------------------------------------------------- */

.table2 {
}

.table2 th,
.table2 td {
	font-size: 10px;
	line-height: 1; /* セル内側の余白 */
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 13.5px;
	padding-left: 0;
	clear: both;
	margin: 0px;
}

.table2 th {
	text-align: left;
	white-space: nowrap;
}

/*table list*/

.table2 td ul {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 1em;
}

.table2 td ul li {
	list-style-position: outside;
	margin: 0.5em 0;
	list-style-type: none;
}

.table2 td ul li:last-child {
	margin-bottom: 0;s
}
/* table3
----------------------------------------------------- */

.outlinebox-fukudai {
	margin: 0px;
	width: 30%;
	padding: 0px;
	border: 1px solid #CCC;
}

.outlinebox-fukudai2 {
	width: 22%;
	padding: 0px 0px 30px;
	height: 150px;
	color: #0045A7;
	text-align: center;
	margin: 0px 10px;
}


.table3 th,
.table3 td {
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

.table3 th {
	font-weight: normal;
	white-space: nowrap;
	background-color: rgba(255,255,255,0.6);
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.table3 td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table3 td .list {
	margin-bottom: 0;
	background-color: #FFF;
}

/* .contact-list
------------------------------------------------------------------------- */

.contact-list section h3 {
	font-size: 25px;
}

.contact-list li {
	margin-bottom: 0;
}

.contact-list .address {
	overflow: hidden;
}
.readmore a : before{
	display: inline;
	float: left;
	width: 15%;
	clear: left;
	color: #fff;
	background-color: #666;
	font-size: 18px;
	margin-right: 5%;
	text-align: center;
	padding: 3px 5px;
	line-height: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius :20px;
	border-radius: 20px;
	margin: 5px 5% 5px 0;
}

.contact-list .address dd {
	display: inline;
	float: left;
	width: 70%;
	font-weight: normal;
	padding: 5px 0;
	font-size: 20px;
	line-height: 1;
	margin: 5px 0;
}

#accessmap {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 350px;
	height: 200px;
	float: left;
}



/* New mark
------------------------------------------------------------------------- */

.newmark {
	color: #fff;
	line-height: 1 !important;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	position: absolute;
	top: 10px;
	left: -5px;
	z-index: 10;
	padding: 8px 15px 5px 15px;
	height: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background-color: #F90;
	background-image:-webkit-gradient( linear, left top, left bottom, from(#f90), to(#f60) );
	background-image:-moz-linear-gradient( center top, #f90, #f60 );
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFF9900, EndColorStr=#FFFF6600 );
}

.newmark:before {
	content: '';
	border-color: transparent #f60 transparent transparent;
	border-style: solid;
	border-width: 5px;
	height: 0px;
	width: 0px;
	position: absolute;
	left: -5px;
	top: 23px;
	z-index: 1;
}

/* Products
------------------------------------------------------------------------- */

.products .photo img {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

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

.contact-form {
	float: right;
	width: 55%;
	margin-bottom: 10px;
	margin-top: -20px;
}

.contact-form th,
.contact-form td {
	font-size: 13px;
	line-height: 1.3;
	border: none;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0;
}

.contact-form th {
	font-weight: bold;
	text-align: right;
	background: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 30%;
}

.contact-form td {
	background: none;
	padding-right: 0;
	width: 100%;
}

.contact-form label {
	display: block;
	margin: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	padding: 0.7em;
}

.contact-form select {
	margin-top: 0.5em;
}

.contact-form textarea {
	height: 12em;
}


.must {
	color: #c00;
	margin: 0 0.3em;
}

.contact .list-3column li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.list-2column li .photo,
.list-3column li .photo,
.list-4column li .photo {
	margin-right: 0.1%;
	margin-bottom: 1%;
	position: relative;
}

/* submit-btn */

.submit-btn {
	border: none;
	background: none;
	padding: 0;
	margin: auto;
	margin-bottom: 15px;
	display: block;
	display: inline-block;
	background: #3194c6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f60), to(#f90));
 filter:progid:DXImageTransform.Microsoft.Gradient(  Enable=1,  GradientType=0,  StartColorStr=#FFFF6600,  EndColorStr=#FFFF9900  );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 1px 0 #fff, 0 15px 20px rgba(0,0,0,.35);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
	background-color: #1E2C4F;
}

.submit-btn span {
	display: block;
	display: inline-block;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,.4);
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1em;
	padding-left: 1em;
}

.submit-btn:hover {
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
}

.submit-btn:active {
	-webkit-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
}
.concept img.alignleft , .concept img.alignright{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	clear: both;
}

section#map h2 {
	padding-top: 30px;
}

/*list*/

.list {
	padding-left: 1em;
	margin-bottom: 1em;
}

ul.list {
	list-style: disc;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

ol.list {
	list-style: decimal;
}

.list li {
	list-style-position: outside;
	margin: 0.5em 0;
}

.list li:last-child {
	margin-bottom: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}



dl dt span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #6E6D87;
	font-size: 70%;
	margin-right: 10px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #6E6D87;
	padding-top: 3px;
	padding-bottom: -3px;
	margin-top: 5px;
}
p {
	font-size: 9px;
}

div.figure { text-align: center }

.outlinebox-fukudai {
	font-size: 12px;
	text-align: center;
	width: 30%;
}
img-illust {
	height: 50px;
	width: 50px;
	float: right;
}
.works-illust {
	float: right;
	clear: both;
	display: block;
}
li-setumei {
	width: 50%;
	display: block;
}

/*pd-product*/

.pd-product {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	float: left;
}

.pd-product:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
}

.pd-product2 {
	border: 1px solid #1E2C4F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
}

.pd-product2:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	border: 1px solid #999;
}

/*pd-text*/

.pd-text {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow:1px 1px 0 #fff, inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFFFFFF, EndColorStr=#EDEAE4FF );
	float: left;
}

.pd-text:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), inset 2px 2px 0 #fff, inset -2px -2px 0 #fff;
}

.readmore {
	line-height: 1;
	text-align: right;
}

.readmore a:before {
	color: #993300;
	content: "-";
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 0.2em;
}

.readmore a {
	color: #993300;
	text-decoration: none;
}
li-sidebar {
	float: none;
}
section h3 {
	font-family:Helvetica CY;
	font-size: 23px;
}

/*hr*/
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #CCC; /* 線色 */
}
#map {
	width: 100%;
	font-size: 8px;
	float: none;
	clear: both;
}

/* light box
------------------------------------------------------------------------- */

strong{
	font-weight : bold;
	font-size: 14px;
	padding-top: -20px;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: -18px;
	margin-right: 25px;
}
small{
	font-weight : normal;
	font-size: 11px;
	margin-left: 30px;
	margin-top: -10px;
}
normal{
	font-weight : normal;
	font-size: 12px;
	margin-left: 28px;
	padding-top: 5px;
}
#main-text h4-non {
	text-decoration: overline;
}
tr td h1 a span {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1E2C4F;
	margin-left: 0.6em;
}
section li span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8px;
	line-height: normal;
}

/* TopPage Logo
------------------------------------------------------------------------- */


#mainlogo {
	display: none;
}


/* header Logo
------------------------------------------------------------------------- */

.logo2 {
	display: none;
}


#takeuchi {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.main-column p {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
h9 {
	font-size: 8px;
	text-align: center;
}

h2 {
	padding-right: 10px;
	margin-right: 5px;
	color: #0045A7;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
h5 {
	border-left-color: #0045A7;
	color: #0045A7;
	height: 10px;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h22 {
	padding-right: 10px;
	margin-right: 5px;
	color: #0045A7;
	padding-left: 0px;
	font-size: 22px;
	line-height: 36px;
	text-decoration: blink;
	font-weight: bold;
}
table#table-01{
	width: 395px;
}
.vb {
	display: inline;
} /* 表示する */ 
.hd {
	display: none;
}  /* 表示しない */ 




<!--タブの設定のこと
/* ▼(A)表示領域全体 */
div.tabbox { margin: 0px; padding: 0px; width: 100%; }

/* ▼(B)タブ部分 */
p.tabs {
	height: 40px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dc143c;
	border-bottom-color: #dc143c;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 3px;
}


p.tabs1 {
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dc143c;
	border-bottom-color: #dc143c;
}

p.tabs2 {
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dc143c;
}

p.tabs a:hover {
	text-decoration:none;
filter: alpha(opacity=25);
  -moz-opacity:0.4;
  opacity:0.4;
}


#link{
　　position: relative;
　}

#link img.design{
　　position: absolute;
　　z-index:100;
　　top: 0px;
　　left: 150px;
　}

h27 {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	line-height: 12px;
	letter-spacing: 1%;
}