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


/**************************************************
	画像リンクのロールオーバー
**************************************************/
a img {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
a img:hover { opacity: 0.8; }


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/
body {
	background: #000;	
}
#wrapper {
	font-family: /*'Helvetica Neue', Verdana, Roboto, 'Droid Sans',*/ 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size:15px;
	color:#FFF;
	padding-top: 10px;
}
#header h1 {
	float: left;
	width: 550px;
}
#header .header-social {
	float: right;
	width: 240px;
	margin: 10px auto auto auto;
}
#gnav {
	margin-top: 10px;
	border-bottom: solid 5px #FFFF00;	
}
#gnav li {
	float: left;
}
#gnav li:hover {
	background: #888;
	border-radius: 6px;
}
#top-mainimg {
	margin-bottom: 100px;
}
#top-mainimg img {
	max-width: 100%;
	height: auto;
}
#page-mainimg {
	text-align: center;
	margin-bottom: 100px;
}
#top-message {
	text-align: center;
	font-size: 18px;
	margin: 0 0 100px 0;
}
#top-message h1 {
	font-size: 24px;
	font-weight: normal;
	border: solid 1px #FFF;
	padding: 15px;
	margin: 0 0 30px 0;
}
#top-message p {
	width: 80%;
	margin: auto;
}
#top-menu {
	margin: 0 0 50px 0;	
}
#top-menu .cf {
	margin: auto auto 50px auto;
}
#top-menu .left {
	float: left;	
}
#top-menu .right {
	float: right;	
}
#top-menu #top-ftr .photo {
  margin-bottom: 60px;
}
#top-menu #top-ftr h1 {
  width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#top-menu #top-ftr .txt1 {
  width: 940px;
  font-size: 18px;
  text-align: center;
  margin: auto auto 30px auto;
}
#top-menu #top-ftr h2 {
  font-size: 36px;
  color: #FF0;
  text-align: center;
  line-height: 1.35;
  margin: auto auto 20px auto;
}
#top-menu #top-ftr .txt2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#top-menu #top-ftr .txt2 a {
  color: #FFF;
}
#top-movie {
	text-align: center;
}
#top-news {
	background: url(../image/top-news-bg.jpg) center top no-repeat;
	padding: 140px 0;	
}
#top-news h2 {
	font-weight: normal;
	font-size: 24px;
	border-bottom: solid 1px #666;
	padding: 0 0 10px 20px;
	margin: 0 0 30px 0;
}
#top-news ul {
	height: 335px;
	overflow: auto;
}
#top-news li {
	padding: 0 20px 15px 20px;
	margin: 0 0 15px 0;
	border-bottom: dotted 1px #666;
}
#top-news .date {
	float: left;
	width: 235px;
}
#top-news .date span {
	margin-left: 20px;
	vertical-align: middle;
}
#top-news .txt {
	float: right;
	width: 830px;
}
#top-news .txt a {
	color: #FFF;
}
#footer {
	margin-top: 20px;	
}
#fnav {
	border-bottom: solid 1px #333;	
}
#fnav ul {
	text-align: center;	
	margin-bottom: 20px;
}
#fnav ul li {
	display: inline-block;
	padding: 0 30px;
	border-left: solid 1px #999;	
	line-height: 100%;
}
#fnav ul li:first-child {
	border: none;
}
#fnav a {
	color: #FFF;
}
#footer-logo {
	text-align: center;
	padding: 20px;	
}
#top-kokuchi {
	text-align: center;
	margin-bottom: 100px;
}
#top-kokuchi h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}



/**************************************************
	Racing team
**************************************************/
#racingteam20230828 {
  margin-bottom: 100px;
}
#racingteam20230828 .ttl {
  font-size: 28px;
  color: #D90000;
  text-align: center;
  margin-bottom: 20px;
}
#racingteam20230828 .wrap {
  box-sizing: border-box;
  width: 940px;
  border: solid 2px #DDD;
  padding: 50px;
  margin: auto;
}
#racingteam20230828 .wrap table {
  width: 360px;
  margin: 30px auto;
}
#racingteam20230828 .wrap table th {
  font-weight: 400;
  vertical-align: top;
  padding: 15px 0;
}
#racingteam20230828 .wrap table td {
  padding: 15px 10px;
}

