<DIV CLASS="top_topics_title">@charset "UTF-8";
/* CSS Document */

/*BASE*/
body {
	font: 14px/1.6em Meiryo, "メイリオ";
	margin: 0px;
	padding: 0px;
	border-bottom: 20px solid #FD712B;
}
img {
	border-style: none;
	float: none;
	margin-right: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
h1 {
	text-decoration: none;
}
h2 {
	text-decoration: none;
}
h3 {
	text-decoration: none;
}
.clear_both {
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	padding-bottom: 15px;
}

/*FADE*/
.fade_In {
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	text-align: left;
}
@keyframes fadein {from {opacity:0;}to {opacity:1;}
}
@-moz-keyframes fadein {from {opacity:0;}to {opacity:1;}
}
@-webkit-keyframes fadein {/from {opacity:0;}to {opacity:1;}
}
@-o-keyframes fadein {from {opacity:0;}to {opacity: 1;}
}
.fade_out {
	-webkit-animation: fadeout 1s;
	-moz-animation: fadeout 1s;
	-ms-animation: fadeout 1s;
	-o-animation: fadeout 1s;
	animation: fadeout 1s;
}

/* GLOBAL LINK */
a:link {
	text-decoration: none;
	color: #2F4E8B;
}
a:visited {
	text-decoration: none;
	color: #369;
}
a:hover {
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #009;
}

a:hover img {
opacity: .6;
-webkit-opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity=60);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

/*WRAPPER*/
#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/*HEADER*/
#header {
	margin-top: 20px;
	min-height: 140px;
}
#head_logo {
	float: left;
	width: 300px;
	height: 80px;
	margin-top: 30px;
}
#header_contact {
	float: right;
	margin-top: 85px;
}

/*NAVI*/
#navi {
	min-width: 0px;
	min-height: 20px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	list-style: none;
	padding-bottom: 5px;
	float: left;
	margin-right: 35px;
}

/*TOP FOTO*/
#top_foto {
	margin-bottom: 20px;
	min-height: 350px;
	min-width: 1024px;
}
#top_foto2 {
	margin-bottom: 20px;
	min-height: 250px;
	min-width: 1024px;
}

/*CONTENTS*/
#main_content {
	/* [disabled]min-height: 600px; */
	background-image: url(../img/assets/top_world_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#left_content {
	float: left;
	width: 270px;
	min-height: 200px;
}
#right_content {
	float: right;
	width: 650px;
	min-height: 200px;
}