#racingteam-summary {
	text-align: center;
	margin-bottom: 80px;
}
#racingteam-info,
#racingteam-bike,
#racingteam-schedule,
#racingteam-challenge,
#racingteam-supporter,
#racingteam-yearpoint,
#racingteam-pointranking,
#racingteam-racingphoto {
	margin-bottom: 80px;
}
#racingteam-bike h1,
#racingteam-schedule h1,
#racingteam-challenge h1,
#racingteam-supporter h1,
#racingteam-yearpoint h1,
#racingteam-pointranking h1,
#racingteam-report h1,
#racingteam-report-old h1,
#racingteam-oldrace h1,
#racingteam-racingphoto h1{
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#racingteam-info .inner {
  max-width: 940px;
}
#racingteam-info .photo {
  margin-bottom: 50px;
}
#racingteam-info .flex {
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#racingteam-info .flex .name .image {
  margin-bottom: 5px;
}
#racingteam-bike p {
	font-size: 22px;
	margin-bottom: 10px;
}
#racingteam-bike .cf {
	width: 940px;
	margin: auto;
}
#racingteam-bike .left {
	width: 418px;
	text-align: center;
	float: left;
}
#racingteam-bike .right {
	width: 418px;
	float: right;
	text-align: center;
}
#racingteam-schedule .inner,
#racingteam-plan .inner {
	width: 940px;
	margin: auto;
}
#racingteam-schedule .left {
	width: 450px;
	float: left;
	font-size: 22px;
	padding: 10px;
}
#racingteam-schedule .left ul {
	margin-bottom: 30px;
}
#racingteam-schedule .left li {
	border-bottom: dotted 1px #666;
	padding: 10px 20px;
}
#racingteam-schedule .left li:first-child {
	padding-top: 0px;
}
#racingteam-schedule .left p {
	text-align: right;
}
#racingteam-schedule .right {
	width: 400px;
	float: right;
}
#racingteam-challenge p {
	text-align: center;
	font-size: 20px;
	line-height: 200%;
}
#racingteam-plan {
	margin-bottom: 80px;
}
#racingteam-plan ul {
	width: 800px;
	font-size: 20px;
	margin: auto auto 60px auto;
}
#racingteam-plan ul li {
	border-bottom: dotted 1px #666;
	line-height: 200%;
	padding: 0 20px 15px;
	margin: 0 0 15px 0;
}
#racingteam-plan ul li .date {
	float: left;
	width: 120px;
}
#racingteam-plan ul li .content {
	float: right;
	width: 570px;
}
#racingteam-photo-bottom {
	width: 940px;
	margin: auto auto 60px auto;
}
#racingteam-report {
	margin-bottom: 80px;
}
#racingteam-report h2 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 20px;
}
#racingteam-report h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  border-left: solid 5px #FFFF00;
  padding-left: 10px;
  margin-bottom: 20px;
}
#racingteam-report p {
  font-size: 22px;
}
#racingteam-report .box {
  width: 940px;
  margin: auto auto 30px auto;
}
#racingteam-report .box li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#racingteam-report .box li:nth-of-type(3n) {
  margin-right: 0;
}
#racingteam-report-old .series {
  text-align: center;
	margin-bottom: 60px;
}
#racingteam-report-old .series .block {
	margin-bottom: 30px;
}
#racingteam-report-old .series .txt1 {
  font-size: 26px;
  font-weight: 700;
  color: #D90000;
  line-height: 1;
  border: none;
  margin-bottom: 30px;
}
#racingteam-report-old .series .block .txt2 {
  font-size: 24px;
  font-weight: 700;
  color: #FF0;
  line-height: 1;
  border: none;
  margin-bottom: 5px;
}
#racingteam-report-old .series .block .txt3 {
  font-size: 24px;
  font-weight: 700;
}
#racingteam-report-old h2 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 20px;
}
#racingteam-report-old h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  border-left: solid 5px #FFFF00;
  padding-left: 10px;
  margin-bottom: 20px;
}
#racingteam-report-old p {
  font-size: 22px;
}
#racingteam-report-old .box {
  width: 940px;
  margin: auto auto 30px auto;
}
#racingteam-report-old .box li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#racingteam-report-old .box li:nth-of-type(3n) {
  margin-right: 0;
}
#racingteam-oldrace {
	margin-bottom: 80px;
}
#racingteam-racingphoto .inner {
  width: 940px;
  margin: auto;
}
#racingteam-racingphoto li {
  background: #FFFF00;
  float: left;
  width: 450px;
  border-radius: 8px;
  margin-bottom: 30px;
}
#racingteam-racingphoto li:nth-of-type(2n) {
  float: right;
}
#racingteam-racingphoto li a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}










/**************************************************
	Event
**************************************************/
#event-circuit,
#event-booth,
#event-ranking {
	margin-bottom: 120px;
}
#event-circuit .inner {
	width: 1140px;
	margin: auto;
}
#event-circuit h1,
#event-booth h1,
#event-content h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#event-circuit h2 {
	border-bottom: solid 1px #FFF;
	font-size: 26px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
}
#event-circuit .summary {
	width: 940px;
	margin: auto;
}
#event-circuit .cf {
	width: 940px;
	margin: auto;
}
#event-circuit .cf .left {
	width: 490px;
	float: left;
}
#event-circuit .cf .right {
	width: 400px;
	float: right;
}
#event-circuit .cf .left .cf {
	width: auto;
}
#event-circuit .cf .left .cf .left {
	width: 137px;
	float: left;
	margin: auto 40px auto 40px;
}
#event-circuit .cf .left .cf .right {
	width: 260px;
	float: left;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
}
#event-circuit .cf .left .cf .right a {
	color: #FFF;
}
#event-circuit p.summary {
	font-size: 20px;
	margin: auto auto 60px auto;
	text-align: center;
}
#event-circuit .cf p {
	font-size: 20px;
	padding: 0 10px 10px 10px;
}
#event-booth p {
	font-size: 28px;
	text-align: center;
	line-height: 200%;
}
#event-content {
	margin-bottom: 60px;
}
#event-content .inner {
	width: 1140px;
	margin: auto;
}
#event-date {
	margin: 0 0 0 10px;
}
#event-date li {
	font-size: 20px;
	margin-bottom: 0;
}
#event-circuit .cf #event-moushikomi p {
	font-size: 18px;
}
#finetechnicalride2017,
#finetechnicalride2018 {
  width: 1140px;
  padding-bottom: 60px;
  margin: auto auto 60px auto;
}
#finetechnicalride2018 {
  border-bottom: solid 1px #999;
}
.ftr-ride-wrap h1 {
  width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
.ftr-ride-wrap ul {
	width: 900px;
	margin: auto auto 100px auto;
}
.ftr-ride-wrap li {
	float: left;
	margin: auto 20px 20px auto;
}
.ftr-ride-wrap li:nth-of-type(3n) {
	margin-right: 0px;
}
.event-ranking {
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  width: 940px;
  margin: auto;
}
.event-ranking h1 {
  border: none;
	margin-bottom: 50px;
}
.event-ranking .txt001 {
	font-size: 40px;
	color: yellow;
	text-align: center;
	margin-bottom: 30px;
}
.event-ranking .left {
	float: left;
	width: 790px;
}
.event-ranking .right {
	float: right;
	width: 120px;
	margin-top: 45px;
}
.event-ranking .left p {
	font-size: 45px;
	border-bottom: dotted 1px #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.event-ranking .num {
	display: inline-block;
	width: 80px;
	padding-left: 60px;
	margin-left: 20px;
	margin-right: 20px;
}
.event-ranking .num.gold {
	background: url(../event/image/event-ranking-gold.jpg) no-repeat left center;
}
.event-ranking .num.silver {
	background: url(../event/image/event-ranking-silver.jpg) no-repeat left center;
}
.event-ranking .num.copper {
	background: url(../event/image/event-ranking-copper.jpg) no-repeat left center;
}
.event-ranking .name {
	display: inline-block;
	width: 400px;
	margin-right: 40px;
}
.event-ranking .pt {
	color: #FFFD00;
	display: inline-block;
	width: 120px;
	text-align: right;
}
.event-ranking ul {
  width: 100%;
	margin-top: 50px;
  margin-bottom: 0;
}
.event-ranking li {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.event-ranking li:last-child {
	margin-right: 0;
}








/**************************************************
	Factory
**************************************************/
#factory-parts,
#factory-custom,
#factory-mainte {
	margin-bottom: 120px;
}
#factory-parts h1,
#factory-custom h1,
#factory-mainte h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#factory-parts .inner,
#factory-custom .inner,
#factory-mainte .inner {
	width: 940px;
	margin: auto;
}
#factory-custom .txt,
#factory-mainte .txt {
	width: 500px;
	font-size: 20px;
	line-height: 175%;
}
#factory-custom .photo,
#factory-mainte .photo {
	width: 400px;	
}
#factory-parts {
	font-size: 20px;
}