/*FOOTER*/
#footer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#footer_copyright {
	font: 10px Verdana;
	width: auto;
	background-color: #333333;
	padding-top: 52px;
	padding-left: 40px;
}
.top_catch_box {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.top_profile_box {
	padding-bottom: 40px;
}
.top_banners_box {
	padding-left: 20px;
}
.top_banners_title {
	margin-bottom: 0px;
	padding-bottom: 25px;
}
.top_banners {
}
.top_banners a:link {
	text-decoration: none;
	color: #001F5F;
}
.top_banners a:visited {
	text-decoration: none;
	color: #369;
}
.top_banners a:hover {
	color: #F00;
}
.top_banners a:active {
	text-decoration: none;
	color: #2058A1;
}
.top_banners ul {
	margin: 0px;
	padding: 0px;
}
.top_banners li {
	list-style: none;
	padding-bottom: 5px;
	/* [disabled]border: 1px solid #D2D2D2; */
	margin-right: 36px;
	float: left;
	margin-bottom: 40px;
	max-width: 300px;
	/* [disabled]background-color: #F2F2F2; */
	/* [disabled]margin-left: 20px; */
}
.top_banner_text {
	max-width: 300px;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	min-height: 50px;
	font: 15px/1.8em Meiryo, sans-serif;
}
.top_banner_text2 {
	max-width: 300px;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	min-height: 50px;
	font: 15px/1.8em Meiryo, sans-serif;
}

/*TOP TOPICS*/
.top_topics_box {
	padding-left: 20px;
	min-height: 200px;
	max-width: 975px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.top_topics_title {
	margin-bottom: 0px;
	padding-bottom: 25px;
}
.top_topics {
}

.top_topics a:link {
	text-decoration: none;
	color: #001F5F;
}
.top_topics a:visited {
	text-decoration: none;
	color: #369;
}
.top_topics a:hover {
	color: #F00;
}
.top_topics a:active {
	text-decoration: none;
	color: #2058A1;
}
.top_topics ul {
	margin: 0px;
	padding: 0px;
}
.top_topics li {
	list-style: none;
	padding-bottom: 5px;
	margin-right: 25px;
	float: left;
	margin-bottom: 40px;
	max-width: 300px;
	background-color: #F2F2F2;
}
.top_topics_bg {
	background-image: url(../img/assets/topics_bg.png);
}
.top_topics_text {
	padding: 20px;
	border: 1px solid #bfc0c3;
	color: #2C2C2C;
	font: 14px/1.7em Meiryo, sans-serif;
}
.top_topics_date {
	width: 125px;
	float: left;
}
.top_topics_leading {
}
.footer_navi {
	font: 12px Meiryo, sans-serif;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 20px;
}
.footer_navi a:link {
	text-decoration: none;
	color: #B4B4B4;
}
.footer_navi a:visited {
	text-decoration: none;
	color: #B4B4B4;
}
.footer_navi a:hover {
	color: #FF884D;
}
.footer_navi a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footer_navi ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.footer_navi li {
	list-style: none;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.footer_outside {
	background-color: #333333;
}

.top_border {
	height: 20px;
	background-color: #FD712B;
}
@media(max-width:1024px){
	.top_border,.footer_outside {
	width: 1024px;
}
}

.btn_pagetop {
	width: 32px;
	height: 32px;
	float: right;
	/* [disabled]margin-right: 50px; */
}
.btn_pagetop a:link img {
	opacity: 0.5;
}
.btn_pagetop a:hover img {
	opacity: 1;
}
.icon_box {
	max-width: 70px;
	max-height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.comapne_name {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font: 36px/1em Meiryo, sans-serif;
	color: #323232;
}
.company_text {
	font: 14px/1.8em Meiryo, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
.sub_contents {
	min-height: 200px;
	padding-bottom: 100px;
	text-align: center;
	font: 14px/1.5em Meiryo, sans-serif;
}
.sub_contents_L {
	/* [disabled]border: 1px solid #BAD2DC; */
	min-height: 460px;
	padding-top: 40px;
	/* [disabled]padding-right: 40px; */
	padding-left: 60px;
	padding-bottom: 40px;
	width: 410px;
	float: left;
}
.sub_contents_R {
	/* [disabled]border: 1px solid #BAD2DC; */
	min-height: 400px;
	padding-top: 40px;
	padding-right: 60px;
	/* [disabled]padding-left: 40px; */
	padding-bottom: 40px;
	width: 410px;
	float: right;
}
.sub_contents_R2 {
	min-height: 300px;
	padding-top: 35px;
	padding-right: 60px;
	/* [disabled]padding-left: 35px; */
	padding-bottom: 35px;
	width: 410px;
	float: right;
}
.sub_contents_L2 {
	min-height: 300px;
	padding-top: 35px;
	/* [disabled]padding-right: 35px; */
	padding-left: 60px;
	padding-bottom: 35px;
	width: 410px;
	float: left;
}
.sub_contents_L3 {
	min-height: 300px;
	padding-top: 35px;
	/* [disabled]padding-right: 35px; */
	/* [disabled]padding-left: 60px; */
}
.map_box {
	padding-top: 25px;
}
.map_box img {
	border: 1px solid #BAD2DC;
}
.foto_box {
	padding-bottom: 25px;
}
.foto_box img {
	border: 1px solid #BAD2DC;
}
.sub_name {
	font: 24px/1em Meiryo, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
.sub_text {
	font: 14px/1.6em Meiryo, sans-serif;
	text-align: left;
}
/*PROFILE BOX*/
.profile_box {
	border: 1px solid #BAD2DC;
	background-image: url(../img/assets/div_bg.png);
}
.profile_box table {
	width: 85%;
}
.profile_box td{
	padding: 5px;
	font: 14px/1.6em Meiryo, sans-serif;
}

/*BUSINESS BOX*/
.business_box {
	margin-bottom: 50px;
}
.business_box table {
	width: 100%;
}
.business_box td {
	padding: 5px;
	font: 14px Meiryo, sans-serif;
}
.business_box_inside {
	border: 1px solid #BAD2DC;
	opacity: 1;
	background-image: url(../img/assets/div_bg.png);
}

/*GREETING BOX*/

.greeting_box {
	border: 1px solid #BAD2DC;
	background-image: url(../img/assets/div_bg.png);
}
.greeting_box_inside {
	min-height: 200px;
	padding: 40px 60px 10px;
	font: 14px Meiryo, sans-serif;
}
.greeting_foto {
	max-width: 280px;
	float: left;
	padding-bottom: 50px;
	padding-right: 30px;
}
.greeting_foto img {
	border: 1px solid #BAD2DC;
}
.main_ctatch {
	font-size: 18px;
	font-family: Meiryo, sans-serif;
	color: #F15F00;
	padding-bottom: 10px;
}
.products_text {
	font: 14px/1.6em Meiryo, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	/* [disabled]border-bottom: 1px solid #BAD2DC; */
	margin-bottom: 20px;
}
.products_foto_box {
	padding-bottom: 20px;
}
.products_foto_box ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
}
.products_foto_box li {
	list-style: none;
	padding-bottom: 20px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.products_foto_box2 {
	padding-bottom: 20px;
}
.products_foto_box2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
}
.products_foto_box2 li {
	list-style: none;
	padding: 20px 30px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #BAD2DC;
}

/*BTN*/
.btn_box {
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.btn {
	font-size:18px;
	color: #ffffff;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 20px 40px 20px 40px;
	text-decoration: none;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
  text-decoration: none;
}
/*CONTACT*/

.contact_box {
	padding-left: 40px;
	padding-right: 18px;
}
.sub_title_contact {
	padding-bottom: 15px;
}
.contact_text {
	font: 14px/1.6em Meiryo;
	padding-bottom: 10px;
}
.contact_area {
	font: 14px/1.6em Meiryo;
	padding-left: 10px;
	padding-top: 10px;
}
.contact_form_box {
	padding: 15px 100px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 10px;
}
.contact_form_box input {
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #A5A5A5;
	padding: 10px;
	border-radius: 5px;
	margin-right: 10px;
	font: 14px Meiryo;
}
select {
	font: 14px Meiryo;
	padding: 5px;
}
.contact_form_box table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.contact_form_box td {
	font: 14px/1.6em Meiryo;
	padding: 10px;
}
.thx_title {
	font: bold 18px/2em Meiryo;
	text-align: center;
}
.thx_text {
	font: 14px/2em Meiryo;
	text-align: center;
}