/**************************************************
	Original Parts
**************************************************/
#originalparts-summary {
	font-size: 26px;
	text-align: center;
	margin-bottom: 60px;
}
#originalparts-summary h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 70px;
}
#originalparts-summary .yellow a {
	color: #ffff00;
}
#originalparts-carbon {
  width: 940px;
  text-align: center;
  margin: 70px auto 70px auto;
}
#originalparts-carbon .ttl {
  font-size: 30px;
  margin-bottom: 40px;
}
#op-carbonparts-banner {
  margin-bottom: 70px;
}
#originalparts-carbon li {
  float: left;
  width: 300px;
  margin: auto 20px 20px auto;
}
#originalparts-carbon li:nth-of-type(3n) {
  margin-right: 0;
}
#originalparts-carbon li a {
  display: block;
  background: #FFFF00;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
  padding: 10px 0;
}
#originalparts-carbon li a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}
#originalparts-carbon .detail {
  width: 600px;
  margin: -30px auto auto auto;
}
#originalparts-carbon .detail li {
  width: 100%;
}

#op-racing,
#op-street {
	font-size: 18px;
}
#op-racing h1,
#op-street h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#op-racing h2,
#op-street h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #FFFF00;
	padding: 0 0 5px 10px;
	margin: 0 0 20px 0;
}
#op-racing .inner .box,
#op-street .inner .box {
	width: 770px;
	margin: auto;
}
#op-racing .left,
#op-street .left {
	width: 330px;
	float: left;
}
#op-racing .right,
#op-street .right {
	width: 330px;
	float: right;
}
#op-racing-fairing {
	margin: 80px auto 60px;
}
#op-racing-fairing .left,
#op-racing-exhaust .left,
#op-street-exhaust .left,
#op-racing-backstep .left,
#op-street-backstep .left,
#op-racing-warmer .left,
#op-racing-ecu .left {
	width: 300px;
	float: left;
}
#op-racing-fairing .right,
#op-racing-exhaust .right,
#op-street-exhaust .right,
#op-racing-backstep .right,
#op-street-backstep .right,
#op-racing-warmer .right,
#op-racing-ecu .right {
	width: 440px;
	float: right;
}
#op-racing-exhaust,
#op-racing-backstep,
#op-racing-warmer,
#op-racing-ecu,
#op-street-exhaust,
#op-street-backstep {
	margin: 0 auto 60px;
}
#op-racing-backstep .btn,
#op-street-exhaust .btn,
#op-street-backstep .btn {
	background: #FFFF00;
	font-size: 12px;
	color: #000;
	padding: 10px 40px;
	border-radius: 4px;
}
#op-racing-ecu {
	font-size: 16px;
}
#op-racing-ecu .ft-street span {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	display: block;
	margin-bottom: 5px;
}
#op-racing-ecu .ft-racing span {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	display: block;
	margin-bottom: 5px;
}
#op-racing-ecu .detail1,
#op-racing-ecu .detail2 {
	text-align: right;
}
#op-racing-ecu .detail1 a {
	font-size: 11px;
	background: #FFFF00;
	color: #000;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	padding: 2px 5px;
}
#op-racing-ecu .detail2 a {
	font-size: 11px;
	background: #FF0000;
	color: #000;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	padding: 2px 5px;
}


/**************************************************
	Carbon Parts
**************************************************/
#cp-summary {
  width: 800px;
  text-align: center;
  margin: auto auto 80px auto;
}
#cp-summary h1 {
  font-size: 26px;
  color: #FFFF00;
  margin-bottom: 30px;
}
#cp-summary p {
  font-size: 22px;
}
#cp-summary p span {
  color: #D80000;
}
#cp-sec02 {
  width: 1140px;
  margin: auto auto 80px auto;
}
#cp-sec02 .box001 {
  background: url(../originalparts/image/carbon-bg001.jpg) no-repeat center;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 40px;
}
#cp-sec02 .box002,
#cp-sec02 .box003 {
  margin-bottom: 40px;
}
#cp-sec02 .box002 .left,
#cp-sec02 .box003 .left {
  width: 540px;
  float: left;
}
#cp-sec02 .box002 .right,
#cp-sec02 .box003 .right {
  width: 540px;
  float: right;
}
#cp-sec02 .box004 {
  font-size: 18px;
  line-height: 1.8;
  margin: 80px auto 80px;
}
#cp-sec02 .box004 li {
  padding: 0 10px;
}
#cp-sec02 .box004 .left,
#cp-sec02 .box004 .center {
  width: 360px;
  float: left;
  margin-right: 30px;
}
#cp-sec02 .box004 .right {
  width: 360px;
  float: right;
}
#cp-sec02 p {
  margin-bottom: 1em;
}
#cp-sec02 .ttl001 {
  font-size: 20px;
  font-weight: bold;
  color: #B20000;
}
#cp-sec02 .ttl002 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 0.5em;
}
#cp-sec02 .ttl003 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFF00;
  text-align: center;
  margin-bottom: 40px;
}
#cp-sec02 .ttl004 {
  font-size: 20px;
  font-weight: bold;
  color: #B20000;
  text-align: center;
  border-bottom: solid 1px #666;
  padding-bottom: 15px;
  margin-bottom: 15px;
}



/**************************************************
	Recruit
**************************************************/
#recruit-summary {
  width: 800px;
  font-size: 22px;
  margin: auto auto 80px auto;
}
#recruit-work,
#recruit-point,
#recruit-info {
  font-size: 20px;
  margin-bottom: 80px;
}
#recruit-work h1,
#recruit-point h1,
#recruit-info h1 {
  width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#recruit-work .inner,
#recruit-point .inner,
#recruit-info .inner {
  width: 940px;
}
#recruit-work .cf {
  margin-bottom: 30px;
}
#recruit-work .txt {
  float: left;
  width: 400px;
  font-size: 24px;
  line-height: 1.75;
}
#recruit-work .photo {
  float: right;
  width: 400px;
}
#recruit-point .ttl {
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 10px;
}
#recruit-point .cf {
  margin-bottom: 50px;
}
#recruit-point .txt {
  float: left;
  width: 520px;
}
#recruit-point .photo {
  float: right;
  width: 400px;
}
#recruit-info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#recruit-info table th {
  width: 25%;
  background: #DDDDDD;
  font-size: 18px;
  font-weight: bold;
  color: #0059B2;
  vertical-align: top;
  border: solid 1px #888888;
  padding: 15px;
}
#recruit-info table td {
  background: #FFF;
  font-size: 16px;
  color: #000;
  border: solid 1px #888888;
  padding: 15px;
}
#recruit-info #recruit-bottom {
  font-weight: bold;
  text-align: center;
}
#recruit-info #recruit-bottom p:nth-of-type(1) {
  font-size: 28px;
}
#recruit-info #recruit-bottom p:nth-of-type(2) {
  font-size: 50px;
  color: #FFFF00;
}
#recruit-info #recruit-bottom p:nth-of-type(3) {
  font-size: 26px;
}
#recruit-info #recruit-bottom ul li {
  float: left;
  width: 300px;
  margin-top: 40px;
  margin-right: 20px;
}
#recruit-info #recruit-bottom ul li:last-child {
  margin-right: 0;
}
#recruit-bottom a {
  color: #FFFF00;
}


/**************************************************
	Contact
**************************************************/
#contact-mail {
	margin-bottom: 60px;
}
#contact-mail h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#contact-mail .inner {
	width: 940px;
	margin: auto;
}
#contact-mail .summary {
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
}
#contact-mail table {
	width: 100%;
	font-size: 18px;
	margin-bottom: 30px;
}
#contact-mail table th,
#contact-mail table td {
	border-collapse: collapse;
	border: solid 1px #333;
	padding: 15px;
}
#contact-mail table th {
	background: #222;
	font-weight: normal;
	width: 30%;
}
#contact-mail table .need {
	background: #FFFF00;
	color: #000;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 4px;
	vertical-align: middle;
}
#contact-mail table input,
#contact-mail table textarea {
	padding: 3px;
	font-size: 18px;
}
#contact-mail table .s {
	width: 15%;
}
#contact-mail table .m {
	width: 50%;
}
#contact-mail table .l {
	width: 80%;
}
#contact-mail .btn {
	padding: 20px 80px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
#contact-mail .btn:hover {
	background: #AAA;
}


/**************************************************
	会社案内
**************************************************/
#company-sec01 h1 {
	width: 940px;
	border-bottom: solid 3px #FFFF00;
	text-align: center;
	font-size: 30px;
	padding: 0 0 20px 0;
	margin: auto auto 40px auto;
}
#company-sec01 table {
	width: 940px;
  border-collapse: collapse;
	margin: auto auto 100px auto;
}
#company-sec01 table th {
  box-sizing: border-box;
  background: #222;
  width: 25%;
  border: solid 1px #333;
  padding: 15px;
}
#company-sec01 table td {
  border: solid 1px #333;
  padding: 15px;
}




/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
	width: 1140px;
	margin: auto;	
}
#copyright {
	font-size: 13px;
	font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
}
.red {
	color: #FF0000 !important;
}
.yellow {
	color: #FFFF00;
}

.need {
	font-size:11px;
	color:#CC0000;
	margin-left:20px;
}
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }







/* 幅769px以上の端末用CSS */
@media only screen and (min-width:769px){





}

/* 幅768px以下の端末用CSS */
@media only screen and (max-width:768px){





}
